
:root{color-scheme:dark;--bg:#101119;--panel:#181923;--ink:#f4f0e9;--muted:#92939f;--accent:#c5b3ff;--line:#ffffff12}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:15px}header,main,footer{max-width:1180px;margin:auto}header{height:106px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.brand{color:var(--ink);text-decoration:none;font-weight:650;letter-spacing:3px;display:flex;align-items:center;gap:14px}.star{color:var(--accent);font-size:33px}.divider{font-weight:300;color:#555664;letter-spacing:0;margin:0 10px}.subbrand{color:var(--muted);font-weight:400;font-size:12px;letter-spacing:.2px}.edition,.eyebrow,.label,.section-label{font-size:10px;letter-spacing:2px;font-weight:650}.edition{color:var(--muted)}.welcome{position:relative;padding:90px 0 78px;overflow:hidden}.eyebrow{color:var(--accent);display:flex;align-items:center;gap:9px}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent)}h1{font-size:clamp(36px,4.5vw,59px);letter-spacing:-2.5px;line-height:1.15;font-weight:550;margin:27px 0 22px}h1 span{color:#a5a0b4}.intro{font-size:16px;color:var(--muted);line-height:1.8;margin:0 0 30px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;border:0;border-radius:9px;padding:16px 22px;font:600 14px system-ui;text-decoration:none;cursor:pointer;transition:background .2s}.primary{background:var(--accent);color:#242030}.primary:hover{background:#d8caff}.secondary{background:var(--panel);color:var(--ink);border:1px solid var(--line)}.button:focus-visible,a:focus-visible{outline:2px solid white;outline-offset:5px}.hint{font-size:11px;color:#737381;margin-top:15px}.orb{position:absolute;right:3%;top:70px;width:360px;height:360px;display:grid;place-items:center;border-radius:50%;background:radial-gradient(ellipse,#b3a1ff17,transparent 68%);pointer-events:none}.orb>span{font-size:165px;color:var(--accent);text-shadow:0 0 70px #c5b3ff24;transform:rotate(12deg)}.orbit{position:absolute;inset:25px;border:1px solid #c5b3ff20;border-radius:50%;transform:rotate(-30deg) scaleY(.65)}.orb i{position:absolute;top:24px;right:52px;color:#a89dc6;font-size:30px;font-style:normal}.section-label{display:flex;justify-content:space-between;color:var(--muted);padding-bottom:22px}.section-label span{font-weight:400;letter-spacing:0;font-size:12px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article{position:relative;background:linear-gradient(140deg,#1c1d29,#161720);border:1px solid var(--line);border-radius:14px;padding:26px}.icon{color:var(--accent);font-size:29px}.badge{float:right;font-size:10px;border:1px solid #ffffff12;color:var(--muted);padding:5px 9px;border-radius:5px}h3{font-size:16px;font-weight:550;margin:27px 0 12px}.cards p{font-size:13px;color:var(--muted);line-height:1.8;margin:0;max-width:280px}footer{border-top:1px solid var(--line);margin-top:66px;padding:27px 0;display:flex;justify-content:space-between;font-size:11px;color:#747581}footer span:first-child{letter-spacing:2px}.notice{margin-top:24px;border:1px solid #e6ba8640;color:#e6ba86;border-radius:8px;padding:16px;max-width:570px;position:relative;z-index:1}#dashboard{padding:56px 0}.section-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.section-top h1{font-size:40px;margin:20px 0 10px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}.stats article{padding:25px;border:1px solid var(--line);border-radius:12px;background:var(--panel);display:flex;flex-direction:column;gap:14px}.label{color:var(--muted)}.stats strong{font-size:28px;font-weight:500;color:var(--accent)}.detail{color:var(--muted);font-size:12px;line-height:1.6}.check{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);padding:28px;border-radius:12px;margin-top:20px;gap:20px}h2{font-weight:500;font-size:25px}.check p{color:var(--muted);font-size:14px}.command{font-family:monospace;font-size:30px;color:var(--accent);background:#c5b3ff0b;border:1px solid #c5b3ff20;border-radius:12px;padding:20px 28px;white-space:nowrap}.command span{color:#736986;margin-left:25px}code{color:var(--accent)}[hidden]{display:none!important}@media(max-width:1240px){header,main,footer{margin-left:30px;margin-right:30px}}@media(max-width:800px){.orb{right:-135px;opacity:.3;z-index:-1}.welcome{isolation:isolate}.edition{display:none}.cards,.stats{grid-template-columns:1fr}.cards article{padding:22px}h3{margin-top:15px}.welcome{padding:60px 0}.check{align-items:flex-start;flex-direction:column}.section-top h1{font-size:30px;letter-spacing:-1px}}@media(max-width:480px){header,main,footer{margin-left:20px;margin-right:20px}.subbrand,.divider{display:none}header{height:80px}.section-label{letter-spacing:1px;font-size:9px}footer{gap:25px;font-size:10px}.section-top{align-items:flex-start}.section-top .button{padding:10px}.orb{right:-190px}h1{letter-spacing:-1.5px}}
