@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}:root{--orange:#f97316;--orange-hover:#ea6a0a;--orange-dim:#f9731626;--orange-border:#f9731659;--bg:#0a0e16;--bg-card:#11161f;--bg-card-hover:#161d29;--bg-elevated:#1a2130;--border:#ffffff14;--border-hover:#ffffff26;--glass-bg:#0d121c8c;--glass-bg-strong:#0b0f17b8;--glass-border:#ffffff24;--glass-filter:blur(18px) saturate(160%);--glass-shadow:0 16px 48px #00000080,inset 0 1px 0 #ffffff14;--text-primary:#f5f5f5;--text-secondary:#9ca3af;--text-muted:#4b5563;--danger:#f87171;--danger-dim:#dc26261f;--danger-border:#dc262659;--success:#4caf7a;--success-dim:#22c55e26;--warn:#fde047;--warn-dim:#eab3081f;--warn-border:#eab30859;--radius:8px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:22px;--font-display:"Bebas Neue",system-ui,sans-serif;--font-ui:"Barlow Condensed",system-ui,sans-serif;--cream:#e8e4dc;--header-accent:linear-gradient(90deg,var(--orange),#8b6914 50%,#3b82f6);--bp-sm:480px;--bp-md:640px;--bp-lg:768px;--bp-xl:900px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--touch-min:44px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}#root,body,html{height:100%;overflow-x:hidden;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(249,115,22,.2);background:#0a0e16;background:var(--bg);color:#f5f5f5;color:var(--text-primary);font-family:Barlow Condensed,system-ui,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI;font-family:var(--font-ui),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@media (pointer:coarse){[role=button],a.btn,button,input[type=button],input[type=submit],select{min-height:44px;min-height:var(--touch-min)}}input,select,textarea{font-size:16px}@media (min-width:641px){input,select,textarea{font-size:inherit}}.app-loading{align-items:center;background:#0a0e16;background:var(--bg);color:#9ca3af;color:var(--text-secondary);display:flex;flex-direction:column;gap:14px;justify-content:center;min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);padding:var(--safe-top) var(--safe-right) var(--safe-bottom) var(--safe-left)}.app-loading-spinner{animation:app-spin .75s linear infinite;border:3px solid #f9731633;border-radius:50%;border-top:3px solid var(--orange);height:36px;width:36px}@keyframes app-spin{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.empire-glass-header{backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);background:#0f17248c;border-bottom:1px solid #ffffff24;border-bottom:1px solid var(--glass-border);box-shadow:0 4px 24px #00000040;position:relative}.empire-accent-bar:before,.empire-glass-header:before{background:linear-gradient(90deg,#f97316,#8b6914 50%,#3b82f6);background:var(--header-accent);content:"";height:3px;left:0;opacity:.85;pointer-events:none;position:absolute;right:0;top:0}.empire-glass-panel{backdrop-filter:blur(18px) saturate(160%);backdrop-filter:var(--glass-filter);-webkit-backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:var(--glass-filter);background:#0d121c8c;background:var(--glass-bg);border:1px solid #ffffff24;border:1px solid var(--glass-border);border-radius:22px;border-radius:var(--radius-xl);box-shadow:0 16px 48px #00000080,inset 0 1px 0 #ffffff14;box-shadow:var(--glass-shadow)}@keyframes empire-fade-in{0%{opacity:0}to{opacity:1}}@keyframes empire-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.empire-enter{animation:empire-rise .35s cubic-bezier(.22,1,.36,1) both}.empire-modal-overlay{align-items:center;animation:empire-fade-in .18s ease;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#000000b8;display:flex;inset:0;justify-content:center;padding:calc(16px + env(safe-area-inset-top, 0px)) calc(16px + env(safe-area-inset-right, 0px)) calc(16px + env(safe-area-inset-bottom, 0px)) calc(16px + env(safe-area-inset-left, 0px));padding:calc(16px + var(--safe-top)) calc(16px + var(--safe-right)) calc(16px + var(--safe-bottom)) calc(16px + var(--safe-left));position:fixed;z-index:12000}.empire-modal{-webkit-overflow-scrolling:touch;animation:empire-rise .28s cubic-bezier(.22,1,.36,1) both;background:#11161f;background:var(--bg-card);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:16px;border-radius:var(--radius-lg);box-shadow:0 28px 80px #000000a6;color:#f5f5f5;color:var(--text-primary);max-height:calc(90dvh - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px));max-height:calc(90dvh - var(--safe-top) - var(--safe-bottom));overflow:auto;padding:1.25rem;position:relative;width:min(520px,100%)}.empire-modal--sm{width:min(420px,100%)}.empire-modal--wide{width:min(640px,100%)}.empire-modal--structured{overflow:hidden;padding:0}.empire-modal--structured .empire-modal-head{border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--border);margin-bottom:0;padding:18px 22px}.empire-modal-overlay--z-low{z-index:1000}.empire-modal-overlay--z-mid{z-index:1100}.empire-modal:before{background:#f97316;background:var(--orange);border-radius:16px 16px 0 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;content:"";height:2px;left:0;opacity:.85;pointer-events:none;position:absolute;right:0;top:0}.empire-modal-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:.75rem}.empire-modal-head h2{color:#e8e4dc;color:var(--cream);font-family:Bebas Neue,system-ui,sans-serif;font-family:var(--font-display);font-size:1.35rem;font-weight:400;letter-spacing:.06em;line-height:1.1;margin:0;text-transform:uppercase}.empire-modal-close{align-items:center;background:#1a2130;background:var(--bg-elevated);border:1px solid #ffffff14;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#9ca3af;color:var(--text-secondary);cursor:pointer;display:inline-flex;flex-shrink:0;font-size:14px;height:30px;justify-content:center;min-height:30px;min-width:30px;transition:background .15s,color .15s,border-color .15s;width:30px}.empire-modal-close:hover{background:#161d29;background:var(--bg-card-hover);border-color:#f97316;border-color:var(--orange);color:#f97316;color:var(--orange)}.empire-btn{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0d121c8c;background:var(--glass-bg);border:1px solid #ffffff24;border:1px solid var(--glass-border);border-radius:999px;color:#f5f5f5;color:var(--text-primary);cursor:pointer;display:inline-flex;font-family:Barlow Condensed,system-ui,sans-serif;font-family:var(--font-ui);font-size:.95rem;font-weight:700;justify-content:center;letter-spacing:.04em;min-height:44px;min-height:var(--touch-min);padding:8px 16px;touch-action:manipulation;transition:background .15s,border-color .15s,color .15s,transform .12s}.empire-btn:active:not(:disabled){transform:scale(.97)}.empire-btn--primary{background:#f9731626;background:var(--orange-dim);border-color:#f9731659;border-color:var(--orange-border);color:#f97316;color:var(--orange);font-family:Bebas Neue,system-ui,sans-serif;font-family:var(--font-display);font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase}.empire-btn--primary:hover:not(:disabled){background:#f9731647;border-color:#f97316;border-color:var(--orange)}.empire-btn--solid{-webkit-backdrop-filter:none;backdrop-filter:none;background:#f97316;background:var(--orange);border-color:#f97316;border-color:var(--orange);color:#000;font-family:Bebas Neue,system-ui,sans-serif;font-family:var(--font-display);font-size:1.05rem;letter-spacing:.06em;text-transform:uppercase}.empire-btn--solid:hover:not(:disabled){background:#ea6a0a;background:var(--orange-hover);border-color:#ea6a0a;border-color:var(--orange-hover);color:#000}.empire-btn--block{width:100%}.empire-btn:disabled{cursor:not-allowed;opacity:.6}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}html[dir=rtl] body{text-align:right}html[dir=rtl] .hero-nav,html[dir=rtl] .map-header,html[dir=rtl] .site-footer nav{direction:rtl}.ad-unit{margin:1rem 0;min-height:90px;overflow:hidden;padding:.5rem 0;text-align:center}.ad-unit-label{color:#64748b;color:var(--text-muted,#64748b);display:block;font-size:.62rem;font-weight:600;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.ad-unit--home{margin-left:auto;margin-right:auto;max-width:728px}.ad-unit--map{border-top:1px solid #94a3b81f;flex-shrink:0;margin-top:auto;padding-top:12px}.ad-unit--stats{margin:0 auto 1.25rem;max-width:728px}.language-selector{align-items:center;color:#94a3b8;color:var(--text-secondary,#94a3b8);display:inline-flex;font-size:.72rem;font-weight:700;gap:6px;letter-spacing:.06em;text-transform:uppercase}.language-selector-icon{font-size:.85rem;line-height:1}.language-selector-label{display:none}.language-selector-select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='%23f8fafc' d='m1 1 4 4 4-4'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:1px solid #ffffff1f;border:1px solid var(--border,#ffffff1f);border-radius:8px;color-scheme:dark;cursor:pointer;font:inherit;font-size:.68rem;font-weight:600;letter-spacing:.02em;max-width:9rem;padding:7px 24px 7px 10px;text-transform:none}.language-selector-select,.language-selector-select option{background-color:#11161f;background-color:var(--bg-card,#11161f);color:#f8fafc;color:var(--text-primary,#f8fafc)}.language-selector-select:focus,.language-selector-select:hover{background-color:#1a2130;background-color:var(--bg-elevated,#1a2130);border-color:#f97316;border-color:var(--orange,#f97316);color:#f8fafc;color:var(--text-primary,#f8fafc);outline:none}.language-selector--map .language-selector-select{background-color:#080c16eb;font-size:.65rem;max-width:8rem;padding:6px 22px 6px 8px}.language-selector--footer{margin-top:8px}.language-selector--footer .language-selector-label{display:inline}@media (min-width:900px){.language-selector--nav .language-selector-label{display:inline}}@media (max-width:699px){.language-selector--nav .language-selector-select{max-width:7.5rem}}html[dir=rtl] .language-selector-select{background-position:left 8px center;padding:7px 10px 7px 24px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.league-selection{background:linear-gradient(90deg,#0000 0,#070a118c 22%,#070a11b8 50%,#070a118c 78%,#0000 100%),linear-gradient(180deg,#0a0e16d1 0,#0a0e169e 38%,#0a0e16e0 100%),radial-gradient(900px 480px at 15% -8%,#f9731624,#0000 62%),radial-gradient(820px 520px at 88% 4%,#3b82f61c,#0000 60%),url(/static/media/bg.672ae9088ce72a067e05.jpg) 50% /cover no-repeat,var(--bg);background-attachment:fixed;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh;min-height:100dvh;overflow-x:hidden}.hero-nav{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:12px;justify-content:space-between;padding:calc(20px + var(--safe-top)) calc(36px + var(--safe-right)) 20px calc(36px + var(--safe-left))}.hero-nav,.hero-nav-brand{align-items:center;display:flex}.hero-nav-brand{color:var(--text-primary);font-size:.9rem;font-weight:900;gap:10px;letter-spacing:.1em;text-transform:uppercase}.brand-shield{color:var(--orange);font-size:1rem}.brand-live-badge{background:var(--orange-dim);border:1px solid var(--orange-border);border-radius:4px;color:var(--orange);font-size:.6rem;font-weight:800;letter-spacing:.12em;padding:2px 7px}.hero-nav-tagline{color:var(--text-muted);display:none;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}@media (min-width:700px){.hero-nav-tagline{display:block}}@media (min-width:901px){.hero-nav{flex-wrap:nowrap;gap:16px}.hero-nav-tagline{display:block;flex:1 1;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.hero-nav-links{flex-shrink:0;flex-wrap:nowrap}.hero-section{padding:36px 24px 24px}.leader-carousel{margin-bottom:14px}}.hero-nav-links{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.hero-nav-link{align-items:center;border:1px solid var(--orange);border-radius:6px;color:var(--orange);display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.08em;min-height:var(--touch-min);padding:9px 14px;text-decoration:none;text-transform:uppercase;touch-action:manipulation;transition:background .15s,color .15s}.hero-nav-link--ghost{background:#ffffff08;border-color:var(--border);color:var(--text-secondary)}.hero-nav-link--ghost:hover,.hero-nav-link:hover{background:var(--orange);border-color:var(--orange);color:#000}.hero-section{padding:48px 24px 32px;position:relative;text-align:center}.hero-eyebrow{background:var(--orange);border-radius:4px;color:#000;display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.18em;margin-bottom:20px;padding:4px 12px;text-transform:uppercase}.hero-title{color:var(--cream);font-size:clamp(2.4rem,6vw,4rem);letter-spacing:.04em;line-height:1.08;margin-bottom:8px}.hero-title,.hero-title-accent{font-family:var(--font-display);font-weight:400}.hero-title-accent{color:var(--orange);display:block;font-size:clamp(3rem,9vw,6rem);letter-spacing:.06em;line-height:1;margin-bottom:20px;text-transform:uppercase}.hero-subtitle{color:var(--text-secondary);font-size:.95rem;line-height:1.65;margin:0 auto 24px;max-width:560px}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:8px}.hero-action{align-items:center;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;color:var(--text-primary);display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;letter-spacing:.04em;min-height:var(--touch-min);padding:11px 20px;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.hero-action:hover{background:#ffffff14;border-color:#ffffff38}.hero-action--primary{background:var(--orange);border-color:#0000;color:#000}.hero-action--primary:hover{background:#fb923c;color:#000}.live-stat-bar{align-items:center;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;display:inline-flex;flex-wrap:wrap;font-size:.78rem;gap:20px;justify-content:center;margin-bottom:20px;padding:10px 20px}.live-stat{align-items:center;color:var(--text-secondary);display:flex;gap:6px;white-space:nowrap}.live-stat-value{color:var(--text-primary);font-weight:700}.live-stat-divider{background:var(--border);height:14px;width:1px}.leader-carousel{align-items:center;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}a.live-stat-bar--carousel{animation:leader-carousel-in .45s ease both;color:inherit;margin-bottom:0;text-decoration:none;transition:border-color .2s,box-shadow .2s,transform .2s}a.live-stat-bar--carousel:hover{border-color:#f9731673;box-shadow:0 8px 24px #00000040;transform:translateY(-1px)}@keyframes leader-carousel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.live-stat-league-pill{background:#f9731647;border:1px solid #f973168c;border-radius:999px;box-shadow:inset 0 1px 0 #ffffff24;color:#fff7ed;font-size:.68rem;font-weight:800;letter-spacing:.06em;padding:4px 10px;text-shadow:0 1px 2px #00000073;text-transform:uppercase}.live-stat-league-pill--accent{background:color-mix(in srgb,var(--orange) 42%,#0f172a 58%);background:color-mix(in srgb,var(--pill-accent,var(--orange)) 42%,#0f172a 58%);border-color:color-mix(in srgb,var(--pill-accent,var(--orange)) 62%,#fff 38%);color:#f8fafc}.leader-carousel-dots{align-items:center;display:flex;gap:6px;justify-content:center}.leader-carousel-dot{background:#ffffff38;border:none;border-radius:50%;cursor:pointer;height:7px;padding:0;transition:transform .15s,background .15s;width:7px}.leader-carousel-dot.active{background:var(--orange);transform:scale(1.15)}.leader-carousel-dot:hover{background:#f97316a6}@media (prefers-reduced-motion:reduce){a.live-stat-bar--carousel{animation:none}}.home-main{margin:0 auto;max-width:1080px;padding:0 24px 72px}.home-section{margin-bottom:56px;scroll-margin-top:24px}.home-section-head{margin-bottom:20px}.home-section-head--center{text-align:center}.home-section-head--center p{margin-left:auto;margin-right:auto}.home-section-head-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:6px}.home-section-head h2{color:var(--cream);font-family:var(--font-display);font-size:clamp(1.1rem,3vw,1.35rem);font-weight:400;letter-spacing:.1em;line-height:1;text-transform:uppercase}.home-section-head p{color:var(--text-muted);font-size:.92rem;line-height:1.55;max-width:520px}.home-section-badge{border:1px solid var(--orange-border);border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.08em;padding:3px 10px;text-transform:uppercase}.home-section-badge,.home-section-badge--tools{background:var(--orange-dim);color:var(--orange)}.home-section-badge--tools{border-color:var(--orange-border)}.leagues-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.leagues-grid .league-card.active{animation:empire-rise .4s cubic-bezier(.22,1,.36,1) both}.leagues-grid .league-card.active:first-child{animation-delay:0ms}.leagues-grid .league-card.active:nth-child(2){animation-delay:40ms}.leagues-grid .league-card.active:nth-child(3){animation-delay:80ms}.leagues-grid .league-card.active:nth-child(4){animation-delay:.12s}.leagues-grid .league-card.active:nth-child(5){animation-delay:.16s}.leagues-grid .league-card.active:nth-child(6){animation-delay:.2s}.leagues-grid .league-card.active:nth-child(7){animation-delay:.24s}.leagues-grid .league-card.active:nth-child(8){animation-delay:.28s}.leagues-grid .league-card.active:nth-child(n+9){animation-delay:.32s}.league-card{align-items:stretch;backdrop-filter:var(--glass-filter);-webkit-backdrop-filter:var(--glass-filter);background:linear-gradient(160deg,#ffffff0f,hsla(0,0%,100%,.015));border:1px solid var(--glass-border);border-radius:14px;box-shadow:inset 0 1px 0 #ffffff12;color:inherit;cursor:pointer;display:flex;flex-direction:row;overflow:hidden;padding:18px;position:relative;text-align:left;text-decoration:none;transition:border-color .18s,background .18s,transform .18s,box-shadow .18s}.league-card:after{background:var(--orange);bottom:0;content:"";height:2px;left:0;opacity:.4;position:absolute;right:0;transition:opacity .18s ease}.league-card.active:hover{background:linear-gradient(160deg,#ffffff1a,#ffffff08);border-color:#ffffff38;box-shadow:0 12px 32px #00000059,inset 0 1px 0 #ffffff1a;transform:translateY(-2px)}.league-card.active:hover:after{opacity:1}.league-card-icon-col{align-items:center;display:flex;flex-shrink:0;justify-content:center;padding:2px 14px 2px 2px;width:56px}.league-card-divider{align-self:stretch;background:#94a3b838;flex-shrink:0;margin:2px 0;width:1px}.league-card-body{display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:0;padding:2px 0 2px 14px}.card-sport-icon{align-self:center;color:var(--text-muted);display:block;height:52px;margin-bottom:0;width:52px}.card-sport-icon svg{stroke:var(--text-muted);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;height:100%;transition:stroke .18s;width:100%}.league-card.active:hover .card-sport-icon svg{stroke:var(--orange)}.league-name{color:var(--text-primary);font-size:.98rem;font-weight:800;letter-spacing:-.01em;margin-bottom:4px}.league-description{color:var(--text-muted);font-size:.76rem;line-height:1.4;margin-bottom:10px}.league-cta{align-items:center;color:var(--text-secondary);display:flex;font-size:.72rem;font-weight:700;gap:6px;letter-spacing:.06em;transition:color .15s}.league-card.active:hover .league-cta{color:var(--orange)}.cta-arrow{transition:transform .15s ease}.league-card.active:hover .cta-arrow{transform:translateX(4px)}.league-card--ufc:after{background:#dc2626}.league-card--ufc.active:hover .league-cta{color:#f87171}.league-card--naming-wars:after{background:linear-gradient(90deg,#059669,#dc2626)}.league-card--naming-wars.active:hover .league-cta{color:#fcd34d}.home-play-grid{grid-gap:10px;align-items:stretch;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-play-grid .home-feature-card{animation:empire-rise .42s cubic-bezier(.22,1,.36,1) both;height:100%;min-height:268px}.home-play-grid .home-feature-card:first-child{animation-delay:60ms}.home-play-grid .home-feature-card:nth-child(2){animation-delay:.1s}.home-play-grid .home-feature-card:nth-child(3){animation-delay:.14s}.home-play-grid .home-feature-card:nth-child(4){animation-delay:.18s}.home-feature-card{background-color:#0b1220;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid var(--glass-border);border-radius:14px;box-shadow:inset 0 1px 0 #ffffff12;color:inherit;display:flex;flex-direction:column;gap:6px;isolation:isolate;overflow:hidden;padding:14px 16px;position:relative;text-decoration:none;transition:border-color .18s,transform .18s,box-shadow .18s}.home-play-grid .home-feature-card:before{background:linear-gradient(165deg,#080c16c7,#080c16eb);border-radius:inherit;content:"";inset:0;pointer-events:none;position:absolute;transition:opacity .18s ease;z-index:0}.home-play-grid .home-feature-card>*{position:relative;z-index:1}.home-play-grid .home-feature-desc,.home-play-grid .home-feature-title{text-shadow:0 1px 10px #000000d9}.home-play-grid .home-feature-desc{color:#e2e8f0e0}.home-play-grid .home-feature-badge{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.home-feature-card:hover{box-shadow:0 12px 28px #00000073,inset 0 1px 0 #ffffff14;transform:translateY(-2px)}.home-play-grid .home-feature-card:not(.home-feature-card--locate):hover:before{opacity:.88}.home-feature-card--locate{background-image:url(/static/media/who-owns-you.1fe1b9f9a9ea5bc3c548.png);background-position:72%;border-color:#3b82f661;cursor:default}.home-play-grid .home-feature-card--locate:before{background:linear-gradient(155deg,#1e40af6b,#080c16e6)}.home-feature-card--locate:hover{box-shadow:inset 0 1px 0 #ffffff12;transform:none}.home-feature-card--locate .home-feature-badge{background:#3b82f61f;border:1px solid #3b82f647;color:#93c5fd}.home-feature-card--legends{background-image:url(/static/media/legends-sim.667242e0da561a0ac53c.png);background-position:center 35%;border-color:#fbbf2461}.home-play-grid .home-feature-card--legends:before{background:linear-gradient(155deg,#78350f59,#080c16e6)}.home-feature-card--legends:hover{border-color:#fbbf248c}.home-feature-card--survivor{background-image:url(/static/media/survivor.bfff38b3949d10c66623.png);background-position:center 40%;border-color:#ef444461}.home-play-grid .home-feature-card--survivor:before{background:linear-gradient(155deg,#7f1d1d61,#080c16eb)}.home-feature-card--survivor:hover{border-color:#ef44448c}.home-feature-card--fantasy{background-image:url(/static/media/fantasy-war.9929d8bc1532c477d27c.png);background-position:50%;border-color:#f973166b}.home-play-grid .home-feature-card--fantasy:before{background:linear-gradient(155deg,#7c2d1266,#080c16e6)}.home-feature-card--fantasy:hover{border-color:#f973168c}.home-feature-icon{font-size:1.15rem;line-height:1;margin-bottom:2px}.home-feature-badge{align-self:flex-start;border-radius:999px;font-size:.62rem;font-weight:700;letter-spacing:.08em;padding:3px 8px;text-transform:uppercase}.home-feature-card--legends .home-feature-badge{background:#fbbf241f;border:1px solid #fbbf2447;color:#fcd34d}.home-feature-card--survivor .home-feature-badge{background:#ef44441f;border:1px solid #ef444447;color:#fca5a5}.home-feature-card--fantasy .home-feature-badge{background:var(--orange-dim);border:1px solid var(--orange-border);color:var(--orange)}.home-feature-title{color:var(--cream);font-family:var(--font-display);font-size:1.02rem;font-weight:400;letter-spacing:.04em;line-height:1.2;margin:0;text-transform:uppercase}.home-feature-desc{color:var(--text-muted);font-size:.78rem;line-height:1.45;margin:0}.home-play-grid .home-feature-desc{flex:1 1}.home-play-grid .home-feature-card--locate .home-feature-desc{flex:0 0 auto}.home-feature-cta{color:#fcd34d;font-size:.78rem;font-weight:700;margin-top:auto;padding-top:8px}.home-feature-card--legends:hover .home-feature-cta{color:#fde68a}.home-feature-btn{align-self:stretch;background:var(--orange);border:none;border-radius:8px;color:#000;cursor:pointer;font-size:.78rem;font-weight:700;margin-top:auto;min-height:40px;padding:8px 14px;transition:background .15s}.home-feature-btn:hover{background:#fb923c}.home-feature-btn--locate{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 6px 20px #3b82f638,inset 0 1px 0 #ffffff2e;color:#fff}.home-feature-btn--locate:hover{background:linear-gradient(135deg,#60a5fa,#3b82f6);color:#fff}.home-section--pickem{padding-bottom:8px}.home-treasury-teaser{background:linear-gradient(135deg,#f59e0b24,#f59e0b08);border:1px solid #f59e0b52;border-radius:14px;display:flex;flex-direction:column;gap:6px;margin-top:14px;padding:16px 18px;text-decoration:none;transition:border-color .15s,transform .15s}.home-treasury-teaser:hover{border-color:#f59e0b99;transform:translateY(-1px)}.home-treasury-teaser-badge{color:#f59e0b;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.home-treasury-teaser-copy{color:#cbd5e1;line-height:1.45}.home-treasury-teaser-copy strong{color:#f59e0b}.home-treasury-teaser-cta{color:#f8fafc;font-weight:700}.home-section--slate{padding-bottom:8px}#home-slate-title{align-items:center;display:inline-flex;gap:8px}.home-slate-title-icon{flex-shrink:0;font-size:1.25rem;line-height:1}.home-section--feed{padding-bottom:8px}#home-feed-title{align-items:center;display:inline-flex;gap:8px}.card-sport-icon.lottie-icon{height:52px;margin-bottom:0;width:52px}.home-feature-icon.lottie-icon{font-size:inherit}.home-section--how{background:#ffffff08;border:1px solid var(--border);border-radius:18px;padding:32px 24px}.how-it-works{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto;max-width:900px}.how-step{flex-direction:column;padding:0 8px;text-align:center}.how-step,.how-step-icon{align-items:center;display:flex}.how-step-icon{color:var(--orange);height:38px;justify-content:center;margin-bottom:10px;width:38px}.how-step-icon svg{stroke:var(--orange);fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;height:26px;width:26px}.how-step-title{color:var(--orange);font-size:.68rem;font-weight:800;letter-spacing:.12em;margin-bottom:6px;text-transform:uppercase}.how-step-desc{color:var(--text-muted);font-size:.78rem;line-height:1.5}.home-how-more{color:var(--text-muted);font-size:.9rem;margin-top:20px;text-align:center}.home-how-more a{color:var(--orange);font-weight:600;text-decoration:none}.home-how-more a:hover{text-decoration:underline}.home-section--soon{border-top:1px solid var(--border);padding-top:8px}.coming-soon-grid{display:flex;flex-wrap:wrap;gap:8px}.league-card.coming-soon{align-items:center;background:#0000;border-radius:8px;cursor:not-allowed;display:inline-flex;gap:8px;opacity:.45;padding:7px 12px;transform:none!important}.league-card.coming-soon:after{display:none}.league-card.coming-soon svg{stroke:var(--text-muted);flex-shrink:0;height:13px;width:13px}.league-card.coming-soon .league-name{color:var(--text-muted);font-size:.78rem;font-weight:600;margin:0}.coming-soon-badge{background:var(--orange-dim);border:1px solid var(--orange-border);border-radius:3px;color:var(--orange);font-size:.58rem;font-weight:800;letter-spacing:.1em;padding:2px 6px;text-transform:uppercase}.error-container,.loading-container{align-items:center;background:var(--bg);color:var(--text-secondary);display:flex;flex-direction:column;gap:14px;justify-content:center;min-height:100vh}.loading-spinner{animation:spin .75s linear infinite;border:2px solid #f9731633;border-radius:50%;border-top:2px solid var(--orange);height:32px;width:32px}@keyframes spin{to{transform:rotate(1turn)}}.error-icon{font-size:2rem}.error-container h2{color:var(--text-primary);font-size:1.1rem}.error-container button{background:var(--orange);border:none;border-radius:6px;color:#000;cursor:pointer;font-size:.82rem;font-weight:700;margin-top:8px;padding:8px 18px}.no-leagues{color:var(--text-muted);padding:60px 0;text-align:center}.empty-icon{display:block;font-size:2rem;margin-bottom:10px}.site-footer{backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);background:#0f17248c;border-top:1px solid var(--glass-border);margin-top:32px;padding:32px 24px calc(32px + var(--safe-bottom));text-align:center}.site-footer-label{color:var(--cream);font-family:var(--font-display);font-size:.85rem;font-weight:400;letter-spacing:.08em;margin-right:4px;text-transform:uppercase}.site-footer nav{align-items:center;display:flex;flex-wrap:wrap;gap:8px 20px;justify-content:center;margin-bottom:12px}.site-footer nav a{color:#9ca3af;color:var(--text-muted,#9ca3af);font-size:.88rem;text-decoration:none;transition:color .15s ease}.site-footer nav a:hover{color:var(--orange)}.site-footer-nav-secondary{border-top:1px solid #ffffff0f;margin-top:14px;padding-top:14px}.site-footer-tagline{color:#6b7280;color:var(--text-muted,#6b7280);font-size:.8rem;line-height:1.5;margin:0}@media (max-width:960px){.home-play-grid{grid-template-columns:1fr}.home-play-grid .home-feature-card{height:auto;min-height:0}.how-it-works{gap:24px;grid-template-columns:1fr}}@media (max-width:640px){.hero-nav{padding:calc(16px + var(--safe-top)) calc(20px + var(--safe-right)) 16px calc(20px + var(--safe-left))}.hero-nav-brand{font-size:.78rem}.hero-nav-links{justify-content:flex-end;width:100%}.hero-section{padding:36px 16px 24px}.hero-actions{align-items:stretch;flex-direction:column}.hero-action{width:100%}.live-stat-bar{gap:12px;padding:8px 14px}.home-main{padding:0 calc(16px + var(--safe-left)) calc(60px + var(--safe-bottom)) calc(16px + var(--safe-right))}.home-section{margin-bottom:44px}.leagues-grid{grid-template-columns:1fr}.home-section--how{padding:24px 16px}.home-feature-btn{width:100%}.site-footer{padding:28px calc(24px + var(--safe-left)) calc(48px + var(--safe-bottom)) calc(24px + var(--safe-right))}.site-footer nav{flex-direction:column;gap:12px}}@media (max-width:480px){.hero-title-accent{font-size:clamp(2.2rem,12vw,3rem)}.hero-subtitle{font-size:.88rem}}.hero-section--locate{padding-bottom:12px}.hero-locate-tool{margin:8px auto 0;max-width:560px;min-width:0;text-align:left}.home-identity-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-identity-card{background:linear-gradient(160deg,#ffffff0f,hsla(0,0%,100%,.015));border:1px solid var(--glass-border);border-radius:14px;box-shadow:inset 0 1px 0 #ffffff12;display:flex;flex-direction:column;gap:8px;padding:18px;text-decoration:none;transition:border-color .15s,transform .15s}.home-identity-card:hover{transform:translateY(-2px)}.home-identity-card--claim,.home-identity-card--returning{border-color:#3b82f652}.home-identity-card--claim:hover,.home-identity-card--returning:hover{border-color:#3b82f699}.home-identity-card--treasury{border-color:#f59e0b52}.home-identity-card--treasury:hover{border-color:#f59e0b99}.home-identity-badge{align-self:flex-start;color:var(--orange);font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.home-identity-card--claim .home-identity-badge,.home-identity-card--returning .home-identity-badge{color:#93c5fd}.home-identity-copy{color:#cbd5e1;font-size:.88rem;line-height:1.5}.home-identity-copy strong{color:#f8fafc}.home-identity-cta{color:#f8fafc;font-size:.82rem;font-weight:700;margin-top:auto}.home-main .home-event-banner,.home-main .home-ticker{margin-bottom:4px}.home-rivalry-board{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0 0 12px;padding:0}.home-rivalry-row{align-items:center;background:linear-gradient(160deg,#ffffff0d,hsla(0,0%,100%,.015));border:1px solid var(--glass-border);border-radius:12px;color:inherit;display:flex;gap:12px;justify-content:space-between;padding:10px 14px;text-decoration:none;transition:border-color .15s,transform .15s}.home-rivalry-row:hover{border-color:#ef444480;transform:translateY(-1px)}.home-rivalry-teams{align-items:center;display:flex;gap:8px;min-width:0}.home-rivalry-teams img{flex:none;height:26px;object-fit:contain;width:26px}.home-rivalry-dot{border-radius:50%;flex:none;height:16px;width:16px}.home-rivalry-vs{color:var(--text-muted);flex:none;font-size:.68rem;font-weight:700}.home-rivalry-name{color:var(--text-primary);font-size:.86rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-rivalry-muted{color:var(--text-muted);font-weight:600}.home-rivalry-meta{align-items:center;display:flex;flex:none;gap:10px}.home-rivalry-contested{font-feature-settings:"tnum";color:#fca5a5;font-size:.86rem;font-variant-numeric:tabular-nums;font-weight:800}.home-rivalry-league{color:var(--text-muted);display:none;font-size:.7rem}.home-rivalry-arrow{color:var(--text-muted);font-weight:700}.home-rivalry-cta{background:linear-gradient(135deg,#ef444424,#ef444408);border:1px solid #ef444466;border-radius:14px;display:flex;flex-direction:column;gap:4px;padding:16px;text-decoration:none;transition:border-color .15s,transform .15s}.home-rivalry-cta:hover{border-color:#ef4444b3;transform:translateY(-2px)}.home-rivalry-cta-title{color:#fca5a5;font-size:.92rem;font-weight:800}.home-rivalry-cta-desc{color:var(--text-muted);font-size:.78rem}@media (min-width:640px){.home-rivalry-league{display:inline}}.home-share-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.home-share-card{background:linear-gradient(160deg,#ffffff0f,hsla(0,0%,100%,.015));border:1px solid var(--glass-border);border-radius:14px;color:inherit;display:flex;flex-direction:column;gap:8px;padding:18px;text-decoration:none;transition:border-color .15s,transform .15s}.home-share-card:hover{border-color:#ffffff38;transform:translateY(-2px)}.home-share-card-icon{font-size:1.6rem;line-height:1}.home-share-card-title{color:var(--text-primary);font-size:.96rem;font-weight:800}.home-share-card-desc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.home-share-card-cta{color:var(--orange);font-size:.8rem;font-weight:700;margin-top:auto}@media (max-width:860px){.home-share-grid{grid-template-columns:1fr}}@media (max-width:640px){.home-identity-grid{grid-template-columns:1fr}}.snap-share-overlay{z-index:1000}.snap-preview{padding:22px}.snap-preview img{border:1px solid var(--border);border-radius:var(--radius-md);display:block;height:auto;width:100%}.snap-actions{display:flex;flex-wrap:wrap;gap:10px;padding:0 22px 8px}.snap-note{background:var(--orange-dim);border:1px solid var(--orange-border);border-radius:var(--radius-md);color:var(--orange);font-size:.82rem;font-weight:600;margin:4px 22px 20px;padding:9px 14px;text-align:center}@media (max-width:520px){.snap-share-overlay{align-items:flex-end;padding:calc(12px + var(--safe-top)) calc(12px + var(--safe-right)) calc(12px + var(--safe-bottom)) calc(12px + var(--safe-left))}.snap-share-overlay .empire-modal--wide{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-height:calc(100dvh - 24px - var(--safe-top) - var(--safe-bottom))}.snap-actions{flex-direction:column}.snap-actions .empire-btn{width:100%}.snap-preview{padding:16px}.snap-share-overlay .empire-modal-head{padding:14px 16px}}.lottie-icon{display:inline-flex;flex-shrink:0;line-height:0;position:relative}.lottie-icon,.lottie-icon.card-sport-icon{align-items:center;justify-content:center}.lottie-icon-player{height:100%;width:100%}.lottie-icon-player svg{height:100%!important;width:100%!important}.lottie-icon.card-sport-icon .lottie-icon-player{align-items:center;display:flex;justify-content:center}.lottie-icon-fallback{align-items:center;display:inline-flex;justify-content:center;line-height:1}.lottie-icon-fallback--hidden{clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.card-sport-icon .lottie-icon,.home-feature-icon.lottie-icon{margin-bottom:0}.home-section-head-row .lottie-icon{margin-right:4px}.who-owns-you{background:linear-gradient(180deg,#f9731614,#0f172a99);border:1px solid #f9731640;border-radius:16px;margin:0 auto 48px;max-width:720px;padding:24px}.who-owns-you--home{background:#0000;border:none;margin:0;max-width:none;min-width:0}.who-owns-you.home-feature-card{gap:6px;padding:14px 16px}.who-owns-you--compact{margin:0 0 16px;padding:16px}.who-owns-you-head h2{color:var(--cream);font-family:var(--font-display);font-size:1.2rem;font-weight:400;letter-spacing:.04em;margin:0 0 6px;text-transform:uppercase}.who-owns-you-head p{color:#9ca3af;color:var(--text-muted,#9ca3af);font-size:.9rem;line-height:1.45;margin:0}.who-owns-you-body{display:flex;flex:1 1;flex-direction:column;gap:6px;min-height:0}.who-owns-you-controls{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.who-owns-you--home .who-owns-you-controls{align-items:stretch;flex-direction:column;gap:8px;margin-top:auto;padding-top:8px;width:100%}.who-owns-you-league{color:var(--text-secondary);display:flex;flex-direction:column;font-size:.75rem;gap:4px}.who-owns-you--home .who-owns-you-league{flex:1 1}.who-owns-you-league select{background:#00000059;border:1px solid #ffffff1f;border:1px solid var(--glass-border);border-radius:8px;color:#f8fafc;min-width:180px;padding:8px 10px}.who-owns-you--home .who-owns-you-league select{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#080c16b8;min-width:0;width:100%}.who-owns-you-locate,.who-owns-you-share{background:#f97316;border:none;border-radius:8px;color:#111;cursor:pointer;font-weight:700;min-height:40px;padding:8px 14px}.who-owns-you--home .who-owns-you-locate{margin-top:0;width:100%}.who-owns-you--home .who-owns-you-locate:not(.home-feature-btn),.who-owns-you--home .who-owns-you-share{background:#3b82f6;color:#fff}.who-owns-you-locate:disabled,.who-owns-you-share:disabled{cursor:wait;opacity:.6}.who-owns-you-error{color:#fca5a5;font-size:.82rem;margin:0}.who-owns-you-result{border-top:1px solid #ffffff14;margin-top:4px;padding-top:12px}.who-owns-you--home .who-owns-you-result{border-top:none;margin-top:0;padding-top:0}.who-owns-you-place{color:var(--text-secondary);font-size:.8rem;margin-bottom:8px}.who-owns-you-owner{align-items:center;background:#00000040;border:2px solid;border-radius:12px;display:flex;gap:12px;padding:12px}.who-owns-you--home .who-owns-you-owner{gap:10px;padding:10px}.who-owns-you-owner img{flex-shrink:0;height:48px;object-fit:contain;width:48px}.who-owns-you--home .who-owns-you-owner img{height:40px;width:40px}.who-owns-you-owner-label{color:var(--text-secondary);font-size:.68rem;letter-spacing:.06em;text-transform:uppercase}.who-owns-you-owner-name{font-size:1rem;font-weight:800;line-height:1.2}.who-owns-you--home .who-owns-you-owner-name{font-size:.92rem}.who-owns-you-owner-meta{color:#cbd5e1;font-size:.76rem;margin-top:2px}.who-owns-you-conquest{color:var(--text-secondary);font-size:.78rem;margin:8px 0 0}.who-owns-you-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.who-owns-you--home .who-owns-you-actions{flex-direction:column}.who-owns-you-link{align-items:center;border:1px solid #ffffff26;border-radius:8px;color:#f8fafc;display:inline-flex;font-size:.82rem;font-weight:600;justify-content:center;padding:9px 12px;text-decoration:none}.who-owns-you--home .who-owns-you-link,.who-owns-you--home .who-owns-you-share{justify-content:center;width:100%}.who-owns-you-empty{color:var(--text-secondary);font-size:.85rem}.who-owns-you-stakes{color:#fca5a5;font-size:.82rem;font-weight:600;margin:10px 0 0}.who-owns-you-share--primary{background:linear-gradient(135deg,#f97316,#ea580c);border:none;color:#fff;font-weight:800}.who-owns-you-share--primary:hover{filter:brightness(1.05)}.who-owns-you-claim{align-items:center;background:#3b82f61f;border:1px solid #3b82f680;border-radius:8px;color:#dbeafe;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;padding:9px 12px}.who-owns-you-claim:hover{background:#3b82f633;border-color:#3b82f6d9}.who-owns-you--home .who-owns-you-claim{width:100%}@media (max-width:640px){.who-owns-you-controls{align-items:stretch;flex-direction:column}.who-owns-you-league select{width:100%}}.home-event-banner:not(:empty){margin:0 auto 1.4rem;max-width:1200px;padding:0 1rem}.event-banner{--event-accent:#f59e0b;align-items:center;background:linear-gradient(100deg,color-mix(in srgb,var(--event-accent) 38%,#0a1224),#0a1224eb);border:1px solid color-mix(in srgb,var(--event-accent) 55%,#0000);border-radius:14px;color:#fff7ed;display:flex;gap:.85rem;overflow:hidden;padding:.75rem 1rem;position:relative;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.event-banner:hover{box-shadow:0 6px 20px color-mix(in srgb,var(--event-accent) 30%,#0000);transform:translateY(-1px)}.event-banner-pulse{animation:event-pulse 2.4s ease-in-out infinite;background:radial-gradient(120px 60px at 12% 50%,color-mix(in srgb,var(--event-accent) 45%,#0000),#0000);inset:0;opacity:.6;pointer-events:none;position:absolute}@keyframes event-pulse{0%,to{opacity:.35}50%{opacity:.7}}.event-banner-icon{flex:0 0 auto;font-size:1.5rem;line-height:1;position:relative}.event-banner-body{display:flex;flex:1 1;flex-direction:column;min-width:0;position:relative}.event-banner-title{align-items:center;display:flex;font-size:1rem;font-weight:800;gap:.5rem;letter-spacing:.01em}.event-banner-mult{background:var(--event-accent);border-radius:999px;color:#1a1206;font-size:.7rem;font-weight:800;letter-spacing:.06em;padding:.12rem .5rem;text-transform:uppercase}.event-banner-desc{color:#e6d8c2;font-size:.8rem;opacity:.9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-banner-count{align-items:flex-end;display:flex;flex:0 0 auto;flex-direction:column;line-height:1.1;position:relative}.event-banner-count-label{color:#e6d8c2;font-size:.62rem;letter-spacing:.08em;opacity:.85;text-transform:uppercase}.event-banner-count strong{font-feature-settings:"tnum";font-size:1.05rem;font-variant-numeric:tabular-nums;font-weight:900}.event-banner--upcoming{color:#eef2ff}.event-banner--compact{border-radius:12px;padding:.55rem .85rem}.event-banner--compact .event-banner-icon{font-size:1.2rem}.event-banner--compact .event-banner-title{font-size:.92rem}@media (prefers-reduced-motion:reduce){.event-banner-pulse{animation:none}}.site-feed{width:100%}.site-feed-head--compact{justify-content:flex-end;margin-bottom:10px}.site-feed--home{padding:0 0 8px}.site-feed--map{border-top:1px solid #94a3b826;border-top:1px solid var(--glass-border,#94a3b826);flex-shrink:0;margin:0 auto;max-width:960px;padding:20px 24px 0}.site-feed-head{align-items:baseline;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.site-feed-head h2{color:#f1f5f9;color:var(--text-primary,#f1f5f9);font-size:1rem;font-weight:700;letter-spacing:.04em;margin:0;text-transform:uppercase}.site-feed--home .site-feed-head h2{font-family:inherit;font-family:var(--font-display,inherit);font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:400;letter-spacing:.06em;text-transform:uppercase}.site-feed-more{color:#f97316;color:var(--orange,#f97316);flex-shrink:0;font-size:.85rem;font-weight:600;text-decoration:none}.site-feed-more:hover{text-decoration:underline}.site-feed-list{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:0;padding:0}.site-feed--home .site-feed-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.site-feed--map .site-feed-list{gap:10px;grid-template-columns:1fr}@media (min-width:720px){.site-feed--map .site-feed-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.site-feed-card{background:#0f17248c;border:1px solid #94a3b824;border-radius:12px;color:inherit;display:block;padding:14px 16px;text-decoration:none;transition:border-color .15s ease,background .15s ease}.site-feed--home .site-feed-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0a}.site-feed-card:hover{background:#0f1724b8;border-color:#f9731659}.site-feed-card-meta{align-items:center;display:flex;flex-wrap:wrap;font-size:.72rem;gap:8px;letter-spacing:.04em;margin-bottom:8px;text-transform:uppercase}.site-feed-kind{background:#94a3b81f;border-radius:999px;color:#cbd5e1;font-weight:800;padding:2px 8px}.site-feed-kind--map_update{background:#3b82f626;color:#93c5fd}.site-feed-kind--news{background:#f9731626;color:#fdba74}.site-feed-kind--schedule{background:#22c55e24;color:#86efac}.site-feed-kind--social{background:#a855f724;color:#d8b4fe}.site-feed-league{color:#94a3b8;color:var(--text-secondary,#94a3b8);font-weight:700}.site-feed-date{color:#64748b;color:var(--text-secondary,#64748b);font-weight:600;margin-left:auto}.site-feed-card-title{color:#f8fafc;color:var(--text-primary,#f8fafc);font-size:.95rem;font-weight:700;line-height:1.3;margin:0 0 6px}.site-feed-card-body{color:#94a3b8;color:var(--text-secondary,#94a3b8);font-size:.88rem;line-height:1.5;margin:0 0 8px}.site-feed-source{color:#64748b;font-size:.75rem;font-weight:600}.site-feed-muted{color:#94a3b8;color:var(--text-secondary,#94a3b8);font-size:.9rem;margin:0}.matchups-header{align-items:center;display:flex;gap:.6rem;margin-bottom:.5rem}.matchups-icon{font-size:1.3rem;line-height:1}.matchups-header h3{color:#fff;font-size:1.1rem;font-weight:700;margin:0}.matchups-badge{background:#3b82f6;border-radius:6px;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.03em;margin-left:auto;padding:.25rem .5rem;text-transform:uppercase}.matchups-subtitle{color:#fff6;font-size:.8rem;font-weight:500;margin:0 0 .75rem}.matchups-list{display:flex;flex-direction:column;gap:.6rem}.matchup-card{animation:cardFadeIn .35s ease forwards;background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;opacity:0;padding:1rem;transition:all .2s ease}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.matchup-card:hover{background:#ffffff0d;border-color:#ffffff1f}.matchup-card.stakes-epic{background:linear-gradient(135deg,#fbbf2414,#f59e0b0a);border-color:#fbbf2440}.matchup-card.stakes-epic:hover{border-color:#fbbf2466}.matchup-card.stakes-high{background:linear-gradient(135deg,#f9731614,#ea580c0a);border-color:#f9731633}.matchup-card.stakes-high:hover{border-color:#f9731659}.matchup-header-row{justify-content:space-between}.game-info,.matchup-header-row{align-items:center;display:flex;gap:.5rem}.game-info{flex-wrap:wrap;min-width:0}.game-day{color:#3b82f6;font-size:.75rem;font-weight:700;letter-spacing:.03em}.game-time{color:#fffc;font-size:.75rem;font-weight:600}.game-venue{color:#ffffff80;font-size:.7rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.matchup-divider{background:#ffffff14;height:1px;margin:.75rem 0}.matchup-teams{align-items:stretch;display:flex;gap:.75rem;width:100%}.team-column{display:flex;flex:1 1;flex-direction:column;gap:.4rem}.team-column,.team-column.away,.team-column.home,.vs-column{align-items:center}.vs-column{display:flex;justify-content:center;padding-top:.5rem}.vs-badge{background:#ffffff14;border-radius:6px;color:#ffffff80;font-size:.7rem;font-weight:800;letter-spacing:.05em;padding:.35rem .6rem}.team-logo-wrapper{align-items:center;background:#ffffff0d;border-radius:12px;cursor:pointer;display:flex;height:52px;justify-content:center;transition:all .2s ease;width:52px}.team-logo-wrapper:hover{background:#ffffff1a;transform:scale(1.05)}.team-logo{height:38px;object-fit:contain;width:38px}.team-logo-initials{align-items:center;border-radius:8px;color:#fff;display:flex;font-size:.9rem;font-weight:800;height:38px;justify-content:center;letter-spacing:-.02em;text-shadow:0 1px 2px #0000004d;width:38px}.featured-matchups .team-name,.matchup-teams .team-name{word-wrap:break-word;color:#fff;font-size:1rem;font-weight:800;letter-spacing:.01em;line-height:1.2;max-width:100%;text-align:center;text-shadow:0 2px 4px #000000b3}.team-territories{color:#ffffffb3;font-size:.75rem;font-weight:600;text-align:center}.matchup-stakes{align-items:center;display:flex;justify-content:space-between}.stakes-content{display:flex;flex-direction:column;gap:.15rem}.stakes-label{color:#fff6;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.stakes-value{color:#22c55e;font-size:.85rem;font-weight:700}.stakes-population{color:#ffffff73;font-size:.75rem;font-weight:500;margin-left:.35rem}.stakes-emoji{font-size:1.1rem}.what-if-btn{align-items:center;background:#8b5cf626;border:1px solid #8b5cf64d;border-radius:6px;color:#a78bfa;cursor:pointer;display:flex;font-size:.7rem;font-weight:600;gap:.25rem;padding:.3rem .6rem;transition:all .15s ease;white-space:nowrap}.what-if-btn:hover:not(:disabled){background:#8b5cf640;border-color:#8b5cf680}.what-if-btn.active{background:#ef444426;border-color:#ef44444d;color:#f87171}.what-if-btn:disabled{cursor:not-allowed;opacity:.5}.matchup-card.selecting{border-color:#8b5cf666}.winner-selection{padding:.5rem 0;text-align:center}.selection-prompt{color:#a78bfa;font-size:.85rem;font-weight:600;margin:0 0 .75rem}.selection-buttons{display:flex;gap:.75rem;justify-content:center}.select-winner-btn{align-items:center;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.8rem;font-weight:600;gap:.5rem;justify-content:center;max-width:140px;padding:.6rem .75rem;transition:all .15s ease}.select-winner-btn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.select-winner-btn:disabled{cursor:not-allowed;opacity:.5}.select-winner-btn .btn-logo{height:22px;object-fit:contain;width:22px}.simulation-active-banner{align-items:center;background:#8b5cf61f;border:1px solid #8b5cf640;border-radius:8px;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.75rem;padding:.6rem .75rem}.simulation-info{align-items:center;display:flex;gap:.6rem;min-width:0}.simulation-icon{flex-shrink:0;font-size:1.2rem}.simulation-details{display:flex;flex-direction:column;gap:.1rem;min-width:0}.simulation-title{color:#a78bfa;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.simulation-text{color:#ffffffb3;font-size:.72rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simulation-clear-btn{background:#ef444426;border:1px solid #ef44444d;border-radius:6px;color:#f87171;cursor:pointer;font-size:.7rem;font-weight:600;padding:.3rem .6rem;transition:all .15s ease;white-space:nowrap}.simulation-clear-btn:hover{background:#ef444440;border-color:#ef444466}.matchups-loading{display:flex;flex-direction:column;gap:.6rem}.matchup-skeleton{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#ffffff05,#ffffff0f 50%,#ffffff05);background-size:200% 100%;border-radius:12px;height:180px}.matchups-error{padding:2rem 1rem;text-align:center}.matchups-error .error-icon{display:block;font-size:2rem;margin-bottom:.5rem;opacity:.4}.matchups-error p{color:#f87171;font-size:.85rem;margin:0}.matchups-empty{padding:2.5rem 1rem;text-align:center}.matchups-empty .empty-icon{display:block;font-size:2.5rem;margin-bottom:.75rem;opacity:.4}.matchups-empty p{color:#ffffff80;font-size:.85rem;margin:0}.matchups-footer{border-top:1px solid #ffffff0f;margin-top:.75rem;padding-top:.6rem;text-align:center}.last-updated{color:#ffffff59;font-size:.68rem}@media (max-width:480px){.matchup-card{padding:.875rem}.matchup-header-row{flex-wrap:wrap;gap:.4rem}.game-venue{max-width:none;order:3;width:100%}.matchup-teams{gap:.5rem}.team-column{gap:.3rem}.team-logo-wrapper{height:44px;width:44px}.team-logo,.team-logo-initials{height:32px;width:32px}.team-logo-initials{font-size:.8rem}.team-name{font-size:.85rem}.team-territories{font-size:.65rem}.vs-badge{font-size:.6rem;padding:.2rem .4rem}.vs-column{padding-top:.3rem}.stakes-value{font-size:.8rem}.stakes-population{display:block;margin-left:0;margin-top:.1rem}}.survivor-matchups-banner{align-items:center;background:#ef444414;border:1px solid #ef444438;border-radius:8px;display:flex;flex-wrap:wrap;gap:.65rem 1rem;justify-content:space-between;margin-bottom:.75rem;padding:.65rem .75rem}.survivor-matchups-banner-main{align-items:flex-start;display:flex;flex:1 1;gap:.55rem;min-width:0}.survivor-matchups-icon{flex-shrink:0;font-size:1.1rem;line-height:1.2}.survivor-matchups-copy p{color:#ffffffd1;font-size:.78rem;line-height:1.45;margin:0}.survivor-matchups-actions{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.survivor-matchups-join-btn{background:#f9731626;border:1px solid #f9731673;border-radius:6px;color:#fdba74;cursor:pointer;font-size:.72rem;font-weight:700;padding:.35rem .65rem;text-decoration:none;white-space:nowrap}.survivor-matchups-join-btn:hover:not(:disabled){background:#f9731640}.survivor-matchups-join-btn:disabled{cursor:not-allowed;opacity:.5}.survivor-matchups-link{color:#ffffff8c;font-size:.72rem;font-weight:600;text-decoration:none;white-space:nowrap}.survivor-matchups-link:hover{color:#ffffffd9}.survivor-matchups-feedback{font-size:.75rem;line-height:1.4;margin:-.35rem 0 .65rem}.survivor-matchups-feedback--success{color:#86efac}.survivor-matchups-feedback--error{color:#fca5a5}.survivor-pick-btn{background:#f973161a;border:1px solid #f9731659;border-radius:6px;color:#fdba74;cursor:pointer;font-size:.68rem;font-weight:700;margin-top:.35rem;padding:.28rem .55rem;transition:background .15s,border-color .15s}.survivor-pick-btn:hover:not(:disabled){background:#f9731638;border-color:#f9731680}.survivor-pick-btn--active{background:#22c55e26;border-color:#22c55e73;color:#86efac}.survivor-pick-btn--used{background:#ffffff08;border-color:#ffffff14;color:#ffffff59;cursor:not-allowed}.survivor-pick-btn:disabled{cursor:not-allowed;opacity:.55}.team-column .survivor-pick-btn{align-self:center}@media (prefers-reduced-motion:reduce){.matchup-card,.matchup-skeleton{animation:none;transition:none}.matchup-card{opacity:1}}@media (prefers-contrast:high){.matchup-card{border-color:#ffffff40}.team-name{color:#fff}.game-venue,.team-territories{color:#ffffffb3}}.featured-matchups-widget{background:linear-gradient(145deg,#1a1a2e,#16162a);border:1px solid #ffffff14;border-radius:16px;box-shadow:0 4px 20px #0000004d,inset 0 0 0 1px #ffffff08;margin-bottom:1rem;padding:1.25rem}.widget-header{align-items:center;display:flex;gap:.6rem;margin-bottom:.875rem}.widget-icon{font-size:1.3rem;line-height:1}.widget-header h3{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:-.01em;margin:0}.widget-league-tabs{-ms-overflow-style:none;background:#00000040;border-radius:10px;display:flex;gap:.35rem;margin-bottom:.875rem;overflow-x:auto;padding:.25rem;scrollbar-width:none}.widget-league-tabs::-webkit-scrollbar{display:none}.tab-skeleton{animation:shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#ffffff05,#ffffff0f 50%,#ffffff05);background-size:200% 100%;border-radius:7px;flex-shrink:0;height:30px;width:55px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.widget-league-tab{background:#0000;border:none;border-radius:7px;color:#ffffff80;cursor:pointer;flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.02em;padding:.4rem .85rem;transition:all .15s ease;white-space:nowrap}.widget-league-tab:hover{background:#ffffff14;color:#ffffffd9}.widget-league-tab.active{background:#3b82f6;box-shadow:0 2px 8px #3b82f659;color:#fff}.widget-subtitle{color:#fff6;font-size:.8rem;font-weight:500;margin:0 0 .75rem}.widget-content .featured-matchups{background:#0000;border:none;border-radius:0;box-shadow:none;padding:0}.widget-content .matchups-header,.widget-content .matchups-subtitle{display:none}.widget-content .matchups-list{display:flex;flex-direction:column;gap:.6rem;max-height:480px;overflow-y:auto;padding:0 .4rem 0 0}.widget-content .matchups-list::-webkit-scrollbar{width:4px}.widget-content .matchups-list::-webkit-scrollbar-track{background:#ffffff08;border-radius:2px}.widget-content .matchups-list::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.widget-content .matchups-list::-webkit-scrollbar-thumb:hover{background:#ffffff40}.widget-content .matchup-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:10px;margin-bottom:0}.widget-content .matchup-card:hover{background:#ffffff0d;border-color:#ffffff1a}.widget-content .team-name{color:#fff!important;text-shadow:0 2px 4px #000000b3}.widget-content .matchups-empty,.widget-content .matchups-error,.widget-content .matchups-loading{padding:2rem 1rem;text-align:center}.widget-content .matchups-empty p,.widget-content .matchups-error p{color:#ffffff80;font-size:.85rem;margin:.5rem 0 0}.widget-content .empty-icon,.widget-content .error-icon{display:block;font-size:2rem;margin-bottom:.5rem;opacity:.4}.widget-content .matchup-skeleton{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#ffffff05,#ffffff0f 50%,#ffffff05);background-size:200% 100%;border-radius:10px;height:80px;margin:0 0 .6rem}.widget-content .matchups-footer{border-top:1px solid #ffffff0f;margin-top:.5rem;padding-top:.75rem}.widget-content .last-updated{color:#ffffff59;font-size:.7rem}@media (max-width:768px){.featured-matchups-widget{padding:1rem}.widget-header h3{font-size:1rem}.widget-league-tabs{margin-bottom:.65rem}.widget-league-tab{font-size:.7rem;padding:.35rem .7rem}.widget-content .matchups-list{max-height:380px}}@media (max-width:480px){.featured-matchups-widget{border-radius:12px;padding:.875rem}.widget-header{gap:.5rem;margin-bottom:.65rem}.widget-icon{font-size:1.1rem}.widget-header h3{font-size:.95rem}.widget-league-tabs{gap:.25rem;margin-bottom:.5rem;padding:.2rem}.widget-league-tab{border-radius:5px;font-size:.65rem;padding:.3rem .55rem}.widget-subtitle{font-size:.75rem;margin-bottom:.5rem}}@media (prefers-reduced-motion:reduce){.tab-skeleton,.widget-content .matchup-skeleton{animation:none}}@media (prefers-contrast:high){.featured-matchups-widget{border-color:#ffffff4d}.widget-content .matchup-card{border-color:#fff3}}.home-survivor-pools{display:flex;flex-direction:column;gap:1.25rem}.home-survivor-prep{align-items:flex-start;background:linear-gradient(135deg,#ef44441a,#f973160f 55%,#0f172466),#0f17248c;background:linear-gradient(135deg,#ef44441a 0,#f973160f 55%,#0f172466 100%),var(--glass-bg,#0f17248c);border:1px solid #ef444438;border-radius:16px;box-shadow:0 4px 24px #0003;display:flex;flex-wrap:wrap;gap:1rem 1.25rem;padding:1.25rem 1.35rem}.home-survivor-prep-icon{align-items:center;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.home-survivor-prep-copy{flex:1 1;min-width:min(100%,280px)}.home-survivor-prep-badge{background:#ef444426;border:1px solid #ef444459;border-radius:999px;color:#fca5a5;display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.06em;margin-bottom:6px;padding:3px 10px;text-transform:uppercase}.home-survivor-prep-title{color:#f5f0e8;color:var(--cream,#f5f0e8);font-family:Bebas Neue,sans-serif;font-family:var(--font-display,"Bebas Neue",sans-serif);font-size:clamp(1.35rem,3vw,1.65rem);font-weight:400;letter-spacing:.05em;line-height:1.05;margin:0 0 6px;text-transform:uppercase}.home-survivor-prep-lead{color:#fcd34d;font-size:1rem;font-weight:600;line-height:1.4;margin:0 0 4px}.home-survivor-prep-sub{color:#ffffffa6;color:var(--text-secondary,#ffffffa6);font-size:.88rem;line-height:1.5;margin:0;max-width:52ch}.home-survivor-prep-cta{align-self:center;background:#f973162e;border:1px solid #f9731666;border-radius:10px;color:#f97316;color:var(--orange,#f97316);flex-shrink:0;font-size:.82rem;font-weight:700;padding:.55rem 1rem;text-decoration:none;transition:background .15s,border-color .15s}.home-survivor-prep-cta:hover{background:#f9731647;border-color:#f973168c;color:#fdba74}.home-survivor-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.home-survivor-grid--loading{grid-template-columns:repeat(3,1fr)}.home-survivor-skeleton{animation:home-survivor-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#ffffff08,#ffffff12 50%,#ffffff08);background-size:200% 100%;border-radius:12px;height:120px}@keyframes home-survivor-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.home-survivor-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;color:inherit;display:flex;flex-direction:column;gap:8px;padding:14px 16px;text-decoration:none;transition:border-color .15s,transform .15s,background .15s}.home-survivor-card:hover{background:#ffffff0d;border-color:#f9731666;transform:translateY(-2px)}.home-survivor-card-head{align-items:flex-start;display:flex;gap:10px}.home-survivor-card-icon,.home-survivor-card-icon-fallback{align-items:center;display:flex;flex-shrink:0;font-size:1.25rem;height:32px;justify-content:center;width:32px}.home-survivor-card-titles{flex:1 1;min-width:0}.home-survivor-card-titles h4{color:#f5f0e8;color:var(--cream,#f5f0e8);font-size:.92rem;font-weight:700;line-height:1.25;margin:0}.home-survivor-card-league{color:#ffffff80;color:var(--text-secondary,#ffffff80);display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;margin-top:2px;text-transform:uppercase}.home-survivor-card-status{background:#f59e0b1f;border:1px solid #f59e0b47;border-radius:999px;color:#fcd34d;flex-shrink:0;font-size:.62rem;font-weight:700;letter-spacing:.03em;padding:2px 7px;text-transform:uppercase;white-space:nowrap}.home-survivor-card-meta{color:#ffffff8c;color:var(--text-secondary,#ffffff8c);font-size:.78rem;line-height:1.45;margin:0}.home-survivor-card-cta{color:#f97316;color:var(--orange,#f97316);font-size:.78rem;font-weight:700;margin-top:auto}.home-survivor-empty{color:var(--text-secondary);font-size:.9rem;margin:0;padding:1.5rem;text-align:center}@media (max-width:640px){.home-survivor-prep{flex-direction:column}.home-survivor-prep-cta{align-self:flex-start}.home-survivor-grid--loading{grid-template-columns:1fr}.home-survivor-card-head{flex-wrap:wrap}.home-survivor-card-status{margin-left:42px}}@media (prefers-reduced-motion:reduce){.home-survivor-skeleton{animation:none}.home-survivor-card{transition:none}}.conquest-ticker{align-items:stretch;background:linear-gradient(135deg,#ef44441a,hsla(0,0%,100%,.015));border:1px solid #ef444452;border-radius:12px;display:flex;gap:0;overflow:hidden}.conquest-ticker-label{align-items:center;background:#ef444429;border-right:1px solid #ef444452;color:#fca5a5;display:flex;flex:none;font-size:.68rem;font-weight:800;gap:6px;letter-spacing:.12em;padding:0 14px;text-transform:uppercase}.conquest-ticker-pulse{animation:conquest-ticker-pulse 1.6s infinite;background:#ef4444;border-radius:50%;box-shadow:0 0 0 0 #ef444499;height:8px;width:8px}@keyframes conquest-ticker-pulse{0%{box-shadow:0 0 0 0 #ef44448c}70%{box-shadow:0 0 0 8px #ef444400}to{box-shadow:0 0 0 0 #ef444400}}.conquest-ticker-viewport{flex:1 1;-webkit-mask-image:linear-gradient(90deg,#0000,#000 24px,#000 calc(100% - 24px),#0000);mask-image:linear-gradient(90deg,#0000,#000 24px,#000 calc(100% - 24px),#0000);min-width:0;overflow:hidden;position:relative}.conquest-ticker-track{align-items:center;animation-iteration-count:infinite;animation-name:conquest-ticker-scroll;animation-timing-function:linear;display:inline-flex;white-space:nowrap;will-change:transform}.conquest-ticker-viewport:hover .conquest-ticker-track{animation-play-state:paused}@keyframes conquest-ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.conquest-ticker-item{align-items:center;border-right:1px solid #ffffff0f;color:#cbd5e1;color:var(--text-secondary,#cbd5e1);display:inline-flex;font-size:.82rem;gap:6px;padding:9px 16px;text-decoration:none}.conquest-ticker-item:hover{color:#fff}.conquest-ticker-dot{border-radius:50%;flex:none;height:9px;width:9px}.conquest-ticker-logo{flex:none;height:18px;object-fit:contain;width:18px}.conquest-ticker-logo--loser{opacity:.7}.conquest-ticker-team{color:#f8fafc;color:var(--text-primary,#f8fafc);font-weight:800}.conquest-ticker-verb{color:#fca5a5;font-weight:700}.conquest-ticker-place{font-weight:600}.conquest-ticker-from{color:#94a3b8;color:var(--text-muted,#94a3b8)}.conquest-ticker-loser{font-weight:700;opacity:.85}@media (prefers-reduced-motion:reduce){.conquest-ticker-track{animation:none;transform:none}.conquest-ticker-viewport{-webkit-mask-image:none;mask-image:none;overflow-x:auto}}.notif-bell,.notif-bell-btn{display:inline-flex;position:relative}.notif-bell-btn{align-items:center;background:#0000;border:1px solid #7896c840;border-radius:9px;color:#cdd9ea;cursor:pointer;height:36px;justify-content:center;width:36px}.notif-bell-btn svg{height:18px;width:18px}.notif-bell-btn:hover{background:#7896c81f}.notif-badge{background:#ef4444;border-radius:999px;color:#fff;font-size:.65rem;font-weight:700;height:16px;line-height:16px;min-width:16px;padding:0 4px;position:absolute;right:-5px;text-align:center;top:-5px}.notif-panel{background:#0c1726;border:1px solid #7896c840;border-radius:12px;box-shadow:0 18px 40px #00000073;max-width:90vw;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:320px;z-index:1000}.notif-panel-head{align-items:center;border-bottom:1px solid #7896c82e;color:#8aa0bd;display:flex;font-size:.8rem;justify-content:space-between;letter-spacing:.08em;padding:.7rem .9rem;text-transform:uppercase}.notif-panel-link{color:#fbbf24;font-weight:600;letter-spacing:normal;text-decoration:none;text-transform:none}.notif-push-row{align-items:center;border-bottom:1px solid #7896c82e;display:flex;gap:.6rem;justify-content:space-between;padding:.55rem .9rem}.notif-push-label{color:#cdd9ea;font-size:.78rem}.notif-push-toggle{background:#0000;border:1px solid #7896c859;border-radius:999px;color:#cdd9ea;cursor:pointer;flex-shrink:0;font-size:.74rem;font-weight:600;padding:.2rem .7rem}.notif-scope-row{align-items:center;border-bottom:1px solid #7896c82e;display:flex;gap:.6rem;justify-content:space-between;padding:.55rem .9rem}.notif-scope-label{color:#cdd9ea;font-size:.78rem}.notif-scope-select{background:#7896c81f;border:1px solid #7896c859;border-radius:8px;color:#cdd9ea;cursor:pointer;flex-shrink:0;font-size:.74rem;font-weight:600;padding:.2rem .45rem}.notif-flag-note{color:#86efac;font-size:.78rem;margin:0;padding:.4rem .9rem}.notif-item--rivalry{border-left:3px solid #f97316}.notif-item--event{background:linear-gradient(100deg,color-mix(in srgb,#f59e0b 12%,#0000),#0000);background:linear-gradient(100deg,color-mix(in srgb,var(--notif-accent,#f59e0b) 12%,#0000),#0000);border-left:3px solid #f59e0b;border-left:3px solid var(--notif-accent,#f59e0b)}.notif-event-title{align-items:center;display:flex;font-size:.92rem;font-weight:800;gap:.45rem;margin-top:.15rem}.notif-event-mult{border-radius:999px;color:#1a1206;font-size:.62rem;font-weight:800;letter-spacing:.05em;padding:.1rem .45rem;text-transform:uppercase}.notif-event-desc{color:#9fb2d4;font-size:.78rem;margin-top:.2rem}.notif-recap-flag{background:#0000;border:none;color:#fb923c;cursor:pointer;font-size:.78rem;font-weight:600;padding:0}.notif-push-toggle--on{border-color:#fbbf2480;color:#fbbf24}.notif-push-toggle:disabled{cursor:default;opacity:.6}.notif-push-error{color:#fca5a5;font-size:.74rem;margin:0;padding:.4rem .9rem}.notif-empty{color:#8aa0bd;font-size:.85rem;margin:0;padding:1rem .9rem}.notif-list{list-style:none;margin:0;max-height:380px;overflow-y:auto;padding:0}.notif-item{border-bottom:1px solid #7896c81f}.notif-item--unread{background:#f973160f}.notif-item-link{color:#e6edf6;display:block;padding:.7rem .9rem;text-decoration:none}.notif-item-link:hover{background:#7896c814}.notif-item-when{color:#fbbf24;font-size:.72rem;font-weight:700;margin-bottom:.3rem}.notif-item-teams{align-items:center;display:flex;flex-wrap:wrap;font-size:.85rem;font-weight:600;gap:.35rem}.notif-logo{height:18px;object-fit:contain;width:18px}.notif-vs{color:#8aa0bd;font-size:.75rem}.notif-item-stakes{display:flex;font-size:.78rem;gap:.6rem;margin-top:.35rem}.notif-risk{color:#f87171;font-weight:600}.notif-stake{color:#4ade80;font-weight:600}.notif-item--recap{border-left:3px solid #4ade80;padding:.7rem .9rem}.notif-recap--loss{border-left-color:#f87171}.notif-recap-body{align-items:center;color:#e6edf6;display:flex;font-size:.85rem;font-weight:600;gap:.45rem}.notif-recap-caption{line-height:1.3}.notif-recap-actions{display:flex;gap:.6rem;margin-top:.45rem}.notif-recap-share,.notif-recap-view{background:#0000;border:none;cursor:pointer;font-size:.78rem;font-weight:600;padding:0;text-decoration:none}.notif-recap-view{color:#8aa0bd}.notif-recap-share{color:#fbbf24}.site-header{align-items:center;backdrop-filter:blur(16px) saturate(1.2);-webkit-backdrop-filter:blur(16px) saturate(1.2);background:#0f17248c;border-bottom:1px solid var(--glass-border);box-shadow:0 4px 24px #00000040;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:calc(16px + var(--safe-top)) calc(24px + var(--safe-right)) 16px calc(24px + var(--safe-left));position:-webkit-sticky;position:sticky;top:0;z-index:100;z-index:var(--z-site-chrome,100)}.site-header:before{background:var(--header-accent);content:"";height:3px;left:0;opacity:.85;pointer-events:none;position:absolute;right:0;top:0}.site-header-brand{align-items:center;color:var(--cream);display:flex;font-family:var(--font-display);font-size:.9rem;font-weight:400;gap:10px;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.site-header-brand .brand-shield{color:var(--orange);font-size:1rem}.site-header-tagline{color:var(--text-muted);display:none;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}@media (min-width:700px){.site-header-tagline{display:block}}@media (min-width:901px){.site-header{flex-wrap:nowrap;gap:16px}.site-header-tagline{flex:1 1;min-width:0;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.site-header-links{flex-shrink:0;flex-wrap:nowrap}}.site-header-links{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.site-header-link{align-items:center;border:1px solid var(--orange);border-radius:6px;color:var(--orange);display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.08em;min-height:var(--touch-min);padding:9px 14px;text-decoration:none;text-transform:uppercase;touch-action:manipulation;transition:background .15s,color .15s;white-space:nowrap}.site-header-link--ghost{background:#ffffff08;border-color:var(--border);color:var(--text-secondary)}.site-header-link--ghost:hover,.site-header-link:hover{background:var(--orange);border-color:var(--orange);color:#000}.site-header .auth-nav-link{align-items:center;background:#ffffff08;border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);display:inline-flex;font-size:.72rem;font-weight:800;letter-spacing:.08em;min-height:var(--touch-min);padding:9px 14px;text-decoration:none;text-transform:uppercase;transition:background .15s,color .15s;white-space:nowrap}.site-header .auth-nav-link:hover{background:var(--orange);border-color:var(--orange);color:#000}@media (max-width:640px){.site-header{padding:calc(16px + var(--safe-top)) calc(16px + var(--safe-right)) 16px calc(16px + var(--safe-left))}.site-header-brand{font-size:.78rem}.site-header-links{justify-content:flex-start;width:100%}}.league-selection.league-selection--glass{--home-glass:#0c111c6b;--home-glass-strong:#080c1494;--home-glass-blur:blur(24px) saturate(185%);--home-glass-shadow:0 20px 56px #00000073,inset 0 1px 0 #ffffff1a;background:linear-gradient(90deg,#0000 0,#070a1147 22%,#070a1161 50%,#070a1147 78%,#0000 100%),linear-gradient(180deg,#0a0e1673 0,#0a0e1647 42%,#0a0e168c 100%),radial-gradient(900px 480px at 15% -8%,#f973162e,#0000 62%),radial-gradient(820px 520px at 88% 4%,#3b82f624,#0000 60%),url(/static/media/bg.672ae9088ce72a067e05.jpg) 50% /cover no-repeat,var(--bg)}.league-selection--glass .site-header{backdrop-filter:var(--home-glass-blur);-webkit-backdrop-filter:var(--home-glass-blur);background:var(--home-glass-strong);border-bottom-color:var(--glass-border);box-shadow:var(--home-glass-shadow);position:-webkit-sticky;position:sticky;top:0;z-index:30}.league-selection--glass .brand-live-badge{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#f9731638}.league-selection--glass .site-header-link{backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);background:var(--home-glass);border-color:var(--glass-border);box-shadow:inset 0 1px 0 #ffffff0f}.league-selection--glass .site-header-link--ghost{background:#ffffff0a}.league-selection--glass .hero-section{backdrop-filter:var(--home-glass-blur);-webkit-backdrop-filter:var(--home-glass-blur);background:var(--home-glass);border:1px solid var(--glass-border);border-radius:22px;box-shadow:var(--home-glass-shadow);margin:0 24px 8px;padding:48px 28px 36px}.league-selection--glass .live-stat-bar{backdrop-filter:blur(16px) saturate(170%);-webkit-backdrop-filter:blur(16px) saturate(170%);background:#ffffff0f;border-color:var(--glass-border);box-shadow:inset 0 1px 0 #ffffff14}.league-selection--glass .live-stat-league-pill{background:#f9731657;border-color:#fb923cb8;box-shadow:inset 0 1px 0 #ffffff29,0 1px 4px #00000047}.league-selection--glass .live-stat-league-pill--accent{background:color-mix(in srgb,var(--orange) 48%,#080c14eb 52%);background:color-mix(in srgb,var(--pill-accent,var(--orange)) 48%,#080c14eb 52%);border-color:color-mix(in srgb,var(--pill-accent,var(--orange)) 68%,#fff 32%)}.league-selection--glass .hero-action{backdrop-filter:blur(14px) saturate(165%);-webkit-backdrop-filter:blur(14px) saturate(165%);background:var(--home-glass-strong);border-color:var(--glass-border);box-shadow:inset 0 1px 0 #ffffff12}.league-selection--glass .hero-action--primary{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:linear-gradient(135deg,#f97316eb,#ea6a0ae0);border-color:#ffffff26;box-shadow:0 8px 24px #f9731640,inset 0 1px 0 #fff3}.league-selection--glass .home-section-badge,.league-selection--glass .home-section-badge--tools{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0f;box-shadow:inset 0 1px 0 #ffffff14}.league-selection--glass .league-card.active{backdrop-filter:var(--home-glass-blur);-webkit-backdrop-filter:var(--home-glass-blur);background:var(--home-glass);border-color:var(--glass-border);box-shadow:var(--home-glass-shadow)}.league-selection--glass .league-card.active:hover{background:#ffffff1a;border-color:#ffffff38;box-shadow:0 18px 44px #0000006b,inset 0 1px 0 #ffffff1f}.league-selection--glass .league-card.coming-soon{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:var(--home-glass);border:1px solid var(--glass-border);opacity:.55}.league-selection--glass .home-play-grid .home-feature-card{border-color:#ffffff24;box-shadow:var(--home-glass-shadow)}.league-selection--glass .home-play-grid .home-feature-card:before{backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px)}.league-selection--glass .home-feature-card--fantasy .home-feature-badge,.league-selection--glass .home-feature-card--legends .home-feature-badge,.league-selection--glass .home-feature-card--locate .home-feature-badge,.league-selection--glass .home-feature-card--survivor .home-feature-badge{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.league-selection--glass .home-feature-btn{background:linear-gradient(135deg,#f97316f2,#fb923ce6);box-shadow:0 6px 20px #f9731638,inset 0 1px 0 #fff3}.league-selection--glass .who-owns-you--home .who-owns-you-league select{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#080c148c;border-color:var(--glass-border)}.league-selection--glass .who-owns-you--home .home-feature-btn--locate,.league-selection--glass .who-owns-you--home .who-owns-you-locate:not(.home-feature-btn),.league-selection--glass .who-owns-you--home .who-owns-you-share{background:linear-gradient(135deg,#3b82f6eb,#2563ebe0);box-shadow:0 6px 20px #3b82f638,inset 0 1px 0 #ffffff2e}.league-selection--glass .who-owns-you--home .who-owns-you-owner{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#00000047}.league-selection--glass .who-owns-you--home .who-owns-you-link{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff0f}.league-selection--glass .home-section--how{backdrop-filter:var(--home-glass-blur);-webkit-backdrop-filter:var(--home-glass-blur);background:var(--home-glass-strong);border-color:var(--glass-border);box-shadow:var(--home-glass-shadow)}.league-selection--glass .how-step{backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;box-shadow:inset 0 1px 0 #ffffff0f;padding:18px 14px}.league-selection--glass .site-footer{backdrop-filter:var(--home-glass-blur);-webkit-backdrop-filter:var(--home-glass-blur);background:var(--home-glass-strong);border:1px solid var(--glass-border);border-bottom:none;border-radius:18px 18px 0 0;box-shadow:var(--home-glass-shadow);margin-left:24px;margin-right:24px}@media (max-width:640px){.league-selection--glass .hero-section{margin-left:16px;margin-right:16px;padding:36px 18px 28px}.league-selection--glass .site-footer{margin-left:16px;margin-right:16px}}@media (prefers-reduced-transparency:reduce){.league-selection--glass .hero-action,.league-selection--glass .hero-section,.league-selection--glass .home-feature-card,.league-selection--glass .home-section--how,.league-selection--glass .how-step,.league-selection--glass .league-card.active,.league-selection--glass .live-stat-bar,.league-selection--glass .site-footer,.league-selection--glass .site-header,.league-selection.league-selection--glass{backdrop-filter:none;-webkit-backdrop-filter:none}}.App{text-align:center}
/*# sourceMappingURL=main.3f05da7a.css.map*/