:root{--ink:#1f1830;--muted:#7b7488;--line:#ebe7f0;--paper:#fff;--purple:#7655db;--pink:#d84e92;--green:#1b9a72;--red:#c94d68}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(150deg,#faf8fc 0,#f2f0f8 50%,#edf7f8 100%);color:var(--ink);font:14px/1.5 system-ui,-apple-system,"Microsoft YaHei",sans-serif;min-height:100vh}header{height:72px;padding:0 max(24px,calc((100vw - 1040px)/2));display:flex;align-items:center;gap:38px;background:#ffffffd9;border-bottom:1px solid #eeeaf3;backdrop-filter:blur(18px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:17px;font-weight:750;text-decoration:none}.logo{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff;font-size:22px}nav{display:flex;gap:6px}nav a,.quiet{padding:9px 15px;border-radius:10px;color:var(--muted);text-decoration:none;font-weight:650}nav a:hover,nav a.active{background:#f1edf9;color:var(--purple)}.quiet{margin-left:auto;border:1px solid var(--line);color:var(--ink);background:#fff}main{max-width:1040px;margin:auto;padding:52px 24px 80px}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.eyebrow{font-size:11px;letter-spacing:.18em;color:var(--purple);font-weight:800}.hero h1{font-size:42px;line-height:1.15;margin:10px 0 8px;letter-spacing:-.04em}.hero p,.section-title p,.task p,.hotspot p{margin:0;color:var(--muted)}.status{display:flex;align-items:center;gap:9px;padding:11px 15px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:650}.status i{width:8px;height:8px;border-radius:50%;background:#b7b1bf}.status.online i{background:var(--green);box-shadow:0 0 0 5px #1b9a7215}.status.offline i{background:var(--red)}.card{background:var(--paper);border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 18px 50px #3d2f5b0b;margin-bottom:20px}.section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title h2{font-size:20px;margin:0 0 4px}.form{display:grid;grid-template-columns:1fr 1.15fr auto;align-items:end;gap:14px}label{display:grid;gap:7px}label>span{font-size:12px;font-weight:700;color:#625a6c}input{width:100%;font:inherit;border:1px solid var(--line);border-radius:12px;padding:14px;background:#fcfbfd;color:var(--ink);outline:none}input:focus,.filebox:focus-within{border-color:#9d84e8;box-shadow:0 0 0 4px #7655db12}.filebox{position:relative;border:1px dashed #cfc7db;border-radius:12px;padding:10px 14px;min-height:50px;background:#fcfbfd}.filebox input{position:absolute;inset:0;opacity:0;cursor:pointer}.filebox b,.filebox small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.filebox small{color:var(--muted);font-size:11px;margin-top:2px}.form button{font:inherit;border:0;cursor:pointer;height:50px;padding:0 20px;border-radius:12px;color:#fff;background:linear-gradient(115deg,var(--purple),var(--pink));font-weight:750;white-space:nowrap}.form button span{margin-left:9px}.form button:disabled{opacity:.55}.message{margin:13px 0 0;min-height:20px;color:var(--muted)}.message.error,.task-error{color:var(--red)}.submit-progress{margin-top:18px;padding:15px;border-radius:13px;background:#f8f5fc}.submit-progress.hidden{display:none}.row,.task-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.bar{height:7px;border-radius:20px;background:#eeeaf3;overflow:hidden;margin-top:10px}.bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#28a7bd,var(--purple),var(--pink));transition:width .35s}.icon-button{font:inherit;border:0;cursor:pointer;width:38px;height:38px;border-radius:10px;background:#f5f2f8;color:var(--purple);font-size:20px}.empty{padding:34px;text-align:center;color:var(--muted);border:1px dashed #d9d3e0;border-radius:14px}.task-list{display:grid;gap:12px}.task{padding:17px;border:1px solid var(--line);border-radius:14px;background:#fdfcfe}.task h3,.hotspot h3{margin:0 0 3px;font-size:15px}.pill{font-size:11px;font-weight:750;padding:5px 9px;border-radius:99px}.pill.doing{background:#eee9fb;color:var(--purple)}.pill.done{background:#e8f7f1;color:var(--green)}.pill.fail{background:#fbecef;color:var(--red)}.open{display:inline-flex;gap:7px;margin-top:14px;padding:9px 12px;border-radius:9px;background:#f0ebfa;color:var(--purple);font-weight:750;text-decoration:none}.hotspots{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hotspot{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;padding:17px;border:1px solid var(--line);border-radius:15px;color:var(--ink);text-decoration:none;background:#fdfcfe;transition:.2s}.hotspot:hover{transform:translateY(-2px);border-color:#cbbce9;box-shadow:0 12px 30px #7655db10}.hot-rank{font-size:18px;font-weight:850;color:#b3a8c3}.hot-go{font-size:18px;color:var(--purple)}@media(max-width:760px){header{height:64px;padding:0 14px;gap:12px}.brand span:last-child{display:none}nav{gap:0}.quiet{padding:8px 10px}main{padding:34px 15px 60px}.hero{align-items:flex-start;flex-direction:column}.hero h1{font-size:34px}.form{grid-template-columns:1fr}.form button{width:100%}.hotspots{grid-template-columns:1fr}.card{padding:18px;border-radius:16px}}
