:root{color:#e5edf5;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 0 0,#38bdf838,#0000 32rem),radial-gradient(circle at 100% 0,#22c55e21,#0000 30rem),#060914;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}button{color:#06111f;cursor:pointer;background:linear-gradient(135deg,#67e8f9,#38bdf8);border:0;border-radius:999px;padding:11px 16px;font-weight:800;transition:transform .16s,opacity .16s,box-shadow .16s}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 30px #38bdf838}button:disabled{cursor:not-allowed;opacity:.5}button.danger{color:#fff;background:linear-gradient(135deg,#fb7185,#ef4444)}button.success{color:#052e16;background:linear-gradient(135deg,#86efac,#22c55e)}main{width:min(880px,100% - 32px);margin:0 auto;padding:28px 0 48px}.hero{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.build{color:#bfdbfe;white-space:nowrap;background:#172554;border:1px solid #1d4ed8;border-radius:999px;margin:8px 0 0;padding:7px 12px}h1,h2,p{margin-top:0}h1{color:#f8fafc;letter-spacing:-.06em;margin-bottom:8px;font-size:clamp(34px,7vw,76px);line-height:1}h2{color:#f8fafc;font-size:20px}.subtitle{color:#93c5fd;font-weight:700}.panel{background:#0f172ab8;border:1px solid #94a3b829;border-radius:28px;margin-bottom:16px;padding:20px;box-shadow:0 24px 80px #0206176b}.status-card{background:linear-gradient(135deg,#0f172aeb,#0c4a6e6b);border:1px solid #7dd3fc40;border-radius:32px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px;padding:22px;display:flex}.status-card strong{color:#fff;letter-spacing:-.05em;margin:8px 0;font-size:clamp(30px,5vw,48px);line-height:1;display:block}.status-card p{color:#bae6fd;margin-bottom:0}.status-card .problem{color:#fecaca;background:#7f1d1d8c;border:1px solid #f8717159;border-radius:16px;margin-top:12px;padding:10px 12px}.status-dot{background:#64748b;border-radius:999px;width:12px;height:12px;margin-right:8px;display:inline-block;box-shadow:0 0 0 6px #64748b29}.status-dot.hot{background:#22c55e;box-shadow:0 0 0 6px #22c55e29,0 0 32px #22c55ea6}.eyebrow{color:#67e8f9;letter-spacing:.16em;text-transform:uppercase;font-size:12px;font-weight:900}.big-stop{min-width:156px}.status-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.compact{padding:16px}.grid{gap:16px;display:grid}label{color:#cbd5e1;gap:8px;font-weight:700;display:grid}input,textarea{color:#f8fafc;background:#020617c2;border:1px solid #94a3b833;border-radius:18px;outline:none;padding:12px}textarea{resize:vertical}input:focus,textarea:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf82e}.actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.locked-note{color:#fbbf24;font-weight:800}.ghost{color:#e2e8f0;background:#94a3b81f}.danger-text{color:#fecdd3}.message,.warning{border-radius:12px;margin:16px 0 0;padding:12px}.message{color:#e2e8f0;background:#1e293b}.warning{color:#fed7aa;background:#451a03}.cards{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;display:grid}.metric{background:#020617;border:1px solid #1e293b;border-radius:16px;padding:14px}.metric span{color:#94a3b8;margin-bottom:7px;font-size:13px;display:block}.metric strong{color:#f8fafc;overflow-wrap:anywhere}.progress{background:#020617d1;border-radius:999px;height:18px;margin-bottom:16px;overflow:hidden}.progress span{background:linear-gradient(90deg,#22c55e,#67e8f9);height:100%;transition:width .25s;display:block;box-shadow:0 0 28px #22c55e61}.section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.section-head h2{letter-spacing:-.04em;overflow-wrap:anywhere;margin:5px 0 0;font-size:clamp(22px,4vw,34px);line-height:1.05}.percent{color:#86efac;letter-spacing:-.06em;font-size:42px;line-height:1}.torrent-actions{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.mini-stats{color:#cbd5e1;flex-wrap:wrap;gap:8px;display:flex}.mini-stats span,.drive-count{background:#94a3b81c;border:1px solid #94a3b81f;border-radius:999px;padding:7px 10px}.empty{color:#94a3b8;margin-bottom:0}.execution{counter-reset:step;gap:10px;margin:0;padding:0;list-style:none;display:grid}.execution li{background:#020617b8;border:1px solid #94a3b824;border-radius:18px;grid-template-columns:1fr;align-items:start;gap:10px;padding:12px 14px 12px 36px;display:grid;position:relative}.execution li:before{content:"";background:#64748b;border-radius:999px;width:9px;height:9px;position:absolute;top:18px;left:14px}.execution strong{color:#f8fafc}.execution span{color:#94a3b8;overflow-wrap:anywhere}.execution .done{border-color:#22c55e3d}.execution .done:before{background:#22c55e;box-shadow:0 0 18px #22c55e5c}.execution .current{border-color:#f59e0b61}.execution .current:before{background:conic-gradient(#f59e0b,#67e8f9,#f59e0b26);border:2px solid #f59e0b38;animation:.85s linear infinite spin;box-shadow:0 0 18px #f59e0b61}.execution .error{border-color:#f871715c}.execution .error:before{background:#ef4444;box-shadow:0 0 18px #ef444461}.step-copy{gap:4px;display:grid}.step-progress{background:#0f172aeb;border-radius:999px;height:7px;overflow:hidden}.step-progress i{background:linear-gradient(90deg,#f59e0b,#67e8f9);height:100%;transition:width .25s;display:block}.execution .done .step-progress i{background:linear-gradient(90deg,#22c55e,#86efac)}.execution .pending .step-progress i{background:0 0}@keyframes spin{to{transform:rotate(360deg)}}.files{gap:10px;margin:0;padding:0;list-style:none;display:grid}.files li{background:#020617b8;border:1px solid #94a3b824;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.files small{color:#94a3b8}.file-actions{flex-wrap:wrap;gap:8px;display:flex}.clean-drive{margin-top:14px}@media (width<=720px){.hero,.status-card,.files li{flex-direction:column;align-items:stretch}.build{width:fit-content}.section-head{flex-direction:column}}
