.global-route-state{--route-ink:#30263e;--route-muted:#706779;--route-accent:#7450c4;--route-accent-hover:#6240ad;--brand-ink:var(--route-ink);min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:auto 1fr;background:#fff;color:var(--route-ink)}.global-route-header{width:min(1120px,100%);margin-inline:auto;padding:24px clamp(20px,5vw,48px)}.global-route-brand{display:inline-flex;align-items:center;min-height:44px;border-radius:8px}.global-route-main{width:min(100%,660px);margin-inline:auto;padding:40px 24px 96px;align-self:center;text-align:center;overflow-wrap:anywhere}.global-route-emblem{position:relative;width:104px;height:104px;display:grid;place-items:center;margin:0 auto 32px;border:1px solid #e9dff8;border-radius:32px;background:#f7f3fc;transform:rotate(-5deg)}.global-route-code,.global-route-emblem>svg{transform:rotate(5deg)}.global-route-code{position:absolute;right:-12px;bottom:-6px;padding:5px 10px;border:1px solid #e9dff8;border-radius:999px;background:#fff;color:#6844a6;font-size:12px;line-height:1.4;font-weight:700;letter-spacing:.08em}.global-route-eyebrow{margin:0 0 14px;color:#755398;font-size:11px;font-weight:700;letter-spacing:.14em;line-height:1.5}.global-route-main h1{max-width:560px;margin:0 auto 18px;color:var(--route-ink);font-family:var(--font-display);font-size:clamp(29px,5vw,42px);font-weight:700;line-height:1.16;letter-spacing:-.04em;text-wrap:balance}.global-route-description{max-width:430px;margin:0 auto;color:var(--route-muted);font-size:16px;line-height:1.75;text-wrap:pretty}.global-route-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px}.global-route-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;max-width:100%;padding:12px 22px;border:1px solid var(--route-accent);border-radius:13px;background:var(--route-accent);color:#fff;font:inherit;font-size:14px;font-weight:600;line-height:1.5;text-align:center;text-decoration:none;cursor:pointer;transition:background .16s ease,border-color .16s ease}.global-route-button:hover{background:var(--route-accent-hover);border-color:var(--route-accent-hover);color:#fff;text-decoration:none}.global-route-button:disabled{opacity:.65;cursor:wait}.global-route-button-secondary{border-color:#e5dced;background:#fff;color:#674789}.global-route-button-secondary:hover{border-color:#d8c7eb;background:#f7f3fc;color:#583777}.global-route-links{display:flex;flex-wrap:wrap;justify-content:center;column-gap:24px;row-gap:4px;margin-top:24px}.global-route-links a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:6px;color:#674789;font-size:13px;font-weight:600;text-decoration:underline;-webkit-text-decoration-color:#cbb4e1;text-decoration-color:#cbb4e1;text-underline-offset:4px}.global-route-links a:hover{color:#4e2f70;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor}.global-route-state :is(a,button):focus-visible{outline:3px solid #a789d8;outline-offset:5px}@media (max-width:420px){.global-route-header{padding-top:16px}.global-route-main{padding:32px 20px 64px}.global-route-emblem{margin-bottom:28px}.global-route-actions{flex-direction:column}.global-route-button{width:100%}}@media (prefers-reduced-motion:reduce){.global-route-button{transition:none}}