:root{--bg:#090d16;--panel:#111827;--panel2:#0f172a;--line:#263247;--text:#f8fafc;--muted:#a8b2c3;--brand:#5865f2;--brand2:#7c83ff;--ok:#39d98a;--danger:#fb7185}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,#111b33 0,#090d16 42%,#070a11 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;overflow-x:hidden}.wrap{width:min(1120px,calc(100% - 40px));margin-inline:auto}.topbar{height:78px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:3}.brand{color:var(--text);text-decoration:none;font-weight:800;display:flex;gap:10px;align-items:center}.brand-mark{width:31px;height:31px;border-radius:10px;background:linear-gradient(145deg,var(--brand),#7883ff);display:grid;place-items:center;box-shadow:0 8px 30px #5865f255}.text-link{color:#c8d1df;text-decoration:none;font-weight:650}.text-link:hover{color:white}.hero{min-height:650px;display:grid;grid-template-columns:1.16fr .84fr;gap:76px;align-items:center;position:relative;z-index:2}.pill{display:inline-flex;align-items:center;gap:8px;color:#cdd6e5;background:#111827cc;border:1px solid #28354a;padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700}.dot{width:8px;height:8px;border-radius:50%;background:var(--ok);box-shadow:0 0 16px #39d98a}.hero h1,.legal h1,.status-card h1{font-size:clamp(42px,6vw,72px);line-height:1.02;letter-spacing:-.045em;margin:22px 0 20px}.hero h1 span{color:#8991ff}.lead{font-size:19px;line-height:1.65;color:var(--muted);max-width:720px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:12px;font-weight:800;text-decoration:none;transition:.2s ease;border:1px solid transparent}.btn:hover{transform:translateY(-1px)}.primary{background:linear-gradient(135deg,var(--brand),#7280ff);color:white;box-shadow:0 12px 35px #5865f23d}.secondary{background:#111827b8;border-color:#2d3a50;color:#e6ebf4}.verify-card,.legal-card,.notice,.status-card{background:linear-gradient(145deg,#141c2cdd,#0d1320e6);border:1px solid #29364a;border-radius:24px;box-shadow:0 28px 80px #0008;backdrop-filter:blur(16px)}.verify-card{padding:30px;position:relative}.discord-logo{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#5865f2,#7784ff);display:grid;place-items:center;font-size:28px;box-shadow:0 15px 45px #5865f255}.verify-card h2{font-size:26px;margin:22px 0 8px}.verify-card>p{color:var(--muted);line-height:1.6}.permissions{border-top:1px solid #253147;margin-top:22px;padding-top:8px}.permissions>div{display:flex;gap:12px;align-items:flex-start;padding:12px 0}.permissions strong,.permissions small{display:block}.permissions small{color:var(--muted);margin-top:3px}.check{width:24px;height:24px;flex:0 0 24px;border-radius:50%;display:grid;place-items:center;background:#173b2d;color:#61e6a3;font-weight:900}.secure{margin-top:14px;background:#0b1220;border:1px solid #223049;color:#aeb9ca;padding:12px 14px;border-radius:12px;font-size:13px}.setup-hint{background:#372c17;border:1px solid #7c6328;color:#f9dfa1;padding:12px 14px;border-radius:12px;margin-top:18px;line-height:1.5}.section{padding:90px 0}.eyebrow{font-size:12px;letter-spacing:.18em;color:#929aff;font-weight:900}.section h2,.notice h2,.legal-card h2{font-size:34px;margin:12px 0 28px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps article{padding:24px;background:#0e1523aa;border:1px solid #253147;border-radius:18px}.steps article>span{font-size:12px;color:#8f97ff;font-weight:900}.steps h3{margin:14px 0 8px}.steps p,.notice p,.legal-card p,.status-card p{color:var(--muted);line-height:1.65}.notice{padding:28px 30px;margin-top:10px;margin-bottom:80px;display:flex;gap:32px;align-items:center;justify-content:space-between}.notice h2{margin:0 0 4px;font-size:24px}.notice p{margin:0;max-width:760px}.footer{border-top:1px solid #202a3c;min-height:100px;display:flex;justify-content:space-between;align-items:center;color:#778398;font-size:13px}.bg-orb{position:fixed;border-radius:50%;filter:blur(90px);opacity:.18;pointer-events:none}.orb-a{width:360px;height:360px;background:#5865f2;right:-90px;top:80px}.orb-b{width:320px;height:320px;background:#2563eb;left:-140px;bottom:0}.legal{padding:70px 0 100px}.legal h1{font-size:clamp(40px,5vw,64px)}.legal-card{padding:30px;margin-top:34px}.legal-card h2{font-size:22px;margin:26px 0 6px}.legal-card h2:first-child{margin-top:0}.status-page{min-height:100vh;display:grid;place-items:center;padding:24px}.status-card{width:min(620px,100%);padding:40px;text-align:center}.status-card h1{font-size:44px}.status-icon{margin:0 auto 20px;width:72px;height:72px;border-radius:22px;display:grid;place-items:center;font-size:34px;font-weight:900}.status-icon.ok{background:#123728;color:#5ce2a2}.status-icon.bad{background:#43202a;color:#ff91a4}@media(max-width:820px){.hero{grid-template-columns:1fr;gap:38px;padding:70px 0}.verify-card{max-width:600px}.steps{grid-template-columns:1fr}.notice{align-items:flex-start;flex-direction:column}.footer{padding:28px 0;gap:10px;align-items:flex-start;flex-direction:column}}@media(max-width:520px){.wrap{width:min(100% - 28px,1120px)}.topbar{height:68px}.hero{padding:48px 0}.hero h1{font-size:44px}.lead{font-size:17px}.actions{display:grid}.btn{width:100%}.verify-card{padding:22px}.section{padding:65px 0}.footer{font-size:12px}.status-card{padding:28px 20px}.status-card h1{font-size:36px}}
