:root{--bg: #0f0f0f;--panel: #383838;--highlight: #a0a0a0;--accent: #f5a219;--bg-elev: #1a1a1a;--panel-elev: #4a4a4a;--border-soft: #1f1f1f;--border: #2a2a2a;--border-panel: #4a4a4a;--text: #f0f0f0;--text-muted: #a0a0a0;--text-dim: #707070;--accent-hover: #ffb84d;--accent-dim: #8a5a14;--positive: #4ade80;--negative: #f87171;--destructive: #7e232a;--destructive-h: #a23139;--role-duelist: #ec7561;--role-initiator: #5eb6e8;--role-controller: #c97cd1;--role-sentinel: #ad8ef5;--role-unknown: #9ca3af}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv11";display:flex;flex-direction:column;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;gap:56px}.brand{display:flex;flex-direction:column;align-items:center;gap:6px}.wordmark{font-weight:900;font-size:clamp(48px,9vw,88px);letter-spacing:.01em;line-height:1}.wordmark-accent{color:var(--accent)}.tagline{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--text-dim);font-weight:500}.welcome{font-size:clamp(15px,2vw,18px);color:var(--text-muted);font-weight:400;letter-spacing:.01em;max-width:560px}.cta-row{display:flex;gap:20px;width:100%;max-width:720px;flex-wrap:wrap;justify-content:center}.cta{flex:1 1 280px;min-width:240px;padding:36px 28px;background:var(--bg-elev);border:1px solid var(--border-panel);border-radius:4px;text-decoration:none;color:var(--text);display:flex;flex-direction:column;gap:8px;align-items:center;transition:border-color .18s ease,background .18s ease,transform .18s ease,color .18s ease;cursor:pointer}.cta:hover,.cta:focus-visible{border-color:var(--accent);background:#f5a2190f;transform:translateY(-2px);outline:none}.cta:hover .cta-label,.cta:focus-visible .cta-label{color:var(--accent)}.cta-label{font-weight:800;font-size:clamp(22px,3vw,28px);letter-spacing:.01em;transition:color .18s ease}.cta-sub{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-dim);font-weight:500}.foot{padding:18px 24px;font-size:11px;color:var(--text-dim);letter-spacing:.06em;text-align:center;display:flex;align-items:center;justify-content:center;gap:10px}.foot a{color:var(--text-muted);text-decoration:none;transition:color .15s ease}.foot a:hover{color:var(--accent)}.foot .dot{color:var(--text-dim)}@media (max-width: 540px){.hero{gap:40px;padding:36px 18px}.cta-row{flex-direction:column;gap:14px}.cta{padding:28px 22px}}
