:root{--bg:#0b0f19;--fg:#e8ecf1;--muted:#94a3b8;--card:#121827;--accent:#6366f1;--border:#1f2937}:root[data-theme=light]{--bg:#f7f8fb;--fg:#0f172a;--muted:#475569;--card:#fff;--accent:#4f46e5;--border:#e2e8f0}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#0b0f19;background:var(--bg);color:#e8ecf1;color:var(--fg);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}.container{margin:0 auto;max-width:960px;padding:24px}.grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.navbar{align-items:center;background:#0b0f19;background:var(--bg);border-bottom:1px solid #1f2937;border-bottom:1px solid var(--border);display:flex;flex-wrap:nowrap;gap:12px;padding:12px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.navbar a{border-radius:8px;color:#e8ecf1;color:var(--fg);padding:8px 10px;text-decoration:none}.navbar a.active{background:#121827;background:var(--card)}.spacer{flex:1 1}.button{align-items:center;background:#6366f1;background:var(--accent);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:.9rem;gap:6px;justify-content:center;padding:8px 12px;text-decoration:none;transition:transform .08s ease-out,box-shadow .08s ease-out,background .12s ease-out,border-color .12s ease-out,color .12s ease-out}.button:hover{box-shadow:0 12px 30px rgba(15,23,42,.5);transform:translateY(-1px)}.button-primary{background:#6366f1;background:var(--accent);font-size:.95rem;font-weight:600}.button-primary:hover{background:#4f46e5}.button-outline{background:transparent;border:1px solid #6366f1;border:1px solid var(--accent);color:#6366f1;color:var(--accent);font-weight:500}.button-outline:hover{background:rgba(99,102,241,.08)}.button-ghost{background:transparent;border:1px solid #1f2937;border:1px solid var(--border);color:#e8ecf1;color:var(--fg);font-weight:500}.button-ghost:hover{border-color:#6366f1;border-color:var(--accent)}.card,button.card{background:#121827;background:var(--card);border:1px solid #1f2937;border:1px solid var(--border);border-radius:14px;color:#e8ecf1;color:var(--fg);padding:18px}button.card{cursor:pointer;display:block;text-align:inherit;width:100%}button.card:hover{border-color:#6366f1;border-color:var(--accent)}button.card:focus{outline:2px solid #6366f1;outline:2px solid var(--accent);outline-offset:2px}.muted,button.card .muted{color:#94a3b8;color:var(--muted)}.title{color:#e8ecf1;color:var(--fg);font-weight:700}.page{display:flex;flex-direction:column;min-height:100vh}.section{padding:56px 0}.section-heading{margin:0 auto 32px;max-width:640px;text-align:left}.section-title{font-size:1.6rem;font-weight:750;margin:0 0 8px}.section-subtitle{font-size:.98rem;line-height:1.6;margin:0}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease-out,transform .6s ease-out;will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}.hero-wrap{background:radial-gradient(circle at top left,rgba(99,102,241,.2),transparent 55%),radial-gradient(circle at bottom right,rgba(15,23,42,.9),transparent 60%);border-radius:24px;padding:32px 0}.home-hero{grid-gap:32px;background:#121827;background:var(--card);border:1px solid rgba(148,163,184,.18);border-radius:24px;box-shadow:0 32px 80px rgba(15,23,42,.7);display:grid;gap:32px;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);padding:32px 32px 30px}.hero-left{display:flex;flex-direction:column;gap:16px}.hero-brand{align-items:center;display:flex;gap:16px}.hero-logo{background:radial-gradient(circle at 30% 20%,hsla(0,0%,100%,.22),transparent 60%);border:1px solid rgba(148,163,184,.5);border-radius:20px;height:64px;object-fit:contain;padding:6px;width:64px}.hero-pill{align-items:center;border:1px solid rgba(148,163,184,.6);border-radius:999px;color:#94a3b8;color:var(--muted);display:inline-flex;font-size:.75rem;justify-content:center;letter-spacing:.12em;margin-bottom:6px;padding:4px 10px;text-transform:uppercase}.hero-title{font-size:1.9rem;font-weight:800;margin:0}.hero-subtitle{font-size:.98rem;line-height:1.6;margin:4px 0 10px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:4px}.hero-cta{font-size:.95rem;font-weight:600}.hero-small{font-size:.82rem;margin-top:6px}.hero-right{align-items:center;display:flex;justify-content:center}.hero-mascot-wrap{height:220px;position:relative;width:220px}.hero-mascot-glow{background:radial-gradient(circle at 30% 20%,rgba(129,140,248,.65),transparent 60%);border-radius:999px;filter:blur(18px);inset:0;opacity:.8;position:absolute}.hero-mascot{background:#020617;border:3px solid rgba(148,163,184,.6);border-radius:999px;box-shadow:0 24px 60px rgba(15,23,42,.8);height:100%;object-fit:cover;position:relative;width:100%}.features{background:#0b0f19;background:var(--bg)}.feature-row{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:minmax(0,1.05fr) minmax(0,1.05fr);margin-bottom:48px}.feature-row:last-of-type{margin-bottom:0}.feature-row-reverse{direction:rtl}.feature-row-reverse>*{direction:ltr}.feature-media{position:relative}.feature-image{background:#020617;border:1px solid #1f2937;border:1px solid var(--border);border-radius:18px;box-shadow:0 22px 60px rgba(15,23,42,.7);display:block;object-fit:cover;width:100%}.feature-media:before{background:radial-gradient(circle at 10% 0,rgba(96,165,250,.28),transparent 55%);border-radius:24px;content:"";filter:blur(20px);inset:8% 12%;opacity:.6;position:absolute;z-index:-1}.feature-copy h3{font-size:1.25rem;font-weight:700;margin:0 0 10px}.feature-copy p{font-size:.96rem;line-height:1.6;margin:0 0 14px}.feature-list{display:flex;flex-direction:column;font-size:.9rem;gap:6px;list-style:none;margin:0;padding-left:0}.feature-list li:before{color:#6366f1;color:var(--accent);content:"•";margin-right:6px}.feature-premium-cta{margin-top:14px}.premium-band{padding-bottom:72px}.premium-card{align-items:center;background:linear-gradient(135deg,#020617,#020617 55%,#111827);border:1px solid #1f2937;border:1px solid var(--border);border-radius:20px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:22px 24px}.premium-copy h2{font-size:1.35rem;margin:0 0 6px}.premium-copy p{font-size:.94rem;margin:0}.premium-actions{display:flex;flex-wrap:wrap;gap:10px}.site-footer{background:#0b0f19;background:var(--bg);border-top:1px solid #1f2937;border-top:1px solid var(--border);margin-top:auto;padding:14px 0}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;gap:10px;justify-content:space-between}.footer-links{display:flex;flex-wrap:wrap;gap:12px}.footer-links a{color:#94a3b8;color:var(--muted);font-size:.85rem;text-decoration:none}.footer-links a:hover{color:#e8ecf1;color:var(--fg);text-decoration:underline}.footer-copy{white-space:nowrap}@media (max-width:900px){.home-hero{grid-template-columns:minmax(0,1fr);padding:24px 20px 22px}.hero-right{justify-content:flex-start}.section-heading{text-align:left}}@media (max-width:720px){.section{padding:40px 0}.feature-row,.feature-row-reverse{gap:24px;grid-template-columns:minmax(0,1fr)}.premium-card{align-items:flex-start}}@media (max-width:640px){.navbar{flex-wrap:wrap;row-gap:8px}.navbar .spacer{flex-basis:auto;flex-grow:1;min-width:0}.footer-inner{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.hero-title{font-size:1.6rem}.hero-logo{height:52px;width:52px}.hero-mascot-wrap{height:180px;width:180px}}:root[data-theme=light] .hero-wrap{background:radial-gradient(circle at top left,rgba(129,140,248,.25),transparent 60%),radial-gradient(circle at bottom right,rgba(148,163,184,.25),transparent 65%)}:root[data-theme=light] .home-hero{background:#121827;background:var(--card);border-color:rgba(148,163,184,.35);box-shadow:0 40px 80px rgba(15,23,42,.12)}:root[data-theme=light] .hero-mascot-glow{background:radial-gradient(circle at 30% 20%,rgba(129,140,248,.4),transparent 60%);filter:blur(20px);opacity:.9}:root[data-theme=light] .premium-card{background:linear-gradient(135deg,#fff,#f9fafb);border-color:rgba(148,163,184,.3);box-shadow:0 30px 80px rgba(15,23,42,.12)}.appeals-grid,.servers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:900px){.appeals-grid,.servers-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}.error-page{margin:80px auto;max-width:640px;text-align:center}.error-header{margin-bottom:16px}.error-code{color:#6366f1;color:var(--accent);display:inline-block;font-size:2.4rem;font-weight:800}.error-title{font-size:1.6rem;font-weight:750;margin:4px 0 6px}.error-subtitle{font-size:.95rem;margin:0}.error-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.how-header{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.how-selector{align-items:center;display:inline-flex;flex-wrap:wrap;gap:8px}.how-label{font-size:.9rem;font-weight:600}.how-select{background:#0b0f19;background:var(--bg);border:1px solid #1f2937;border:1px solid var(--border);border-radius:10px;color:#e8ecf1;color:var(--fg);font-size:.9rem;padding:6px 10px}.how-select:focus{outline:2px solid #6366f1;outline:2px solid var(--accent);outline-offset:2px}.how-role-note{font-size:.85rem;margin:0 0 12px}.how-note{background:rgba(15,23,42,.85);border:1px solid #1f2937;border:1px solid var(--border);border-radius:12px;font-size:.88rem;margin-bottom:12px;padding:10px 12px}:root[data-theme=light] .how-note{background:rgba(248,250,252,.9)}.how-list{display:flex;flex-direction:column;font-size:.9rem;gap:6px;line-height:1.5;list-style:decimal;margin:0;padding-left:1.2rem}.how-sublist{font-size:.88rem;list-style:disc;padding-left:1.1rem}.how-content,.how-sublist{margin-top:4px}
/*# sourceMappingURL=main.dda285eb.css.map*/