:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5;color:#333}.container{max-width:600px;margin:50px auto;padding:30px;background:white;border-radius:10px;box-shadow:0 2px 10px #0000001a}h1{margin-top:0;color:red}.download-dir-section{background:#f0f0f0;padding:15px;border-radius:5px;margin-bottom:20px}.download-dir-current{font-size:14px;margin-bottom:10px}.download-dir-current code{background:#e0e0e0;padding:2px 6px;border-radius:3px}.download-dir-change{display:flex;flex-direction:column;gap:8px}.download-dir-change .row{display:flex;gap:10px;align-items:center}.download-dir-change select{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;background:white}.download-dir-change input{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px}.download-dir-change button{flex-shrink:0;width:auto;min-width:70px;padding:8px 12px;background:#4CAF50;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;white-space:nowrap}.download-dir-change button:hover{background:#45a049}.download-dir-change button:disabled{background:#ccc;cursor:not-allowed}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;font-weight:600}.form-group input[type=text]{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:16px}.form-group input[type=text]:focus{outline:none;border-color:red}.output-input-wrapper{display:flex;gap:8px}.output-input-wrapper input{flex:1}.extract-btn{flex-shrink:0;width:auto;min-width:70px;padding:8px 10px;background:#2196F3;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px;white-space:nowrap}.extract-btn:hover{background:#1976D2}.extract-btn:disabled{background:#ccc;cursor:not-allowed}.form-group small{color:#666;font-size:12px}.options{display:flex;gap:20px;margin-bottom:20px}.checkbox-label{display:flex;align-items:center;cursor:pointer}.checkbox-label input{margin-right:8px;width:18px;height:18px}.checkbox-label span{-webkit-user-select:none;user-select:none}button{width:100%;padding:15px;background:#ff0000;color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}button:hover:not(:disabled){background:#cc0000}button:disabled{background:#ccc;cursor:not-allowed}.status{margin-top:20px;padding:15px;border-radius:5px}.status.success{background:#d4edda;color:#155724}.status.error{background:#f8d7da;color:#721c24}.progress,.progress-bar-container{margin-top:20px}.progress-bar{height:24px;background:#e0e0e0;border-radius:12px;overflow:hidden;position:relative}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#ff0000,#ff4444);border-radius:12px;transition:width .3s ease}.progress-bar-text{margin-top:8px;font-size:14px;color:#666;text-align:center}.progress h3{margin:0 0 10px}.progress pre{background:#f5f5f5;padding:15px;border-radius:5px;max-height:300px;overflow-y:auto;font-size:12px;text-align:left;white-space:pre-wrap;word-wrap:break-word}.files-section{margin-top:40px;border-top:1px solid #eee;padding-top:20px}.toggle-files-btn{width:100%;padding:12px;background:#f5f5f5;color:#333;border:1px solid #ddd;border-radius:5px;font-size:14px;font-weight:600;cursor:pointer;text-align:left}.toggle-files-btn:hover{background:#e0e0e0}.files-container{margin-top:15px;padding:15px;background:#f9f9f9;border-radius:5px}.files-filter{display:flex;gap:20px;margin-bottom:15px}.files-filter label{display:flex;align-items:center;gap:5px;cursor:pointer;font-size:14px}.files-filter input[type=radio]{width:auto;height:auto}.sort-controls{display:flex;align-items:center;gap:5px;margin-left:auto}.sort-controls select{padding:4px 8px;border:1px solid #ccc;border-radius:4px;font-size:13px;background:white}.sort-order-btn{width:auto!important;padding:4px 8px!important;background:#666!important;color:#fff!important;border:none!important;border-radius:4px;cursor:pointer;font-size:12px;min-width:auto!important}.sort-order-btn:hover{background:#444!important}.no-files,.loading-files{text-align:center;color:#666;font-size:14px}.file-list{list-style:none;padding:0;margin:0}.file-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid #eee}.file-item:last-child{border-bottom:none}.file-actions{display:flex;flex-shrink:0;margin-right:8px}.file-link{color:red;text-decoration:none;font-size:14px;word-break:break-all;flex:1;min-width:0}.file-link:hover{text-decoration:underline}.file-size{font-size:12px;color:#666;white-space:nowrap;margin-left:10px;flex-shrink:0}.file-edit-btn{background:none;border:none;cursor:pointer;font-size:14px;padding:2px 4px;color:#666}.file-edit-btn:hover{color:#333}.file-delete-btn{background:none;border:none;cursor:pointer;font-size:14px;padding:2px 4px;color:#666}.file-delete-btn:hover{color:#d00}.rename-input-wrapper{display:flex;align-items:center;gap:0}.rename-input-wrapper input{border-top-right-radius:0;border-bottom-right-radius:0}.rename-input-wrapper .file-extension{background:#f0f0f0;border:1px solid #ccc;border-left:none;padding:8px 10px;border-radius:0 4px 4px 0;font-size:14px;color:#666;white-space:nowrap}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:white;padding:20px;border-radius:8px;min-width:300px;max-width:80%}.modal h3{margin-top:0;margin-bottom:15px}.modal p{margin:0 0 15px;word-break:break-all}.modal input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box}.modal-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.modal-buttons button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:14px}.modal-buttons button:first-child{background:#ccc;color:#333}.modal-buttons button:last-child{background:#4CAF50;color:#fff}.modal-buttons button:disabled{background:#ccc;cursor:not-allowed}.modal-buttons .delete-btn{background:#d00!important}.modal-buttons .delete-btn:hover{background:#b00!important}
