.landing{--brand-navy:#14224a;--brand-navy-deep:#0b1532;--brand-navy-glow:#24397a;--brand-red:var(--smirnoff-red);--brand-red-dark:#a3141f;--brand-red-shadow:#6e0c14;--brand-white:#f7f8fc;--brand-mist:#e6ecf6;--brand-ice:#8fd6f7;--brand-ink:#101a3a;--xp-balloon:#ffffe1;--xp-balloon-edge:#6e6a55;--login-rule-bottom:#f29a3c;color:var(--brand-ink);background:var(--brand-white);position:relative}.landing-hero{min-height:calc(100svh - 5.5rem);color:var(--brand-white);text-align:center;background:radial-gradient(ellipse 60% 55% at 50% 38%, var(--brand-navy-glow), transparent 70%), linear-gradient(var(--brand-navy), var(--brand-navy-deep));border-bottom:6px solid var(--brand-red);flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;padding:4.5rem 1.5rem 1rem;display:flex}.landing-hero-body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;display:flex}.landing-crest{filter:drop-shadow(0 10px 18px #00000073);width:auto;height:min(42svh,27rem)}.landing-title{font:800 2.25rem/1.1 var(--xp-title-font);letter-spacing:.01em}.landing-season{color:var(--brand-ice);letter-spacing:.2em;text-transform:uppercase;margin-top:.375rem;font-size:.45em;font-weight:700;display:block}.landing-tagline{max-width:22rem;color:var(--brand-mist);line-height:1.5}.landing-signin{border:2px solid var(--brand-white);min-height:3.5rem;color:var(--brand-white);font:bold 1.125rem var(--xp-title-font);background:linear-gradient(#e2323d, var(--brand-red) 45%, var(--brand-red-dark));box-shadow:0 4px 0 var(--brand-red-shadow), 0 8px 18px #0000004d;cursor:pointer;border-radius:8px;align-items:center;gap:.875rem;padding:.375rem 1.5rem .375rem .375rem;transition:transform .1s,box-shadow .1s,filter .1s;display:inline-flex}.landing-signin img{border-radius:6px}.landing-signin:hover:not(:disabled){filter:brightness(1.1)}.landing-signin:active:not(:disabled){box-shadow:0 1px 0 var(--brand-red-shadow), 0 4px 10px #0000004d;transform:translateY(3px)}.landing-signin:focus-visible,.landing-cue:focus-visible{outline:3px solid var(--brand-ice);outline-offset:4px}.landing-signin:disabled{cursor:not-allowed;opacity:.55}.landing-cue{min-height:2.75rem;color:var(--brand-ice);letter-spacing:.18em;text-transform:uppercase;flex-direction:column;align-items:center;padding:.25rem 1rem;font-size:.75rem;font-weight:700;display:inline-flex}.landing-cue:hover{color:var(--brand-white)}.landing-cue-chevron{animation:1.4s ease-in-out infinite landing-cue-bob}@keyframes landing-cue-bob{50%{transform:translateY(6px)}}.landing-band{flex-direction:column;align-items:center;gap:2rem;padding:2.5rem 1rem 4.5rem;display:flex}@media (min-width:40rem){.landing-hero{padding-top:2rem}.landing-band{padding-inline:2rem}}.landing-band-mist{background:var(--brand-mist)}.landing-band-white{background:var(--brand-white)}.landing-band-navy{background:linear-gradient(var(--brand-navy), var(--brand-navy-deep));border-block:6px solid var(--brand-red)}.landing-heading{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.landing-kicker{color:var(--brand-white);letter-spacing:.18em;text-transform:uppercase;background:var(--brand-red);padding:.125rem .625rem;font-size:.75rem;font-weight:700}.landing-heading .landing-title{color:var(--brand-navy)}.landing-band-navy .landing-heading .landing-title{color:var(--brand-white)}.landing-lede{text-align:center;max-width:32rem;margin-top:-1rem;line-height:1.5}.landing-rules,.landing-watch{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.landing-mascot{filter:drop-shadow(0 8px 12px #101a3a4d);width:9rem;height:auto}.landing-mascot-flip{filter:drop-shadow(0 8px 14px #00000080);display:none;transform:scaleX(-1)}@media (min-width:56rem){.landing-rules,.landing-watch{flex-direction:row;justify-content:center;gap:3rem}.landing-mascot{width:17rem}.landing-mascot-flip{display:block}}.landing-footer{color:var(--brand-white);background:linear-gradient(var(--brand-navy), var(--brand-navy-deep))}.landing-taskbar{min-height:var(--taskbar-height);background:linear-gradient(var(--xp-taskbar-light), var(--xp-taskbar) 12%, var(--xp-taskbar-dark));border-top:1px solid var(--xp-taskbar-light);align-items:stretch;font-size:.75rem;display:flex}.landing-taskbar-task{font:italic bold .9375rem var(--xp-title-font);background:linear-gradient(var(--xp-start-light), var(--xp-start) 30%, var(--xp-start-dark));border-radius:0 12px 12px 0;flex:none;align-items:center;gap:.5rem;padding:0 1rem;display:flex}.landing-taskbar-tray{border-left:1px solid var(--xp-tray-dark);text-align:right;background:linear-gradient(var(--xp-tray), var(--xp-tray-dark));align-items:center;margin-left:auto;padding:.375rem 1rem;display:flex}.landing-taskbar-tray a{color:inherit;padding-block:.25rem;font-weight:700;text-decoration:underline;display:inline-block}.landing-taskbar-tray a:hover{color:var(--brand-ice)}.landing-taskbar-tray a:focus-visible,.privacy-body a:focus-visible{outline:3px solid var(--brand-ice);outline-offset:2px}.privacy-hero{justify-content:center;min-height:0;padding-block:3rem}.privacy-body{flex-direction:column;gap:1rem;width:100%;max-width:40rem;line-height:1.6;display:flex}.privacy-body h2{color:var(--brand-navy);font:800 1.5rem/1.2 var(--xp-title-font);margin-top:1rem}.privacy-body ul{padding-left:1.25rem;list-style:outside}.privacy-body a{color:var(--brand-red-dark);font-weight:700;text-decoration:underline}.privacy-body a:hover{color:var(--brand-navy)}.landing-faux-button{border:1px solid var(--xp-frame);text-align:center;background:linear-gradient(var(--xp-cream), var(--xp-face));border-radius:3px;min-width:4.5rem;padding:.25rem .75rem}.landing-balloon{border:1px solid var(--xp-balloon-edge);background:var(--xp-balloon);border-radius:8px;width:min(100%,24rem);padding:.75rem 1rem;font-size:.875rem;line-height:1.5;position:relative;box-shadow:2px 3px 8px #0a1e5066}.landing-balloon:after{content:"";border:12px solid #0000;border-top-color:var(--xp-balloon);border-bottom:0;border-right:0;position:absolute;bottom:-12px;right:2rem}.landing-live-dot{background:var(--xp-close);border-radius:50%;width:.625rem;height:.625rem;animation:1s step-end infinite landing-blink}@keyframes landing-blink{50%{opacity:0}}.landing-tabs{margin-bottom:-1px;display:flex}.landing-tabs span{border:1px solid var(--xp-face-shadow);border-bottom-color:var(--xp-cream);background:var(--xp-cream);box-shadow:inset 0 2px 0 var(--login-rule-bottom);border-radius:3px 3px 0 0;padding:.25rem .875rem;position:relative}.landing-status-list dd{overflow-wrap:anywhere;min-width:0}.landing-skeleton{flex-direction:column;gap:.5rem;display:flex}.landing-skeleton span{background:var(--xp-face);border-radius:2px;height:.875rem;animation:.9s ease-in-out infinite alternate landing-pulse}@keyframes landing-pulse{to{opacity:.4}}.landing [data-reveal]{transition:opacity .3s ease-out,transform .45s cubic-bezier(.2,1.5,.4,1)}.landing[data-motion=on] [data-reveal]:not([data-shown]){opacity:0;transform:translateY(2rem)scale(.92)}@media (prefers-reduced-motion:reduce){.landing-cue-chevron,.landing-live-dot,.landing-skeleton span{animation:none}.landing [data-reveal],.landing-signin{transition:none}}.landing-header-action{z-index:1;position:absolute;top:1rem;right:1rem}
