:root{--color-bg:#0b1220;--color-bg-alt:#1b1b23;--color-surface:#fff8ef;--color-text:#f6f3ec;--color-text-muted:#a9a6b6;--color-orange-1:#0a96f8;--color-orange-2:#0561b8;--gradient-orange:linear-gradient(135deg, var(--color-orange-1), var(--color-orange-2));--color-border:#f6f3ec1a;--font-display:"Unbounded", "Segoe UI", system-ui, sans-serif;--font-body:"Manrope", "Segoe UI", system-ui, sans-serif;--space-xs:.5rem;--space-sm:.875rem;--space-md:1.5rem;--space-lg:2.5rem;--radius-md:16px;--radius-pill:999px;--shadow-cta:0 12px 32px #0561b859;--container:26rem}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);flex-direction:column;min-height:100vh;font-size:16px;line-height:1.55;display:flex}a{color:inherit;text-decoration:none}h1{font-family:var(--font-display);font-weight:700;line-height:1.15}.topbar{padding:var(--space-md)}.brand{font-family:var(--font-display);align-items:center;gap:.5em;font-size:1rem;font-weight:700;display:inline-flex}.brand__mascot{flex-shrink:0;width:28px;height:28px}.brand__sub{color:var(--color-orange-1);font-size:.75em}.hero{padding:var(--space-lg) var(--space-md);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__glow{pointer-events:none;background:radial-gradient(60% 60% at 50% 0,#0a96f847,#0000 70%);height:65%;position:absolute;inset:-20% -10% auto}.hero__inner{z-index:1;max-width:var(--container);text-align:center;align-items:center;gap:var(--space-xs);flex-direction:column;width:100%;display:flex;position:relative}.hero__kicker{font-family:var(--font-display);color:var(--color-orange-1);font-size:.85rem;font-weight:600}.hero__title{font-size:clamp(1.9rem,7.5vw,2.5rem)}.hero__subtitle{color:var(--color-text-muted);margin-bottom:var(--space-sm);font-size:clamp(.95rem,3.2vw,1.05rem)}.hero__note{margin-top:var(--space-md);color:var(--color-text-muted);font-size:.88rem}.hero__note a{color:var(--color-orange-1);font-weight:600}.access-form{text-align:left;width:100%;margin-top:var(--space-sm);flex-direction:column;gap:.7em;display:flex}.access-form__label{color:var(--color-text-muted);font-size:.82rem}.access-form__input{border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;color:var(--color-text);font-family:var(--font-body);letter-spacing:.08em;text-align:center;text-transform:uppercase;background:#f6f3ec0f;padding:.95em 1.1em;font-size:1.15rem;font-weight:700}.access-form__input:focus{outline:2px solid var(--color-orange-1);outline-offset:1px}.access-form__error{color:#ff8a8a;font-size:.85rem}.access-form__error[hidden]{display:none}.access-form__submit{width:100%;margin-top:.3em}.btn{font-family:var(--font-display);border-radius:var(--radius-pill);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.6em;padding:1.05em 1.9em;font-size:1.02rem;font-weight:600;display:inline-flex}.btn--pay{background:var(--gradient-orange);color:#17110a;box-shadow:var(--shadow-cta)}.footer{padding:var(--space-lg) var(--space-md);text-align:center;flex-direction:column;align-items:center;gap:.5em;display:flex}.footer__brand{font-family:var(--font-display);align-items:center;gap:.5em;font-size:.9rem;font-weight:700;display:inline-flex}.footer__dot{background:var(--gradient-orange);border-radius:50%;flex-shrink:0;width:.5em;height:.5em}.footer__legal{color:var(--color-text-muted);font-size:.78rem}
