:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color-scheme:dark;background:#0c0d10;color:#f4f4f5}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#20232b 0,#0c0d10 45%)}button,input{font:inherit}.shell{width:min(980px,calc(100% - 32px));margin:0 auto;padding:48px 0}.card{background:rgba(22,24,29,.92);border:1px solid #30333a;border-radius:20px;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.login-card{max-width:440px;margin:8vh auto}.brand{font-weight:800;letter-spacing:.02em;display:flex;align-items:center;gap:9px}.brand-dot{width:11px;height:11px;border-radius:50%;background:#fff;box-shadow:0 0 24px rgba(255,255,255,.45)}h1{font-size:34px;margin:28px 0 6px}h2{margin:8px 0;font-size:24px}.muted{color:#a6a8ae}.hidden{display:none!important}label:not(.check){display:block;margin:18px 0 7px;color:#d5d6d9}input[type=text],input[type=password],input:not([type]){width:100%;margin-top:7px;border:1px solid #3b3e46;background:#111318;color:#fff;border-radius:11px;padding:12px 14px;outline:none}input:focus{border-color:#737780}button{border:0;border-radius:11px;padding:11px 16px;background:#f4f4f5;color:#111318;font-weight:750;cursor:pointer}button:hover{filter:brightness(.92)}button:disabled{opacity:.45;cursor:not-allowed}.secondary,.ghost{background:#292c33;color:#f4f4f5}.ghost{padding:9px 13px}.login-card button[type=submit]{width:100%;margin-top:14px}.error{color:#ff8585;min-height:22px;margin-top:12px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.userbox{display:flex;align-items:center;gap:14px}.tabs{display:flex;gap:8px;margin-bottom:20px}.tab{background:#252830;color:#c5c7cb}.tab.active{background:#f4f4f5;color:#111318}.dropzone{border:1.5px dashed #4a4e58;border-radius:18px;text-align:center;padding:52px 20px;transition:.15s}.dropzone.drag{border-color:#fff;background:#1d2026}.drop-icon{font-size:44px;line-height:1}.actions{display:flex;justify-content:center;gap:10px;margin-top:24px;flex-wrap:wrap}.summary{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-top:22px}.summary strong{display:block;font-size:18px}.summary .muted{display:block;margin-top:4px}.check{display:flex;gap:8px;align-items:center;color:#bbb}.path-note{margin:17px 0;padding:12px 14px;background:#111318;border-radius:10px;color:#b8bbc2}.buttons-row{display:flex;gap:10px}.progress-head{display:flex;justify-content:space-between;margin-bottom:12px}.bar{height:12px;background:#101217;border-radius:100px;overflow:hidden}.bar>div{height:100%;width:0;background:#f4f4f5;transition:width .15s}.progressStats{margin-top:8px}.file-list{max-height:380px;overflow:auto;margin-top:18px;border-top:1px solid #30333a}.file-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:11px 2px;border-bottom:1px solid #292c33;font-size:14px}.file-row .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ok{color:#8ce99a}.bad{color:#ff8787}.working{color:#ffd43b}code{color:#e5e7eb}@media(max-width:650px){.shell{padding:24px 0}.summary,header{align-items:flex-start;flex-direction:column}.userbox{width:100%;justify-content:space-between}.tabs{overflow-x:auto}.card{padding:18px}}