*{box-sizing:border-box;margin:0;padding:0}body{background:#0f1117;color:#e2e8f0;font-family:Segoe UI,sans-serif;min-height:100vh}.page{width:100%;max-width:780px;display:flex;flex-direction:column;align-items:center}h1{font-size:2rem;font-weight:700;margin-bottom:6px;background:linear-gradient(90deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subtitle{color:#64748b;margin-bottom:36px;font-size:.95rem;text-align:center}.card{background:#1e2130;border:1px solid #2d3148;border-radius:16px;padding:32px;width:100%;display:flex;flex-direction:column;gap:16px}.drop-zone{border:2px dashed #3b4264;border-radius:12px;padding:48px 24px;text-align:center;cursor:pointer;transition:all .2s}.drop-zone:hover,.drop-zone.drag-over{border-color:#60a5fa;background:#1a2540}.dz-icon{font-size:3rem;margin-bottom:12px}.drop-zone p{color:#94a3b8;font-size:.95rem}.browse{color:#60a5fa;font-weight:600;cursor:pointer}.file-types{margin-top:10px;font-size:.78rem;color:#475569}.file-info{background:#141824;border-radius:8px;padding:12px 16px;font-size:.875rem;color:#94a3b8;display:flex;align-items:center;gap:10px}.fname{color:#e2e8f0;font-weight:500}.fsize{margin-left:auto;color:#475569}.extract-btn{width:100%;padding:14px;background:linear-gradient(90deg,#3b82f6,#7c3aed);border:none;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .2s}.extract-btn:disabled{opacity:.4;cursor:not-allowed}.extract-btn:hover:not(:disabled){opacity:.9}.status-bar{padding:10px 16px;border-radius:8px;font-size:.85rem;font-weight:500}.status-analysing{background:#1e3a5f;color:#60a5fa}.status-extracting{background:#1a3030;color:#34d399}.status-done{background:#1a2e1a;color:#4ade80}.status-error{background:#3b1a1a;color:#f87171}.progress-wrap{background:#0d0f1a;border-radius:999px;height:6px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#7c3aed);transition:width .4s ease;border-radius:999px}.progress-bar.bar-error{background:#ef4444}.stats{display:flex;gap:12px}.stat-box{flex:1;background:#141824;border-radius:10px;padding:14px 18px;text-align:center}.stat-box .num{font-size:1.6rem;font-weight:700;color:#60a5fa}.stat-box .lbl{font-size:.75rem;color:#475569;margin-top:2px}.log-box{background:#0d0f1a;border:1px solid #1e2340;border-radius:10px;padding:16px;height:280px;overflow-y:auto;font-family:Courier New,monospace;font-size:.78rem;line-height:1.6;color:#94a3b8}.log-line{white-space:pre-wrap;word-break:break-all}.log-line.highlight{color:#e2e8f0}.log-line.success{color:#4ade80}.log-line.log-error{color:#f87171}.downloads{display:flex;flex-direction:column;gap:10px}.downloads h3{font-size:.85rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.dl-btn{display:flex;align-items:center;gap:10px;background:#141824;border:1px solid #2d3148;border-radius:8px;padding:12px 16px;color:#e2e8f0;text-decoration:none;font-size:.875rem;transition:background .2s}.dl-btn:hover{background:#1e2540}.reset-btn{width:100%;padding:10px;background:transparent;border:1px solid #2d3148;border-radius:8px;color:#64748b;font-size:.875rem;cursor:pointer;transition:all .2s}.reset-btn:hover{border-color:#60a5fa;color:#60a5fa}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:Segoe UI,Inter,system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body{background:#0f1117;color:#e2e8f0;min-height:100vh}#root{display:flex;flex-direction:column;align-items:center;padding:40px 20px}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}
