:root { color-scheme: dark; --navy: #061936; --blue: #12468a; --cyan: #39d6ff; --gold: #f7bd35; --white: #f8fbff; --muted: #b9cae2; font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; }
* { box-sizing: border-box; }
body { min-height: 100vh; margin: 0; color: var(--white); background: radial-gradient(circle at 50% 35%, rgba(39,106,185,.32), transparent 42%), linear-gradient(145deg, #06152e 0%, #0a2b59 48%, #101047 100%); }
body::before { position: fixed; inset: 0; z-index: -1; opacity: .25; pointer-events: none; content: ''; background-image: linear-gradient(rgba(57,214,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(57,214,255,.16) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, black, transparent 78%); }
.landing-shell { display: flex; flex-direction: column; width: min(1180px, calc(100% - 36px)); min-height: 100vh; margin: 0 auto; padding: 24px 0 18px; }
.landing-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.brand-mark { color: var(--gold); font-size: 18px; font-weight: 900; letter-spacing: .24em; text-shadow: 0 0 22px rgba(247,189,53,.32); }
.language-picker select, .player-link, .admin-link { min-height: 38px; border: 1px solid rgba(57,214,255,.55); border-radius: 999px; padding: 8px 13px; color: var(--white); background: rgba(5,23,50,.7); font: inherit; font-weight: 750; cursor: pointer; }
.player-link { border-color: rgba(57,214,255,.75); }
.admin-link { border-color: rgba(247,189,53,.7); color: var(--gold); }
.language-picker select:focus, .player-link:focus, .admin-link:focus { outline: 3px solid rgba(57,214,255,.28); }
.landing-hero { display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; padding: 26px 0 44px; text-align: center; }
.logo-frame { width: min(72vw, 610px); filter: drop-shadow(0 26px 24px rgba(0,0,0,.42)); }
.logo-frame img { display: block; width: 100%; height: auto; }
.coming-kicker { margin: 8px 0 12px; color: var(--cyan); font-size: clamp(11px, 1.4vw, 14px); font-weight: 850; letter-spacing: .3em; }
h1 { margin: 0; color: var(--gold); font-size: clamp(42px, 9vw, 104px); font-weight: 950; letter-spacing: .06em; line-height: .95; text-shadow: 0 6px 0 rgba(7,20,47,.72), 0 0 34px rgba(247,189,53,.22); }
.landing-copy { max-width: 660px; margin: 22px auto 8px; color: var(--muted); font-size: clamp(15px, 2vw, 20px); line-height: 1.55; }
.contact-link { color: var(--white); font-size: clamp(15px, 2vw, 20px); font-weight: 850; text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.contact-link:hover { color: var(--gold); }
.landing-footer { display: flex; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid rgba(185,202,226,.2); color: rgba(185,202,226,.75); font-size: 12px; letter-spacing: .04em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.landing-modal { position: fixed; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(2,10,24,.72); }
.landing-modal[hidden] { display: none; }
.landing-dialog { width: min(430px, 100%); border: 1px solid rgba(57,214,255,.35); border-radius: 18px; padding: 24px; color: #102747; background: #f8fbff; box-shadow: 0 22px 60px rgba(0,0,0,.42); }
.landing-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.landing-dialog h2 { margin: 0; color: #071f42; }
.landing-dialog p { color: #657995; line-height: 1.5; }
.landing-dialog label { display: grid; gap: 6px; margin-top: 12px; color: #173f78; font-size: 13px; font-weight: 750; }
.landing-dialog input { min-height: 42px; border: 1px solid #bfd0e2; border-radius: 9px; padding: 9px 11px; color: #102747; background: #fff; color-scheme: light; font: inherit; }
.landing-dialog input:-webkit-autofill,.landing-dialog input:-webkit-autofill:hover,.landing-dialog input:-webkit-autofill:focus { border: 1px solid #9db7d2; -webkit-box-shadow: 0 0 0 1000px #fff inset; box-shadow: 0 0 0 1000px #fff inset; -webkit-text-fill-color: #102747; caret-color: #102747; }
.landing-dialog .dialog-actions { display: flex; gap: 10px; margin-top: 18px; }
.landing-dialog button { min-height: 40px; border: 1px solid #b8cae0; border-radius: 9px; padding: 9px 14px; color: #fff; background: #173f78; font: inherit; font-weight: 750; cursor: pointer; }
.landing-dialog button.secondary { color: #173f78; background: #edf3f9; }
.landing-dialog .form-error { color: #a52d3e; font-size: 13px; font-weight: 700; }
@media (max-width: 640px) { .landing-shell { width: min(100% - 24px, 1180px); padding-top: 18px; } .landing-hero { padding-top: 42px; } .logo-frame { width: min(88vw, 520px); } .landing-footer { flex-direction: column; align-items: center; text-align: center; } }
