:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;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}}:root{--primary-color:#646cff;--primary-hover:#535bf2;--bg-color:#242424;--card-bg:#3a3a3a;--text-color:#ffffffde}body{background-color:var(--bg-color);min-width:320px;min-height:100vh;color:var(--text-color);place-items:center;margin:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;display:flex}#root{text-align:center;width:100%;max-width:1280px;margin:0 auto;padding:2rem}.app-container{flex-direction:column;gap:2rem;display:flex}header h1{margin-bottom:.5rem;font-size:3.2em;line-height:1.1}.subtitle{opacity:.8;margin-bottom:2rem}.loading-badge{color:#000;background:#ff9800;border-radius:4px;padding:.5rem 1rem;display:inline-block}.sections-grid{text-align:left;grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:768px){.sections-grid{grid-template-columns:1fr}}.upload-section,.settings-section,.processing-section{background:var(--card-bg);border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.upload-section.dragging{border:2px dashed var(--primary-color);background:#646cff1a}.drop-zone{text-align:center;border:2px dashed #fff3;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.btn{background:var(--primary-color);color:#fff;cursor:pointer;border-radius:8px;padding:.6em 1.2em;font-weight:500;transition:background-color .25s;display:inline-block}.btn:hover{background:var(--primary-hover)}.setting-group{margin-bottom:1.5rem}.setting-group label{flex-direction:column;gap:.5rem;font-weight:700;display:flex}.processing-section{text-align:left}.file-list{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.file-item{background:#0003;border-radius:8px;padding:1rem;position:relative;overflow:hidden}.file-info-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.file-status{text-transform:uppercase;letter-spacing:.05em;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.file-item.pending .file-status{color:#ffffff80;background:#ffffff1a}.file-item.processing .file-status{color:#a5a9ff;background:#646cff26;border:1px solid #646cff4d}.file-item.done .file-status{color:#81c784;background:#4caf5026;border:1px solid #4caf504d}.file-item.error .file-status{color:#e57373;background:#f4433626;border:1px solid #f443364d}.progress-bar{background:#ffffff1a;border-radius:2px;height:4px;overflow:hidden}.progress-bar .fill{background:var(--primary-color);height:100%;transition:width .2s}.actions{gap:1rem;margin-bottom:1rem;display:flex}.action-btn{cursor:pointer;border:none;border-radius:8px;padding:.8em 1.5em;font-size:1em;font-weight:600}.action-btn.primary{color:#fff;background:#4caf50}.action-btn.secondary{background:var(--primary-color);color:#fff}.action-btn:disabled{opacity:.5;cursor:not-allowed}.download-link{color:#4caf50;margin-right:1rem;text-decoration:none}.toggle-switch{align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.toggle-switch .label{opacity:.7;margin-right:.5rem}.toggle-switch button{color:var(--text-color);cursor:pointer;opacity:.7;background:0 0;border:1px solid #ffffff4d;border-radius:4px;padding:.3rem .8rem;transition:all .2s}.toggle-switch button:hover{border-color:var(--primary-color);opacity:1}.toggle-switch button.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff;opacity:1;font-weight:700;box-shadow:0 0 8px #646cff66}
