@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@500;600;700&family=Barlow+Condensed:wght@500;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fff7ed;--ember:#ff6a00;--gold:#f6c15a;--red:#e12b14;--panel:#0d0a08db;--panel-2:#19100aeb;--line:#ff8f1f40;--muted:#c9b8a5;background:#030201;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:radial-gradient(circle at 50% -18%,#ff6a0026,#0000 33%),radial-gradient(circle at 95% 12%,#ff5a0014,#0000 28%),linear-gradient(#030201 0%,#070504 44%,#030201 100%);min-height:100vh;margin:0}body:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:48px 48px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#0006,#0000 72%);mask-image:linear-gradient(#0006,#0000 72%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.nav-wrap{z-index:10;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:linear-gradient(#050302f5,#050302d1);justify-content:space-between;align-items:center;gap:18px;padding:14px clamp(16px,3vw,36px);display:flex;position:sticky;top:0;box-shadow:0 10px 30px #00000057}.brand{align-items:center;gap:12px;display:flex}.brand strong{letter-spacing:.04em;text-transform:uppercase;display:block}.brand span{color:var(--muted);margin-top:2px;font-size:12px;display:block}nav{flex-wrap:wrap;gap:8px;display:flex}nav a{color:#f5d6a7;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:9px 12px;font-size:14px;transition:all .2s;display:flex}nav a.active,nav a:hover{border-color:var(--line);color:#fff;background:#ff6a001f;transform:translateY(-1px)}.shell{width:min(1240px,100vw - 28px);margin:0 auto;padding:28px 0 64px}.hero{border:1px solid var(--line);background:linear-gradient(135deg,#ff6a001f,#0c0806f2 42%,#030201fa);border-radius:32px;padding:clamp(26px,5vw,62px);position:relative;overflow:hidden;box-shadow:0 20px 80px #0000006b}.season-poster-hero{background-position:50%;background-size:cover;min-height:520px}.season-poster-hero:after{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#0000,#00000059 65%,#000000bf);position:absolute;inset:0}.eyebrow{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;font-size:12px;font-weight:800}h1{letter-spacing:.02em;text-transform:uppercase;margin:12px 0 6px;font-size:clamp(42px,8vw,92px);line-height:.92}.hero-subtitle{color:#ffe2b4;margin:0 0 16px;font-size:clamp(18px,2vw,28px);font-weight:800}h2{margin:0 0 16px;font-size:clamp(24px,4vw,42px)}h3{margin:0 0 8px}p{color:var(--muted);line-height:1.6}.grid{grid-template-columns:repeat(12,1fr);gap:16px;margin-top:18px;display:grid}.card{border:1px solid var(--line);background:linear-gradient(#0e0a08e0,#080605f0);border-radius:22px;padding:18px;box-shadow:0 10px 32px #00000042}.card.hot{background:linear-gradient(135deg,#ff6a0026,#0a0706e6)}.card.feature-card{position:relative;overflow:hidden}.card.feature-card:after{content:"";background:radial-gradient(circle,#ff6a003d,#0000 70%);width:200px;height:200px;position:absolute;inset:auto -30% -40% auto}.section-panel{background:linear-gradient(135deg,#ff942c14,#0a0706eb)}.warm-panel{background:linear-gradient(135deg,#ff942c24,#1a0f09eb)}.spotlight-grid{margin-top:16px}.spotlight-card strong{margin-top:8px;font-size:30px;display:block}.spotlight-card p{margin:8px 0 0}.span-3{grid-column:span 3}.span-4{grid-column:span 4}.span-6{grid-column:span 6}.span-8{grid-column:span 8}.span-12{grid-column:span 12}.stat{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.stat:last-child{border-bottom:0}.badge{color:#ffd8aa;border:1px solid var(--line);background:#ff6a0024;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.table-wrap,.table-card{border:1px solid var(--line);border-radius:22px;overflow-x:auto}table{border-collapse:collapse;background:#0f0a08b8;width:100%;min-width:760px}th,td{text-align:left;border-bottom:1px solid #ffffff12;padding:13px 12px}th{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;background:#ff6a0014;font-size:12px}tr:hover td{background:#ff6a000d}.form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form label{color:#ffd9aa;flex-direction:column;gap:7px;font-size:13px;display:flex}input[type=checkbox]{accent-color:#ff6a00;width:18px;height:18px}input,select,textarea{border:1px solid var(--line);color:#fff;background:#ffffff0f;border-radius:14px;outline:none;padding:12px 13px}select option{color:#111}textarea{resize:vertical;min-height:100px}.full{grid-column:1/-1}.btn{cursor:pointer;background:linear-gradient(135deg, var(--ember), #9e210f);color:#fff;letter-spacing:.03em;border:0;border-radius:16px;align-items:center;gap:8px;padding:12px 16px;font-weight:800;display:inline-flex;box-shadow:0 12px 32px #ff6a0038}.btn.secondary{box-shadow:none;border:1px solid var(--line);background:#ffffff14}.btn:disabled{opacity:.45;cursor:not-allowed}.notice{border:1px solid var(--line);color:#ffe3c4;background:#ff6a001a;border-radius:18px;padding:12px 14px}.error{color:#ffd1ca;background:#e12b141f;border:1px solid #e12b1459;border-radius:18px;padding:12px 14px}.kicker{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex}.vs{width:46px;height:46px;color:var(--gold);border:1px solid var(--line);background:#ff6a0017;border-radius:50%;place-items:center;font-weight:900;display:grid}.small,.muted{color:var(--muted);font-size:12px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.section-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px;display:grid}.mini-stat{background:#ffffff05;border:1px solid #ffffff0f;border-radius:18px;gap:12px;padding:14px;display:flex}.mini-stat strong{margin-bottom:4px;display:block}.mini-stat span{color:var(--muted);font-size:13px;display:block}.brand-logo{object-fit:contain;background:#050403;border:1px solid #ff8f1f47;border-radius:16px;width:52px;height:52px;padding:3px;box-shadow:0 0 30px #ff6a0047}.branded-hero{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:center;gap:clamp(18px,4vw,42px);display:grid}.hero-copy{z-index:1;position:relative}.hero-logo-panel{z-index:1;text-align:center;background:radial-gradient(circle at 50% 38%,#ff6a0029,#0000008a 58%,#000000d1);border:1px solid #ff8f1f3d;border-radius:28px;padding:16px;position:relative;box-shadow:inset 0 0 70px #ff6a0014,0 18px 60px #0000003d}.compact-logo-panel{justify-self:end;max-width:380px}.hero-logo{object-fit:contain;filter:drop-shadow(0 0 24px #ff6a0057);width:100%;max-width:360px;margin:0 auto;display:block}.logo-caption{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;margin-top:10px;font-size:10px;font-weight:800}.profile-card{color:inherit;text-decoration:none;transition:transform .18s,border-color .18s}.profile-card:hover{border-color:#ff8f2c8c;transform:translateY(-2px)}.profile-hero{align-items:center;gap:20px;display:flex}.profile-hero img{object-fit:cover;border:1px solid #ff8f2c59;border-radius:22px;width:96px;height:96px}.sponsor-logo{object-fit:contain;background:#00000038;border-radius:16px;width:100%;max-height:90px;margin-bottom:12px}.ghost-card{opacity:.86;border-style:dashed}.mini-toggle-card label{color:#ffe2b4;flex-direction:row;align-items:center;margin-top:10px}.player-card{background:radial-gradient(circle at 50% 0,#ff822359,#0000 30%),linear-gradient(#2a1a0ff2,#050403fa);border:1px solid #ff9b365c;border-radius:28px;padding:22px;position:relative;box-shadow:0 18px 45px #00000059,inset 0 0 60px #ff6a0014}.card-topline{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.card-topline strong{color:#ffe1ad;font-size:48px;line-height:1}.card-topline span{color:var(--gold);font-size:18px;font-weight:900}.card-stat-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0;display:grid}.card-stat-grid div{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;padding:10px}.card-stat-grid span{color:var(--muted);letter-spacing:.12em;font-size:11px;display:block}.card-stat-grid strong{font-size:24px}@media (width<=980px){.span-3{grid-column:span 6}}@media (width<=820px){.nav-wrap{flex-direction:column;align-items:flex-start}nav{flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.grid{grid-template-columns:1fr}.span-3,.span-4,.span-6,.span-8,.span-12{grid-column:auto}.form,.match-card,.branded-hero,.mini-grid{grid-template-columns:1fr}.vs{margin:0 auto}.hero-logo-panel{order:-1;justify-self:start;padding:12px}.hero-logo{max-width:280px}.brand-logo{width:46px;height:46px}.profile-hero{flex-direction:column;align-items:flex-start}.season-poster-hero{background-position:top;min-height:auto}}.format-road{gap:14px;margin-top:18px;display:grid;position:relative}.format-road.compact{margin-top:8px}.format-phase{grid-template-columns:56px minmax(0,1fr);align-items:stretch;gap:14px;display:grid}.phase-number{color:#fff;background:linear-gradient(135deg,#ff6a00e6,#8c200cf2);border:1px solid #ffd6a059;border-radius:50%;place-items:center;width:46px;height:46px;font-weight:900;display:grid;box-shadow:0 0 28px #ff6a0040}.format-phase .card{margin:0}.clean-hero{background:radial-gradient(circle at 20% 25%,#ff6a0029,#0000 34%),radial-gradient(circle at 80% 10%,#f6c15a14,#0000 28%),linear-gradient(135deg,#050403 0%,#0c0704 46%,#020101 100%);min-height:520px}.clean-hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000002e,#0000),radial-gradient(circle at 50% 100%,#ff6a001a,#0000 42%);position:absolute;inset:0}.hero-identity-logo{object-fit:contain;filter:drop-shadow(0 0 28px #ff6a003d);width:min(260px,80vw);max-height:140px;margin:0 0 18px;display:block}.season-art-panel{z-index:1;background:#00000075;border:1px solid #ff8f1f47;border-radius:28px;padding:12px;position:relative;box-shadow:0 18px 60px #00000073,0 0 42px #ff6a0029}.season-art-button{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block;position:relative}.season-art{object-fit:cover;border-radius:22px;width:100%;max-width:430px;display:block}.poster-expand-badge{color:#ffe3bf;background:#000000b8;border:1px solid #ff8f1f73;border-radius:999px;align-items:center;gap:7px;padding:9px 12px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;bottom:12px;right:12px;box-shadow:0 10px 28px #00000059}.poster-actions{flex-wrap:wrap;gap:10px;margin-top:12px;display:flex}.poster-modal{z-index:200;background:#000000eb;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.poster-modal img{object-fit:contain;border:1px solid #ff8f1f59;border-radius:18px;max-width:min(96vw,1100px);max-height:84vh;box-shadow:0 0 70px #ff6a0029}.poster-modal-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ff8f1f59;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:fixed;top:22px;right:22px}.poster-modal-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%)}.nav-wrap{background:radial-gradient(circle at 50% 0,#ff6a001f,#0000 42%),linear-gradient(#000000fa,#050302f0);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding-top:18px}.brand-centered{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%}.brand-copy{text-align:center}.brand-centered .brand-logo{object-fit:contain;background:#000;border:1px solid #ff8f1f38;border-radius:22px;width:min(360px,82vw);height:auto;max-height:155px;padding:8px;box-shadow:0 0 46px #ff6a0033}.brand-centered strong{margin-top:8px;font-size:clamp(17px,2vw,24px)}.brand-email{color:#ffd9aa;border-bottom:1px solid #ff8f1f61;margin-top:6px;font-size:13px;display:inline-flex}nav{justify-content:center}.official-email a,.contact-strip a:not(.btn){color:#ffe0b7;text-decoration:underline}.contact-strip{text-align:center;background:radial-gradient(circle at 50% 0,#ff6a0024,#0000 44%),linear-gradient(#0e0a08f2,#040302f5)}@media (width<=820px){.nav-wrap{align-items:center}.brand-centered .brand-logo{width:min(290px,84vw);max-height:125px}.brand-email{font-size:12px}}.header-socials{flex-wrap:wrap;justify-content:center;gap:8px;max-width:1100px;display:flex}.header-socials a,.header-socials span{color:#ffe2bd;background:#ffffff0a;border:1px solid #ff8f1f38;border-radius:999px;align-items:center;padding:7px 10px;font-size:12px;font-weight:800;display:inline-flex}.social-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.social-card{color:#fff;text-align:left;background:#ffffff0a;border:1px solid #ff8f1f47;border-radius:18px;flex-direction:column;gap:4px;padding:14px;display:flex}.social-card strong{color:#ffd18c}.social-card span{color:#ccb9a7;font-size:13px}.muted-social{opacity:.92}.fegl-card-shell{perspective:1200px}.fegl-card-inner{clip-path:polygon(8% 0%,92% 0%,100% 8%,100% 92%,92% 100%,8% 100%,0% 92%,0% 8%);background:linear-gradient(145deg,#ffbe5d38,#0000 22%),radial-gradient(circle at 50% 18%,#ff6a0052,#0000 28%),linear-gradient(#3a210f 0%,#140b06 42%,#050302 100%);border:2px solid #ffc36a75;border-radius:34px 34px 28px 28px;min-height:520px;padding:20px;position:relative;overflow:hidden;box-shadow:0 25px 70px #0000007a,inset 0 0 38px #ff6a001f}.fegl-card-inner:before{content:"";clip-path:polygon(8% 0%,92% 0%,100% 8%,100% 92%,92% 100%,8% 100%,0% 92%,0% 8%);pointer-events:none;border:1px solid #ffd69c38;position:absolute;inset:10px}.fegl-card-header{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.fegl-card-header img{object-fit:contain;background:#000;border:1px solid #ffc36a47;border-radius:16px;width:86px;height:86px;padding:4px}.fegl-card-ovr{color:#ffe1ad;text-shadow:0 0 20px #ff6a0047;font-size:58px;line-height:.9;display:block}.fegl-card-pos{color:#ffcf7d;letter-spacing:.12em;margin-top:7px;font-weight:1000;display:inline-flex}.fegl-card-player{z-index:1;text-align:center;margin:16px 0 10px;position:relative}.fegl-card-silhouette{color:#fffffff0;background:radial-gradient(circle at 50% 35%,#ff8f1f59,#000000d6 58%),linear-gradient(#ffffff0f,#0000001f);border:1px solid #ffd69c38;border-radius:50%;place-items:center;width:150px;height:150px;margin:0 auto 12px;font-size:70px;font-weight:1000;display:grid;box-shadow:inset 0 0 35px #ff6a001a}.fegl-card-player h3{text-transform:uppercase;letter-spacing:.03em;color:#fff1d6;font-size:24px}.fegl-card-stat-grid{z-index:1;grid-template-columns:repeat(2,1fr);gap:7px 12px;margin:18px 0;display:grid;position:relative}.fegl-card-stat-grid div{border-bottom:1px solid #ffd69c24;justify-content:space-between;align-items:baseline;padding:8px 12px;display:flex}.fegl-card-stat-grid strong{color:#ffe0a8;font-size:25px}.fegl-card-stat-grid span{color:#d2b894;letter-spacing:.12em;font-size:13px;font-weight:1000}.fegl-card-footer{z-index:1;flex-wrap:wrap;justify-content:center;gap:7px;margin:16px 0 10px;display:flex;position:relative}.fegl-card-footer span{color:#ffdca7;background:#00000038;border:1px solid #ffd69c33;border-radius:999px;padding:5px 9px;font-size:12px}.archive-ignite-hero{background:radial-gradient(circle at 28% 30%,#ff6a003d,#0000 34%),linear-gradient(135deg,#050302,#170a04 52%,#050302);min-height:360px;margin:18px 0}.archive-winner{color:#ffe0a8;text-transform:uppercase;margin:8px 0;font-size:clamp(28px,5vw,54px);font-weight:1000}@media (width<=820px){.social-grid{grid-template-columns:1fr}.fegl-card-inner{min-height:auto}}n .inline-toggle{color:#ffe2bd;align-items:center;gap:9px;font-weight:800;display:inline-flex;flex-direction:row!important}.inline-toggle input{width:18px;height:18px}.nav-wrap.compact-nav{z-index:10;background:#030201eb;border-bottom:1px solid #ff8f1f2e;flex-direction:row;justify-content:center;align-items:center;gap:14px;padding:10px clamp(12px,2vw,24px);position:relative;top:auto}.brand-mini{background:#000;border:1px solid #ff8f1f38;border-radius:999px;flex:none;align-items:center;gap:8px;padding:7px 10px;display:inline-flex}.brand-logo-mini{object-fit:contain;background:#000;border-radius:12px;width:42px;height:42px;box-shadow:0 0 18px #ff6a002e}.brand-mini span{color:#ffe2b8;letter-spacing:.08em;font-weight:1000}.nav-wrap.compact-nav nav{justify-content:center;width:auto}.nav-wrap.compact-nav nav a{padding:8px 10px;font-size:13px}.cover-hero{background:radial-gradient(circle at 72% 22%,#ff6a002e,#0000 28%),radial-gradient(circle at 22% 18%,#f6c15a1a,#0000 24%),linear-gradient(135deg,#020101 0%,#0b0604 42%,#030201 100%);grid-template-columns:minmax(0,1.08fr) minmax(330px,.92fr);align-items:center;gap:clamp(18px,4vw,42px);min-height:680px;display:grid;overflow:hidden}.cover-hero:before{content:"";opacity:.55;pointer-events:none;background:linear-gradient(115deg,#ff6a001c,#0000 38%),repeating-linear-gradient(90deg,#ffffff06 0 1px,#0000 1px 44px);position:absolute;inset:0}.cover-copy,.cover-hype-stack{z-index:1;position:relative}.logo-sticker{background:#000;border:1px solid #ff8f1f47;border-radius:28px;width:min(360px,84vw);margin-bottom:18px;padding:12px 16px;box-shadow:0 0 44px #ff6a002e,inset 0 0 30px #ff6a000f}.logo-sticker img{object-fit:contain;filter:drop-shadow(0 0 18px #ff6a0033);width:100%;display:block}.cover-hype-stack{gap:16px;display:grid}.hype-panel{background:radial-gradient(circle at 50% 0,#ff6a002b,#0000 38%),#0000007a;border:1px solid #ff8f1f47;border-radius:28px;padding:18px;box-shadow:0 18px 60px #00000057}.hype-match{background:#ffffff0a;border:1px solid #ff8f1f2e;border-radius:18px;margin-top:10px;padding:13px;transition:all .18s;display:block}.hype-match:hover{background:#ff6a0014;border-color:#ff8f1f73;transform:translateY(-2px)}.hype-match span{color:#f6c15a;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:900;display:block}.hype-match strong{color:#fff1d8;margin:4px 0;font-size:18px;display:block}.hype-match small,.hype-empty span{color:#c9b8a5}.hype-empty{text-align:center;color:#ffd9a0;place-items:center;gap:6px;min-height:140px;display:grid}.compact-poster-card .season-art{max-width:390px;margin:0 auto}.brand-centered .brand-logo,.hero-identity-logo{width:0;max-width:0;height:0;overflow:hidden;display:none!important}.fegl-card-photo-slot{background:radial-gradient(circle at 50% 20%,#ff8f1f38,#0000 42%),#0000006b;border:1px solid #ffd69c3d;border-radius:22px;width:164px;height:164px;margin:0 auto 12px;overflow:hidden;box-shadow:inset 0 0 40px #ff6a001a}.fegl-card-photo-slot img{object-fit:cover;width:100%;height:100%;display:block}.fegl-card-photo-placeholder{color:#ffe2b8d1;align-content:center;place-items:center;gap:6px;width:100%;height:100%;display:grid}.fegl-card-photo-placeholder span{letter-spacing:.18em;color:#d9b98e;font-size:11px;font-weight:1000}.fegl-card-silhouette{display:none!important}@media (width<=980px){.cover-hero{grid-template-columns:1fr;min-height:auto}.compact-poster-card .season-art{max-width:100%}}@media (width<=820px){.nav-wrap.compact-nav{flex-direction:column;align-items:center}.brand-mini{align-self:center}}.reignite-card{clip-path:polygon(10% 0%,90% 0%,100% 7%,100% 93%,90% 100%,10% 100%,0% 93%,0% 7%);min-height:590px;padding:18px}.reignite-card .card-heat-glow{pointer-events:none;opacity:.34;background:radial-gradient(circle at 50% 18%,#ff6a00a6,#0000 28%);position:absolute;inset:-30%}.reignite-card.skin-bronze{background:linear-gradient(145deg,#b05b2342,#0000 24%),radial-gradient(circle at 50% 8%,#ff68193d,#0000 32%),linear-gradient(#2b160d 0%,#130907 48%,#050302 100%);border-color:#d16f349e}.reignite-card.skin-silver{background:linear-gradient(145deg,#e6e6dc3d,#0000 24%),radial-gradient(circle at 50% 9%,#ff822a38,#0000 34%),linear-gradient(#333331 0%,#11100f 48%,#050302 100%);border-color:#ebe2cd9e}.reignite-card.skin-gold{background:linear-gradient(145deg,#ffcf595c,#0000 24%),radial-gradient(circle at 50% 8%,#ff7e1c57,#0000 34%),linear-gradient(#5c360c 0%,#1c1005 48%,#050302 100%);border-color:#ffd05dc7}.skin-bronze .card-tier-pill{color:#ffd0a7;background:#70361857;border-color:#d16f349e}.skin-silver .card-tier-pill{color:#f4f0e6;background:#8c8c8738;border-color:#ebe2cd9e}.skin-gold .card-tier-pill{color:#ffe39c;background:#a8680e57;border-color:#ffd05dc7}.card-tier-pill{z-index:2;letter-spacing:.12em;text-transform:uppercase;background:#00000059;border:1px solid #ffd69c59;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:1000;position:relative}.fegl-card-nameplate{z-index:2;text-align:center;background:#0000002e;border-top:1px solid #ffd69c29;border-bottom:1px solid #ffd69c29;margin:12px 0 6px;padding:10px 8px;position:relative}.fegl-card-nameplate h3{text-transform:uppercase;letter-spacing:.04em;color:#fff1d6;margin:0;font-size:24px}.fegl-card-nameplate p{color:#d7bea0;margin:4px 0 0;font-size:12px}.reignite-card .fegl-card-photo-slot{z-index:2;background:radial-gradient(circle at 50% 20%,#ff8f1f42,#0000 42%),linear-gradient(#ffffff0f,#0000006b);border-radius:30px 30px 22px 22px;width:180px;height:190px;margin-top:12px;position:relative}.reignite-card .fegl-card-stat-grid{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px 10px;margin-top:12px;position:relative}.reignite-card .fegl-card-stat-grid div{background:#00000024;border-bottom:1px solid #ffd69c2e;border-radius:12px}.reignite-card .fegl-card-footer{z-index:2;position:relative}.rule-tier-card{min-height:210px;position:relative;overflow:hidden}.rule-tier-card:after{content:"";background:radial-gradient(circle,#ff6a003d,#0000 68%);border-radius:50%;width:220px;height:220px;position:absolute;inset:auto -20% -40% auto}.tier-bronze{border-color:#d16f346b}.tier-silver{border-color:#ebe2cd6b}.tier-gold{border-color:#ffd05d80}@media (width<=820px){.reignite-card{min-height:auto}.reignite-card .fegl-card-photo-slot{width:160px;height:170px}}.public-brand-mini{max-width:min(360px,92vw)}.public-brand-mini span{white-space:nowrap;text-transform:uppercase;font-size:13px}@media (width<=820px){.public-brand-mini span{white-space:normal;text-align:center;font-size:12px}}.reignite-card{min-height:500px;padding:15px}.reignite-card .fegl-card-photo-slot{border-radius:24px 24px 18px 18px;width:132px;height:142px;margin-top:8px;margin-bottom:8px}.reignite-card .fegl-card-photo-placeholder svg{width:58px;height:58px}.reignite-card .fegl-card-ovr{font-size:50px}.reignite-card .fegl-card-pos{font-size:14px}.reignite-card .card-tier-pill{padding:6px 9px;font-size:11px}.reignite-card .fegl-card-nameplate{margin:8px 0 4px;padding:8px 6px}.reignite-card .fegl-card-nameplate h3{font-size:20px;line-height:1.1}.reignite-card .fegl-card-nameplate p{font-size:11px}.reignite-card .fegl-card-stat-grid{gap:5px 8px;margin:8px 0}.reignite-card .fegl-card-stat-grid div{padding:7px 9px}.reignite-card .fegl-card-stat-grid strong{font-size:22px}.reignite-card .fegl-card-stat-grid span{font-size:11px}.reignite-card .fegl-card-footer{margin:9px 0 6px}.reignite-card .small{margin:5px 0 0;font-size:11px}.leaderboard-gate{text-align:center;background:radial-gradient(circle at 50% 0,#ff6a002e,#0000 44%),linear-gradient(#0d0805f5,#030201fa);border:1px solid #ff8f1f47;border-radius:30px;padding:clamp(22px,4vw,42px);position:relative;overflow:hidden;box-shadow:0 22px 70px #00000052}.leaderboard-gate:before{content:"";opacity:.45;pointer-events:none;background:repeating-linear-gradient(90deg,#ffffff06 0 1px,#0000 1px 48px);position:absolute;inset:0}.leaderboard-gate>*{z-index:1;position:relative}.gate-orb{color:#ffe2b8;background:radial-gradient(circle at 50% 35%,#ff6a0052,#0000 58%),#00000061;border:1px solid #ff8f1f57;border-radius:50%;place-items:center;width:84px;height:84px;margin:0 auto 16px;display:grid;box-shadow:0 0 44px #ff6a0029}.gate-grid{text-align:left;margin-top:18px}.modal-backdrop{z-index:220;background:#000000d1;padding:28px;position:fixed;inset:0;overflow-y:auto}.admin-review-modal{width:min(1120px,96vw);margin:0 auto}.admin-review-modal select{width:100%;margin:8px 0 12px}.notice svg,.error svg{vertical-align:middle;margin-right:6px}.registration-status-pill{color:#ffe2bd;background:#ffffff0a;border:1px solid #ff8f1f47;border-radius:999px;align-items:center;padding:6px 10px;display:inline-flex}.elo-chart-wrap{background:radial-gradient(circle at 50% 0,#ff6a001a,#0000 48%),#00000042;border:1px solid #ff8f1f2e;border-radius:18px;width:100%;padding:10px;overflow-x:auto}.elo-chart-wrap svg{width:100%;min-width:420px;display:block}.elo-line{fill:none;stroke:#ffa540f2;stroke-width:4px;filter:drop-shadow(0 0 8px #ff6a0059)}.chart-empty{text-align:center;color:#c9b8a5;border:1px dashed #ff8f1f40;border-radius:18px;padding:42px 18px}.profile-banner{background:radial-gradient(circle at 18% 18%,#ff6a0029,#0000 34%),linear-gradient(135deg,#120a05f5,#030201fa);grid-template-columns:180px minmax(0,1fr);align-items:center;gap:24px;display:grid}.profile-avatar-large{color:#ffe0b4;background:#050302;border:1px solid #ff8f1f4d;border-radius:34px;place-items:center;width:180px;height:180px;display:grid;overflow:hidden;box-shadow:inset 0 0 46px #ff6a001a}.profile-avatar-large img{object-fit:cover;width:100%;height:100%;display:block}.profile-banner-copy h1{margin-top:0}.compare-selectors{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.compare-player-card{text-align:center;background:radial-gradient(circle at 50% 0,#ff6a0021,#0000 40%),#0c0805ed}.compare-player-card img,.compare-avatar{object-fit:cover;color:#ffd18a;background:#050302;border:1px solid #ff8f1f4d;border-radius:28px;place-items:center;width:110px;height:110px;margin:0 auto 12px;font-size:46px;font-weight:1000;display:grid}.compare-stat-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0;display:grid}.compare-stat-grid div{background:#ffffff09;border:1px solid #ff8f1f24;border-radius:14px;padding:10px}.compare-stat-grid span{color:#c9b8a5;letter-spacing:.1em;text-transform:uppercase;font-size:11px;display:block}.compare-stat-grid strong{color:#ffe0aa;margin-top:3px;font-size:22px;display:block}.rules-list{gap:14px;display:grid}.rule-section{background:linear-gradient(135deg,#ff6a0014,#0a0705f0)}.rule-section h3{margin-top:10px}@media (width<=820px){.profile-banner{grid-template-columns:1fr}.profile-avatar-large{width:150px;height:150px}.compare-selectors,.compare-stat-grid{grid-template-columns:1fr}}.badge-hero,.sponsor-hero{background:radial-gradient(circle at 78% 22%,#00d6c917,#0000 28%),radial-gradient(circle at 20% 20%,#ff6a002e,#0000 30%),linear-gradient(135deg,#ff6a0021,#090605f5 48%,#030201fa);margin-bottom:22px}.badge-grid{align-items:stretch}.badge-card{min-height:285px;position:relative;overflow:hidden}.badge-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 90% 5%,#ff6a0029,#0000 28%);position:absolute;inset:-1px}.badge-card>*{z-index:1;position:relative}.badge-icon{background:radial-gradient(circle at 50% 35%,#ff8f1f38,#ffffff0a);border:1px solid #ffc26540;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:12px;font-size:30px;display:grid;box-shadow:inset 0 0 24px #ff6a0014,0 10px 24px #00000042}.fiji-name{color:#7fe8df;margin-top:-4px;font-weight:900}.rarity-eyekonic{border-color:#ffd77470;box-shadow:0 12px 42px #ffa42124}.rarity-elite{border-color:#7ee8df4d}.badge-rollout-image{color:inherit;display:block}.badge-rollout-image img{border:1px solid #ff8f1f38;border-radius:18px;width:100%;margin-bottom:12px;display:block}.future-badge-details{margin:18px 0 28px}.future-badge-details summary{cursor:pointer;color:#ffe0ad;letter-spacing:.03em;text-transform:uppercase;font-weight:1000}.sponsor-package-card{min-height:330px}.clean-list{color:var(--muted);margin:12px 0 0;padding-left:18px;line-height:1.55}.clean-list li{margin-bottom:7px}.owner-line{color:#ffe4bd;background:#ffffff0d;border:1px solid #ff8f1f38;border-radius:999px;gap:6px;margin-top:2px;padding:7px 12px;display:inline-flex}.big-presence-number{color:#ffe0a8;text-shadow:0 0 24px #ff6a0052;padding:36px 12px 10px;font-size:clamp(46px,8vw,92px);font-weight:1000;line-height:1}.compact-grid{margin-top:0}.forecast-card .prob-row,.prob-row{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}.prob-row strong{color:#ffd18c;font-size:20px}.form-inline{flex-wrap:wrap;align-items:end;gap:10px;display:flex}.search-box{background:#ffffff0f;border:1px solid #ff8f1f47;border-radius:18px;align-items:center;gap:12px;width:min(760px,100%);margin-top:18px;padding:10px 12px;display:flex}.search-box input{background:0 0;border:0;width:100%;padding:8px 4px}@media print{.nav-wrap,.hero-actions,.poster-actions,button,.btn{display:none!important}body{color:#111;background:#fff}.card,.hero,.table-wrap{box-shadow:none;color:#111;background:#fff;border-color:#bbb}p,.small,.muted{color:#333}}button,.btn,input,select,textarea,nav a{min-height:44px}input,select,textarea{font-size:16px}.mobile-first-form{gap:16px}.mobile-first-form label{font-size:14px}.submit-hero h1{font-size:clamp(38px,9vw,76px)}.mobile-cap-summary{z-index:6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:82px}.checklist-card{background:#ff6a0014}.checklist-card label{flex-direction:row;align-items:flex-start;gap:10px;margin:10px 0;line-height:1.45}.checklist-card input{flex:none;margin-top:3px}.big-presence-number{color:var(--gold);font-size:clamp(46px,10vw,82px);font-weight:1000;line-height:1}@media (width<=640px){.shell{width:min(100%,100vw - 18px);padding:18px 0 44px}.nav-wrap{padding:10px 10px 8px}.brand-mini span,.public-brand-mini span{font-size:12px}.brand-logo-mini{width:38px;height:38px}nav{scrollbar-width:none;gap:6px}nav::-webkit-scrollbar{display:none}nav a{white-space:nowrap;padding:9px 10px;font-size:13px}.hero{border-radius:22px;padding:20px 16px}h1{font-size:clamp(34px,13vw,58px);line-height:.96}h2{font-size:clamp(22px,7vw,32px)}.hero-subtitle{font-size:17px}.card{border-radius:18px;padding:14px}.kicker{gap:8px}.badge{padding:6px 9px;font-size:11px}.section-head{flex-direction:column;align-items:flex-start}.mobile-cap-summary{top:104px}.form{grid-template-columns:1fr;gap:12px;display:grid}.btn{justify-content:center;width:100%}.hero-actions .btn{flex:150px;width:auto}.responsive-card-table{border:0;overflow:visible}.responsive-card-table table,.responsive-card-table thead,.responsive-card-table tbody,.responsive-card-table th,.responsive-card-table td,.responsive-card-table tr{width:100%;min-width:0;display:block}.responsive-card-table thead{display:none}.responsive-card-table tr{border:1px solid var(--line);background:#0f0a08d1;border-radius:16px;margin:0 0 12px;padding:10px}.responsive-card-table td{border-bottom:1px solid #ffffff0f;padding:10px 8px}.responsive-card-table td:last-child{border-bottom:0}.responsive-card-table td:before{content:attr(data-label);color:var(--gold);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:11px;font-weight:900;display:block}}@media (width<=900px) and (orientation:landscape){.nav-wrap{position:relative}.hero{padding:18px}.mobile-cap-summary{position:static}.form{grid-template-columns:repeat(2,minmax(0,1fr))}.form .full{grid-column:1/-1}.season-poster-hero,.clean-hero{min-height:360px}}@media print{.nav-wrap,.hero-actions,.poster-actions,.btn{display:none!important}body{color:#111;background:#fff}.card,.hero,.table-wrap{box-shadow:none;break-inside:avoid}}.review-row{background:#ffffff09;border:1px solid #ff8f1f29;border-radius:16px;margin:10px 0;padding:12px}.profile-stats-grid .spotlight-card strong{font-size:clamp(24px,5vw,34px);line-height:1.05}.status-matrix,.safety-matrix{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.status-matrix div,.safety-matrix div{background:#0000002e;border:1px solid #ffffff14;border-radius:14px;padding:10px}@media (width<=640px){.action-row{flex-direction:column;align-items:stretch}.action-row .btn,.small-btn{width:100%}.profile-stats-grid,.status-matrix,.safety-matrix{grid-template-columns:1fr}.review-row{padding:10px}}@media (width<=900px) and (orientation:landscape){.action-row{flex-direction:row}.action-row .btn,.small-btn{width:auto}.profile-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.profile-edit-preview{position:relative;overflow:hidden}.custom-banner,.profile-banner-image{background:#ffffff0d;border:1px solid #ff8f1f38;border-radius:22px;width:100%;height:180px;margin-bottom:16px;overflow:hidden}.custom-banner img,.profile-banner-image img{object-fit:cover;width:100%;height:100%;display:block}.profile-banner{position:relative;overflow:hidden}.profile-theme-reignite{background-image:radial-gradient(circle at 20% 20%,#ff6a002e,#0000 28%),linear-gradient(135deg,#221209f5,#0d0908f0)}.profile-theme-ignite{background-image:radial-gradient(circle at 80% 20%,#e12b1433,#0000 26%),linear-gradient(135deg,#1a0c08fa,#0c0806f0)}.profile-theme-coral_coast{background-image:radial-gradient(circle at 20% 15%,#ff635a29,#0000 28%),radial-gradient(circle at 90% 90%,#7ee8df24,#0000 32%),linear-gradient(135deg,#101214f5,#071012f0)}.profile-theme-white_sand{background-image:radial-gradient(circle at 30% 0,#fff2d224,#0000 30%),radial-gradient(circle at 90% 80%,#7ee8df29,#0000 34%),linear-gradient(135deg,#1c1711f0,#0c0f0ef5)}.profile-theme-tanoa{background-image:radial-gradient(circle at 20% 20%,#9c5c2d38,#0000 30%),linear-gradient(135deg,#1e120af5,#0a0806f5)}.profile-theme-sugarcane{background-image:radial-gradient(circle at 15% 20%,#85d25f24,#0000 28%),linear-gradient(135deg,#11190bf0,#0a0a07f5)}.profile-theme-hot_tuna{background-image:radial-gradient(circle at 20% 20%,#7ee8df26,#0000 30%),radial-gradient(circle at 75% 40%,#ff6a0029,#0000 25%),linear-gradient(135deg,#081418f5,#0f0807f5)}.profile-theme-minimal_dark{background-image:linear-gradient(135deg,#101012fa,#050508fa)}.profile-accent-ember{--profile-accent-color:#ff6a00}.profile-accent-aqua{--profile-accent-color:#7ee8df}.profile-accent-gold{--profile-accent-color:#ffcf73}.profile-accent-coral{--profile-accent-color:#ff7a6b}.profile-accent-white_sand{--profile-accent-color:#fff0cf}.profile-accent-kava{--profile-accent-color:#b87744}.profile-accent-sugarcane{--profile-accent-color:#9ee46e}.profile-banner.profile-accent-ember,.profile-edit-preview.profile-accent-ember,.profile-banner.profile-accent-aqua,.profile-edit-preview.profile-accent-aqua,.profile-banner.profile-accent-gold,.profile-edit-preview.profile-accent-gold,.profile-banner.profile-accent-coral,.profile-edit-preview.profile-accent-coral,.profile-banner.profile-accent-white_sand,.profile-edit-preview.profile-accent-white_sand,.profile-banner.profile-accent-kava,.profile-edit-preview.profile-accent-kava,.profile-banner.profile-accent-sugarcane,.profile-edit-preview.profile-accent-sugarcane{border-color:color-mix(in srgb, var(--profile-accent-color) 45%, transparent)}.profile-banner .badge,.profile-edit-preview .badge{border-color:color-mix(in srgb, var(--profile-accent-color,#ff6a00) 45%, transparent)}.frame-bronze{box-shadow:inset 0 0 0 2px #d16f3466}.frame-silver{box-shadow:inset 0 0 0 2px #ebe2cd6b}.frame-gold{box-shadow:inset 0 0 0 2px #ffd05d8a}.frame-elite{box-shadow:inset 0 0 0 2px #ff6a0094,0 0 36px #ff6a002e}.frame-hero{box-shadow:inset 0 0 0 2px #7ee8df6b,0 0 34px #7ee8df24}.frame-eyekon{box-shadow:inset 0 0 0 2px #ffd05d9e,0 0 46px #ffd05d2e,0 0 70px #7ee8df1a}.action-row.wrap{flex-wrap:wrap}@media (width<=640px){.custom-banner,.profile-banner-image{border-radius:16px;height:118px}.profile-edit-preview .profile-hero{align-items:flex-start}}@media (width<=900px) and (orientation:landscape){.custom-banner,.profile-banner-image{height:130px}}.shell{max-width:1180px}.card p,.notice,.error{line-height:1.55}.grouped-nav{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);align-items:center;gap:16px;position:sticky;top:0}.nav-groups{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.nav-menu summary{cursor:pointer;color:#f5d6a7;background:#ffffff09;border:1px solid #ff8f1f47;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:13px;font-weight:800;list-style:none;display:inline-flex}.nav-menu summary::-webkit-details-marker{display:none}.nav-menu[open] summary,.nav-menu summary:hover{color:#fff;background:#ff6a0026}.nav-menu-panel{z-index:100;background:#0a0807f5;border:1px solid #ff8f1f47;border-radius:18px;gap:6px;min-width:215px;padding:10px;display:grid;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 20px 60px #00000059}.nav-menu-panel a{color:#f7d7ad;border-radius:12px;align-items:center;gap:8px;padding:9px 10px;font-size:13px;text-decoration:none;display:flex}.nav-menu-panel a:hover,.nav-menu-panel a.active{color:#fff;background:#ff6a0029}.home-landing{background:radial-gradient(circle at 15% 20%,#ff6a003b,#0000 34%),linear-gradient(135deg,#190c08f5,#050608e6);border:1px solid #ff8f1f3d;border-radius:32px;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:26px;padding:clamp(22px,4vw,48px);display:grid;box-shadow:0 24px 80px #00000052}.home-poster-wrap{border:1px solid #ff8f1f59;border-radius:26px;overflow:hidden;box-shadow:0 16px 60px #ff6a0029}.home-poster-wrap img{object-fit:cover;width:100%;display:block}.compact-actions{gap:9px}.clean-kicker{margin-top:14px}.quick-role-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0;display:grid}.role-tile{color:#fff1d9;background:#ffffff09;border:1px solid #ff8f1f3d;border-radius:20px;gap:6px;min-height:118px;padding:16px;text-decoration:none;display:grid}.role-tile:hover{background:#ff6a001a;border-color:#ff8f1f8c;transform:translateY(-2px)}.role-tile span{color:var(--muted);font-size:13px}.home-focus-grid{margin-top:14px}.clean-panel{background:#0a0807bd}.tight-head{margin-bottom:8px}.small-empty{min-height:140px}.compact-page-hero{background:radial-gradient(circle at 20% 0,#ff6a0033,#0000 38%),#0c0908c7;border:1px solid #ff8f1f38;border-radius:28px;margin-bottom:18px;padding:26px}.compact-page-hero h1{margin:8px 0 4px}.rule-jump-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.rule-jump-grid a{color:#ffd9aa;background:#ffffff09;border:1px solid #ff8f1f38;border-radius:14px;padding:10px;font-size:13px;font-weight:800;text-decoration:none}.rules-accordion{gap:12px;display:grid}.rule-group summary{cursor:pointer;color:#ffe0b6;font-size:18px;font-weight:900}.rule-list{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px;display:grid}.rule-item{background:#ffffff08;border:1px solid #ff8f1f29;border-radius:16px;padding:12px}.rule-item h3{margin:0 0 6px}.flow-line{grid-template-columns:repeat(6,1fr);gap:10px;display:grid;position:relative}.flow-line:before{content:"";background:linear-gradient(90deg,#0000,#ff6a00bf,#00d8ff8c,#0000);height:2px;position:absolute;top:38px;left:5%;right:5%}.flow-node{z-index:1;text-align:center;color:#fff1d9;background:#0a0807e0;border:1px solid #ff8f1f40;border-radius:22px;place-items:center;gap:8px;min-height:190px;padding:14px;text-decoration:none;display:grid;position:relative}.flow-node small{color:var(--muted);line-height:1.35}.flow-number{background:#ff6a0038;border:1px solid #ff8f1f8c;border-radius:999px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.asset-showcase{grid-template-columns:.8fr 1.2fr;align-items:center;gap:18px;margin-bottom:18px;display:grid}.asset-showcase img{border:1px solid #ff8f1f40;border-radius:18px;width:100%}.badge-poster-strip{grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0;display:grid}.badge-poster-strip img{border:1px solid #ff8f1f38;border-radius:16px;width:100%}th,td{vertical-align:top;padding:10px 11px}@media (width<=900px){.home-landing,.asset-showcase{grid-template-columns:1fr}.quick-role-grid,.rule-jump-grid,.rule-list,.badge-poster-strip,.flow-line{grid-template-columns:1fr 1fr}.flow-line:before{display:none}.nav-menu-panel{position:fixed;top:84px;left:12px;right:12px}}@media (width<=560px){h1{font-size:36px}.quick-role-grid,.rule-jump-grid,.rule-list,.badge-poster-strip,.flow-line{grid-template-columns:1fr}.home-landing{border-radius:22px;padding:18px}.nav-groups{flex-wrap:nowrap;justify-content:flex-start;width:100%;padding-bottom:6px;overflow-x:auto}}:root{--headline:"Bebas Neue","Impact","Arial Narrow",sans-serif;--ui:"Rajdhani","Trebuchet MS",system-ui,sans-serif;--body:"Barlow Condensed","Arial Narrow",system-ui,sans-serif;--reef:#19d8e6;--deep:#050302}body{font-family:var(--body);letter-spacing:.01em;background:radial-gradient(circle at 8% 5%,#ff620038,#0000 28%),radial-gradient(circle at 92% 18%,#0fcbe221,#0000 32%),linear-gradient(140deg,#ff5c0014,#0000 32%),repeating-linear-gradient(135deg,#ffffff05 0 1px,#0000 1px 24px),linear-gradient(#050302 0%,#090604 45%,#030201 100%);font-size:17px}body:after{content:"";pointer-events:none;opacity:.38;mix-blend-mode:screen;background:radial-gradient(circle at 42% 18%,#ff96321f,#0000 25%),linear-gradient(90deg,#ff5f001a,#0000 28% 72%,#0fd8e612),url("data:image/svg+xml,%3Csvg width='160' height='160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ff8a26' stroke-opacity='.12'%3E%3Cpath d='M0 80h160M80 0v160M20 20l120 120M140 20L20 140'/%3E%3C/g%3E%3C/svg%3E");position:fixed;inset:0}.fiji-flag-corner{z-index:2;opacity:.22;pointer-events:none;background:#68cfe8;border:1px solid #ffffff2e;border-radius:8px;width:82px;height:46px;position:fixed;bottom:18px;right:18px;overflow:hidden;box-shadow:0 0 24px #19d8e61f}.fiji-flag-corner:before{content:"";background:linear-gradient(#012169 0 50%,#c8102e 50% 62%,#fff 62% 72%,#c8102e 72% 84%,#012169 84%);width:38px;height:22px;position:absolute;top:0;left:0}.fiji-flag-corner:after{content:"FEGL FIJI";font:700 7px var(--ui);color:#002a46bf;letter-spacing:.08em;position:absolute;bottom:4px;right:5px}h1,h2,.hero-subtitle,.brand-mini span{font-family:var(--headline);letter-spacing:.04em;text-shadow:0 0 24px #ff6e141f}h1{font-size:clamp(44px,6vw,76px);line-height:.95}h3,.btn,.badge,.nav-summary,th{font-family:var(--ui)}p{font-size:1rem;line-height:1.45}.hero{min-height:auto;padding:clamp(28px,4vw,48px)}.slim-hero{padding:30px 34px}.eyebrow{font-family:var(--ui);color:var(--gold);font-size:12px}.nav-wrap{background:linear-gradient(#050302f0,#050302cc);flex-direction:column;align-items:center;gap:14px;padding:12px 18px;display:flex;position:sticky}.brand-mini{background:#00000085;border:1px solid #ff9c3652;border-radius:999px;height:48px;padding:6px 20px;box-shadow:0 0 38px #ff6a001c}.brand-mini span{font-size:26px}.brand-mini em{font-family:var(--ui);color:var(--gold);letter-spacing:.22em;font-size:11px;font-style:normal}.brand-logo-mini{object-fit:cover;border-radius:50%;width:34px;height:34px}.nav-groups{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;display:flex;overflow:visible}.nav-summary{color:#fff3df;cursor:pointer;background:linear-gradient(#23160edb,#0c0806eb);border:1px solid #ffa14257;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-weight:800;display:flex;box-shadow:0 8px 24px #00000038}.nav-menu.open .nav-summary{background:linear-gradient(135deg,#ff6a00b3,#501508eb)}.nav-menu-panel{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#080605f5;border:1px solid #ff962d52;border-radius:20px;min-width:230px;padding:10px;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 20px 54px #00000080}.nav-menu-panel a{color:#fff2dd;border-radius:13px;align-items:center;gap:10px;padding:11px 12px;display:flex}.nav-menu-panel a:hover,.nav-menu-panel a.active{background:#ff6a002e}.home-landing{background:radial-gradient(circle at 65% 45%,#ff691447,#0000 30%),linear-gradient(135deg,#0a0705f5,#050302d1);border:1px solid #ff912047;border-radius:34px;grid-template-columns:1.06fr .94fr;align-items:center;gap:28px;min-height:580px;padding:clamp(24px,5vw,60px);display:grid;position:relative;overflow:hidden}.cinematic-home:before{content:"";background:linear-gradient(90deg,#0000008c,#0000 65%),radial-gradient(circle at 90% 8%,#19d8e62e,#0000 26%);position:absolute;inset:0}.home-copy,.home-poster-wrap{z-index:1;position:relative}.home-poster-wrap{border:1px solid #ff9c3647;border-radius:26px;max-height:520px;overflow:hidden;box-shadow:0 0 50px #ff6a002e}.home-poster-wrap img{object-fit:cover;object-position:top;width:100%;height:100%}.compact-poster{justify-self:end;max-width:420px}.home-lede{color:#ffdeb6;max-width:680px;font-size:1.18rem}.home-search{background:#00000075;border:1px solid #ff9c364d;border-radius:20px;align-items:center;gap:10px;max-width:620px;margin:20px 0;padding:10px;display:flex}.home-search input{background:0 0;border:0;flex:1;font-size:18px}.home-search button{background:linear-gradient(135deg,var(--ember),#8f210f);color:#fff;border:0;border-radius:14px;padding:10px 15px;font-weight:900}.home-strip{grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0;display:grid}.role-tile{background:linear-gradient(135deg,#ff6a001c,#00000059);border:1px solid #ff9c363d;border-radius:22px;flex-direction:column;gap:6px;min-height:106px;padding:16px;display:flex}.role-tile strong{font-family:var(--ui);font-size:20px}.role-tile span{color:var(--muted)}.grid{gap:18px}.card{background:linear-gradient(145deg,#0d0a08e0,#080605e6);border-color:#ff8f1f3b;border-radius:22px;padding:18px}.feature-card,.warm-panel,.section-panel,.clean-panel{overflow:hidden}.feature-card:after{opacity:.42}.compact-page-head{align-items:center}.action-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.compact-grid .card{min-height:150px}.admin-setup-card{border-color:#19d8e63d;margin-top:22px}.span-3,.span-4,.span-5,.span-6,.span-7,.span-8,.span-12{min-width:0}.span-7{grid-column:span 7}.span-5{grid-column:span 5}.mini-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.one-col{grid-template-columns:1fr}.mini-stat{overflow-wrap:anywhere;min-width:0}.mini-stat strong{font-size:18px}.mini-stat span{font-size:14px}.card h1,.card h2,.card p{overflow-wrap:anywhere}.form{align-items:start}.mobile-first-form label{min-width:0}.mobile-first-form input,.mobile-first-form select,.mobile-first-form textarea{width:100%}.table-wrap{max-width:100%}.asset-showcase{display:none}.card-gallery{align-items:start}.fegl-template-card{aspect-ratio:512/910;color:#fff;background-position:50%;background-size:cover;border:1px solid #ffca7540;border-radius:28px;padding:22px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000005c,0 0 32px #ff6a0021}.template-rating{flex-direction:column;display:flex;position:absolute;top:35px;left:32px}.template-rating strong{font-family:var(--headline);font-size:68px;line-height:.8}.template-rating span{font-family:var(--ui);color:#ffe0b4;font-size:26px;font-weight:900}.template-season{text-align:right;font-family:var(--ui);font-size:23px;font-weight:900;position:absolute;top:48px;right:28px}.template-season span{font-size:18px;display:block}.template-season em{color:#ff6a00;letter-spacing:.18em;font-size:16px;font-style:normal;display:block}.template-photo{color:#ffffff9e;place-items:center;width:46%;height:160px;display:grid;position:absolute;top:215px;left:50%;transform:translate(-50%)}.template-photo img{object-fit:cover;border-radius:18px;width:100%;height:100%}.template-name{text-align:center;position:absolute;bottom:265px;left:32px;right:32px}.template-name h3{font-family:var(--headline);text-transform:uppercase;margin:0;font-size:38px;line-height:.9}.template-name p{color:#ffd7a7;margin:4px 0 0}.template-id{font-family:var(--ui);justify-content:space-between;gap:8px;font-size:13px;font-weight:900;display:flex;position:absolute;bottom:214px;left:58px;right:58px}.template-stats{grid-template-columns:repeat(2,1fr);gap:8px 36px;display:grid;position:absolute;bottom:82px;left:45px;right:45px}.template-stats div{font-family:var(--ui);justify-content:space-between;font-size:22px;font-weight:900;display:flex}.template-stats span{color:#ffc177}.card-download-row{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.skin-silver{filter:saturate(.8)}.skin-gold{filter:saturate(1.2)}.badge-poster-strip{display:none!important}.badge-card{min-height:310px}.badge-icon.art{background:#0003;border-radius:18px;place-items:center;height:92px;display:grid;position:relative;overflow:hidden}.badge-icon.art img{object-fit:cover;filter:saturate(1.15)contrast(1.08);width:100%;height:100%}.badge-icon.art span{text-shadow:0 2px 8px #000;font-size:22px;position:absolute;bottom:5px;right:8px}.fiji-name{margin-top:-6px;color:#38e4ef!important}.future-badge-details summary{cursor:pointer;font-family:var(--ui);color:#ffd7a4;font-weight:900}.elo-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.elo-controls label{color:#ffd8a8;font-family:var(--ui);flex-direction:column;gap:6px;font-weight:800;display:flex}.elo-placeholder{text-align:center;background:#ff6a000f;border:1px dashed #ff9c3647;border-radius:18px;place-items:center;min-height:240px;padding:24px;display:grid}.elo-placeholder strong{font-family:var(--ui);font-size:22px}.elo-placeholder span{color:var(--muted);max-width:620px;display:block}.path-line{grid-template-columns:repeat(5,1fr);gap:12px;margin-top:22px;display:grid;position:relative}.path-line:before{content:"";background:linear-gradient(90deg,var(--ember),var(--reef));opacity:.5;height:2px;position:absolute;top:32px;left:9%;right:9%}.path-node{z-index:1;text-align:center;background:#080605e0;border:1px solid #ff9c3642;border-radius:22px;flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex;position:relative}.path-node span{background:linear-gradient(135deg,var(--ember),#7a1c0d);width:34px;height:34px;font-family:var(--ui);border-radius:50%;place-items:center;font-weight:900;display:grid}.path-node strong{font-family:var(--ui);font-size:20px}.path-node small{color:var(--muted)}@media (width<=980px){.home-landing{grid-template-columns:1fr;min-height:auto}.compact-poster{justify-self:start;max-width:100%}.home-strip{grid-template-columns:repeat(2,1fr)}.elo-controls,.path-line{grid-template-columns:1fr}.path-line:before{display:none}.span-7,.span-5{grid-column:span 12}}@media (width<=820px){body{font-size:16px}.shell{padding:16px}.nav-wrap{align-items:stretch}.brand-mini{align-self:center}.nav-groups{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:6px;overflow-x:auto}.nav-menu{position:static}.nav-menu-panel{min-width:0;position:absolute;top:112px;left:16px;right:16px;transform:none}.home-strip{grid-template-columns:1fr}.home-search{flex-wrap:wrap}.home-search button{width:100%}h1{font-size:44px}.template-rating strong{font-size:54px}.template-name h3{font-size:30px}.template-stats div{font-size:18px}.fiji-flag-corner{width:58px;height:32px;bottom:10px;right:10px}}:root{--headline:Impact,"Arial Black",sans-serif;--ui:Rajdhani,"Segoe UI",system-ui,sans-serif;--body:Inter,"Segoe UI",system-ui,sans-serif;--ember:#ff6a1a;--gold:#f8c55b;--reef:#34d7df;--ink:#08090d;--muted:#cbbda9}body{color:#fff4e2;font-family:var(--body)!important;background:radial-gradient(circle at 18% 16%,#ff6a142e,#0000 24%),radial-gradient(circle at 88% 20%,#34d7df1f,#0000 26%),linear-gradient(#07080c,#0b0b11 58%,#050506)!important;font-size:15px!important;line-height:1.45!important}.shell{max-width:1180px!important;padding-top:20px!important}h2{font-family:var(--ui)!important;font-size:clamp(24px,3vw,34px)!important}h3{font-family:var(--ui)!important;font-size:20px!important}.hero-subtitle{font-size:clamp(18px,2vw,24px)!important}.nav-wrap{gap:10px!important;padding:10px 16px!important}.nav-topline{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.brand-full{color:#fff;background:#00000085;border:1px solid #ff9a365c;border-radius:999px;align-items:center;gap:10px;padding:8px 18px;text-decoration:none;display:flex;box-shadow:0 0 30px #ff6a141f}.brand-full span{font-family:var(--ui);letter-spacing:.02em;font-size:22px;font-weight:900}.brand-full em{color:var(--gold);font-size:17px;font-style:normal}.brand-logo-mini{width:34px!important;height:34px!important}.nav-search{color:#ffe4c0;background:#0000004d;border:1px solid #ff9a3647;border-radius:999px;align-items:center;gap:7px;padding:9px 13px;text-decoration:none;display:flex;position:absolute;right:0}.nav-groups{gap:8px!important}.nav-summary{min-height:38px;font-family:var(--ui)!important;padding:8px 13px!important;font-size:15px!important}.nav-menu-panel{max-height:70vh;overflow:auto;border-radius:16px!important;min-width:205px!important}.fiji-flag-corner{opacity:.65;z-index:2;border:1px solid #ffffff2e;border-radius:8px;width:74px;height:42px;position:fixed;bottom:16px;right:16px;box-shadow:0 0 22px #34d7df26;background:url(/fiji-flag.svg) 50%/cover no-repeat!important}.fiji-flag-corner span{display:none!important}.card,.hero{background:linear-gradient(135deg,#121010e0,#080a0ed1)!important;border-color:#ff97363d!important}.section-head{gap:16px!important}.compact-page-head p{max-width:760px}.card-list-grid{gap:14px;display:grid}.player-card-row{background:linear-gradient(135deg,#ff6a1414,#00000052);border:1px solid #ff97363d;border-radius:22px;grid-template-columns:110px 1fr auto;align-items:center;gap:16px;padding:14px;display:grid}.mini-card-preview{background-position:50%;background-size:cover;border-radius:14px;width:92px;height:150px;position:relative;overflow:hidden;box-shadow:0 12px 28px #00000059}.mini-card-preview:after{content:"";background:linear-gradient(#0000001a,#0000005c);position:absolute;inset:0}.mini-card-preview div,.mini-card-preview p,.mini-card-preview b{z-index:1;position:absolute}.mini-card-preview div{flex-direction:column;display:flex;top:10px;left:9px}.mini-card-preview strong{font-family:var(--headline);font-size:26px;line-height:.9}.mini-card-preview span{font-family:var(--ui);font-size:13px;font-weight:900}.mini-card-preview p{text-align:center;margin:0;font-size:9px;bottom:24px;left:7px;right:7px}.mini-card-preview b{text-align:center;color:var(--gold);text-transform:uppercase;font-size:10px;bottom:7px;left:7px;right:7px}.card-row-main h3{margin:6px 0 2px!important}.stat-pills{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.stat-pills span{background:#0000003d;border:1px solid #ff973638;border-radius:999px;padding:5px 9px}.stat-pills b{color:var(--gold);margin-right:4px}.card-row-actions{flex-wrap:wrap;gap:8px;display:flex}.badge-grid-clean{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.badge-tile-clean{background:linear-gradient(135deg,#ff6a1417,#00000054);border:1px solid #ff97363d;border-radius:22px;padding:16px}.badge-symbol{background:#ff6a1424;border-radius:16px;place-items:center;width:54px;height:54px;margin-bottom:10px;font-size:26px;display:grid}.friendly-simple .card p{min-height:48px}.sponsor-clean h1{font-size:clamp(34px,4.5vw,54px)!important}.elo-chart-wrap svg{width:100%;height:auto;max-height:320px}.elo-line{fill:none;stroke:#ff8a2a;stroke-width:3px}.elo-dot{fill:#ffbd68;stroke:#08090d;stroke-width:1px}.elo-line-1{stroke:#37d6e4;fill:#37d6e4}.elo-line-2{stroke:#f5d35b;fill:#f5d35b}.elo-line-3{stroke:#70e07b;fill:#70e07b}.elo-line-4{stroke:#ff5b6e;fill:#ff5b6e}.elo-line-5{stroke:#a88bff;fill:#a88bff}.elo-line-6{stroke:#f59ed6;fill:#f59ed6}.elo-line-7{stroke:#b3f1ff;fill:#b3f1ff}.chart-legend{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.legend-dot{background:#00000040;border:1px solid;border-radius:999px;padding:3px 7px;font-size:11px}.pro-controls select,table{font-size:14px!important}.home-search{max-width:560px!important}.home-landing{grid-template-columns:1fr!important;min-height:auto!important}@media (width<=760px){.nav-topline{justify-content:flex-start}.nav-search{margin-left:auto;position:static}.brand-full span{font-size:16px}.brand-full em{display:none}.player-card-row{grid-template-columns:88px 1fr}.card-row-actions{grid-column:1/-1}.mini-card-preview{width:78px;height:126px}.elo-controls{grid-template-columns:1fr!important}.nav-groups{flex-wrap:nowrap;justify-content:flex-start;padding-bottom:4px;overflow-x:auto}.nav-menu{position:static}.nav-menu-panel{min-width:0!important;position:fixed!important;top:112px!important;left:12px!important;right:12px!important;transform:none!important}.fiji-flag-corner{width:56px;height:32px}}:root{--headline:Rajdhani,Inter,system-ui,sans-serif;--ui:Rajdhani,Inter,system-ui,sans-serif;--body:Inter,system-ui,sans-serif}body{font-family:var(--body)!important;font-size:14px!important;line-height:1.5!important}h1{font-family:var(--headline)!important;letter-spacing:.02em!important;font-size:clamp(32px,4vw,50px)!important;line-height:1.02!important}h3,.hero-subtitle{font-size:18px!important}.eyebrow{letter-spacing:.18em!important;font-size:10px!important}.brand-full em,.nav-summary{font-size:14px!important}.nav-search{font-size:13px!important}.compact-page-hero{padding:22px!important}.card{padding:16px!important}.table-wrap{max-width:100%;overflow:auto}.tab-row{flex-wrap:wrap;gap:8px;margin:14px 0 16px;display:flex}.tab-row button{color:#ffe6c9;font-family:var(--ui);cursor:pointer;background:#00000052;border:1px solid #ff973647;border-radius:999px;padding:9px 13px;font-weight:800}.tab-row button.active{color:#fff;background:linear-gradient(135deg,#ff8a2a,#7d2d12)}.clean-mini-card{text-align:center;background:radial-gradient(circle at 50% 35%,#ff7b2652,#140e0aeb);border:2px solid #a35a2e;border-radius:14px;flex-direction:column;justify-content:space-between;width:86px;height:128px;padding:9px;display:flex;position:relative;box-shadow:0 12px 26px #00000059,inset 0 0 24px #ff821e1f}.clean-mini-card.silver{background:radial-gradient(circle at 50% 35%,#d2dce440,#101113f0);border-color:#cfd5db}.clean-mini-card.gold{background:radial-gradient(circle at 50% 35%,#ffcc404d,#1c1205f0);border-color:#ffd45b}.clean-mini-card .card-top{justify-content:space-between;align-items:flex-start;display:flex}.clean-mini-card strong{font-size:30px;line-height:.9;font-family:var(--ui)}.clean-mini-card span{color:#ffe0bd;font-weight:900}.clean-mini-card .card-player-mark{font-family:var(--ui);letter-spacing:.08em;color:#fff;font-size:20px;font-weight:900}.clean-mini-card p{color:#ffd7a4;margin:0;font-size:10px}.clean-mini-card b{text-transform:uppercase;color:#ffc35b;font-size:10px}.mini-card-preview{background-image:none!important}.badge-symbol{font-size:24px!important}.fiji-flag-corner{opacity:.72!important;background:url(/fiji-flag.svg) 50%/cover no-repeat!important}.fiji-flag-corner:before{display:none!important}table th,table td{white-space:nowrap}.compact-results table{font-size:12.5px!important}.elo-chart-wrap{background:#00000029;border-radius:16px;padding:8px}.chart-label{fill:#ffd7a4;font-size:11px}.profile-card{color:inherit;text-decoration:none}.small-btn{padding:7px 10px!important;font-size:12px!important}.notice,.sponsor-clean p,.card p{font-size:14px!important}.home-lede{max-width:760px;font-size:16px!important}.brand-logo-mini{object-fit:cover}@media (width<=760px){.brand-full span{font-size:14px!important}.player-card-row{grid-template-columns:78px 1fr!important}.clean-mini-card{width:70px;height:106px;padding:7px}.clean-mini-card strong{font-size:24px}.clean-mini-card .card-player-mark{font-size:15px}.card-row-actions{grid-column:1/-1}.tab-row{flex-wrap:nowrap;overflow-x:auto}.tab-row button{white-space:nowrap}}.nav-wrap.grouped-nav,.grouped-nav,.nav-wrap{z-index:20!important;background:linear-gradient(#050302eb,#050302ad)!important;position:relative!important;top:auto!important}.brand-logo-mini{box-shadow:0 0 24px #ff6a0052;object-fit:cover!important;border-radius:50%!important;width:58px!important;height:58px!important}.brand-full span{text-shadow:0 0 14px #ffffff26;font-size:22px!important}.compact-search{position:absolute!important;top:8px!important;right:0!important}.compact-search span{display:inline}.home-landing{grid-template-columns:minmax(0,1fr) minmax(260px,420px)!important}.home-poster-wrap{display:block!important}.home-poster-wrap.compact-poster img{object-fit:cover;max-height:520px}.season-poster-strip{overflow:hidden;padding:0!important}.season-poster-strip img{object-fit:cover;object-position:center 38%;width:100%;max-height:460px;display:block}.elo-line,.line-only-chart path.elo-line{fill:none!important;stroke-width:3px!important}.line-only-chart .elo-dot{stroke:#07080c!important;stroke-width:1.2px!important}.elo-line-0{stroke:#ff8a2a!important}.elo-line-1{stroke:#37d6e4!important}.elo-line-2{stroke:#f5d35b!important}.elo-line-3{stroke:#70e07b!important}.elo-line-4{stroke:#ff5b6e!important}.elo-line-5{stroke:#a88bff!important}.elo-line-6{stroke:#f59ed6!important}.elo-line-7{stroke:#b3f1ff!important}.elo-line-8{stroke:#ffbd68!important}.elo-line-9{stroke:#a2ff9a!important}.line-only-chart circle.elo-line-0{fill:#ff8a2a!important}.line-only-chart circle.elo-line-1{fill:#37d6e4!important}.line-only-chart circle.elo-line-2{fill:#f5d35b!important}.line-only-chart circle.elo-line-3{fill:#70e07b!important}.line-only-chart circle.elo-line-4{fill:#ff5b6e!important}.line-only-chart circle.elo-line-5{fill:#a88bff!important}.line-only-chart circle.elo-line-6{fill:#f59ed6!important}.line-only-chart circle.elo-line-7{fill:#b3f1ff!important}.line-only-chart circle.elo-line-8{fill:#ffbd68!important}.line-only-chart circle.elo-line-9{fill:#a2ff9a!important}.tab-row{z-index:1;position:relative}.compact-form textarea{min-height:74px}.friendly-simple .card,.friendly-simple .card p{min-height:auto!important}.badge-grid-clean{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important}.badge-tile-clean{padding:14px!important}.badge-symbol{width:48px!important;height:48px!important}.fiji-name{font-weight:900;color:#31d8e5!important;margin-top:2px!important}.social-link-row{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.social-chip{color:#fff0d6;background:#ff6a141a;border:1px solid #ff973647;border-radius:999px;padding:8px 11px;font-weight:800;text-decoration:none}.fiji-flag-corner{opacity:.7!important;background:url(/fiji-flag.svg) 50%/cover no-repeat!important;width:82px!important;height:44px!important}.search-results-grid .card p{font-size:13px!important}.profile-banner .badge{white-space:normal;max-width:100%}.home-search input{font-size:15px!important}.home-search button{font-size:14px}.notice svg{vertical-align:middle;margin-right:6px}@media (width<=900px){.home-landing{grid-template-columns:1fr!important}.home-poster-wrap{justify-self:stretch!important;max-width:100%!important}.compact-search{margin-left:auto;position:static!important}.brand-logo-mini{width:46px!important;height:46px!important}.brand-full span{font-size:17px!important}.home-poster-wrap.compact-poster img{max-height:420px}.fiji-flag-corner{width:58px!important;height:32px!important}}.fire-card{position:relative;overflow:hidden}.fire-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#ff78233d,#0000 65%);border-radius:999px;width:130px;height:130px;position:absolute;inset:auto -30px -55px auto}.fire-report-hero{background-image:linear-gradient(135deg, #ff66002e, #040c14e0), var(--hero-bg,none)}.compact-list{gap:.45rem;margin:0;padding-left:1.2rem;display:grid}.compact-form label{gap:.35rem;margin:.65rem 0;font-weight:700;display:grid}.compact-form input,.compact-form select{width:100%;min-height:42px;color:inherit;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:.55rem .7rem}.clip-card{min-height:190px}.clip-actions{flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1rem;display:flex}.clip-actions span{opacity:.85;align-items:center;gap:.3rem;display:inline-flex}.tight-table table{font-size:.86rem}.tight-table th,.tight-table td{padding:.55rem .6rem}.mini-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-grid.one-col{grid-template-columns:1fr}@media (width<=760px){.mini-grid.two-col{grid-template-columns:1fr}.tight-table table{font-size:.78rem}}.nav-right-actions{align-items:center;gap:8px;display:flex;position:absolute;top:8px;right:0}.nav-right-actions .compact-search{position:static!important}.notification-hero,.hall-hero,.integrity-hero{background:radial-gradient(circle at 18% 20%,#ff6a0047,#0000 34%),radial-gradient(circle at 86% 18%,#30d8e626,#0000 32%),linear-gradient(135deg,#1b0c05f5,#05060af0)!important}.notification-card.unread{box-shadow:0 0 28px #ff6a0029;border-color:#ff9c36b8!important}.notification-card .section-head svg,.hall-tile .hall-icon svg,.integrity-hero svg{color:#ffb45d}.hall-grid{align-items:stretch}.hall-tile{position:relative;overflow:hidden}.hall-tile:before{content:"";background:radial-gradient(circle,#ff6a0033,#0000 65%);height:90px;position:absolute;inset:auto -20% -40%}.hall-icon{background:linear-gradient(135deg,#ff8f1f40,#00000073);border:1px solid #ffa94b52;border-radius:16px;place-items:center;width:48px;height:48px;margin-bottom:10px;display:grid}.notification-list .btn{margin-top:8px}.integrity-hero h1,.hall-hero h1,.notification-hero h1{font-size:clamp(34px,5vw,62px)!important}.mini-stat span{color:#d8c6ad;margin-top:2px;font-size:13px;line-height:1.35;display:block}@media (width<=900px){.nav-right-actions{margin-left:auto;position:static}.nav-topline{gap:8px}.nav-right-actions .compact-search span{display:none}}.pro-nav{background:linear-gradient(#0a0806f5,#0a0806b8);border-bottom:1px solid #ff763059;padding:18px 20px 10px!important;position:static!important}.nav-topline{justify-content:flex-start!important;gap:18px!important;margin-bottom:12px!important}.brand-full{box-shadow:none!important;background:0 0!important;border:0!important;align-items:center!important;gap:14px!important;padding:0!important;text-decoration:none!important;display:flex!important}.brand-title{letter-spacing:.01em!important;color:#f4eee2!important;text-shadow:0 0 12px #ff8e3538!important;font-family:Rajdhani,Inter,sans-serif!important;font-size:clamp(1.25rem,2.4vw,2rem)!important;font-weight:900!important}.brand-title em{color:#ffd75e!important;font-size:.75em!important;font-style:normal!important}.nav-right-actions{margin-left:auto!important}.nav-search.compact-search{padding:10px 14px!important;font-size:.92rem!important}.nav-groups{justify-content:center!important;gap:10px!important}.nav-summary{padding:10px 15px!important;font-size:.97rem!important}.hero h1,.submit-top h1{font-size:clamp(2.2rem,5vw,4.2rem)!important}.season-poster img,.home-season-poster img{object-fit:contain!important;background:#090705!important;border-radius:20px!important;width:100%!important;max-height:520px!important}.player-profile-v59{max-width:1220px;margin:0 auto}.profile-hero-compact{grid-template-columns:130px 1fr 190px;align-items:center;gap:22px;display:grid;padding:22px!important}.profile-main-copy h1{margin:.1em 0!important;font-size:clamp(2.2rem,5vw,4.7rem)!important;line-height:.9!important}.profile-tags{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.compact-actions{flex-wrap:wrap;gap:10px!important}.profile-card-summary{text-align:center;background:linear-gradient(135deg,#ff7a2329,#0d1214d1);border:1px solid #ff8b3f59;border-radius:22px;padding:18px}.profile-card-summary strong{color:#ffe6ae;font-size:3.2rem;line-height:1;display:block}.profile-card-summary span{font-weight:900}.profile-card-summary small{color:var(--muted);margin-top:6px;display:block}.profile-dashboard-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.profile-micro-card{text-align:left;min-height:104px;color:var(--text);cursor:default;background:linear-gradient(145deg,#ff80321f,#03080cb8);border:1px solid #ff8e4947;border-radius:18px;padding:14px}.profile-micro-card:hover,.clickable-label:hover{border-color:#ffd560b8;transform:translateY(-1px);box-shadow:0 0 0 1px #ffd56033,0 0 20px #ff742629}.profile-micro-card span{color:#ffd666;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:900;display:block}.profile-micro-card strong{color:#fff3d5;margin-top:5px;font-size:1.55rem;display:block}.profile-micro-card small{color:var(--muted);margin-top:3px;display:block}.formula-pop{border-color:#58e8ff6b!important}.formula-pop code{white-space:normal;color:#d9fbff;background:#00000052;border-radius:14px;padding:14px;line-height:1.5;display:block}.clickable-label{cursor:pointer}.legend-row{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.legend-row span{border:1px solid #ffffff2e;border-radius:999px;padding:6px 10px;font-size:.84rem}.submit-v59{max-width:980px;margin:0 auto}.submit-top{justify-content:space-between;align-items:flex-end;gap:16px;display:flex;padding:18px 20px!important}.submit-top h1{margin:0!important}.submit-locks{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.result-quick-form{grid-template-columns:repeat(4,minmax(0,1fr));display:grid;gap:12px!important;padding:18px!important}.result-quick-form label{flex-direction:column;gap:6px;font-size:.88rem;font-weight:800;display:flex}.result-quick-form input,.result-quick-form select,.result-quick-form textarea{min-height:44px!important;padding:10px 12px!important;font-size:.95rem!important}.result-quick-form textarea{min-height:80px!important}.result-quick-form .full{grid-column:1/-1}.submit-step{color:#ffe7b0;grid-column:1/-1;align-items:center;gap:10px;margin-top:4px;display:flex}.submit-step strong{color:#fff;background:#ff6d2d;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.score-pair{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px!important;display:grid!important}.checklist-compact{background:#0000002e;border:1px solid #ff8b3f40;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px;display:grid}.checklist-compact label{flex-direction:row!important;align-items:flex-start!important;font-size:.86rem!important}.notice.compact{padding:10px 12px!important;font-size:.9rem!important}.compare-v59{max-width:1180px;margin:0 auto}.compare-board{padding:18px!important}.compare-header{grid-template-columns:1fr 72px 1fr;align-items:center;gap:14px;display:grid}.compare-head{text-align:center;border:1px solid #ff8b3f38;border-radius:18px;padding:12px}.compare-head h3{margin:8px 0 2px!important;font-size:1.45rem!important}.versus{color:#ffdc71;place-items:center;font-size:1.7rem;font-weight:1000;display:grid}.compare-stat-table{gap:8px;margin-top:16px;display:grid}.compare-row{text-align:center;background:#ffffff0b;border:1px solid #ffffff12;border-radius:14px;grid-template-columns:1fr 180px 1fr;align-items:center;padding:10px 12px;display:grid}.compare-row span{color:#ffd666;text-transform:uppercase;letter-spacing:.09em;font-size:.75rem;font-weight:900}.compare-row strong{font-size:1.1rem}.admin-grid,.admin-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.admin-grid .card,.admin-dashboard-grid .card{min-height:unset!important;padding:14px!important}.admin-fixture-form,.fixture-admin-form{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.admin-fixture-form .full,.fixture-admin-form .full{grid-column:1/-1!important}.admin-fixture-form input,.admin-fixture-form select,.fixture-admin-form input,.fixture-admin-form select{min-height:42px!important;padding:9px 12px!important}.position-pill{color:#ffde83;border:1px solid #ffcf5d59;border-radius:999px;margin:2px;padding:5px 10px;font-size:.8rem;font-weight:900;display:inline-flex}@media (width<=900px){.profile-hero-compact{grid-template-columns:1fr}.profile-card-summary{text-align:left}.profile-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.result-quick-form{grid-template-columns:1fr}.score-pair{grid-template-columns:repeat(2,minmax(0,1fr))!important}.checklist-compact,.compare-header{grid-template-columns:1fr}.versus{display:none}.compare-row{grid-template-columns:1fr;gap:4px}.brand-logo-mini{width:58px!important;height:58px!important}.brand-title{font-size:1.2rem!important}.admin-grid,.admin-dashboard-grid,.admin-fixture-form,.fixture-admin-form{grid-template-columns:1fr!important}}.nav-wrap.pro-nav{background:linear-gradient(#040303f5,#080605c2)!important;align-items:stretch!important;padding:16px 18px 12px!important;position:relative!important;top:auto!important}.nav-topline{justify-content:flex-start!important}.brand-full{gap:14px!important}.brand-full span{font-size:clamp(22px,2.6vw,34px)!important}.nav-groups{justify-content:center!important;margin-top:8px!important}.compact-search{right:8px!important}.fiji-flag-corner{display:none!important}.v510-home{grid-template-columns:minmax(0,1fr) minmax(330px,460px)!important}.poster-action-card{background:#0000004d!important;max-height:none!important;position:relative!important;overflow:visible!important}.poster-action-card img{object-fit:contain!important;object-position:center!important;border-radius:22px!important;width:100%!important;height:auto!important;max-height:600px!important}.poster-view-btn,.poster-download-btn{z-index:4;color:#fff4d6;cursor:pointer;background:#000000a3;border:1px solid #ffc86452;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-weight:900;display:flex;position:absolute;top:12px}.poster-view-btn{left:12px}.poster-download-btn{right:12px}.poster-modal{z-index:999;background:#000000eb;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.poster-modal img{object-fit:contain;border-radius:18px;max-width:min(92vw,900px);max-height:86vh;box-shadow:0 0 50px #ff691440}.poster-modal-close{color:#fff;cursor:pointer;background:#ffffff1a;border:0;border-radius:999px;padding:10px;position:absolute;top:16px;right:18px}.poster-modal-download{position:absolute;bottom:18px}.v510-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important}.contain-poster{background:#00000057!important;padding:12px!important}.contain-poster img,.season-poster-strip img{object-fit:contain!important;object-position:center!important;background:#050403!important;border-radius:18px!important;width:100%!important;height:auto!important;max-height:620px!important}.line-only-chart .chart-legend.fixed-legend{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin-top:14px;display:grid!important}.legend-item{color:#fff0d5;background:#0000003d;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:13px;font-weight:800;display:flex!important}.legend-item i{border-radius:999px;width:12px;height:12px;display:inline-block}.clean-stat-pills span{cursor:help;color:#fff1da!important;background:linear-gradient(#ffffff14,#00000047)!important}.formula-book code{white-space:normal;color:#e8fbff;background:#00000059;border:1px solid #ffffff14;border-radius:12px;margin:8px 0;padding:10px 12px;display:block}.formula-box{background:#ff6a1412;border:1px solid #ff973633;border-radius:16px;margin:10px 0;padding:12px}.profile-micro-card{cursor:help!important}.profile-dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.profile-micro-card strong{font-size:1.35rem!important}.notice.compact a{color:#5defff;font-weight:900}.compare-stat-table{grid-template-columns:1fr!important}.compare-row{min-height:44px}.admin-grid,.admin-dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.fixture-admin-form,.admin-fixture-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.fixture-admin-form label,.admin-fixture-form label{font-size:.86rem!important}.fixture-admin-form input,.fixture-admin-form select,.admin-fixture-form input,.admin-fixture-form select{min-height:40px!important;padding:8px 10px!important}.result-quick-form{max-width:980px;margin:auto}@media (width<=980px){.brand-logo-mini{width:72px!important;height:72px!important}.v510-home{grid-template-columns:1fr!important}.v510-strip,.profile-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-grid,.admin-dashboard-grid,.fixture-admin-form,.admin-fixture-form{grid-template-columns:1fr!important}.compact-search{position:static!important}}@media (width<=640px){.v510-strip{grid-template-columns:1fr!important}.brand-full span{font-size:18px!important}.brand-logo-mini{width:56px!important;height:56px!important}.poster-modal{padding:10px}.profile-dashboard-grid{grid-template-columns:1fr!important}}.brand-logo-mini{object-fit:contain!important;background:#000!important;border:1px solid #ff962d38!important;border-radius:10px!important;width:118px!important;height:86px!important;padding:0!important;box-shadow:0 0 30px #ff671438!important}.formula-book-page .formula-hero{background:linear-gradient(135deg,#ff6a141f,#00000057)!important;border:1px solid #ff973640!important}.formula-section{scroll-margin-top:20px;margin:18px 0!important}.formula-callout{background:linear-gradient(135deg,#58e8ff14,#ff6a140d);border:1px solid #58e8ff38;border-radius:16px;margin:10px 0;padding:14px 16px}.formula-callout b{color:#ffdf8d;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:.78rem;display:block}.formula-callout code,.formula-book-page code{white-space:normal;color:#e6fbff;background:#00000061;border:1px solid #ffffff14;border-radius:12px;padding:10px 12px;font-size:.92rem;line-height:1.5;display:block}.formula-book-page table td:first-child{color:#ffe2a8;font-weight:900}.formula-player-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.formula-player{background:#00000038;border:1px solid #ff973638;border-radius:18px;padding:12px}.formula-player summary{color:#ffdf91;cursor:pointer;font-weight:900}.mini-stat-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;margin-top:10px;display:grid}.mini-stat-grid code{font-size:.84rem}.rule-group table{font-size:13px!important}.rule-group summary{font-size:1.1rem}.clean-stat-pills span{cursor:help!important}.clean-stat-pills span:hover{box-shadow:0 0 16px #58e8ff14;border-color:#58e8ff8c!important}@media (width<=720px){.brand-logo-mini{width:86px!important;height:64px!important}.formula-player-grid,.mini-stat-grid{grid-template-columns:1fr}}.brand-full{box-shadow:none!important;background:#000!important;border:0!important;padding:2px 4px!important}.brand-logo-mini{object-fit:contain!important;background:#000!important;border:0!important;box-shadow:0 0 26px #ff681657!important}.profile-mosaic-v62{grid-template-columns:1.2fr 1fr 1fr .9fr;gap:14px;margin:16px 0 12px;display:grid}.profile-feature-stat,.profile-secondary-panel{background:linear-gradient(140deg,#ff6b231f,#00000059);border:1px solid #ff973640;border-radius:22px;padding:16px;box-shadow:0 12px 30px #0000002e}.profile-feature-stat span,.profile-secondary-panel span{color:#ffd36f;text-transform:uppercase;letter-spacing:.16em;margin-bottom:6px;font-size:.72rem;font-weight:1000;display:block}.profile-feature-stat strong{font-size:clamp(28px,3.4vw,44px);line-height:.95}.profile-feature-stat small,.profile-secondary-panel small{color:#ffe7c7;margin-top:5px;display:block}.profile-feature-stat.primary{background:radial-gradient(circle at 25% 20%,#ff691447,#0000 45%),linear-gradient(140deg,#ff6b2321,#00000061)}.profile-feature-stat.card-tile{background:linear-gradient(140deg,#ffc84b29,#00000061)}.profile-info-strip{grid-column:1/-1;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.profile-info-strip div{background:#00000038;border:1px solid #ffffff17;border-radius:16px;align-items:center;gap:8px;padding:10px 12px;display:flex}.profile-info-strip strong{font-size:1.15rem}.profile-info-strip span{color:#ffdcb1;font-size:.82rem}.profile-secondary-panel strong{font-size:1.5rem}.support-tabs{flex-wrap:wrap;gap:10px;margin:14px 0;display:flex!important}.support-tab{color:#fff2df;cursor:pointer;background:#00000052;border:1px solid #ff973640;border-radius:999px;align-items:center;gap:7px;padding:10px 13px;font-weight:900;display:flex}.support-tab.active{background:linear-gradient(135deg,#ff6a22,#7d2d12);box-shadow:0 0 20px #ff6a143d}.support-row{border-bottom:1px solid #ffffff12;grid-template-columns:100px 1fr auto;align-items:start;gap:10px;padding:10px 0;display:grid}.support-row strong{color:#ffd36f;text-transform:uppercase}.support-row small{color:#cfc5b7}.admin-grid .card,.admin-dashboard-grid .card,.grid>.card{overflow:hidden}.admin-safety-compact .card{padding:14px!important}.review-row{background:#0003!important;border-radius:16px!important}.profile-builder-compact input,.profile-builder-compact select{min-height:40px!important}.profile-builder-compact .grid{gap:10px!important}.profile-builder-compact .card{padding:14px!important}.mini-help,.help-dot{cursor:help;border-bottom:1px dotted #ffdc7880}@media (width<=980px){.profile-mosaic-v62,.profile-info-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.support-row{grid-template-columns:1fr}.brand-logo-mini{width:78px!important;height:58px!important}}@media (width<=640px){.profile-mosaic-v62,.profile-info-strip{grid-template-columns:1fr}}.player-registry-v62{gap:12px;display:grid}.player-strip-v62{color:#fff2df;background:linear-gradient(135deg,#ff6a1414,#00000057);border:1px solid #ff97363d;border-radius:24px;grid-template-columns:58px minmax(0,1fr) repeat(3,130px);align-items:center;gap:12px;padding:14px;text-decoration:none;transition:all .18s;display:grid}.player-strip-v62:hover{border-color:#ffc25b73;transform:translateY(-2px);box-shadow:0 14px 36px #00000040}.rank-pill{width:48px;height:48px;font-family:var(--headline);color:#ffd778;background:#ff6a1426;border-radius:16px;place-items:center;font-size:24px;display:grid}.player-strip-main h3{margin:6px 0 2px!important}.player-strip-main p{color:#ffe2be;margin:0}.player-strip-stat{background:#0000002e;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;align-items:flex-start;gap:2px;padding:10px;display:flex}.player-strip-stat strong{font-size:1.08rem}.player-strip-stat span{color:#ffdcb1;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem}.callout{align-items:center;gap:8px;display:flex}.support-center-v62 .hero{padding:28px!important}.support-grid .card{min-height:unset}.profile-mosaic-v62+.notice{margin-top:4px}.profile-card-summary{background:linear-gradient(140deg,#ffc45224,#00000047)!important}.profile-hero-compact{grid-template-columns:110px 1fr 160px!important}.profile-main-copy p{margin:.25rem 0!important}.hero-actions.compact-actions{margin-top:8px!important}.admin-safety-compact .grid:first-of-type{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.admin-safety-compact .grid:first-of-type .card{grid-column:auto!important;min-height:118px!important}.admin-safety-compact .hero{padding:28px!important}.admin-safety-compact h1{font-size:clamp(34px,4.5vw,54px)!important}.admin-safety-compact .hero-subtitle{max-width:980px;font-size:1.05rem!important}@media (width<=980px){.player-strip-v62{grid-template-columns:52px 1fr}.player-strip-stat{display:none}.profile-hero-compact{grid-template-columns:1fr!important}.admin-safety-compact .grid:first-of-type{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.admin-safety-compact .grid:first-of-type{grid-template-columns:1fr!important}.player-strip-v62{grid-template-columns:1fr}.rank-pill{width:42px;height:42px}}.brand-full{background:#000;border-radius:22px;align-items:center;gap:14px;padding:10px 14px 10px 10px;display:flex;box-shadow:0 0 34px #ff6a002e}.brand-logo-mini{object-fit:contain;background:#000;border:0;border-radius:14px;width:92px;height:64px;box-shadow:0 0 26px #ff6a004d}.brand-title{letter-spacing:.02em;font-size:clamp(20px,2.6vw,34px);font-weight:900}.badge-family-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0;display:grid}.badge-family-card{background:linear-gradient(135deg,#ff6a001a,#040302e0);border:1px solid #ff8f1f42;border-radius:24px;padding:18px;box-shadow:0 14px 38px #00000047}.badge-family-head{align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.badge-family-head svg{color:#ffd182}.tier-list{gap:10px;display:grid}.tier-row{background:#ffffff09;border:1px solid #ffffff12;border-radius:16px;grid-template-columns:34px 1fr;align-items:start;gap:10px;padding:10px;display:grid}.tier-dot{background:linear-gradient(135deg,#ff7a1a,#9a2b0d);border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.tier-row strong,.tier-row small,.tier-row em{display:block}.tier-row small{color:#d9c6b1;margin:3px 0}.tier-row em{color:#65efff;font-style:normal;font-weight:800}.support-form label{margin:10px 0 7px;display:block}.support-form input,.support-form textarea{width:100%}.support-tabs{flex-wrap:wrap;gap:10px;display:flex}.support-tab{border:1px solid var(--line);color:#ffe2bd;background:#ffffff0d;border-radius:999px;padding:10px 14px;font-weight:800}.support-tab.active{background:linear-gradient(135deg,var(--ember),#9e210f);color:#fff}.support-row{background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;margin:10px 0;padding:12px}.support-row span,.support-row small{color:var(--muted);margin-top:4px;display:block}.profile-info-strip div span{white-space:nowrap}.profile-info-strip div[title],.profile-micro-card[title]{cursor:help}.form textarea,.form input,.form select,.support-form input,.support-form textarea{min-width:0}.action-row.wrap{flex-wrap:wrap;gap:10px;display:flex}.small-btn.ghost{background:#ffffff0d}@media (width<=820px){.brand-full{background:#000;width:100%;padding:8px}.brand-logo-mini{width:74px;height:52px}.brand-title{font-size:18px}.badge-family-grid{grid-template-columns:1fr}.support-grid{display:block}.support-grid .card{margin-top:14px}.support-tabs{flex-wrap:nowrap;overflow-x:auto}.support-tab{white-space:nowrap}.profile-info-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-feature-stat strong{font-size:34px!important}}.nav-topline{box-shadow:none!important;background:#000!important;border-radius:0!important;padding:8px 0!important}.brand-full{max-width:100%;overflow:hidden;box-shadow:none!important;background:#000!important;border:0!important;border-radius:0!important;gap:18px!important;padding:6px 0!important}.brand-logo-mini{object-fit:contain!important;width:112px!important;height:78px!important;box-shadow:none!important;background:#000!important;border:0!important;border-radius:10px!important;padding:0!important}.brand-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.profile-card-summary{background:linear-gradient(135deg,#ff912d21,#00000059)!important;border:1px solid #ff9f4059!important}.profile-info-strip{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important}.profile-info-strip div{min-width:0!important}.profile-info-strip strong{white-space:nowrap}.profile-mosaic-v62{grid-template-columns:repeat(12,1fr)!important}.profile-feature-stat{grid-column:span 4}.profile-info-strip{grid-column:1/-1}.profile-secondary-panel{grid-column:span 4}.id-avatar{letter-spacing:.02em!important;text-align:center!important;padding:8px!important;font-size:15px!important;line-height:1.1!important}.compare-avatar{color:#ffe5c5!important;background:#060606!important}.support-form{gap:10px;display:grid}.support-form input,.support-form textarea,.support-form select,.form input,.form textarea,.form select{color:#fff4e2!important;background:#080808c7!important;border:1px solid #ff9a3652!important;border-radius:14px!important}.support-form textarea{min-height:105px!important}.support-tabs .support-tab{align-items:center;gap:8px;display:inline-flex}.badge-family-head svg,.tier-dot{flex-shrink:0}.badge-family-card{min-height:0}.friendly-simple .mini-grid{grid-template-columns:1fr!important}.friendly-simple .btn{text-decoration:none}.nav-right-actions{background:#000!important}@media (width<=820px){.brand-logo-mini{width:78px!important;height:54px!important}.brand-title{font-size:17px!important}.nav-topline{align-items:center}.profile-mosaic-v62{display:block!important}.profile-feature-stat,.profile-secondary-panel{margin-bottom:10px}.profile-info-strip{margin-bottom:10px;grid-template-columns:1fr 1fr!important;display:grid!important}.compare-header{grid-template-columns:1fr!important}.versus{margin:8px auto}.support-grid{display:block!important}.support-grid .card{margin-top:12px}.support-form{grid-template-columns:1fr!important}.nav-groups{max-width:100%;overflow-x:auto}.card,.hero{overflow:hidden}.table-card{overflow:auto}}@media (width<=480px){.brand-logo-mini{width:64px!important;height:44px!important}.brand-title{font-size:14px!important}.profile-info-strip{grid-template-columns:1fr!important}.profile-hero-compact{display:block!important}.profile-card-summary{margin-top:12px}.nav-summary{padding:7px 10px!important;font-size:13px!important}}.nav-wrap.pro-nav,.nav-wrap.grouped-nav,.nav-wrap{z-index:5000!important;overflow:visible!important}.nav-groups{overflow:visible!important}@media (width<=820px){.nav-wrap.pro-nav{padding:12px 14px 10px!important}.nav-topline{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;display:grid!important}.brand-full{background:#000!important;border-radius:0!important;width:auto!important;min-width:0!important;max-width:100%!important;padding:8px 6px!important}.brand-logo-mini{object-fit:contain!important;background:#000!important;border:0!important;border-radius:0!important;width:62px!important;height:44px!important}.brand-title{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important;font-size:16px!important;overflow:hidden!important}.nav-right-actions{flex:none!important;gap:8px!important;display:flex!important;position:static!important}.compact-search{border-radius:999px!important;justify-content:center!important;width:46px!important;height:46px!important;padding:0!important;position:static!important}.compact-search span{display:none!important}.nav-groups{scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important;flex-wrap:nowrap!important;justify-content:flex-start!important;width:100%!important;padding:8px 2px 10px!important;overflow:auto visible!important}.nav-summary,.nav-menu{scroll-snap-align:start!important;flex:none!important}.nav-menu{position:static!important}.nav-menu-panel,.nav-menu.open .nav-menu-panel{-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:#050403fa!important;border:1px solid #ff962d6b!important;border-radius:20px!important;width:auto!important;min-width:0!important;max-height:min(70vh,520px)!important;padding:12px!important;position:fixed!important;top:122px!important;left:12px!important;right:12px!important;overflow-y:auto!important;transform:none!important;box-shadow:0 28px 80px #000000b8,0 0 35px #ff6a0029!important}.nav-menu-panel a{min-height:44px!important;font-size:15px!important}}.compare-v65{max-width:1180px;margin:0 auto}.compare-selectors-tight{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.compare-board-tight{padding:16px!important}.compare-head-tight{text-align:center!important;min-width:0!important;padding:14px!important}.compare-head-tight .compare-avatar{margin:0 auto 10px!important}.compare-head-tight h3{word-break:break-word!important;font-size:clamp(18px,2.4vw,26px)!important;line-height:1.05!important}.compare-head-tight p{overflow-wrap:anywhere!important;font-size:13px!important}.compare-stat-table-tight{gap:8px!important;margin-top:14px!important;display:grid!important}.compare-row-tight{text-align:center!important;border-radius:14px!important;grid-template-columns:minmax(0,1fr) 155px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;padding:10px!important;display:grid!important}.compare-row-tight span{color:var(--gold)!important;text-transform:uppercase!important;letter-spacing:.09em!important;font-size:12px!important;font-weight:900!important}.compare-row-tight strong{overflow-wrap:anywhere!important;min-width:0!important}.h2h-note{margin-top:12px!important}@media (width<=700px){.compare-selectors-tight{grid-template-columns:1fr!important}.compare-header-tight{grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)!important;gap:8px!important}.versus{place-items:center!important;font-size:16px!important;display:grid!important}.compare-head-tight{border-radius:18px!important;padding:10px 8px!important}.compare-head-tight .compare-avatar,.compare-avatar.id-avatar{border-radius:16px!important;width:68px!important;height:58px!important;font-size:12px!important}.compare-head-tight h3{font-size:17px!important}.compare-head-tight p{font-size:11px!important}.compare-head-tight .small-btn{justify-content:center!important;width:100%!important;padding:8px!important}.compare-row-tight{grid-template-columns:minmax(0,1fr) 92px minmax(0,1fr)!important;padding:9px 6px!important;font-size:13px!important}.compare-row-tight span{font-size:10px!important}}.clean-mini-card .card-top{text-align:center!important;display:block!important}.clean-mini-card strong,.clean-mini-card span,.clean-mini-card b,.clean-mini-card p{white-space:nowrap!important}.clean-mini-card strong{line-height:.95!important;display:block!important}.clean-mini-card span{margin-top:2px!important;font-size:13px!important;line-height:1.05!important;display:block!important}@media (width<=760px){.player-card-row{grid-template-columns:92px minmax(0,1fr)!important;gap:12px!important}.clean-mini-card{width:82px!important;height:126px!important;padding:8px!important}.clean-mini-card strong{font-size:29px!important}.clean-mini-card .card-player-mark{font-size:16px!important}.card-row-main p{overflow-wrap:anywhere!important}.stat-pills{gap:6px!important}.card-row-actions{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important;display:grid!important}}.chart-open-button{cursor:zoom-in!important;width:100%!important;color:inherit!important;background:0 0!important;border:0!important;padding:0!important;display:block!important}.chart-modal-card{background:#080605!important;border:1px solid #ff962d57!important;border-radius:24px!important;width:min(980px,96vw)!important;max-height:92vh!important;padding:16px!important;overflow:auto!important;box-shadow:0 0 70px #ff6a002e!important}.chart-point-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:8px!important;margin-top:12px!important;display:grid!important}.chart-point-summary div{background:#ffffff0a!important;border:1px solid #ffffff1c!important;border-radius:14px!important;padding:10px!important}.chart-point-summary strong,.chart-point-summary span{display:block!important}.search-result-card p,.hero-subtitle,.compact-copy,.notice,.integrity-lock,.info-strip,.lock-strip{white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.45!important}@media (width<=640px){.search-results-grid{grid-template-columns:1fr!important;display:grid!important}.search-results-grid .card{grid-column:auto!important}.compact-page-hero{padding:26px 24px!important}}.login-card .notice,.login-card .error{margin:10px 0!important}.login-card input{width:100%!important}.nav-menu-panel{z-index:999!important}@media (width<=820px){.nav-wrap.pro-nav{position:relative!important;overflow:visible!important}.nav-groups{-webkit-overflow-scrolling:touch;scroll-padding-left:12px;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:10px!important;padding:4px 4px 10px!important;display:flex!important;overflow-x:auto!important}.nav-groups>.nav-summary,.nav-menu{flex:none!important}.nav-menu.open .nav-menu-panel,.nav-menu-panel{-webkit-overflow-scrolling:touch!important;z-index:1001!important;border-radius:22px!important;width:auto!important;min-width:0!important;max-height:calc(100dvh - 148px)!important;position:fixed!important;top:120px!important;left:14px!important;right:14px!important;overflow-y:auto!important;transform:none!important}.nav-menu-panel a{min-height:44px!important;font-size:16px!important}.compact-search span{display:none!important}.brand-full{min-width:0!important;max-width:calc(100% - 116px)!important;overflow:hidden!important}.brand-full span{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}}.brand-full,.nav-topline{background:#000!important}.nav-wrap.pro-nav{background:linear-gradient(#000 0%,#050302f5 58%,#080605bf 100%)!important}.brand-logo-mini{object-fit:contain!important;background:#000!important;border:0!important;border-radius:14px!important;padding:0!important}@media (width<=760px){.brand-logo-mini{width:72px!important;height:54px!important}.nav-topline{border-radius:0!important;padding:8px!important}.brand-full{gap:10px!important}}img{cursor:zoom-in}.global-image-modal{z-index:4000;background:#000000f0;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.global-image-modal img{object-fit:contain;border-radius:18px;max-width:96vw;max-height:88dvh;box-shadow:0 0 60px #ff701a38}.global-image-close,.global-image-download{color:#fff4dd;z-index:4001;background:#120c09eb;border:1px solid #ffb45059;border-radius:999px;padding:10px 14px;font-weight:900;text-decoration:none;position:fixed;top:16px}.fegl-flow-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.flow-step{background:linear-gradient(135deg,#ff6a141a,#0000004d);border:1px solid #ff97363d;border-radius:18px;gap:4px;padding:14px;display:grid}.flow-step span{color:#fff;background:linear-gradient(135deg,#ff7a1a,#c92712);border-radius:999px;place-items:center;width:28px;height:28px;font-weight:1000;display:grid}.flow-step strong{font-family:var(--ui);font-size:1rem}.flow-step small{color:#d8c3ac}@media (width<=760px){.fegl-flow-strip{grid-template-columns:1fr!important}.flow-step{grid-template-columns:34px 1fr;align-items:center}.flow-step small{grid-column:2}}.clean-choice-tabs{flex-wrap:wrap;gap:10px;margin:16px 0;display:flex}.support-tab{color:#fff1db;background:#00000042;border:1px solid #ff973647;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:900;display:flex}.support-tab.active{color:#fff;background:linear-gradient(135deg,#ff7619,#b52312);box-shadow:0 0 28px #ff6a1440}.compact-support-form{gap:12px;display:grid}.compact-support-form label{gap:7px;display:grid}.compact-support-form textarea{min-height:120px}@media (width<=760px){.support-tabs{flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto}.support-tab{flex:none}}.integrity-lock-clean{white-space:normal!important;align-items:flex-start!important;gap:12px!important;line-height:1.5!important;display:flex!important}.integrity-lock-clean strong{color:#ffdf91;margin-bottom:2px;display:block}.integrity-lock-clean span{display:block}.player-hub-actions{flex-wrap:wrap;gap:10px;margin:14px 0 20px;display:flex}.player-hub-grid{gap:14px;display:grid}.player-hub-card{color:#fff3de;background:linear-gradient(135deg,#ff6a1414,#00000057);border:1px solid #ff973640;border-radius:24px;grid-template-columns:72px minmax(0,1fr) minmax(360px,auto);align-items:center;gap:16px;padding:16px;text-decoration:none;display:grid}.player-hub-card:hover{border-color:#ffbe648c;box-shadow:0 0 36px #ff6a1421}.player-rank{width:52px;height:52px;font-family:var(--headline);color:#ffd56f;background:#ff6a142e;border-radius:18px;place-items:center;font-size:1.4rem;display:grid}.player-hub-main h3{margin:.35rem 0 .1rem!important}.player-hub-main p{color:#ffe5c2;margin:0}.player-hub-stats{grid-template-columns:repeat(4,minmax(84px,1fr));gap:8px;display:grid}.player-hub-stats div{background:#00000038;border:1px solid #ffffff1a;border-radius:16px;gap:3px;padding:10px;display:grid}.player-hub-stats strong{font-size:1.15rem}.player-hub-stats span{text-transform:uppercase;color:#ffe2aa;font-size:.72rem;font-weight:900}@media (width<=880px){.player-hub-card{grid-template-columns:58px 1fr}.player-hub-stats{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.integrity-lock-clean{display:block!important}.integrity-lock-clean svg{display:none}}@media (width<=520px){.player-hub-card{padding:14px}.player-hub-stats{grid-template-columns:1fr 1fr}.player-rank{width:46px;height:46px}}.player-card-row{grid-template-columns:120px minmax(0,1fr) auto!important}.card-link-preview{color:inherit;text-decoration:none}.clean-mini-card{text-align:center;background:linear-gradient(160deg,#786e64e0,#0f0c0aeb);border:3px solid #fffc;border-radius:18px;flex-direction:column;justify-content:space-between;align-items:center;width:96px;height:138px;padding:10px 8px;display:flex;box-shadow:0 12px 30px #00000059}.clean-mini-card.silver{background:linear-gradient(160deg,#afaaa0eb,#302b26f5)}.clean-mini-card.gold{background:linear-gradient(160deg,#f0b84aeb,#362008f5)}.clean-mini-card .card-top{align-items:flex-start;gap:5px;line-height:.9;display:flex}.clean-mini-card .card-top strong{font-family:var(--headline);font-size:34px}.clean-mini-card .card-top span{font-family:var(--ui);font-size:13px;font-weight:1000}.clean-mini-card p{margin:0;font-size:10px}.clean-mini-card b{color:#ffd778;font-size:10px}.card-player-mark{font-family:var(--ui);font-size:16px;font-weight:1000}.card-row-main a{color:#fff3df;text-decoration:none}.card-row-main a:hover{text-decoration:underline}@media (width<=680px){.player-card-row{grid-template-columns:96px 1fr!important;padding:14px!important}.card-row-actions{grid-column:1/-1}.clean-mini-card{width:74px;height:116px}.clean-mini-card .card-top strong{font-size:28px}.clean-mini-card .card-top span{font-size:11px}.card-row-main h3{font-size:1.25rem!important}.stat-pills{gap:6px}.stat-pills span{padding:6px 8px}}.chart-open-button{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0}.improved-elo-chart svg{min-height:180px}.chart-axis-label{fill:#ffdca4;letter-spacing:.08em;font-size:12px;font-weight:900}.chart-label{fill:#ffe7bd;font-size:12px;font-weight:900}.elo-timeline-mini{background:#0000002e;border:1px solid #ff97362e;border-radius:18px;margin-top:12px;padding:10px}.elo-timeline-scroll{-webkit-overflow-scrolling:touch;max-height:260px;overflow:auto}.elo-timeline-scroll table{width:100%;font-size:.84rem}.elo-timeline-scroll a{color:#8ef4ff;font-weight:900;text-decoration:none}.chart-modal{z-index:3000;background:#000000eb;justify-content:center;align-items:center;padding:14px;display:flex;position:fixed;inset:0}.chart-modal-card{background:linear-gradient(135deg,#090807,#10141a);border:1px solid #ff973647;border-radius:24px;width:min(1120px,96vw);max-height:94dvh;padding:16px;overflow:auto}.chart-modal-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.modal-timeline{max-height:240px;margin-top:12px}.fixed-legend a.legend-item{color:#fff1d8;text-decoration:none}@media (width<=760px){.chart-modal-card{padding:10px}.improved-elo-chart .chart-legend{grid-template-columns:1fr!important}.elo-timeline-mini{font-size:.92rem}.chart-modal svg{min-width:760px}.chart-modal .chart-open-button,.chart-modal-card>svg{overflow:auto}}.compare-head-tight{text-align:center!important;padding:12px!important}.compare-avatar.id-avatar{width:96px!important;height:96px!important;font-family:var(--ui)!important;background:#050403!important;border-radius:22px!important;place-items:center!important;margin:auto!important;font-size:.85rem!important;display:grid!important}.compare-row-tight{text-align:center!important;grid-template-columns:1fr auto 1fr!important;gap:8px!important;display:grid!important}@media (width<=640px){.compare-board-tight{padding:12px!important}.compare-head-tight h3{font-size:1rem!important}.compare-avatar.id-avatar{width:74px!important;height:74px!important}.compare-row-tight strong{font-size:1rem!important}.versus{align-self:center}}.rule-summary-button{color:#fff0d8;width:100%;font-family:var(--ui);text-align:left;cursor:pointer;background:0 0;border:0;padding:8px;font-size:1.1rem;font-weight:1000}.rule-group.open{border-color:#ffbe5a73!important}.single-open-rules .rule-group{scroll-margin-top:24px}.linked-mini-stat{color:inherit;text-decoration:none}.linked-mini-stat:hover{border-color:#ffd27873}.table-card a,.table-wrap a{color:#8ef4ff;font-weight:900;text-decoration:none}input,select,textarea,button{font-size:16px}select{max-width:100%;min-height:44px}.search-box input{min-width:0}.archive-season-card{color:#fff3df;text-decoration:none;position:relative}.archive-season-card:hover{border-color:#ffbe5a80}.archive-icon{color:#ffd671;opacity:.9;position:absolute;top:18px;right:18px}.callout,.notice,.info-strip,.lock-strip{white-space:normal!important;line-height:1.55!important}@media (width<=760px){.callout{padding:16px!important;display:block!important}.callout strong{margin-bottom:6px!important;display:block!important}.compact-page-hero,.hero{padding:24px!important}.hero-subtitle{line-height:1.35!important}.search-results-grid{grid-template-columns:1fr!important}.span-4,.span-5,.span-6,.span-7,.span-8,.span-12{grid-column:auto!important}}.elo-timeline-scroll a,.chart-point-summary a,.linked-mini-stat strong,.card-row-main a,.player-hub-card,.table-card a,.table-wrap a{color:#fff3df!important;text-decoration:none!important}.elo-timeline-scroll a:hover,.chart-point-summary a:hover,.card-row-main a:hover,.table-card a:hover,.table-wrap a:hover{color:#ffd47b!important;text-decoration:underline!important}.many-player-chart .chart-open-button{-webkit-overflow-scrolling:touch!important;padding-bottom:8px!important;overflow-x:auto!important}.many-player-chart svg{min-width:780px!important;max-height:none!important}.chart-note{color:#d8c6ad;margin:8px 0 0;line-height:1.4}.fixed-legend{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px!important;display:grid!important}.legend-item{background:#00000047;border:1px solid #ffffff21;border-radius:999px;align-items:center;gap:9px;padding:8px 10px;font-weight:900;display:flex}.legend-item i{border-radius:999px;flex:0 0 16px;width:16px;height:16px}.legend-0 i{background:#ff8a2a}.legend-1 i{background:#37d6e4}.legend-2 i{background:#f5d35b}.legend-3 i{background:#70e07b}.legend-4 i{background:#ff5b6e}.legend-5 i{background:#a88bff}.legend-6 i{background:#f59ed6}.legend-7 i{background:#b3f1ff}.legend-8 i{background:#ffc075}.legend-9 i{background:#8aff9c}.global-image-modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:.12s ease-out feglFadeIn;background:#000000d1!important}.global-image-modal img{background:#050505;cursor:zoom-out!important}@keyframes feglFadeIn{0%{opacity:.35}to{opacity:1}}.clean-mini-card .card-top{text-align:center!important;grid-template-columns:1fr!important;justify-items:center!important;gap:2px!important;width:100%!important;display:grid!important}.clean-mini-card .card-top strong{white-space:nowrap!important;letter-spacing:.02em!important}.clean-mini-card .card-top span{white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important}.clean-mini-card{overflow:hidden!important}@media (width<=680px){.clean-mini-card{width:88px!important;height:122px!important}.clean-mini-card .card-top strong{font-size:30px!important}.clean-mini-card .card-top span{font-size:12px!important}.clean-mini-card .card-player-mark{font-size:15px!important}.clean-mini-card p{font-size:9px!important}}.empty-mini{color:#d8c6ad;background:#0000002e;border:1px dashed #ffbe5a40;border-radius:16px;padding:14px}.profile-info-strip div span{white-space:normal!important;line-height:1.2!important}.profile-info-strip div strong{color:#fff7e7!important}.integrity-lock-clean{align-items:flex-start!important;gap:12px!important;display:flex!important}.integrity-lock-clean div{min-width:0!important}@media (width<=640px){.integrity-lock-clean{display:block!important}.integrity-lock-clean strong{font-size:1rem!important}.integrity-lock-clean span{margin-top:6px!important;line-height:1.55!important}}.formula-player summary{cursor:pointer;color:#fff3df;font-weight:900}.formula-player[open]{border-color:#ffc85a6b!important}.mini-stat-grid code{white-space:normal!important;line-height:1.35!important}.mini-grid.one-col .mini-stat strong:first-child{color:#fff;background:linear-gradient(135deg,#ff7a1a,#9c2512);border-radius:999px;flex:0 0 28px;place-items:center;width:28px;height:28px;display:grid}.brand-logo-mini{cursor:pointer!important}.competition-wizard-page .wizard-tabs .btn.active{background:linear-gradient(135deg,#ff6a00e0,#9a260deb);border-color:#ffc67673}.competition-wizard-card{min-height:100%}.compact-form{gap:12px}.player-checklist{gap:8px;max-height:520px;padding-right:4px;display:grid;overflow:auto}.player-check-row{background:#ffffff09;border:1px solid #ff8f1f24;border-radius:14px;grid-template-columns:24px minmax(0,1fr);align-items:flex-start;gap:10px;padding:10px;display:grid}.player-check-row strong,.player-check-row small{display:block}.player-check-row small{color:var(--muted);margin-top:3px}.wizard-guardrails{margin-top:14px}.wizard-guardrails label{align-items:center;gap:10px;margin:9px 0;display:flex;flex-direction:row!important}.wizard-summary-strip strong,.wizard-summary-strip span{display:block}.wizard-summary-strip span{color:var(--muted);margin-top:4px}.bracket-slot-card{background:radial-gradient(circle at 50% 0,#ff6a001a,#0000 42%),#ffffff09;border:1px solid #ff8f1f2e;border-radius:18px;padding:12px}.bracket-slot-card span,.bracket-slot-card small{color:var(--muted);font-size:12px;display:block}.bracket-slot-card strong{color:#ffe3b5;overflow-wrap:anywhere;margin:6px 0;display:block}@media (width<=900px){.wizard-summary-strip{grid-template-columns:1fr}.bracket-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.competition-wizard-page .wizard-tabs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.competition-wizard-page .wizard-tabs .btn{width:100%;min-height:42px}.player-checklist{max-height:none}.bracket-preview-grid{grid-template-columns:1fr}}.brand-title{white-space:normal!important;line-height:1.05!important}.nav-right-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.global-image-modal{overscroll-behavior:contain!important;touch-action:none!important;position:fixed!important;inset:0!important}.global-image-modal img{object-fit:contain!important;max-width:min(94vw,1180px)!important;max-height:86dvh!important}.match-hype-card{color:#fff2d9;background:radial-gradient(circle at 0 0,#ff6a0038,#0000 45%),#0a0705d6;border:1px solid #ff973652;border-radius:18px;margin:14px 0;padding:14px}.match-hype-card.compact{margin:12px 0 8px}.match-hype-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.match-hype-top span:first-child{color:#ffd36f;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:7px;font-size:.78rem;font-weight:1000;display:flex}.match-hype-card strong{font-size:1rem;line-height:1.45;display:block}.match-hype-card textarea{width:100%;min-height:92px;margin-top:8px}.hype-actions{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.pre-match-comments{margin-top:18px}.comment-form{grid-template-columns:minmax(160px,.35fr) minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.comment-form textarea{min-height:58px}.comment-list{gap:10px;margin-top:12px;display:grid}.comment-row{background:#ffffff09;border:1px solid #ffffff17;border-radius:16px;padding:12px}.comment-row p{color:#f1ddc3;margin:5px 0}.comment-row small{color:var(--muted)}.hidden-comment{opacity:.62;border-style:dashed}.follow-inline-note{margin-top:10px}.linked-mini-stat{min-width:0!important;overflow:hidden!important}.linked-mini-stat div{min-width:0!important}.linked-mini-stat strong,.linked-mini-stat span{overflow-wrap:anywhere!important;word-break:normal!important}@media (width<=900px){.nav-topline{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.nav-right-actions{justify-content:flex-start;width:100%;margin-left:0!important}.brand-full{width:100%!important;min-width:0!important}.brand-title{font-size:clamp(1.05rem,6vw,1.55rem)!important}.brand-title em{display:inline!important}.brand-logo-mini{flex:0 0 64px!important;width:64px!important;height:64px!important}.admin-fixture-form,.fixture-admin-form,.form.card,.compact-form,.support-form,.result-quick-form{grid-template-columns:1fr!important;width:100%!important;min-width:0!important}.form.card label,.compact-form label,.support-form label,.form.card input,.form.card select,.form.card textarea,.compact-form input,.compact-form select,.compact-form textarea{width:100%!important;min-width:0!important}.card,.notice,.error{overflow-wrap:anywhere;min-width:0!important}.match-card{text-align:left!important;grid-template-columns:1fr!important}.match-card>div{text-align:left!important}.vs{width:40px;height:40px;margin:4px 0!important}.comment-form{grid-template-columns:1fr}.hype-actions .btn,.comment-form .btn{justify-content:center;width:100%}.mini-stat{overflow:hidden;min-width:0!important}.mini-stat>div{min-width:0!important}.mini-stat strong,.mini-stat span{white-space:normal!important;overflow-wrap:anywhere!important}}@media (width<=520px){.shell{padding-left:12px!important;padding-right:12px!important}h1{font-size:clamp(2.05rem,15vw,3.6rem)!important}h2{font-size:clamp(1.55rem,9vw,2.2rem)!important}.nav-groups{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important;overflow:visible!important}.nav-summary{justify-content:center!important;width:100%!important;min-width:0!important}.nav-menu-panel{width:min(92vw,360px)!important;left:0!important;right:auto!important}.table-card,.table-wrap{max-width:100%!important}.wizard-summary-strip,.bracket-preview-grid,.profile-mosaic-v62,.profile-info-strip{grid-template-columns:1fr!important}}html{-webkit-text-size-adjust:100%}.shell{width:min(100%,1180px)!important;padding-left:clamp(14px,3vw,24px)!important;padding-right:clamp(14px,3vw,24px)!important;overflow-x:hidden!important}.card,.hero,.compact-page-hero{padding:clamp(16px,3vw,28px)!important}h1,.hero h1,.compact-page-hero h1{font-size:clamp(32px,7.2vw,58px)!important;line-height:1!important}h2{font-size:clamp(22px,5vw,34px)!important}h3{font-size:clamp(17px,4vw,21px)!important}.hero-subtitle{font-size:clamp(15px,3.6vw,21px)!important;line-height:1.45!important}.btn{min-height:42px!important;padding:10px 14px!important;font-size:14px!important}.small-btn{min-height:34px!important;padding:7px 11px!important;font-size:12px!important}.nav-wrap.pro-nav{padding:12px 14px!important;overflow:visible!important}.nav-topline{background:#000!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:10px!important;margin-bottom:12px!important;display:grid!important}.brand-full{align-items:center!important;gap:10px!important;width:auto!important;min-width:0!important;max-width:100%!important;display:flex!important}.brand-logo-mini{object-fit:contain!important;border-radius:10px!important;flex:none!important;width:62px!important;height:46px!important}.brand-title{white-space:normal!important;text-overflow:clip!important;flex-direction:column!important;min-width:0!important;font-size:18px!important;line-height:1.02!important;display:flex!important;overflow:visible!important}.brand-title em{color:#ffd75e!important;letter-spacing:.06em!important;font-size:12px!important;display:block!important}.nav-right-actions{gap:8px!important;margin-left:0!important;display:flex!important;position:static!important}.nav-right-actions .compact-search{border-radius:999px!important;place-items:center!important;width:42px!important;height:42px!important;padding:0!important;display:grid!important;position:static!important}.nav-right-actions .compact-search span{display:none!important}.nav-groups{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;display:grid!important;overflow:visible!important}.nav-menu{min-width:0!important;position:relative!important}.nav-summary{white-space:nowrap!important;border-radius:20px!important;justify-content:center!important;gap:7px!important;width:100%!important;min-width:0!important;padding:9px 8px!important;font-size:13px!important}.nav-menu-panel.compact-panel,.nav-menu-panel{z-index:3000!important;border-radius:18px!important;min-width:min(280px,90vw)!important;padding:8px!important;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:auto!important}.nav-menu-panel a{padding:10px!important;font-size:13px!important}.nav-menu-scrim{z-index:2500!important}.admin-stat-value{font-size:clamp(28px,7vw,42px)!important;line-height:1!important;font-family:var(--headline)!important;letter-spacing:.03em!important;margin-top:8px!important;display:block!important}.security-lock-row{grid-template-columns:1fr auto!important;align-items:center!important;gap:8px 12px!important;padding:14px!important;display:grid!important}.security-lock-row strong{word-break:normal!important;overflow-wrap:anywhere!important;grid-column:1/-1!important;font-size:18px!important;line-height:1.1!important}.security-lock-row span{background:#ffffff14!important;border-radius:999px!important;padding:4px 8px!important;font-size:12px!important}.security-lock-row .btn{width:auto!important;min-width:120px!important}.wizard-remake-panel p{margin-bottom:12px!important}.chart-grid{stroke:#ffffff29!important;stroke-width:1px!important}.chart-label,.chart-axis-label{fill:#ffe3ba!important;font-family:Inter,system-ui,sans-serif!important;font-size:12px!important}.chart-x-label{fill:#dbc5a6!important;font-size:10px!important}.chart-open-button{width:100%!important}@media (width<=820px){body{font-size:13.5px!important}.shell{padding-top:12px!important}.nav-wrap.pro-nav{padding:10px 12px!important}.nav-topline{grid-template-columns:auto 1fr auto!important;gap:8px!important;padding:6px 0!important}.brand-logo-mini{width:56px!important;height:40px!important}.brand-title strong{font-size:20px!important}.brand-title em{font-size:11px!important}.nav-groups{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.nav-summary{min-height:44px!important;padding:9px 10px!important;font-size:13px!important}.nav-menu-panel.compact-panel,.nav-menu-panel{min-width:0!important;max-height:50vh!important;position:fixed!important;top:134px!important;left:14px!important;right:14px!important;overflow:auto!important}h1,.hero h1,.compact-page-hero h1{letter-spacing:.025em!important;font-size:clamp(30px,9vw,44px)!important}.compact-page-hero{border-radius:28px!important}.grid{gap:12px!important}.grid>[class*=span-]{grid-column:1/-1!important}.form,.compact-form,.admin-fixture-form,.fixture-admin-form,.mini-grid{grid-template-columns:1fr!important}.hero-actions,.action-row{gap:8px!important}.hero-actions .btn,.action-row .btn{flex:140px!important}.table-wrap{overflow-x:auto!important}.warm-panel strong:not(.admin-stat-value){font-size:inherit!important}.card p{font-size:14px!important}.feature-card strong{font-size:24px!important}.season-poster-strip img,.poster-action-card img{max-height:440px!important}}@media (width<=480px){.brand-logo-mini{width:50px!important;height:36px!important}.brand-title strong{font-size:18px!important}.brand-title em{font-size:10px!important}.nav-right-actions .compact-search{width:38px!important;height:38px!important}.nav-summary{min-height:42px!important;font-size:12px!important}.card,.hero,.compact-page-hero{border-radius:24px!important;padding:16px!important}h1,.hero h1,.compact-page-hero h1{font-size:34px!important}h2{font-size:24px!important}.security-lock-row{grid-template-columns:1fr!important}.security-lock-row .btn{width:100%!important}}.audit-toolbar{grid-template-columns:minmax(220px,1fr) auto auto auto;align-items:center;gap:10px;margin-bottom:14px;display:grid}.audit-log-list{gap:10px;display:grid}.audit-log-card{background:#00000038;border:1px solid #ff973638;border-radius:18px;padding:13px}.audit-log-card div{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.audit-log-card strong{color:#fff3df}.audit-log-card span,.audit-log-card small{color:#d7b98f;font-size:12px}.audit-log-card p{margin:7px 0}.admin-invite-list{gap:12px;display:grid}.admin-invite-row{background:#00000038;border:1px solid #ff973638;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.admin-invite-row code{white-space:normal;word-break:break-all;color:#ffd49d;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;margin-top:8px;padding:8px;display:block}.admin-invite-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-invite-form textarea{min-height:80px}@media (width<=760px){.audit-toolbar,.admin-invite-row{grid-template-columns:1fr}.admin-invite-actions{justify-content:flex-start}.audit-log-card div{display:block}.audit-log-card span{margin-top:3px;display:block}}@media (orientation:landscape) and (height<=520px){.compact-page-hero h1,.hero h1{font-size:clamp(26px,4vw,42px)!important}.compact-page-hero,.hero,.card{padding:12px!important}.nav-summary{min-height:34px!important;padding:6px 12px!important}.nav-topline{margin-bottom:2px!important}}:root{--fegl-safe-gap:clamp(8px, 1.8vw, 14px)}body{overflow-wrap:normal!important;word-break:normal!important}button,a,input,select,textarea{touch-action:manipulation}.card,.hero,.notice,.error,.table-wrap,.rule-item,.feature-card,.admin-invite-row,.audit-log-card{min-width:0!important;max-width:100%!important}h1,h2,h3,p,span,strong,em,small,label,button,a,td,th{word-break:normal!important;overflow-wrap:break-word!important;-webkit-hyphens:none!important;hyphens:none!important}.nav-wrap.pro-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #ff97362e;z-index:5000!important;background:#050506f0!important;width:100%!important;max-width:100%!important;position:sticky!important;top:0!important}.nav-topline{align-items:center!important;gap:var(--fegl-safe-gap)!important;grid-template-columns:minmax(220px,auto) minmax(0,1fr) auto!important;width:100%!important;display:grid!important}.brand-full{min-width:0!important;max-width:100%!important;box-shadow:none!important;background:0 0!important;border:0!important;justify-self:start!important;padding:4px 2px!important}.brand-title{flex-direction:column!important;min-width:0!important;line-height:1!important;display:flex!important}.brand-title strong{letter-spacing:.1em!important;font-size:clamp(20px,2vw,30px)!important}.brand-title em{color:#ffd46f!important;white-space:nowrap!important;text-overflow:ellipsis!important;letter-spacing:.05em!important;font-size:clamp(12px,1.4vw,16px)!important;font-style:normal!important;overflow:hidden!important}.brand-mobile{display:none!important}.nav-right-actions{background:0 0!important;grid-column:3!important;justify-self:end!important;align-items:center!important;gap:8px!important;width:auto!important;margin:0!important;padding:0!important;display:flex!important}.nav-right-actions .compact-search{border-radius:999px!important;flex:0 0 42px!important;place-items:center!important;width:42px!important;height:42px!important;padding:0!important;display:grid!important;position:static!important}.nav-groups{flex-wrap:wrap!important;justify-content:center!important;align-items:flex-start!important;gap:8px!important;width:100%!important;padding:2px 0 4px!important;display:flex!important;overflow:visible!important}.nav-menu,.nav-groups>.nav-summary{flex:0 auto!important;min-width:0!important}.nav-summary{white-space:nowrap!important;text-overflow:ellipsis!important;width:auto!important;min-width:78px!important;max-width:180px!important;min-height:38px!important;padding:8px 10px!important;font-size:clamp(12px,1.25vw,14px)!important;overflow:hidden!important}.nav-menu{position:static!important}.nav-menu-panel.compact-panel,.nav-menu-panel{z-index:5100!important;background:linear-gradient(145deg,#0b0a0cfa,#140905fa)!important;border:1px solid #ff973652!important;border-radius:22px!important;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important;gap:8px!important;width:min(720px,100vw - 24px)!important;min-width:0!important;max-height:min(68dvh,520px)!important;padding:12px!important;display:grid!important;position:absolute!important;top:calc(100% - 4px)!important;left:50%!important;right:auto!important;overflow:auto!important;transform:translate(-50%)!important;box-shadow:0 28px 80px #0000008c!important}.nav-menu-panel a{white-space:normal!important;border-radius:14px!important;align-items:center!important;gap:8px!important;min-width:0!important;padding:11px!important;font-size:13px!important;text-decoration:none!important;display:flex!important}.layout-utility-bar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;width:min(1180px,100% - 24px);margin:8px auto 0;font-size:12px;display:flex}.layout-utility-bar button,.layout-utility-bar a,.layout-utility-bar span{color:#ffe4c2;background:#00000047;border:1px solid #ff973638;border-radius:999px;padding:6px 9px;font-weight:800;text-decoration:none}.layout-utility-bar span{color:#ffd36f}.fegl-compact-mode body,.fegl-compact-mode .shell{font-size:13px!important}.fegl-compact-mode .card,.fegl-compact-mode .hero,.fegl-compact-mode .compact-page-hero{padding:14px!important}.fegl-compact-mode h1{font-size:clamp(28px,5.8vw,46px)!important}.fegl-compact-mode h2{font-size:clamp(20px,4vw,28px)!important}.fegl-compact-mode .hero-subtitle{font-size:14px!important}.global-image-modal{touch-action:pan-x pan-y pinch-zoom!important;background:#000000f0!important;place-items:center!important;padding:70px 14px 24px!important;display:grid!important;overflow:auto!important}.global-image-modal img{object-fit:contain!important;touch-action:pan-x pan-y pinch-zoom!important;cursor:zoom-in!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important}.global-image-close,.global-image-download{z-index:9999!important;position:fixed!important;top:14px!important}.global-image-close{right:14px!important}.global-image-download{left:14px!important}.device-preview-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:14px;display:grid}.device-preview-grid .card{min-height:140px}.device-preview-grid svg{color:#ffd36f}.layout-check-list{gap:10px;display:grid}.layout-check-row{background:#ffffff09;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:10px;padding:10px;display:grid}.layout-check-row strong,.layout-check-row span{display:block}.layout-check-row span{color:#ffe1bd;margin-top:3px}.version-badge{color:#ffdf91;background:#ffd36f1a;border:1px solid #ffd36f59;border-radius:999px;width:max-content;padding:7px 11px;font-weight:900;display:inline-flex}.simple-link-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.simple-link-card{color:#fff0d8;gap:6px;text-decoration:none;display:grid}.simple-link-card span{color:#ffd36f;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.elo-chart-wrap{background:linear-gradient(#ffffff09,#0000002e);border:1px solid #ffffff14;border-radius:18px;padding:10px;overflow:auto}.elo-chart-wrap svg text{fill:#ffe2bd!important;font-size:11px!important}.elo-chart-wrap .grid-line,.elo-grid-line{stroke:#ffffff1f!important;stroke-width:1px!important}@media (width<=900px){.nav-topline{grid-template-columns:auto minmax(0,1fr) auto!important}.brand-full{max-width:calc(100vw - 128px)!important}.brand-desktop{display:none!important}.brand-mobile{display:block!important}.nav-groups{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.nav-summary{justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;padding:8px 5px!important;font-size:12px!important}.nav-menu-panel.compact-panel,.nav-menu-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(640px,100vw - 18px)!important;top:calc(100% + 2px)!important}.shell{padding-top:14px!important}.compact-page-hero,.hero{padding:clamp(16px,4vw,22px)!important}h1,.hero h1,.compact-page-hero h1{letter-spacing:.02em!important;font-size:clamp(28px,8vw,44px)!important}h2{font-size:clamp(20px,5.2vw,28px)!important}h3{font-size:clamp(16px,4vw,20px)!important}.hero-subtitle{font-size:clamp(14px,3.4vw,17px)!important}}@media (width<=560px){.nav-wrap.pro-nav{padding:9px 10px!important}.brand-logo-mini{width:42px!important;height:34px!important}.brand-title strong{font-size:18px!important}.brand-title em{font-size:11px!important}.nav-right-actions .compact-search{flex-basis:36px!important;width:36px!important;height:36px!important}.nav-groups{grid-template-columns:repeat(3,minmax(0,1fr))!important}.nav-summary{gap:4px!important;min-height:34px!important;font-size:11px!important}.nav-summary svg{width:13px!important;height:13px!important}.nav-menu-panel.compact-panel,.nav-menu-panel{grid-template-columns:1fr!important;max-height:62dvh!important;padding:10px!important;top:calc(100% + 2px)!important}.layout-utility-bar{justify-content:center}.layout-utility-bar button,.layout-utility-bar a,.layout-utility-bar span{padding:5px 7px;font-size:11px}.shell{padding-left:10px!important;padding-right:10px!important}.card,.hero,.compact-page-hero{border-radius:18px!important;padding:14px!important}h1,.hero h1,.compact-page-hero h1{font-size:clamp(26px,10vw,36px)!important}.btn{min-height:38px!important;padding:8px 11px!important;font-size:12px!important}}@media (height<=520px) and (orientation:landscape){.nav-wrap.pro-nav{padding:7px 10px!important;position:sticky!important}.brand-logo-mini{width:38px!important;height:30px!important}.brand-title strong{font-size:17px!important}.brand-title em{font-size:10px!important}.nav-topline{margin-bottom:5px!important}.nav-groups{flex-wrap:nowrap!important;justify-content:center!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.nav-menu,.nav-groups>.nav-summary{flex:none!important}.nav-summary{min-height:32px!important;padding:6px 8px!important;font-size:11px!important}.nav-menu-panel.compact-panel,.nav-menu-panel{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;width:min(92vw,720px)!important;max-height:calc(100dvh - 96px)!important;position:fixed!important;top:86px!important;left:50%!important;transform:translate(-50%)!important}.shell{padding-top:10px!important}.compact-page-hero,.hero,.card{padding:12px!important}h1,.hero h1,.compact-page-hero h1{font-size:clamp(24px,5vw,34px)!important}.hero-subtitle{font-size:13px!important}}@media (width>=901px){.brand-full{min-width:330px!important}.brand-title em.brand-desktop{max-width:360px!important}}:root{--v74-nav-bg:#000000e0}.nav-wrap.pro-nav{background:#050303!important;border-bottom:1px solid #ff791e38!important;padding:12px clamp(12px,3vw,22px)!important}.nav-topline{background:0 0!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;margin:0 0 12px!important;padding:0!important;display:grid!important}.brand-full{background:0 0!important;align-items:center!important;gap:12px!important;width:max-content!important;max-width:100%!important;display:flex!important}.brand-logo-mini{object-fit:contain!important;flex:none!important;width:54px!important;height:44px!important}.brand-title{white-space:normal!important;flex-direction:column!important;gap:3px!important;min-width:0!important;max-width:100%!important;line-height:1!important;display:flex!important;overflow:visible!important}.brand-title strong{letter-spacing:.12em!important;color:#fff7df!important;font-size:clamp(22px,2.3vw,32px)!important}.brand-title em{color:#ffda67!important;text-shadow:none!important;white-space:nowrap!important;text-overflow:clip!important;font-style:normal!important;font-weight:900!important;overflow:visible!important}.brand-title .brand-desktop{max-width:none!important;font-size:clamp(13px,1.15vw,16px)!important;display:block!important}.brand-title .brand-mobile{display:none!important}.nav-right-actions{justify-content:flex-end!important;align-items:center!important;gap:10px!important;display:flex!important;position:static!important}.nav-right-actions .compact-search{background:#00000059!important;border:1px solid #ff973657!important;border-radius:999px!important;flex:0 0 44px!important;width:44px!important;height:44px!important;position:static!important}.nav-groups{flex-wrap:wrap!important;justify-content:center!important;gap:8px!important;width:100%!important;padding:4px 0 0!important;display:flex!important;overflow:visible!important}.nav-groups>.nav-summary,.nav-menu{flex:0 178px!important;min-width:134px!important;max-width:178px!important;position:relative!important}.nav-summary{white-space:nowrap!important;text-overflow:ellipsis!important;background:linear-gradient(#3c1908db,#0d0906f2)!important;border-radius:999px!important;justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;min-height:42px!important;padding:9px 12px!important;font-size:13px!important;overflow:hidden!important}.nav-menu-panel.compact-panel,.nav-menu-panel{z-index:7000!important;background:linear-gradient(145deg,#070505,#160904)!important;border:1px solid #ff973659!important;border-radius:18px!important;grid-template-columns:1fr!important;gap:7px!important;width:min(390px,100vw - 28px)!important;max-height:62dvh!important;padding:10px!important;display:grid!important;position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;right:auto!important;overflow:auto!important;transform:translate(-50%)!important;box-shadow:0 22px 70px #000000a3!important}.nav-menu-panel a{white-space:normal!important;border-radius:12px!important;min-height:38px!important;padding:9px 11px!important;font-size:13px!important;line-height:1.15!important}.nav-menu-scrim{z-index:6500!important;background:0 0!important;border:0!important;position:fixed!important;inset:0!important}.nav-menu.open{z-index:7100!important}.account-status-strip{color:#ffe8ca;background:#0000005c;border:1px solid #ff973638;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;width:min(1180px,100% - 24px);margin:10px auto 0;padding:9px 12px;font-size:13px;display:flex}.account-status-strip strong{color:#ffdb75}.account-status-strip a{color:#ffe8ca;font-weight:800;text-decoration:none}.account-status-strip a:hover{color:#fff}.layout-utility-bar{opacity:.82;order:99;justify-content:center!important;width:min(1180px,100% - 24px)!important;margin:24px auto 16px!important}.layout-utility-bar button,.layout-utility-bar a,.layout-utility-bar span{padding:5px 8px!important;font-size:11px!important}.home-quick-panel{background:linear-gradient(135deg,#ff621417,#0000003d);border:1px solid #ff97363d;border-radius:24px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin:18px 0;padding:18px;display:grid}.home-quick-panel h2{margin:4px 0 6px!important;font-size:clamp(19px,3vw,28px)!important}.home-quick-panel p{color:#ead2b8;margin:0}.home-quick-actions{grid-template-columns:repeat(2,minmax(120px,1fr));gap:8px;display:grid}.home-shortcuts-compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0 20px;display:grid}.home-shortcuts-compact a{color:#fff3de;background:#0000003d;border:1px solid #ff973638;border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:3px 9px;min-height:70px;padding:12px;text-decoration:none;display:grid}.home-shortcuts-compact a span{color:#d8b995;grid-column:2;font-size:12px}.home-shortcuts-compact a strong{font-size:15px}.home-shortcuts-compact svg{color:#ffcf72}.fegl-flow-strip,.home-strip.v510-strip{display:none!important}.role-tile{min-height:0!important}.section-panel.formula-section{padding:16px!important}.formula-book-page .action-row{flex-wrap:nowrap!important;gap:8px!important;display:flex!important;overflow-x:auto!important}.formula-book-page .action-row .btn{flex:none!important}.formula-book-page .grid .card{min-height:0!important}.sponsor-clean .action-row .btn{min-height:52px!important}.sponsor-clean .action-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.sponsor-clean{min-height:0!important}.global-image-modal{z-index:9999!important;touch-action:none!important;background:#000000f5!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important;overflow:hidden!important}.global-image-toolbar{z-index:10001;background:#0d0703eb;border-bottom:1px solid #ff973638;justify-content:space-between;align-items:center;gap:8px;height:64px;padding:10px 12px;display:flex;position:fixed;top:0;left:0;right:0}.global-image-stage{touch-action:pan-x pan-y pinch-zoom;place-items:center;padding:12px;display:grid;position:absolute;inset:64px 0 0;overflow:auto}.global-image-modal.fit img{object-fit:contain!important;border-radius:12px!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:calc(100dvh - 88px)!important}.global-image-modal.zoomed .global-image-stage{text-align:center;display:block}.global-image-modal.zoomed img{border-radius:12px!important;width:auto!important;min-width:min(1000px,180vw)!important;max-width:none!important;height:auto!important;max-height:none!important}.global-image-close,.global-image-download{position:static!important}.card,.hero,.compact-page-hero{min-height:0!important}.card p,.hero p{line-height:1.42!important}.empty-state,.hype-empty{min-height:0!important;padding:16px!important}.btn{white-space:normal!important}.security-lock-row strong,.security-lock-row span{word-break:normal!important;overflow-wrap:normal!important}.security-lock-row{grid-template-columns:minmax(0,1fr) auto!important}.security-lock-row .btn{min-width:110px!important}@media (width<=900px){.brand-title .brand-desktop{display:none!important}.brand-title .brand-mobile{font-size:11px!important;display:block!important}.nav-groups{grid-template-columns:repeat(3,minmax(0,1fr))!important;display:grid!important}.nav-groups>.nav-summary,.nav-menu{flex:none!important;min-width:0!important;max-width:none!important}.nav-summary{min-height:40px!important;padding:8px 6px!important;font-size:12px!important}.home-quick-panel{grid-template-columns:1fr}.home-quick-actions,.home-shortcuts-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.account-status-strip{gap:4px;display:grid}.account-status-strip a{font-size:12px}.layout-utility-bar{margin-top:18px!important}.sponsor-clean .action-row{grid-template-columns:1fr!important}.formula-book-page .compact-page-hero h1{font-size:32px!important}}@media (width<=520px){.nav-topline{grid-template-columns:minmax(0,1fr) auto!important}.brand-logo-mini{width:46px!important;height:36px!important}.brand-title strong{font-size:20px!important}.brand-title .brand-mobile{font-size:10px!important}.nav-right-actions .compact-search{flex-basis:38px!important;width:38px!important;height:38px!important}.nav-groups{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.nav-summary{min-height:36px!important;font-size:11px!important}.nav-summary svg{width:13px!important;height:13px!important}.home-quick-actions,.home-shortcuts-compact{grid-template-columns:1fr}.home-landing{padding:16px!important}.home-search{grid-template-columns:auto 1fr!important}.home-search button{grid-column:1/-1}.hero-actions.compact-actions{grid-template-columns:1fr!important}.global-image-toolbar{height:58px;padding:8px}.global-image-toolbar a,.global-image-toolbar button{padding:8px 9px;font-size:12px}.global-image-stage{inset:58px 0 0}.security-lock-row{grid-template-columns:1fr!important}.security-lock-row .btn{width:100%!important}}@media (height<=560px) and (orientation:landscape){.nav-wrap.pro-nav{padding:8px 12px!important}.nav-topline{margin-bottom:8px!important}.brand-logo-mini{width:42px!important;height:32px!important}.brand-title strong{font-size:18px!important}.brand-title em{font-size:10px!important}.nav-groups{flex-wrap:nowrap!important;justify-content:center!important;display:flex!important;overflow-x:auto!important}.nav-groups>.nav-summary,.nav-menu{flex:none!important;width:auto!important;min-width:108px!important}.nav-summary{min-height:32px!important;font-size:11px!important}.nav-menu-panel{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important;width:min(720px,92vw)!important;max-height:calc(100dvh - 94px)!important;position:fixed!important;top:84px!important;left:50%!important;transform:translate(-50%)!important}.home-landing{grid-template-columns:1.1fr .9fr!important}.home-shortcuts-compact{grid-template-columns:repeat(4,minmax(0,1fr))}.home-shortcuts-compact a{min-height:58px;padding:10px}.compact-page-hero h1,.hero h1{font-size:clamp(26px,5vw,40px)!important}}.auth-flow-page{justify-content:center;padding:clamp(14px,4vw,42px) 0;display:flex}.auth-card{width:min(720px,100%);margin:0 auto}.auth-mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0;display:grid}.auth-mode-tabs button{color:var(--text);cursor:pointer;background:#00000040;border:1px solid #ff8c2861;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-weight:800;display:flex}.auth-mode-tabs button.active{color:#fff;background:linear-gradient(135deg,#ff5a16,#b91d12);box-shadow:0 8px 24px #ff481038}.auth-form{margin-top:14px}.input-with-icon{background:#0000004d;border:1px solid #ff8c2852;border-radius:16px;align-items:center;gap:9px;padding:0 12px;display:flex}.input-with-icon input{width:100%;min-width:0;background:0 0!important;border:0!important;padding:13px 0!important}.auth-next-flow{background:#ffffff09;border:1px solid #ff8c2840;border-radius:20px;margin-top:18px;padding:16px}.auth-next-flow ol{margin:10px 0 0;padding-left:22px}.auth-next-flow li{color:var(--muted);margin:7px 0}@media (width<=520px){.auth-mode-tabs{grid-template-columns:1fr}.auth-mode-tabs button{justify-content:flex-start}.auth-card h2{font-size:clamp(1.55rem,9vw,2.2rem)}}.nav-right-actions{align-items:center;gap:8px;display:flex}.nav-profile-avatar{color:#fff3dd;background:#0000005c;border:1px solid #ff9b346b;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;text-decoration:none;display:inline-flex;overflow:hidden}.nav-profile-avatar img{object-fit:cover;width:100%;height:100%}.nav-count-badge,.nav-item-count{color:#fff;background:#ff5a16;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;margin-left:4px;padding:0 5px;font-size:11px;font-weight:1000;display:inline-flex}.nav-item-count{margin-left:auto}.nav-menu-panel a{justify-content:flex-start;gap:10px}.nav-menu-panel a .nav-item-count{margin-left:auto}.global-image-modal.pinch-ready{z-index:9999!important;touch-action:pan-x pan-y pinch-zoom!important;background:#000000f5!important;padding:0!important;display:block!important;position:fixed!important;inset:0!important;overflow:auto!important}.global-image-modal.pinch-ready .global-image-toolbar{z-index:10001;background:#0d0703f0;border-bottom:1px solid #ff973638;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex;position:sticky;top:0}.global-image-modal.pinch-ready .global-image-toolbar a,.global-image-modal.pinch-ready .global-image-toolbar button{color:#fff3d8;background:#0000006b;border:1px solid #ffcc7c61;border-radius:999px;padding:9px 12px;font-weight:900;text-decoration:none}.image-pinch-hint{color:#d7bea0;text-align:center;font-size:12px}.global-image-modal.pinch-ready .global-image-stage{touch-action:pan-x pan-y pinch-zoom;justify-content:center;align-items:center;min-height:calc(100dvh - 62px);padding:14px;display:flex;overflow:auto}.global-image-modal.pinch-ready img{object-fit:contain!important;touch-action:pan-x pan-y pinch-zoom!important;border-radius:14px!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:calc(100dvh - 88px)!important}.global-image-fit,.global-image-zoom{display:none!important}.rivalry-clean-row{color:#fff3df;background:#0000002e;border:1px solid #ff973638;border-radius:18px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;min-width:0;padding:12px;text-decoration:none;display:grid}.rivalry-avatar{color:#fff;background:linear-gradient(135deg,#ff6a16,#b82712);border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:1000;display:flex}.rivalry-clean-row strong,.rivalry-clean-row span,.rivalry-clean-row small{white-space:normal;overflow-wrap:anywhere;min-width:0;display:block}.rivalry-clean-row span{color:#d7bea0}.elo-timeline-clean{border-top:1px solid #ff97362e;gap:8px;margin-top:12px;padding-top:12px;display:grid}.timeline-clean-row{background:#00000024;border:1px solid #ff973626;border-radius:14px;grid-template-columns:80px minmax(0,1fr) minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;display:grid}.timeline-clean-row span,.timeline-clean-row small{overflow-wrap:anywhere;color:#d7bea0;min-width:0}.timeline-clean-row strong{color:#fff3df}.compact-action-row{flex-wrap:wrap;gap:8px!important;display:flex!important}.compact-action-row .btn{border-radius:999px!important;min-height:auto!important;padding:9px 12px!important}.clickable-card{color:inherit;text-decoration:none;transition:transform .12s,border-color .12s}.clickable-card:hover{border-color:#ff97367a;transform:translateY(-1px)}.clickable-card .small{color:#ffd28d;font-weight:900}.card .btn{max-width:100%}.card:has(>.btn:only-child){max-width:100%}.profile-edit-review .btn,.admin-review-card .btn,.card .btn{min-height:auto}.auth-email-limit{margin:10px 0}.layout-utility-bar{display:none!important}@media (width<=620px){.nav-right-actions{gap:6px}.nav-profile-avatar{width:38px;height:38px}.timeline-clean-row{grid-template-columns:1fr}.rivalry-clean-row{grid-template-columns:40px minmax(0,1fr);padding:10px}.section-head .action-row,.compact-page-head .action-row{flex-wrap:wrap!important;display:flex!important}.compact-page-head .action-row .btn{flex:140px;width:auto!important}.card{padding:18px!important}.btn{padding:11px 14px}.hero-actions.compact-actions{grid-template-columns:1fr 1fr!important}.profile-mosaic-v62{gap:10px!important}.profile-info-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.global-image-modal.pinch-ready .global-image-toolbar{gap:6px}.image-pinch-hint{font-size:10px}.global-image-modal.pinch-ready .global-image-toolbar a,.global-image-modal.pinch-ready .global-image-toolbar button{padding:8px 10px;font-size:12px}}.card,.warm-panel,.compact-page-hero{overflow-wrap:normal;word-break:normal}.card .btn,.btn,button.btn{border-radius:18px!important;min-height:42px!important;padding:10px 14px!important}:is(.card:has(>.btn:only-child),.card:has(>a.btn:only-child)){min-height:unset!important;padding:12px!important}.section-head.compact-page-head{align-items:flex-start;gap:12px}.section-head.compact-page-head .action-row{flex-flow:wrap;justify-content:flex-start;display:flex}.compact-error-state,.compact-loading-state{max-width:760px;margin:22px auto;padding:18px!important}.compact-error-state h2,.compact-loading-state h2{font-size:clamp(26px,5vw,38px)!important}.rivalry-clean-list{gap:10px;display:grid}.rivalry-clean-row{color:inherit;background:#00000038;border:1px solid #ff973638;border-radius:18px;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;padding:10px 12px;text-decoration:none;display:grid}.rivalry-avatar{color:#fff;background:#e85b16;border-radius:999px;place-items:center;width:40px;height:40px;font-weight:1000;display:grid}.rivalry-clean-row strong,.rivalry-clean-row span,.rivalry-clean-row small{line-height:1.25;display:block}.rivalry-clean-row small{color:var(--muted)}.elo-timeline-clean{background:#00000038;border:1px solid #ff973633;border-radius:18px;margin-top:12px;padding:12px}.timeline-clean-row{border-top:1px solid #ffffff14;grid-template-columns:80px 1fr 160px;gap:8px;padding:8px 0;display:grid}.timeline-clean-row:first-of-type{border-top:0}.timeline-clean-row small{color:var(--muted)}.compact-profile-form{gap:12px!important}.media-upload-row .upload-control{background:#ffffff0a;border:1px dashed #ff973673;border-radius:16px;place-items:center;min-height:46px;display:grid;position:relative;overflow:hidden}.media-upload-row input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.media-upload-row span{align-items:center;gap:8px;font-weight:900;display:flex}.advanced-url-fields summary{cursor:pointer;color:#ffd27f;font-weight:900}.notifications-v78 .notification-hero h1{font-size:clamp(34px,8vw,58px)!important}.mini-flow-card{color:inherit;background:#00000038;border:1px solid #ff973638;border-radius:18px;align-items:center;gap:10px;padding:12px;text-decoration:none;display:flex}.mini-flow-card strong{font-size:.92rem}.mini-flow-card span{color:#ffd27f;margin-left:auto;font-weight:900}.notification-list-compact{gap:10px;display:grid}.inline-count{color:#fff;background:#ff5e18;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:6px;padding:0 6px;font-size:.75rem;font-weight:1000;display:inline-flex}.admin-invite-form textarea,.mobile-first-form textarea{min-height:96px!important}.admin-invite-row{border-radius:18px!important;padding:12px!important}.admin-invite-actions{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.profile-edit-review .btn,.admin-review-card .btn,.review-card .btn{border-radius:16px!important;min-height:42px!important;padding:10px 14px!important}.profile-edit-review .card,.admin-review-card,.review-card{min-height:unset!important;padding:14px!important}.global-image-modal{touch-action:none}.global-image-stage{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom!important;overflow:auto!important}.global-image-stage img{object-fit:contain;touch-action:pinch-zoom;width:auto;max-width:100%;height:auto;max-height:none!important}.image-pinch-hint{color:#ffd27f;text-align:center;font-size:.86rem;font-weight:900}.global-image-toolbar{gap:8px}.global-image-toolbar a,.global-image-toolbar button{border-radius:999px!important;min-height:40px!important;padding:8px 12px!important}@media (width<=700px){.timeline-clean-row,.notification-summary-row{grid-template-columns:1fr}.profile-preview-row{grid-template-columns:54px 1fr}.profile-preview-row .btn{grid-column:1/-1}.section-head.compact-page-head{display:block}.section-head.compact-page-head .action-row{margin-top:10px}.cards-page .section-head .action-row,.compact-action-row{grid-template-columns:1fr 1fr!important;display:grid!important}.compact-action-row .btn{width:100%!important}.grid>.card,.grid>.span-4,.grid>.span-5,.grid>.span-6,.grid>.span-7,.grid>.span-8{min-height:unset!important}.profile-main-copy h1{font-size:clamp(30px,9vw,42px)!important}.profile-hero-compact{padding:14px!important}.global-image-toolbar{justify-content:space-between}.image-pinch-hint{display:none}}.account-status-strip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09090bb8;border:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;padding:.5rem .75rem;font-size:clamp(.76rem,1.7vw,.92rem);line-height:1.25;display:flex}.account-status-strip a,.account-status-strip button{min-height:0;color:inherit;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;max-width:min(720px,92vw);padding:.35rem .55rem;font-size:.78rem;line-height:1.15;text-decoration:none}.account-status-strip.trust-unverified{background:linear-gradient(90deg,#402200bf,#0d0d0fbd);border-color:#ffb45047}.status-mini-button{cursor:pointer}.status-mini-link{white-space:nowrap}.account-trust-banner{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;flex-wrap:wrap;align-items:center;gap:.65rem;margin:1rem 0;padding:.75rem .9rem;display:flex}.account-trust-banner span{opacity:.82;font-size:.88rem}.compact-grid-rows{gap:.7rem;margin:1rem 0;display:grid}.compact-row-card{color:inherit;background:#ffffff0e;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:.8rem;min-height:0;padding:.75rem .85rem;text-decoration:none;display:flex}.compact-row-card strong{font-size:.95rem;display:block}.compact-row-card span{opacity:.82;font-size:.82rem;display:block}.compact-row-card em{opacity:.75;margin-left:auto;font-size:.75rem;font-style:normal}.compact-row-card.clickable:hover{background:#ffffff17}.compact-check-list{margin:.5rem 0 0;padding-left:1.1rem}.compact-check-list li{margin:.25rem 0;font-size:.86rem}.compact-card{padding:clamp(.8rem,2vw,1.1rem)!important}.compact-card h3{margin:.2rem 0 .45rem;font-size:clamp(.98rem,2vw,1.15rem)}.compact-card p{font-size:.85rem;line-height:1.4}.admin-summary-row-v79{grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;margin:1rem 0;display:grid}.admin-summary-row-v79 a{color:inherit;background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:.15rem;padding:.65rem .7rem;text-decoration:none;display:flex}.admin-summary-row-v79 strong{font-size:.95rem}.admin-summary-row-v79 span{opacity:.75;font-size:.72rem}.fegl-matchday-mode .layout-utility-bar,.fegl-matchday-mode .nav-menu[data-menu-label=Archive],.fegl-matchday-mode .nav-menu[data-menu-label=Contact]{display:none!important}.fegl-matchday-mode .shell{max-width:1120px}.trust-page-v79 .compact-page-hero,.start-v79 .compact-page-hero{padding-block:clamp(1rem,3vw,1.7rem)}@media (width<=720px){.admin-summary-row-v79{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-summary-row-v79 a{padding:.55rem}.account-status-strip{justify-content:flex-start}.account-status-strip a:first-of-type{white-space:normal;max-width:100%}.compact-row-card{padding:.65rem .7rem}.compact-row-card em{display:none}.compact-card{border-radius:16px!important}.grid.admin-compact-grid-v79{gap:.65rem}.grid.admin-compact-grid-v79>.card{grid-column:span 12!important}}.layout-utility-bar span{font-weight:900}.layout-utility-bar span:after{content:""}.v80-card-compact,.player-profile-v80 .card,.profile-builder-v80 .card,.admin-players-v80 .card{min-height:0!important;padding:clamp(14px,2.5vw,22px)!important}.player-profile-v80 h1{font-size:clamp(32px,7vw,58px)!important}.player-profile-v80 h2,.profile-builder-v80 h2,.admin-players-v80 h2{font-size:clamp(24px,5vw,38px)!important}.v80-player-hero{align-items:center;grid-template-columns:88px minmax(0,1fr) 120px!important;gap:14px!important}.profile-card-summary.compact{min-height:0!important;padding:12px!important}.profile-avatar-large.compact{width:78px!important;height:78px!important}.hero-actions.compact-actions .btn,.small-btn{border-radius:14px!important;min-height:40px!important;padding:9px 13px!important}.v80-stat-tile{background:linear-gradient(135deg,#ff6a1414,#0000004d);border:1px solid #ff97363b;border-radius:18px;min-height:92px;padding:12px}.v80-stat-tile span,.v80-stat-tile small{color:#d8c6ad;display:block}.v80-stat-tile span{text-transform:uppercase;letter-spacing:.12em;color:#ffd277;font-size:12px;font-weight:900}.v80-stat-tile strong{color:#fff3df;margin:4px 0;font-size:clamp(24px,4vw,34px);line-height:1.05;display:block}.v80-rivalry-row{color:#fff3df;background:#0003;border:1px solid #ff973638;text-decoration:none;overflow:hidden;border-radius:16px!important;grid-template-columns:42px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:70px!important;padding:10px 12px!important;display:grid!important}.v80-rivalry-avatar{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#ff6a16,#b82712);border-radius:50%;flex:0 0 40px;place-items:center;font-weight:1000;display:grid;overflow:hidden;width:40px!important;height:40px!important}.v80-rivalry-row div{min-width:0}.v80-rivalry-row strong,.v80-rivalry-row span,.v80-rivalry-row small{white-space:normal!important;overflow-wrap:anywhere!important;line-height:1.2!important;display:block!important}.v80-rivalry-row span{color:#ecd2b5;font-size:14px}.v80-rivalry-row small{color:#bfa98e;font-size:12px}.v80-timeline-list{gap:8px;margin-top:10px;display:grid}.v80-timeline-row{background:#00000029;border:1px solid #ff973626;border-radius:14px;grid-template-columns:80px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:44px;padding:8px 10px;display:grid}.v80-timeline-row span,.v80-timeline-row small{overflow-wrap:anywhere;color:#d7bea0;min-width:0}.v80-mini-row{background:#00000026;border:1px solid #ffffff0f;border-radius:14px;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:10px;margin-bottom:8px;padding:9px 10px;display:grid}.v80-mini-row strong,.v80-mini-row span{line-height:1.25;display:block}.v80-mini-row span{color:#d7bea0}.v80-admin-results{gap:6px;display:grid}.v80-flow-grid .card{min-height:0!important}.v80-flow-grid textarea{min-height:82px!important}.v80-flow-grid label{font-size:14px}.v80-flow-grid input,.v80-flow-grid select,.v80-flow-grid textarea{min-height:42px!important}.compact-profile-form textarea{min-height:92px!important}.upload-control{cursor:pointer;background:#00000038;border:1px dashed #ff973661;border-radius:14px;justify-content:center;align-items:center;min-height:48px;padding:12px;display:flex;position:relative}.upload-control input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.advanced-url-fields{background:#0000001f;border:1px solid #ff97362e;border-radius:14px;padding:10px}.profile-preview-row{grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.profile-preview-avatar{background:#0000004d;border:1px solid #ff973640;border-radius:16px;place-items:center;width:52px;height:52px;display:grid;overflow:hidden}.profile-preview-avatar img{object-fit:cover;width:100%;height:100%}.small-avatar{width:44px;height:44px}.v80-admin-player-list{gap:10px;display:grid}.v80-admin-player-row{background:#00000029;border:1px solid #ff97362e;border-radius:16px;grid-template-columns:48px minmax(0,1.2fr) minmax(160px,1fr) auto auto auto;align-items:center;gap:10px;padding:10px;display:grid}.v80-admin-player-main{min-width:0}.v80-admin-player-main strong,.v80-admin-player-main span{overflow-wrap:anywhere;display:block}.v80-admin-player-main span{color:#d7bea0;font-size:13px}.v80-flow-steps{gap:8px;display:grid}.v80-step-row{background:#00000029;border:1px solid #ff97361f;border-radius:12px;grid-template-columns:34px 1fr;align-items:center;gap:8px;padding:8px 10px;display:grid}.v80-step-row strong{color:#fff;background:#ff6818;border-radius:999px;place-items:center;width:26px;height:26px;display:grid}.competition-wizard-page .competition-wizard-card{padding:16px!important}.competition-wizard-page .form.compact-form label{font-size:14px}.competition-wizard-page input,.competition-wizard-page select{border-radius:14px!important;min-height:42px!important}.wizard-summary-strip{min-height:0!important;padding:14px!important}.mini-toggle-card{padding:13px!important}.table-card.tight-table table td,.table-card.tight-table table th{padding:10px!important}.elo-timeline-mini{display:none!important}.chart-open-button,.feature-card,.linked-mini-stat,.mini-stat,.bracket-slot-card{min-height:0!important}.card .btn:not(.poster-download-btn),.hero .btn{min-height:40px}.profile-mosaic-v62,.profile-info-strip{min-height:0!important}.profile-feature-stat,.profile-secondary-panel{min-height:0!important;padding:12px!important}@media (width<=980px){.v80-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.v80-player-hero{grid-template-columns:1fr!important}.v80-admin-player-row{grid-template-columns:44px minmax(0,1fr);align-items:start}.v80-admin-player-row label,.v80-admin-player-row button{grid-column:1/-1}.profile-preview-row{grid-template-columns:52px minmax(0,1fr)}.profile-preview-row button{grid-column:1/-1}.competition-wizard-page .form.compact-form{grid-template-columns:1fr!important}}@media (width<=640px){.v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v80-stat-tile{min-height:74px!important;padding:10px!important}.v80-stat-tile strong{font-size:24px!important}.v80-rivalry-row{grid-template-columns:40px minmax(0,1fr)!important}.v80-timeline-row{grid-template-columns:1fr}.profile-avatar-large.compact{width:70px!important;height:70px!important}.player-profile-v80 .card,.profile-builder-v80 .card,.admin-players-v80 .card{padding:14px!important}.v80-flow-grid{display:block}.v80-flow-grid .card{margin-bottom:12px}.v80-admin-player-row{padding:9px!important}.table-card{overflow-x:auto!important}.responsive-card-table table{min-width:0!important}.responsive-card-table tbody tr{border-bottom:1px solid #ff97361f;padding:10px 0;display:block}.responsive-card-table thead{display:none}.responsive-card-table td{justify-content:space-between;gap:12px;border:0!important;padding:8px 0!important;display:flex!important}.responsive-card-table td:before{content:attr(data-label);color:#ffd277;text-transform:uppercase;font-size:12px;font-weight:900}.card h1,.hero h1{font-size:clamp(30px,10vw,48px)!important}.card h2,.hero h2{font-size:clamp(23px,7vw,34px)!important}}:root{--v801-row-h:56px}.player-hub-grid.v801-player-list{grid-template-columns:1fr!important;gap:10px!important;display:grid!important}.v801-list-heading{margin:22px 0 10px!important;font-size:clamp(22px,4vw,30px)!important}.v801-player-row.player-hub-card{grid-template-columns:50px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-height:0!important;padding:12px!important;display:grid!important}.v801-player-row .player-rank{background:#ff6a1433!important;border-radius:14px!important;place-items:center!important;width:42px!important;height:42px!important;font-size:18px!important;display:grid!important}.v801-player-row .player-hub-main h3{margin:4px 0!important;font-size:clamp(18px,4.5vw,26px)!important}.v801-player-row .player-hub-main p,.v801-player-row .player-hub-main small{font-size:13px!important;line-height:1.3!important}.v801-mini-stat-grid{grid-column:1/-1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-top:8px!important;display:grid!important}.v801-mini-stat-grid>div{border-radius:14px!important;min-height:58px!important;padding:8px!important}.v801-mini-stat-grid strong{font-size:clamp(18px,4.8vw,24px)!important}.v801-mini-stat-grid span{font-size:10px!important}.compact-unranked .v801-player-row{opacity:.92;border-style:dashed!important}.compact-unranked .v801-mini-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.player-profile-v80 .card,.profile-builder-v80 .card,.admin-safety-compact .card,.admin-players-v80 .card,.competition-wizard-page .card{min-height:0!important}.player-profile-v80 h2,.profile-builder-v80 h2,.admin-safety-compact h2{font-size:clamp(22px,5vw,32px)!important}.v80-stat-grid{gap:8px!important}.v80-card-compact p{font-size:14px!important}.v80-mini-row{border-radius:12px!important;min-height:0!important;margin-bottom:6px!important;padding:8px 9px!important}.v80-mini-row strong{font-size:14px!important}.v80-mini-row span{font-size:13px!important}.table-card.tight-table table td,.table-card.tight-table table th{padding:8px!important;font-size:13px!important}.v80-rivalry-row{grid-template-columns:48px minmax(0,1fr)!important;gap:10px!important;min-height:62px!important;padding:8px 10px!important;overflow:visible!important}.v80-rivalry-avatar{justify-self:center!important;width:38px!important;min-width:38px!important;height:38px!important;font-size:12px!important;position:static!important}.v80-rivalry-row span{font-size:13px!important}.v80-rivalry-row small{overflow-wrap:normal!important;word-break:normal!important;font-size:12px!important}.empty-mini{color:#d7bea0;background:#00000024;border:1px dashed #ff973633;border-radius:12px;padding:10px;font-size:13px}.admin-safety-compact .review-row{background:#00000029!important;border:1px solid #ff973629!important;border-radius:14px!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px 12px!important;margin-bottom:8px!important;padding:10px!important;display:grid!important}.admin-safety-compact .review-row p{margin:2px 0!important;font-size:12.5px!important}.admin-safety-compact .review-row>.action-row{flex-direction:column!important;grid-area:1/2/span 3!important;gap:6px!important;display:flex!important}.admin-safety-compact .review-row .btn{border-radius:12px!important;min-height:34px!important;padding:7px 10px!important;font-size:12px!important}.security-lock-row{min-height:0!important;padding:8px!important}.mini-grid{gap:8px!important}.mini-stat{border-radius:14px!important;min-height:0!important;padding:10px!important}.profile-builder-v80 .v80-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.profile-builder-v80 .v80-flow-grid .card{padding:12px!important}.profile-builder-v80 .v80-flow-grid label{gap:5px!important;margin-bottom:7px!important;display:grid!important}.profile-builder-v80 input,.profile-builder-v80 select,.profile-builder-v80 textarea{border-radius:12px!important;width:100%!important;min-width:0!important;min-height:38px!important;font-size:14px!important}.profile-builder-v80 textarea{min-height:74px!important}.profile-builder-v80 .btn{min-height:40px!important}.upload-control{min-height:42px!important}.profile-preview-row{min-height:0!important}.responsive-card-table td{white-space:normal!important}.responsive-card-table td:last-child{text-align:right}.responsive-card-table td:before{white-space:nowrap!important}@media (width<=760px){.v801-player-row.player-hub-card{grid-template-columns:44px minmax(0,1fr)!important}.v801-mini-stat-grid,.v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v80-card-compact{padding:12px!important}.v80-rivalry-row{grid-template-columns:44px minmax(0,1fr)!important;padding:8px!important}.v80-rivalry-avatar{width:34px!important;min-width:34px!important;height:34px!important;font-size:11px!important}.admin-safety-compact .review-row{grid-template-columns:1fr!important}.admin-safety-compact .review-row>.action-row{grid-area:auto/1!important;grid-template-columns:1fr 1fr!important;display:grid!important}.profile-builder-v80 .v80-flow-grid{grid-template-columns:1fr!important}.responsive-card-table{overflow:visible!important}.responsive-card-table table,.responsive-card-table thead,.responsive-card-table tbody,.responsive-card-table th,.responsive-card-table td,.responsive-card-table tr{width:100%!important;min-width:0!important;display:block!important}.responsive-card-table thead{display:none!important}.responsive-card-table tr{background:#0000002e!important;border:1px solid #ff97362e!important;border-radius:14px!important;margin-bottom:8px!important;padding:8px!important}.responsive-card-table td{text-align:right!important;border:0!important;justify-content:space-between!important;gap:10px!important;padding:6px 0!important;display:flex!important}.responsive-card-table td:before{content:attr(data-label)!important;color:#ffd277!important;text-transform:uppercase!important;font-size:11px!important;font-weight:900!important}.profile-hero-compact.v80-player-hero{grid-template-columns:1fr!important;display:grid!important}.hero-actions.compact-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.hero-actions.compact-actions .btn{width:100%!important}.player-profile-v80 .chart-open-button{min-height:0!important}.player-profile-v80 .elo-chart-wrap{padding:6px!important}}:root{--v81-card-pad:10px;--v81-radius:14px;--v81-border:#ff97362e}.card:not(.home-landing):not(.season-art-card),.compact-card,.warm-panel,.section-panel,.clean-panel{min-height:0!important;padding:var(--v81-card-pad)!important;border-radius:var(--v81-radius)!important}.card h1{font-size:clamp(28px,5.5vw,44px)!important}.card h2{font-size:clamp(21px,4.3vw,30px)!important}.card h3{font-size:clamp(16px,3.3vw,21px)!important}.card p{font-size:14px!important;line-height:1.38!important}.btn,.small-btn,.card .btn:not(.poster-download-btn){border-radius:12px!important;min-height:36px!important;max-height:48px!important;padding:7px 11px!important;font-size:12px!important}.action-row{gap:7px!important}.admin-v81-chip-grid{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:8px;margin:10px 0 8px;display:grid}.admin-v81-chip{border:1px solid var(--v81-border);background:linear-gradient(135deg,#ff6a1412,#00000042);border-radius:14px;min-height:66px;padding:9px 10px}.admin-v81-chip span,.admin-v81-chip small{color:#d7bea0;font-size:11px;display:block}.admin-v81-chip span{text-transform:uppercase;letter-spacing:.12em;color:#ffd277;font-weight:900}.admin-v81-chip strong{color:#fff3df;text-transform:capitalize;margin:2px 0;font-size:22px;line-height:1.1;display:block}.admin-v81-queue-strip{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important;gap:7px!important;margin:8px 0 12px!important}.admin-v81-queue-strip span{font-size:11px!important}.admin-compact-grid-v79{gap:9px!important}.admin-compact-grid-v79 .card{min-height:0!important}.admin-compact-grid-v79 .card p{min-height:0!important;margin:5px 0 8px!important}.v80-stat-grid{grid-template-columns:repeat(auto-fit,minmax(116px,1fr))!important;gap:7px!important;margin:10px 0!important;display:grid!important}.v80-stat-tile{border-radius:13px!important;min-height:58px!important;padding:8px 9px!important}.v80-stat-tile span{font-size:9px!important}.v80-stat-tile strong{margin:2px 0!important;font-size:clamp(18px,3.8vw,26px)!important}.v80-stat-tile small{font-size:10.5px!important}.v80-player-hero{grid-template-columns:64px minmax(0,1fr) 82px!important;padding:12px!important}.profile-avatar-large.compact{border-radius:16px!important;width:58px!important;height:58px!important}.profile-card-summary.compact{padding:8px!important}.profile-tags{gap:5px!important}.badge{padding:5px 7px!important;font-size:10px!important}.v80-rivalry-avatar{letter-spacing:0!important;border-radius:50%!important;place-items:center!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:9px!important;line-height:1!important;display:grid!important;overflow:hidden!important}.v80-mini-row{border-radius:12px!important;min-height:0!important;padding:7px 8px!important}.v80-card-compact{border-radius:15px!important;padding:10px!important}.v80-card-compact h2{font-size:clamp(20px,4.8vw,28px)!important}.v80-timeline-row{border-radius:10px!important;min-height:32px!important;padding:6px 8px!important}.table-card table td,.table-card table th{padding:7px 8px!important;font-size:12px!important}.responsive-card-table tr{min-height:0!important}.competition-wizard-page .grid{gap:9px!important}.competition-wizard-page .competition-wizard-card,.competition-wizard-page .wizard-remake-panel,.competition-wizard-page .wizard-summary-strip{border-radius:14px!important;padding:10px!important}.competition-wizard-page input,.competition-wizard-page select,.competition-wizard-page textarea{border-radius:11px!important;min-height:36px!important;font-size:13px!important}.competition-wizard-page .form.compact-form{gap:8px!important}.competition-wizard-page .form.compact-form label{gap:4px!important;font-size:12px!important}.player-check-row{border-radius:12px!important;min-height:44px!important;padding:7px 8px!important}.wizard-tabs .btn{min-height:34px!important}.wizard-remake-panel .action-row .btn{width:auto!important;min-width:0!important}.bracket-slot-card{border-radius:12px!important;min-height:0!important;padding:9px!important}.player-dashboard-v81 .form.mobile-first-form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:8px 10px!important;display:grid!important}.player-dashboard-v81 .form.mobile-first-form label{gap:5px!important;min-width:0!important;display:grid!important}.player-dashboard-v81 input,.player-dashboard-v81 select,.player-dashboard-v81 textarea{border-radius:12px!important;min-height:38px!important;font-size:14px!important}.player-dashboard-v81 textarea{min-height:78px!important}.player-dashboard-v81 .full{grid-column:1/-1!important}.v81-profile-editor .section-head{align-items:center!important}.upload-control{border-radius:12px!important;min-height:38px!important;padding:8px!important}.nav-count-badge,.nav-item-count{color:#fff!important;background:#ff6818!important;border-radius:999px!important;place-items:center!important;min-width:18px!important;height:18px!important;margin-left:5px!important;padding:0 5px!important;font-size:10px!important;font-weight:1000!important;display:inline-grid!important}@media (width<=760px){.card:not(.home-landing):not(.season-art-card){padding:9px!important}.grid{gap:9px!important}.admin-v81-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-v81-chip{min-height:56px!important}.admin-v81-chip strong{font-size:19px!important}.admin-v81-queue-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v80-player-hero{grid-template-columns:52px minmax(0,1fr)!important}.profile-card-summary.compact{grid-column:1/-1!important}.v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v80-stat-tile{min-height:54px!important}.v80-rivalry-row{grid-template-columns:30px minmax(0,1fr)!important;min-height:48px!important}.v80-rivalry-avatar{width:26px!important;min-width:26px!important;height:26px!important;font-size:8px!important}.v80-rivalry-row strong{font-size:13px!important}.v80-rivalry-row span,.v80-rivalry-row small{font-size:10.5px!important}.competition-wizard-page .span-8,.competition-wizard-page .span-4,.competition-wizard-page .span-12{grid-column:span 12!important}.competition-wizard-page .form.compact-form{grid-template-columns:1fr!important}.hero-actions.compact-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-actions.compact-actions .btn{width:100%!important}}.identity-lock-panel .notice.compact{margin:8px 0!important;padding:8px 10px!important;font-size:12px!important}.home-site-pulse{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:14px 0 6px;display:grid}.home-site-pulse>div{background:linear-gradient(135deg,#ff6a140f,#0000003d);border:1px solid #ff97362e;border-radius:14px;min-height:58px;padding:9px 10px}.home-site-pulse span,.home-site-pulse small{color:#d7bea0;font-size:10.5px;line-height:1.2;display:block}.home-site-pulse span{text-transform:uppercase;letter-spacing:.12em;color:#ffd277;font-weight:900}.home-site-pulse strong{color:#fff3df;text-transform:capitalize;margin:2px 0;font-size:20px;line-height:1.05;display:block}.v80-rivalry-list{gap:6px!important}.v80-rivalry-row{border-radius:12px!important;grid-template-columns:28px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-height:44px!important;padding:6px 8px!important;overflow:hidden!important}.v80-rivalry-avatar svg{width:13px!important;height:13px!important}.v80-rivalry-row strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:13px!important;line-height:1.08!important;overflow:hidden!important}.v80-rivalry-row span,.v80-rivalry-row small{white-space:nowrap!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;word-break:normal!important;font-size:10.5px!important;line-height:1.12!important;overflow:hidden!important}.admin-v81-chip-grid{grid-template-columns:repeat(auto-fit,minmax(105px,1fr))!important;gap:6px!important}.admin-v81-chip{border-radius:12px!important;min-height:48px!important;padding:7px 8px!important}.admin-v81-chip strong{font-size:17px!important}.admin-v81-chip span,.admin-v81-chip small{font-size:9.5px!important}.admin-v81-queue-strip a{border-radius:12px!important;min-height:42px!important;padding:7px 8px!important}.admin-v81-queue-strip strong{font-size:15px!important}.admin-compact-grid-v79 .card{border-radius:13px!important;padding:9px!important}.admin-compact-grid-v79 .card p{font-size:12.5px!important;line-height:1.3!important}.admin-compact-grid-v79 .card .btn{min-height:33px!important;padding:6px 9px!important;font-size:11px!important}@media (width<=760px){.home-site-pulse{grid-template-columns:1fr!important}.home-site-pulse>div{min-height:50px!important}.v80-rivalry-row{grid-template-columns:26px minmax(0,1fr)!important;min-height:42px!important;padding:6px 7px!important}.v80-rivalry-avatar{width:22px!important;min-width:22px!important;height:22px!important}.v80-rivalry-avatar svg{width:12px!important;height:12px!important}.v80-rivalry-row strong{font-size:12.5px!important}.v80-rivalry-row span,.v80-rivalry-row small{font-size:10px!important}.admin-v81-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-v81-chip{min-height:46px!important}.admin-v81-queue-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root{--v82-card-pad:clamp(10px,1.8vw,16px)}.shell .card:not(.home-landing):not(.poster-action-card),.competition-wizard-page .card,.player-profile-v80 .card,.profile-builder-v80 .card{padding:var(--v82-card-pad)!important;min-height:0!important}.v80-stat-tile,.admin-v81-chip,.home-site-pulse>div{border-radius:14px!important;min-height:0!important;padding:10px 12px!important}.v80-stat-tile strong,.admin-v81-chip strong{font-size:clamp(18px,3vw,28px)!important;line-height:1!important}.v80-rivalry-list{gap:7px!important;display:grid!important}.v80-rivalry-row{border-radius:13px!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:9px!important;min-height:46px!important;padding:7px 9px!important;display:grid!important;overflow:hidden!important}.v80-rivalry-avatar{color:#ffd277!important;background:linear-gradient(135deg,#ff6a142e,#ffd27714)!important;border:1px solid #ff973657!important;border-radius:8px!important;justify-self:center!important;place-items:center!important;width:26px!important;min-width:26px!important;height:26px!important;display:grid!important;overflow:hidden!important}.v80-rivalry-avatar svg{stroke-width:2.4px!important;width:13px!important;height:13px!important;display:block!important}.v80-rivalry-row div{min-width:0!important;overflow:hidden!important}.v80-rivalry-row strong,.v80-rivalry-row span,.v80-rivalry-row small{white-space:nowrap!important;text-overflow:ellipsis!important;overflow-wrap:normal!important;word-break:normal!important;line-height:1.15!important;display:block!important;overflow:hidden!important}.v80-rivalry-row strong{font-size:13.5px!important}.v80-rivalry-row span,.v80-rivalry-row small{color:#d7bea0!important;font-size:10.5px!important}.prematch-odds{background:#0000002e;border:1px solid #ff973638;border-radius:14px;gap:8px;margin:10px 0;padding:10px;display:grid}.prematch-odds.compact{margin:8px 0;padding:8px}.odds-head{color:#ffd277;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:11px;display:flex}.odds-head span{color:#d7bea0;text-transform:none;letter-spacing:0;margin-left:auto}.odds-grid{grid-template-columns:1fr auto 1fr;gap:8px;display:grid}.prematch-odds.compact .odds-grid{grid-template-columns:1fr 1fr}.prematch-odds.compact .odds-grid>div:nth-child(2):not(:last-child){display:none}.odds-grid>div{background:#0000002e;border:1px solid #ffffff0f;border-radius:12px;min-width:0;padding:8px}.odds-grid small,.odds-grid em{white-space:nowrap;text-overflow:ellipsis;color:#d7bea0;font-style:normal;display:block;overflow:hidden}.odds-grid strong{color:#fff3df;font-size:clamp(20px,4vw,30px);line-height:1}.odds-grid em{align-items:center;gap:4px;font-size:11px;display:flex}.bracket-preview-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:8px!important;display:grid!important}.bracket-slot-card{border-radius:12px!important;min-height:0!important;padding:10px!important;overflow:hidden!important}.bracket-slot-card strong,.bracket-slot-card small,.bracket-slot-card span{white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important;overflow:hidden!important}.bracket-slot-card strong{font-size:14px!important}.bracket-slot-card span,.bracket-slot-card small{font-size:11px!important}.rule-group,.rule-summary-button{min-height:0!important}@media (width<=760px){.shell .card:not(.home-landing):not(.poster-action-card){padding:9px!important}.v80-rivalry-row{grid-template-columns:30px minmax(0,1fr)!important;min-height:42px!important}.v80-rivalry-avatar{width:24px!important;min-width:24px!important;height:24px!important}.odds-grid{grid-template-columns:1fr!important}.prematch-odds.compact .odds-grid{grid-template-columns:1fr 1fr!important}.bracket-preview-grid{grid-template-columns:1fr!important}.profile-hero-compact.v80-player-hero,.home-site-pulse{gap:8px!important}}.owner-site-pulse{margin:10px 0!important}.pulse-list{gap:6px;display:grid}.pulse-row{background:#0003;border:1px solid #ff973629;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);align-items:center;gap:8px;padding:8px 10px;display:grid}.pulse-row strong,.pulse-row span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.pulse-row span{color:#d7bea0;font-size:12px}.compact-admin-grid .card{min-height:0!important}.admin-registration-map{margin-top:12px}.queue-explainer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.queue-explainer-grid>div{background:#0003;border:1px solid #ff973629;border-radius:12px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:2px 8px;padding:9px;display:grid}.queue-explainer-grid strong{font-size:13px}.queue-explainer-grid span{color:#d7bea0;grid-column:2;font-size:11px;line-height:1.2}.queue-tabs{gap:7px;padding:6px 0 10px;display:flex;overflow-x:auto}.queue-tabs button{color:#fff0d8;background:#0000003d;border:1px solid #ff97363d;border-radius:999px;flex:none;padding:8px 10px;font-size:12px;font-weight:900}.queue-tabs button.active{color:#fff;background:linear-gradient(135deg,#ff6118,#b51f13)}.queue-tabs span{background:#00000047;border-radius:99px;place-items:center;min-width:18px;height:18px;margin-left:6px;font-size:10px;display:inline-grid}.queue-search{background:#0003!important;border:1px solid #ff973638!important;border-radius:14px!important;align-items:center!important;gap:8px!important;margin-bottom:10px!important;padding:0 10px!important;display:flex!important}.queue-search input{background:0 0!important;border:0!important;width:100%!important;min-height:40px!important}.admin-queue-item{background:#00000038;border:1px solid #ff97362b;border-radius:14px;grid-template-columns:160px minmax(180px,1.2fr) minmax(170px,1fr) minmax(80px,.5fr) auto;align-items:center;gap:8px;min-height:0;padding:9px 10px;display:grid}.queue-type{flex-wrap:wrap;gap:5px;display:flex}.queue-main,.queue-detail{min-width:0}.queue-main strong,.queue-main span,.queue-detail span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.queue-main span,.queue-detail span,.queue-risk{color:#d7bea0;font-size:12px}.queue-risk.clean{color:#9ce0a7}.queue-risk{align-items:center;gap:4px;display:flex}.queue-actions{justify-self:end}.people-control-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0;display:grid}.people-control-card{color:#fff1dc;background:#0000003d;border:1px solid #ff97363d;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px;min-height:68px;padding:12px;text-decoration:none;display:grid}.people-control-card span{color:#d7bea0;grid-column:2;font-size:12px}.people-control-card strong{font-size:14px}.people-control-card svg{color:#ffd277}.admin-review-modal .hero-actions{flex-wrap:wrap;gap:8px;display:flex}.empty.compact{color:#d7bea0;border:1px solid #ff973624;border-radius:12px;padding:12px}.badge.status-approved{color:#bff2c9!important;background:#21a35629!important}.badge.status-rejected{color:#ffd2ca!important;background:#c42d232e!important}.badge.status-pending,.badge.status-submitted{color:#ffd277!important;background:#ff68182e!important}@media (width<=900px){.queue-explainer-grid,.people-control-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-queue-item{grid-template-columns:1fr}.queue-actions{justify-self:stretch}.queue-actions .btn{width:100%}.pulse-row{grid-template-columns:1fr}.pulse-row span,.admin-queue-item .queue-main strong,.admin-queue-item .queue-main span,.admin-queue-item .queue-detail span{white-space:normal}}@media (width<=560px){.queue-explainer-grid,.people-control-grid{grid-template-columns:1fr}.queue-tabs button{padding:7px 9px;font-size:11px}.people-control-card{min-height:58px}.admin-v81-chip small{font-size:9px!important;line-height:1.15!important}}.join-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:6px 0 10px;display:grid}.join-choice{color:inherit;text-align:left;cursor:pointer;background:#ffffff0b;border:1px solid #ffffff1f;border-radius:16px;min-height:84px;padding:12px;transition:all .15s}.join-choice strong{margin-bottom:5px;font-size:.94rem;display:block}.join-choice span{opacity:.78;font-size:.78rem;line-height:1.35;display:block}.join-choice.selected{background:#ff692324;border-color:#ff8037cc;box-shadow:0 0 0 1px #ff80371f}.compact-flow-list{margin:10px 0 12px;padding-left:20px}.compact-flow-list li{margin:5px 0;font-size:.9rem}.compact-join-form label{font-size:.86rem}.compact-join-form input,.compact-join-form select,.compact-join-form textarea{min-height:42px}.compact-consent-card{padding:12px!important}.compact-consent-card label{align-items:flex-start;gap:8px;margin:8px 0;font-size:.84rem;display:flex}.small-select select{margin-top:6px}.compact-join-gate{max-width:760px;margin:0 auto}.join-fegl-v825 .card{overflow:hidden}@media (width<=760px){.join-choice-grid{grid-template-columns:1fr}.join-choice{min-height:auto;padding:10px}.join-fegl-v825 .hero-subtitle{font-size:.92rem}.compact-join-form{padding:12px!important}.compact-consent-card label{font-size:.8rem}}.profile-builder-v826 .compact-page-hero,.smart-my-fegl-page .compact-page-hero{margin-bottom:14px}.passport-card{padding:clamp(14px,2vw,20px)}.passport-top{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.passport-top>div:first-child{background:#ff842a14;border:1px solid #ff842a61;border-radius:18px;flex:none;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.passport-top img{object-fit:cover;width:100%;height:100%}.passport-top .btn{margin-left:auto}.smart-checklist{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:14px;display:grid}.smart-checklist>div{background:#ffffff09;border:1px solid #ff842a38;border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:4px 8px;padding:11px 12px;display:grid}.smart-checklist strong{font-size:.92rem}.smart-checklist span{color:#ffeedab8;grid-column:2;font-size:.82rem}.smart-checklist .done svg{color:#7cf58b}.smart-checklist .todo svg{color:#ff9d3d}.completion-meter{background:#0003;border:1px solid #ff842a38;border-radius:999px;align-items:center;gap:10px;min-height:40px;margin-top:12px;padding:9px 14px;display:flex;position:relative;overflow:hidden}.completion-meter>span{z-index:0;background:linear-gradient(90deg,#ff6b1c61,#ffc3572e);position:absolute;inset:0 auto 0 0}.completion-meter strong,.completion-meter em{z-index:1;font-size:.82rem;position:relative}.completion-meter em{color:#ffeedab8;font-style:normal}.profile-summary-grid{align-items:stretch}.profile-reward-preview{background:linear-gradient(135deg,#ff621029,#00c7d214);border:1px solid #ff842a57;border-radius:24px;min-height:280px;padding:14px;overflow:hidden}.profile-reward-preview .preview-avatar{background:#ffffff0f;border:1px solid #ffbf7273;border-radius:22px;flex:none;place-items:center;width:70px;height:70px;display:grid;overflow:hidden}.profile-reward-preview h2{margin:.15rem 0}.profile-reward-preview p{color:#ffeedac2}.profile-reward-preview.frame-bronze{box-shadow:inset 0 0 0 1px #cd7f3280,0 0 24px #cd7f321f}.profile-reward-preview.frame-silver{box-shadow:inset 0 0 0 1px #c8d7e694,0 0 26px #c8d7e624}.profile-reward-preview.frame-gold{box-shadow:inset 0 0 0 1px #ffcf4aa6,0 0 28px #ffcf4a2e}.profile-reward-preview.frame-elite,.profile-reward-preview.frame-hero,.profile-reward-preview.frame-eyekon{box-shadow:inset 0 0 0 1px #ff6b1ccc,0 0 32px #ff6b1c38}.profile-reward-preview.theme-minimal_dark{background:linear-gradient(135deg,#07090cd9,#1a1c1fb3)}.profile-reward-preview.theme-aqua{background:linear-gradient(135deg,#009bb438,#ff6b1c0f)}.profile-reward-preview.theme-gold_crown{background:linear-gradient(135deg,#ffc03633,#ff610d14)}.profile-reward-preview.theme-champion_flame{background:radial-gradient(circle at 50% 0,#ffc23342,#0000 38%),linear-gradient(135deg,#ff4d1638,#0000004d)}.mini-unlocks{color:#ffeedabf;border:1px solid #ff842a47;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-size:.8rem;display:inline-flex}.unlock-mini-list{gap:6px;margin:12px 0;display:grid}.unlock-mini-list strong{color:var(--gold);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.unlock-mini-list span{border:1px solid #ff842a33;border-radius:999px;padding:6px 9px;font-size:.82rem}.unlock-mini-list .locked{opacity:.55}.v826-profile-form{align-items:start}.editor-split-title{color:var(--gold);border-top:1px solid #ff842a38;align-items:center;gap:8px;margin-top:10px;padding-top:14px;display:flex}.editor-split-title span{color:#ffeedaad;font-size:.82rem}.cosmetic-picker{gap:8px;display:grid}.cosmetic-picker>div{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;display:grid}.cosmetic-picker button{text-align:left;color:var(--text);cursor:pointer;background:#ffffff09;border:1px solid #ff842a38;border-radius:16px;min-height:62px;padding:10px}.cosmetic-picker button.active{background:linear-gradient(135deg,#ff6b1c57,#ff6b1c1a);border-color:#ffb95ea8}.cosmetic-picker button.locked{opacity:.58;filter:grayscale(.25)}.cosmetic-picker button span{font-weight:800;display:block}.cosmetic-picker button em{color:#ffeedaad;margin-top:4px;font-size:.72rem;font-style:normal;display:block}.compact-toggle{background:#ffffff06;border:1px solid #ff842a2e;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;display:flex}.compact-toggle input[type=checkbox]{accent-color:#ff6b1c;width:20px;min-width:20px;height:20px}.sticky-preview{align-self:start;position:sticky;top:96px}.v826-flow-grid .card{padding:16px}.season-status-card{margin-top:14px}.notification-list-compact{gap:9px;margin-top:12px;display:grid}.notification-row{color:inherit;background:#ffffff08;border:1px solid #ff842a33;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px;text-decoration:none;display:grid}.notification-row.unread{background:#ff842a14;border-color:#ff842a85}.notification-row p{color:#ffeedac2;margin:.2rem 0}.notification-row small{color:#ffeeda8c}.notification-summary-row{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;margin:12px 0;display:grid}.mini-flow-card{color:inherit;background:#ffffff09;border:1px solid #ff842a38;border-radius:18px;gap:4px;padding:12px;text-decoration:none;display:grid}.mini-flow-card span{color:#ffeedab8}@media (width<=720px){.passport-top .btn{width:100%;margin-left:0}.profile-reward-preview .preview-main{align-items:flex-start}.cosmetic-picker>div{grid-template-columns:1fr}.sticky-preview{position:static}.completion-meter{border-radius:18px;flex-direction:column;align-items:flex-start}}.danger-action{color:#ffd7d2!important;background:#78140e2e!important;border-color:#ff503c73!important}.admin-review-modal .hero-actions .btn{min-height:40px!important;padding:9px 13px!important}.queue-risk.danger{color:#ffd1c7!important;background:#82190f24!important;border-color:#ff503c59!important}.admin-page .card,.admin-v826 .card,.admin-dashboard .card,.people-control-page .card,.competition-wizard-page .card{min-height:0!important;padding:clamp(12px,1.4vw,18px)!important}.admin-page .grid,.admin-dashboard .grid,.people-control-page .grid,.competition-wizard-page .grid{gap:10px!important}.admin-page h1,.admin-page h2,.competition-wizard-page h2,.people-control-page h1{margin-bottom:8px!important;line-height:1.02!important}.admin-page p,.competition-wizard-page p,.people-control-page p{line-height:1.32!important}.admin-v81-chip,.admin-status-card,.mini-flow-card{min-height:0!important;padding:10px 12px!important}.admin-inbox-grid .card{min-height:0!important}.queue-explainer-card,.queue-explainer-grid{margin-bottom:10px!important}.competition-wizard-page .notice,.competition-wizard-page .wizard-remake-panel,.competition-wizard-page .wizard-summary-strip{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;grid-column:1/-1!important;width:100%!important;min-width:0!important;max-width:100%!important}.competition-wizard-page .notice.compact{border-radius:14px!important;padding:10px 12px!important;display:block!important}.wizard-remake-panel{display:block!important}.wizard-remake-panel .action-row{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.wizard-summary-strip{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;display:grid!important}.wizard-summary-strip>div{min-width:0!important}.wizard-summary-strip span{white-space:normal!important;display:block!important}@media (width<=900px){.wizard-summary-strip{grid-template-columns:1fr!important}.wizard-summary-strip .btn{width:100%!important}}.profile-confirm-preview{background:linear-gradient(135deg,#ff6b1c1f,#00b4be14)!important;border-color:#ffb9508c!important}.profile-confirm-preview .profile-reward-preview{min-height:220px!important;margin-top:10px!important}.sticky-preview{max-height:calc(100dvh - 110px)!important;overflow:auto!important}.profile-reward-preview.accent-coral{border-color:#ff6a4ab8!important;box-shadow:0 0 0 1px #ff6a4a40,0 0 24px #ff502d1f!important}.profile-reward-preview.accent-gold{border-color:#ffd55bb8!important;box-shadow:0 0 0 1px #ffd55b33,0 0 24px #ffca371f!important}.profile-reward-preview.accent-kava{background:linear-gradient(135deg,#4f2d1380,#080b0ecc)!important;border-color:#bb8652b8!important}.profile-reward-preview.accent-ember{border-color:#ff762aa6!important}.profile-reward-preview.accent-eyekonic{border-color:#ffd75acc!important;box-shadow:0 0 30px #ff842a2e,inset 0 0 0 1px #ffd55a38!important}.profile-reward-preview.layout-card_focus .preview-main{background:#00000038;border:1px solid #ffb95e52;border-radius:20px;padding:12px}.profile-reward-preview.layout-stats_focus .mini-unlocks{display:flex}.profile-reward-preview.layout-stats_focus p{font-size:.94rem}.profile-reward-preview.layout-community_focus .preview-main{align-items:flex-start}.profile-reward-preview.layout-minimal_dark{background:#08090b!important;padding:18px!important}.profile-reward-preview.layout-champion_showcase{box-shadow:inset 0 0 0 1px #ffc74870,0 0 35px #ff731829!important}.cosmetic-picker button{position:relative;overflow:hidden}.cosmetic-picker button:before{content:"";opacity:.72;background:linear-gradient(90deg,#ff6e19bf,#080e12cc);border:1px solid #ffffff24;border-radius:999px;width:38px;height:20px;position:absolute;inset:auto 8px 8px auto}.cosmetic-picker button.cosmetic-bronze:before{background:linear-gradient(90deg,#a65a25,#2b160b)}.cosmetic-picker button.cosmetic-silver:before{background:linear-gradient(90deg,#d7e0e7,#353b44)}.cosmetic-picker button.cosmetic-gold:before,.cosmetic-picker button.cosmetic-gold_crown:before{background:linear-gradient(90deg,#ffd95a,#663d0c)}.cosmetic-picker button.cosmetic-aqua:before{background:linear-gradient(90deg,#25d9e6,#09242c)}.cosmetic-picker button.cosmetic-coral:before{background:linear-gradient(90deg,#ff6e50,#4c1008)}.cosmetic-picker button.cosmetic-kava:before{background:linear-gradient(90deg,#8a5730,#1a0f08)}.cosmetic-picker button.cosmetic-hot_streak:before,.cosmetic-picker button.cosmetic-champion_flame:before{background:linear-gradient(90deg,#ff4b12,#ffd45d)}.admin-queue-list{gap:7px!important;display:grid!important}.admin-queue-item{min-height:0!important;padding:9px 10px!important}.admin-queue-item .queue-main span,.admin-queue-item .queue-detail span{font-size:.78rem!important}.queue-actions .small-btn{min-height:34px!important;padding:7px 10px!important}.queue-tabs button{min-height:34px!important;padding:7px 10px!important}.queue-search input{min-height:40px!important}.locked-profile-look-launch{color:#fff0d8;background:linear-gradient(135deg,#ff6b1c1a,#00000038);border:1px solid #ff973638;border-radius:16px;gap:8px;padding:12px;display:grid}.locked-profile-look-launch span{color:#d8c3a8;font-size:.86rem;line-height:1.35}.media-edit-card{background:#0003;border:1px solid #ff973633;border-radius:18px;gap:9px;padding:12px;display:grid}.media-edit-card>strong{font-size:.98rem}.media-edit-card em{color:#d7bea0;font-size:.78rem;font-style:normal}.media-edit-card .small-btn{justify-self:start}.media-edit-preview{color:#d7bea0;background:#ffffff09;border:1px solid #ff97362e;place-items:center;display:grid;overflow:hidden}.media-edit-preview.avatar{border-radius:26px;width:92px;height:92px}.media-edit-preview.banner{border-radius:18px;width:100%;height:128px}.launch-stable-preview{min-height:190px!important}.launch-stable-preview .preview-banner{height:150px!important}.launch-stable-preview .preview-main{background:#0000002e;border:1px solid #ff97362e;border-radius:18px;padding:12px}.profile-confirm-preview .launch-stable-preview{min-height:210px!important}.admin-review-modal .danger-action{color:#fff!important;background:linear-gradient(135deg,#ef3d20,#88150f)!important;border-color:#ff6f48b3!important}.admin-queue-item .queue-risk.danger{font-weight:900;color:#ffb09d!important}.competition-builder .notice,.admin-competition-builder .notice{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;max-width:100%!important}.compact-admin-hero{min-height:auto!important;padding:clamp(18px,3vw,30px)!important}.fegl-register-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.fegl-register-summary>div{background:#ffffff09;border:1px solid #ff9a413d;border-radius:18px;align-items:center;gap:10px;min-height:64px;padding:12px 14px;display:flex}.fegl-register-summary strong{font-size:clamp(22px,3vw,34px);line-height:1;display:block}.fegl-register-summary span{color:var(--muted);font-size:.86rem;display:block}.fegl-register-table{overflow:hidden;padding:10px!important}.fegl-register-head,.fegl-register-row{grid-template-columns:130px minmax(160px,1.5fr) 70px 90px 110px 110px 80px;align-items:center;gap:10px;display:grid}.fegl-register-head{color:var(--gold);text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #ff9a412e;padding:10px 12px;font-size:.72rem}.fegl-register-row{color:inherit;border-bottom:1px solid #ffffff0f;border-radius:14px;min-height:64px;padding:10px 12px;text-decoration:none;transition:all .18s}.fegl-register-row:hover{background:#ff7a1817;transform:translateY(-1px)}.fegl-register-row:last-child{border-bottom:0}.fegl-register-row>div{min-width:0}.fegl-register-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:clamp(15px,1.6vw,21px);line-height:1.08;display:block;overflow:hidden}.fegl-register-row span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;display:block;overflow:hidden}.fegl-id-main strong{color:var(--gold);letter-spacing:.04em;font-size:.95rem!important}.fegl-player-main strong{font-size:1.1rem!important}.fegl-register-row.unplayed{opacity:.72}.fegl-register-row.unplayed .fegl-id-main strong{color:#ffdca8}.people-control-compact-v83 .compact-count-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:12px 0}.people-control-compact-v83 .compact-row-card{align-items:center!important;gap:10px!important;min-height:72px!important;padding:12px!important;display:flex!important}.people-control-compact-v83 .compact-row-card strong{font-size:.98rem}.people-control-compact-v83 .compact-row-card span{color:var(--muted);font-size:.8rem}.account-breakdown-card,.fegl-id-admin-register,.compact-instruction-card{margin-top:12px;padding:14px!important}.account-role-column{background:#ffffff08;border:1px solid #ff9a4133;border-radius:16px;min-height:120px;padding:11px}.account-role-head{align-items:center;gap:8px;margin-bottom:2px;display:flex}.account-role-head strong{flex:1}.account-role-head span{min-width:26px;min-height:24px;color:var(--gold);background:#ff7a182e;border-radius:999px;place-items:center;font-weight:900;display:inline-grid}.account-role-column>small{color:var(--muted);margin-bottom:8px;display:block}.account-role-list{gap:6px;max-height:220px;padding-right:4px;display:grid;overflow:auto}.account-role-person{border-top:1px solid #ffffff0f;padding-top:7px}.account-role-person strong,.account-role-person span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.account-role-person span{color:var(--muted);font-size:.79rem}.admin-fegl-register-head,.admin-fegl-register-row{grid-template-columns:110px minmax(130px,1fr) minmax(130px,1fr) 90px;align-items:center;gap:10px;display:grid}.admin-fegl-register-head{color:var(--gold);text-transform:uppercase;letter-spacing:.11em;border-bottom:1px solid #ff9a4133;padding:8px 10px;font-size:.72rem}.admin-fegl-register-row{border-bottom:1px solid #ffffff0f;min-height:44px;padding:9px 10px}.admin-fegl-register-row:last-child{border-bottom:0}.admin-fegl-register-row>*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-fegl-register-row strong{color:var(--gold)}.compact-flow-steps{grid-template-columns:1fr!important;gap:8px!important}.compact-consent-list .v80-admin-player-row{min-height:64px!important;padding:10px!important}@media (width<=850px){.fegl-register-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.fegl-register-head{display:none}.fegl-register-row{grid-template-columns:1fr 1fr;gap:8px;padding:12px}.fegl-id-main,.fegl-player-main{grid-column:span 2}.fegl-register-row strong{font-size:1rem!important}.people-control-compact-v83 .compact-count-grid,.account-role-breakdown{grid-template-columns:1fr}.admin-fegl-register-head{display:none}.admin-fegl-register-row{grid-template-columns:1fr 1fr}}.admin-inbox-compact-page .compact-page-hero,.admin-registrations-v831 .compact-page-hero{min-height:unset!important;padding:18px!important}.admin-action-list{gap:8px;display:grid}.admin-action-row{color:inherit;background:#ffffff09;border:1px solid #ff842a3d;border-radius:16px;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;min-height:62px;padding:10px 12px;text-decoration:none;display:grid}.admin-action-row strong{font-size:1rem;display:block}.admin-action-row span{color:#ffeedaad;font-size:.82rem;line-height:1.25;display:block}.admin-action-row em{color:#ffe1aa;font-size:1.15rem;font-style:normal;font-weight:1000}.compact-admin-grid .card,.admin-registration-map,.admin-queue-list .admin-queue-item,.admin-review-modal .card,.people-directory-admin .card{min-height:unset!important}.admin-queue-item{grid-template-columns:minmax(120px,220px) minmax(180px,1fr) minmax(160px,260px) minmax(120px,220px) auto;border-radius:16px!important;align-items:center!important;gap:10px!important;padding:9px 12px!important;display:grid!important}.admin-queue-item .queue-main strong{font-size:1rem!important}.admin-queue-item .queue-main span,.admin-queue-item .queue-detail span{font-size:.82rem!important;line-height:1.25!important}.queue-tabs{gap:6px!important}.queue-tabs button{min-height:unset!important;border-radius:999px!important;padding:7px 10px!important;font-size:.82rem!important}.queue-search{min-height:44px!important;padding:8px 12px!important}.member-journey-log .pulse-row,.pulse-list .pulse-row{min-height:unset!important;border-radius:12px!important;padding:7px 10px!important}.profile-builder-v826 .card,.profile-builder-v826 .compact-card{min-height:unset!important}.profile-confirm-preview{border-color:#ff842a73!important}.profile-reward-preview{min-height:unset!important;padding:14px!important}.profile-reward-preview .preview-main{align-items:center;gap:12px;display:flex}.profile-reward-preview .preview-avatar{background:#00000040;border:1px solid #ff842a59;border-radius:16px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.profile-reward-preview .preview-avatar img{object-fit:cover;width:100%;height:100%}.profile-reward-preview .preview-banner{object-fit:cover;border:1px solid #ff842a47;border-radius:16px;width:100%;height:96px;margin-bottom:10px}.media-edit-card{background:#ffffff06;border:1px solid #ff842a38;border-radius:16px;grid-template-columns:130px 1fr auto;align-items:center;gap:10px;display:grid;padding:10px!important}.media-edit-card strong{grid-column:1/-1}.media-edit-preview.avatar{background:#00000047;border:1px solid #ff842a47;border-radius:18px;place-items:center;width:82px;height:82px;display:grid;overflow:hidden}.media-edit-preview.banner{background:#00000047;border:1px solid #ff842a47;border-radius:16px;place-items:center;width:100%;height:76px;display:grid;overflow:hidden}.media-edit-preview img{object-fit:cover;width:100%;height:100%}.upload-control{display:inline-flex;position:relative}.upload-control input{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-control span{color:#fff;background:linear-gradient(135deg,#ff6a18,#bc2615);border-radius:999px;align-items:center;gap:8px;padding:10px 13px;font-weight:900;display:inline-flex}.locked-profile-look-launch{min-height:unset!important;border-radius:16px!important;padding:10px 12px!important}.cosmetic-picker{display:none!important}@media (width<=760px){.admin-queue-item{grid-template-columns:1fr!important;gap:6px!important}.admin-queue-item .queue-actions .btn{width:100%}.media-edit-card{grid-template-columns:1fr!important}.media-edit-preview.banner{height:110px}.admin-action-row{grid-template-columns:24px 1fr auto;padding:9px 10px}.queue-explainer-grid{grid-template-columns:1fr!important}}.start-path-grid-v84,.result-fixture-picker-v84,.flow-lanes-v84{gap:12px;display:grid}.start-path-grid-v84{grid-template-columns:repeat(3,minmax(0,1fr))}.start-path-card-v84,.result-fixture-card-v84,.flow-lanes-v84>div{text-align:left;color:inherit;background:#ffffff0b;border:1px solid #ffffff1f;border-radius:18px;align-items:flex-start;gap:12px;padding:14px;text-decoration:none;display:flex}.start-path-card-v84 div,.flow-lanes-v84>div{flex-direction:column}.start-path-card-v84 span,.flow-lanes-v84 span{opacity:.82;margin-top:4px;font-size:.92rem;display:block}.start-path-card-v84 em,.result-fixture-card-v84 em{opacity:.78;margin-left:auto;font-size:.78rem;font-style:normal}.result-fixture-card-v84{cursor:pointer;border:1px solid #ffffff24;flex-direction:column;width:100%}.result-fixture-card-v84.active{background:#ffb43c14;outline:2px solid #ffb43cbf}.result-fixture-card-v84 strong{font-size:1rem}.result-fixture-card-v84 small{opacity:.84}.result-review-card-v84 .compact-action-row,.opponent-response-box-v84 .compact-action-row{margin-top:12px}.result-admin-meta-v84{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0;display:grid}.result-admin-meta-v84 span{background:#0000001f;border:1px solid #ffffff1c;border-radius:12px;padding:8px;font-size:.84rem}.badge.green{color:#9ff0c5;background:#26b46e2e;border-color:#26b46e59}.badge.gold{color:#ffd48a;background:#ffb84c29;border-color:#ffb84c59}.badge.red{color:#ffb0b0;background:#ff5a5a29;border-color:#ff5a5a59}.bracket-road-v84{overflow:hidden}.flow-lanes-v84{grid-template-columns:repeat(5,minmax(0,1fr))}.flow-lanes-v84.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.result-quick-form-v84 label,.opponent-response-box-v84 label{min-width:0}.launch-flow-card{align-items:stretch}@media (width<=900px){.start-path-grid-v84,.flow-lanes-v84,.flow-lanes-v84.compact,.result-admin-meta-v84{grid-template-columns:1fr}.start-path-card-v84,.result-fixture-card-v84{min-height:0}.start-path-card-v84 em,.result-fixture-card-v84 em{margin-left:0}}@media (width<=640px){.result-quick-form-v84,.compact-profile-form,.mobile-first-form,.v826-profile-form{grid-template-columns:1fr!important}.score-pair{grid-template-columns:1fr 1fr}.submit-top{flex-direction:column}.submit-locks{flex-wrap:wrap;justify-content:flex-start}.media-edit-card,.profile-safe-look-card,.profile-confirm-preview,.sticky-preview{position:static!important}}.start-clean-v842{gap:16px;display:grid}.start-clean-v842 h1,.season-v842-page h2,.cards-v842 h2{line-height:1.05}.start-status-card-v842{justify-content:space-between;align-items:center;gap:16px;display:flex}.start-status-card-v842 p{max-width:760px}.start-path-grid-v842{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.start-path-card-v842{grid-template-columns:auto 1fr;align-items:start;gap:10px;min-height:132px;text-decoration:none;display:grid}.start-path-card-v842 span{opacity:.84;grid-column:2}.start-path-card-v842 em{color:var(--gold,#ffd37a);grid-column:2;font-style:normal;font-weight:800}.done-card-v842{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.start-truth-v842{align-items:center;gap:8px;display:flex}.clean-next-step-v842{align-items:center}.clean-next-step-v842 h2{margin-bottom:6px}.season-status-strip-v842{scroll-snap-type:x proximity;gap:10px;padding:4px 0 8px;display:flex;overflow-x:auto}.season-status-strip-v842 button{min-width:150px;color:inherit;text-align:left;scroll-snap-align:start;background:#ffffff0a;border:1px solid #ffa74a57;border-radius:16px;flex:none;padding:10px 12px}.season-status-strip-v842 button.active{background:linear-gradient(135deg,#ff741e47,#ffd37a21);border-color:#ffd37aa3}.season-status-strip-v842 strong{font-size:1.05rem;display:block}.season-status-strip-v842 span,.season-status-strip-v842 em{opacity:.86;font-size:.82rem;font-style:normal;display:block}.season-roster-cards-v842{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.season-roster-mini-v842{background:#ffffff09;border:1px solid #ffa74a3d;border-radius:16px;grid-template-columns:auto 1fr;align-items:center;gap:4px 10px;min-width:0;padding:12px;text-decoration:none;display:grid}.season-roster-mini-v842 span{background:#ffa74a29;border-radius:50%;grid-row:1/4;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.season-roster-mini-v842 strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.season-roster-mini-v842 em,.season-roster-mini-v842 small{opacity:.78;text-overflow:ellipsis;white-space:nowrap;font-style:normal;overflow:hidden}.simple-season-tile{text-align:left;cursor:pointer;min-height:120px}.simple-season-tile svg{margin-bottom:8px}.simple-season-tile span{opacity:.76;display:block}.simple-season-tile strong{font-size:1.15rem;display:block}.bracket-road-v842 .flow-lanes-v842,.flow-lanes-v842.compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.flow-lanes-v842>div{background:#ffffff09;border:1px solid #ffa74a3d;border-radius:16px;padding:12px}.flow-lanes-v842 strong,.flow-lanes-v842 span{display:block}.flow-lanes-v842 span{opacity:.82;font-size:.9rem}.scroll-tabs-v842{white-space:nowrap;padding-bottom:4px;overflow-x:auto}.clean-head-v842{gap:12px}.card-gallery-v842{grid-template-columns:repeat(auto-fill,minmax(178px,1fr));align-items:stretch;gap:14px;display:grid}.fegl-card-tile-v842{background:linear-gradient(145deg,#ffffff0d,#ffffff05);border:1px solid #ffa74a42;border-radius:20px;grid-template-rows:1fr auto;gap:10px;min-height:218px;padding:12px;text-decoration:none;display:grid;box-shadow:0 10px 22px #0000002e}.fegl-card-tile-v842:hover{border-color:#ffd37a9e;transform:translateY(-2px)}.mini-card-face-v842{border:2px solid #ffffff8c;border-radius:18px;grid-template-rows:auto auto 1fr auto auto;min-height:138px;padding:12px;display:grid;position:relative;overflow:hidden}.mini-card-face-v842:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 10%,#ffffff42,#0000 28%),linear-gradient(135deg,#0000 0 45%,#ffffff1a 46% 52%,#0000 53%);position:absolute;inset:-30%}.mini-card-face-v842 strong{z-index:1;font-size:2.1rem;line-height:1}.mini-card-face-v842 span{z-index:1;font-weight:900}.mini-card-face-v842 b{letter-spacing:.08em;z-index:1;place-self:center;font-size:1.5rem}.mini-card-face-v842 em,.mini-card-face-v842 small{z-index:1;font-size:.76rem;font-style:normal;font-weight:800}.tier-bronze .mini-card-face-v842{color:#fff4df;background:linear-gradient(145deg,#4d3528,#9b6b42)}.tier-silver .mini-card-face-v842{color:#fff;text-shadow:0 1px 2px #00000073;background:linear-gradient(145deg,#42464d,#d9dde3)}.tier-gold .mini-card-face-v842{color:#251500;background:linear-gradient(145deg,#5b3b00,#ffcf56)}.tier-elite .mini-card-face-v842,.tier-hero .mini-card-face-v842,.tier-eyekon .mini-card-face-v842{color:#fff;background:linear-gradient(145deg,#2b0c04,#ff5a1f 45%,#ffe29a)}.mini-card-info-v842{min-width:0}.mini-card-info-v842 strong,.mini-card-info-v842 span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.mini-card-info-v842 span{opacity:.8;font-size:.86rem}.tiny-stat-row-v842{flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.tiny-stat-row-v842 i{background:#ffa74a1f;border:1px solid #ffa74a2e;border-radius:999px;padding:4px 6px;font-size:.72rem;font-style:normal}.simple-only-v842{border:1px dashed #ffd37a4d;border-radius:16px;padding:12px}.profile-summary-grid .profile-live-preview{min-height:auto}.profile-live-preview .compact-action-row{margin-top:12px}@media (width<=900px){.start-status-card-v842{flex-direction:column;align-items:flex-start}.start-path-grid-v842{grid-template-columns:1fr}.season-roster-cards-v842,.bracket-road-v842 .flow-lanes-v842,.flow-lanes-v842.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.card-gallery-v842{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.fegl-card-tile-v842{border-radius:18px;min-height:196px;padding:10px}.mini-card-face-v842{min-height:120px}}@media (width<=640px){.shell{padding-left:10px!important;padding-right:10px!important}.home-landing,.home-quick-panel,.grid{gap:12px}.compact-page-head,.section-head,.clean-head-v842{flex-direction:column;align-items:flex-start!important}.compact-action-row,.hero-actions,.home-quick-actions{flex-wrap:wrap;gap:8px;width:100%;display:flex}.compact-action-row .btn,.hero-actions .btn,.home-quick-actions .btn{flex:140px;justify-content:center;min-height:42px}.season-roster-cards-v842{grid-template-columns:1fr}.season-roster-mini-v842{padding:10px}.card-gallery-v842{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.fegl-card-tile-v842{border-radius:16px;min-height:184px;padding:8px}.mini-card-face-v842{border-radius:14px;min-height:112px;padding:9px}.mini-card-face-v842 strong{font-size:1.75rem}.mini-card-face-v842 b{font-size:1.16rem}.tiny-stat-row-v842 i{padding:3px 5px;font-size:.66rem}.bracket-road-v842 .flow-lanes-v842,.flow-lanes-v842.compact{grid-template-columns:1fr}.tab-row.scroll-tabs-v842{flex-wrap:nowrap;display:flex;overflow-x:auto}.tab-row.scroll-tabs-v842 button{flex:none}.profile-builder-v826 .grid,.join-fegl-v825 .grid{grid-template-columns:1fr!important}.profile-builder-v826 .span-4,.profile-builder-v826 .span-5,.profile-builder-v826 .span-6,.profile-builder-v826 .span-7,.profile-builder-v826 .span-8,.profile-builder-v826 .span-12{grid-column:1/-1!important}}@media (orientation:landscape) and (height<=520px){.shell{padding-top:8px!important}.compact-page-hero,.home-landing{padding-top:16px!important;padding-bottom:16px!important}.compact-page-hero h1,.home-landing h1{font-size:clamp(1.6rem,5vw,2.7rem)!important}.card-gallery-v842{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.fegl-card-tile-v842{min-height:168px}.mini-card-face-v842{min-height:96px}}.simple-notification-hero-v843{min-height:0!important;padding:clamp(16px,3vw,28px)!important}.simple-notification-hero-v843 h1{font-size:clamp(34px,5vw,58px)!important}.notification-mini-counts-v843{flex-wrap:wrap;gap:8px;margin:14px 0;display:flex}.notification-mini-counts-v843 button{color:#fff3df;cursor:pointer;background:#0000003d;border:1px solid #ff973647;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:900;display:flex}.notification-mini-counts-v843 button.active{background:linear-gradient(135deg,#ff6818,#bf2614)}.notification-mini-counts-v843 span{background:#ffffff24;border-radius:999px;place-items:center;min-width:22px;min-height:22px;display:grid}.v843-list{gap:8px;display:grid}.v843-list .notification-row{grid-template-columns:auto minmax(0,1fr) auto!important;min-height:64px!important;padding:10px 12px!important}.admin-hero-v843{min-height:0!important;padding:clamp(16px,3vw,26px)!important}.admin-v841-season-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0;display:grid!important}.admin-v841-season-strip>div{background:#00000038;border:1px solid #ff973638;border-radius:16px;min-width:0;padding:12px}.admin-v841-season-strip span,.admin-v841-season-strip strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.admin-v841-season-strip span{color:#ffd277;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:900}.admin-v841-season-strip strong{color:#fff4e8;font-size:1rem}.admin-control-grid-v841{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:14px 0 18px;display:grid!important}.admin-control-card{min-height:96px;color:inherit;background:#00000038;border:1px solid #ff97363d;border-radius:18px;align-content:start;gap:6px;min-width:0;text-decoration:none;display:grid;padding:12px!important}.admin-control-card svg{color:#ffd277}.admin-control-card strong,.admin-control-card span{text-overflow:ellipsis;display:block;overflow:hidden}.admin-control-card strong{font-size:.95rem}.admin-control-card span{color:#d7bea0;font-size:.8rem;line-height:1.2}.admin-roster-truth-v841 table{min-width:760px}.archive-season-clean-v843{background:#ffffff09;border:1px solid #ff973638;border-radius:18px;flex-wrap:wrap;align-items:center;gap:12px;padding:14px;display:flex}.archive-season-clean-v843 strong{font-size:1.1rem}.archive-season-clean-v843 span{color:#d7bea0;flex:240px}.profile-edit-accordion-v843 .card{max-width:920px;margin:0 auto}.edit-section-v843{background:#0000002e;border:1px solid #ff973638;border-radius:16px;margin-bottom:10px;padding:0;overflow:hidden}.edit-section-v843>summary{cursor:pointer;color:#ffe2b2;justify-content:space-between;align-items:center;padding:13px 15px;font-weight:1000;list-style:none;display:flex}.edit-section-v843>summary::-webkit-details-marker{display:none}.edit-section-v843>summary:after{content:"+";background:#ff973624;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.edit-section-v843[open]>summary:after{content:"−"}.edit-section-v843>:not(summary){margin:10px 14px 14px!important}.form-section-grid-v843{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-edit-accordion-v843 textarea{min-height:88px!important}.sticky-save-v843{z-index:5;background:#070606eb;border:1px solid #ff973638;border-radius:16px;padding:10px;position:sticky;bottom:8px}.profile-builder-v826 .smart-account-hero{min-height:0!important;padding:18px!important}.profile-builder-v826 .passport-card{padding:14px!important}.profile-builder-v826 .profile-summary-grid{display:none!important}.badge-accordion-v843{gap:10px;display:grid}.badge-family-details-v843{background:#0000002e;border:1px solid #ff97363d;border-radius:18px;overflow:hidden}.badge-family-details-v843 summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;list-style:none;display:flex}.badge-family-details-v843 summary::-webkit-details-marker{display:none}.badge-family-details-v843 summary strong{font-size:1.05rem}.badge-family-details-v843 summary span{color:#d7bea0;font-size:.9rem}.badge-table-v843{gap:6px;padding:0 12px 12px;display:grid}.badge-table-head,.badge-table-row{grid-template-columns:minmax(160px,1fr) minmax(220px,1.6fr) 110px;align-items:center;gap:10px;display:grid}.badge-table-head{color:#ffd277;text-transform:uppercase;letter-spacing:.12em;padding:8px 10px;font-size:.72rem}.badge-table-row{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;padding:9px 10px}.badge-table-row strong,.badge-table-row span,.badge-table-row b{overflow-wrap:anywhere;min-width:0}.badge-table-row strong em{color:#5ff4ff;margin-top:2px;font-size:.82rem;font-style:normal;display:block}.badge-table-row span{color:#d7bea0;font-size:.88rem}.badge-table-row b{color:#ffd277;font-size:.82rem}.nav-right-actions{position:absolute;top:8px;right:0;align-items:center!important;gap:8px!important;display:flex!important}.nav-right-actions .compact-search,.nav-right-actions .nav-profile-avatar{position:static!important}.bell-badge{place-items:center;min-width:20px;height:20px;padding:0 5px!important;font-size:11px!important;display:grid!important;position:absolute!important;top:-6px!important;right:-6px!important}@media (width<=980px){.admin-control-grid-v841{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-v841-season-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.admin-control-grid-v841{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-control-card{min-height:84px;padding:10px!important}.admin-v841-season-strip{grid-template-columns:1fr 1fr}.form-section-grid-v843{grid-template-columns:1fr}.badge-table-head{display:none}.badge-table-row{grid-template-columns:1fr;gap:4px}.badge-family-details-v843 summary{flex-direction:column;align-items:flex-start}.v843-list .notification-row{grid-template-columns:1fr!important}.nav-right-actions{top:4px;gap:5px!important}.nav-right-actions .compact-search,.nav-right-actions .nav-profile-avatar{place-items:center!important;width:38px!important;height:38px!important;padding:0!important;display:grid!important}}@media (width<=430px){.admin-control-grid-v841,.admin-v841-season-strip{grid-template-columns:1fr}.notification-mini-counts-v843 button{flex:100%;justify-content:space-between}}@media (orientation:landscape) and (height<=560px){.admin-hero-v843,.simple-notification-hero-v843,.profile-builder-v826 .smart-account-hero{padding:12px!important}.admin-control-card{min-height:72px}.edit-section-v843>summary{padding:10px 12px}}.register-clean-v844{max-width:1180px;margin:0 auto}.register-state-grid-v844{margin:12px 0}.registration-state-card-v844{justify-content:space-between;align-items:center;gap:12px;display:flex!important}.registration-state-card-v844>div{gap:3px;display:grid}.registration-state-card-v844 em{color:#ffd277;font-size:.86rem;font-style:normal;display:block}.played-options-v844{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.played-options-v844 button{text-align:left;color:#fff0da;background:#ffffff0a;border:1px solid #ff973638;border-radius:16px;padding:12px}.played-options-v844 button.active{background:#ff66182e;border-color:#ff7a24}.played-options-v844 strong,.played-options-v844 span{display:block}.played-options-v844 span{color:#d7bea0;margin-top:4px;font-size:.86rem}.register-form-v844{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.register-form-v844 .full{grid-column:1/-1}.consent-box-v844{background:#0003;border:1px solid #ff973624;border-radius:16px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;display:grid}.consent-box-v844 label{gap:8px;border:0!important;align-items:flex-start!important;padding:0!important;display:flex!important}.status-approved{border-color:#37c97152!important}.status-pending{border-color:#ffc15a52!important}.status-rejected{border-color:#ff5a5052!important}.top-bell-wrap-v844{position:relative}.top-bell-wrap-v844 button.nav-search{cursor:pointer}.top-bell-drawer-v844{z-index:6500;background:linear-gradient(145deg,#0b0604fa,#030a0dfa);border:1px solid #ff973647;border-radius:20px;width:min(360px,92vw);padding:12px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 22px 70px #0000008c}.bell-drawer-head-v844{justify-content:space-between;align-items:center;gap:8px;padding-bottom:8px;display:flex}.bell-drawer-head-v844 span{color:#ffd277;font-size:.86rem}.bell-drawer-actions-v844{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.bell-drawer-actions-v844 button,.bell-drawer-actions-v844 a{color:#fff0da;background:#ffffff0a;border:1px solid #ff97363d;border-radius:999px;padding:7px 9px;font-size:.78rem;font-weight:900;text-decoration:none}.bell-drawer-list-v844{gap:6px;display:grid}.bell-drawer-list-v844 a{color:#fff0da;background:#0003;border:1px solid #ff973621;border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:8px;text-decoration:none;display:grid}.bell-drawer-list-v844 a.unread{background:#ff65191f;border-color:#ff65196b}.bell-drawer-list-v844 span,.bell-drawer-list-v844 em{color:#ffd277;font-size:.72rem}.bell-drawer-list-v844 strong{white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.notification-mini-counts-v843 button:not(.active) span,.passive-tab-v844 span{color:#d7bea0!important;background:#ffffff14!important}.passive-tab-v844{opacity:.82}.queue-tabs button.passive-tab-v844 span{display:none!important}.admin-queue-item .queue-actions .btn{white-space:nowrap}.admin-queue-item .queue-type .badge.status-approved,.admin-queue-item .queue-type .badge.status-rejected{opacity:.78}.compact-summary-v844{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.compact-summary-v844>div{min-height:58px!important;padding:10px!important}.compact-summary-v844 strong{font-size:clamp(22px,3vw,36px)!important}.sortable-head-v844 button{appearance:none;color:#ffd277;text-align:left;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:.76rem;font-weight:900;display:flex}.sortable-head-v844 button.active{color:#fff}.compact-player-row-v844{min-height:48px!important;padding:8px 10px!important}.compact-player-row-v844 strong{font-size:clamp(14px,1.2vw,18px)!important}.compact-player-row-v844 span{font-size:.74rem!important}.compact-player-table-v844{overscroll-behavior:contain;overflow:auto}.mobile-sort-bar-v844{justify-content:space-between;align-items:center;gap:10px;margin:10px 0;display:none}.mobile-sort-bar-v844 label{align-items:center;gap:8px!important;margin:0!important;display:flex!important}.mobile-sort-bar-v844 select{min-height:36px!important}.full-stat-card-gallery-v844 .tiny-stat-row-v842{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;display:grid!important}.full-stat-card-gallery-v844 .fegl-card-tile-v842{min-height:0!important}.chart-modal{overscroll-behavior:contain;touch-action:none}.chart-modal-card,.chart-modal-card>svg,.chart-modal .elo-timeline-scroll{overscroll-behavior:contain}.chart-modal-head{z-index:5;background:linear-gradient(135deg,#090807,#10141a);padding-bottom:8px;position:sticky;top:0}.responsive-table-wrap,.table-wrap,.elo-timeline-scroll{overscroll-behavior:contain}.profile-edit-accordion-v843 details:not([open]){padding-bottom:0!important}.edit-section-v843 summary{cursor:pointer;list-style:none}.edit-section-v843 summary::-webkit-details-marker{display:none}.edit-section-v843 summary:after{content:"Open";float:right;color:#ffd277;font-size:.78rem}.edit-section-v843[open] summary:after{content:"Close"}@media (width<=900px){.played-options-v844,.register-form-v844,.consent-box-v844{grid-template-columns:1fr}.fegl-register-head,.fegl-register-row{grid-template-columns:105px minmax(140px,1.3fr) 54px 70px 86px 88px 54px!important;gap:7px!important}.compact-summary-v844{grid-template-columns:repeat(2,minmax(0,1fr))}.full-stat-card-gallery-v844{grid-template-columns:repeat(3,minmax(0,1fr))!important}.admin-queue-item{grid-template-columns:1fr!important}.queue-actions{justify-self:stretch!important}.queue-actions .btn{justify-content:center;width:100%}.top-bell-drawer-v844{right:-88px}}@media (width<=620px){.mobile-sort-bar-v844{display:flex}.sortable-head-v844{display:none!important}.fegl-register-table{overflow:visible!important}.fegl-register-row{border:1px solid #ff973624!important;grid-template-columns:1fr 1fr!important;margin-bottom:8px!important;display:grid!important}.compact-player-row-v844>div:nth-child(n+3){justify-content:space-between;gap:8px;display:flex}.full-stat-card-gallery-v844{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mini-card-face-v842{min-height:116px!important}.mini-card-info-v842 strong{font-size:.9rem!important}.full-stat-card-gallery-v844 .tiny-stat-row-v842{grid-template-columns:repeat(2,minmax(0,1fr))!important}.top-bell-drawer-v844{width:auto;position:fixed;top:74px;left:8px;right:8px}.compact-page-hero h1{font-size:clamp(2rem,11vw,3.8rem)!important}.chart-modal{padding:6px!important}.chart-modal-card{border-radius:0!important;width:100vw!important;max-height:100dvh!important}.chart-modal-card>svg{min-width:760px;display:block}.bell-drawer-list-v844 a{grid-template-columns:1fr;align-items:start}.register-clean-v844 .compact-page-hero p{font-size:.96rem}}@media (orientation:landscape) and (height<=540px){.nav-wrap{position:relative}.compact-page-hero{padding-block:14px!important}.top-bell-drawer-v844{max-height:78dvh;top:60px;overflow:auto}.chart-modal-card{max-height:96dvh!important}.register-form-v844 textarea{min-height:74px!important}}html,body,#root{overscroll-behavior-y:auto!important;touch-action:pan-y!important}main,.app-shell,.page,.season-v859-page,.fixtures-v859,.standings-v859,.live-elo-v859{touch-action:pan-y!important;min-width:0!important;max-width:100%!important;overflow-x:hidden!important}.table-wrap,.table-card,.mobile-scroll-safe-v859{-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important;overscroll-behavior-x:contain!important;overscroll-behavior-y:auto!important;max-width:100%!important;overflow:auto visible!important}.table-wrap table,.table-card table{touch-action:pan-x pan-y!important}.compact-player-table-v844{overscroll-behavior-y:auto!important;touch-action:pan-x pan-y!important;overflow:auto visible!important}.season-command-card-v859{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:14px;display:grid;background:linear-gradient(135deg,#ff66152e,#00141885)!important}.season-command-copy-v859 h1{text-transform:uppercase;letter-spacing:.04em;margin:4px 0;line-height:.92;font-size:clamp(38px,7vw,76px)!important}.season-command-copy-v859 p{max-width:760px}.season-command-stats-v859{grid-column:1/-1;grid-template-columns:repeat(3,minmax(90px,1fr));gap:8px;display:grid}.season-command-stats-v859 div{background:#0000002e;border:1px solid #ff97362e;border-radius:18px;padding:10px}.season-command-stats-v859 strong{font-size:clamp(24px,5vw,42px);font-family:var(--ui);color:#ffd277;display:block}.season-command-stats-v859 span{color:#dec3a3;font-size:.8rem;font-weight:800}.season-tabs-v859{z-index:20;background:linear-gradient(#050505f5,#050505d1);border-bottom:1px solid #ff973621;position:sticky;top:0;padding:8px 0 10px!important}.season-overview-v859 .simple-season-tile{text-align:left;min-height:112px!important}.season-overview-v859 .simple-season-tile svg{opacity:.95}.season-overview-v859 .simple-season-tile span{color:#d7bea0}.season-overview-v859 .simple-season-tile strong{font-size:clamp(18px,3vw,28px)}.season-week-card-grid-v859{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.season-week-card-v859{padding:14px!important}.week-card-head-v859{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:10px;display:grid}.week-card-head-v859>span{width:44px;height:44px;font-family:var(--ui);background:linear-gradient(135deg,#ff7424,#63230f);border-radius:16px;place-items:center;font-weight:900;display:grid}.week-card-head-v859 strong,.week-card-head-v859 small{display:block}.week-card-head-v859 small{color:#d7bea0}.week-group-chips-v859{flex-wrap:wrap;gap:6px;margin:8px 0;display:flex}.week-group-chips-v859 em{color:#ffd277;background:#ff973614;border:1px solid #ff973638;border-radius:999px;padding:5px 8px;font-size:.76rem;font-style:normal;font-weight:900}.week-fixture-list-v859{gap:6px;display:grid}.week-fixture-list-v859 div{background:#0000002e;border:1px solid #ffffff0f;border-radius:12px;grid-template-columns:28px minmax(0,1fr);gap:6px;padding:8px;display:grid}.week-fixture-list-v859 b{color:#ffd277}.week-fixture-list-v859 span,.week-fixture-list-v859 small{display:block}.week-fixture-list-v859 small{color:#bfa487;grid-column:2;font-size:.72rem}.season-playoffs-v859 .notice strong,.season-playoffs-v859 .notice span{display:block}.season-roster-v859 .season-roster-mini-v842{min-height:86px!important}.archived-hidden-note-v859{margin-top:10px}.active-row-v859{background:#ff973614}.fixture-week-section-v859{margin:18px 0}.week-title-v859{align-items:center;gap:8px;margin:0 0 10px;display:flex}.week-title-v859 strong,.week-title-v859 span{display:block}.week-title-v859 span{color:#d7bea0}.fixture-card-grid-v859{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.fixture-card-v859{color:inherit;text-decoration:none;min-height:0!important}.fixture-card-v859 .match-card h3{line-height:1.05;font-size:clamp(17px,3vw,24px)!important}.fixture-card-v859 small{color:#d7bea0;margin-top:3px;display:block}.standings-note-v859 strong,.standings-note-v859 span,.elo-explain-v859 strong,.elo-explain-v859 span{display:block}.elo-mode-card-v859{padding:14px!important}.live-elo-v859 .table-wrap{margin-top:12px}.fegl-register-table .section-head{margin-bottom:8px}@media (width<=820px){.season-command-card-v859{grid-template-columns:1fr}.season-command-stats-v859{grid-template-columns:repeat(3,minmax(0,1fr))}.season-week-card-grid-v859,.fixture-card-grid-v859{grid-template-columns:1fr}.season-tabs-v859{margin-left:-2px;margin-right:-2px}.season-tabs-v859 button{padding:10px 15px!important}.season-command-copy-v859 h1{font-size:clamp(42px,13vw,72px)!important}.season-command-stats-v859 div{padding:8px}.season-command-stats-v859 span{font-size:.68rem}.week-fixture-list-v859 div{grid-template-columns:24px minmax(0,1fr)}.fixture-card-v859 .match-card{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr)!important}.fixture-card-v859 .match-card h3{font-size:16px!important}.season-roster-cards-v842{grid-template-columns:1fr!important}.table-wrap{border-radius:16px!important}}@media (width<=520px){.season-command-stats-v859{grid-template-columns:1fr 1fr}.season-command-stats-v859 div:last-child{grid-column:1/-1}.tab-row.scroll-tabs-v842{gap:7px!important}.tab-row.scroll-tabs-v842 button{font-size:13px!important}.week-group-chips-v859 em{font-size:.68rem}.compact-page-head{gap:10px!important}.compact-page-head h2{font-size:clamp(24px,8vw,34px)!important}}.sort-chip-row-v860{touch-action:pan-y;flex-wrap:wrap;gap:8px;margin:12px 0 14px;display:flex}.sort-chip-row-v860 button{color:#ffe8c5;letter-spacing:.02em;background:#0f0c0abf;border:1px solid #ffbe6459;border-radius:999px;min-height:40px;padding:10px 13px;font-weight:900}.sort-chip-row-v860 button.active{color:#fff;background:linear-gradient(135deg,#ff6a00,#b72b14);border-color:#ffe2a0b3;box-shadow:0 8px 22px #ff5f0038}.active-roster-list-v860{touch-action:pan-y;gap:10px;display:grid}.active-roster-card-v860{color:inherit;background:#00000047;border:1px solid #ffab5347;border-radius:18px;grid-template-columns:58px minmax(0,1.5fr) minmax(86px,.75fr) minmax(70px,.55fr) minmax(92px,.7fr);align-items:center;gap:10px;min-width:0;padding:12px;text-decoration:none;display:grid}.active-roster-card-v860:hover{background:#ff6a001f;border-color:#ffc26e9e}.seed-pill-v860{color:#ffd36f;background:#ff6a002e;border-radius:14px;justify-content:center;align-items:center;min-height:42px;font-weight:1000;display:inline-flex}.roster-main-v860{gap:2px;min-width:0;display:grid}.roster-main-v860 strong{white-space:normal;font-size:1.08rem}.roster-main-v860 span,.roster-main-v860 em{color:#e8d3bb;overflow-wrap:anywhere;font-style:normal}.roster-stat-v860{text-align:right;gap:1px;display:grid}.roster-stat-v860 b{font-size:1.05rem}.roster-stat-v860 span{color:#d7c2a8;font-size:.82rem}.claim-badge-v860{border:1px solid #ffffff1f;border-radius:999px;justify-self:end;padding:8px 10px;font-size:.82rem;font-weight:950}.claim-badge-v860.claimed{color:#baf4cf;background:#26b96124;border-color:#52dc826b}.claim-badge-v860.unclaimed{color:#ffe0a3;background:#ffb4281a;border-color:#ffb42857}.quick-claim-v860 input{width:100%;margin:8px 0 12px}.quick-claim-grid-v860{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.quick-claim-grid-v860 button{text-align:left;color:inherit;background:#00000045;border:1px solid #ffab5347;border-radius:16px;gap:3px;padding:12px;display:grid}.quick-claim-grid-v860 button strong{font-size:1rem}.quick-claim-grid-v860 button span,.quick-claim-grid-v860 button em{color:#e7cfb6;overflow-wrap:anywhere;font-style:normal}.quick-claim-grid-v860 button.active{background:#ff6a002b;border-color:#ffbe649e}.claim-submitted-v860,.result-submitted-state-v860{align-items:center;gap:12px}.direct-account-link-v860{text-decoration:none}.admin-v841-season-strip.admin-compact-v860{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.admin-v841-season-strip.admin-compact-v860>div{min-height:72px;padding:12px}.admin-control-grid-v841.admin-control-grid-v860{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.admin-control-grid-v860 .admin-control-card{min-height:96px;padding:14px}.admin-roster-mobile-v860{gap:9px;display:grid}.admin-roster-row-v860{border-bottom:1px solid #ffffff14;grid-template-columns:92px minmax(0,1fr) 100px;align-items:center;gap:9px;padding:10px 2px;display:grid}.admin-roster-row-v860 strong,.admin-roster-row-v860 span{overflow-wrap:anywhere}.admin-roster-row-v860 em{color:#d7c2a8;overflow-wrap:anywhere;font-style:normal}.admin-roster-row-v860 .badge{justify-self:end}.responsive-table-wrap,.clean-horizontal-scroll{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overflow:auto visible}.clean-table{min-width:760px}.mobile-first-form textarea,.mobile-first-form input,.mobile-first-form select{font-size:16px}@media (width<=720px){.active-roster-card-v860{grid-template-columns:48px minmax(0,1fr) auto;grid-template-areas:"seed main claim""seed hr card";gap:8px;padding:11px}.seed-pill-v860{grid-area:seed}.roster-main-v860{grid-area:main}.active-roster-card-v860 .roster-stat-v860:first-of-type{text-align:left;grid-area:hr}.active-roster-card-v860 .roster-stat-v860:nth-of-type(2){text-align:left;grid-area:card}.claim-badge-v860{grid-area:claim;align-self:start;padding:6px 8px;font-size:.75rem}.sort-chip-row-v860{flex-wrap:nowrap;padding-bottom:3px;overflow-x:auto}.sort-chip-row-v860 button{white-space:nowrap;flex:none}.quick-claim-grid-v860{grid-template-columns:1fr}.admin-v841-season-strip.admin-compact-v860{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-control-grid-v841.admin-control-grid-v860{grid-template-columns:1fr 1fr}.admin-roster-row-v860{grid-template-columns:1fr;gap:2px}.admin-roster-row-v860 .badge{justify-self:start}.player-hub-actions.compact-action-row .btn{min-width:0}.card,.compact-card{touch-action:pan-y}.fegl-register-summary.compact-summary-v844{grid-template-columns:repeat(2,minmax(0,1fr))!important}.nav-summary.direct-account-link-v860{justify-content:center}.home-site-pulse{grid-template-columns:1fr 1fr;gap:10px;display:grid}.home-site-pulse>div{min-height:auto!important;padding:14px!important}.home-site-pulse>div:nth-child(3){grid-column:1/-1}.home-quick-links a,.admin-control-card,.simple-season-tile{min-height:auto!important;padding:14px 16px!important}.admin-v841-season-strip{grid-template-columns:1fr 1fr;gap:10px;display:grid}.admin-v841-season-strip>div{min-height:auto!important;padding:12px 14px!important}.season-tabs,.season-tab-row,.kicker.wizard-tabs{scrollbar-width:none;touch-action:pan-x pan-y;gap:8px;padding-bottom:6px;overflow-x:auto;display:flex!important}.season-tabs::-webkit-scrollbar{display:none}.season-tab-row::-webkit-scrollbar{display:none}.kicker.wizard-tabs::-webkit-scrollbar{display:none}.season-tabs .btn,.season-tab-row button,.kicker.wizard-tabs .btn{border-radius:999px;flex:none;min-width:max-content;padding:10px 14px!important}.match-hype-card strong{font-size:clamp(1rem,4.4vw,1.18rem);line-height:1.42}.match-hype-card{padding:16px!important}.hype-actions{grid-template-columns:1fr;gap:8px;display:grid!important}.competition-wizard-page .wizard-guardrails,.competition-wizard-page .player-checklist{max-height:46vh;overflow:auto}.admin-control-grid-v860{gap:10px!important}.compact-page-hero{padding-block:18px!important}}:root{--mobile-card-pad:clamp(12px, 3vw, 18px)}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}.shell{width:min(1240px,100vw - 24px);max-width:100%}@media (width<=640px){.shell{box-sizing:border-box;width:100%;padding:12px 10px 40px}.card,.notice,.error,.compact-page-hero,.home-quick-panel,.home-site-pulse>div,.home-shortcuts-compact a,.admin-control-card,.people-control-card,.account-role-column,.hype-match,.mini-fixture-card,.fixture-card,.season-overview-card,.compact-card{box-sizing:border-box;padding:var(--mobile-card-pad)!important;border-radius:18px!important}.home-shortcuts-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.home-shortcuts-compact a{align-content:center;gap:5px;min-height:84px}.home-shortcuts-compact a strong{font-size:16px}.home-shortcuts-compact a span{font-size:12px}.home-site-pulse{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.home-site-pulse>div{flex-direction:column;justify-content:center;min-height:86px;display:flex}.home-site-pulse>div:last-child{grid-column:1/-1}.home-site-pulse span,.home-site-pulse small{font-size:11px}.home-site-pulse strong{font-size:28px;line-height:1}.home-focus-grid{margin-top:12px}.section-head,.tight-head{align-items:flex-start}.nav-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid;overflow:visible}.nav-summary{justify-content:center;width:100%;min-height:44px;padding:9px 10px;font-size:13px}.nav-menu-panel{width:auto;min-width:0;max-height:min(70vh,520px);position:fixed;top:112px;left:10px;right:10px;overflow:auto;transform:none}.account-status-strip{gap:8px;margin:8px 10px;padding:10px 12px}.account-status-strip span,.account-status-strip a,.account-status-strip button{font-size:12px}.compact-page-hero h1,.admin-players-v80 h1,.season-page h1{line-height:.96;font-size:clamp(32px,11vw,46px)!important}.hero-subtitle,.compact-page-hero p{line-height:1.35;font-size:15px!important}.hype-body,.match-hype-card,.auto-hype-card,.match-hype-panel{font-size:14px;line-height:1.35}.match-hype-panel h3,.auto-hype-card h3{font-size:18px!important}.fixture-hype-text,.match-hype-text{line-height:1.35;font-size:14px!important}.tab-row,.compact-tabs,.season-tabs,.auth-mode-tabs{scroll-snap-type:x proximity;gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}.tab-row button,.compact-tabs button,.season-tabs button,.auth-mode-tabs button{scroll-snap-align:start;flex:none;min-width:auto;padding:9px 12px;font-size:13px}.clean-horizontal-scroll,.table-wrap,.table-card{touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.admin-v841-season-strip,.compact-count-grid,.admin-control-grid-v841,.people-control-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-v841-season-strip>div,.admin-control-card,.people-control-card{min-height:76px}.admin-fegl-register-row,.admin-roster-row-v860{grid-template-columns:1fr;align-items:start;gap:4px}.admin-fegl-register-head{display:none}.account-role-person{gap:4px;display:grid}.mini-danger-btn{justify-self:start;font-size:11px;width:auto!important;padding:6px 9px!important}}.trust-public .account-status-strip,.trust-verified .account-status-strip{border-color:#ffb84d4d}.direct-account-link-v860{min-width:0}.nav-item-count,.nav-count-badge{pointer-events:none}.mini-danger-btn{color:#ffd1ca!important;box-shadow:none!important;background:#e12b141f!important;border:1px solid #e12b1459!important}.match-hype-card>strong{font-size:clamp(15px,3.8vw,20px);line-height:1.32;display:block}@media (width<=640px){.match-hype-card>strong{font-size:15px!important}.hype-actions{gap:8px}.hype-actions .btn{padding:8px 10px!important;font-size:12px!important}}.submit-v863 .compact-submit-hero-v863 h1{font-size:clamp(2.1rem,8vw,4.2rem)}.submit-v863 .compact-submit-hero-v863 p{max-width:62ch}.submit-filter-bar-v863{flex-wrap:wrap;align-items:center;gap:.55rem;margin:.75rem 0 1rem;display:flex}.submit-filter-bar-v863 button,.submit-filter-bar-v863 select,.submit-search-v863{min-height:42px;color:var(--text);background:#ffffff0b;border:1px solid #ffb15347;border-radius:16px;padding:.65rem .85rem;font-weight:800}.submit-filter-bar-v863 button.active{background:linear-gradient(135deg, var(--accent), #b02a17);color:#fff}.submit-search-v863{flex:180px;align-items:center;gap:.45rem;display:flex}.submit-search-v863 input{color:var(--text);background:0 0;border:0;outline:none;width:100%;min-height:24px}.result-fixture-picker-v863{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-height:440px;padding-right:.25rem;overflow:auto}.result-fixture-chip-v863{text-align:left;min-height:auto}.result-form-v863{gap:.8rem}.result-form-v863 label{min-width:0}.result-form-v863 .score-pair{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.confirm-submit-v863{background:#ffffff0a;border:1px solid #ffb15333;border-radius:16px;align-items:flex-start;gap:.65rem;padding:.85rem;font-weight:800;display:flex!important}.confirm-submit-v863 input{flex:none;width:22px;height:22px}.approval-path-v863{line-height:1.45}.admin-fixtures-v863 .admin-control-grid-v860{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.advanced-fixture-builder-v863>summary{cursor:pointer;color:var(--gold);align-items:center;gap:.5rem;font-weight:900;list-style:none;display:flex}.advanced-fixture-builder-v863>summary::-webkit-details-marker{display:none}.advanced-fixture-builder-v863[open]{border-color:#ffb15373}.season2-locked-ops-v863 .admin-control-card{min-height:96px}.mini-danger-btn[disabled],.btn[disabled]{opacity:.55;cursor:not-allowed}@media (width<=720px){.submit-v863 .shell,.submit-v863{width:100%}.result-form-v863 .score-pair{grid-template-columns:repeat(2,minmax(0,1fr))}.submit-filter-bar-v863{grid-template-columns:1fr 1fr;display:grid}.submit-search-v863{grid-column:1/-1}.result-fixture-picker-v863{grid-template-columns:1fr;max-height:none;overflow:visible}.admin-fixtures-v863 .compact-page-hero,.submit-v863 .compact-page-hero,.submit-v863 .card,.admin-fixtures-v863 .card{width:100%;max-width:100%}}.submit-v864 .submit-match-picker-v864{padding:16px}.submit-filter-bar-v864{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0;display:grid}.submit-filter-bar-v864 button,.submit-filter-bar-v864 select{border-radius:18px;min-height:48px}.submit-filter-bar-v864 button.active{color:#fff;background:linear-gradient(135deg,#ff6f16f2,#b73012eb);border-color:#ff9a49f2}.submit-search-v864{background:#0a0c0f73;border:1px solid #ff8b3861;border-radius:18px;align-items:center;gap:10px;min-height:50px;margin:10px 0;padding:0 14px;display:flex}.submit-search-v864 input{color:inherit;width:100%;font:inherit;background:0 0;border:0;outline:0}.fixture-select-v864{margin-top:10px;display:block}.fixture-select-v864 select{border-radius:18px;width:100%;min-height:54px;padding:0 14px}.selected-fixture-strip-v864{background:linear-gradient(135deg,#ff70161f,#00000038);border:1px solid #ff8b3861;border-radius:18px;gap:6px;margin-top:12px;padding:14px;display:grid}.result-form-v864{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.result-form-v864 .full{grid-column:1/-1}.score-grid-v864{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.score-grid-v864 input{text-align:center;font-weight:800}.result-form-v864 label small{color:#f3c06e;margin-top:6px;font-size:.78rem;display:block}.result-fixture-picker-v863{max-height:none;overflow:visible}.submit-v864 .result-fixture-picker-v863{display:none}.club-dna-card-v864{margin-top:16px}.club-tags-v864{margin:10px 0 14px}.club-analytics-card-v864{background:#0000003d;border:1px solid #ff8b3847;border-radius:16px;gap:4px;padding:12px;display:grid}.club-analytics-card-v864 strong{color:#fff4df}.club-analytics-card-v864 span,.club-analytics-card-v864 small{color:#fff4dfc7}.admin-fixtures-v863 .advanced-fixture-builder-v863>summary{cursor:pointer;background:#ff6f161f;border-radius:16px;padding:12px}@media (width<=720px){.submit-filter-bar-v864{grid-template-columns:1fr 1fr}.result-form-v864{grid-template-columns:1fr}.score-grid-v864{grid-template-columns:repeat(2,minmax(0,1fr))}.club-analytics-grid-v864{grid-template-columns:1fr}.submit-v864 .compact-submit-hero-v863 h1{font-size:clamp(1.9rem,9vw,3rem)}}.week-picker-v865{scrollbar-width:thin;gap:.6rem;padding:.25rem 0 1rem;display:flex;overflow-x:auto}.week-picker-v865 button{white-space:nowrap}.week-picker-v865 .active{color:#fff;background:linear-gradient(135deg,#ff6a00,#d72b16)}.approved-results-accordion-v865,.pending-results-accordion-v865,.playoff-accordion-v865{margin:.75rem 0}.approved-results-accordion-v865 summary,.pending-results-accordion-v865 summary,.playoff-accordion-v865 summary{cursor:pointer;align-items:center;gap:.5rem;font-weight:800;display:flex}.fixture-approved-v865{background:linear-gradient(135deg,#14503747,#141414a6);border-color:#28be7873!important}.official-story-v865{background:#28be7814;border:1px solid #28be7859;border-radius:16px;align-items:flex-start;gap:.55rem;margin:.85rem 0;padding:.75rem;display:flex}.approved-score-card-v865 strong{font-size:2rem;line-height:1;display:block}.fixture-submit-link-v865{margin-top:.75rem}.profile-mode-tabs-v865{margin:1rem 0}.latest-story-v865{align-items:flex-start;gap:.65rem;display:flex}.approval-receipt-v865{border-color:#ffb74d8c!important}.mini-fire-report-home-v865{margin:1rem 0}.fire-report-live-v865{border-color:#ff762073}.club-dna-card-v864{border-color:#ffb74d59}.v80-timeline-row em{color:#fff0dcbd;margin-top:.35rem;font-size:.9rem;font-style:normal;display:block}.fixture-week-section-v865 .fixture-card-grid-v859{margin-top:.75rem}@media (width<=720px){.approved-score-card-v865 strong{font-size:1.55rem}.week-picker-v865{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#080808d1;padding:.5rem 0;position:sticky;top:0}.fixture-card-grid-v859{grid-template-columns:1fr!important}.approval-receipt-v865 table{font-size:.78rem}.mini-fire-report-home-v865{margin:.75rem .1rem}.profile-mode-tabs-v865 button{padding:.75rem .9rem;font-size:.9rem}}.route-error-boundary-v866{border:1px solid #ff783c59;max-width:760px;margin:1rem auto}.s2-safe-chart-v866{background:#ffffff0a;border:1px dashed #ffffff2e;border-radius:16px;padding:.9rem}.compact-loading-state,.compact-error-state{max-width:760px;margin:1rem auto}@media (width<=720px){.route-error-boundary-v866,.compact-loading-state,.compact-error-state{margin:.75rem}.player-profile-v865 .grid{gap:.75rem}}:root{--compact-card-pad:12px}.player-profile-v865,.season-v859-page,.fixtures-v865,.submit-v867,.live-elo-v867,.cards-v842,.awards-v867{font-size:15px}.player-profile-v865 .profile-hero-compact{grid-template-columns:84px minmax(0,1fr) 110px!important;gap:14px!important;padding:14px!important}.player-profile-v865 .profile-main-copy h1{letter-spacing:.01em!important;font-size:clamp(32px,5.4vw,64px)!important}.player-profile-v865 .profile-card-summary{border-radius:16px!important;padding:12px!important}.player-profile-v865 .profile-card-summary strong{font-size:2.2rem!important}.v80-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important}.v80-stat-tile{min-height:66px!important;padding:9px 10px!important}.v80-stat-tile strong{font-size:clamp(19px,2.2vw,28px)!important}.s2-card-truth-strip-v867{padding:10px 12px!important}.s2-card-truth-strip-v867 h3{margin:0 0 4px!important;font-size:clamp(18px,2.2vw,24px)!important}.s2-stat-pills-v867{flex-wrap:wrap;gap:6px;display:flex}.s2-stat-pills-v867 span{background:#ff913214;border:1px solid #ffbe5a47;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:900}.s2-timeline-v867{gap:7px;margin-top:10px;display:grid}.s2-timeline-v867 .v80-timeline-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:6px 10px!important;min-height:0!important;padding:9px 10px!important;display:grid!important}.s2-timeline-v867 .v80-timeline-row div{min-width:0}.s2-timeline-v867 .v80-timeline-row strong,.s2-timeline-v867 .v80-timeline-row small{overflow-wrap:anywhere;display:block;white-space:normal!important}.s2-timeline-v867 .v80-timeline-row b{white-space:nowrap;color:#ffe2a5}.s2-timeline-v867 .v80-timeline-row em{grid-column:1/-1!important;margin:0!important;font-size:13px!important;line-height:1.35!important}.club-analytics-grid-v864{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.club-analytics-card-v864{min-height:0!important;padding:10px!important}.club-analytics-card-v864 strong{font-size:15px!important}.club-analytics-card-v864 span,.club-analytics-card-v864 small{font-size:12px!important}.elo-chart-wrap{min-height:0!important}.chart-open-button svg{max-height:240px!important}.live-hr-board-v867{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.live-hr-row-v867{color:inherit;background:#ffffff09;border:1px solid #ff8e323b;border-radius:14px;grid-template-columns:34px 1fr auto;align-items:center;gap:4px 9px;padding:9px 10px;text-decoration:none;display:grid}.live-hr-row-v867 b{color:#ffd27c;background:#ff842a2e;border-radius:50%;grid-row:1/3;place-items:center;width:28px;height:28px;display:grid}.live-hr-row-v867 strong{font-size:15px}.live-hr-row-v867 span{color:#d7bea0;font-size:11px}.live-hr-row-v867 em{color:#fff0c9;font-style:normal;font-weight:1000}.live-hr-row-v867 small{color:#ceb9a1;grid-column:2/4;font-size:12px}.fixture-card-grid-v859{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important}.fixture-card-v859{border-radius:16px!important;padding:11px!important}.fixture-card-v859 .match-card{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)!important;gap:8px!important;margin-top:7px!important}.fixture-card-v859 .badge{padding:4px 7px!important;font-size:10.5px!important}.fixture-card-v859 .vs{width:34px!important;height:34px!important;font-size:12px!important}.fixture-card-v859 .auto-hype-panel,.fixture-card-v859 .match-hype-panel,.fixture-card-v859 .hype-card{margin-top:8px!important;padding:8px!important}.fixture-card-v859 p,.fixture-card-v859 small{font-size:12px!important;line-height:1.25!important}.week-picker-v865 button,.week-picker-v865 .btn{padding:8px 11px!important;font-size:13px!important}.season-command-card-v859{gap:12px!important;padding:16px!important}.season-command-copy-v859 h1{font-size:clamp(42px,7vw,82px)!important}.season-command-stats-v859 div{min-height:0!important;padding:10px!important}.simple-season-tile{min-height:86px!important;padding:12px!important}.flow-lanes-v842.compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.flow-lanes-v842.compact div{min-height:0!important;padding:9px!important}.submit-v867{margin:0 auto;max-width:980px!important}.submit-v867 .submit-top{align-items:center!important;padding:14px!important}.submit-v867 .submit-top h1{font-size:clamp(34px,6vw,58px)!important}.submit-match-picker-v864{padding:12px!important}.submit-filter-bar-v864{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.submit-filter-bar-v864 button,.submit-filter-bar-v864 select{min-height:38px!important;padding:7px 10px!important;font-size:13px!important}.submit-search-v864 input,.fixture-select-v864 select{min-height:38px!important;font-size:13px!important}.selected-fixture-strip-v864{margin-top:8px!important;padding:9px 10px!important}.result-form-v864{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:8px!important;padding:12px!important}.result-form-v864 label{font-size:12px!important}.result-form-v864 input,.result-form-v864 select,.result-form-v864 textarea{min-height:38px!important;padding:7px 10px!important;font-size:13px!important}.score-grid-v864{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}.confirm-submit-v863{font-size:12px!important}.badge-table-v867 .badge-table-row{min-height:0!important;padding:9px 10px!important}.earned-badge-status-v867{color:#61f7ad!important}.card,.notice,.error{overflow-wrap:anywhere}@media (width<=980px){.fixture-card-grid-v859,.club-analytics-grid-v864,.flow-lanes-v842.compact{grid-template-columns:1fr!important}.v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.live-hr-board-v867{grid-template-columns:1fr}.result-form-v864,.submit-filter-bar-v864,.score-grid-v864{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-hero-compact{grid-template-columns:64px minmax(0,1fr)!important}.profile-card-summary{text-align:left!important;grid-column:1/-1!important}.chart-open-button svg{max-height:200px!important}}@media (width<=560px){.player-profile-v865,.season-v859-page,.fixtures-v865,.submit-v867{font-size:14px}.submit-v867 .submit-top h1,.season-command-copy-v859 h1{font-size:34px!important}.result-form-v864{grid-template-columns:1fr!important}.score-grid-v864{grid-template-columns:repeat(2,minmax(0,1fr))!important}.s2-timeline-v867 .v80-timeline-row{grid-template-columns:1fr!important}.s2-timeline-v867 .v80-timeline-row b{white-space:normal}.v80-stat-tile{min-height:58px!important}.card{padding:12px!important}}.compare-v868{max-width:980px;margin:0 auto;font-size:14px}.compare-hero-v868{justify-content:space-between;align-items:center;display:flex;padding:12px 14px!important}.compare-hero-v868 h1{margin:.1rem 0!important;font-size:clamp(30px,5vw,52px)!important}.compare-selectors-v868{grid-template-columns:1fr 1fr auto;align-items:end;gap:8px;display:grid;padding:10px!important}.compare-selectors-v868 select{min-height:38px!important;padding:7px 10px!important}.compare-board-v868 .compare-head{padding:9px!important}.compare-board-v868 .compare-head h3{margin:4px 0!important;font-size:18px!important}.compare-board-v868 .compare-row{min-height:34px!important;padding:6px 8px!important}.compare-board-v868 .compare-row strong{font-size:15px!important}.active-roster-card-v860{grid-template-columns:54px minmax(0,1fr) 82px 58px 92px!important;gap:8px!important;min-height:76px!important;padding:10px 12px!important}.active-roster-card-v860 .seed-pill-v860{width:42px!important;height:42px!important;font-size:15px!important}.active-roster-card-v860 .roster-main-v860 strong{font-size:18px!important}.active-roster-card-v860 .roster-main-v860 span,.active-roster-card-v860 .roster-main-v860 em{font-size:12px!important}.active-roster-card-v860 .roster-stat-v860 b{font-size:22px!important}.active-roster-card-v860 .roster-stat-v860 span{font-size:12px!important}.claim-badge-v860{padding:6px 8px!important;font-size:12px!important}.season-week-card-grid-v859,.flow-lanes-v842.compact{gap:7px!important}.week-shortcut-v868{text-align:left;width:100%;color:inherit;cursor:pointer;background:#ffffff09;border:1px solid #ff8e3240;border-radius:14px;padding:9px 10px;display:block}.week-shortcut-v868:hover{background:#ff76201f;border-color:#ffaa508c}.week-shortcut-v868 strong,.week-shortcut-v868 span{display:block}.week-shortcut-v868 span{color:#ffefdcbd;font-size:12px}.bracket-road-v842{padding:12px!important}.bracket-road-v842 h3{font-size:clamp(20px,3vw,30px)!important}.submit-v868,.submit-v867{max-width:880px!important}.submit-match-picker-v864 .section-head p{margin:.15rem 0!important}.selected-fixture-strip-v864{gap:4px!important;min-height:0!important;display:grid!important}.selected-fixture-strip-v864 strong{font-size:15px!important}.result-form-v864 .notice.full{padding:8px 10px!important}.result-form-v864 textarea{min-height:56px!important}.fixture-select-v864 select{white-space:normal;width:100%}.s2-card-truth-strip-v867{grid-template-columns:minmax(0,1fr)!important;display:grid!important}.player-profile-v865 .v80-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}.latest-story-v865 strong{white-space:nowrap}.latest-story-v865 span{margin-left:.25rem;display:inline!important}.club-dna-card-v864 .section-head{margin-bottom:4px!important}.club-dna-card-v864 h2{font-size:clamp(22px,4vw,34px)!important}.fixture-submit-link-v865{padding:6px 9px!important;font-size:12px!important}.chart-open-button svg text.chart-x-label{font-size:10px!important}.chart-open-button svg{width:100%!important;height:auto!important}@media (width<=980px){.compare-selectors-v868{grid-template-columns:1fr}.active-roster-card-v860{align-items:center;grid-template-columns:44px minmax(0,1fr) 72px 50px!important}.active-roster-card-v860 .claim-badge-v860{grid-column:2/-1;justify-self:start}.player-profile-v865 .v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.flow-lanes-v842.compact{grid-template-columns:1fr!important}}@media (width<=560px){.active-roster-card-v860{min-height:64px!important;padding:8px 9px!important}.active-roster-card-v860 .roster-main-v860 strong{font-size:16px!important}.active-roster-card-v860 .roster-stat-v860 b{font-size:18px!important}.player-profile-v865 .profile-main-copy .hero-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.player-profile-v865 .profile-main-copy .hero-actions a:last-child{grid-column:1/-1}.latest-story-v865{font-size:13px!important}.s2-card-truth-strip-v867 .section-head{display:block!important}.club-analytics-card-v864{min-height:0!important}.compare-board-v868 .compare-header{grid-template-columns:1fr!important}.compare-board-v868 .versus{width:38px;height:38px;margin:auto}.submit-filter-bar-v864{grid-template-columns:1fr 1fr!important}.fixture-select-v864 select{font-size:12px!important}}.players-v870 .active-roster-card-v870{grid-template-columns:52px minmax(0,1fr) minmax(145px,.45fr)!important;grid-template-areas:"seed main side"!important;align-items:center!important;gap:10px!important;min-height:68px!important;padding:9px 11px!important;display:grid!important;overflow:hidden!important}.players-v870 .active-roster-card-v870 .seed-pill-v860{grid-area:seed!important;place-self:center!important;width:42px!important;height:42px!important;font-size:15px!important}.players-v870 .roster-main-v870{grid-area:main!important;min-width:0!important;padding-right:4px!important;display:block!important}.players-v870 .roster-main-v870 strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:clamp(16px,2.5vw,20px)!important;line-height:1.05!important;display:block!important;overflow:hidden!important}.players-v870 .roster-main-v870 span,.players-v870 .roster-main-v870 em{white-space:nowrap!important;text-overflow:ellipsis!important;color:#ffeedcc2!important;font-size:12px!important;font-style:normal!important;line-height:1.25!important;display:block!important;overflow:hidden!important}.players-v870 .roster-side-v870{grid-area:side!important;grid-template-columns:1fr 1fr!important;place-items:center end!important;gap:4px 8px!important;min-width:0!important;display:grid!important}.players-v870 .claim-badge-v870{white-space:nowrap!important;z-index:0!important;grid-column:1/-1!important;justify-self:end!important;max-width:100%!important;padding:5px 8px!important;font-size:11px!important;line-height:1!important;position:static!important;transform:none!important}.players-v870 .roster-stat-v870{text-align:right!important;min-width:0!important}.players-v870 .roster-stat-v870 b{font-size:18px!important;line-height:1!important;display:block!important}.players-v870 .roster-stat-v870 span{color:#ffefdcb3!important;white-space:nowrap!important;font-size:10.5px!important;display:block!important}.submit-v870 .submit-match-picker-v864{padding:11px!important}.submit-v870 .selected-fixture-strip-v864{background:#ff7a1c14!important;border-color:#ffc66973!important}.submit-v870 .selected-fixture-strip-v864 strong{font-size:14px!important}.submit-v870 .result-form-v864{gap:8px!important;padding:11px!important}.submit-v870 .submit-step{margin-bottom:2px!important}.selected-score-strip-v870{background:#ff801e14;border:1px solid #ffb85a52;border-radius:14px;gap:3px;padding:9px 10px;display:grid}.selected-score-strip-v870 strong{font-size:16px;line-height:1.15}.selected-score-strip-v870 span{color:#ffefdac4;font-size:12px}.score-grid-v870 label{font-size:12px!important;font-weight:950!important}.score-grid-v870 input{text-align:center!important;font-size:16px!important}.submit-v870 .result-form-v864 label{min-width:0!important}.submit-v870 .result-form-v864 input,.submit-v870 .result-form-v864 select,.submit-v870 .result-form-v864 textarea{width:100%!important}.submit-v870 .notice.compact.full{padding:8px 10px!important;font-size:12.5px!important;line-height:1.35!important}.submit-v870 .approval-path-v863{font-size:12px!important;line-height:1.35!important}@media (width<=700px){.players-v870 .active-roster-card-v870{grid-template-columns:44px minmax(0,1fr)!important;grid-template-areas:"seed main""seed side"!important;gap:5px 9px!important;min-height:72px!important;padding:8px 9px!important}.players-v870 .active-roster-card-v870 .seed-pill-v860{width:38px!important;height:38px!important}.players-v870 .roster-side-v870{grid-template-columns:auto auto auto!important;justify-content:start!important;justify-items:start!important;gap:5px 8px!important}.players-v870 .claim-badge-v870{order:3!important;grid-area:auto!important;justify-self:start!important}.players-v870 .roster-stat-v870{text-align:left!important}.players-v870 .roster-stat-v870 b{font-size:17px!important}.players-v870 .roster-stat-v870 span{font-size:10px!important}.submit-v870 .submit-top{padding:12px!important}.submit-v870 .submit-top h1{font-size:32px!important}.submit-v870 .section-head.tight-head{display:block!important}.submit-v870 .submit-filter-bar-v864{grid-template-columns:1fr 1fr!important;gap:7px!important}.submit-v870 .fixture-select-v864 select{font-size:12px!important}.score-grid-v870{grid-template-columns:1fr 1fr!important;gap:7px!important}.selected-score-strip-v870 strong{font-size:15px}.submit-v870 .result-form-v864 textarea{min-height:54px!important}}.admin-hero-v871{padding:clamp(14px,2vw,22px)!important}.admin-sticky-queue-v871{z-index:20;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0b0c12eb;border:1px solid #ffffff1f;border-radius:16px;flex-wrap:wrap;align-items:center;gap:8px;margin:8px 0 12px;padding:8px;display:flex;position:sticky;top:6px}.admin-sticky-queue-v871 a{color:inherit;background:#ffffff0f;border-radius:999px;padding:7px 10px;font-size:.86rem;text-decoration:none}.admin-action-board-v871{padding:12px!important}.admin-action-tile-v871{min-height:84px;color:inherit;background:#ffffff0b;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:4px;padding:10px;text-decoration:none;display:flex}.admin-action-tile-v871.hot{background:#ff733714;border-color:#ff733766}.admin-action-tile-v871 strong{font-size:1.12rem;line-height:1}.admin-action-tile-v871 span{opacity:.8;font-size:.78rem;line-height:1.2}.admin-roster-accordion-v871{overflow:hidden;padding:0!important}.admin-roster-accordion-v871>summary{cursor:pointer;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;list-style:none;display:flex}.admin-roster-accordion-v871[open]{padding-bottom:12px!important}.admin-roster-accordion-v871[open]>:not(summary){margin-left:12px;margin-right:12px}.result-review-grid-v871{gap:10px!important}.result-review-card-v871{min-height:unset!important;padding:12px!important}.result-review-top-v871{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.result-versus-v871{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:8px;margin:8px 0;display:grid}.result-versus-v871>div{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:14px;gap:3px;min-width:0;padding:9px;display:grid}.result-versus-v871 strong{overflow-wrap:anywhere;font-size:.95rem}.result-versus-v871 span{font-size:1.55rem;font-weight:900;line-height:1}.result-versus-v871 small{opacity:.8;overflow-wrap:anywhere;font-size:.75rem}.result-versus-v871 b{opacity:.55;align-self:center;font-size:.76rem}.switch-confirm-v871{margin-bottom:10px}@media (width<=720px){.admin-action-grid-v871{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-sticky-queue-v871{top:4px}.admin-sticky-queue-v871 a{padding:6px 8px;font-size:.78rem}.result-review-card-v871{padding:10px!important}.result-versus-v871{gap:6px}.result-versus-v871>div{padding:8px}.result-versus-v871 span{font-size:1.35rem}}.players-v870 .seed-pill-v872{color:#ffd38d!important;background:#ff842a1f!important;font-size:13px!important}.players-v870 .roster-side-v872{grid-template-columns:auto auto!important;gap:4px 8px!important}.players-v870 .roster-side-v872 .claim-badge-v870{order:2!important;grid-column:1/-1!important;justify-self:start!important}.players-v870 .roster-main-v870 strong{font-size:clamp(15px,2.1vw,19px)!important}.players-v870 .roster-main-v870 span,.players-v870 .roster-main-v870 em{font-size:11.5px!important}.stat-progression-v872 .stat-pills-clickable-v872{gap:7px!important}.stat-prog-detail-v872{background:#ff91320f;border:1px solid #ffbe5a47;border-radius:14px;overflow:hidden}.stat-prog-detail-v872 summary{cursor:pointer;padding:7px 10px;font-size:12px;font-weight:950;list-style:none}.stat-prog-detail-v872 summary::-webkit-details-marker{display:none}.stat-prog-detail-v872 div{border-top:1px solid #ffbe5a2e;gap:4px;min-width:220px;padding:8px;display:grid}.stat-prog-detail-v872 p{grid-template-columns:minmax(70px,1fr) auto;gap:4px;margin:0;font-size:11.5px;display:grid}.stat-prog-detail-v872 p span{justify-self:end;background:0 0!important;border:0!important;padding:0!important;font-size:12px!important}.stat-prog-detail-v872 p small{color:#ffefdcb8;grid-column:1/-1;line-height:1.25}.legacy-heat-v872{margin:12px 0}.compact-rivalry-v872{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.compact-rivalry-v872 .v80-rivalry-row{min-height:0!important;padding:9px!important}.compact-rivalry-v872 small{line-height:1.25!important}.latest-story-v865 span{margin-left:.25rem}.line-only-chart .chart-open-button{width:100%;overflow-x:auto}.line-only-chart svg{min-width:520px}.elo-timeline-mini{margin-top:8px}.elo-timeline-scroll table{font-size:12px}.chart-x-label,.chart-axis-label{font-size:10px!important}.submit-v870 .result-form-v864 label{font-size:13px!important}.submit-v870 .result-form-v864 label small{color:#ffd07b!important;font-size:11px!important}.submit-v870 .score-grid-v870{margin-top:2px}.admin-v841-page #admin-result-queue{margin-top:10px}.result-review-grid-v871{grid-template-columns:repeat(2,minmax(0,1fr))!important}.result-review-card-v871 p{font-size:12px!important;line-height:1.32!important}.approval-receipt-v865 .mini-stat{min-height:0!important}.player-profile-v865 .profile-main-copy h1{overflow-wrap:anywhere}.player-profile-v865 .profile-card-summary.compact{min-height:0!important}.club-analytics-card-v864{overflow:hidden}.club-analytics-card-v864 strong,.club-analytics-card-v864 span,.club-analytics-card-v864 small{overflow-wrap:anywhere}@media (width<=720px){.players-v870 .active-roster-card-v872{grid-template-columns:38px minmax(0,1fr)!important;grid-template-areas:"seed main""seed side"!important;min-height:66px!important}.players-v870 .roster-side-v872{grid-template-columns:auto auto auto!important}.compact-rivalry-v872{grid-template-columns:1fr}.line-only-chart svg{min-width:500px}.stat-prog-detail-v872{width:100%}.stat-prog-detail-v872 div{min-width:0}.result-review-grid-v871{grid-template-columns:1fr!important}.admin-v841-page .admin-v841-season-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.submit-v870 .submit-top h1{font-size:clamp(2rem,8vw,2.6rem)!important}.submit-v870 .selected-score-strip-v870{padding:8px!important}.player-profile-v865 .profile-hero-compact{grid-template-columns:52px minmax(0,1fr) 80px!important}.player-profile-v865 .profile-card-summary strong{font-size:1.8rem!important}.player-profile-v865 .profile-main-copy h1{font-size:clamp(26px,7vw,40px)!important}.s2-timeline-v867 .v80-timeline-row{grid-template-columns:1fr!important}.s2-timeline-v867 .v80-timeline-row b{justify-self:start}}.truth-chart-v873{max-width:100%;overflow:hidden}.truth-chart-v873 .chart-scroll-shell-v873{-webkit-overflow-scrolling:touch;padding:2px 0 4px;overflow:auto hidden}.truth-chart-v873 svg{min-width:520px;max-height:320px;display:block}.truth-chart-v873 .chart-selected-point-v873{background:#ff6a1414;border:1px solid #ff97363d;border-radius:14px;justify-content:space-between;gap:10px;margin-top:8px;padding:8px 10px;font-size:13px;display:flex}.truth-chart-v873 .compact-point-table-v873{margin-top:8px}.truth-chart-v873 .elo-timeline-scroll{max-height:220px;overflow:auto}.truth-chart-v873 .chart-point-summary.compact-summary-v873{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:6px;margin-top:8px;display:grid}.truth-chart-v873 .chart-point-summary.compact-summary-v873 div{background:#0000002e;border:1px solid #ff97362e;border-radius:12px;padding:7px 9px}.truth-chart-v873 .chart-point-summary.compact-summary-v873 strong,.truth-chart-v873 .chart-point-summary.compact-summary-v873 span{font-size:12px;display:block}.chart-open-button{all:unset!important;cursor:default!important;width:100%!important;display:block!important}.chart-modal{display:none!important}.player-profile-v873 .profile-main-copy h1,.live-hr-board-v867 strong,.season-roster-mini-v842 strong,.active-roster-card-v872 strong{word-break:break-word}.career-summary-v873{padding:12px!important}.career-summary-v873 h2{font-size:clamp(22px,5vw,34px)!important}.career-summary-grid-v873{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;margin-top:8px;display:grid}.career-summary-grid-v873 div{background:#0003;border:1px solid #ff973638;border-radius:14px;padding:9px}.career-summary-grid-v873 strong,.career-summary-grid-v873 span,.career-summary-grid-v873 small{display:block}.career-summary-grid-v873 span{color:#ffefdcd1;font-size:13px}.card-truth-v873 h3{font-size:clamp(18px,4.5vw,26px)!important;line-height:1.22!important}.card-truth-v873 .stat-prog-detail-v872{min-height:40px}.card-truth-v873 .stat-prog-detail-v872 summary{padding:8px 10px!important}.card-truth-v873 .stat-prog-detail-v872 p{border-bottom:1px solid #ffffff0f;grid-template-columns:minmax(100px,1fr) 44px;gap:4px 8px;display:grid;margin:0!important;padding:7px 2px!important}.card-truth-v873 .stat-prog-detail-v872 p small{color:#ffefdcb3;grid-column:1/-1;font-size:11px}.card-truth-v873 .stat-prog-detail-v872 p em{color:var(--gold);font-style:normal}.legacy-heat-v873 .v80-rivalry-list{gap:8px;display:grid}.legacy-heat-v873 .rivalry-detail-v873{color:inherit;background:#0000002e;border:1px solid #ff973633;border-radius:15px;padding:8px 10px;text-decoration:none;display:block}.legacy-heat-v873 .rivalry-detail-v873 summary{cursor:pointer;grid-template-columns:34px minmax(0,1fr);gap:8px;display:grid}.legacy-heat-v873 .rivalry-detail-v873 small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.legacy-heat-v873 .rivalry-detail-v873 p{color:#ffefdccc;margin:8px 0;font-size:13px}.official-archive-v873 .total-row-v873{background:#ff6a141a;font-weight:900}.season-story-card-v873{padding:14px!important}.season-story-card-v873 h2{font-size:clamp(22px,4vw,32px)!important}.season-roster-mini-v842 strong{font-size:17px!important}.season-roster-mini-v842 span:first-child{opacity:.9;font-size:13px!important}.week-fixture-list-v859 small{font-size:11px!important}.players-v870 .active-roster-card-v872{grid-template-columns:38px minmax(0,1fr) minmax(128px,.42fr)!important;min-height:58px!important;padding:8px 10px!important}.players-v870 .active-roster-card-v872 .seed-pill-v872{width:34px!important;height:34px!important;font-size:13px!important}.players-v870 .active-roster-card-v872 .roster-main-v870 strong{font-size:16px!important;line-height:1.12!important}.players-v870 .active-roster-card-v872 .roster-main-v870 span{font-size:11px!important}.players-v870 .active-roster-card-v872 .roster-side-v872{grid-template-columns:auto auto auto!important;justify-content:end!important;align-items:center!important;gap:5px 8px!important;display:grid!important}.players-v870 .active-roster-card-v872 .claim-badge-v870{white-space:nowrap!important;order:3!important;grid-column:auto!important;padding:5px 7px!important;font-size:11px!important;position:static!important}.players-v870 .active-roster-card-v872 .roster-stat-v872 b{font-size:17px!important}.players-v870 .active-roster-card-v872 .roster-stat-v872 span{font-size:10px!important}.sort-chip-row-v860 button{padding:9px 13px!important;font-size:14px!important}.live-hr-board-v867 .live-hr-row-v867{min-height:70px!important;padding:10px 12px!important}.live-hr-board-v867 .live-hr-row-v867 strong{font-size:17px!important}.live-hr-board-v867 .live-hr-row-v867 small{font-size:12px!important}.chart-axis-label,.chart-label,.chart-x-label{font-family:var(--ui)!important}.chart-x-label,.chart-label{font-size:10px!important}@media (width<=720px){.truth-chart-v873 svg{min-width:600px}.player-profile-v873 .grid{gap:10px!important}.player-profile-v873 .card{padding:12px!important}.player-profile-v873 .profile-hero-compact{grid-template-columns:46px minmax(0,1fr) 74px!important}.player-profile-v873 .profile-card-summary strong{font-size:1.6rem!important}.player-profile-v873 .v80-stat-grid{gap:8px!important}.player-profile-v873 .v80-stat-tile{min-height:78px!important;padding:10px!important}.player-profile-v873 .v80-stat-tile strong{font-size:clamp(22px,6vw,32px)!important}.career-summary-grid-v873{grid-template-columns:1fr}.players-v870 .active-roster-card-v872{grid-template-columns:34px minmax(0,1fr)!important;grid-template-areas:"seed main""seed side"!important;min-height:62px!important}.players-v870 .active-roster-card-v872 .roster-side-v872{justify-content:start!important}.season-roster-cards-v842{grid-template-columns:1fr!important}.season-roster-mini-v842{min-height:64px!important}.legacy-heat-v873 .rivalry-detail-v873 summary{grid-template-columns:30px minmax(0,1fr)}}.players-v870 .active-roster-card-v872{grid-template-columns:42px minmax(0,1fr) minmax(126px,.42fr)!important;grid-template-areas:"seed main side"!important;align-items:center!important;gap:8px!important;min-height:68px!important;padding:9px 10px!important;display:grid!important;overflow:hidden!important}.players-v870 .active-roster-card-v872 .seed-pill-v872{flex:none!important;grid-area:seed!important;place-self:center!important;position:static!important}.players-v870 .active-roster-card-v872 .roster-main-v870{grid-area:main!important;align-content:center!important;gap:2px!important;min-width:0!important;display:grid!important}.players-v870 .active-roster-card-v872 .roster-main-v870 strong{white-space:normal!important;overflow-wrap:anywhere!important;font-size:15.5px!important;line-height:1.12!important}.players-v870 .active-roster-card-v872 .roster-main-v870 span{color:#ffefdcc7!important;font-size:11px!important}.players-v870 .active-roster-card-v872 .roster-main-v870 .claim-badge-v870{width:max-content!important;max-width:100%!important;margin-top:2px!important;padding:3px 7px!important;font-size:10.5px!important;line-height:1.1!important}.players-v870 .active-roster-card-v872 .roster-side-v872{grid-area:side!important;grid-template-columns:1fr 1fr!important;place-items:center end!important;gap:6px!important;min-width:0!important;display:grid!important}.players-v870 .active-roster-card-v872 .roster-stat-v870{text-align:right!important;min-width:0!important;line-height:1.05!important}.players-v870 .active-roster-card-v872 .roster-stat-v870 b{letter-spacing:0!important;white-space:nowrap!important;font-size:16px!important;display:block!important}.players-v870 .active-roster-card-v872 .roster-stat-v870 span{color:#ffefdcb8!important;white-space:nowrap!important;font-size:9.5px!important;display:block!important}@media (width<=720px){.players-v870 .active-roster-card-v872{grid-template-columns:36px minmax(0,1fr) 82px!important;grid-template-areas:"seed main side"!important;gap:8px!important;min-height:72px!important}.players-v870 .active-roster-card-v872 .roster-side-v872{grid-template-columns:1fr!important;justify-items:end!important;gap:2px!important}.players-v870 .active-roster-card-v872 .roster-stat-v870 b{font-size:15px!important}.players-v870 .active-roster-card-v872 .roster-stat-v870 span{font-size:9px!important}}.season-v859-page .season-command-card-v859{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:14px 16px!important;display:grid!important}.season-v859-page .season-command-copy-v859 h1{margin:0!important;font-size:clamp(34px,5vw,56px)!important}.season-v859-page .season-command-copy-v859 p{max-width:760px!important;margin:6px 0 0!important;font-size:13.5px!important}.season-v859-page .season-command-stats-v859{grid-template-columns:repeat(3,minmax(80px,1fr))!important;gap:8px!important;display:grid!important}.season-v859-page .season-command-stats-v859 div{min-height:58px!important;padding:8px 10px!important}.season-v859-page .season-command-stats-v859 strong{font-size:24px!important}.season-v859-page .season-command-card-v859 .compact-action-row{grid-column:1/-1!important;margin-top:0!important}@media (width<=720px){.season-v859-page .season-command-card-v859{grid-template-columns:1fr!important;padding:12px!important}.season-v859-page .season-command-copy-v859 h1{font-size:34px!important}.season-v859-page .season-command-copy-v859 p{font-size:12.5px!important;line-height:1.35!important}.season-v859-page .season-command-stats-v859{grid-template-columns:repeat(3,minmax(0,1fr))!important}.season-v859-page .season-command-stats-v859 div{min-height:50px!important;padding:7px!important}.season-v859-page .season-command-stats-v859 strong{font-size:21px!important}.season-tabs-v859{gap:6px!important}.season-tabs-v859 button{padding:8px 10px!important;font-size:12px!important}}.legacy-heat-v874{padding:12px!important}.rivalry-story-grid-v874{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:8px!important;display:grid!important}.rivalry-story-card-v874{color:inherit!important;background:#00000038!important;border:1px solid #ff973647!important;border-radius:14px!important;grid-template-columns:30px minmax(0,1fr)!important;align-items:start!important;gap:8px!important;min-height:72px!important;padding:9px!important;text-decoration:none!important;display:grid!important}.rivalry-story-card-v874 span{color:#ffd178;background:#ff7e2426;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.rivalry-story-card-v874 strong{overflow-wrap:anywhere!important;font-size:14px!important;line-height:1.18!important;display:block!important}.rivalry-story-card-v874 em{color:#ffd178!important;text-transform:uppercase!important;letter-spacing:.04em!important;margin-top:1px!important;font-size:11px!important;font-style:normal!important;display:block!important}.rivalry-story-card-v874 p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:#ffefdcd1!important;margin:3px 0 0!important;font-size:12px!important;line-height:1.25!important}@media (width<=720px){.rivalry-story-grid-v874{grid-template-columns:1fr!important}.legacy-heat-v874{padding:10px!important}}.player-profile-v873 .grid .span-8{grid-column:span 9!important}.player-profile-v873 .grid .span-4{grid-column:span 3!important;min-height:0!important;padding:12px!important}.player-profile-v873 .grid .span-4 p{font-size:12px!important;line-height:1.35!important}.truth-chart-v873 svg{max-height:300px!important}.chart-point-value-v874{fill:#ffe7bf;paint-order:stroke;stroke:#08090d;stroke-width:2.5px;font-size:9px;font-weight:800}@media (width<=720px){.player-profile-v873 .grid .span-8,.player-profile-v873 .grid .span-4{grid-column:1/-1!important}.player-profile-v873 .grid .span-4{min-height:0!important}.truth-chart-v873 svg{min-width:520px!important;max-height:260px!important}}.card-truth-v873 .stat-prog-detail-v872 summary{white-space:nowrap!important}.card-truth-v873 .stat-pills-clickable-v872{grid-template-columns:repeat(auto-fit,minmax(104px,1fr))!important;display:grid!important}@media (width<=720px){.card-truth-v873 .stat-pills-clickable-v872{grid-template-columns:1fr!important}.card-truth-v873 .stat-prog-detail-v872:not([open]){min-height:38px!important}}.players-v875 .active-roster-card-v872 .seed-pill-v872{grid-area:seed!important;place-self:center!important;width:36px!important;height:36px!important;font-size:13px!important}.players-v875 .active-roster-card-v872 .roster-main-v870{grid-area:main!important;align-content:center!important;gap:2px!important;min-width:0!important;display:grid!important}.players-v875 .active-roster-card-v872 .roster-main-v870 strong{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;font-size:clamp(15px,2.3vw,20px)!important;line-height:1.08!important}.players-v875 .active-roster-card-v872 .roster-main-v870 span{color:#ffefdcc2!important;white-space:nowrap!important;font-size:11px!important;line-height:1.15!important}.players-v875 .active-roster-card-v872 .roster-main-v870 .claim-badge-v870{width:max-content!important;max-width:100%!important;margin-top:3px!important;padding:4px 8px!important;font-size:10.5px!important;line-height:1.05!important;position:static!important}.players-v875 .active-roster-card-v872 .roster-side-v872{grid-area:side!important;grid-template-columns:1fr 1fr!important;place-items:center end!important;gap:8px!important;min-width:0!important;display:grid!important;overflow:hidden!important}.players-v875 .active-roster-card-v872 .roster-stat-v870{text-align:right!important;white-space:nowrap!important;flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;min-width:0!important;line-height:1.05!important;display:flex!important;overflow:hidden!important}.players-v875 .active-roster-card-v872 .roster-stat-v870 b{letter-spacing:0!important;white-space:nowrap!important;text-overflow:clip!important;max-width:100%!important;font-size:15.5px!important;line-height:1!important;display:block!important;overflow:hidden!important}.players-v875 .active-roster-card-v872 .roster-stat-v870 span{white-space:nowrap!important;color:#ffefdcad!important;font-size:9px!important;line-height:1.05!important;display:block!important}@media (width<=720px){.players-v875 .active-roster-card-v872{grid-template-columns:42px minmax(0,1fr) 90px!important;gap:8px!important;min-height:80px!important;padding:10px!important}.players-v875 .active-roster-card-v872 .roster-side-v872{grid-template-columns:1fr!important;align-content:center!important;justify-items:end!important;gap:5px!important}.players-v875 .active-roster-card-v872 .roster-stat-v870 b{font-size:15px!important}.players-v875 .active-roster-card-v872 .roster-stat-v870 span{font-size:8.5px!important}}@media (width<=390px){.players-v875 .active-roster-card-v872{grid-template-columns:38px minmax(0,1fr) 82px!important;padding:9px!important}.players-v875 .active-roster-card-v872 .roster-main-v870 strong,.players-v875 .active-roster-card-v872 .roster-stat-v870 b{font-size:14px!important}}.season-overview-v875{align-items:stretch!important}.season-fire-card-v875,.champion-watch-v875,.bracket-road-v875{min-height:0!important}.season-fire-card-v875 h2,.champion-watch-v875 h2{margin-bottom:6px!important;line-height:1.1!important}.season-fire-card-v875 p,.champion-watch-v875 p{margin:6px 0!important;font-size:13.5px!important;line-height:1.42!important}.week-jump-v875{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:8px!important;display:grid!important}.week-shortcut-v868{color:inherit!important;text-align:left!important;cursor:pointer!important;background:#0000002e!important;border:1px solid #ff97363d!important;border-radius:14px!important;padding:10px!important}.week-shortcut-v868 strong,.week-shortcut-v868 span{line-height:1.2!important;display:block!important}.week-shortcut-v868 span{color:#ffefdcb8!important;margin-top:3px!important;font-size:12px!important}@media (width<=720px){.season-v859-page .season-command-card-v859{margin-bottom:10px!important;padding:10px!important}.season-v859-page .season-command-copy-v859 h1{letter-spacing:.035em!important;font-size:30px!important}.season-v859-page .season-command-copy-v859 p{font-size:12px!important;line-height:1.32!important}.season-v859-page .season-command-stats-v859{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.season-v859-page .season-command-stats-v859 div{border-radius:13px!important;min-height:44px!important;padding:6px!important}.season-v859-page .season-command-stats-v859 strong{font-size:18px!important}.season-v859-page .season-command-stats-v859 span{font-size:9.5px!important;line-height:1.1!important}.season-v859-page .compact-action-row .btn{padding:8px 10px!important;font-size:12px!important}.season-tabs-v859{-webkit-overflow-scrolling:touch!important;gap:7px!important;margin-left:-2px!important;margin-right:-2px!important;padding:8px 10px 10px!important;scroll-padding-left:10px!important;display:flex!important;overflow-x:auto!important}.season-tabs-v859 button{flex:none!important;min-width:max-content!important;padding:8px 12px!important;font-size:12px!important}.season-tabs-v859 button:first-child{margin-left:4px!important}.week-jump-v875{grid-template-columns:1fr!important}}.notification-bell-link .bell-badge,.nav-count-badge.bell-badge{color:#fff!important;text-align:center!important;background:#ff5b1f!important;border:2px solid #070707!important;border-radius:999px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;font-size:10px!important;font-weight:950!important;line-height:16px!important;position:absolute!important;top:-6px!important;right:-6px!important;box-shadow:0 0 0 2px #ff5b1f2e!important}.top-bell-drawer-v844 .bell-drawer-list-v844 a strong{overflow-wrap:anywhere!important}.top-bell-drawer-v844 .bell-drawer-list-v844 a{min-height:58px!important}.fixtures-v865 .week-picker-v865{z-index:10!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#050505d1!important;border-radius:16px!important;padding:8px!important;position:sticky!important;top:48px!important}.fixtures-v865 .fixture-card-grid-v859{gap:10px!important}.fixtures-v865 .fixture-card-v859{min-height:0!important;padding:12px!important}@media (width<=720px){.fixtures-v865 .fixture-card-v859 .match-card h3{font-size:14px!important;line-height:1.1!important}.fixtures-v865 .fixture-card-v859 p.small{font-size:11px!important}}.players-v875 .active-roster-list-v860{gap:8px!important;display:grid!important}.players-v875 .active-roster-card-v872{grid-template-columns:42px minmax(0,1fr) 118px!important;grid-template-areas:"seed main stats"!important;align-items:center!important;gap:10px!important;min-height:72px!important;padding:10px 12px!important;display:grid!important;overflow:hidden!important}.players-v875 .seed-pill-v872{grid-area:seed!important;place-self:center!important;width:36px!important;min-width:36px!important;height:36px!important}.players-v875 .roster-main-v870{flex-direction:column!important;grid-area:main!important;justify-content:center!important;gap:2px!important;min-width:0!important;display:flex!important;overflow:hidden!important}.players-v875 .roster-main-v870 strong{white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;font-size:16px!important;line-height:1.08!important;overflow:hidden!important}.players-v875 .roster-main-v870 span{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;line-height:1.1!important;overflow:hidden!important}.players-v875 .roster-main-v870 .claim-badge-v870{width:max-content!important;max-width:96px!important;margin-top:3px!important;padding:3px 8px!important;font-size:10px!important;line-height:1.05!important;display:inline-flex!important;position:static!important}.players-v875 .roster-side-v872{grid-area:stats!important;grid-template-columns:1fr 38px!important;place-items:center end!important;gap:6px!important;min-width:0!important;display:grid!important;overflow:hidden!important}.players-v875 .roster-side-v872 .roster-stat-v870{text-align:right!important;white-space:nowrap!important;flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;min-width:0!important;display:flex!important;overflow:hidden!important}.players-v875 .roster-side-v872 .roster-stat-v870 b{letter-spacing:0!important;font-variant-numeric:tabular-nums!important;text-overflow:clip!important;max-width:88px!important;font-size:17px!important;line-height:1.02!important;overflow:hidden!important}.players-v875 .roster-side-v872 .roster-stat-v870 span{text-overflow:ellipsis!important;max-width:80px!important;font-size:9px!important;line-height:1.05!important;overflow:hidden!important}.players-v875 .sort-chip-row-v860{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;gap:8px!important;padding-bottom:8px!important;display:flex!important;overflow-x:auto!important}.players-v875 .sort-chip-row-v860 button{flex:none!important}@media (width<=520px){.players-v875 .active-roster-card-v872{grid-template-columns:40px minmax(0,1fr) 78px!important;gap:8px!important;min-height:74px!important;padding:9px!important}.players-v875 .roster-main-v870 strong{font-size:15px!important}.players-v875 .roster-side-v872{grid-template-columns:1fr!important;gap:1px!important}.players-v875 .roster-side-v872 .roster-stat-v870:nth-child(2){display:none!important}.players-v875 .roster-side-v872 .roster-stat-v870 b{max-width:74px!important;font-size:16px!important}.players-v875 .roster-side-v872 .roster-stat-v870 span{max-width:72px!important;font-size:8px!important}}.earned-badges-v874 .earned-badge-grid-v874{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:8px!important;margin-top:8px!important;display:grid!important}.earned-badges-v874 .earned-badge-grid-v874>div{background:#00000038!important;border:1px solid #ff973640!important;border-radius:14px!important;grid-template-columns:1fr!important;gap:3px!important;min-height:74px!important;padding:10px!important;display:grid!important}.earned-badges-v874 .earned-badge-grid-v874 strong{overflow-wrap:anywhere!important;font-size:14px!important;line-height:1.18!important}.earned-badges-v874 .earned-badge-grid-v874 span{color:#ffd178!important;text-transform:uppercase!important;letter-spacing:.04em!important;font-size:11px!important}.earned-badges-v874 .earned-badge-grid-v874 small{color:#ffefdcb8!important;font-size:11px!important}@media (width<=520px){.earned-badges-v874 .earned-badge-grid-v874{grid-template-columns:1fr!important}.earned-badges-v874 .earned-badge-grid-v874>div{min-height:0!important}}.season-tab-link-v876{color:#ffefdce6!important;background:#00000047!important;border:1px solid #ff973659!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;padding:9px 14px!important;font-weight:800!important;line-height:1!important;text-decoration:none!important;display:inline-flex!important}.season-tab-link-v876:hover{background:#ff7e2429!important}.season-v859-page .season-command-card-v859{max-height:none!important}@media (width<=720px){.season-v859-page .season-command-card-v859{border-radius:18px!important;padding:9px 10px!important}.season-v859-page .season-command-copy-v859 h1{font-size:28px!important;line-height:.96!important}.season-v859-page .season-command-copy-v859 p{margin-top:5px!important;font-size:11.5px!important}.season-v859-page .season-command-stats-v859 div{min-height:38px!important}.season-v859-page .season-command-card-v859 .compact-action-row{display:none!important}}.player-profile-v873 .grid>.span-4.v80-card-compact{min-height:110px!important;padding:10px!important}.player-profile-v873 .grid>.span-4.v80-card-compact h3{margin:6px 0!important;font-size:15px!important}.player-profile-v873 .grid>.span-4.v80-card-compact p{font-size:11.5px!important;line-height:1.3!important}.player-profile-v873 .official-archive-v873 .table-card{overflow-x:auto!important}.player-profile-v873 .official-archive-v873 table{min-width:680px!important}.top-bell-drawer-v844 .bell-drawer-head-v844 span{color:#ffefdcc2!important;font-size:13px!important}.top-bell-drawer-v844 .empty.compact{text-align:center!important;padding:14px!important}.players-v877 .active-roster-card-v872{grid-template-columns:42px minmax(0,1fr) 112px!important;min-height:76px!important;overflow:hidden!important}.players-v877 .roster-side-v877{grid-template-columns:1fr!important;align-content:center!important;justify-items:end!important;gap:3px!important;min-width:0!important;display:grid!important}.players-v877 .roster-side-v877 .roster-stat-v870{text-align:right!important;align-items:flex-end!important;width:100%!important;overflow:hidden!important}.players-v877 .roster-side-v877 .roster-stat-v870 b{white-space:nowrap!important;text-overflow:clip!important;font-variant-numeric:tabular-nums!important;max-width:100%!important;font-size:15px!important;line-height:1!important;overflow:hidden!important}.players-v877 .roster-side-v877 .roster-stat-v870 span{opacity:.78!important;white-space:nowrap!important;max-width:100%!important;font-size:8.5px!important;line-height:1!important}.players-v877 .roster-card-v877 b{color:#ffd178!important;font-size:13px!important}.players-v877 .roster-card-v877 span{font-size:8px!important}@media (width<=520px){.players-v877 .active-roster-card-v872{grid-template-columns:38px minmax(0,1fr) 94px!important;gap:7px!important;padding:9px 8px!important}.players-v877 .roster-main-v870 strong{font-size:14.5px!important}.players-v877 .roster-side-v877 .roster-stat-v870 b{font-size:14px!important}.players-v877 .roster-card-v877 b{font-size:12px!important}.players-v877 .roster-side-v872 .roster-stat-v870:nth-child(2){display:flex!important}}@media (width<=380px){.players-v877 .active-roster-card-v872{grid-template-columns:34px minmax(0,1fr) 88px!important}.players-v877 .seed-pill-v872{width:32px!important;min-width:32px!important;height:32px!important;font-size:12px!important}.players-v877 .roster-main-v870 strong{font-size:13.5px!important}}.all-card-sets-v877{gap:18px;display:grid}.all-card-sets-v877>section{gap:10px;display:grid}.all-card-sets-v877 h3{font-family:var(--headline);letter-spacing:.04em;margin:0;font-size:clamp(20px,3vw,28px)}.card-set-badge-v877{z-index:2;color:#fff6e4;letter-spacing:.04em;white-space:nowrap;text-overflow:ellipsis;background:#00000061;border:1px solid #ffffff59;border-radius:999px;max-width:84px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:900;position:absolute;top:8px;right:8px;overflow:hidden}.mini-card-face-v842{position:relative}.downloads-live-pack-v877{background:linear-gradient(135deg,#ff6a0024,#ffffff0a)!important;border-color:#ffbe606b!important}.players-v878 .fegl-register-table.active-roster-v860{overflow:visible!important}.players-v878 .sort-chip-row-v860{white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;scrollbar-width:thin!important;gap:8px!important;max-width:100%!important;padding:2px 0 10px!important;display:flex!important;overflow:auto hidden!important}.players-v878 .sort-chip-row-v860 button{flex:none!important;min-width:max-content!important}.players-v878 .active-roster-list-v860{gap:8px!important;width:100%!important;max-width:100%!important;display:grid!important}.players-v878 .active-roster-card-v872{grid-template-columns:42px minmax(0,1fr) 96px!important;grid-template-areas:"seed main metrics"!important;align-items:center!important;gap:10px!important;max-width:100%!important;min-height:58px!important;padding:8px 10px!important;display:grid!important;overflow:hidden!important}.players-v878 .seed-pill-v872{border-radius:12px!important;grid-area:seed!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;font-size:12px!important}.players-v878 .roster-main-v870{text-align:left!important;grid-area:main!important;align-content:center!important;justify-items:start!important;gap:2px!important;min-width:0!important;display:grid!important}.players-v878 .roster-main-v870 strong{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:15px!important;line-height:1.08!important;overflow:hidden!important}.players-v878 .roster-main-v870 span{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:11px!important;line-height:1!important;overflow:hidden!important}.players-v878 .roster-main-v870 .claim-badge-v870{width:max-content!important;max-width:90px!important;margin:2px 0 0!important;padding:3px 7px!important;font-size:10px!important;line-height:1!important;position:static!important}.players-v878 .roster-side-v877{grid-area:metrics!important;grid-template-columns:1fr 1fr!important;justify-content:end!important;place-items:center end!important;gap:7px!important;min-width:0!important;display:grid!important;overflow:visible!important}.players-v878 .roster-side-v877 .roster-stat-v870{text-align:right!important;place-items:center end!important;gap:1px!important;min-width:0!important;display:grid!important;overflow:visible!important}.players-v878 .roster-side-v877 .roster-stat-v870 b{letter-spacing:0!important;text-overflow:clip!important;white-space:nowrap!important;font-variant-numeric:tabular-nums!important;max-width:none!important;font-size:15px!important;line-height:1!important;overflow:visible!important}.players-v878 .roster-side-v877 .roster-stat-v870 span{text-overflow:ellipsis!important;white-space:nowrap!important;opacity:.78!important;max-width:44px!important;font-size:8px!important;line-height:1!important;overflow:hidden!important}.players-v878 .roster-card-v877 b{color:#ffd178!important;font-size:15px!important}@media (width>=760px){.players-v878 .active-roster-card-v872{grid-template-columns:44px minmax(260px,1fr) 150px!important;min-height:54px!important;padding:8px 12px!important}.players-v878 .roster-side-v877{grid-template-columns:70px 58px!important}.players-v878 .roster-main-v870{grid-template-columns:minmax(180px,260px) auto!important;grid-template-areas:"name claim""id claim"!important;align-items:center!important;column-gap:12px!important;display:grid!important}.players-v878 .roster-main-v870 strong{grid-area:name!important;font-size:15px!important}.players-v878 .roster-main-v870 span{grid-area:id!important}.players-v878 .roster-main-v870 .claim-badge-v870{grid-area:claim!important;align-self:center!important;margin:0!important}}@media (width<=520px){.players-v878 .active-roster-card-v872{grid-template-columns:38px minmax(0,1fr) 86px!important;gap:7px!important;min-height:68px!important;padding:8px!important}.players-v878 .roster-main-v870 strong{font-size:14px!important}.players-v878 .roster-side-v877{grid-template-columns:1fr!important;gap:2px!important}.players-v878 .roster-side-v877 .roster-stat-v870 b{font-size:14px!important}.players-v878 .roster-side-v877 .roster-stat-v870 span{max-width:60px!important;font-size:7.5px!important}}@media (width<=380px){.players-v878 .active-roster-card-v872{grid-template-columns:34px minmax(0,1fr) 78px!important}.players-v878 .seed-pill-v872{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important}.players-v878 .roster-main-v870 strong{font-size:13px!important}}.cards-v878 .tab-row.scroll-tabs-v842 button{min-width:max-content!important}.card-gallery-v842.full-stat-card-gallery-v844{align-items:start!important}.register-clean-v844 .quick-claim-grid-v860 button em{opacity:.68!important;font-size:12px!important}.players-v879 .active-roster-list-v860{gap:10px!important;width:100%!important;display:grid!important;overflow:visible!important}.players-v879 .active-roster-card-v879{width:100%!important;max-width:100%!important;min-height:84px!important;color:inherit!important;box-sizing:border-box!important;background:#00000047!important;border:1px solid #ffab5347!important;border-radius:18px!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-areas:"rank main""rank metrics"!important;align-items:center!important;gap:5px 10px!important;padding:10px 12px!important;text-decoration:none!important;display:grid!important;overflow:hidden!important}.players-v879 .active-roster-card-v879:hover{background:#ff6a001f!important;border-color:#ffc26e9e!important}.players-v879 .seed-pill-v879{color:#ffd47d!important;background:#ff7c1833!important;border-radius:14px!important;grid-area:rank!important;align-self:center!important;place-items:center!important;width:38px!important;height:38px!important;font-size:13px!important;font-weight:900!important;display:grid!important}.players-v879 .roster-main-v879{flex-wrap:wrap!important;grid-area:main!important;align-items:center!important;gap:8px!important;min-width:0!important;line-height:1.08!important;display:flex!important}.players-v879 .roster-main-v879 strong{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;max-width:100%!important;font-size:clamp(16px,4vw,21px)!important}.players-v879 .roster-main-v879 span{color:#ffefdcc7!important;white-space:nowrap!important;font-size:12px!important}.players-v879 .claim-badge-v879{color:#ffe1a8!important;background:#ffb4501f!important;border:1px solid #ffd17859!important;border-radius:999px!important;align-items:center!important;width:max-content!important;max-width:100%!important;padding:4px 8px!important;font-size:11px!important;font-style:normal!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.players-v879 .claim-badge-v879.claimed{color:#bfffd6!important;background:#14784147!important;border-color:#46dc8273!important}.players-v879 .roster-metrics-v879{color:#ffefdcd1!important;flex-wrap:wrap!important;grid-area:metrics!important;align-items:center!important;gap:10px!important;min-width:0!important;line-height:1.05!important;display:flex!important}.players-v879 .roster-metrics-v879 b,.players-v879 .roster-metrics-v879 span{white-space:nowrap!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important;font-size:13px!important;font-weight:800!important;display:inline-block!important}.players-v879 .sort-chip-row-v860{-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;scrollbar-width:thin!important;flex-wrap:nowrap!important;gap:8px!important;max-width:100%!important;padding:2px 2px 10px!important;display:flex!important;overflow:auto hidden!important}.players-v879 .sort-chip-row-v860 button{white-space:nowrap!important;flex:none!important;min-width:max-content!important}@media (width>=760px){.players-v879 .active-roster-card-v879{grid-template-columns:48px minmax(0,1fr) minmax(210px,auto)!important;grid-template-areas:"rank main metrics"!important;min-height:66px!important}.players-v879 .roster-metrics-v879{text-align:right!important;justify-content:flex-end!important}}@media (width<=420px){.players-v879 .active-roster-card-v879{grid-template-columns:38px minmax(0,1fr)!important;min-height:82px!important;padding:9px!important}.players-v879 .roster-main-v879{gap:5px 7px!important}.players-v879 .roster-main-v879 strong{font-size:15.5px!important}.players-v879 .roster-metrics-v879 b,.players-v879 .roster-metrics-v879 span{font-size:12px!important}}.quick-claim-grid-v860 button em{opacity:.72!important;font-size:12px!important}.register-clean-v844 .error{font-size:15px!important;line-height:1.35!important}.cards-v878 .tab-row button{white-space:normal!important;min-width:0!important}.card-gallery-v842{align-items:start!important}.player-profile-v880 .profile-hero-compact.has-profile-banner-v880{background-position:50%!important;background-size:cover!important;position:relative!important;overflow:hidden!important}.player-profile-v880 .profile-hero-compact.has-profile-banner-v880:before{content:"";pointer-events:none;background:linear-gradient(90deg,#00000080,#0000002e);position:absolute;inset:0}.player-profile-v880 .profile-hero-compact.has-profile-banner-v880>*{z-index:1;position:relative}.player-profile-v880 .profile-avatar-large.compact{background:#00000075!important;box-shadow:0 10px 30px #00000059!important}.player-profile-v880 .profile-avatar-large.compact img{object-fit:cover!important}.profile-builder-v826 .edit-section-v843>summary{white-space:normal!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;min-width:0!important;line-height:1.18!important;display:grid!important;overflow:visible!important}.profile-builder-v826 .edit-section-v843>summary:after{content:"Open"!important;float:none!important;color:#ffd277!important;white-space:nowrap!important;background:#ff973624!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:58px!important;height:auto!important;padding:6px 10px!important;font-size:12px!important;line-height:1!important;display:inline-flex!important}.profile-builder-v826 .edit-section-v843[open]>summary:after{content:"Close"!important}.profile-builder-v826 .form-section-grid-v843{align-items:start!important}.profile-builder-v826 .media-edit-card{min-width:0!important}.profile-builder-v826 .media-edit-preview.banner img,.profile-builder-v826 .media-edit-preview.avatar img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}@media (width<=560px){.profile-builder-v826 .edit-section-v843>summary{padding:12px!important;font-size:14px!important}.profile-builder-v826 .edit-section-v843>summary:after{min-width:52px!important;padding:6px 8px!important;font-size:11px!important}.profile-builder-v826 .form-section-grid-v843{grid-template-columns:1fr!important}}.players-v879 .active-roster-card-v879{grid-template-columns:42px minmax(0,1fr) minmax(104px,128px)!important;grid-template-areas:"rank main metrics"!important;min-height:68px!important;overflow:hidden!important}.players-v879 .roster-main-v879{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"name claim""id claim"!important;align-items:center!important;gap:2px 8px!important;display:grid!important}.players-v879 .roster-main-v879 strong{white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;grid-area:name!important;font-size:16px!important;overflow:hidden!important}.players-v879 .roster-main-v879 span{grid-area:id!important}.players-v879 .roster-main-v879 .claim-badge-v879{grid-area:claim!important;align-self:center!important}.players-v879 .roster-metrics-v879{text-align:right!important;grid-template-columns:1fr!important;align-content:center!important;justify-items:end!important;gap:2px!important;display:grid!important;overflow:hidden!important}.players-v879 .roster-metrics-v879 b{text-overflow:ellipsis!important;max-width:100%!important;font-size:18px!important;line-height:1!important;overflow:hidden!important}.players-v879 .roster-metrics-v879 span{white-space:normal!important;text-overflow:ellipsis!important;max-width:100%!important;font-size:10px!important;line-height:1.05!important;overflow:hidden!important}.players-v879 .sort-chip-row-v860{scroll-snap-type:x proximity!important}.players-v879 .sort-chip-row-v860 button{scroll-snap-align:start!important}@media (width<=560px){.players-v879 .active-roster-card-v879{grid-template-columns:38px minmax(0,1fr) 78px!important;gap:8px!important;min-height:72px!important;padding:9px!important}.players-v879 .roster-main-v879{grid-template-columns:minmax(0,1fr)!important;grid-template-areas:"name""id""claim"!important;gap:3px!important}.players-v879 .roster-main-v879 strong{font-size:15px!important}.players-v879 .claim-badge-v879{width:max-content!important;max-width:88px!important;font-size:10px!important}.players-v879 .roster-metrics-v879 b{font-size:15px!important}.players-v879 .roster-metrics-v879 span{font-size:8.5px!important}}@media (width>=900px){.players-v879 .active-roster-card-v879{grid-template-columns:48px minmax(280px,1fr) 150px!important;min-height:58px!important}}.stable-all-sets-v880{gap:22px!important;display:grid!important}.stable-all-sets-v880>section{gap:10px!important;display:grid!important}.stable-all-sets-v880>section>p{color:#ffefdcb8!important;margin:0!important}.cards-v878 .card-gallery-v842.full-stat-card-gallery-v844{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:14px!important}@media (width<=620px){.cards-v878 .card-gallery-v842.full-stat-card-gallery-v844{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.cards-v878 .mini-card-face-v842{min-height:150px!important}.cards-v878 .mini-card-info-v842 strong{font-size:13px!important}}.correction-console-v881{margin-top:18px}.correction-list-v881{gap:10px;display:grid}.correction-row-v881{background:#0000003d;border:1px solid #ffa04052;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.correction-row-v881 span,.correction-row-v881 small{display:block}.correction-row-v881 strong{color:var(--gold)}.correction-row-v881 small{opacity:.78;margin-top:4px}@media (width<=760px){.correction-row-v881{grid-template-columns:1fr}.correction-row-v881 .btn{width:100%}}.profile-hero-banner-v882{background-position:50%;background-size:cover;border-color:#ff892273;position:relative;overflow:hidden}.profile-hero-banner-v882:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle at 25% 30%,#ff681229,#0000 35%),linear-gradient(120deg,#150803e6,#04080aeb);position:absolute;inset:0}.has-profile-banner-v880{background-position:50%!important;background-size:cover!important}.default-profile-banner-v882{background-image:linear-gradient(115deg,#2a1008eb,#05080af5),radial-gradient(circle at 15% 10%,#ff721b38,#0000 36%)!important}.fixture-approved-v865 .vs small{opacity:.85;margin-top:.25rem;font-size:.72rem;display:block}.season-status-badge-v882{color:#baffd6;background:#0a5f3640;border:1px solid #2eff9073;border-radius:999px;width:max-content;margin-top:.35rem;padding:.18rem .5rem;font-size:.72rem;font-style:normal;font-weight:800;display:inline-flex}.week-fire-report-v882{background:linear-gradient(135deg,#ff69161a,#00141833);border-color:#ff792073}.week-picker-v865 button:not(.active),.sort-chip-row-v860 button:not(.active),.week-shortcut-v868{color:#ffe7c7!important;box-shadow:none!important;background:#0b0908e0!important;border:1px solid #d2701f8c!important}.week-picker-v865 button.active,.sort-chip-row-v860 button.active{color:#fff!important;background:linear-gradient(135deg,#ff7628,#c63b15)!important}.correction-console-v881{border-color:#ffb64673}.correction-row-v881 small{color:#d9b98f}.mini-grid.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=760px){.mini-grid.three-col{grid-template-columns:1fr}.profile-hero-banner-v882{background-position:top!important}}.approved-clean-card-v883{min-height:auto!important;padding:14px!important}.approved-scoreline-v883{grid-template-columns:minmax(0,1fr) 94px minmax(0,1fr);align-items:center;gap:12px;margin-top:10px;display:grid}.score-player-v883 h3{margin:0 0 4px;line-height:1.1;font-size:1rem!important}.score-player-v883 strong{color:#fff7e8;font-size:2rem;line-height:1;display:block}.score-player-v883 small{color:#ffd9ad;font-size:.82rem;line-height:1.25;display:block}.score-player-v883.right{text-align:right}.score-centre-v883{background:#00000052;border:1px solid #ff952952;border-radius:14px;align-content:center;justify-items:center;gap:2px;padding:8px 6px;display:grid}.score-centre-v883 span{color:#fff;font-weight:900}.match-hype-card.compact{border-radius:14px!important;min-height:0!important;padding:10px 12px!important}.match-hype-card.compact strong{display:block;font-size:1rem!important;line-height:1.25!important}.match-hype-card.compact .match-hype-top{margin-bottom:6px!important}.fixture-pending-v865{padding:14px!important}.fixture-pending-v865 .match-card h3{font-size:1rem!important}.fixture-pending-v865 .match-card{gap:10px!important}.correction-dropdown-console-v883{grid-template-columns:180px minmax(260px,1fr);align-items:end;gap:12px;display:grid}.correction-dropdown-console-v883 label{color:#fc6;gap:6px;font-weight:800;display:grid}.correction-dropdown-console-v883 select{color:#fff7e8;background:#0000008c;border:1px solid #ffa04073;border-radius:12px;padding:10px}.selected-correction-v883{grid-column:1/-1}.ht-impact-line-v883{margin:.25rem 0;font-weight:800;display:block;color:#baffd6!important;font-size:.74rem!important}.cards-v878 .error.compact{color:#d8ffe8!important;background:#1d402a80!important;border-color:#46ffa059!important}.profile-hero-banner-v882{background-blend-mode:normal;min-height:220px;background-repeat:no-repeat!important}.has-profile-banner-v880:before{-webkit-backdrop-filter:blur(1px)saturate(.75);backdrop-filter:blur(1px)saturate(.75);background:linear-gradient(90deg,#070403f0,#0c0705cc,#000d10f0)!important}.week-picker-v865{gap:8px!important;padding:10px!important}.week-picker-v865 button:not(.active){color:#ffe7c7!important;background:#080605f0!important;border:1px solid #d2701fa6!important}@media (width<=760px){.approved-scoreline-v883{grid-template-columns:1fr}.score-player-v883.right{text-align:left}.correction-dropdown-console-v883{grid-template-columns:1fr}.match-hype-card.compact strong{font-size:.92rem!important}}.match-hype-card .hype-copy-v885{gap:6px;line-height:1.32;display:grid}.match-hype-card .hype-copy-v885 strong{color:#fff7e8;font-size:1rem!important;line-height:1.2!important}.match-hype-card .hype-copy-v885 p{color:#ffdfb9;margin:0;font-size:.88rem;line-height:1.32}.match-hype-card.compact .hype-copy-v885 strong{font-size:.95rem!important}.match-hype-card.compact .hype-copy-v885 p{font-size:.82rem!important}.fixture-pending-v865 .pre-match-probability strong,.fixture-pending-v865 .probability-percent,.fixture-pending-v865 .probability-value{font-size:1.35rem!important}.source-note-v885{color:#dfffe9!important;background:#275d3a2e!important;border-color:#60ffa642!important}.season-story-engine-v885 .season-story-card-v873 h2{font-size:clamp(1.55rem,3vw,2.15rem)!important}.story-episode-card-v885 h3{margin-bottom:10px!important;font-size:1.35rem!important}.story-next-v885{margin-top:12px;color:#ffd7a5!important}.mini-grid.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=980px){.mini-grid.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.mini-grid.four-col{grid-template-columns:1fr}.match-hype-card .hype-copy-v885 p{font-size:.8rem!important}}.badge-book-v885 .badge-table-row{grid-template-columns:minmax(190px,1fr) minmax(260px,1.4fr) minmax(180px,.8fr);align-items:center}.badge-book-v885 .badge-table-row strong{gap:2px;display:grid}.badge-book-v885 .badge-table-row strong em{color:#5df7ff;font-size:.8rem;font-style:normal}.badge-book-v885 .badge-table-row strong i{color:#ffd77d;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:999px;width:max-content;padding:2px 8px;font-size:.68rem;font-style:normal}.badge-book-v885 .rarity-gold{border-color:#ffcc4d52!important}.badge-book-v885 .rarity-elite-special{background:linear-gradient(90deg,#ff582c12,#0000001f);border-color:#ff582c61!important}.badge-book-v885 .rarity-hero{background:linear-gradient(90deg,#4a9cff14,#0000001f);border-color:#8fd1ff6b!important}.badge-book-v885 .rarity-eyekon{background:linear-gradient(90deg,#ffc42c1a,#ff4c100f,#0000001f);box-shadow:inset 0 0 22px #ff97270f;border-color:#ffdd5b8c!important}.badge-philosophy-v885{align-items:center;gap:12px;margin-top:16px;display:flex}.badge-philosophy-v885 span{color:#ffddb3;margin-top:4px;display:block}.archive-quick-v885{margin:14px 0}.archive-quick-list-v885{gap:8px;display:grid}.archive-quick-list-v885 a{background:#00000038;border:1px solid #ff972c38;border-radius:14px;grid-template-columns:120px minmax(0,1fr) minmax(220px,1fr) auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.archive-quick-list-v885 strong{color:#fc6}.archive-quick-list-v885 em{color:#ffd5a6;font-style:normal}.archive-quick-list-v885 b{color:#fff7e8}@media (width<=760px){.archive-quick-list-v885 a{grid-template-columns:1fr;gap:4px}}.live-elo-v867 .many-player-chart{margin-top:4px}.profile-hero-banner-v882.has-profile-banner-v880:before{-webkit-backdrop-filter:blur(1.2px)saturate(.72);backdrop-filter:blur(1.2px)saturate(.72);background:linear-gradient(90deg,#050302f5,#080605c7,#000d10eb)!important}.profile-hero-banner-v882{position:relative;overflow:hidden;background-position:50%!important;background-size:cover!important}.profile-hero-banner-v882.has-profile-banner-v880:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 18% 45%,#ff6e182e,#0000 34%),linear-gradient(90deg,#060302e0,#0b0603b3,#001216eb);position:absolute;inset:0}.profile-hero-banner-v882>*{z-index:1;position:relative}.default-profile-banner-v882{background:radial-gradient(circle at 18% 38%,#ff60142e,#0000 28%),linear-gradient(120deg,#240c03f0,#0c0808f7,#00191cf2)!important}.profile-avatar-large.compact{background:#0000006b;box-shadow:0 0 26px #ff6f1c2e}.player-profile-v880 .profile-card-summary strong{color:#fff0c9}.player-profile-v880 .profile-card-summary span{font-weight:1000}.player-profile-v880 .v80-stat-tile strong{letter-spacing:.01em}.card-truth-v886 .section-head{align-items:flex-start}.card-truth-v886 .ht-impact-line-v883{color:#9cffcd;background:#189b5c21;border:1px solid #50ffaa57;border-radius:999px;margin-top:8px;padding:6px 10px;font-weight:1000;display:inline-block}.card-journey-timeline-v886{gap:8px;margin-top:10px;display:grid}.card-journey-row-v886{background:linear-gradient(135deg,#ff801d0f,#ffffff06);border:1px solid #ff8e2e38;border-radius:14px;padding:0;overflow:hidden}.card-journey-row-v886 summary{cursor:pointer;grid-template-columns:minmax(0,1.1fr) auto minmax(0,.9fr);align-items:center;gap:10px;padding:10px 12px;list-style:none;display:grid}.card-journey-row-v886 summary::-webkit-details-marker{display:none}.card-journey-row-v886 summary strong{font-size:15px}.card-journey-row-v886 summary span{color:#fff2c8;font-weight:1000}.card-journey-row-v886 summary em{color:#cdb79b;text-align:right;font-size:12px;font-style:normal}.journey-stat-grid-v886{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:0 12px 8px;display:grid}.journey-stat-grid-v886 i{background:#0000002e;border:1px solid #ffc8782e;border-radius:10px;padding:7px 8px;font-size:12px;font-style:normal;font-weight:800}.journey-stat-grid-v886 b{color:#6fffb7;margin-left:5px}.card-journey-row-v886 p{color:#d8c5aa;margin:0!important;padding:0 12px 10px!important;font-size:12.5px!important}.s2-stat-pills-v867.stat-pills-clickable-v872{display:none!important}.match-hype-card{padding:11px!important}.match-hype-top span{letter-spacing:.08em;text-transform:uppercase;font-size:12px!important}.hype-copy-v885 strong{color:#fff2c8;margin-bottom:7px;display:block;font-size:clamp(16px,1.35vw,20px)!important;line-height:1.12!important}.hype-copy-v885 p{color:#f2dbc2;margin:5px 0!important;font-size:13.25px!important;line-height:1.42!important}.fixture-pending-v865 .pre-match-probability strong,.fixture-pending-v865 .probability-percent,.fixture-pending-v865 .probability-value,.prob-row strong{font-size:1.05rem!important}.pre-match-probability .prob-row strong,.hr-forecast strong{font-size:1.08rem!important}.fixture-card-v859 .match-hype-card{min-height:0!important}.fixture-card-v859 .hype-actions .btn{padding:6px 8px!important;font-size:11px!important}.fixture-card-v859 .match-card h3{font-size:14px!important}.fixture-card-v859 .fixture-meta,.fixture-card-v859 small{font-size:11.5px!important}.awards-rarity-v886 .badge-rarity-stack-v886{gap:12px;display:grid}.badge-rarity-panel-v886{background:#ffffff06;border:1px solid #ff912d40;border-radius:18px;overflow:hidden}.badge-rarity-panel-v886>summary{cursor:pointer;background:linear-gradient(90deg,#ff7e1c1a,#00000024);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;list-style:none;display:flex}.badge-rarity-panel-v886>summary::-webkit-details-marker{display:none}.badge-card-v886>summary::-webkit-details-marker{display:none}.badge-rarity-panel-v886>summary strong{color:#fff2ca;font-size:24px}.badge-rarity-panel-v886>summary span{color:#d5bea1}.badge-rarity-grid-v886{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px;display:grid}.badge-card-v886{background:#00000038;border:1px solid #ffc87829;border-radius:14px;overflow:hidden}.badge-card-v886 summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;padding:11px 12px;list-style:none;display:grid}.badge-card-v886 summary b{font-size:16px}.badge-card-v886 summary em{color:#5ffff0;font-style:normal;font-weight:900}.badge-card-v886 summary span{color:#d0b89c;grid-column:1/-1;font-size:12px}.badge-card-v886 p{color:#f1dbc3;margin:0!important;padding:0 12px 8px!important;font-size:13px!important}.badge-status-columns-v886{grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 12px;display:grid}.badge-status-columns-v886 div{background:#ffffff06;border:1px solid #ffffff14;border-radius:11px;padding:8px}.badge-status-columns-v886 strong{color:#ffd772;margin-bottom:5px;font-size:12px;display:block}.badge-status-columns-v886 small{color:#e8d4bc;font-size:12px;line-height:1.35;display:block}.rarity-gold>summary{background:linear-gradient(90deg,#ffbe2829,#0000001f)}.rarity-elite-special>summary{background:linear-gradient(90deg,#ff562826,#7828ff1f)}.rarity-hero>summary{background:linear-gradient(90deg,#50b4ff24,#ff781e1f)}.rarity-eyekon>summary{background:linear-gradient(90deg,#ff4e193d,#ffd24b1f,#00ffd017)}.season-story-engine-v885 h2{font-size:clamp(30px,3.6vw,48px)!important}.story-episode-card-v885 h3{font-size:clamp(20px,2.5vw,28px)!important}.story-episode-card-v885 .mini-stat strong{font-size:clamp(18px,2vw,25px)!important}.story-episode-card-v885 .mini-stat span{font-size:13.5px!important;line-height:1.3!important}.story-next-v885{font-weight:700;color:#ffe0ae!important}.live-elo-v867 .chart-scroll-shell-v873{background:radial-gradient(circle at 28% 34%,#ff781814,#0000 30%),#0003;border-radius:18px}.live-elo-v867 .chart-x-label{font-size:10px!important}.chart-legend.fixed-legend{gap:7px!important}.chart-legend.fixed-legend .legend-item{padding:6px 9px!important;font-size:12px!important}.source-note-v885{background:#14965a17!important;border-color:#50ffb933!important}.cards-v842 .mini-card-face-v842 strong{font-size:2rem!important}.cards-v842 .mini-card-face-v842{min-height:150px}.cards-v842 .ht-impact-line-v883{color:#9cffc7;margin:4px 0;font-size:12px;font-weight:1000;display:block}.mini-card-face-v842.tier-gold,.tier-gold .mini-card-face-v842{box-shadow:0 0 28px #ffbe322e}@media (width<=900px){.journey-stat-grid-v886{grid-template-columns:repeat(3,minmax(0,1fr))}.badge-rarity-grid-v886,.card-journey-row-v886 summary{grid-template-columns:1fr}.card-journey-row-v886 summary em{text-align:left}.badge-status-columns-v886{grid-template-columns:1fr}}html,body,#root,main,.app-shell,.page,.season-v859-page,.fixtures-v859,.standings-v859,.live-elo-v859,.card,.compact-card,.chart-modal,.chart-modal-card{touch-action:auto!important}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{min-width:320px}.profile-hero-banner-v882.has-profile-banner-v880,.passport-banner-v887{background-position:50%!important;background-size:cover!important}.profile-hero-banner-v882.has-profile-banner-v880:before,.passport-banner-v887:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000006b,#0000002e,#0000007a);position:absolute;inset:0}.passport-banner-v887{position:relative;overflow:hidden}.passport-banner-v887>*{z-index:1;position:relative}.sacred-lock-compact-v887{align-self:start;align-items:flex-start!important;gap:10px!important;min-height:0!important;padding:12px 14px!important;display:flex!important}.sacred-lock-compact-v887 strong{color:#fff0c8;display:block}.sacred-lock-compact-v887 span{color:#dac4a8;font-size:.88rem;line-height:1.35;display:block}.match-hype-card{min-height:0!important}.match-hype-card .hype-copy-v885{gap:8px!important}.match-hype-card .hype-copy-v885 strong{letter-spacing:.01em;font-size:clamp(14px,1.05vw,17px)!important;line-height:1.2!important}.match-hype-card .hype-copy-v885 p{color:#f4ddc4!important;font-size:12.75px!important;line-height:1.42!important}.fixture-pending-v865 .pre-match-probability strong,.fixture-pending-v865 .probability-percent,.fixture-pending-v865 .probability-value,.prob-row strong,.hr-forecast strong{font-size:.94rem!important;line-height:1.05!important}.pre-match-probability,.hr-forecast{padding:8px 10px!important}.pre-match-probability .prob-row,.hr-forecast .prob-row{min-height:0!important}.elo-chart-wrap svg{max-height:300px!important}.elo-chart-wrap .chart-x-label{letter-spacing:.02em!important;font-size:10px!important}.elo-chart-wrap .chart-label,.elo-chart-wrap .chart-axis-label{font-size:10.5px!important}.many-player-chart .chart-point-value-v874{display:none!important}.card-journey-row-v886 summary{grid-template-columns:minmax(120px,.95fr) auto minmax(110px,.65fr)!important}.card-journey-row-v886[open]{background:linear-gradient(135deg,#ff801d17,#0003)}.journey-stat-grid-v886 i b{color:#6fffb7}.journey-stat-grid-v886 i b:first-letter{color:inherit}.badge-rarity-panel-v886 summary strong{text-transform:uppercase;letter-spacing:.06em}.badge-rarity-panel-v886.rarity-gold{border-color:#ffd24b61!important}.badge-rarity-panel-v886.rarity-elite-special{border-color:#b482ff61!important}.badge-rarity-panel-v886.rarity-hero{border-color:#46dcff61!important}.badge-rarity-panel-v886.rarity-eyekon{box-shadow:0 0 30px #ff5f1c1a;border-color:#ff643c85!important}.formula-section code{overflow-wrap:anywhere;white-space:normal!important}@media (width<=760px){.elo-chart-wrap svg{max-height:260px!important}.match-hype-card .hype-copy-v885 p{font-size:12px!important}.fixture-pending-v865 .probability-percent,.fixture-pending-v865 .probability-value,.prob-row strong{font-size:.9rem!important}}.passport-card-v888{border-color:#ff9a2f57;position:relative;overflow:hidden;background-position:50%!important;background-size:cover!important}.passport-card-v888:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(90deg,#050302f2,#0c0805bf,#001216eb);position:absolute;inset:0}.passport-card-v888>*{z-index:1;position:relative}.passport-grid-v888{grid-template-columns:86px repeat(5,minmax(0,1fr));align-items:stretch;gap:10px;display:grid}.passport-grid-v888>div{background:#0000003d;border:1px solid #ffb75f2e;border-radius:14px;align-content:center;padding:10px;display:grid}.passport-grid-v888 strong{color:#ffcf71;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.passport-grid-v888 span{color:#fff1da;font-weight:900}.passport-avatar-v888{min-height:78px;overflow:hidden;padding:0!important}.rivalry-war-room-v888{border-color:#ffaa3d52}.rivalry-war-room-v888 .rivalry-story-card-v874 p{font-size:13px!important;line-height:1.35!important}.roster-avatar-v888{object-fit:cover;border:1px solid #ffa8485c;border-radius:12px;width:46px;height:46px;box-shadow:0 0 18px #ff731d1f}.clubhouse-summary-grid-v888{margin-bottom:14px}.club-list-v888{align-content:start;gap:8px;display:grid}.club-list-v888 button{text-align:left;color:#ffe7c9;cursor:pointer;background:#00000038;border:1px solid #ff962c38;border-radius:14px;gap:2px;width:100%;padding:10px;display:grid}.club-list-v888 button.active{background:linear-gradient(90deg,#ff711938,#0000002e);border-color:#ffb0469e}.club-list-v888 strong{font-size:16px}.club-list-v888 span,.club-list-v888 em{color:#d9c1a5;font-size:12px;font-style:normal}.club-profile-v888{border-color:#ffa02d5c}.club-metrics-v888 .mini-stat strong{font-size:1.45rem!important}.club-story-strip-v888{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.club-story-strip-v888 span{color:#ffe7c6;background:#ff7e1b14;border:1px solid #ffb15038;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:13px;display:inline-flex}.club-users-grid-v888{grid-template-columns:1fr 1fr;gap:14px;margin-top:12px;display:grid}.club-users-grid-v888 a{background:#ffffff06;border:1px solid #ffffff14;border-radius:12px;gap:2px;margin-bottom:7px;padding:9px 10px;display:grid}.club-users-grid-v888 span{color:#d9c2a8;font-size:13px}.linklike-v888{color:#fff2d0;text-align:left;cursor:pointer;background:0 0;border:0;font-weight:900}.clubhouse-table-v888{margin-top:14px}.what-changed-approval-v888{background:#0e6e4614;border:1px solid #69ffb138;border-radius:16px;margin-top:14px;padding:12px}.approval-change-grid-v888{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.approval-change-grid-v888 div{background:#0000002e;border:1px solid #ffffff17;border-radius:12px;padding:9px}.approval-change-grid-v888 strong{color:#9dffc8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:12px;display:block}.approval-change-grid-v888 span{color:#efd9c1;font-size:12px;line-height:1.3}.season-tabs-v859 button,.season-tabs-v859 .season-tab-link-v876{white-space:nowrap}.club-dna-card-v864 .club-analytics-card-v864{cursor:pointer}.season-overview-v859 .mini-stat{min-height:0!important}.season-story-engine-v885 .story-episode-card-v885{padding:18px!important}.season-story-engine-v885 .mini-grid.four-col{gap:10px!important}@media (width<=980px){.passport-grid-v888{grid-template-columns:80px repeat(2,minmax(0,1fr))}.club-users-grid-v888{grid-template-columns:1fr}.approval-change-grid-v888{grid-template-columns:1fr 1fr}}@media (width<=640px){.passport-grid-v888{grid-template-columns:1fr}.passport-avatar-v888{width:82px}.approval-change-grid-v888{grid-template-columns:1fr}.clubhouse-summary-grid-v888 .span-4{grid-column:span 12}}.club-scout-link-v889{color:inherit;cursor:pointer;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:block}.club-scout-link-v889:hover{transform:translateY(-2px);box-shadow:0 12px 28px #ff6d221c;border-color:#ffd77894!important}.club-scout-link-v889 em{color:#69ffd0;text-transform:uppercase;letter-spacing:.07em;margin-top:8px;font-size:12px;font-style:normal;font-weight:1000;display:inline-flex}.club-scout-kpis-v889{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:10px 0;display:grid}.club-scout-kpis-v889 span{color:#f5dec4;background:#00000038;border:1px solid #ffc36e2e;border-radius:12px;padding:9px}.club-scout-kpis-v889 strong{color:#fff4cc;font-size:20px;display:block}.club-scout-details-v889{grid-template-columns:1fr 1fr;gap:10px;display:grid}.club-scout-details-v889>div{background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;padding:12px}.club-scout-details-v889 a{color:#d8fff1;font-weight:1000;text-decoration:none}.club-list-v888 button small{color:#6fffc9;text-transform:uppercase;letter-spacing:.06em;margin-top:6px;font-weight:1000;display:inline-flex}.club-mobile-meta-v889{display:none}.clubhouse-table-v888 .btn.small-btn{padding:6px 10px!important;font-size:12px!important}.club-profile-v888{min-width:0}.clubhouse-main-v888{align-items:start}.club-list-v888 button{text-align:left}.profile-hero-banner-v882.has-profile-banner-v880{background-position:50%!important;background-size:cover!important}.profile-hero-banner-v882.has-profile-banner-v880:after{-webkit-backdrop-filter:blur(.3px)saturate(.84)!important;backdrop-filter:blur(.3px)saturate(.84)!important;background:linear-gradient(90deg,#060302b3,#08060561,#001014b8)!important}.passport-card-v888.has-passport-banner-v888{background-position:50%!important;background-size:cover!important}.passport-card-v888.has-passport-banner-v888:before{background:linear-gradient(90deg,#0000008c,#00000047,#00000094)!important}.passport-grid-v888{grid-template-columns:88px repeat(5,minmax(0,1fr))}.passport-avatar-v888{align-self:center}.passport-avatar-v888 img{object-fit:cover;border-radius:18px;width:72px!important;height:72px!important}.profile-card-summary.compact{min-height:unset!important}.profile-card-summary.compact strong{font-size:clamp(2rem,4vw,3rem)!important}.sacred-lock-compact-v887{align-self:start;min-height:unset!important;padding:12px!important}.sacred-lock-compact-v887 strong{font-size:1rem!important}.sacred-lock-compact-v887 span{font-size:.88rem!important}.many-player-chart .chart-x-label{font-size:9px!important}.chart-scroll-shell-v873{max-width:100%;overflow-x:auto}.elo-chart-wrap svg{max-width:100%;height:auto}.live-elo-v867 .clean-panel{overflow:hidden}.live-elo-v867 .elo-controls.pro-controls{align-items:end}.fixture-approved-v865,.fixture-card-v859{overflow:hidden}.fixture-approved-v865 .vs{place-items:center;display:grid}.fixture-approved-v865 .vs b{font-size:1.05rem!important}.fixture-approved-v865 .score-block,.fixture-approved-v865 .score-card{min-height:unset!important}.match-hype-card .hype-copy-v885 strong{font-size:clamp(15px,1.1vw,18px)!important}.match-hype-card .hype-copy-v885 p{font-size:12.7px!important;line-height:1.42!important}.pre-match-probability strong,.prob-row strong{font-size:1rem!important}.compare-selectors-v868{grid-template-columns:1fr 1fr auto!important}.compare-board-v868 .compare-header{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr)}.compare-board-v868 .compare-head{min-width:0}.compare-board-v868 .compare-avatar.id-avatar{background:#00000047;border:1px solid #ff912d40;border-radius:18px;place-items:center;width:62px;height:62px;margin:auto;font-size:12px;display:grid}@media (width<=760px){.clubhouse-v888 .compact-page-head h2{font-size:clamp(34px,9vw,46px)!important;line-height:.98!important}.clubhouse-summary-grid-v888,.clubhouse-main-v888{grid-template-columns:1fr!important}.club-list-v888,.club-profile-v888{grid-column:1/-1!important}.club-scout-kpis-v889{grid-template-columns:repeat(2,minmax(0,1fr))}.club-scout-details-v889{grid-template-columns:1fr}.desktop-club-table-v889{display:none!important}.club-mobile-meta-v889{gap:10px;display:grid}.club-mobile-meta-v889 button{text-align:left;width:100%;color:var(--text);background:linear-gradient(135deg,#ff782114,#04090a8c);border:1px solid #ff8f2847;border-radius:18px;padding:14px 16px}.club-mobile-meta-v889 strong{margin-bottom:5px;font-size:20px;display:block}.club-mobile-meta-v889 span,.club-mobile-meta-v889 small,.club-mobile-meta-v889 em{color:#dac4a8;margin-top:4px;font-style:normal;display:block}.club-mobile-meta-v889 em{color:#7fffd8;font-weight:1000}.club-profile-v888 .section-head h2{font-size:32px!important}.club-metrics-v888{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-hero-compact{grid-template-columns:84px 1fr!important;gap:12px!important;padding:16px!important}.profile-hero-compact .profile-card-summary{text-align:left;grid-column:1/-1;justify-content:flex-start;align-items:center;gap:10px;display:flex;padding:12px!important}.profile-main-copy h1{font-size:clamp(34px,10vw,52px)!important}.profile-avatar-large.compact{border-radius:18px!important;width:76px!important;height:76px!important}.passport-grid-v888{grid-template-columns:1fr!important}.passport-avatar-v888{display:none}.passport-card-v888 .section-head p{font-size:13px!important}.v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.club-analytics-grid-v864,.rivalry-story-grid-v874{grid-template-columns:1fr!important}.sacred-lock-compact-v887{grid-column:1/-1!important}.card-journey-row-v886 summary{grid-template-columns:1fr!important}.journey-stat-grid-v886{grid-template-columns:repeat(2,minmax(0,1fr))!important}.compare-selectors-v868,.compare-board-v868 .compare-header{grid-template-columns:1fr!important}.compare-board-v868 .versus{margin:2px 0;display:grid!important}.compare-row-tight{gap:5px;grid-template-columns:1fr!important}.compare-row-tight span{order:-1}.live-elo-v867 .compact-page-head{display:block}.live-elo-v867 .compact-page-head .btn{width:100%;margin-top:10px}.live-elo-v867 .elo-controls.pro-controls{grid-template-columns:1fr!important}.live-elo-v867 .chart-scroll-shell-v873{overflow-x:auto}.live-elo-v867 svg{min-width:650px}.chart-x-label{font-size:9px!important}.fixture-approved-v865{padding:14px!important}.fixture-approved-v865 .match-card,.fixture-card-v859 .match-card{display:block!important}.fixture-approved-v865 .match-card h3{font-size:20px!important}.fixture-approved-v865 .vs{border-radius:14px;margin:12px 0!important;padding:10px!important}.fixture-approved-v865 .result-story,.fixture-approved-v865 .match-story{font-size:14px!important}.fixture-approved-v865 .score-main{font-size:42px!important}.match-hype-card{padding:10px!important}.match-hype-card .hype-copy-v885 strong{font-size:15px!important}.match-hype-card .hype-copy-v885 p{font-size:12.2px!important}.pre-match-probability strong,.prob-row strong{font-size:.95rem!important}}html{touch-action:manipulation;-webkit-text-size-adjust:100%}.profile-hero-banner-v882.has-profile-banner-v880{isolation:isolate;position:relative;overflow:hidden;background-position:50%!important;background-size:cover!important}.profile-hero-banner-v882.has-profile-banner-v880:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 12% 40%,#ff6a0047,#0000 32%),linear-gradient(90deg,#030303f0,#070503c7,#000f14e8);position:absolute;inset:0}.profile-hero-banner-v882.has-profile-banner-v880:after{content:"";-webkit-backdrop-filter:blur(1.5px)saturate(.9);backdrop-filter:blur(1.5px)saturate(.9);z-index:-2;pointer-events:none;position:absolute;inset:0}.profile-avatar-large.compact img{object-fit:cover;border-radius:inherit;width:100%;height:100%}.passport-card-v888{min-height:0!important;padding:18px!important}.passport-grid-compact-v890{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.passport-grid-compact-v890>div{background:#0000002e;border:1px solid #ffb04038;border-radius:14px;min-height:58px;padding:12px}.passport-grid-compact-v890 strong{color:#ffd970;letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:.72rem;display:block}.passport-grid-compact-v890 span{font-weight:800;display:block}.clubhouse-filter-panel-v890{margin:14px 0}.clubhouse-controls-v890 label,.elo-controls label{color:#ffd970;letter-spacing:.04em;flex-direction:column;gap:6px;font-weight:800;display:flex}.clubhouse-controls-v890 select,.elo-controls select,.correction-dropdown-console-v883 select{color:#fff5dc;background:#050505c2;border:1px solid #ffb04042;border-radius:14px;width:100%;min-height:44px;padding:0 14px}.club-scout-panel-v889{background:linear-gradient(135deg,#140d03d1,#001618bf)!important;border-color:#67ffd259!important}.club-scout-kpis-v889 span{background:#ffffff0a;border:1px solid #ffb0402e;border-radius:14px;padding:12px}.club-mobile-meta-v889 button,.club-list-v888 button{cursor:pointer}.club-mobile-meta-v889 button{text-align:left}.club-mobile-meta-v889 em,.club-list-v888 em,.club-analytics-card-v864 em{color:#74ffd8;font-style:normal;font-weight:900}.admin-role-lock-strip-v890{grid-template-columns:1fr 1fr;gap:10px;margin:12px 0 16px;display:grid}.admin-role-lock-strip-v890 span,.admin-scope-grid-v890 span,.approval-preview-grid-v890>div,.approval-cascade-v890{background:#ffffff09;border:1px solid #ffb04033;border-radius:14px;padding:12px}.admin-scope-grid-v890{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.admin-scope-grid-v890 strong{display:block}.admin-scope-grid-v890 small{color:#c9b99e}.mini-admin-btn{margin-top:8px}.approval-truth-preview-v890{box-shadow:0 0 0 1px #67ffd21f,0 20px 60px #00000059;border-color:#67ffd259!important}.approval-preview-grid-v890 strong{color:#ffd970;margin-bottom:6px;display:block}.approval-preview-grid-v890 span,.approval-preview-grid-v890 small{display:block}.approval-cascade-v890{color:#fff1d6;margin:12px 0}.approval-cascade-v890 strong{color:#74ffd8;margin-right:6px}.match-hype-card{cursor:default}.hype-copy-v885 strong{margin-bottom:10px;font-size:clamp(1rem,2.8vw,1.32rem);line-height:1.25;display:block}.match-card{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;display:grid}.match-card .vs{white-space:nowrap;text-align:center;align-self:center;min-width:46px}.match-card h3{overflow-wrap:anywhere;line-height:1.15}.fixture-card-v859{overflow:hidden}.approved-scoreline-v883{grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr);align-items:center;gap:12px;display:grid}.score-centre-v883{background:#00000038;border:1px solid #ffb04042;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:74px;display:flex}.score-centre-v883 b{color:#ffd970;letter-spacing:.08em;font-size:.76rem}.score-centre-v883 span{font-weight:900}.approved-grid-v865 .fixture-approved-v865{padding:18px!important}.official-story-v865{padding:10px 12px!important}.story-episode-card-v885 .mini-grid.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.story-episode-card-v885 .mini-stat strong{overflow-wrap:normal;word-break:normal;white-space:normal;font-size:clamp(1rem,2.2vw,1.28rem)}.story-episode-card-v885 .mini-stat span{line-height:1.35}.sacred-lock-compact-v887{align-self:start;min-height:0!important}.chart-scroll-shell-v873{-webkit-overflow-scrolling:touch;overflow:auto hidden}.chart-scroll-shell-v873 svg{min-width:680px}.many-player-chart .chart-scroll-shell-v873 svg{min-width:720px}.chart-x-label{font-size:10px}.chart-point-value-v874{paint-order:stroke;stroke:#060606;stroke-width:3px;font-size:11px;font-weight:900}.line-only-chart{padding-bottom:10px}.elo-chart-wrap .chart-legend{gap:8px}.elo-chart-wrap .legend-item{min-width:0}.card-journey-row-v886 summary{gap:10px}.card-journey-row-v886 p{color:#c9b99e;font-size:.9rem}.club-analytics-grid-v864{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.club-analytics-card-v864{color:inherit;border:1px solid #ffb04038;border-radius:16px;padding:14px;text-decoration:none}.club-analytics-card-v864 strong,.club-analytics-card-v864 span,.club-analytics-card-v864 small{margin-bottom:5px;display:block}@media (width<=760px){.card,.compact-card,.v80-card-compact{border-radius:18px!important;padding:18px!important}.section-head,.compact-page-head{gap:12px}.section-head h2,.compact-page-head h2,.compact-page-hero h1{font-size:clamp(1.55rem,8vw,2.55rem)!important;line-height:1.05!important}.profile-hero-compact.v80-player-hero{grid-template-columns:74px minmax(0,1fr)!important;gap:14px!important;min-height:0!important;padding:20px!important;display:grid!important}.profile-hero-compact .profile-card-summary{grid-column:1/-1;justify-content:space-between;align-items:center;min-height:72px;padding:14px 18px;display:flex}.profile-main-copy h1{overflow-wrap:anywhere;font-size:clamp(2rem,11vw,3.5rem)!important;line-height:1!important}.profile-avatar-large.compact{align-self:center;width:72px!important;height:72px!important}.hero-actions.compact-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid!important}.hero-actions.compact-actions a:last-child{grid-column:1/-1}.passport-card-v888 .section-head{display:none}.passport-grid-compact-v890{grid-template-columns:1fr 1fr;gap:8px}.passport-grid-compact-v890>div{min-height:54px;padding:10px}.v80-stat-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}.v80-stat-tile{min-height:84px!important;padding:12px!important}.clubhouse-controls-v890,.approval-preview-grid-v890,.admin-role-lock-strip-v890,.admin-scope-grid-v890{grid-template-columns:1fr}.club-scout-kpis-v889{grid-template-columns:repeat(2,minmax(0,1fr))}.club-scout-details-v889{grid-template-columns:1fr;gap:10px;display:grid}.clubhouse-summary-grid-v888{gap:10px;display:grid;grid-template-columns:1fr!important}.clubhouse-summary-grid-v888 .span-4{grid-column:auto!important}.clubhouse-main-v888{display:grid;grid-template-columns:1fr!important}.clubhouse-main-v888 .span-4,.clubhouse-main-v888 .span-8{grid-column:auto!important}.club-list-v888 button,.club-mobile-meta-v889 button{grid-template-columns:1fr auto;align-items:center;gap:4px 10px;min-height:96px!important;padding:14px 16px!important;display:grid!important}.club-list-v888 button strong,.club-mobile-meta-v889 button strong{font-size:1.05rem!important}.club-list-v888 button span,.club-mobile-meta-v889 button span,.club-mobile-meta-v889 button small,.club-list-v888 button em,.club-mobile-meta-v889 button em{grid-column:1/-1}.desktop-club-table-v889{display:none}.match-card{text-align:left!important;grid-template-columns:1fr!important}.match-card .vs{background:#ffb04021;border-radius:999px;justify-self:start;width:46px;min-width:46px;padding:8px 10px}.match-card>div:last-child{text-align:left!important}.approved-scoreline-v883{grid-template-columns:1fr;gap:8px}.score-player-v883.right{text-align:left!important}.score-centre-v883{order:2;grid-template-columns:auto auto auto auto;gap:8px;min-height:56px;display:grid}.official-story-v865{font-size:.95rem}.fixture-card-grid-v859{grid-template-columns:1fr!important;display:grid!important}.fixture-approved-v865,.fixture-pending-v865{min-height:0!important}.week-picker-v865{gap:8px;padding-bottom:6px;display:flex;overflow-x:auto}.week-picker-v865 button,.week-picker-v865 a{flex:none;min-width:88px}.story-episode-card-v885 .mini-grid.four-col{grid-template-columns:1fr!important}.story-episode-card-v885 .mini-stat{min-height:0!important;padding:14px!important;display:block!important}.story-episode-card-v885 .mini-stat strong{white-space:normal;word-break:normal;margin-bottom:4px;display:block}.champion-watch-v875,.season-story-card-v873{min-height:0!important}.chart-scroll-shell-v873 svg{min-width:620px}.live-elo-v867 .elo-controls.pro-controls{grid-template-columns:1fr;gap:12px;display:grid}.club-analytics-grid-v864{grid-template-columns:1fr}.club-analytics-card-v864{line-height:1.35;display:block}.rivalry-story-grid-v874{gap:10px;display:grid;grid-template-columns:1fr!important}.card-journey-row-v886 summary{grid-template-columns:1fr;align-items:start}.approval-change-grid-v888{grid-template-columns:1fr!important}.result-versus-v871{text-align:left!important;grid-template-columns:1fr!important}.result-versus-v871 b{justify-self:start}.account-role-breakdown{grid-template-columns:1fr!important}}.official-lock-panel-v892{background:linear-gradient(135deg,#0b1914d1,#150d07b8)!important;border-color:#5cffba52!important}.official-lock-panel-v892.locked{box-shadow:0 0 0 1px #ff503738,0 0 28px #ff50371f;border-color:#ff503780!important}.badge.danger{color:#ffb39d!important;background:#ff503729!important;border-color:#ff503780!important}.admin-live-work-list-v892,.admin-contrib-grid-v892{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.admin-live-work-row-v892,.admin-contrib-row-v892{background:#0000003d;border:1px solid #ffa44038;border-radius:16px;flex-direction:column;gap:3px;padding:12px;display:flex}.admin-live-work-row-v892 small,.admin-contrib-row-v892 small{color:#ffefdab8}.admin-contrib-row-v892 span{color:#fff4e2db}.fixture-matchup-compact-v892{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;align-items:center!important;gap:10px!important;display:grid!important}.fixture-team-v892{text-align:left;min-width:0}.fixture-team-v892 h3{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0 0 5px!important;font-size:clamp(1.05rem,3vw,1.35rem)!important}.fixture-team-v892 small{white-space:nowrap;display:block}.vs-pill-v892{white-space:nowrap!important;writing-mode:horizontal-tb!important;text-align:center!important;border-radius:999px!important;align-self:center!important;min-width:42px!important;padding:8px 10px!important}.approved-scoreline-compact-v892{gap:10px!important}.approved-scoreline-compact-v892 .score-centre-v883{justify-content:center!important;align-items:center!important;gap:10px!important;display:flex!important}.approved-scoreline-compact-v892 .score-centre-v883 span{white-space:nowrap}.fixture-card-v859{padding:14px!important}.match-hype-card.compact .hype-copy-v885 p{margin:.45rem 0!important}.hype-actions{grid-template-columns:repeat(3,1fr)!important;gap:8px!important;display:grid!important}.hype-actions .btn{min-height:38px!important;padding:8px!important}@media (width<=720px){:root{--mobile-card-pad:12px;--mobile-gap:10px}body{font-size:15px!important}.container,.page,.main-content{padding-left:10px!important;padding-right:10px!important}.card,.notice,.error,.clean-panel,.warm-panel{padding:var(--mobile-card-pad)!important;margin-bottom:var(--mobile-gap)!important;border-radius:16px!important}h1{font-size:clamp(2rem,8vw,3rem)!important;line-height:1.05!important}h2{font-size:clamp(1.35rem,5.4vw,2rem)!important;line-height:1.12!important}h3{font-size:clamp(1.05rem,4.3vw,1.45rem)!important;line-height:1.15!important}p,.small,span,li,label,input,select,textarea{line-height:1.35!important}.eyebrow{letter-spacing:.18em!important;font-size:.7rem!important}.btn,button,.tab-row button,.season-tab-link-v876{border-radius:14px!important;min-height:40px!important;padding:9px 12px!important;font-size:.88rem!important}.compact-action-row{gap:8px!important}.section-head{gap:8px!important;margin-bottom:10px!important}.section-head svg{width:18px;height:18px}.grid{gap:10px!important}.mini-grid{gap:8px!important}.mini-stat{border-radius:14px!important;padding:10px!important}.hero,.compact-page-hero,.admin-hero-v843,.season-command-card-v859{min-height:auto!important;padding:14px!important}.hero-subtitle{font-size:1rem!important}.tab-row,.scroll-tabs-v842,.season-tabs-v859{white-space:nowrap;gap:8px!important;padding:7px!important;overflow-x:auto!important}.tab-row button,.scroll-tabs-v842 button,.season-tab-link-v876{flex:none!important}.week-picker-v865{white-space:nowrap;gap:6px!important;overflow-x:auto!important}.week-picker-v865 button{min-width:max-content!important}.fixtures-v859 .section-head p{display:none!important}.fixture-card-v859{padding:12px!important}.fixture-card-v859 .small:first-child{font-size:.82rem!important}.fixture-matchup-compact-v892{text-align:left!important;grid-template-columns:1fr!important}.fixture-team-v892,.fixture-team-v892.right{text-align:left!important}.vs-pill-v892{justify-self:start!important;min-width:54px!important;margin:2px 0!important;padding:5px 10px!important}.approved-scoreline-compact-v892{grid-template-columns:1fr!important}.approved-scoreline-compact-v892 .score-player-v883,.approved-scoreline-compact-v892 .score-player-v883.right{text-align:left!important}.approved-scoreline-compact-v892 .score-player-v883 strong{font-size:1.8rem!important}.approved-scoreline-compact-v892 .score-centre-v883{background:#0000002e;border:1px solid #ffa44029;border-radius:12px;padding:8px 10px;justify-content:flex-start!important}.official-story-v865{padding:10px!important;font-size:.92rem!important}.result-review-card-v871,.approval-truth-preview-v890,.approval-receipt-v865{padding:12px!important}.result-versus-v871{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.result-versus-v871 b{writing-mode:horizontal-tb!important;justify-self:start!important}.approval-preview-grid-v890,.approval-change-grid-v888{grid-template-columns:1fr!important;gap:8px!important}.official-lock-panel-v892,.admin-work-locks-v892,.admin-contribution-board-v892{padding:12px!important}.admin-contrib-grid-v892,.admin-live-work-list-v892,.account-role-breakdown,.admin-scope-grid-v890{grid-template-columns:1fr!important}.season-story-card-v873{padding:12px!important}.season-story-engine-v885 .mini-grid.four-col{grid-template-columns:1fr!important}.story-episode-card-v885{padding:12px!important}.clubhouse-controls,.clubhouse-controls-v889{padding:10px!important}.clubhouse-controls label,.clubhouse-controls-v889 label{margin-bottom:8px!important}.club-card,.club-scout-card,.club-meta-card,.elo-mode-card-v859{padding:12px!important}.elo-controls{grid-template-columns:1fr!important;gap:8px!important;display:grid!important}.chart-scroll-shell-v873{overflow-x:auto!important}.line-only-chart svg{min-width:620px!important}.chart-legend{gap:6px!important}.legend-item{padding:7px 10px!important;font-size:.85rem!important}.profile-hero,.player-profile-hero,.player-profile-card{padding:14px!important}.profile-passport,.passport-card,.fegl-passport-card{padding:10px!important}.profile-passport img,.passport-card img{max-width:68px!important}.admin-action-grid-v871{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.admin-action-tile-v871{padding:10px!important}.admin-v841-season-strip{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.correction-dropdown-console-v883{gap:8px!important}.correction-row-v881{padding:10px!important}.table-wrap{overflow-x:auto!important}.responsive-card-table table,.clean-table{font-size:.86rem!important}}.profile-hero-banner-v882.has-profile-banner-v880{background-position:50%!important;background-size:cover!important;min-height:220px!important;position:relative!important;overflow:hidden!important}.profile-hero-banner-v882.has-profile-banner-v880:before,.profile-hero-banner-v882.has-profile-banner-v880:after{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;opacity:.98!important;background:linear-gradient(90deg,#05030299,#0806056b,#000d10c7)!important}.passport-card-v888,.profile-passport,.passport-card,.fegl-passport-card{display:none!important}.approved-result-capsule-v893{background:#0000002e;border:1px solid #ffa0402e;border-radius:14px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;margin:8px 0;padding:8px;display:grid}.approved-player-line-v893{gap:2px;min-width:0;display:grid}.approved-player-line-v893 strong{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;overflow:hidden}.approved-player-line-v893 b{font-size:1.45rem;line-height:1}.approved-player-line-v893 span,.approved-centre-line-v893 span{color:#dcc2a1;font-size:.78rem}.approved-centre-line-v893{text-align:center;white-space:nowrap;color:#ffdc8a;gap:4px;font-weight:900;display:grid}.fixture-matchup-compact-v892{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important}.fixture-team-v892 h3{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:1rem!important;overflow:hidden!important}.vs-pill-v892,.result-versus-v871 b{writing-mode:horizontal-tb!important;white-space:nowrap!important}.clubhouse-filter-compact-v893 .section-head{margin-bottom:6px!important}.clubhouse-controls-v890{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.clubhouse-controls-v890 label{letter-spacing:.06em;font-size:.72rem}.club-tag-guide-v893{background:#0000001f;border:1px solid #ffbe6426;border-radius:12px;margin-top:8px;padding:8px}.club-tag-guide-v893 summary{cursor:pointer;color:#ffd475;font-weight:900}.club-tag-guide-v893 div{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:6px;margin-top:8px;display:grid}.club-tag-guide-v893 span{border:1px solid #ffffff14;border-radius:10px;gap:2px;padding:7px;display:grid}.club-tag-guide-v893 small{color:#d8c5aa;font-size:.75rem}.ultra-compact-admin-v893 .section-head h2{font-size:1.45rem!important}.admin-live-work-row-v892,.admin-contrib-row-v892{border-radius:12px!important;padding:8px!important}.helper-boundary-v893{font-size:.9rem!important}.hr-archetype-line-v893{white-space:nowrap;color:#ffd475!important;font-size:.72rem!important}.champion-watch-v875{display:none!important}@media (width<=720px){body{font-size:13px!important}.container,.page,.main-content{padding-left:8px!important;padding-right:8px!important}.card,.notice,.error,.clean-panel,.warm-panel{border-radius:13px!important;margin-bottom:8px!important;padding:9px!important}h1{letter-spacing:.06em!important;font-size:clamp(1.55rem,7vw,2.15rem)!important;line-height:1.05!important}h2{font-size:clamp(1.1rem,5vw,1.55rem)!important;line-height:1.1!important}h3{font-size:clamp(.98rem,4.5vw,1.25rem)!important;line-height:1.12!important}p,.small,span,li,label,input,select,textarea{font-size:.88rem!important;line-height:1.28!important}.eyebrow{letter-spacing:.16em!important;font-size:.61rem!important}.btn,button,.tab-row button,.season-tab-link-v876{border-radius:11px!important;min-height:32px!important;padding:6px 9px!important;font-size:.78rem!important}.section-head{gap:6px!important;margin-bottom:8px!important}.section-head svg{width:16px!important;height:16px!important}.home-landing,.home-quick-panel,.compact-page-hero,.season-command-card-v859{min-height:auto!important;padding:10px!important}.home-poster-wrap{overflow:hidden;max-height:92px!important}.home-site-pulse{grid-template-columns:1fr!important;gap:7px!important}.home-site-pulse div,.home-shortcuts-compact a,.admin-action-tile-v871,.people-control-card{min-height:0!important;padding:8px!important}.season-command-stats-v859{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.season-command-stats-v859 div{padding:8px!important}.season-story-engine-v885 h2{font-size:1.45rem!important}.story-episode-card-v885 .mini-grid.four-col{grid-template-columns:1fr!important}.story-episode-card-v885 .mini-stat{min-height:0!important;padding:8px!important}.fixture-card-v859{padding:8px!important}.fixture-card-v859 .small:first-child{font-size:.76rem!important}.fixture-matchup-compact-v892{text-align:initial!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:6px!important}.fixture-team-v892,.fixture-team-v892.right{text-align:left!important;min-width:0!important}.fixture-team-v892.right{text-align:right!important}.fixture-team-v892 .badge{padding:3px 6px!important;font-size:.68rem!important}.fixture-team-v892 small{white-space:nowrap!important;font-size:.72rem!important}.vs-pill-v892{place-self:center!important;min-width:34px!important;margin:0!important;padding:4px 7px!important;font-size:.72rem!important}.match-hype-card,.match-hype-card.compact{padding:8px!important}.hype-copy-v885 strong{font-size:1rem!important}.hype-copy-v885 p{margin:.35rem 0!important;font-size:.82rem!important;line-height:1.3!important}.hype-actions{grid-template-columns:repeat(3,1fr)!important;gap:6px!important}.hype-actions .btn{min-height:30px!important}.approved-result-capsule-v893{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;padding:7px!important}.approved-player-line-v893 b{font-size:1.35rem!important}.official-story-v865{padding:8px!important;font-size:.82rem!important}.result-versus-v871{text-align:left!important;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)!important;gap:6px!important}.result-versus-v871 div strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.9rem!important}.result-versus-v871 div span{font-size:1.6rem!important}.result-versus-v871 b{background:#ffb04021;border-radius:999px;place-self:center!important;padding:4px 7px!important;font-size:.75rem!important}.profile-hero-banner-v882.has-profile-banner-v880{min-height:168px!important}.profile-hero-compact{grid-template-columns:58px minmax(0,1fr)!important;gap:9px!important;display:grid!important}.profile-avatar-large.compact{width:58px!important;height:58px!important}.profile-main-copy h1{font-size:1.65rem!important}.profile-card-summary.compact{grid-column:1/-1!important;justify-content:space-between!important;align-items:center!important;min-height:0!important;padding:7px 9px!important;display:flex!important}.profile-card-summary.compact strong{font-size:1.55rem!important}.v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.v80-stat-tile{min-height:0!important;padding:8px!important}.v80-stat-tile strong{font-size:1.25rem!important}.clubhouse-controls-v890{grid-template-columns:1fr!important;gap:5px!important}.clubhouse-filter-compact-v893{padding:8px!important}.club-scout-kpis-v889{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.club-scout-kpis-v889 span,.club-scout-details-v889>div{padding:8px!important}.club-list-v888 button,.club-mobile-meta-v889 button{min-height:0!important;padding:8px!important}.badge-rarity-panel-v886>summary{padding:9px 10px!important}.badge-rarity-panel-v886>summary strong{font-size:1.25rem!important}.badge-rarity-grid-v886{grid-template-columns:1fr!important;padding:8px!important}.official-lock-panel-v892,.admin-work-locks-v892,.admin-contribution-board-v892{padding:9px!important}.admin-contrib-grid-v892,.admin-live-work-list-v892{grid-template-columns:1fr!important;gap:7px!important}.admin-contrib-row-v892 span,.admin-live-work-row-v892 span,.table-wrap{font-size:.82rem!important}.line-only-chart svg{min-width:520px!important}.chart-legend{gap:5px!important}.legend-item{padding:5px 7px!important;font-size:.78rem!important}.sacred-lock-compact-v887{display:none!important}}html,body{max-width:100%;overflow-x:hidden}body{font-size:14px}.card,.notice,.error,.clean-panel,.warm-panel{min-height:0!important}.profile-hero-banner-v882,.profile-hero-banner-v882.has-profile-banner-v880,.profile-hero-banner-v882.default-profile-banner-v882{background-image:radial-gradient(circle at 12% 22%,#ff691930,#0000 26%),linear-gradient(120deg,#280f04b8,#000c0fe0)!important;background-position:50%!important;background-size:cover!important;min-height:0!important}.profile-hero-banner-v882:before,.profile-hero-banner-v882:after{content:none!important;display:none!important}.preview-banner,.media-edit-preview.banner,.passport-banner-v887{display:none!important}.profile-reward-preview{background:radial-gradient(circle at 18% 10%,#ff702429,#0000 28%),linear-gradient(135deg,#080503f5,#000e11eb)!important}.profile-avatar-large,.profile-avatar-large *{touch-action:manipulation!important}.player-profile-v80{overscroll-behavior-x:contain}.profile-collapse-v895{padding:0!important;overflow:hidden!important}.profile-collapse-v895>summary{cursor:pointer;border-radius:inherit;background:#ff962d0e;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;list-style:none;display:flex}.profile-collapse-v895>summary::-webkit-details-marker{display:none}.profile-collapse-v895>summary strong{font-size:1rem;line-height:1.1}.profile-collapse-v895>summary span{color:#ffc76f;white-space:nowrap;font-size:.78rem;font-weight:900}.profile-collapse-v895>p,.profile-collapse-v895>.ht-impact-line-v883,.profile-collapse-v895>.card-journey-timeline-v886,.profile-collapse-v895>.earned-badge-grid-v874,.profile-collapse-v895>.club-analytics-grid-v864,.profile-collapse-v895>.profile-tags{margin:9px 12px 12px}.card-journey-row-v886{margin:8px 0!important;padding:0!important}.card-journey-row-v886>summary{padding:8px 10px!important}.fixture-card-v859{min-height:0!important}.fixture-matchup-compact-v892,.fixture-card-v859 .match-card.fixture-matchup-compact-v892{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;margin-top:6px!important;display:grid!important}.fixture-team-v892{text-align:left!important;gap:3px!important;min-width:0!important;display:grid!important}.fixture-team-v892.right{text-align:right!important}.fixture-team-v892 h3{white-space:nowrap!important;text-overflow:ellipsis!important;max-width:100%!important;margin:0!important;line-height:1.05!important;overflow:hidden!important}.vs-pill-v892,.fixture-matchup-compact-v892 .vs,.compare-board-v868 .versus,.result-versus-v871 b{writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:nowrap!important;word-break:keep-all!important;overflow-wrap:normal!important;place-self:center!important;place-items:center!important;width:auto!important;min-width:32px!important;height:auto!important;line-height:1!important;display:inline-grid!important}.fixture-submit-link-v865{display:none!important}.approved-result-capsule-v893{grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr)!important;min-height:0!important}.approved-player-line-v893 strong{font-size:.9rem!important;line-height:1.05!important}.approved-player-line-v893 b{font-size:1.15rem!important}.approved-centre-line-v893{gap:2px!important;font-size:.74rem!important}.official-story-v865{margin-top:6px!important;padding:7px 8px!important}.official-story-v865 span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.fixture-week-section-v859{margin-top:10px!important}.approved-results-accordion-v865>summary,.pending-results-accordion-v865>summary{padding:8px 0!important;font-size:.95rem!important}.fixture-card-grid-v859{gap:8px!important}.match-hype-card.compact,.match-hype-card{margin-top:8px!important;padding:8px!important}.match-hype-top{margin-bottom:5px!important}.match-hype-top span{font-size:.68rem!important}.hype-copy-v885 strong{margin-bottom:5px;display:block;font-size:.96rem!important;line-height:1.2!important}.hype-copy-v885 p{margin:4px 0!important;font-size:.82rem!important;line-height:1.28!important}.hype-copy-v885 p:nth-of-type(n+3){display:none!important}.hype-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:6px!important}.hype-actions .btn{min-height:28px!important;padding:5px 6px!important;font-size:.72rem!important}.pre-match-probability,.probability-card{margin-top:7px!important;padding:8px!important}.clubhouse-filter-panel-v890{padding:0!important;overflow:hidden!important}.clubhouse-filter-details-v895>summary{cursor:pointer;align-items:center;gap:8px;padding:9px 11px;list-style:none;display:flex}.clubhouse-filter-details-v895>summary::-webkit-details-marker{display:none}.clubhouse-filter-details-v895>summary strong{font-size:.95rem}.clubhouse-filter-details-v895>summary span{color:#dac0a0;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;overflow:hidden}.clubhouse-filter-details-v895[open]>summary{border-bottom:1px solid #ffaa4626}.clubhouse-controls-v890{padding:8px!important}.clubhouse-controls-v890 label{font-size:.72rem!important}.club-tag-guide-v893{margin:6px 8px 8px!important;padding:7px!important}.club-scout-collapse-v895>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;list-style:none;display:flex}.club-scout-collapse-v895>summary::-webkit-details-marker{display:none}.club-scout-collapse-v895>summary strong{letter-spacing:.08em;font-size:1.4rem}.club-scout-collapse-v895>summary span{color:#cbb99b;font-size:.82rem;display:block}.club-scout-kpis-v889{gap:6px!important;margin:7px 10px!important}.club-scout-kpis-v889 span{border-radius:10px!important;padding:7px!important}.club-scout-more-v895{border:1px solid #ffffff14;border-radius:12px;margin:8px 10px 10px;padding:8px}.club-scout-more-v895>summary{cursor:pointer;color:#ffd27c;font-weight:900}.club-list-v888 button,.club-mobile-meta-v889 button{border-radius:12px!important;min-height:0!important;padding:8px 10px!important}.club-list-v888 button strong,.club-mobile-meta-v889 button strong{font-size:1rem!important}.club-list-v888 button span,.club-list-v888 button em,.club-list-v888 button small,.club-mobile-meta-v889 button span,.club-mobile-meta-v889 button small,.club-mobile-meta-v889 button em{margin-top:2px!important;font-size:.78rem!important;line-height:1.18!important}.club-profile-v888{display:none!important}.clubhouse-table-v888{padding:9px!important}.club-mobile-meta-v889{gap:7px!important}.compare-hero-v868{display:none!important}.compare-selectors-v868{gap:7px!important;padding:9px!important}.compare-selectors-v868 label{font-size:.74rem!important}.compare-selectors-v868 select{min-height:32px!important;padding:5px 8px!important;font-size:.78rem!important}.compare-board-v868{padding:9px!important}.compare-header-tight{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;display:grid!important}.compare-head-tight{text-align:center!important;min-height:0!important;padding:7px!important}.compare-head-tight h3{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:0 0 3px!important;font-size:.9rem!important}.compare-head-tight p{margin:0!important;font-size:.72rem!important}.compare-head-tight .btn{min-height:26px!important;margin-top:5px!important;padding:4px 7px!important}.compare-row-tight strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.9rem!important}.compact-story-engine-v892{padding:10px!important}.compact-story-engine-v892 h2{font-size:1.35rem!important}.compact-story-engine-v892 p{font-size:.86rem!important;line-height:1.3!important}.episode-board-compact-v895{padding:10px!important}.episode-board-compact-v895 h3{font-size:1.05rem!important}.compact-episode-grid-v895{gap:7px!important}.compact-episode-grid-v895 .mini-stat{min-height:0!important;padding:8px!important}.compact-episode-grid-v895 .mini-stat strong{font-size:.9rem!important}.compact-episode-grid-v895 .mini-stat span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:.8rem!important;line-height:1.2!important}.home-poster-wrap{max-height:120px!important}.home-poster-wrap img{object-fit:contain!important;width:100%!important;height:100%!important}.home-site-pulse div,.mini-fire-report-home-v865,.home-shortcuts-compact a,.home-quick-panel{min-height:0!important;padding:9px!important}.home-site-pulse strong{font-size:1.25rem!important}.mini-fire-report-home-v865 .mini-stat{min-height:0!important;padding:7px!important}.admin-contribution-board-v892 .section-head h2,.admin-work-locks-v892 .section-head h2,.official-lock-panel-v892 .section-head h2{font-size:1.25rem!important}.admin-live-work-row-v892,.admin-contrib-row-v892{border-radius:11px!important;gap:1px!important;padding:7px 9px!important}.admin-live-work-row-v892 strong,.admin-contrib-row-v892 strong{font-size:.9rem!important}.admin-live-work-row-v892 span,.admin-contrib-row-v892 span,.admin-live-work-row-v892 small,.admin-contrib-row-v892 small{font-size:.76rem!important;line-height:1.22!important}.admin-live-work-list-v892,.admin-contrib-grid-v892{gap:6px!important}.official-lock-panel-v892,.admin-work-locks-v892,.admin-contribution-board-v892{padding:9px!important}.admin-v841-season-strip div{min-height:0!important;padding:7px!important}.badge-rarity-panel-v886{margin-bottom:8px!important}.badge-rarity-panel-v886>summary{cursor:pointer;min-height:0!important;padding:9px 11px!important}.badge-rarity-panel-v886>summary strong{letter-spacing:.16em;font-size:1.35rem!important}.badge-rarity-panel-v886>summary span{font-size:.85rem!important}.badge-rarity-grid-v886{gap:7px!important;padding:8px!important}.badge-rarity-grid-v886 details{min-height:0!important;padding:8px!important}.badge-rarity-grid-v886 details summary{gap:5px!important}@media (width<=760px){body{font-size:12.5px!important;line-height:1.25!important}.app-shell,.container,.page,.main-content,main{padding-left:7px!important;padding-right:7px!important}.card,.notice,.error,.clean-panel,.warm-panel{border-radius:12px!important;margin-bottom:7px!important;padding:8px!important}h1{letter-spacing:.055em!important;font-size:1.55rem!important;line-height:1.02!important}h2{font-size:1.22rem!important;line-height:1.06!important}h3{font-size:1rem!important;line-height:1.08!important}p,.small,li,label,input,select,textarea{font-size:.8rem!important;line-height:1.24!important}.eyebrow{letter-spacing:.15em!important;font-size:.57rem!important}.btn,button,.tab-row button,.season-tab-link-v876{border-radius:10px!important;min-height:29px!important;padding:5px 8px!important;font-size:.73rem!important}.tab-row,.scroll-tabs-v842{gap:6px!important;padding:5px!important}.tab-row button,.season-tab-link-v876{white-space:nowrap!important;min-width:auto!important}.fixture-matchup-compact-v892,.fixture-card-v859 .match-card.fixture-matchup-compact-v892{grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)!important;gap:5px!important}.fixture-team-v892 h3{letter-spacing:.02em!important;font-size:.86rem!important}.fixture-team-v892 .badge{padding:2px 5px!important;font-size:.62rem!important}.fixture-team-v892 small{font-size:.66rem!important}.vs-pill-v892{min-width:28px!important;padding:4px 5px!important;font-size:.64rem!important}.approved-result-capsule-v893{grid-template-columns:minmax(0,1fr) 48px minmax(0,1fr)!important;gap:5px!important;padding:6px!important}.approved-player-line-v893 strong{font-size:.82rem!important}.approved-player-line-v893 b{font-size:1.05rem!important}.approved-player-line-v893 span,.approved-centre-line-v893 span{font-size:.66rem!important}.fixture-card-v859 .small:first-child{font-size:.68rem!important}.fixture-card-grid-v859{grid-template-columns:1fr!important}.official-story-v865 svg{width:13px!important}.official-story-v865 span{font-size:.76rem!important}.fixture-week-section-v859 .week-title-v859 strong{font-size:.9rem!important}.week-title-v859 span{font-size:.75rem!important}.clubhouse-v888 .compact-page-head h2{font-size:1.55rem!important}.clubhouse-v888 .compact-page-head p{font-size:.8rem!important}.club-scout-collapse-v895>summary strong{font-size:1.25rem!important}.club-scout-kpis-v889{grid-template-columns:repeat(3,minmax(0,1fr))!important}.club-scout-kpis-v889 strong{font-size:1rem!important}.club-scout-kpis-v889 span{font-size:.68rem!important}.club-mobile-meta-v889{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.club-mobile-meta-v889 button{padding:8px!important}.club-mobile-meta-v889 button strong{font-size:.9rem!important}.club-mobile-meta-v889 button span,.club-mobile-meta-v889 button small{font-size:.72rem!important}.club-mobile-meta-v889 button em{font-size:.73rem!important}.club-list-v888{display:none!important}.clubhouse-table-v888 .section-head h3{font-size:.98rem!important}.profile-hero-compact{grid-template-columns:52px minmax(0,1fr)!important;gap:8px!important;padding:9px!important}.profile-avatar-large.compact{border-radius:14px!important;width:52px!important;height:52px!important}.profile-main-copy h1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:1.35rem!important}.profile-main-copy p{font-size:.77rem!important}.profile-tags{gap:4px!important}.profile-tags .badge{padding:3px 5px!important;font-size:.62rem!important}.hero-actions.compact-actions{gap:6px!important}.profile-card-summary.compact{padding:6px 8px!important}.profile-card-summary.compact strong{font-size:1.28rem!important}.profile-card-summary.compact span,.profile-card-summary.compact small{font-size:.72rem!important}.v80-stat-grid{gap:6px!important}.v80-stat-tile{padding:7px!important}.v80-stat-tile strong{font-size:1.05rem!important}.v80-stat-tile span,.v80-stat-tile small{font-size:.68rem!important}.profile-collapse-v895>summary{padding:8px 9px!important}.profile-collapse-v895>summary strong{font-size:.88rem!important}.profile-collapse-v895>summary span{font-size:.68rem!important}.compare-header-tight{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important}.compare-board-v868 .versus{min-width:24px!important;padding:4px!important;font-size:.62rem!important}.compare-row-tight{grid-template-columns:minmax(0,1fr) 68px minmax(0,1fr)!important;padding:6px!important}.compare-row-tight strong{font-size:.8rem!important}.compare-row-tight span{font-size:.6rem!important}.compare-head-tight h3{font-size:.78rem!important}.compare-head-tight p{font-size:.64rem!important}.home-landing{padding:10px!important}.home-copy h1{font-size:1.7rem!important}.home-lede{font-size:.82rem!important}.home-search{padding:6px!important}.home-search input{font-size:.78rem!important}.home-search button{min-height:28px!important}.home-poster-wrap{max-height:88px!important}.home-shortcuts-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.home-shortcuts-compact a span{font-size:.7rem!important}.home-site-pulse{gap:6px!important}.home-site-pulse div{padding:8px!important}.table-wrap table,.responsive-card-table table{font-size:.75rem!important}.standings-v859 td,.standings-v859 th{padding:7px 6px!important}.hr-archetype-line-v893{white-space:normal!important;font-size:.61rem!important}.line-only-chart svg{min-width:500px!important}.chart-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.legend-item{min-height:0!important;padding:5px!important;font-size:.72rem!important}}html.fegl-compact-mode body,body{overflow-wrap:normal}.card.compact-card,.compact-card,.notice.compact{min-height:0!important}.section-head,.section-head.compact,.section-head.tight-head{justify-content:space-between!important;align-items:center!important;gap:8px!important;display:flex!important}.section-head>svg,.section-head.compact>svg,.section-head.tight-head>svg{opacity:.9;flex:none!important;width:18px!important;height:18px!important;margin:0!important}.section-head h1,.section-head h2,.section-head h3{margin:0!important}.section-head p{margin:.2rem 0 0!important}.section-head .eyebrow{margin-bottom:.1rem!important}.mini-fire-report-home-v865,.home-focus-grid .card,.home-site-pulse div,.home-shortcuts-compact a{min-height:0!important;padding:9px 10px!important}.mini-fire-report-home-v865 p{margin:.35rem 0!important}.mini-fire-report-home-v865 .mini-grid{gap:6px!important}.home-focus-grid .hype-match{gap:3px!important;min-height:0!important;padding:8px 9px!important}.home-focus-grid .hype-match strong{white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;font-size:.88rem!important;line-height:1.18!important}.home-focus-grid .hype-match span,.home-focus-grid .hype-match small{font-size:.68rem!important;line-height:1.18!important}.home-poster-wrap,.compact-poster{max-height:126px!important}.home-poster-wrap img,.compact-poster img,img[src*=season-2-reignite]{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important}.fixture-matchup-compact-v892,.fixture-card-v859 .match-card.fixture-matchup-compact-v892,.result-versus-v871{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;display:grid!important}.vs-pill-v892,.fixture-matchup-compact-v892 .vs,.result-versus-v871>b,.compare-board-v868 .versus{writing-mode:horizontal-tb!important;white-space:nowrap!important;word-break:normal!important;letter-spacing:.02em!important;border-radius:999px!important;justify-content:center!important;place-self:center!important;align-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important;padding:0!important;font-size:.62rem!important;line-height:1!important;display:flex!important;transform:none!important}.fixture-team-v892 h3,.result-versus-v871 strong,.approved-player-line-v893 strong{white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:normal!important;line-height:1.1!important;overflow:hidden!important}.fixture-card-v859,.fixture-pending-v865,.fixture-approved-v865{min-height:0!important;padding:9px!important}.match-hype-card.compact{min-height:0!important;padding:8px 9px!important}.match-hype-card.compact .hype-copy-v885 strong{font-size:.85rem!important;line-height:1.18!important}.match-hype-card.compact .hype-copy-v885 p{font-size:.75rem!important;line-height:1.2!important}.match-hype-card.compact .hype-actions{gap:5px!important;margin-top:7px!important}.pre-match-probability,.hr-forecast-card,.probability-card{min-height:0!important;padding:8px!important}.approved-result-capsule-v893{min-height:0!important;padding:7px!important}.official-story-v865{min-height:0!important;padding:7px 8px!important}.compare-selectors-v868{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto!important;align-items:end!important;gap:7px!important;padding:8px!important;display:grid!important}.compare-selectors-v868 label{min-width:0!important}.compare-selectors-v868 select{width:100%!important;min-width:0!important}.compare-header-tight,.compare-header{grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)!important;align-items:stretch!important;gap:6px!important;display:grid!important}.compare-head-tight{min-width:0!important;padding:7px!important}.compare-head-tight h3{white-space:nowrap!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:normal!important;max-width:100%!important;font-size:.82rem!important;overflow:hidden!important}.compare-head-tight p{font-size:.62rem!important}.compare-row-tight{grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr)!important;align-items:center!important;gap:5px!important;padding:6px 7px!important;display:grid!important}.compare-row-tight strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.78rem!important;overflow:hidden!important}.compare-row-tight span{letter-spacing:.08em!important;font-size:.57rem!important}.clubhouse-v888 .compact-page-head{margin-bottom:6px!important}.clubhouse-v888 .compact-page-head h2{font-size:1.35rem!important}.clubhouse-v888 .compact-page-head p{font-size:.76rem!important;line-height:1.18!important}.club-scout-collapse-v895{padding:9px!important}.club-scout-collapse-v895>summary{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;padding:0!important;display:grid!important}.club-scout-collapse-v895>summary strong{font-size:1.15rem!important;line-height:1.05!important}.club-scout-collapse-v895>summary span{font-size:.7rem!important;line-height:1.15!important}.club-scout-kpis-v889{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:7px!important;display:grid!important}.clubhouse-filter-details-v895>summary{cursor:pointer;align-items:center!important;gap:7px!important;min-height:0!important;padding:0!important;display:flex!important}.clubhouse-filter-details-v895>summary span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.76rem!important}.clubhouse-controls-v890{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:8px!important;display:grid!important}.clubhouse-controls-v890 label{gap:3px!important;font-size:.68rem!important}.clubhouse-controls-v890 select{min-height:30px!important;padding:4px 7px!important;font-size:.74rem!important}.clubhouse-summary-grid-v888{display:none!important}.club-mobile-meta-v889 button{min-height:0!important;padding:8px!important}.club-mobile-meta-v889 button strong{font-size:.88rem!important}.club-mobile-meta-v889 button span,.club-mobile-meta-v889 button small,.club-mobile-meta-v889 button em{font-size:.68rem!important;line-height:1.15!important}.club-tag-guide-v893[open]>div{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;display:grid!important}.club-tag-guide-v893 small{opacity:.78;display:block;font-size:.66rem!important;line-height:1.15!important}.admin-hero-v871,.official-lock-panel-v892,.admin-work-locks-v892,.admin-contribution-board-v892,.admin-action-board-v871,.approval-truth-preview-v890,.result-review-card-v871,.correction-console-v881{min-height:0!important;padding:9px 10px!important}.admin-hero-v871 h1,.official-lock-panel-v892 h2,.admin-work-locks-v892 h2,.admin-contribution-board-v892 h2{font-size:1.18rem!important;line-height:1.08!important}.admin-hero-v871 p,.official-lock-panel-v892 p,.admin-work-locks-v892 p,.admin-contribution-board-v892 p{font-size:.75rem!important;line-height:1.18!important}.admin-action-grid-v871{gap:6px!important}.admin-action-tile-v871 strong{font-size:1rem!important}.admin-live-work-row-v892,.admin-contrib-row-v892{min-height:0!important;padding:7px 8px!important}.result-review-card-v871 .result-review-top-v871{gap:5px!important}.result-review-card-v871 p{margin:.35rem 0!important}.result-admin-meta-v84{grid-template-columns:1fr!important;gap:4px!important;display:grid!important}.result-admin-meta-v84 span{padding:5px 7px!important;font-size:.72rem!important}.approval-preview-grid-v890{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;display:grid!important}.approval-preview-grid-v890>div{min-height:0!important;padding:8px!important}.approval-cascade-v890{min-height:0!important;padding:7px 8px!important;font-size:.74rem!important}.correction-console-closed-v896>summary{cursor:pointer;list-style:none;justify-content:space-between!important;align-items:center!important;gap:8px!important;display:flex!important}.correction-console-closed-v896>summary::-webkit-details-marker{display:none}.correction-console-closed-v896>summary strong{display:block;font-size:.9rem!important}.correction-console-closed-v896>summary span{opacity:.75;display:block;font-size:.68rem!important}.profile-hero-compact{min-height:0!important}.profile-main-copy h1{word-break:normal!important;overflow-wrap:normal!important}.profile-collapse-v895{padding:0!important}.profile-collapse-v895>summary{cursor:pointer;padding:8px 9px!important}.global-image-modal,.global-image-stage{overscroll-behavior:contain!important;touch-action:none!important}.global-image-stage img{object-fit:contain!important;max-width:96vw!important;max-height:82vh!important}.compare-v868 .notice.compact,.compare-v868 .error.compact{padding:7px 9px!important;font-size:.76rem!important}@media (width<=760px){body{font-size:12px!important;line-height:1.22!important}main.shell{padding-left:7px!important;padding-right:7px!important}.card,.notice,.error{border-radius:11px!important}h1{font-size:1.42rem!important;line-height:1.02!important}h2{font-size:1.12rem!important;line-height:1.05!important}h3{font-size:.92rem!important;line-height:1.08!important}p,.small,li,label,input,select,textarea{font-size:.75rem!important;line-height:1.22!important}.eyebrow{letter-spacing:.14em!important;font-size:.54rem!important}.badge{padding:2px 5px!important;font-size:.62rem!important}.btn,button{min-height:27px!important;padding:4px 7px!important;font-size:.7rem!important}.home-landing{gap:8px!important;padding:8px!important}.home-copy h1{font-size:1.55rem!important}.home-poster-wrap,.compact-poster{max-height:92px!important}.home-site-pulse{grid-template-columns:1fr!important;gap:6px!important;display:grid!important}.home-site-pulse strong{font-size:1.08rem!important}.mini-fire-report-home-v865 .section-head h3{font-size:.86rem!important}.home-focus-grid .card{padding:8px!important}.home-focus-grid .hype-match{padding:7px!important}.fixture-matchup-compact-v892,.fixture-card-v859 .match-card.fixture-matchup-compact-v892,.result-versus-v871{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;gap:5px!important}.vs-pill-v892,.fixture-matchup-compact-v892 .vs,.result-versus-v871>b,.compare-board-v868 .versus{width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;font-size:.56rem!important}.fixture-team-v892 h3,.result-versus-v871 strong,.approved-player-line-v893 strong{letter-spacing:.01em!important;font-size:.74rem!important}.fixture-team-v892 small,.approved-player-line-v893 span{font-size:.62rem!important}.approved-result-capsule-v893{grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr)!important}.approved-centre-line-v893 span{font-size:.58rem!important}.approved-player-line-v893 b{font-size:.98rem!important}.compare-selectors-v868{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.compare-selectors-v868 .btn{grid-column:1/-1}.compare-header-tight,.compare-header{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important}.compare-head-tight{padding:6px!important}.compare-head-tight h3{font-size:.7rem!important}.compare-row-tight{grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr)!important;padding:5px!important}.compare-row-tight strong{font-size:.72rem!important}.compare-row-tight span{font-size:.52rem!important}.club-scout-kpis-v889{grid-template-columns:repeat(3,minmax(0,1fr))!important}.clubhouse-controls-v890{grid-template-columns:1fr!important}.club-mobile-meta-v889{grid-template-columns:repeat(2,minmax(0,1fr))!important}.clubhouse-table-v888{padding:8px!important}.club-tag-guide-v893[open]>div{grid-template-columns:1fr!important}.club-scout-collapse-v895>summary strong{font-size:1.05rem!important}.admin-sticky-queue-v871{gap:5px!important}.admin-sticky-queue-v871 a{padding:5px!important;font-size:.68rem!important}.admin-v841-season-strip{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}.admin-v841-season-strip div{padding:6px!important}.approval-preview-grid-v890{grid-template-columns:1fr!important}.result-review-grid-v871{gap:7px!important}.result-review-card-v871{padding:8px!important}.compact-action-row{gap:5px!important}.profile-card-summary.compact{padding:6px!important}.profile-card-summary.compact strong{font-size:1.05rem!important}.v80-stat-grid{gap:5px!important}.v80-stat-tile{padding:6px!important}.v80-stat-tile strong{font-size:.95rem!important}.v80-stat-tile span,.v80-stat-tile small{font-size:.62rem!important}}.inline-icon-head-v897 h3{align-items:center!important;gap:6px!important;margin:0!important;display:flex!important}.inline-icon-head-v897 svg{flex:none!important}.compact-link-chips-v897{flex-wrap:wrap;gap:7px;margin-top:8px;display:flex}.compact-link-chips-v897 a{color:#f6d18a;background:#ffffff09;border:1px solid #ffba5a47;border-radius:999px;padding:5px 9px;font-size:.78rem;font-weight:800;text-decoration:none}.ultra-week-episode-v897{padding:14px!important}.ultra-week-episode-v897 h2{margin:.1rem 0 .35rem!important}.strong-note-v897{font-weight:800;color:#f6d18a!important;margin:.55rem 0 0!important}.playoff-picture-grid-v897 h3{margin:0 0 7px}.playoff-picture-match-v897{background:#00000038;border:1px solid #ffba5a2e;border-radius:13px;grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr);align-items:center;gap:6px;margin-bottom:7px;padding:8px;display:grid}.playoff-picture-match-v897>div{min-width:0}.playoff-picture-match-v897 strong{white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;display:block;overflow:hidden}.playoff-picture-match-v897 span{opacity:.72;font-size:.64rem;display:block}.playoff-picture-match-v897 b{color:#f6d18a;text-transform:uppercase;background:#ff8a2024;border:1px solid #ffba5a47;border-radius:999px;place-items:center;width:26px;height:26px;font-size:.58rem;display:grid}.playoff-picture-match-v897 small{opacity:.72;grid-column:1/-1;font-size:.68rem}.playoff-draft-warning-v897{border-top:1px solid #ffffff14;padding-top:7px;margin-top:7px!important}.playoff-draft-warning-v897.locked{color:#77e0ad!important}.season-playoffs-v865 details.card>summary{cursor:pointer;list-style:none}.season-playoffs-v865 details.card>summary::-webkit-details-marker{display:none}.home-poster-wrap img,.compact-poster img,.poster-action-card img{object-fit:contain!important;background:#050505!important;width:100%!important;height:100%!important}.home-poster-wrap,.poster-action-card{background:#050505!important;place-items:center!important;display:grid!important;overflow:hidden!important}.fixture-matchup-compact-v892{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr)!important;align-items:center!important;display:grid!important}.fixture-team-v892{min-width:0!important}.fixture-team-v892 h3{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.vs-pill-v892,.fixture-matchup-compact-v892 .vs{writing-mode:horizontal-tb!important;white-space:nowrap!important;text-orientation:mixed!important;place-self:center!important}.approved-result-capsule-v893{grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr)!important;align-items:center!important;display:grid!important}.approved-player-line-v893{min-width:0!important}.approved-player-line-v893 strong,.approved-player-line-v893 span{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.approved-centre-line-v893{gap:2px;place-items:center!important;display:grid!important}.match-hype-card.compact .hype-copy-v885 p:nth-of-type(n+2){display:none}.match-hype-card.compact{padding:10px!important}.match-hype-card.compact .hype-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;display:grid!important}.compare-selectors-v868{align-items:end;grid-template-columns:1fr 1fr auto!important;gap:8px!important;display:grid!important}.compare-board-v868 .compare-header,.compare-header-tight{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;display:grid!important}.compare-board-v868 .versus{writing-mode:horizontal-tb!important;place-self:center!important}.compare-head-tight h3{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.compare-avatar.id-avatar{display:none!important}.compare-stat-table-tight{gap:5px!important;display:grid!important}.compare-row-tight{grid-template-columns:minmax(0,1fr) 110px minmax(0,1fr)!important;align-items:center!important;display:grid!important}.compare-row-tight span{text-align:center!important}.compare-row-tight strong:first-child{text-align:left!important}.compare-row-tight strong:last-child{text-align:right!important}.clubhouse-filter-details-v895>summary{cursor:pointer;align-items:center!important;gap:8px!important;padding:0!important;display:flex!important}.clubhouse-filter-details-v895>summary span{opacity:.78;margin-left:auto;font-size:.72rem}.club-mobile-meta-v889{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.club-mobile-meta-v889 button{text-align:left!important;min-height:0!important;padding:8px!important}.club-scout-kpis-v889{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.club-scout-kpis-v889 span{padding:7px!important}.club-scout-panel-v889{padding:10px!important}.club-scout-panel-v889>summary{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;display:grid!important}.club-scout-panel-v889>summary strong{font-size:1.3rem!important}.club-tag-guide-v893>summary{cursor:pointer;color:#f6d18a;font-weight:800}.club-tag-guide-v893>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:7px;display:grid}.club-tag-guide-v893 span{background:#0000002e;border:1px solid #ffba5a29;border-radius:10px;padding:6px}.club-tag-guide-v893 strong,.club-tag-guide-v893 small{display:block}.table-wrap.mobile-scroll-safe-v859 th:nth-child(n+7),.table-wrap.mobile-scroll-safe-v859 td:nth-child(n+7),.table-wrap.mobile-scroll-safe-v859 th:nth-child(11),.table-wrap.mobile-scroll-safe-v859 td:nth-child(11){display:none}.table-wrap.mobile-scroll-safe-v859 table{width:100%!important;min-width:0!important}.table-wrap.mobile-scroll-safe-v859 th,.table-wrap.mobile-scroll-safe-v859 td{padding:8px 7px!important}.table-wrap.mobile-scroll-safe-v859 th:nth-child(2),.table-wrap.mobile-scroll-safe-v859 td:nth-child(2){width:42%!important}.hr-archetype-line-v893{display:none!important}.responsive-card-table table{width:100%!important}.responsive-card-table td,.responsive-card-table th{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important}.official-archive-v873 .responsive-card-table tbody:empty:after{content:"No archive rows found for this player yet.";color:#dcc8ad;padding:10px;display:block}.official-archive-v873 td:empty:after{content:"—";opacity:.55}.hall-grid .hall-tile,.hall-of-flame .card{padding:10px!important}.hall-tile h3,.mini-stat strong{overflow-wrap:anywhere!important;word-break:normal!important}.admin-action-board-v871,.admin-work-locks-v892,.official-lock-panel-v892{padding:10px!important}.admin-action-grid-v871{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.admin-action-tile-v871{min-height:0!important;padding:7px!important}.admin-action-tile-v871 svg{width:15px!important;height:15px!important}.admin-contrib-row-v892 strong,.admin-live-work-row-v892 strong{font-size:.86rem!important}.admin-v841-page .section-head svg{width:17px!important;height:17px!important}.result-review-card-v871{padding:10px!important}.result-versus-v871{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;align-items:center!important;display:grid!important}.result-versus-v871>b{writing-mode:horizontal-tb!important;justify-self:center!important}.result-versus-v871 strong{white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.profile-hero-compact{grid-template-columns:68px minmax(0,1fr)!important;gap:10px!important;padding:12px!important;display:grid!important}.profile-card-summary.compact{grid-column:1/-1!important;grid-template-columns:70px 1fr auto!important;align-items:center!important;display:grid!important}.profile-main-copy h1{font-size:1.65rem!important}.v80-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.profile-collapse-v895>summary{justify-content:space-between!important;align-items:center!important;gap:8px!important;display:flex!important}.profile-collapse-v895>summary strong{font-size:.9rem!important}.profile-collapse-v895>summary .eyebrow{font-size:.56rem!important}.career-summary-grid-v873:empty:after{content:"No archive rows found for this player yet.";color:#dcc8ad;padding:8px;display:block}.card-journey-row-v886>summary{grid-template-columns:1fr auto!important;align-items:center!important;gap:6px!important;display:grid!important}.card-journey-row-v886>summary em{opacity:.7;grid-column:1/-1;font-size:.62rem}.journey-stat-grid-v886{grid-template-columns:repeat(3,minmax(0,1fr))!important}.awards-rarity-v886 .badge-rarity-panel-v886:not([open]){padding:0!important}.badge-rarity-panel-v886>summary{cursor:pointer!important;list-style:none!important}.badge-rarity-panel-v886>summary::-webkit-details-marker{display:none}@media (width<=760px){:root{--mobile-card-pad:7px}.shell{gap:8px!important}.card,.notice,.error{padding:var(--mobile-card-pad)!important}.section-head,.section-head.compact,.section-head.tight-head,.compact-page-head{gap:6px!important;margin-bottom:7px!important}.section-head svg:not(h3 svg){width:15px!important;height:15px!important}.section-head h2,.section-head h3{margin:0!important}.section-head p{margin:.25rem 0 0!important}.hero,.compact-page-hero,.home-landing,.season-command-card-v859{min-height:0!important;padding:10px!important}.hero h1,.compact-page-hero h1,.season-command-card-v859 h1{font-size:1.32rem!important}.home-copy h1{font-size:1.46rem!important}.home-lede{margin:.45rem 0!important}.home-search{gap:5px!important;padding:7px!important}.home-search button{width:100%!important}.hero-actions.compact-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.clean-kicker{gap:5px!important}.clean-kicker .badge{margin:0!important}.home-poster-wrap,.compact-poster,.poster-action-card{height:88px!important;max-height:88px!important}.home-quick-panel{padding:8px!important}.home-shortcuts-compact{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.home-shortcuts-compact a{padding:8px!important}.home-site-pulse div{padding:7px!important}.mini-fire-report-home-v865{padding:8px!important}.mini-fire-report-home-v865 p{margin:.35rem 0!important}.mini-grid.two-col{gap:5px!important}.mini-stat{min-height:0!important;padding:6px 7px!important}.mini-stat span,.mini-stat small{font-size:.66rem!important}.hype-match{min-height:0!important;padding:7px!important}.hype-match span{font-size:.58rem!important}.hype-match strong{font-size:.78rem!important}.hype-match small{font-size:.64rem!important}.season-command-card-v859{display:block!important}.season-command-stats-v859{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;margin:8px 0!important}.season-command-stats-v859 div{padding:6px!important}.season-tabs-v859 button,.season-tab-link-v876{padding:6px 9px!important;font-size:.72rem!important}.ultra-week-episode-v897{padding:8px!important}.ultra-week-episode-v897 h2{font-size:1.02rem!important}.compact-episode-grid-v895{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;display:grid!important}.playoff-picture-grid-v897{grid-template-columns:1fr!important}.playoff-picture-match-v897{margin-bottom:5px!important;padding:6px!important}.playoff-picture-match-v897 strong{font-size:.74rem!important}.playoff-picture-match-v897 b{width:22px!important;height:22px!important}.draft-playoff-picture-v897{padding:8px!important}.fixture-week-section-v859{margin-top:9px!important}.week-title-v859{gap:6px!important;padding:6px!important}.week-picker-v865{gap:5px!important}.week-picker-v865 button,.week-picker-v865 a{padding:6px 9px!important}.fixture-card-grid-v859,.approved-grid-v865{gap:7px!important}.fixture-card-v859{padding:8px!important}.fixture-card-v859 .small{font-size:.62rem!important}.fixture-matchup-compact-v892{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr)!important}.fixture-team-v892 h3{font-size:.75rem!important}.fixture-team-v892 .badge{font-size:.55rem!important}.fixture-submit-link-v865{width:100%!important}.match-hype-top{gap:5px!important}.match-hype-top span:first-child{font-size:.68rem!important}.hype-copy-v885 strong{font-size:.82rem!important}.hype-copy-v885 p{font-size:.72rem!important;line-height:1.2!important}.pre-match-probability,.probability-panel{padding:7px!important}.approved-result-capsule-v893{grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr)!important}.official-story-v865{padding:6px!important}.official-story-v865 span{font-size:.7rem!important}.clubhouse-v888 .section-head.compact-page-head p{display:none}.club-scout-panel-v889>summary{grid-template-columns:1fr!important}.club-scout-panel-v889>summary .btn{width:100%!important}.club-scout-kpis-v889{grid-template-columns:repeat(3,minmax(0,1fr))!important}.club-scout-kpis-v889 span strong{font-size:.8rem!important}.clubhouse-summary-grid-v888{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}.clubhouse-summary-grid-v888 .card{padding:7px!important}.clubhouse-summary-grid-v888 h3{font-size:.75rem!important}.clubhouse-summary-grid-v888 p{font-size:.62rem!important}.club-mobile-meta-v889{grid-template-columns:repeat(2,minmax(0,1fr))!important}.club-mobile-meta-v889 button strong{font-size:.75rem!important}.club-mobile-meta-v889 button span,.club-mobile-meta-v889 button small{font-size:.62rem!important}.clubhouse-main-v888 .span-4,.clubhouse-main-v888 .span-8{grid-column:span 12!important}.club-list-v888 button{min-height:0!important;padding:7px!important}.club-profile-v888{display:none!important}.compare-v65 .compare-hero-v868{padding:8px!important}.compare-selectors-v868{grid-template-columns:1fr 1fr!important;padding:7px!important}.compare-selectors-v868 label{font-size:.6rem!important}.compare-selectors-v868 select{padding:6px!important;font-size:.66rem!important}.compare-selectors-v868 .btn{grid-column:1/-1}.compare-board-v868{padding:7px!important}.compare-header-tight{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important}.compare-head-tight{padding:5px!important}.compare-head-tight h3{font-size:.66rem!important}.compare-head-tight p{font-size:.55rem!important}.compare-row-tight{grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr)!important}.compare-row-tight strong{font-size:.68rem!important}.compare-row-tight span{font-size:.5rem!important}.standings-v859 .notice.compact{padding:6px!important}.table-wrap.mobile-scroll-safe-v859 th,.table-wrap.mobile-scroll-safe-v859 td{padding:6px 5px!important;font-size:.68rem!important}.table-wrap.mobile-scroll-safe-v859 td .small{font-size:.55rem!important}.table-wrap.mobile-scroll-safe-v859 th:nth-child(n+7),.table-wrap.mobile-scroll-safe-v859 td:nth-child(n+7){display:none!important}.live-elo-v859 .elo-mode-card-v859{padding:7px!important}.elo-controls.pro-controls{display:block!important}.elo-controls.pro-controls label{margin-bottom:5px!important}.truth-chart-v873{padding:6px!important}.chart-legend.fixed-legend{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important}.legend-item{padding:5px!important;font-size:.62rem!important}.players-v843 .card,.season-roster-v842 .card,.archive-season-grid .card{padding:8px!important}.season-roster-v842 .mini-grid,.season-roster-cards-v842{gap:6px!important}.season-roster-mini-v842{padding:6px!important}.season-roster-mini-v842 strong{font-size:.72rem!important}.season-roster-mini-v842 small{font-size:.58rem!important}.hall-tile,.hall-grid .card,.hall-of-flame .card{padding:8px!important}.mini-stat svg,.hall-icon{display:none!important}.mini-stat{display:block!important}.mini-stat strong{font-size:.74rem!important}.mini-stat span{font-size:.66rem!important}.hall-grid{gap:6px!important}.hall-grid .span-3{grid-column:span 6!important}.admin-action-grid-v871{grid-template-columns:repeat(2,minmax(0,1fr))!important}.admin-action-tile-v871 strong{font-size:.84rem!important}.admin-action-tile-v871 span{font-size:.62rem!important}.admin-work-locks-v892 h2,.official-lock-panel-v892 h2{font-size:1rem!important}.admin-live-work-list-v892,.admin-contrib-list-v892{gap:5px!important}.admin-live-work-row-v892,.admin-contrib-row-v892{padding:6px!important}.result-review-card-v871{grid-column:span 12!important}.result-versus-v871{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important}.result-versus-v871 span{font-size:.95rem!important}.approval-truth-preview-v890,.approval-receipt-v865{padding:8px!important}.approval-change-grid-v888{grid-template-columns:1fr!important;gap:5px!important}.profile-hero-compact{grid-template-columns:54px minmax(0,1fr)!important;padding:8px!important}.profile-avatar-large.compact{width:52px!important;height:52px!important}.profile-main-copy h1{letter-spacing:.09em!important;font-size:1.15rem!important}.profile-tags{gap:4px!important}.profile-card-summary.compact{grid-template-columns:44px 1fr auto!important;padding:6px!important}.profile-card-summary.compact strong{font-size:.95rem!important}.profile-mode-tabs-v865 button{padding:6px 9px!important}.v80-stat-grid{gap:5px!important}.v80-stat-tile{min-height:0!important;padding:6px!important}.v80-stat-tile strong{font-size:.88rem!important}.profile-collapse-v895>summary{padding:6px 7px!important}.card-journey-timeline-v886{gap:5px!important}.card-journey-row-v886{padding:0!important}.card-journey-row-v886>summary{padding:6px!important}.journey-stat-grid-v886 i{padding:5px!important;font-size:.62rem!important}.v80-timeline-row{padding:6px!important}.v80-timeline-row strong{font-size:.7rem!important}.v80-timeline-row small,.v80-timeline-row em{font-size:.58rem!important}.official-archive-v873 .table-card{overflow-x:auto!important}}.home-poster-wrap,.compact-poster,.poster-action-card{background:#050505!important;place-items:center!important;height:auto!important;min-height:96px!important;max-height:154px!important;display:grid!important;overflow:hidden!important}.global-image-modal{z-index:9999!important;overscroll-behavior:contain!important;touch-action:none!important;background:#000000eb!important;grid-template-rows:auto 1fr!important;display:grid!important;position:fixed!important;inset:0!important}.global-image-toolbar{background:#000000b8!important;border-bottom:1px solid #ff973638!important;align-items:center!important;gap:8px!important;padding:8px!important;display:flex!important}.global-image-toolbar a,.global-image-toolbar button{color:#ffe2bd!important;background:#ffffff14!important;border:1px solid #ff973640!important;border-radius:999px!important;padding:7px 10px!important;font-weight:900!important;text-decoration:none!important}.global-image-toolbar span{color:#d7bea0!important;margin-left:auto!important;font-size:.72rem!important}.global-image-stage{overscroll-behavior:contain!important;touch-action:none!important;place-items:center!important;padding:10px!important;display:grid!important;overflow:hidden!important}.global-image-stage img{object-fit:contain!important;background:#050505!important;border-radius:12px!important;width:auto!important;max-width:96vw!important;height:auto!important;max-height:82vh!important;display:block!important}.season-tabs-v859 button:nth-child(n),.season-tabs-v859 a{min-width:max-content!important}.draft-playoff-picture-v897{padding:10px!important}.draft-playoff-picture-v897 .section-head h2{font-size:clamp(1.25rem,4.2vw,2rem)!important;line-height:1.08!important}.playoff-picture-match-v897{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important;gap:5px!important;margin-bottom:6px!important;padding:7px!important}.playoff-picture-match-v897 strong{font-size:.78rem!important;line-height:1.08!important}.playoff-picture-match-v897 span{font-size:.58rem!important}.playoff-picture-match-v897 small{font-size:.61rem!important;line-height:1.15!important}.playoff-picture-match-v897 b{writing-mode:horizontal-tb!important;width:22px!important;height:22px!important;font-size:.5rem!important}@media (width<=720px){.playoff-picture-grid-v897{grid-template-columns:1fr!important}.home-poster-wrap,.compact-poster,.poster-action-card,.home-poster-wrap img,.compact-poster img,.poster-action-card img,img[src*=season-2-reignite]{max-height:132px!important}}.compare-v899{gap:9px!important;display:grid!important}.compare-hero-v899{justify-content:space-between!important;align-items:center!important;padding:9px 10px!important;display:flex!important}.compare-hero-v899 h1{margin:.1rem 0!important;font-size:1.35rem!important}.compare-hero-v899 p{margin:0!important;font-size:.78rem!important;line-height:1.24!important}.compare-selectors-v899{grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr) auto!important;align-items:end!important;gap:7px!important;padding:8px!important;display:grid!important}.compare-selectors-v899 label{color:#ffd277!important;text-transform:uppercase!important;letter-spacing:.08em!important;min-width:0!important;font-size:.66rem!important;font-weight:900!important}.compare-selectors-v899 select{border-radius:10px!important;width:100%!important;min-width:0!important;min-height:32px!important;padding:6px 8px!important;font-size:.74rem!important}.compare-select-vs-v899{color:#f6d18a!important;writing-mode:horizontal-tb!important;background:#ff8a2024!important;border:1px solid #ffba5a40!important;border-radius:999px!important;align-self:end!important;place-items:center!important;width:28px!important;height:28px!important;margin-bottom:2px!important;font-size:.56rem!important;font-weight:1000!important;display:grid!important}.compare-board-v899{gap:7px!important;padding:8px!important;display:grid!important}.matchup-strip-v899{background:#00000038!important;border:1px solid #ff973629!important;border-radius:13px!important;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr)!important;align-items:center!important;gap:6px!important;padding:7px!important;display:grid!important}.matchup-strip-v899>b{color:#f6d18a!important;writing-mode:horizontal-tb!important;background:#ff8a2024!important;border:1px solid #ffba5a40!important;border-radius:999px!important;place-items:center!important;width:24px!important;height:24px!important;font-size:.54rem!important;display:grid!important}.player-mini-v899{gap:1px!important;min-width:0!important;display:grid!important}.player-mini-v899 strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.84rem!important;line-height:1.05!important;overflow:hidden!important}.player-mini-v899 span{color:#d7bea0!important;font-size:.62rem!important}.player-mini-v899 a{color:#70f1cf!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.6rem!important;text-decoration:none!important}.compare-stat-table-v899{gap:5px!important;display:grid!important}.compare-row-v899{background:#ffffff09!important;border:1px solid #ffffff0f!important;border-radius:999px!important;grid-template-columns:minmax(0,1fr) 76px minmax(0,1fr)!important;align-items:center!important;gap:5px!important;min-height:0!important;padding:6px 8px!important;display:grid!important}.compare-row-v899 strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.78rem!important;overflow:hidden!important}.compare-row-v899 strong:first-child{text-align:left!important}.compare-row-v899 strong:last-child{text-align:right!important}.compare-row-v899 span{text-align:center!important;color:#ffd277!important;text-transform:uppercase!important;letter-spacing:.08em!important;white-space:nowrap!important;font-size:.55rem!important}.edge-note-v899{align-items:center!important;gap:7px!important;padding:7px!important;font-size:.76rem!important;display:flex!important}.compare-source-note-v899{padding:7px 9px!important;font-size:.74rem!important}@media (width<=560px){.compare-selectors-v899{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important}.compare-selectors-v899 .btn{grid-column:1/-1!important;min-height:28px!important}.compare-select-vs-v899{width:24px!important;height:24px!important}.matchup-strip-v899{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr)!important}.compare-row-v899{grid-template-columns:minmax(0,1fr) 58px minmax(0,1fr)!important;padding:5px 6px!important}.compare-row-v899 strong{font-size:.66rem!important}.compare-row-v899 span{font-size:.47rem!important}.player-mini-v899 strong{font-size:.68rem!important}.player-mini-v899 span{font-size:.54rem!important}.compare-hero-v899{display:none!important}}.rule-jump-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:7px!important;margin:8px 0!important;display:grid!important}.rule-jump-grid a{min-height:0!important;padding:8px 9px!important;font-size:.78rem!important}.rule-group{padding:0!important;overflow:hidden!important}.rule-summary-button{text-align:left!important;color:#ffe2bd!important;background:#0000002e!important;border:0!important;width:100%!important;padding:10px 12px!important;font-size:.88rem!important;font-weight:1000!important}.rule-group.open .rule-summary-button{color:#ffd277!important}.rule-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:8px!important;margin:0!important;padding:8px!important}.rule-item{border-radius:12px!important;padding:9px!important}.rule-item h3{font-size:.9rem!important}.rule-item p{font-size:.78rem!important;line-height:1.28!important}.formula-book-accordion-page-v899{gap:8px!important;display:grid!important}.formula-accordion-v899{padding:0!important;overflow:hidden!important}.formula-accordion-v899>summary{cursor:pointer!important;background:#0003!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:10px 12px!important;list-style:none!important;display:flex!important}.formula-accordion-v899>summary::-webkit-details-marker{display:none!important}.formula-accordion-v899>summary strong{align-items:center!important;gap:7px!important;font-size:.92rem!important;display:flex!important}.formula-accordion-v899>summary small{color:#d7bea0!important;margin-top:2px!important;font-size:.72rem!important;display:block!important}.formula-accordion-v899>summary em{color:#ffd277!important;font-size:.72rem!important;font-style:normal!important;font-weight:900!important}.formula-accordion-body-v899{gap:8px!important;padding:9px!important;display:grid!important}.formula-accordion-body-v899 p,.formula-accordion-body-v899 li{font-size:.8rem!important;line-height:1.28!important}.formula-callout{border-radius:12px!important;padding:8px!important}.formula-callout code{white-space:normal!important;font-size:.72rem!important}.formula-player-grid{gap:7px!important;display:grid!important}.formula-player{border-radius:12px!important;padding:8px!important}.formula-player summary{cursor:pointer!important;font-size:.76rem!important}.rivalry-story-card-v874 strong,.rivalry-story-card-v874 span,.rivalry-story-card-v874 small,.rivalry-story-card-v874 p,.v80-rivalry-row strong,.v80-rivalry-row span,.v80-rivalry-row small,.hype-match strong,.hype-match small{white-space:normal!important;text-overflow:clip!important;display:block!important;overflow:visible!important}.standings-scroll-lock-v910,.mobile-scroll-safe-v859{-webkit-overflow-scrolling:touch!important;overscroll-behavior-inline:contain!important;touch-action:pan-x pan-y!important;border-radius:14px!important;overflow:auto visible!important}.standings-scroll-lock-v910 table{border-collapse:separate!important;border-spacing:0!important;width:max-content!important;min-width:760px!important}.standings-scroll-lock-v910 th:first-child,.standings-scroll-lock-v910 td:first-child{z-index:3!important;background:#080a0cf5!important;width:36px!important;min-width:36px!important;position:sticky!important;left:0!important}.standings-scroll-lock-v910 th:nth-child(2),.standings-scroll-lock-v910 td:nth-child(2){z-index:3!important;background:#080a0cf5!important;min-width:190px!important;max-width:210px!important;position:sticky!important;left:36px!important}.standings-scroll-lock-v910 th,.standings-scroll-lock-v910 td{white-space:nowrap!important;padding:7px 9px!important}.table-scroll-hint-v910{color:#ffd277!important;text-transform:uppercase!important;letter-spacing:.12em!important;text-align:right!important;margin:2px 0 6px!important;font-size:.68rem!important}.compare-board-v910{gap:5px!important;padding:7px!important}.compare-board-v910 .matchup-strip-v899{display:none!important}.compare-open-links-v910{align-items:center!important;gap:7px!important;margin-left:auto!important;display:inline-flex!important}.compare-open-links-v910 a{text-transform:uppercase!important;letter-spacing:.08em!important;color:#70f1cf!important;white-space:nowrap!important;font-size:.58rem!important;font-weight:1000!important;text-decoration:none!important}.compare-selectors-v899{grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr) 76px!important;gap:5px!important;padding:7px!important}.compare-selectors-v899 label{font-size:.58rem!important}.compare-selectors-v899 select{text-overflow:ellipsis!important;min-height:30px!important;padding:5px 7px!important;font-size:.68rem!important}.compare-select-vs-v899{width:22px!important;height:22px!important;margin-bottom:4px!important;font-size:.48rem!important}.compare-stat-table-v899{gap:4px!important}.compare-row-v899{border-radius:12px!important;grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr)!important;padding:5px 7px!important}.compare-row-v899 strong{font-size:.72rem!important}.compare-row-v899 span{font-size:.49rem!important}.edge-note-v899{min-height:0!important;padding:6px 7px!important}.edge-note-v899 span:first-of-type{font-size:.74rem!important;line-height:1.2!important}@media (width<=560px){.compare-selectors-v899{grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr)!important}.compare-selectors-v899 .btn{grid-column:1/-1!important}.compare-row-v899{grid-template-columns:minmax(0,1fr) 54px minmax(0,1fr)!important;padding:5px 6px!important}.compare-row-v899 strong{font-size:.64rem!important}.compare-row-v899 span{font-size:.43rem!important}.compare-open-links-v910{display:none!important}}.profile-avatar-large.compact{background:linear-gradient(135deg,#ff83202e,#0a1418e0)!important}.home-poster-wrap,.compact-poster,.poster-action-card{aspect-ratio:3.6!important;background:#050505!important;height:auto!important;max-height:none!important;overflow:hidden!important}.home-poster-wrap img,.compact-poster img,.poster-action-card img,img[src*=season-2-reignite]{object-fit:contain!important;object-position:center!important;background:#050505!important;width:100%!important;height:100%!important;max-height:none!important}.poster-modal{z-index:9998!important;overscroll-behavior:contain!important;background:#000000f0!important;place-items:center!important;padding:12px!important;display:grid!important;position:fixed!important;inset:0!important}.poster-modal img{object-fit:contain!important;background:#050505!important;border-radius:12px!important;width:auto!important;max-width:96vw!important;height:auto!important;max-height:82vh!important}.poster-modal-close{z-index:10000!important;position:fixed!important;top:10px!important;right:10px!important}.draft-playoff-picture-v897 .section-head .badge{white-space:nowrap!important}.playoff-picture-match-v897{min-height:0!important}.playoff-picture-match-v897 div{min-width:0!important}.playoff-picture-match-v897 strong{white-space:nowrap!important;text-overflow:ellipsis!important;display:block!important;overflow:hidden!important}.playoff-picture-match-v897 small{white-space:normal!important;grid-column:1/-1!important}.card,.notice,.error{min-height:0!important}.card h1,.card h2,.card h3{overflow-wrap:normal!important;word-break:normal!important}@media (width<=600px){.shell{padding-left:12px!important;padding-right:12px!important}.card{border-radius:14px!important;padding:9px!important}.notice{border-radius:13px!important;padding:8px!important}h1{font-size:1.42rem!important;line-height:1.05!important}h2{font-size:1.08rem!important;line-height:1.08!important}h3{font-size:.92rem!important;line-height:1.1!important}p,.small,li,label,input,select,textarea{font-size:.76rem!important;line-height:1.23!important}.eyebrow{letter-spacing:.13em!important;font-size:.53rem!important}.btn,button{min-height:28px!important;padding:5px 8px!important;font-size:.7rem!important}}.home-poster-wrap,.compact-poster,.poster-action-card{aspect-ratio:16/4.2!important;background:#050505!important;place-items:center!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;display:grid!important;overflow:hidden!important}.home-poster-wrap img,.compact-poster img,.poster-action-card img,img.fegl-contain-poster,img[src*=season-2-reignite]{object-fit:contain!important;object-position:center!important;background:#050505!important;width:100%!important;height:100%!important;max-height:none!important;display:block!important}@media (width<=720px){.home-poster-wrap,.compact-poster,.poster-action-card{aspect-ratio:16/4.6!important}.home-poster-wrap img,.compact-poster img,.poster-action-card img,img[src*=season-2-reignite]{max-height:none!important}}.fixture-filter-bar-v920{background:#00000038;border:1px solid #ff973624;border-radius:16px;grid-template-columns:minmax(0,1.3fr) .7fr .8fr auto;align-items:end;gap:7px;margin:8px 0 12px;padding:8px;display:grid}.fixture-filter-bar-v920 label{color:#ffd277;text-transform:uppercase;letter-spacing:.06em;grid-template-columns:auto 1fr;align-items:center;gap:6px;font-size:.72rem;font-weight:900;display:grid}.fixture-filter-bar-v920 input,.fixture-filter-bar-v920 select{color:#ffe7c7;background:#00000059;border:1px solid #ff973633;border-radius:10px;min-height:34px;padding:6px 8px;font-size:.78rem}.fixture-filter-bar-v920 label input{grid-column:1/-1}.pressure-meter-v920{background:linear-gradient(135deg,#ff6a001a,#0000002e);border:1px solid #ffca6d2e;border-radius:14px;margin-top:8px;overflow:hidden}.pressure-meter-v920 summary{cursor:pointer;color:#ffe0b6;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.8rem;font-weight:1000;list-style:none;display:flex}.pressure-meter-v920 summary::-webkit-details-marker{display:none}.pressure-meter-v920 summary span{color:#ffd277;align-items:center;gap:5px;display:flex}.pressure-meter-v920 summary b{color:#70f1cf;text-align:right;font-size:.66rem}.pressure-grid-v920{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:8px;display:grid}.pressure-grid-v920 div{background:#0003;border:1px solid #ffffff12;border-radius:12px;padding:7px}.pressure-grid-v920 strong{color:#fff0d4;font-size:.72rem;display:block}.pressure-grid-v920 span{color:#d9c4a8;font-size:.66rem;line-height:1.25;display:block}.standings-scroll-lock-v910{-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important;max-width:100%!important;display:block!important;overflow-x:auto!important}.standings-scroll-lock-v910 table{border-collapse:collapse!important;width:max-content!important;min-width:820px!important}.standings-scroll-lock-v910 th,.standings-scroll-lock-v910 td{white-space:nowrap!important;display:table-cell!important}.standings-scroll-lock-v910 th:nth-child(n),.standings-scroll-lock-v910 td:nth-child(n){display:table-cell!important}.standings-scroll-lock-v910 th:first-child,.standings-scroll-lock-v910 td:first-child{z-index:2;background:#100c09!important;position:sticky!important;left:0!important}.standings-scroll-lock-v910 th:nth-child(2),.standings-scroll-lock-v910 td:nth-child(2){z-index:2;background:#100c09!important;position:sticky!important;left:38px!important}.table-scroll-hint-v910{color:#ffd277;text-align:right;text-transform:uppercase;letter-spacing:.12em;margin:3px 0;font-size:.7rem}.mobile-standing-cards-v920{display:none}.standing-mobile-row-v920{background:#00000038;border:1px solid #ff973626;border-radius:12px;margin:6px 0;padding:0}.standing-mobile-row-v920 summary{justify-content:space-between;gap:8px;padding:8px;list-style:none;display:flex}.standing-mobile-row-v920 summary::-webkit-details-marker{display:none}.standing-mobile-row-v920 strong{font-size:.82rem}.standing-mobile-row-v920 span,.standing-mobile-row-v920 div{color:#d7bea0;font-size:.72rem}.standing-mobile-row-v920 div{flex-wrap:wrap;gap:8px;padding:0 8px 8px;display:flex}@media (width<=640px){.fixture-filter-bar-v920{grid-template-columns:1fr 1fr}.fixture-filter-bar-v920 label{grid-column:1/-1}.pressure-grid-v920{grid-template-columns:1fr}.table-wrap.standings-scroll-lock-v910{max-height:none!important;display:block!important}.mobile-standing-cards-v920{gap:4px;margin-top:8px;display:grid}}.roster-main-v879 strong{font-size:.9rem!important}.rule-jump-grid{display:none!important}.rules-accordion.single-open-rules{gap:7px!important;display:grid!important}.rule-summary-button{padding:9px 11px!important}.rule-group:not(.open){max-height:42px!important}.rule-group:not(.open) .rule-list{display:none!important}.rule-list{grid-template-columns:1fr!important;display:grid!important}.sponsor-page-v920 .card{min-height:0!important}.owner-kpi-grid-v920{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:10px 0;display:grid}.owner-kpi-grid-v920 div{background:#00000038;border:1px solid #ff973629;border-radius:14px;gap:3px;padding:9px;display:grid}.owner-kpi-grid-v920 strong{font-size:1.35rem}.owner-kpi-grid-v920 span,.owner-mini-row-v920 span,.owner-admin-grid-v920 span,.owner-admin-grid-v920 small{color:#d7bea0;font-size:.72rem}.owner-mini-row-v920,.owner-admin-grid-v920 div{background:#ffffff09;border:1px solid #ffffff14;border-radius:12px;margin:5px 0;padding:8px}.owner-admin-grid-v920{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.rivalry-story-card-v874 strong{font-size:.88rem!important}.rivalry-story-card-v874 p{font-size:.76rem!important;line-height:1.28!important}.rivalry-story-card-v874{padding:8px!important}.archive-ignite-hero,.Season1Archive .card{min-height:0!important}@media (width<=720px){.owner-kpi-grid-v920,.owner-admin-grid-v920{grid-template-columns:1fr 1fr}.active-roster-card-v879{grid-template-columns:32px minmax(0,1fr) auto!important}.seed-pill-v879{width:30px!important;height:30px!important;font-size:.7rem!important}}.profile-archive-card-list-v920{gap:7px;display:grid}.profile-archive-card-list-v920>div{background:#00000038;border:1px solid #ff973624;border-radius:13px;padding:8px}.profile-archive-card-list-v920 strong{color:#fff0d4;font-size:.9rem;display:block}.profile-archive-card-list-v920 span,.profile-archive-card-list-v920 small{color:#d7bea0;font-size:.72rem;display:block}.profile-archive-card-list-v920 .total-row-v873{background:#ff8f1f1a}.home-poster-wrap,.compact-poster,.poster-action-card,.contained-media-card-v923{aspect-ratio:16/5.2!important;background:#050505!important;place-items:center!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;display:grid!important;overflow:hidden!important}.home-poster-wrap img,.compact-poster img,.poster-action-card img,.contained-media-card-v923 img,img.fegl-contain-poster,img[src*=season-2-reignite]{object-fit:contain!important;object-position:center!important;background:#050505!important;width:100%!important;height:100%!important;max-height:260px!important;display:block!important}@media (width<=720px){.home-poster-wrap,.compact-poster,.poster-action-card,.contained-media-card-v923{aspect-ratio:16/5.8!important}.home-poster-wrap img,.compact-poster img,.poster-action-card img,.contained-media-card-v923 img,img.fegl-contain-poster,img[src*=season-2-reignite]{max-height:190px!important}}.poster-modal{display:none!important}.global-image-modal.pinch-ready{overscroll-behavior:contain!important}.global-image-stage img{object-fit:contain!important;background:#050505!important}.fixture-card-v859{display:block!important}.fixture-submit-link-v865{margin-top:8px!important;display:inline-flex!important}.approval-receipt-public-v923{background:#0003;border:1px solid #70f1cf2e;border-radius:12px;margin-top:8px;overflow:hidden}.approval-receipt-public-v923 summary{cursor:pointer;color:#70f1cf;text-transform:uppercase;letter-spacing:.08em;padding:7px 9px;font-size:.72rem;font-weight:1000;list-style:none}.approval-receipt-public-v923 summary::-webkit-details-marker{display:none}.approval-receipt-public-v923 div{gap:4px;padding:0 9px 9px;display:grid}.approval-receipt-public-v923 span{color:#d7bea0;font-size:.7rem;line-height:1.25}.pressure-meter-v920{border-color:#ffc5533d!important;margin-top:8px!important}.pressure-meter-v920 summary{min-height:34px!important}.pressure-grid-truth-v923 div{min-height:0!important}.pressure-grid-truth-v923 strong{font-size:.76rem!important}.pressure-grid-truth-v923 span{font-size:.68rem!important}.mobile-standing-cards-v923{display:none}@media (width<=700px){.mobile-standing-cards-v923{gap:5px;margin:8px 0 10px!important;display:grid!important}.standings-v859 .table-scroll-hint-v910,.standings-v859 .standings-scroll-lock-v910{display:none!important}.standings-v859 .standings-scroll-lock-v910.show-mobile-full-table-v923{-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important;max-width:100%!important;display:block!important;overflow-x:auto!important}.standings-v859 .standings-scroll-lock-v910.show-mobile-full-table-v923+.mobile-standing-cards-v923{display:none!important}.standings-v859 .standings-scroll-lock-v910 table{width:max-content!important;min-width:860px!important}.standing-mobile-row-v920{min-height:0!important}.standing-mobile-row-v920 summary{align-items:center!important;padding:7px 8px!important}.standing-mobile-row-v920 strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.78rem!important}.standing-mobile-row-v920 summary span{text-align:right;white-space:nowrap;font-size:.68rem!important}}.active-roster-card-v879{border-radius:13px!important;grid-template-columns:34px minmax(0,1fr) auto!important;min-height:0!important;padding:7px 9px!important}.active-roster-card-v879 .roster-main-v879 strong{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.82rem!important;display:block!important;overflow:hidden!important}.active-roster-card-v879 .roster-main-v879 span,.active-roster-card-v879 .roster-main-v879 em{font-size:.62rem!important;line-height:1.2!important}.active-roster-card-v879 .roster-metrics-v879 b{font-size:.92rem!important}.active-roster-card-v879 .roster-metrics-v879 span{font-size:.58rem!important}.profile-archive-card-list-v920>div{min-height:0!important;padding:7px 8px!important}.profile-truth-accordion-v923,.profile-archive-summary-v923{background:#0003;border:1px solid #ff973626;border-radius:14px;margin-top:8px;padding:8px}.profile-truth-accordion-v923 summary,.profile-archive-summary-v923 summary{cursor:pointer;color:#ffd277;font-weight:1000;list-style:none}.profile-truth-accordion-v923 summary::-webkit-details-marker{display:none}.profile-archive-summary-v923 summary::-webkit-details-marker{display:none}.club-index-link-v923{color:#fff0d4!important;background:#0003!important;border:1px solid #ff973624!important;border-radius:13px!important;gap:3px!important;min-height:0!important;padding:8px!important;text-decoration:none!important;display:grid!important}.club-index-link-v923 strong{font-size:.85rem!important}.club-index-link-v923 span,.club-index-link-v923 small{color:#d7bea0!important;font-size:.68rem!important}.club-index-link-v923 em{font-style:normal;color:#70f1cf!important;font-size:.67rem!important;font-weight:1000!important}.club-index-link-v923.active{background:#70f1cf0f!important;border-color:#70f1cf59!important}.club-mobile-meta-v889 a{min-height:0!important;padding:8px!important}.rules-accordion.single-open-rules{gap:6px!important}.rule-group{min-height:0!important}.rule-group:not(.open){height:auto!important;max-height:42px!important;overflow:hidden!important}.archive-season-card-v923,.archive-player-card-v923{background:#00000038;border:1px solid #ff973626;border-radius:14px;margin:7px 0;padding:8px;min-height:0!important}.archive-season-card-v923 summary,.archive-player-card-v923 summary{cursor:pointer;color:#ffd277;font-weight:1000;list-style:none}.archive-season-card-v923 summary::-webkit-details-marker{display:none}.archive-player-card-v923 summary::-webkit-details-marker{display:none}.owner-control-card-v923 .compact-action-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.owner-control-card-v923 .btn{justify-content:center!important}.sponsor-page-v920 .btn,.owner-hub-v920 .btn{cursor:pointer!important}@media (width<=520px){.owner-control-card-v923 .compact-action-row{grid-template-columns:1fr!important}}.mobile-menu-toggle-v924{display:none!important}.status-collapse-toggle-v924{color:#fff3df;background:0 0;border:0;align-items:center;gap:6px;font-weight:900;display:inline-flex;min-height:0!important;padding:0!important}.status-expanded-v924{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.home-poster-wrap,.compact-poster,.poster-action-card{aspect-ratio:16/7!important;background:#050505!important;place-items:center!important;height:auto!important;min-height:0!important;max-height:none!important;display:grid!important;overflow:hidden!important}.home-poster-wrap img,.compact-poster img,.poster-action-card img,.fegl-contain-poster,img[src*=season-2-reignite]{object-fit:contain!important;object-position:center!important;background:#050505!important;width:100%!important;height:100%!important}.poster-download-btn{z-index:3!important;color:#fff!important;background:#0000009e!important;border:1px solid #ffc2736b!important;border-radius:999px!important;min-height:30px!important;padding:7px 10px!important;position:absolute!important;top:10px!important;right:10px!important}.standings-mobile-table-v924{background:#00000038;border:1px solid #ff8f1f38;border-radius:22px;overflow:hidden}.standings-header-v924,.standing-row-v924>summary{border-bottom:1px solid #ff8f1f24;grid-template-columns:34px minmax(0,1fr) 42px 70px 54px;align-items:center;gap:8px;padding:11px 13px;display:grid}.standings-header-v924{font-family:var(--ui);text-transform:uppercase;letter-spacing:.12em;color:var(--gold);background:#ff8f1f0e;font-size:.72rem}.standing-row-v924{border-bottom:1px solid #ff8f1f14}.standing-row-v924>summary{cursor:pointer;min-height:48px;list-style:none}.standing-row-v924>summary::-webkit-details-marker{display:none}.standing-row-v924 strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.98rem;overflow:hidden}.standing-row-v924 strong a{color:#fff;text-decoration:none}.standing-row-v924 em{color:var(--muted);margin-top:2px;font-size:.7rem;font-style:normal;display:block}.standing-row-v924 b{text-align:right;color:#ffe0b0}.standing-expanded-v924{background:#ffffff09;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:9px 13px 12px;display:grid}.standing-expanded-v924 span{text-align:center;color:#f7d7ad;border:1px solid #ff8f1f29;border-radius:11px;padding:7px 8px;font-size:.82rem}.standings-v924 .table-wrap,.standings-v924 .table-scroll-hint-v910,.standings-v924 .mobile-standing-cards-v923{display:none!important}.match-intel-truth-v924{background:linear-gradient(135deg,#ff6a001f,#00000038)!important;border-color:#ffc96b61!important}.match-intel-truth-v924 summary{justify-content:space-between;align-items:center;gap:8px;display:flex}.match-intel-truth-v924 .pressure-grid-v920{grid-template-columns:1fr!important}.match-intel-truth-v924 .pressure-grid-v920 div{padding:10px!important}.match-intel-truth-v924 strong{color:#ffe3b2}.hype-copy-v885 p{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}.match-hype-top span:first-child{letter-spacing:.16em;text-transform:uppercase;color:#ffd17f;font-size:.86rem!important}.active-roster-card-v879{grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;min-height:0!important;padding:9px 10px!important;display:grid!important}.active-roster-card-v879 .roster-avatar-v888{width:34px!important;height:34px!important}.seed-pill-v879{place-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;display:grid!important}.roster-main-v879 strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.95rem!important}.roster-main-v879 span,.roster-main-v879 em{font-size:.68rem!important}.roster-metrics-v879 span{font-size:.66rem!important}.sort-chip-row-v860{gap:6px!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.sort-chip-row-v860 button{white-space:nowrap!important;min-height:34px!important;padding:6px 9px!important;font-size:.78rem!important}.club-index-link-v923,.club-scout-panel-v889,.club-profile-v888{scroll-margin-top:92px}.clubhouse-filter-panel-v890{padding:8px!important}.clubhouse-summary-grid-v888 .card{padding:10px!important}.club-list-v888 a,.club-mobile-meta-v889 a{min-height:0!important;padding:8px!important}.club-scout-kpis-v889{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}.club-scout-kpis-v889 span{min-height:0!important;padding:8px!important}.club-scout-kpis-v889 strong{font-size:1rem!important}.owner-control-card-v923 .compact-action-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;display:grid!important}.owner-control-card-v923 button,.owner-control-card-v923 a{justify-content:center;width:100%}.notice.compact{overflow-wrap:anywhere}.fixture-filter-bar-v920{grid-template-columns:minmax(0,1.3fr) minmax(0,.85fr) minmax(0,.85fr) auto!important;gap:8px!important;display:grid!important}.fixture-filter-bar-v920 label{align-items:center!important;gap:7px!important;display:flex!important}.fixture-filter-bar-v920 input,.fixture-filter-bar-v920 select{min-width:0!important}.pending-results-accordion-v865[hidden],.approved-results-accordion-v865[hidden]{display:none!important}@media (width<=820px){.nav-wrap.pro-nav{gap:6px!important;padding:7px 10px!important}.nav-topline{gap:8px;width:100%;justify-content:space-between!important;align-items:center!important;display:flex!important}.brand-full{min-width:0}.brand-title strong{letter-spacing:.18em;font-size:1.08rem!important}.brand-title em{font-size:.62rem!important}.brand-logo-mini{width:31px!important;height:31px!important}.mobile-menu-toggle-v924{display:inline-flex!important}.nav-groups{display:none!important}.nav-groups.mobile-open-v924{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;padding:8px 0 3px!important;display:grid!important;overflow:visible!important}.nav-groups.mobile-open-v924 .home-link{grid-column:1/-1!important}.nav-menu{position:static!important}.nav-summary{justify-content:center!important;width:100%!important;min-height:34px!important;padding:8px 9px!important;font-size:.78rem!important}.nav-menu-panel{z-index:400!important;min-width:0!important;max-height:70vh!important;position:fixed!important;top:74px!important;left:10px!important;right:10px!important;overflow:auto!important;transform:none!important}.nav-right-actions{gap:6px!important}.nav-search.compact-search{place-items:center!important;width:34px!important;height:34px!important;min-height:34px!important;padding:0!important;display:grid!important}.account-status-strip{border-radius:14px!important;gap:6px!important;margin:0 10px 6px!important;padding:6px 8px!important}.account-status-strip.collapsed-v924 .status-expanded-v924{display:none!important}.account-status-strip.open-v924 .status-expanded-v924{display:flex!important}.status-collapse-toggle-v924{font-size:.78rem!important}.status-expanded-v924 a,.status-expanded-v924 button{min-height:28px!important;padding:5px 7px!important;font-size:.72rem!important}.shell{padding-top:8px!important}.home-landing{gap:10px!important;padding:10px!important}.home-poster-wrap,.compact-poster,.poster-action-card{aspect-ratio:16/6.5!important;height:auto!important;max-height:none!important}.standings-header-v924,.standing-row-v924>summary{grid-template-columns:26px minmax(0,1fr) 34px 58px 44px!important;gap:5px!important;padding:9px 8px!important}.standings-header-v924{font-size:.58rem!important}.standing-row-v924 strong{font-size:.82rem!important}.standing-row-v924 em{font-size:.58rem!important}.standing-row-v924 span,.standing-row-v924 b{font-size:.74rem!important}.standing-expanded-v924{grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:7px!important}.standing-expanded-v924 span{padding:6px!important;font-size:.7rem!important}.fixture-filter-bar-v920{grid-template-columns:1fr 1fr!important}.fixture-filter-bar-v920 label,.fixture-filter-bar-v920 button{grid-column:1/-1!important}.club-scout-kpis-v889{grid-template-columns:repeat(2,minmax(0,1fr))!important}.owner-control-card-v923 .compact-action-row{grid-template-columns:1fr 1fr!important}.active-roster-card-v879{grid-template-columns:36px minmax(0,1fr) auto!important;padding:8px!important}.roster-metrics-v879{text-align:right;min-width:70px!important}.roster-metrics-v879 b{font-size:.95rem!important}.compact-page-hero{padding:10px!important}.compact-page-hero h1{font-size:1.45rem!important}.home-shortcuts-compact,.home-site-pulse{margin-top:8px!important}}@media (width<=430px){.home-poster-wrap,.compact-poster,.poster-action-card{aspect-ratio:16/7!important}.poster-download-btn{padding:5px 7px!important;font-size:.66rem!important}.owner-control-card-v923 .compact-action-row{grid-template-columns:1fr!important}.nav-groups.mobile-open-v924{grid-template-columns:1fr 1fr!important}.clubhouse-summary-grid-v888{display:none!important}}.home-poster-wrap.poster-action-card,.home-poster-wrap.compact-poster,.home-poster-wrap,.poster-action-card{aspect-ratio:auto!important;background:#050505!important;height:auto!important;min-height:0!important;max-height:none!important;padding:10px!important;display:block!important;overflow:visible!important}.home-poster-wrap.poster-action-card img,.home-poster-wrap.compact-poster img,.home-poster-wrap img,.poster-action-card img,img.fegl-contain-poster,img[src*=season-2-reignite]{object-fit:contain!important;object-position:center!important;background:#050505!important;border-radius:18px!important;width:100%!important;height:auto!important;max-height:none!important;display:block!important}.poster-download-btn{justify-content:center!important;align-items:center!important;gap:6px!important;width:max-content!important;min-height:34px!important;margin:0 0 8px auto!important;display:flex!important;position:static!important}@media (width<=760px){.home-poster-wrap.poster-action-card,.home-poster-wrap.compact-poster,.home-poster-wrap,.poster-action-card{aspect-ratio:auto!important;max-height:none!important;padding:8px!important}.home-poster-wrap.poster-action-card img,.home-poster-wrap.compact-poster img,.home-poster-wrap img,.poster-action-card img,img.fegl-contain-poster,img[src*=season-2-reignite]{height:auto!important;max-height:none!important}}.nav-groups.mobile-open-v924 .nav-summary{cursor:pointer!important;pointer-events:auto!important}.nav-groups.mobile-open-v924 .nav-menu-panel{display:none!important}.nav-menu-scrim{pointer-events:none!important}.standings-mobile-table-v924,.standing-row-v924,.standings-header-v924,.standing-expanded-v924{display:none!important}.table-scroll-hint-v925{font-family:var(--ui);text-transform:uppercase;letter-spacing:.18em;color:#ffd27b;text-align:right;margin:8px 2px 6px;font-size:12px;font-weight:900}.standings-table-scroll-v925{-webkit-overflow-scrolling:touch;background:#0000003d;border:1px solid #ff8f1f3d;border-radius:22px;width:100%;overflow-y:hidden;overflow-x:auto!important}.standings-full-table-v925{border-collapse:separate;border-spacing:0;width:100%;min-width:920px;font-size:14px!important}.standings-full-table-v925 th,.standings-full-table-v925 td{white-space:nowrap;text-align:center;border-bottom:1px solid #ff8f1f1f;padding:12px 13px}.standings-full-table-v925 th{font-family:var(--ui);letter-spacing:.16em;text-transform:uppercase;color:#ffd37c;z-index:4;background:#00000085;font-size:11px;position:sticky;top:0}.standings-full-table-v925 th:first-child,.standings-full-table-v925 td:first-child{z-index:3;text-align:left;background:#080708fa;min-width:44px;position:sticky;left:0}.standings-full-table-v925 th:nth-child(2),.standings-full-table-v925 td:nth-child(2){z-index:3;text-align:left;background:#080708fa;min-width:210px;max-width:260px;position:sticky;left:44px}.standings-full-table-v925 td:nth-child(2) a{color:#fff;text-overflow:ellipsis;max-width:210px;font-weight:1000;text-decoration:none;display:block;overflow:hidden}.standings-full-table-v925 td:nth-child(2) em{color:var(--muted);margin-top:2px;font-size:11px;font-style:normal;display:block}.standings-full-table-v925 td strong{color:#fff1bf;font-size:1.04em}@media (width<=760px){.standings-full-table-v925{min-width:860px;font-size:13px!important}.standings-full-table-v925 th,.standings-full-table-v925 td{padding:10px 11px}.standings-full-table-v925 th:nth-child(2),.standings-full-table-v925 td:nth-child(2){min-width:178px;max-width:178px;left:38px}.standings-full-table-v925 th:first-child,.standings-full-table-v925 td:first-child{min-width:38px}.standings-full-table-v925 td:nth-child(2) a{max-width:160px}}.hype-match-v925{align-items:start!important;gap:8px!important;display:grid!important}.hype-stage-v925{font-family:var(--ui)!important;text-transform:uppercase!important;letter-spacing:.14em!important;color:#ffd37c!important;font-size:.72rem!important}.hype-title-v925{color:#fff!important;font-size:clamp(1rem,2.4vw,1.25rem)!important;line-height:1.2!important;display:block!important}.hype-title-v925 b{color:#ffd37c!important;margin:0 5px!important;font-size:.8em!important}.hype-forecast-row-v925{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.hype-forecast-row-v925 em{color:#90ffe8!important;white-space:normal!important;background:#00000038!important;border:1px solid #45e7c740!important;border-radius:13px!important;padding:7px 9px!important;font-size:.78rem!important;font-style:normal!important;line-height:1.25!important}@media (width<=520px){.hype-forecast-row-v925{grid-template-columns:1fr!important}.hype-title-v925{font-size:.95rem!important}}.nav-wrap.pro-nav .nav-groups.mobile-open-v924{z-index:250!important;background:#050404f7!important;border:1px solid #ff8f1f40!important;border-radius:24px!important;grid-template-columns:repeat(3,minmax(190px,1fr))!important;gap:12px!important;width:min(1120px,100vw - 34px)!important;margin:8px auto 0!important;padding:14px!important;display:grid!important;box-shadow:0 24px 70px #0000008c!important}.nav-groups.mobile-open-v924>.home-link{grid-column:1/-1!important;justify-content:center!important}.nav-drawer-section-v927{background:#ffffff09;border:1px solid #ff8f1f33;border-radius:18px;gap:8px;padding:10px;display:grid}.nav-drawer-section-v927 h4{color:#ffd38a;font-family:var(--ui);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin:0;font-size:.78rem;display:flex}.nav-drawer-section-v927>div{gap:6px;display:grid}.nav-drawer-section-v927 a{color:#fff2dd;background:#00000038;border:1px solid #ff8f1f24;border-radius:12px;align-items:center;gap:8px;padding:8px 9px;text-decoration:none;display:flex}.nav-drawer-section-v927 a:hover,.nav-drawer-section-v927 a.active{background:linear-gradient(135deg,#ff6a0052,#00000057)}.nav-profile-button-v927{cursor:pointer;background:#00000059;border:1px solid #ff8f1f47}.account-drawer-v927{z-index:700;background:#070504f7;border:1px solid #ff8f1f4d;border-radius:20px;gap:8px;width:min(330px,100vw - 28px);padding:12px;display:grid;position:fixed;top:78px;right:18px;box-shadow:0 24px 70px #0000009e}.account-drawer-v927 div:first-child{background:#ff8f1f14;border-radius:14px;gap:3px;padding:10px;display:grid}.account-drawer-v927 strong{color:#ffd38a}.account-drawer-v927 span{color:#d8c0a0;font-size:.82rem}.account-drawer-v927 a{color:#fff;background:#ffffff09;border:1px solid #ff8f1f29;border-radius:13px;padding:10px 11px;text-decoration:none}.account-drawer-v927 a:hover{background:#ff6a0038}.home-poster-wrap,.compact-poster,.poster-action-card{aspect-ratio:auto!important;background:#030303!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.home-poster-wrap img,.compact-poster img,.poster-action-card img,.fegl-contain-poster,img[src*=season-2-reignite]{object-fit:contain!important;object-position:center!important;background:#030303!important;border-radius:18px!important;width:100%!important;height:auto!important;max-height:min(520px,70vh)!important}.poster-download-btn{z-index:3!important;position:absolute!important;top:12px!important;right:12px!important}.fixture-intel-detail-v927{background:#00000038;border:1px solid #ffc15d3d;border-radius:18px;margin-top:8px;overflow:hidden}.fixture-intel-detail-v927>summary{cursor:pointer;font-family:var(--ui);color:#ffd38a;justify-content:space-between;align-items:center;gap:10px;padding:11px 13px;font-weight:900;list-style:none;display:flex}.fixture-intel-detail-v927>summary::-webkit-details-marker{display:none}.fixture-intel-detail-v927>summary span{font-family:var(--body);color:#6ff0d5;font-size:.78rem}.fixture-intel-detail-v927[open]>summary{border-bottom:1px solid #ffc15d29}.fixture-intel-detail-v927 .match-hype-card,.fixture-intel-detail-v927 .prematch-odds{background:0 0!important;border:0!important;margin:0!important}.pressure-meter-v920.match-intel-truth-v924{margin-top:8px!important}.pressure-meter-v920.match-intel-truth-v924:not([open]){padding:0!important}.pressure-meter-v920.match-intel-truth-v924>summary{cursor:pointer}.compare-reset-toast-v927{margin:10px 0!important}.hr-journey-collapse-v927>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.hr-journey-collapse-v927>summary::-webkit-details-marker{display:none}.hr-journey-collapse-v927>summary span{color:#70f0d4;font-weight:900}.mobile-first-form,.form-section-grid-v843,.v826-flow-grid{grid-template-columns:1fr!important}.mobile-first-form label,.form-section-grid-v843 label,.v826-flow-grid label{min-width:0!important}.mobile-first-form input,.mobile-first-form select,.mobile-first-form textarea,.form-section-grid-v843 input,.form-section-grid-v843 select,.form-section-grid-v843 textarea,.v826-flow-grid input,.v826-flow-grid select,.v826-flow-grid textarea{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.sticky-save-v843{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#060504eb;position:sticky;bottom:8px;border-radius:18px!important;padding:10px!important}.fegl-compliance-footer-v927{color:#d8c0a0;text-align:center;background:#00000047;border:1px solid #ff8f1f2e;border-radius:18px;max-width:1180px;margin:18px auto 24px;padding:14px 18px;font-size:.82rem}.fegl-compliance-footer-v927 p{color:#ffd38a;margin:0 0 4px;font-weight:900}.fegl-compliance-footer-v927 small{line-height:1.35;display:block}.compliance-note-v927{color:#ead0aa;background:#ff8f1f0f;border:1px solid #ff8f1f38;border-radius:16px;margin-top:14px;padding:12px}.table-scroll-hint-v925{display:none!important}@media (width<=900px){.table-scroll-hint-v925{display:block!important}.nav-wrap.pro-nav .nav-groups.mobile-open-v924{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:calc(100vw - 20px)!important;padding:10px!important}.nav-drawer-section-v927 h4{font-size:.7rem}.nav-drawer-section-v927 a{padding:8px;font-size:.82rem}.home-poster-wrap img,.compact-poster img,.poster-action-card img,.fegl-contain-poster{max-height:52vh!important}.standings-full-table-v925 th:nth-child(2),.standings-full-table-v925 td:nth-child(2){min-width:142px!important;max-width:142px!important;left:34px!important}.standings-full-table-v925 td:nth-child(2) a{max-width:122px!important}.standings-full-table-v925 th:first-child,.standings-full-table-v925 td:first-child{min-width:34px!important}.standings-full-table-v925{min-width:820px!important}.standings-full-table-v925 th,.standings-full-table-v925 td{padding:10px 9px!important}}@media (width<=520px){.nav-wrap.pro-nav .nav-groups.mobile-open-v924{grid-template-columns:1fr!important}.account-drawer-v927{top:70px;right:10px}.home-poster-wrap img,.compact-poster img,.poster-action-card img,.fegl-contain-poster{max-height:none!important}.home-poster-wrap,.compact-poster,.poster-action-card{padding:8px!important}.poster-download-btn{justify-self:end!important;margin:0 0 8px!important;position:static!important}.fixture-intel-detail-v927>summary{font-size:.84rem}.standings-full-table-v925 th:nth-child(2),.standings-full-table-v925 td:nth-child(2){min-width:130px!important;max-width:130px!important}.standings-full-table-v925 td:nth-child(2) a{max-width:110px!important}}.nav-wrap.pro-nav .nav-groups{display:none!important}.nav-drawer-v928{z-index:850;background:#050404fa;border:1px solid #ff8f1f52;border-radius:24px;gap:9px;width:min(420px,100vw - 28px);max-height:calc(100vh - 96px);padding:12px;display:grid;position:fixed;top:78px;right:18px;overflow:auto;box-shadow:0 26px 84px #000000ad}.nav-drawer-home-v928,.nav-accordion-head-v928,.nav-accordion-links-v928 a{color:#fff4e2;background:#ffffff09;border:1px solid #ff8f1f2e;border-radius:14px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-weight:900;text-decoration:none;display:flex}.nav-drawer-home-v928{background:linear-gradient(135deg,#ff6a0033,#0000004d);justify-content:center}.nav-accordion-section-v928{background:#ff8f1f0b;border:1px solid #ff8f1f33;border-radius:18px;overflow:hidden}.nav-accordion-head-v928{cursor:pointer;text-transform:uppercase;letter-spacing:.16em;color:#ffd789;background:0 0;border:0;border-radius:0;justify-content:space-between;font-size:.78rem}.nav-accordion-head-v928 span{margin-right:auto}.nav-accordion-section-v928.open .nav-accordion-head-v928{background:#ff6a0021}.nav-accordion-links-v928{gap:6px;padding:8px;display:grid}.nav-accordion-links-v928 a{background:#00000052;justify-content:flex-start;font-size:.92rem}.nav-accordion-links-v928 a:hover,.nav-accordion-links-v928 a.active{background:#ff6a0033}.nav-menu-scrim{z-index:760;color:#0000;background:#00000040;border:0;position:fixed;inset:0}.nav-drawer-v928{z-index:870}.account-drawer-v927{z-index:920!important}.top-bell-drawer-v844{z-index:930!important}@media (width>=901px){.mobile-menu-toggle-v924{display:grid!important}.nav-drawer-v928{width:min(460px,42vw);top:86px;right:28px}.table-scroll-hint-v925{display:none!important}}@media (width<=560px){.nav-drawer-v928{border-radius:20px;width:auto;max-height:calc(100vh - 82px);top:68px;left:10px;right:10px}.nav-accordion-links-v928 a{min-height:42px}.nav-accordion-head-v928{min-height:44px}}.standings-table-scroll-v925{-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;border-radius:20px!important;overflow:auto hidden!important}.standings-full-table-v925{table-layout:fixed!important;border-collapse:separate!important;border-spacing:0!important;width:max-content!important;min-width:760px!important}.standings-full-table-v925 th,.standings-full-table-v925 td{box-sizing:border-box!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}.standings-full-table-v925 th:first-child,.standings-full-table-v925 td:first-child{z-index:7!important;width:34px!important;min-width:34px!important;max-width:34px!important;left:0!important}.standings-full-table-v925 th:nth-child(2),.standings-full-table-v925 td:nth-child(2){z-index:7!important;background:#070707!important;width:150px!important;min-width:150px!important;max-width:150px!important;left:34px!important}.standings-full-table-v925 th:nth-child(3),.standings-full-table-v925 td:nth-child(3),.standings-full-table-v925 th:nth-child(4),.standings-full-table-v925 td:nth-child(4),.standings-full-table-v925 th:nth-child(5),.standings-full-table-v925 td:nth-child(5),.standings-full-table-v925 th:nth-child(6),.standings-full-table-v925 td:nth-child(6){width:46px!important;min-width:46px!important;max-width:46px!important}.standings-full-table-v925 th:nth-child(7),.standings-full-table-v925 td:nth-child(7),.standings-full-table-v925 th:nth-child(8),.standings-full-table-v925 td:nth-child(8),.standings-full-table-v925 th:nth-child(9),.standings-full-table-v925 td:nth-child(9),.standings-full-table-v925 th:nth-child(10),.standings-full-table-v925 td:nth-child(10){width:58px!important;min-width:58px!important;max-width:58px!important}.standings-full-table-v925 th:nth-child(11),.standings-full-table-v925 td:nth-child(11){width:78px!important;min-width:78px!important;max-width:78px!important}.standings-full-table-v925 th:nth-child(12),.standings-full-table-v925 td:nth-child(12){width:126px!important;min-width:126px!important;max-width:126px!important}.standings-full-table-v925 td:nth-child(2) a{text-overflow:ellipsis!important;max-width:126px!important;display:block!important;overflow:hidden!important}@media (width<=600px){.standings-full-table-v925{min-width:720px!important}.standings-full-table-v925 th:first-child,.standings-full-table-v925 td:first-child{width:30px!important;min-width:30px!important;max-width:30px!important}.standings-full-table-v925 th:nth-child(2),.standings-full-table-v925 td:nth-child(2){width:126px!important;min-width:126px!important;max-width:126px!important;left:30px!important}.standings-full-table-v925 td:nth-child(2) a{max-width:104px!important;font-size:.82rem!important}.standings-full-table-v925 td:nth-child(2) em{font-size:.58rem!important}.standings-full-table-v925 th,.standings-full-table-v925 td{padding:9px 7px!important}.standings-note-v859 span{font-size:.86rem!important}}.active-roster-card-v879{border-radius:16px!important;grid-template-columns:34px minmax(0,1fr) 82px!important;align-items:center!important;gap:8px!important;min-height:64px!important;padding:8px 10px!important;display:grid!important}.active-roster-card-v879 .seed-pill-v879{width:32px!important;min-width:32px!important;height:32px!important;font-size:.72rem!important}.active-roster-card-v879 .roster-avatar-v888,.season-status-badge-v882{display:none!important}.roster-main-v879 strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:.88rem!important;line-height:1.05!important}.roster-main-v879 span{font-size:.62rem!important}.claim-badge-v879{width:max-content!important;margin-top:2px!important;padding:2px 6px!important;font-size:.58rem!important;display:inline-flex!important}.roster-metrics-v879{min-width:78px!important}.roster-metrics-v879 b{font-size:.92rem!important}.roster-metrics-v879 span{font-size:.58rem!important;line-height:1.1!important}.profile-avatar-large.compact img{object-fit:cover!important}.hr-journey-collapse-v927 .elo-chart-wrap{overflow-x:auto!important}.v80-timeline-row{grid-template-columns:minmax(0,1fr) auto!important}.profile-edit-accordion-v843 .form-section-grid-v843{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.profile-edit-accordion-v843 label,.profile-edit-accordion-v843 input,.profile-edit-accordion-v843 select,.profile-edit-accordion-v843 textarea{box-sizing:border-box!important;width:100%!important;min-width:0!important}@media (width<=760px){.profile-edit-accordion-v843 .form-section-grid-v843,.v826-flow-grid{grid-template-columns:1fr!important}.profile-hero-compact{grid-template-columns:82px 1fr!important;gap:12px!important}.profile-card-summary{grid-column:1/-1!important}.profile-avatar-large.compact{border-radius:18px!important;width:76px!important;height:76px!important}}.result-quick-form{scroll-margin-top:90px}.selected-score-strip-v870{border-radius:16px!important;padding:10px 12px!important}.submit-match-picker-v864{scroll-margin-top:90px}@media (width>=900px){.result-form-v864{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.result-form-v864 .full{grid-column:1/-1!important}.fixture-card-grid-v859{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important}.fixture-pending-v865 .match-card{min-height:0!important}.fixture-intel-detail-v927:not([open]){min-height:44px!important}.approved-clean-card-v883{padding:14px!important}}.approval-receipt-public-v923{margin-top:10px!important}.approval-receipt-public-v923 summary{cursor:pointer;font-family:var(--ui);letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#6ff0d5!important}.approved-clean-card-v883 .btn.secondary{display:none!important}.nav-drawer-v928{-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:linear-gradient(150deg,#0a0502fa,#05090afa)!important;border-radius:18px!important;gap:7px!important;width:min(330px,100vw - 20px)!important;max-height:min(72dvh,610px)!important;padding:9px!important;top:64px!important;left:auto!important;right:10px!important;overflow:auto!important}.nav-drawer-top-v929{color:#ffd995;font-family:var(--ui);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;padding:5px 4px 7px;font-size:.72rem;display:flex}.nav-drawer-top-v929 button{color:#fff3df;cursor:pointer;background:#ffffff0a;border:1px solid #ffaa4647;border-radius:999px;place-items:center;width:32px;height:32px;display:grid}.nav-drawer-home-v928,.nav-accordion-head-v928,.nav-accordion-links-v928 a{border-radius:12px!important;min-height:38px!important;padding:8px 10px!important;font-size:.82rem!important}.nav-drawer-home-v928{justify-content:flex-start!important}.nav-accordion-section-v928{border-radius:14px!important}.nav-accordion-head-v928{letter-spacing:.14em!important;font-size:.72rem!important}.nav-accordion-links-v928{gap:5px!important;padding:6px!important}.nav-accordion-links-v928 a{min-height:36px!important;font-size:.82rem!important}.account-drawer-v927{background:linear-gradient(150deg,#0c0602fa,#040709fa)!important;border-radius:18px!important;width:min(350px,100vw - 20px)!important;max-height:72dvh!important;padding:10px!important;top:64px!important;right:10px!important;overflow:auto!important}.account-drawer-v927 a{min-height:38px!important;padding:8px 10px!important}.account-drawer-v927 div:first-child{padding:9px!important}.account-drawer-v927 span{font-size:.78rem!important;line-height:1.25!important}.hype-match-clean-v929{background:linear-gradient(135deg,#ff8f1f0f,#0000003d)!important;border-color:#ffbe5a38!important;gap:7px!important}.hype-match-clean-v929 .hype-stage-v925{color:#ffd184!important;letter-spacing:.14em!important;font-size:.66rem!important}.hype-match-clean-v929 .hype-title-v925{font-size:clamp(1rem,3.8vw,1.26rem)!important;line-height:1.15!important}.hype-match-clean-v929 .hype-title-v925 b{margin:0 4px;color:#ffd184!important;font-size:.72em!important}.clean-forecast-v929{grid-template-columns:1fr 1fr!important;gap:7px!important;display:grid!important}.clean-forecast-v929 em{color:#f4e4c9!important;box-shadow:none!important;text-transform:none!important;letter-spacing:0!important;background:#ffb8520e!important;border:1px solid #ffc97433!important;border-radius:13px!important;justify-content:space-between!important;align-items:center!important;gap:8px!important;padding:8px 10px!important;display:flex!important}.clean-forecast-v929 em b{color:#fff1d5!important;font-size:1.02rem!important}.clean-forecast-v929 em span{font-family:var(--ui);letter-spacing:.1em;text-transform:uppercase;color:#ffd184!important;font-size:.72rem!important}.hype-match-clean-v929 small{border:1px solid #ffbe5a38;border-radius:999px;justify-self:start;padding:5px 9px;font-weight:900;color:#ffd184!important}.compact-loading-state{min-height:160px!important}.player-profile-v80 .profile-card-summary compact{min-height:0!important}@media (width<=560px){.nav-drawer-v928{width:min(318px,100vw - 16px)!important;max-height:68dvh!important;top:62px!important;left:auto!important;right:8px!important}.nav-drawer-home-v928,.nav-accordion-head-v928,.nav-accordion-links-v928 a{min-height:34px!important;padding:7px 9px!important}.account-drawer-v927{width:min(330px,100vw - 16px)!important;top:62px!important;right:8px!important}.clean-forecast-v929{grid-template-columns:1fr!important}}body.fegl-overlay-lock,body.fegl-overlay-lock-v930{touch-action:none!important;overflow:hidden!important}.nav-drawer-v930{z-index:9900!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:linear-gradient(155deg,#080402fb,#030708fb)!important;border:1px solid #ffb0464d!important;border-radius:19px!important;flex-direction:column!important;gap:6px!important;width:min(360px,100vw - 20px)!important;max-height:min(62dvh,560px)!important;padding:10px!important;display:flex!important;position:fixed!important;top:70px!important;left:auto!important;right:10px!important;overflow:hidden!important;box-shadow:0 26px 90px #000000c7!important}.nav-drawer-v930 .nav-drawer-top-v929{z-index:2!important;background:linear-gradient(#080402fa,#080402c7)!important;margin:-2px -1px 2px!important;padding:4px 3px 8px!important;position:sticky!important;top:0!important}.nav-drawer-v930 .nav-drawer-home-v928{flex:none!important;min-height:36px!important}.nav-drawer-v930 .nav-accordion-section-v928{flex:none!important;overflow:hidden!important}.nav-drawer-v930 .nav-accordion-head-v928{letter-spacing:.13em!important;min-height:36px!important;padding:7px 10px!important}.nav-drawer-v930 .nav-accordion-links-v928{overscroll-behavior:contain!important;scrollbar-width:thin!important;max-height:min(28dvh,250px)!important;padding:6px!important;overflow-y:auto!important}.nav-drawer-v930 .nav-accordion-links-v928 a{min-height:34px!important;padding:7px 9px!important;font-size:.8rem!important}.account-drawer-v930{overscroll-behavior:contain!important;z-index:9950!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:linear-gradient(155deg,#0c0602fc,#04080afc)!important;border:1px solid #ffb0464d!important;border-radius:19px!important;gap:7px!important;width:min(360px,100vw - 20px)!important;max-height:min(60dvh,520px)!important;padding:10px!important;display:grid!important;position:fixed!important;top:70px!important;left:auto!important;right:10px!important;overflow-y:auto!important;box-shadow:0 26px 90px #000000c7!important}.account-truth-card-v930{background:linear-gradient(135deg,#ff8f1f24,#ffffff06)!important;border:1px solid #ffb0462e!important;border-radius:15px!important;gap:3px!important;padding:10px 11px!important;display:grid!important}.account-truth-card-v930 strong{letter-spacing:.02em!important;color:#ffd894!important;font-size:.92rem!important}.account-truth-card-v930 span{color:#e9ceb0!important;font-size:.76rem!important;line-height:1.25!important}.account-drawer-v930 a{border-radius:12px!important;min-height:34px!important;padding:7px 10px!important;font-size:.88rem!important}.notification-bell-link .bell-badge.zero,.nav-count-badge.bell-badge.zero{color:#e8d2b3!important;box-shadow:none!important;background:#ffffff14!important;border-color:#ffb04647!important}.players-filter-panel-v930{margin-bottom:12px!important}.players-filter-grid-v930{grid-template-columns:1.4fr repeat(3,minmax(110px,.7fr)) auto auto!important;align-items:center!important;gap:8px!important;display:grid!important}.filter-search-v930{background:#00000047!important;border:1px solid #ffb04633!important;border-radius:14px!important;align-items:center!important;gap:7px!important;min-height:38px!important;padding:0 9px!important;display:flex!important}.filter-search-v930 input,.players-filter-grid-v930 select{color:#fff4e0!important;width:100%!important;min-width:0!important;font:inherit!important;background:0 0!important;border:0!important;outline:0!important}.players-filter-grid-v930 select{background:#00000052!important;border:1px solid #ffb04633!important;border-radius:14px!important;min-height:38px!important;padding:0 9px!important}.empty-filter-v930{text-align:center!important;color:#dbc2a1!important;background:#0003!important;border:1px dashed #ffb0463d!important;border-radius:16px!important;padding:14px!important}.owner-unlink-control-v930{background:linear-gradient(135deg,#ff8f1f14,#00000042)!important;border-color:#ffc15d47!important}.owner-unlink-grid-v930{grid-template-columns:160px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;display:grid!important}.owner-unlink-grid-v930 input{color:#fff4e2!important;background:#00000047!important;border:1px solid #ffb04638!important;border-radius:13px!important;min-height:38px!important;padding:0 10px!important}.profile-hydrating-v930,.s1-mode-truth-v930,.standings-source-note-v930{color:#e8fff9!important;background:#6ff0d50b!important;border:1px solid #6ff0d533!important;align-items:flex-start!important;gap:8px!important;display:flex!important}.profile-hydrating-v930 strong,.s1-mode-truth-v930 strong,.standings-source-note-v930 strong{color:#8dffe8!important;display:block!important}.profile-hydrating-v930 span,.s1-mode-truth-v930 span,.standings-source-note-v930 span{color:#dac6a8!important;line-height:1.28!important;display:block!important}.role-aware-home-actions-v930 .btn.primary{box-shadow:0 10px 28px #ff5b1f38!important}@media (width<=760px){.players-filter-grid-v930{grid-template-columns:1fr 1fr!important}.filter-search-v930{grid-column:1/-1!important}.players-filter-grid-v930 .btn{min-height:38px!important}.owner-unlink-grid-v930{grid-template-columns:1fr!important}.nav-drawer-v930,.account-drawer-v930{width:min(340px,100vw - 16px)!important;top:72px!important;right:8px!important}}@media (width<=430px){.nav-drawer-v930{width:min(318px,100vw - 16px)!important;max-height:56dvh!important}.account-drawer-v930{width:min(324px,100vw - 16px)!important;max-height:58dvh!important}.nav-drawer-v930 .nav-accordion-links-v928{max-height:22dvh!important}.players-filter-grid-v930{grid-template-columns:1fr!important}.players-filter-grid-v930 select,.players-filter-grid-v930 button{width:100%!important}.active-roster-card-v879{grid-template-columns:30px minmax(0,1fr) 72px!important}.roster-main-v879 strong{font-size:.82rem!important}.roster-metrics-v879 b{font-size:.85rem!important}}body.fegl-overlay-lock-v932{overflow:hidden}.mobile-sheet-v932,.nav-drawer-v930.mobile-sheet-v932,.account-drawer-v930.mobile-sheet-v932,.top-bell-drawer-v844{top:calc(env(safe-area-inset-top,0px) + 74px)!important;right:max(10px, env(safe-area-inset-right,0px))!important;width:min(540px,100vw - 24px)!important;max-height:calc(100dvh - 92px - env(safe-area-inset-bottom,0px))!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:calc(14px + env(safe-area-inset-bottom,0px))!important;z-index:1200!important;position:fixed!important;bottom:auto!important;left:auto!important;overflow:hidden auto!important}.nav-drawer-v930.mobile-sheet-v932{flex-direction:column!important;gap:8px!important;padding-top:12px!important;display:flex!important}.mobile-sheet-head-v932,.nav-drawer-top-v929,.bell-drawer-head-v844{z-index:2!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#0c0803f5!important;position:sticky!important;top:0!important}.nav-accordion-section-v928{flex:none!important}.nav-accordion-links-v928{overscroll-behavior:contain;max-height:min(38dvh,290px)!important;overflow-y:auto!important}.nav-count-badge.bell-badge,.notification-bell-link .bell-badge{color:#fff7ee!important;opacity:1!important;visibility:visible!important;background:#ff4b20!important;border:1px solid #ffe0b4d9!important;border-radius:999px!important;place-items:center!important;min-width:18px!important;height:18px!important;font-size:10px!important;line-height:1!important;display:inline-grid!important;position:absolute!important;top:-6px!important;right:-6px!important}.nav-count-badge.bell-badge.zero{color:#ffe4b7!important;background:#282119fa!important}.notification-bell-link{position:relative!important}.top-bell-drawer-v844{padding:14px!important}.latest-fire-feed-v932{background:linear-gradient(135deg,#ff540e1a,#00000059);border:1px solid #ffa63838;border-radius:24px;margin-top:18px;padding:16px}.latest-fire-head-v932{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.latest-fire-head-v932 h2{margin:0}.latest-fire-head-v932 p{color:var(--muted);margin:4px 0 0}.fire-feed-list-v932{gap:10px;display:grid}.fire-feed-card-v932{color:inherit;background:#060608b8;border:1px solid #ffbf6238;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;text-decoration:none;display:grid}.fire-feed-card-v932:hover{border-color:#ff7e268c;transform:translateY(-1px)}.fire-feed-icon-v932{background:#ff5c122e;border-radius:14px;place-items:center;width:34px;height:34px;display:grid}.fire-feed-card-v932 em{color:#ffd58a;text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-style:normal;display:block}.fire-feed-card-v932 strong{font-size:17px;display:block}.fire-feed-card-v932 p{color:var(--muted);margin:3px 0 0}.red-alert-v932{background:#780a0a47!important;border:1px solid #ff464699!important;box-shadow:0 0 0 2px #ff46461f!important}.linked-passport-v932,.pending-claim-closed-v932{border-color:#7fffcd52!important}.contact-safety-note-v932{border-color:#ffc15447!important}.consent-ledger-v932 .required-consent{border-color:#ffa63859}.admin-contact-consent-v932 .contact-consent-grid-v932{gap:10px;display:grid}.contact-consent-row-v932{background:#00000040;border:1px solid #ffb4532e;border-radius:16px;gap:8px;padding:12px;display:grid}.contact-consent-row-v932>div:first-child{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.consent-pills-v932{flex-wrap:wrap;gap:6px;display:flex}.consent-pills-v932 span{border:1px solid #ffffff24;border-radius:999px;padding:5px 8px;font-size:12px}.consent-pills-v932 .ok{color:#a8ffd2;background:#21aa6726}.consent-pills-v932 .bad{color:#ffd2d2;background:#c81e1e29}.consent-pills-v932 .warn{color:#ffe0a6;background:#ffae2224}.road-top8-v932{border-color:#ff8f2b47!important}.forecast-row-v932{color:inherit;background:#00000047;border:1px solid #ffb34f38;border-radius:18px;grid-template-columns:minmax(0,1.2fr) auto auto;align-items:center;gap:10px;padding:12px;text-decoration:none;display:grid}.forecast-row-v932 b{color:#ffe3b0;font-size:28px}.forecast-row-v932 em{color:var(--muted);grid-column:1/-1;font-style:normal}.forecast-mini-pills-v932 span{background:#ff8d201a;border:1px solid #ffb1532e;border-radius:999px;padding:5px 8px;font-size:12px}.formula-forecast-v932{border-color:#7cffd533!important}.admin-contribution-lower-v932{opacity:.96}@media (width<=720px){.mobile-sheet-v932,.nav-drawer-v930.mobile-sheet-v932,.account-drawer-v930.mobile-sheet-v932,.top-bell-drawer-v844{top:calc(env(safe-area-inset-top,0px) + 68px)!important;width:calc(100vw - 16px)!important;max-height:calc(100dvh - 82px - env(safe-area-inset-bottom,0px))!important;right:8px!important}.latest-fire-head-v932{flex-direction:column}.forecast-row-v932{grid-template-columns:1fr auto}.forecast-row-v932 small{grid-column:2}}.mobile-sheet-v932,.nav-drawer-v930.mobile-sheet-v932,.account-drawer-v930.mobile-sheet-v932,.top-bell-drawer-v844{top:calc(env(safe-area-inset-top,0px) + 58px)!important;right:max(8px,env(safe-area-inset-right,0px))!important;left:auto!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;z-index:30000!important;width:min(430px,100vw - 16px)!important;height:auto!important;max-height:none!important;padding-bottom:calc(22px + env(safe-area-inset-bottom,0px))!important;position:fixed!important;overflow:hidden auto!important;transform:translateZ(0)!important}.nav-drawer-v930.mobile-sheet-v932{flex-direction:column!important;gap:7px!important;display:flex!important}.nav-drawer-top-v929,.mobile-sheet-head-v932,.bell-drawer-head-v844{z-index:3!important;border-radius:14px!important;position:sticky!important;top:0!important}.nav-menu-scrim{z-index:29000!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;pointer-events:auto!important;background:#0000009e!important}@media (width<=520px){.mobile-sheet-v932,.nav-drawer-v930.mobile-sheet-v932,.account-drawer-v930.mobile-sheet-v932,.top-bell-drawer-v844{top:calc(env(safe-area-inset-top,0px) + 54px)!important;width:calc(100vw - 12px)!important;right:6px!important;bottom:calc(6px + env(safe-area-inset-bottom,0px))!important;border-radius:18px!important}.nav-drawer-v930 .nav-drawer-home-v928,.nav-accordion-head-v928{min-height:46px!important}}.approved-result-card-v933{color:inherit!important;text-decoration:none!important;transition:border-color .18s,transform .18s,background .18s!important;display:block!important}.approved-result-card-v933:hover{border-color:#6affb061!important;transform:translateY(-1px)!important}.approved-card-meta-v933{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.approved-card-meta-v933 em{color:#86ffd2!important;font-size:11px!important;font-style:normal!important}.approved-result-capsule-v933{border-color:#ffbc5533!important}.result-side-v933{border-radius:16px!important;padding:12px!important;transition:opacity .16s,filter .16s!important;position:relative!important}.result-side-v933.winner{background:linear-gradient(135deg,#13482a8f,#05100bdb)!important;border:1px solid #53ffa473!important;box-shadow:0 0 0 1px #53ffa417,inset 0 0 28px #53ffa41a!important}.result-side-v933.winner strong,.result-side-v933.winner b{color:#fff6dc!important;text-shadow:0 0 12px #72ffb43d!important}.result-side-v933.loser{opacity:.58!important;filter:saturate(.65)!important;background:#ffffff09!important;border:1px solid #ffffff0f!important}.result-side-v933.draw{background:#ffb04614!important;border:1px solid #ffb04638!important}.result-tag-v933{letter-spacing:.14em!important;text-transform:uppercase!important;color:#ffe6bc!important;background:#00000057!important;border:1px solid #ffffff1a!important;border-radius:999px!important;padding:3px 6px!important;font-size:9px!important;position:absolute!important;top:7px!important;right:8px!important}.result-side-v933.winner .result-tag-v933{color:#baffd4!important;background:#189c543d!important;border-color:#7affb859!important}.result-side-v933.loser .result-tag-v933{color:#cdb9a0!important}.approved-hr-line-v933{flex-wrap:wrap!important;align-items:center!important;gap:8px!important;display:flex!important}.approved-hr-line-v933>span:not(.badge){background:#00000038!important;border:1px solid #ffffff14!important;border-radius:999px!important;padding:4px 8px!important}.forecast-teaser-v933{color:inherit!important;background:linear-gradient(135deg,#ff791d1a,#00000057)!important;border-color:#ffbc4c47!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;text-decoration:none!important;display:flex!important}.forecast-head-actions-v933{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.forecast-row-v932{grid-template-columns:minmax(0,1fr) auto auto!important;align-items:start!important}.forecast-player-copy-v933{gap:2px!important;min-width:0!important;display:grid!important}.forecast-player-copy-v933 strong{overflow-wrap:anywhere!important;font-size:clamp(17px,4vw,22px)!important}.forecast-player-copy-v933 span{color:#ffd99b!important;letter-spacing:.04em!important;font-weight:800!important}.forecast-player-copy-v933 small{color:#ffeed8b8!important}.forecast-main-pct-v933{text-align:right!important;min-width:70px!important;display:grid!important}.forecast-main-pct-v933 b{color:#ffe3b0!important;font-size:clamp(34px,9vw,48px)!important;line-height:.9!important}.forecast-status-chip-v933{color:#ffdfaa!important;white-space:nowrap!important;background:#ffa33e1f!important;border:1px solid #ffbe5c38!important;border-radius:999px!important;padding:6px 9px!important;font-size:12px!important;font-weight:900!important}.forecast-status-chip-v933.clinched{color:#baffd3!important;background:#3cd27d2b!important;border-color:#3cd27d59!important}.forecast-mini-pills-v932 span:first-child{color:#bfffea!important;background:#7effd31a!important}@media (width<=720px){.forecast-teaser-v933{display:grid!important}.forecast-row-v932{grid-template-columns:minmax(0,1fr) auto!important}.forecast-status-chip-v933{grid-column:1/-1;width:max-content}.forecast-main-pct-v933{grid-area:1/2/span 2}.forecast-mini-pills-v932 span{font-size:11px!important}}.account-role-column.false-zero-warning-v933,.account-role-breakdown .account-role-column{min-height:0!important}.staff-truth-warning-v933{color:#ffe8bf!important;background:#ff952a12!important;border:1px solid #ffbf5a47!important}.badge-card-v886.earned-live-v933{border-color:#6cffaf5c!important;box-shadow:inset 0 0 26px #6cffaf0f!important}.badge-card-v886.earned-live-v933 summary b:after{content:"  ✓";color:#94ffc9!important}.profile-hydrating-v930{position:relative!important}.profile-hydrating-v930:after{content:"";background:linear-gradient(90deg,#0000,#ff8d2d,#0000);border-radius:999px;height:2px;animation:1.2s linear infinite feglPulse933;position:absolute;bottom:6px;left:12px;right:12px}@keyframes feglPulse933{0%{opacity:.35;transform:translate(-20%)}50%{opacity:1}to{opacity:.35;transform:translate(20%)}}html{scroll-behavior:smooth}@media (prefers-reduced-motion:no-preference){.card,.btn,.fire-story-card-v934,.admin-action-tile-v871,.owner-kpi-grid-v934 a{transition:transform .18s,border-color .18s,box-shadow .18s,background .18s!important}.card:hover,.fire-story-card-v934:hover,.admin-action-tile-v871:hover,.owner-kpi-grid-v934 a:hover{transform:translateY(-1px)}}.account-status-strip{z-index:1!important;position:relative!important}.nav-wrap.pro-nav{z-index:60000!important}.mobile-sheet-v932,.nav-drawer-v930.mobile-sheet-v932,.account-drawer-v930.mobile-sheet-v932,.top-bell-drawer-v844.mobile-sheet-v932{animation:.16s ease-out both feglSheetIn934;z-index:70000!important;top:calc(env(safe-area-inset-top,0px) + 58px)!important;right:8px!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;overscroll-behavior:contain!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;background:linear-gradient(155deg,#090502fd,#020709fd)!important;border:1px solid #ffb54c57!important;width:min(410px,100vw - 16px)!important;height:auto!important;max-height:none!important;position:fixed!important;left:auto!important;overflow:hidden auto!important;box-shadow:0 28px 96px #000000d1!important}.nav-drawer-v930.mobile-sheet-v932{flex-direction:column!important;gap:8px!important;padding:12px!important;display:flex!important}.account-drawer-v930.mobile-sheet-v932,.top-bell-drawer-v844.mobile-sheet-v932{gap:8px!important;padding:12px!important;display:grid!important}.mobile-sheet-head-v932,.nav-drawer-top-v929,.bell-drawer-head-v844{z-index:5!important;background:linear-gradient(#0c0703fc,#0c0703eb)!important;border:1px solid #ffb54c1f!important;position:sticky!important;top:0!important}.nav-accordion-links-v928{max-height:none!important;overflow:visible!important}@keyframes feglSheetIn934{0%{opacity:0;transform:translateY(-6px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.nav-count-badge.bell-badge,.notification-bell-link .bell-badge{visibility:visible!important;opacity:1!important;z-index:3!important;pointer-events:none!important;border-radius:999px!important;place-items:center!important;min-width:19px!important;height:19px!important;padding:0 5px!important;font-size:10px!important;font-weight:1000!important;line-height:16px!important;display:grid!important;position:absolute!important;top:-7px!important;right:-7px!important}.notification-bell-link .bell-badge.zero,.nav-count-badge.bell-badge.zero{color:#ffe2ad!important;background:#2a2119!important;border:1px solid #ffb24c8c!important;box-shadow:0 0 0 2px #ffb24c14!important}.bell-drawer-list-v844 .empty.compact{color:#f6dec0!important;background:#ffffff08!important;border:1px dashed #ffbe5838!important;border-radius:14px!important}.latest-fire-feed-v932{overflow:hidden!important}.latest-fire-head-v932{align-items:flex-end!important}.story-rail-count-v934{color:#ffd999;font-family:var(--ui);letter-spacing:.08em;white-space:nowrap;background:#00000038;border:1px solid #ffb8523d;border-radius:999px;padding:7px 11px;font-weight:900}.fire-feed-rail-v934{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;scrollbar-width:thin!important;grid-template-columns:none!important;gap:12px!important;padding:2px 2px 12px!important;display:flex!important;overflow:auto hidden!important}.fire-story-card-v934{scroll-snap-align:start!important;background:radial-gradient(circle at 10% 20%,#ff6f2126,#0000 36%),linear-gradient(135deg,#120c08f0,#020a0ceb)!important;border-radius:26px!important;flex:0 0 min(92%,560px)!important;grid-template-columns:58px minmax(0,1fr) 28px!important;align-items:center!important;min-height:210px!important;padding:22px!important;display:grid!important;position:relative!important;box-shadow:0 16px 46px #00000052!important}.fire-story-card-v934 strong{font-size:clamp(22px,5.8vw,34px)!important;line-height:1.05!important}.fire-story-card-v934 p{max-width:42ch!important;font-size:clamp(14px,3.6vw,17px)!important;line-height:1.35!important}.story-count-v934{color:#ffdca5;background:#00000052;border:1px solid #ffbe5838;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;position:absolute;top:14px;right:16px}.fire-feed-icon-v932{width:44px!important;height:44px!important;font-size:23px!important;box-shadow:inset 0 0 24px #ff6f211f!important}.league-firewall-compact-v934{margin-top:14px!important}.mini-fire-report-home-v865,.home-focus-grid{display:none!important}.refresh-working-v934{align-items:center!important;gap:6px!important;display:inline-flex!important}.spin-v934{animation:.75s linear infinite feglSpin934}@keyframes feglSpin934{to{transform:rotate(360deg)}}.last-refresh-v934{color:#ffdca5;margin-left:10px;font-weight:800;display:inline-block}.refresh-toast-v934{background:#78ffc80b!important;border-color:#78ffc838!important}.standings-source-note-v930 strong{color:#9fffe5!important}.admin-v841-page{flex-direction:column!important;gap:12px!important;display:flex!important}.admin-sticky-queue-v871{order:1!important}.admin-action-board-v871{order:2!important}.admin-work-locks-v892{order:3!important}.admin-season-strip-v871{order:4!important}.helper-board-collapsed-v934{order:5!important}.owner-lock-moved-v934{order:6!important}.approval-truth-preview-v890,#admin-result-queue{order:7!important}.owner-lock-moved-v934{opacity:.75!important}.helper-board-collapsed-v934 summary{cursor:pointer;font-family:var(--ui);color:#ffe3b8;justify-content:space-between;align-items:center;gap:10px;font-weight:1000;list-style:none;display:flex}.helper-board-collapsed-v934 summary::-webkit-details-marker{display:none}.helper-board-collapsed-v934 summary span{font-family:var(--body);color:#dac2a5;font-size:13px;font-weight:800}.admin-action-tile-v871,.owner-kpi-grid-v934 a{color:inherit!important;cursor:pointer!important;text-decoration:none!important}.admin-action-tile-v871:hover,.owner-kpi-grid-v934 a:hover{border-color:#ffbe586b!important;box-shadow:0 14px 34px #ff6f2117!important}.owner-kpi-grid-v934 a{background:linear-gradient(135deg,#ffffff09,#00000040);border:1px solid #ff973633;border-radius:20px;gap:8px;padding:16px;display:grid}.pack-ready-v934 a{width:max-content;margin-top:8px}.forecast-row-v932{gap:12px!important;padding:16px!important}.forecast-player-copy-v933 strong{word-break:normal!important;overflow-wrap:break-word!important;max-width:18ch!important;line-height:1.05!important}.forecast-player-copy-v933 span{margin-top:2px!important;display:inline-block!important}.forecast-player-copy-v933 small b{color:#fff0c4!important}.forecast-main-pct-v933 b{letter-spacing:.01em!important}.forecast-why-v934{background:#00000038;border:1px solid #ffbe582e;border-radius:14px;padding:8px 10px;grid-column:1/-1!important}.forecast-why-v934 summary{cursor:pointer;color:#ffdca5;font-weight:900}.forecast-why-v934 p{color:#d8c0a4!important;margin:7px 0 0!important;font-size:13px!important}@media (width<=720px){.latest-fire-feed-v932{margin-left:-2px;margin-right:-2px}.fire-story-card-v934{flex-basis:88vw!important;grid-template-columns:50px minmax(0,1fr) 22px!important;min-height:220px!important;padding:18px!important}.fire-feed-rail-v934:after{content:"";flex:0 0 10px}.owner-kpi-grid-v934,.admin-action-grid-v871{grid-template-columns:repeat(2,minmax(0,1fr))!important}.forecast-row-v932{grid-template-columns:minmax(0,1fr) auto!important}.forecast-player-copy-v933 strong{max-width:13ch!important}}@media (width<=420px){.mobile-sheet-v932,.nav-drawer-v930.mobile-sheet-v932,.account-drawer-v930.mobile-sheet-v932,.top-bell-drawer-v844.mobile-sheet-v932{top:calc(env(safe-area-inset-top,0px) + 52px)!important;right:6px!important;bottom:calc(6px + env(safe-area-inset-bottom,0px))!important;width:calc(100vw - 12px)!important}.fire-story-card-v934{flex-basis:86vw!important}.forecast-player-copy-v933 strong{font-size:18px!important}.forecast-main-pct-v933 b{font-size:36px!important}}:root{--fegl-header-offset:72px}.fegl-overlay-root-v935{z-index:2147483000!important;pointer-events:none!important;contain:layout style!important;position:fixed!important;inset:0!important}.fegl-overlay-root-v935 .nav-menu-scrim-v934{z-index:1!important;-webkit-backdrop-filter:blur(10px)!important;pointer-events:auto!important;background:#000000b8!important;border:0!important;position:fixed!important;inset:0!important}.fegl-overlay-root-v935 .fegl-mobile-sheet-v935{z-index:2!important;top:calc(env(safe-area-inset-top,0px) + var(--fegl-header-offset))!important;right:max(10px,env(safe-area-inset-right,0px))!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;-webkit-backdrop-filter:blur(20px)!important;pointer-events:auto!important;background:linear-gradient(155deg,#0a0502fe,#03080afe)!important;border:1px solid #ffb54c5c!important;border-radius:22px!important;width:min(420px,100vw - 20px)!important;min-width:0!important;max-width:calc(100vw - 20px)!important;height:auto!important;max-height:none!important;padding:12px!important;animation:.16s cubic-bezier(.2,.8,.2,1) both feglSheet935!important;position:fixed!important;left:auto!important;overflow:hidden auto!important;box-shadow:0 34px 110px #000000db!important}@keyframes feglSheet935{0%{opacity:0;transform:translate(10px,-8px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}.fegl-overlay-root-v935 .nav-sheet-v935{flex-direction:column!important;gap:8px!important;display:flex!important}.fegl-overlay-root-v935 .bell-sheet-v935,.fegl-overlay-root-v935 .account-sheet-v935{gap:8px!important;display:grid!important}.fegl-overlay-root-v935 .nav-drawer-top-v929,.fegl-overlay-root-v935 .mobile-sheet-head-v932,.fegl-overlay-root-v935 .bell-drawer-head-v844{z-index:3!important;background:linear-gradient(#100904fe,#0a0503f0)!important;border:1px solid #ffb54c2e!important;border-radius:16px!important;margin:0!important;padding:9px 10px!important;position:sticky!important;top:0!important;box-shadow:0 8px 24px #00000040!important}.fegl-overlay-root-v935 .nav-drawer-home-v928,.fegl-overlay-root-v935 .nav-accordion-head-v928,.fegl-overlay-root-v935 .nav-accordion-links-v928 a,.fegl-overlay-root-v935 .account-drawer-v930 a,.fegl-overlay-root-v935 .bell-drawer-actions-v844 button,.fegl-overlay-root-v935 .bell-drawer-actions-v844 a{white-space:normal!important;overflow-wrap:anywhere!important;align-items:center!important;gap:9px!important;min-height:44px!important;line-height:1.2!important;display:flex!important}.fegl-overlay-root-v935 .nav-accordion-links-v928{gap:6px!important;max-height:none!important;padding:6px!important;display:grid!important;overflow:visible!important}.fegl-overlay-root-v935 .nav-accordion-section-v928{flex:none!important;overflow:visible!important}.nav-right-actions,.nav-right-actions *{overflow:visible!important}.notification-bell-link{isolation:isolate!important;position:relative!important;overflow:visible!important}.notification-bell-link .bell-badge,.nav-count-badge.bell-badge{visibility:visible!important;opacity:1!important;color:#fff!important;z-index:20!important;pointer-events:none!important;background:#ff5b1f!important;border:2px solid #050403!important;border-radius:999px!important;place-items:center!important;min-width:20px!important;height:20px!important;font-size:10px!important;font-weight:1000!important;line-height:16px!important;display:grid!important;position:absolute!important;top:-9px!important;right:-9px!important;box-shadow:0 0 0 2px #ff5b1f2e!important}.notification-bell-link .bell-badge.zero,.nav-count-badge.bell-badge.zero{color:#ffe2ad!important;background:#2a2119!important;border-color:#ffbe5bb8!important;box-shadow:0 0 0 2px #ffbe5b1a!important}.nav-wrap.pro-nav{z-index:9000!important;overflow:visible!important}@media (width<=760px){:root{--fegl-header-offset:62px}.fegl-overlay-root-v935 .fegl-mobile-sheet-v935{top:calc(env(safe-area-inset-top,0px) + 60px)!important;width:auto!important;max-width:none!important;left:7px!important;right:7px!important;bottom:calc(7px + env(safe-area-inset-bottom,0px))!important;border-radius:20px!important}.fegl-overlay-root-v935 .nav-drawer-home-v928,.fegl-overlay-root-v935 .nav-accordion-head-v928,.fegl-overlay-root-v935 .nav-accordion-links-v928 a,.fegl-overlay-root-v935 .account-drawer-v930 a{min-height:46px!important;font-size:.94rem!important}.fegl-overlay-root-v935 .bell-drawer-list-v844 a{grid-template-columns:1fr!important;min-height:58px!important}}@media (orientation:landscape) and (height<=600px){:root{--fegl-header-offset:48px}.fegl-overlay-root-v935 .fegl-mobile-sheet-v935{top:calc(env(safe-area-inset-top,0px) + 46px)!important;bottom:calc(6px + env(safe-area-inset-bottom,0px))!important;width:min(620px,100vw - 16px)!important}.fegl-overlay-root-v935 .nav-sheet-v935{grid-template-columns:repeat(2,minmax(0,1fr))!important;display:grid!important}.fegl-overlay-root-v935 .nav-drawer-top-v929,.fegl-overlay-root-v935 .nav-drawer-home-v928{grid-column:1/-1!important}.fegl-overlay-root-v935 .nav-accordion-links-v928{max-height:42vh!important;overflow:auto!important}}@media (width>=900px){.fegl-overlay-root-v935 .account-sheet-v935,.fegl-overlay-root-v935 .bell-sheet-v935{width:min(390px,100vw - 32px)!important}.fegl-overlay-root-v935 .nav-sheet-v935{width:min(460px,100vw - 32px)!important}}@media (width>=1200px){.fegl-overlay-root-v935 .nav-sheet-v935{width:480px!important}.fegl-overlay-root-v935 .account-sheet-v935,.fegl-overlay-root-v935 .bell-sheet-v935{width:410px!important}}.season-v842-page.season-v859-page{gap:14px!important;display:grid!important}.season-tabs-v859{z-index:50!important;-webkit-backdrop-filter:blur(12px)!important;scroll-snap-type:x proximity!important;overscroll-behavior-x:contain!important;background:#030201d1!important;margin:0!important;padding:8px 0!important;position:sticky!important;top:0!important;overflow-x:auto!important}.season-tabs-v859>button,.season-tabs-v859>a{scroll-snap-align:start!important;white-space:nowrap!important;flex:none!important;min-width:max-content!important}.season-tab-swipe-stage-v935{animation:.18s ease-out both feglFadeTab935;touch-action:pan-y pinch-zoom!important;min-height:280px!important}@keyframes feglFadeTab935{0%{opacity:.92;transform:translateY(4px)}to{opacity:1;transform:none}}.season-overview-command-v935{margin-top:0!important}.season-overview-command-v935 .season-command-stats-v859{grid-template-columns:repeat(4,minmax(0,1fr))!important}.season-compliance-v927,.season-v842-page>.compliance-note-v927{display:none!important}@media (width<=760px){.season-overview-command-v935 .season-command-stats-v859{grid-template-columns:repeat(2,minmax(0,1fr))!important}.season-tabs-v859{top:0!important}.season-tab-swipe-stage-v935 .grid{gap:12px!important}.season-command-card-v859 h1{word-break:normal!important;overflow-wrap:normal!important;font-size:clamp(2.2rem,13vw,4rem)!important}}@media (width>=900px){.season-tab-swipe-stage-v935{min-height:420px!important}}.result-tag-v933{display:none!important}.result-side-v933.winner{background:linear-gradient(145deg,#17874e3d,#02120cb8)!important;border-color:#4cffa66b!important;box-shadow:inset 0 0 0 1px #4cffa61a,0 0 24px #1fcc771a!important}.result-side-v933.loser{opacity:.58!important;filter:saturate(.72)!important;background:linear-gradient(145deg,#ffffff09,#00000061)!important}.result-side-v933.draw{background:linear-gradient(145deg,#ffbe5b29,#00000073)!important}.approved-card-meta-v933 em{white-space:nowrap!important;color:#9fffd0!important}.forecast-row-v935{color:inherit!important;grid-template-columns:minmax(0,1.2fr) minmax(110px,.65fr) minmax(96px,.45fr)!important;align-items:start!important;gap:12px!important;text-decoration:none!important;display:grid!important}.forecast-player-link-v935{color:#fff6e8!important;gap:4px!important;min-width:0!important;text-decoration:none!important;display:grid!important}.forecast-player-link-v935 strong{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;font-size:clamp(1.05rem,2vw,1.55rem)!important;line-height:1.1!important}.forecast-player-link-v935 span{color:#ffd182!important;letter-spacing:.06em!important;font-weight:900!important}.forecast-rank-stack-v935{text-align:center!important;color:#f9dfb1!important;gap:2px!important;display:grid!important}.forecast-rank-stack-v935 b{color:#fff3dc!important;font-size:clamp(1.3rem,4vw,2.3rem)!important}.forecast-main-pct-v933{text-align:right!important;align-self:start!important}.forecast-row-v935>em{color:#d8c7ad!important;grid-column:1/-1!important;font-style:normal!important;line-height:1.45!important}.forecast-mini-pills-v932,.forecast-why-v935{grid-column:1/-1!important}.forecast-why-v935{background:#00000038!important;border:1px solid #ffb54c29!important;border-radius:14px!important;padding:8px 10px!important}.forecast-why-v935 summary{cursor:pointer!important;color:#ffe1ac!important;font-weight:950!important}.forecast-why-v935 p{margin:.6rem 0 0!important;font-size:.92rem!important}@media (width<=720px){.forecast-row-v935{grid-template-columns:1fr auto!important}.forecast-rank-stack-v935{text-align:left!important;flex-wrap:wrap!important;grid-column:1/2!important;align-items:baseline!important;gap:8px!important;display:flex!important}.forecast-main-pct-v933{grid-area:1/2/3/3!important}.forecast-status-chip-v933{grid-column:1/2!important}.forecast-mini-pills-v932{flex-wrap:nowrap!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.forecast-mini-pills-v932 span{flex:none!important}.forecast-player-link-v935 strong{font-size:1.14rem!important}}@media (orientation:landscape) and (height<=620px){.forecast-row-v935{grid-template-columns:minmax(0,1fr) minmax(150px,.6fr) minmax(110px,.4fr)!important}.forecast-row-v935>em{font-size:.95rem!important}.forecast-mini-pills-v932{gap:6px!important}}.club-analytics-grid-v864 .club-analytics-card-v864{min-height:104px!important}.profile-avatar-large.compact{background:radial-gradient(circle,#ff822333,#00000061)!important;place-items:center!important;display:grid!important;overflow:hidden!important}.profile-avatar-large.compact img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important}.profile-avatar-fallback-v935{color:#ffd28a!important;place-items:center!important;gap:2px!important;display:grid!important}.profile-avatar-fallback-v935 b{font-family:var(--ui)!important;letter-spacing:.12em!important;font-size:.72rem!important}h1,h2,h3,strong,.btn,.badge,.eyebrow,.nav-accordion-head-v928 span,.forecast-player-link-v935 strong,.profile-main-copy h1{word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:none!important;hyphens:none!important}p,span,small,em,td,th,a{overflow-wrap:break-word}@media (width<=380px){.btn,.small-btn{padding-inline:10px!important;font-size:.82rem!important}.profile-main-copy h1{font-size:clamp(2rem,11vw,3.2rem)!important}.season-tabs-v859>button,.season-tabs-v859>a{padding-inline:12px!important}.brand-title strong{letter-spacing:.16em!important}}*{box-sizing:border-box}img,video,canvas,svg{max-width:100%}.nav-wrap.pro-nav{z-index:9000;-webkit-backdrop-filter:blur(14px);background:#030201f0;position:sticky;top:0;overflow:visible!important}.nav-right-actions{overflow:visible!important}.nav-profile-avatar.nav-profile-button-v927{place-items:center!important;text-decoration:none!important;display:grid!important;overflow:hidden!important}.nav-profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.account-drawer-v927,.account-sheet-v935,.top-bell-drawer-v844,.bell-sheet-v935{display:none!important}.notification-bell-link{position:relative!important;overflow:visible!important}.notification-bell-link .bell-badge,.nav-count-badge.bell-badge{visibility:visible!important;opacity:1!important;color:#fff!important;z-index:20!important;pointer-events:none!important;background:#ff5b1f!important;border:2px solid #050403!important;border-radius:999px!important;place-items:center!important;min-width:19px!important;height:19px!important;font-size:10px!important;font-weight:1000!important;line-height:14px!important;display:grid!important;position:absolute!important;top:-8px!important;right:-8px!important}.notification-bell-link .bell-badge.zero,.nav-count-badge.bell-badge.zero{color:#ffe2ad!important;background:#2a2119!important;border-color:#ffbe5bb8!important}.fegl-overlay-root-v935 .nav-sheet-v935{top:calc(env(safe-area-inset-top,0px) + 64px)!important;width:min(520px,100vw - 18px)!important;left:50%!important;right:auto!important;bottom:calc(8px + env(safe-area-inset-bottom,0px))!important;z-index:30000!important;background:linear-gradient(#0f0804fc,#050302f7)!important;border:1px solid #ffb54c40!important;border-radius:22px!important;max-height:none!important;padding:10px!important;position:fixed!important;overflow:hidden auto!important;transform:translate(-50%)!important;box-shadow:0 30px 90px #000000b8!important}.nav-menu-scrim{z-index:29000!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#0000009e!important;position:fixed!important;inset:0!important}.fegl-overlay-root-v935 .nav-drawer-top-v929{z-index:2!important;background:#110904fa!important;border-radius:16px!important;margin-bottom:8px!important;position:sticky!important;top:0!important}.fegl-overlay-root-v935 .nav-drawer-home-v928,.fegl-overlay-root-v935 .nav-accordion-head-v928,.fegl-overlay-root-v935 .nav-accordion-links-v928 a{white-space:normal!important;overflow-wrap:anywhere!important;border-radius:16px!important;align-items:center!important;gap:10px!important;width:100%!important;min-height:46px!important;line-height:1.18!important;display:flex!important}.fegl-overlay-root-v935 .nav-accordion-section-v928{overflow:visible!important}.fegl-overlay-root-v935 .nav-accordion-links-v928{animation:.14s ease-out both feglAccordion936;gap:7px!important;max-height:none!important;padding:7px!important;display:grid!important;position:static!important;overflow:visible!important}@keyframes feglAccordion936{0%{opacity:.75;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (orientation:landscape) and (height<=600px){.fegl-overlay-root-v935 .nav-sheet-v935{top:calc(env(safe-area-inset-top,0px) + 48px)!important;grid-template-columns:1fr 1fr!important;gap:8px!important;display:grid!important}.fegl-overlay-root-v935 .nav-drawer-top-v929,.fegl-overlay-root-v935 .nav-drawer-home-v928{grid-column:1/-1!important}.fegl-overlay-root-v935 .nav-accordion-links-v928{max-height:42vh!important;overflow:auto!important}}@media (width>=900px){.fegl-overlay-root-v935 .nav-sheet-v935{width:460px!important;left:auto!important;right:18px!important;transform:none!important}}.home-v936{gap:14px;display:grid}.home-hero-v936{grid-template-columns:1fr!important;margin-bottom:0!important}.home-hero-v936 .home-copy{max-width:920px}.latest-fire-feed-v936{background:linear-gradient(135deg,#ff731d1a,#0000004d)!important;border-color:#ff822a52!important;margin-top:0!important}.fire-feed-rail-v936{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;gap:12px!important;padding:4px 4px 12px!important;display:flex!important;overflow-x:auto!important}.fire-story-card-v936{scroll-snap-align:start!important;flex:0 0 min(88%,520px)!important;grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center!important;min-height:155px!important}.home-poster-section-v936{display:block}.home-poster-section-v936 .home-poster-wrap{margin:0!important}.home-next-step-v936{margin-top:0!important}.home-site-pulse-v936{background:#00000038;border:1px solid #ffb54c2e;border-radius:22px;padding:14px;gap:10px!important;display:grid!important}.home-site-pulse-v936 summary{cursor:pointer;color:#ffda94;text-transform:uppercase;letter-spacing:.14em;font-weight:900}.home-site-pulse-v936[open]{grid-template-columns:repeat(3,minmax(0,1fr))}.home-site-pulse-v936[open] summary{grid-column:1/-1}@media (width<=720px){.home-hero-v936 h1{font-size:clamp(2.5rem,14vw,4.5rem)!important}.home-site-pulse-v936[open]{grid-template-columns:1fr}.fire-story-card-v936{flex-basis:86%!important;min-height:168px!important}.latest-fire-head-v936{display:grid!important}}@media (width>=900px){.home-hero-v936{padding-block:28px!important}.home-poster-section-v936{width:100%;max-width:980px;margin-inline:auto}.fire-story-card-v936{flex-basis:min(44%,520px)!important}}.season-tab-stage-no-swipe-v936{touch-action:auto!important;width:100%!important;min-width:0!important;overflow-x:hidden!important}.season-tabs-v859{top:var(--fegl-header-height,58px)!important;z-index:80!important;scroll-snap-type:x proximity!important;gap:8px!important;max-width:100%!important;padding:8px 0!important;display:flex!important;position:sticky!important;overflow:auto hidden!important}.season-tabs-v859>button,.season-tabs-v859>a{white-space:nowrap!important;letter-spacing:.02em!important;flex:none!important;min-width:auto!important}.standings-v924{max-width:100%!important;overflow-x:hidden!important}.standings-v924 .compact-page-head{grid-template-columns:1fr auto!important;align-items:start!important;gap:12px!important;display:grid!important}.standings-v924 h2{letter-spacing:.06em!important;white-space:normal!important;overflow-wrap:normal!important;font-size:clamp(2rem,8vw,4.2rem)!important;line-height:1.02!important}.refresh-working-v934{width:max-content!important;min-width:160px!important}.refresh-toast-v934{left:50%!important;bottom:calc(18px + env(safe-area-inset-bottom,0px))!important;z-index:22000!important;width:min(92vw,420px)!important;padding:10px 12px!important;position:fixed!important;transform:translate(-50%)!important;box-shadow:0 15px 50px #0000008c!important}.standings-table-scroll-v925{-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:contain!important;border-radius:18px!important;max-width:100%!important;overflow:auto visible!important}.standings-full-table-v925{table-layout:auto!important;width:max-content!important;min-width:820px!important}.standings-full-table-v925 th,.standings-full-table-v925 td{white-space:nowrap!important}.standings-full-table-v925 th:nth-child(2),.standings-full-table-v925 td:nth-child(2){z-index:1;background:#040406f5;min-width:190px;position:sticky;left:0}@media (width<=720px){.standings-v924 .compact-page-head{grid-template-columns:1fr!important}.refresh-working-v934{width:100%!important}.standings-source-note-v930,.standings-note-v859{font-size:.92rem!important}}.road-top8-v932{padding:clamp(14px,3vw,22px)!important;overflow:hidden!important}.road-top8-v932 h2{letter-spacing:.055em!important;font-size:clamp(2.1rem,9vw,4rem)!important;line-height:1.04!important}.forecast-row-v935{grid-template-columns:minmax(0,1fr) minmax(92px,.32fr)!important;gap:10px!important;padding:14px!important}.forecast-player-link-v935 strong{font-size:clamp(1.05rem,4.4vw,1.55rem)!important;line-height:1.12!important}.forecast-rank-stack-v935{text-align:left!important;flex-wrap:wrap!important;grid-column:1/2!important;gap:8px!important;display:flex!important}.forecast-main-pct-v933{grid-area:1/2/3/3!important;align-self:start!important}.forecast-main-pct-v933 b{font-size:clamp(2.5rem,10vw,4.4rem)!important}.forecast-status-chip-v933{grid-column:1/2!important;width:max-content!important}.forecast-row-v935>em{font-size:.98rem!important;line-height:1.38!important}.forecast-mini-pills-v932{flex-wrap:nowrap!important;padding-bottom:5px!important;overflow-x:auto!important}.forecast-mini-pills-v932 span{flex:none!important;font-size:.82rem!important}.forecast-why-v935{margin-top:2px!important}@media (width>=760px){.forecast-row-v935{grid-template-columns:minmax(0,1.05fr) minmax(170px,.7fr) minmax(110px,.32fr)!important}.forecast-rank-stack-v935{grid-area:1/2/2/3!important}.forecast-status-chip-v933{grid-column:1/2!important}.forecast-main-pct-v933{grid-area:1/3/2/4!important}.forecast-row-v935>em{grid-column:1/-1!important}}.week-picker-v865{scroll-snap-type:x proximity!important;gap:8px!important;max-width:100%!important;padding-bottom:8px!important;display:flex!important;overflow-x:auto!important}.week-picker-v865 button,.week-picker-v865 a{scroll-snap-align:start!important;flex:none!important;min-width:max-content!important}.week-picker-v865:after{content:none!important;display:none!important}.fixture-filter-bar-v920{grid-template-columns:1.4fr 1fr 1fr auto!important;align-items:end!important;gap:8px!important;display:grid!important}.fixture-filter-bar-v920 label{min-width:0!important}.fixture-filter-bar-v920 input,.fixture-filter-bar-v920 select{width:100%!important;min-width:0!important}.approved-card-meta-v933{grid-template-columns:1fr auto!important;align-items:center!important;display:grid!important}.approved-card-meta-v933 em{white-space:nowrap!important;justify-self:end!important;font-size:.78rem!important}.approval-receipt-public-v923{display:none!important}@media (width<=720px){.fixture-filter-bar-v920{grid-template-columns:1fr!important}.fixture-filter-bar-v920 .btn{width:100%!important}.approved-card-meta-v933{grid-template-columns:1fr!important}.approved-card-meta-v933 em{justify-self:start;font-size:.82rem!important}.approved-result-capsule-v933{grid-template-columns:1fr 70px 1fr!important}.approved-player-line-v893 strong{font-size:.95rem!important}.approved-player-line-v893 b{font-size:1.55rem!important}}.draft-playoff-picture-v897 .forecast-head-actions-v933{justify-content:flex-start!important}.playoff-picture-grid-v897{grid-template-columns:1fr 1fr!important;gap:14px!important;display:grid!important}.playoff-picture-match-v936{grid-template-columns:minmax(0,1fr) 42px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:16px!important;display:grid!important;position:relative!important}.playoff-seed-label-v936{color:#ffd68c!important;letter-spacing:.16em!important;text-transform:uppercase!important;grid-column:1/-1!important;font-size:.78rem!important;font-style:normal!important;font-weight:900!important}.playoff-picture-match-v936 strong{overflow-wrap:anywhere!important;line-height:1.1!important}@media (width<=760px){.playoff-picture-grid-v897{grid-template-columns:1fr!important}.draft-playoff-picture-v897 h2{letter-spacing:.05em!important;font-size:clamp(1.75rem,8vw,3rem)!important}.playoff-picture-match-v936{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr)!important}}.players-v879 .compact-page-hero{margin-bottom:10px!important;padding:18px!important}.players-v879 .compact-page-hero h1{letter-spacing:.06em!important;font-size:clamp(2rem,9vw,4rem)!important;line-height:1.05!important}.players-v879 .compact-page-hero .hero-subtitle{font-size:1rem!important;line-height:1.35!important}.players-filter-panel-v930{scroll-margin-top:90px!important}.players-filter-grid-v930{grid-template-columns:1.2fr repeat(3,minmax(120px,.7fr)) auto auto!important;gap:8px!important;display:grid!important}.players-filter-grid-v930 select,.players-filter-grid-v930 input{width:100%!important;min-width:0!important}.active-roster-list-v860{gap:10px!important;display:grid!important}.active-roster-card-v879{min-height:82px!important}@media (width<=760px){.players-v879 .compact-page-hero{padding:14px!important}.player-hub-actions.compact-action-row{grid-template-columns:1fr 1fr!important;display:grid!important}.players-filter-grid-v930{grid-template-columns:1fr!important}.fegl-register-summary.compact-summary-v844{grid-template-columns:1fr 1fr!important}.active-roster-card-v879{grid-template-columns:42px minmax(0,1fr) auto!important}.roster-metrics-v879{font-size:.9rem!important}.archive-quick-v885{order:20}.active-roster-v860{order:10}}.player-profile-v880 .profile-hero-compact{grid-template-columns:120px minmax(0,1fr) minmax(130px,.35fr)!important;align-items:center!important;gap:16px!important;padding:18px!important}.profile-story-line-v936{border-top:1px solid #ffb54c1f;grid-column:2/-1;padding-top:10px;line-height:1.35;color:#ffe3b6!important;margin:0!important}.profile-collapse-v895>summary{min-height:54px!important}.rivalry-war-room-v888{padding:16px!important}.rivalry-story-card-v874 p{line-height:1.38!important}.hr-journey-collapse-v927{scroll-margin-top:90px!important}@media (width<=720px){.player-profile-v880 .profile-hero-compact{grid-template-columns:96px minmax(0,1fr)!important;padding:14px!important}.player-profile-v880 .profile-card-summary,.profile-story-line-v936{grid-column:1/-1!important}.profile-main-copy h1{font-size:clamp(2rem,10vw,3.25rem)!important}.profile-main-copy .hero-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.profile-main-copy .hero-actions a:last-child{grid-column:1/-1}.v80-stat-grid,.v80-stat-grid-v80{grid-template-columns:1fr 1fr!important}}.sponsor-page-v936{gap:16px;display:grid}.sponsor-hero-v936{padding:22px!important}.sponsor-hero-v936 h1{letter-spacing:.06em!important;font-size:clamp(2.4rem,9vw,4.6rem)!important;line-height:1.04!important}.sponsor-proof-tiles-v936{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:14px 0;display:grid}.sponsor-proof-tiles-v936 div{background:#0000003d;border:1px solid #ffb54c2e;border-radius:16px;gap:4px;padding:12px;display:grid}.sponsor-proof-tiles-v936 strong{color:#ffe2a6;font-size:1.15rem}.sponsor-tier-card-v936{min-height:170px!important}.sponsor-tier-card-v936 small{color:#9fffd7;margin-top:8px;line-height:1.35;display:block}.sponsor-pack-ready-v936 .btn{margin-top:8px!important}.sponsor-safe-policy-v936{background:#1450361a!important;border-color:#7fffcd40!important}@media (width<=760px){.sponsor-proof-tiles-v936{grid-template-columns:1fr 1fr}.sponsor-grid-v936>.span-6{grid-column:span 12!important}.sponsor-page-v936 .action-row{grid-template-columns:1fr!important;display:grid!important}.sponsor-pack-ready-v936 .btn{width:100%!important}}.eyebrow{letter-spacing:.16em!important}p,.small,span,em,small,li{letter-spacing:normal!important;word-break:normal!important;overflow-wrap:break-word!important}h1,h2,h3,.btn,strong{word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important}.card,.notice,.hero,.compact-page-hero{max-width:100%!important}@media (width<=390px){.btn,.small-btn{padding-inline:10px!important;font-size:.82rem!important}.badge{font-size:.74rem!important}.nav-topline{gap:8px!important}.brand-title strong{letter-spacing:.14em!important}.brand-mobile{font-size:.78rem!important}}.notification-count-pill-v938{color:#ffe0ab!important;letter-spacing:0!important;background:#281f16fa!important;border:1px solid #ffbe5bb8!important;border-radius:999px!important;place-items:center!important;min-width:22px!important;height:22px!important;margin-left:2px!important;padding:0 7px!important;font-size:11px!important;font-weight:1000!important;line-height:1!important;display:inline-grid!important}.notification-bell-link{gap:3px!important;min-width:44px!important;overflow:visible!important}.notification-bell-link .bell-badge{display:none!important}.nav-right-actions{gap:7px!important}.fegl-overlay-root-v935 .nav-sheet-v935{top:calc(env(safe-area-inset-top,0px) + 58px)!important;scroll-behavior:auto!important;gap:7px!important;padding:8px!important}.fegl-overlay-root-v935 .nav-drawer-top-v929{min-height:42px!important;padding:10px 12px!important;position:sticky!important;top:0!important}.fegl-overlay-root-v935 .nav-drawer-home-v928,.fegl-overlay-root-v935 .nav-accordion-head-v928{min-height:48px!important;padding:10px 12px!important}.fegl-overlay-root-v935 .nav-accordion-section-v928{overflow-anchor:none!important;scroll-margin:0!important}.fegl-overlay-root-v935 .nav-accordion-links-v928{max-height:none!important;animation:none!important;overflow:visible!important;transform:none!important}.notifications-v938{gap:14px;display:grid}.notification-hero-v938{padding:clamp(18px,4vw,28px)!important}.notification-kpi-row-v938{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.notification-kpi-row-v938 div{background:#00000038;border:1px solid #ffb1532e;border-radius:16px;gap:2px;padding:10px;display:grid}.notification-kpi-row-v938 strong{color:#ffe2ad;font-size:1.6rem;line-height:1}.notification-kpi-row-v938 span{color:var(--muted);font-size:.78rem}.notif-actions-v938{gap:8px!important}.notification-tabs-v938{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.notification-tabs-v938 button{color:#fff3df;background:#0000005c;border:1px solid #ffad4f38;border-radius:999px;flex:none;padding:9px 13px;font-weight:900}.notification-tabs-v938 button.active{background:linear-gradient(135deg,#ff6a18,#bd2417);border-color:#ffd2908c}.notification-tabs-v938 span{color:#ffe0a9;margin-left:6px}.notification-list-v938{gap:10px;display:grid}.notification-row-v938{color:inherit!important;border-radius:18px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;padding:14px!important;text-decoration:none!important;display:grid!important}.notification-row-v938 p{color:var(--muted);margin:3px 0;line-height:1.32}.notification-row-v938 small{color:#c7b099}.notification-row-action-v938{color:#8cffd5;white-space:nowrap;border:1px solid #ffb4532e;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:.78rem;font-weight:900;display:inline-flex}.notification-row-v938.unread{background:linear-gradient(135deg,#ff64181f,#0000004d)!important;border-color:#ff691f75!important}@media (width<=620px){.notification-kpi-row-v938{grid-template-columns:repeat(3,1fr)}.notification-row-v938{grid-template-columns:auto 1fr!important}.notification-row-action-v938{grid-column:2;justify-self:start}.notif-actions-v938 .btn{justify-content:center;width:100%}.notification-hero-v938 .compact-action-row{grid-template-columns:1fr!important;display:grid!important}}.forecast-row-v935{overflow:hidden!important}.forecast-player-link-v935{min-width:0!important}.forecast-player-link-v935 strong{overflow-wrap:anywhere!important;letter-spacing:.02em!important}.forecast-player-link-v935 span{color:#ffd58b!important;letter-spacing:.12em!important;margin-top:4px!important;display:block!important}.forecast-main-pct-v933{justify-items:end!important;min-width:84px!important}.forecast-main-pct-v933 b{white-space:nowrap!important;word-break:keep-all!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important;align-items:flex-start!important;gap:0!important;line-height:.9!important;display:inline-flex!important}.forecast-main-pct-v933 b span:first-child{display:inline!important}.forecast-main-pct-v933 b span:last-child{margin-left:1px!important;font-size:.55em!important;display:inline!important}.forecast-main-pct-v933 small{letter-spacing:.02em!important;margin-top:5px!important;display:block!important}.forecast-status-chip-v933.waiting{color:#ffe0a8!important;background:#ffb04029!important;border-color:#ffd3784d!important}.forecast-status-chip-v933.eliminated{color:#ffd1d8!important;background:#b4162a2e!important;border-color:#ff5a7061!important}.forecast-why-v935 summary{align-items:center!important;min-height:42px!important;display:flex!important}@media (width<=560px){.forecast-row-v935{grid-template-columns:minmax(0,1fr) 74px!important;padding:12px!important}.forecast-main-pct-v933{min-width:68px!important}.forecast-main-pct-v933 b{font-size:clamp(2rem,10vw,3rem)!important}.forecast-row-v935>em{font-size:.94rem!important}.forecast-mini-pills-v932{margin-right:-12px!important}}.club-scout-details-v938{grid-template-columns:repeat(3,minmax(0,1fr))!important}.club-scout-panel-v889 summary .btn{white-space:nowrap!important}.club-mobile-meta-v889 a em small,.clubhouse-table-v888 small{color:#ffdca1!important;font-weight:800!important}.club-index-link-v923 em{color:#8cffd5!important}@media (width<=720px){.club-scout-details-v938{grid-template-columns:1fr!important}.club-scout-kpis-v889{grid-template-columns:repeat(2,minmax(0,1fr))!important}.club-mobile-meta-v889{grid-template-columns:1fr 1fr!important;gap:16px 20px!important;display:grid!important}.club-mobile-meta-v889 a{background:0 0!important;border:0!important;padding:0!important}.club-mobile-meta-v889 strong{font-size:1.25rem!important;line-height:1.1!important}}.profile-collapse-v895>summary{cursor:pointer}.rivalry-war-room-v938 summary{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.rivalry-war-room-v938 summary strong{font-size:1.2rem!important}.rivalry-story-card-v938 small{color:#ffdca1;margin:3px 0 5px;font-size:.8rem;display:block}.rivalry-story-card-v938 p{color:var(--muted);margin:0;line-height:1.35}.profile-hero-v871 img,.profile-preview-avatar img,.nav-profile-avatar img{background:#120c08}.hr-journey-collapse-v927 .v80-timeline-row b{font-variant-numeric:tabular-nums!important;white-space:nowrap!important}.badge-card-v886.earned-live-v933{background:linear-gradient(135deg,#2382521f,#0000003d)!important;border-color:#75ffb857!important}.badge-status-columns-v886 small{line-height:1.25!important}.pack-ready-grid-v938{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0;display:grid}.pack-ready-v934 a,.pack-ready-v934 button{width:max-content;max-width:100%;margin-top:8px!important}@media (width<=720px){.pack-ready-grid-v938{grid-template-columns:1fr}.pack-ready-v934 a,.pack-ready-v934 button{justify-content:center;width:100%}}.emergency-pack-page-v938 .hero{padding:clamp(18px,4vw,28px)!important}.cards-v878 .compact-page-head{align-items:end!important}.fegl-card-tile-v842{background:linear-gradient(#00000038,#00000070)!important;border-color:#ffb65138!important}.mini-card-face-v842{border:1px solid #ffffff38!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 0 42px #ffffff17,0 10px 28px #0000003d!important}.mini-card-face-v842:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 35%,#ffffff2e 50%,#0000 65%);position:absolute;inset:-30%;transform:rotate(12deg)}.tier-bronze .mini-card-face-v842{background:linear-gradient(135deg,#8b603c,#4b2e19)!important}.tier-silver .mini-card-face-v842{background:linear-gradient(135deg,#d8dde0,#787f84)!important}.tier-gold .mini-card-face-v842{background:linear-gradient(135deg,#f8d46f,#946617)!important}.tier-elite .mini-card-face-v842,.tier-elite-special .mini-card-face-v842{background:linear-gradient(135deg,#4a236b,#c398ff)!important}.mini-card-info-v842>strong{font-size:1.05rem!important;line-height:1.12!important}.tiny-stat-row-v842 i{font-variant-numeric:tabular-nums!important}@media (width<=540px){.full-stat-card-gallery-v844{grid-template-columns:1fr 1fr!important;gap:14px!important}.mini-card-face-v842{min-height:142px!important}.mini-card-face-v842 strong{font-size:2.3rem!important}.tiny-stat-row-v842{grid-template-columns:1fr 1fr!important}.cards-v878 .section-head.compact-page-head{grid-template-columns:1fr!important;display:grid!important}}.people-control-compact-v83 .compact-admin-hero{padding:18px!important}.people-control-grid.compact-count-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.people-control-card.compact-row-card{min-height:94px!important;padding:12px!important;text-decoration:none!important}.account-breakdown-card .account-role-breakdown{grid-template-columns:repeat(4,minmax(0,1fr))!important}.account-role-column{min-height:0!important}.account-role-list{max-height:260px;overflow:auto}@media (width<=900px){.people-control-grid.compact-count-grid{grid-template-columns:1fr 1fr!important}.account-breakdown-card .account-role-breakdown{grid-template-columns:1fr!important}.account-role-list{max-height:none}}.nav-notification-number-v939{color:#ffe7c2!important;width:44px!important;height:44px!important;font-family:var(--ui)!important;background:#00000085!important;border:1px solid #ffb3506b!important;border-radius:999px!important;place-items:center!important;font-size:15px!important;font-weight:1000!important;line-height:1!important;text-decoration:none!important;display:inline-grid!important;box-shadow:0 0 0 1px #ff701814,inset 0 0 18px #ff701814!important}.nav-notification-number-v939.zero{color:#f5d9ae!important;opacity:.96!important}.nav-right-actions .notification-bell-link{display:none!important}.season-tabs-v932,.season-tab-rail-v932,.season-hub-tabs-v932,.season-sticky-tabs-v932,.season-format-tabs-v932{z-index:5!important;margin-top:0!important;position:relative!important;top:auto!important;transform:none!important}.season-shell-v932,.season-format-page-v932,.season-hub-page-v932{padding-top:0!important;overflow-x:hidden!important}body .shell{overflow-x:hidden!important}.road-top8-v932 .section-head h2{letter-spacing:.06em!important;overflow-wrap:anywhere!important;font-size:clamp(2rem,9vw,4rem)!important;line-height:.96!important}.forecast-table-v932{gap:14px!important;display:grid!important;overflow-x:hidden!important}.forecast-row-v932.forecast-row-v935{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px 14px!important;padding:16px!important;display:grid!important;overflow:hidden!important}.forecast-player-copy-v933{flex-direction:column!important;gap:5px!important;min-width:0!important;text-decoration:none!important;display:flex!important}.forecast-player-copy-v933 strong{letter-spacing:.01em!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important;font-size:clamp(1.05rem,5vw,1.55rem)!important;line-height:1.05!important}.forecast-player-copy-v933 span{letter-spacing:.18em!important;color:#ffd987!important;font-size:.9rem!important;font-family:var(--ui)!important;font-weight:1000!important}.forecast-main-pct-v933{text-align:right!important;white-space:nowrap!important;grid-area:1/2/span 2!important;align-self:start!important;min-width:82px!important}.forecast-main-pct-v933 b{white-space:nowrap!important;font-family:var(--body)!important;letter-spacing:0!important;justify-content:flex-end!important;align-items:baseline!important;gap:2px!important;display:inline-flex!important}.forecast-main-pct-v933 b span:first-child{letter-spacing:0!important;font-size:clamp(1.55rem,8vw,2.8rem)!important;line-height:1!important}.forecast-main-pct-v933 b span:last-child{letter-spacing:0!important;font-size:clamp(1rem,4vw,1.55rem)!important;line-height:1!important}.forecast-main-pct-v933 small{white-space:nowrap!important;color:#f5ddbd!important;font-size:.78rem!important;display:block!important}.forecast-rank-stack-v935{flex-wrap:wrap!important;grid-column:1!important;align-items:baseline!important;gap:8px!important;min-width:0!important;display:flex!important}.forecast-status-chip-v933{grid-column:1/-1!important;justify-self:start!important}.forecast-row-v932 em{letter-spacing:0!important;grid-column:1/-1!important;font-size:1rem!important;line-height:1.35!important}.forecast-mini-pills-v932{scrollbar-width:thin!important;grid-column:1/-1!important;gap:8px!important;padding-bottom:6px!important;display:flex!important;overflow-x:auto!important}.forecast-why-v934{grid-column:1/-1!important}.forecast-why-v934 summary{align-items:center!important;min-height:42px!important;display:flex!important}@media (width>=760px){.forecast-row-v932.forecast-row-v935{grid-template-columns:minmax(220px,1fr) auto auto!important}.forecast-main-pct-v933{min-width:112px!important}}.helper-board-collapsed-v934 summary:after{content:""}:root{--fegl-top-pad-mobile:clamp(8px,2.5vw,18px)}.nav-wrap.grouped-nav.pro-nav{z-index:60;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000ed;position:sticky;top:0}.nav-notification-number-v939{color:#fff0cf!important;font-variant-numeric:tabular-nums!important;letter-spacing:0!important;background:#ff8a2014!important;border:1px solid #ffba5a59!important;border-radius:999px!important;place-items:center!important;min-width:42px!important;height:42px!important;font-weight:900!important;text-decoration:none!important;display:grid!important}.nav-drawer-v928.nav-sheet-v935{overscroll-behavior:contain!important;scroll-behavior:auto!important;max-height:calc(100dvh - clamp(82px,13vh,114px))!important;padding:14px!important;top:clamp(72px,12vh,104px)!important;overflow-y:auto!important}.nav-drawer-top-v929{min-height:48px!important;margin-bottom:8px!important}.nav-drawer-home-v928,.nav-accordion-head-v928{min-height:54px!important}.nav-accordion-section-v928{scroll-margin-top:0!important}.nav-accordion-links-v928{animation:none!important}.nav-accordion-head-v928 span{white-space:nowrap!important;letter-spacing:.08em!important}.season-v842-page.season-v859-page{margin-top:0!important;padding-top:0!important;overflow-x:hidden!important}.season-tabs-v859{z-index:35!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;scrollbar-width:none!important;background:#000000e8!important;border-radius:0!important;margin:0 0 8px!important;position:sticky!important;top:68px!important;overflow-x:auto!important}.season-tab-swipe-stage-v935{touch-action:pan-y!important;margin-top:0!important;padding-top:0!important}.season-overview-command-v935{margin-top:0!important;padding:16px!important;display:block!important}.season-overview-command-v935 h1{letter-spacing:.08em!important;font-size:clamp(2rem,8vw,4rem)!important;line-height:.95!important}.season-command-card-v859{display:block!important}.season-command-stats-v859{grid-template-columns:repeat(2,minmax(0,1fr))!important}.season-command-stats-v859 div{min-height:72px!important}.road-top8-v932{overflow:hidden!important}.road-top8-v932 h2{letter-spacing:.08em!important;line-height:1!important}.forecast-row-v932.forecast-row-v935{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"player pct""rank rank""status status""text text""pills pills""why why"!important;gap:8px 12px!important;padding:14px!important;display:grid!important;overflow:hidden!important}.forecast-player-link-v935{grid-area:player!important;min-width:0!important;text-decoration:none!important}.forecast-player-link-v935 strong{white-space:normal!important;overflow-wrap:anywhere!important;letter-spacing:.04em!important;max-width:100%!important;font-size:clamp(1.05rem,4.8vw,1.55rem)!important;line-height:1.05!important;display:block!important}.forecast-player-link-v935 span{white-space:nowrap!important;letter-spacing:.18em!important;margin-top:4px!important;display:block!important}.forecast-rank-stack-v935{flex-wrap:wrap!important;grid-area:rank!important;align-items:center!important;gap:9px!important;display:flex!important}.forecast-rank-stack-v935 span,.forecast-rank-stack-v935 small{white-space:nowrap!important}.forecast-main-pct-v933{text-align:right!important;white-space:nowrap!important;grid-area:pct!important;justify-self:end!important;align-items:flex-start!important;gap:6px!important;min-width:94px!important;display:flex!important}.forecast-main-pct-v933 b{font-variant-numeric:tabular-nums!important;white-space:nowrap!important;letter-spacing:0!important;align-items:flex-start!important;gap:1px!important;font-size:clamp(1.65rem,7.5vw,3.1rem)!important;line-height:.82!important;display:inline-flex!important}.forecast-main-pct-v933 small{white-space:nowrap!important;opacity:.85!important;padding-top:3px!important;font-size:.78rem!important}.forecast-status-chip-v933{grid-area:status!important;width:max-content!important}.forecast-row-v935>em{grid-area:text!important;font-style:normal!important;line-height:1.35!important}.forecast-mini-pills-v932{scrollbar-width:thin!important;grid-area:pills!important;gap:7px!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.forecast-why-v935{grid-area:why!important}.forecast-why-v935 summary{cursor:pointer!important;list-style:none!important}.forecast-why-v935 p{background:#00000038!important;border-radius:12px!important;margin-top:8px!important;padding:10px!important}.ht-dna-panel-v939{margin-top:10px!important}.ht-dna-grid-v939{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.ht-dna-card-v939{color:inherit;background:#00000042;border:1px solid #ffba5a33;border-radius:15px;padding:12px;text-decoration:none}.ht-dna-card-v939 strong,.ht-dna-card-v939 span,.ht-dna-card-v939 small{display:block}.ht-dna-card-v939 small{opacity:.72;margin-top:4px}.club-tags-v864 .badge{margin:0 6px 6px 0!important}.profile-collapse-v895>summary{gap:10px!important}.profile-collapse-v895>summary strong{line-height:1.1!important}.rivalry-war-room-v938>summary strong{display:block!important}.rivalry-war-room-v938>summary span{margin-top:3px!important;display:block!important}.rivalry-story-card-v938 p{font-size:.86rem!important;line-height:1.28!important}.rivalry-story-card-v938 em{text-transform:uppercase!important;color:#f8cf89!important;letter-spacing:.11em!important;font-style:normal!important}.club-analytics-card-v864{min-height:0!important}.pack-ready-v934 .pack-file-name-v939{overflow-wrap:anywhere!important;margin:.25rem 0 .55rem!important;display:block!important}.pack-ready-grid-v938{gap:10px!important;display:grid!important}.owner-kpi-grid-v934 a{text-decoration:none!important}.people-control-grid.compact-count-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important}.account-role-person{gap:5px!important;display:grid!important}.mini-admin-btn,.mini-danger-btn{width:max-content!important;min-height:30px!important}.admin-action-tile-v871{text-decoration:none!important}.owner-lock-moved-v934{display:none!important}@media (width<=720px){body{overflow-x:hidden!important}.nav-topline{padding:8px 10px!important}.brand-title strong{letter-spacing:.25em!important}.season-tabs-v859{margin-left:calc(var(--page-pad,14px) * -1)!important;margin-right:calc(var(--page-pad,14px) * -1)!important;width:calc(100% + (var(--page-pad,14px) * 2))!important;top:60px!important}.season-tabs-v859 button{min-height:40px!important;padding:8px 14px!important;font-size:.82rem!important}.season-overview-command-v935{border-radius:18px!important}.forecast-row-v932.forecast-row-v935{grid-template-columns:minmax(0,1fr) minmax(76px,auto)!important;padding:12px!important}.forecast-main-pct-v933{min-width:76px!important}.forecast-main-pct-v933 b{font-size:2.05rem!important}.forecast-main-pct-v933 small{font-size:.68rem!important}.forecast-rank-stack-v935 b{font-size:1.25rem!important}.road-top8-v932 h2{letter-spacing:.09em!important;font-size:clamp(1.65rem,10vw,2.4rem)!important}.section-head.tight-head{gap:10px!important}.nav-drawer-v928.nav-sheet-v935{width:auto!important;left:12px!important;right:12px!important}.account-status-strip{margin-top:0!important}.compact-page-hero{padding-top:14px!important}.admin-v841-page .compact-page-hero,.owner-hub-v920 .compact-page-hero{padding:14px!important}.notification-kpi-row-v938{grid-template-columns:repeat(3,minmax(0,1fr))!important}.notif-actions-v938,.ht-dna-grid-v939{grid-template-columns:1fr!important}.owner-kpi-grid-v934{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pack-ready-v934 .btn{width:100%!important}.account-role-breakdown,.admin-scope-grid-v890{grid-template-columns:1fr!important}}@media (width>=900px){.season-command-stats-v859{grid-template-columns:repeat(4,minmax(0,1fr))!important}.forecast-row-v932.forecast-row-v935{grid-template-columns:minmax(230px,1fr) auto minmax(110px,auto)!important;grid-template-areas:"player rank pct""status text text""pills pills pills""why why why"!important}.forecast-rank-stack-v935{justify-content:center!important}.pack-ready-grid-v938{grid-template-columns:1fr 1fr!important}}body.fegl-overlay-lock-v932{touch-action:none;overflow:hidden!important}.nav-menu-scrim-v934{z-index:99980!important;-webkit-backdrop-filter:blur(9px)!important;backdrop-filter:blur(9px)!important;background:#000000bd!important;position:fixed!important;inset:0!important}.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935,.fegl-overlay-root-v935 .nav-drawer-v930.mobile-sheet-v932.nav-sheet-v935{z-index:99990!important;left:50%!important;right:auto!important;top:calc(env(safe-area-inset-top,0px) + 72px)!important;bottom:calc(env(safe-area-inset-bottom,0px) + 10px)!important;overscroll-behavior:contain!important;box-sizing:border-box!important;scroll-behavior:auto!important;background:linear-gradient(155deg,#080402fe,#020709fe)!important;border:1px solid #ffb54c57!important;border-radius:22px!important;flex-direction:column!important;gap:8px!important;width:min(520px,100vw - 24px)!important;max-width:calc(100vw - 24px)!important;height:auto!important;max-height:none!important;padding:12px!important;animation:none!important;display:flex!important;position:fixed!important;overflow:hidden auto!important;transform:translate(-50%)!important;box-shadow:0 24px 86px #000000d1!important}.fegl-overlay-root-v935 .nav-drawer-top-v929{z-index:4!important;background:#0e0804fc!important;border-radius:16px!important;min-height:42px!important;margin:0 0 4px!important;padding:8px 10px!important;position:sticky!important;top:0!important}.fegl-overlay-root-v935 .nav-drawer-home-v928,.fegl-overlay-root-v935 .nav-accordion-head-v928,.fegl-overlay-root-v935 .nav-accordion-links-v928 a{box-sizing:border-box!important;white-space:normal!important;overflow-wrap:anywhere!important;border-radius:16px!important;width:100%!important;min-height:48px!important;padding:10px 12px!important;scroll-margin:0!important;animation:none!important;transform:none!important}.fegl-overlay-root-v935 .nav-accordion-section-v928{overflow-anchor:none!important;flex:none!important;scroll-margin:0!important;overflow:visible!important}.fegl-overlay-root-v935 .nav-accordion-links-v928{gap:8px!important;max-height:none!important;padding:8px 0 0!important;animation:none!important;display:grid!important;overflow:visible!important}@media (width>=901px){.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935,.fegl-overlay-root-v935 .nav-drawer-v930.mobile-sheet-v932.nav-sheet-v935{width:min(520px,100vw - 48px)!important;top:88px!important}}@media (orientation:landscape) and (height<=620px){.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935,.fegl-overlay-root-v935 .nav-drawer-v930.mobile-sheet-v932.nav-sheet-v935{top:calc(env(safe-area-inset-top,0px) + 44px)!important;bottom:calc(env(safe-area-inset-bottom,0px) + 6px)!important}}.season-v842-page.season-v859-page,.season-v842-page,.season-tab-swipe-stage-v935{margin-top:0!important;padding-top:0!important;overflow-x:hidden!important}.season-tabs-v859,.tab-row.scroll-tabs-v842.season-tabs-v859{z-index:1!important;scrollbar-width:none!important;touch-action:pan-x pan-y!important;background:#000000eb!important;border-radius:0!important;width:100%!important;max-width:100%!important;margin:0 0 10px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;overflow:auto hidden!important;transform:none!important}.season-tabs-v859::-webkit-scrollbar{display:none!important}.season-overview-command-v935,.season-command-card-v859,.road-top8-v932,.standings-page,.fixtures-page{margin-top:0!important}.table-wrap,.table-scroll,.standings-table-scroll-v925,.standings-scroll-v935{-webkit-overflow-scrolling:touch!important;max-width:100%!important;overflow:auto visible!important}.forecast-row-v932.forecast-row-v935{grid-template-columns:minmax(0,1fr) minmax(86px,auto)!important;grid-template-areas:"player pct""rank rank""status status""text text""pills pills""why why"!important;max-width:100%!important;overflow:hidden!important}.forecast-main-pct-v933{white-space:nowrap!important;justify-self:end!important;min-width:86px!important}.forecast-main-pct-v933 b{white-space:nowrap!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important;line-height:.9!important}.forecast-main-pct-v933 small{white-space:nowrap!important;letter-spacing:0!important}.forecast-player-link-v935 strong{overflow-wrap:anywhere!important;word-break:normal!important;letter-spacing:.035em!important;max-width:100%!important}.forecast-player-link-v935 span{white-space:nowrap!important;letter-spacing:.16em!important}.forecast-mini-pills-v932{max-width:100%!important;overflow:auto hidden!important}.forecast-mini-pills-v932 span{white-space:nowrap!important;flex:none!important}@media (width<=420px){.forecast-row-v932.forecast-row-v935{grid-template-columns:minmax(0,1fr) 78px!important;padding:12px!important}.forecast-main-pct-v933{min-width:74px!important}.forecast-main-pct-v933 b{font-size:clamp(1.7rem,8.5vw,2.25rem)!important}.forecast-main-pct-v933 small{font-size:.68rem!important}.road-top8-v932 h2,.section-head h2{letter-spacing:.045em!important;line-height:1.02!important}}html,body,#root{max-width:100%;overflow-x:hidden}.fegl-overlay-root-v935{pointer-events:none;z-index:999999!important;position:fixed!important;inset:0!important}.fegl-overlay-root-v935>*{pointer-events:auto}.nav-menu-scrim-v934{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;z-index:1!important;background:#000000a8!important;width:100vw!important;height:100dvh!important;position:fixed!important;inset:0!important}.nav-sheet-v935,.fegl-mobile-sheet-v935,.nav-drawer-v928{top:max(76px, env(safe-area-inset-top,0px) + 64px)!important;overscroll-behavior:contain!important;z-index:2!important;background:linear-gradient(145deg,#090604fa,#020c0ef7)!important;border:1px solid #ff973657!important;border-radius:24px!important;width:min(680px,100vw - 28px)!important;max-height:min(78dvh,820px)!important;padding:14px!important;position:fixed!important;left:50%!important;right:auto!important;overflow-y:auto!important;transform:translate(-50%)!important;box-shadow:0 28px 90px #000000b3!important}.nav-drawer-top-v929{z-index:3!important;background:#000000a8!important;border:1px solid #ff973633!important;border-radius:18px!important;justify-content:space-between!important;align-items:center!important;min-height:52px!important;margin:0 0 10px!important;padding:10px 12px!important;display:flex!important;position:sticky!important;top:0!important}.nav-drawer-top-v929 strong{color:#ffd277!important;letter-spacing:.14em!important;text-transform:uppercase!important}.nav-drawer-flat-links-v9312{gap:10px!important;display:grid!important}.nav-drawer-flat-link-v9312{color:#fff3dc!important;letter-spacing:.025em!important;background:#ffffff09!important;border:1px solid #ff973633!important;border-radius:18px!important;align-items:center!important;gap:12px!important;min-height:54px!important;padding:12px 14px!important;font-weight:900!important;line-height:1.15!important;text-decoration:none!important;display:flex!important}.nav-drawer-flat-link-v9312.active,.nav-drawer-flat-link-v9312:hover{color:#fff!important;background:linear-gradient(90deg,#ff651959,#ff973614)!important;border-color:#ff973673!important}.nav-accordion-section-v928,.nav-accordion-head-v928,.nav-accordion-links-v928,.nav-drawer-home-v928{display:none!important}.nav-notification-number-v939{color:#ffd277!important;min-width:42px!important;height:42px!important;font-family:var(--ui,inherit)!important;letter-spacing:0!important;background:#00000070!important;border:1px solid #ff973657!important;border-radius:999px!important;place-items:center!important;font-size:1rem!important;font-weight:1000!important;text-decoration:none!important;display:inline-grid!important}.nav-notification-number-v939.zero{opacity:.95!important}.nav-right-actions .top-bell-wrap-v844,.top-bell-drawer-v844{display:none!important}.season-v842-page,.season-v859-page{max-width:100%!important;margin-top:0!important;padding-top:0!important;overflow:visible!important}.season-v842-page:before,.season-v842-page:after,.season-v859-page:before,.season-v859-page:after{display:none!important}.season-v842-page>.tab-row,.season-tabs-v859,.scroll-tabs-v842{z-index:1!important;background:#00000080!important;border:1px solid #ff97362e!important;border-radius:18px!important;width:100%!important;max-width:100%!important;margin:10px 0 14px!important;padding:8px!important;position:static!important;top:auto!important;overflow-x:auto!important;transform:none!important}.season-tabs-v859 button{white-space:nowrap!important;letter-spacing:0!important;flex:none!important;min-height:42px!important}.season-tab-swipe-stage-v935,.season-tab-stage-no-swipe-v936{touch-action:pan-y!important;margin-top:0!important;padding-top:0!important;overflow:visible!important;transform:none!important}.season-command-card-v859{margin-top:0!important}.season-command-copy-v859 h1{overflow-wrap:anywhere!important;letter-spacing:.08em!important;font-size:clamp(2.15rem,8vw,4.6rem)!important;line-height:1.02!important}.season-command-copy-v859 p,.season-overview-v859 p{letter-spacing:0!important}.home-v936{max-width:1180px!important;margin:0 auto!important}.home-hero-v936{min-height:auto!important;margin-top:0!important;padding:clamp(18px,3vw,34px)!important;display:block!important}.home-poster-section-v936{max-width:900px!important;margin:18px auto!important;display:block!important}.home-poster-section-v936 .home-poster-wrap{width:100%!important;max-width:900px!important;margin:0 auto!important;position:relative!important;overflow:hidden!important}.home-poster-section-v936 img{object-fit:contain!important;width:100%!important;height:auto!important;max-height:none!important;display:block!important;position:static!important;transform:none!important}.road-top8-v932 h2{letter-spacing:.055em!important;overflow-wrap:normal!important;word-break:normal!important;font-size:clamp(2rem,7vw,4rem)!important;line-height:1.05!important}.forecast-table-v932{gap:12px!important;display:grid!important}.forecast-row-v932,.forecast-row-v935{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px 16px!important;padding:clamp(14px,2.5vw,22px)!important;display:grid!important;overflow:hidden!important}.forecast-player-copy-v933 strong,.forecast-player-link-v935 strong{overflow-wrap:anywhere!important;word-break:normal!important;letter-spacing:.01em!important;max-width:100%!important;line-height:1.12!important;display:block!important}.forecast-player-copy-v933 span,.forecast-player-link-v935 span{letter-spacing:.08em!important;color:#ffd277!important;display:block!important}.forecast-main-pct-v933{text-align:right!important;white-space:nowrap!important;grid-area:1/2/span 2!important;justify-self:end!important;min-width:86px!important}.forecast-main-pct-v933 b{white-space:nowrap!important;font-variant-numeric:tabular-nums!important;letter-spacing:0!important;align-items:baseline!important;gap:2px!important;line-height:.9!important;display:inline-flex!important}.forecast-main-pct-v933 b span:first-child{font-size:clamp(2rem,9vw,4.2rem)!important}.forecast-main-pct-v933 b span:last-child{font-size:clamp(1rem,4vw,1.7rem)!important}.forecast-main-pct-v933 small{white-space:nowrap!important;letter-spacing:0!important;display:block!important}.forecast-rank-stack-v935,.forecast-status-chip-v933,.forecast-row-v935>em,.forecast-mini-pills-v932,.forecast-why-v935{grid-column:1/-1!important}.forecast-rank-stack-v935{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.forecast-row-v935>em{color:#e6d0b5!important;letter-spacing:0!important;overflow-wrap:anywhere!important;font-style:normal!important;line-height:1.45!important}.forecast-mini-pills-v932{gap:8px!important;padding-bottom:4px!important;display:flex!important;overflow-x:auto!important}.forecast-mini-pills-v932 span{white-space:nowrap!important;letter-spacing:0!important;flex:none!important}.forecast-why-v935{border-radius:14px!important}@media (width<=520px){.forecast-row-v932,.forecast-row-v935{grid-template-columns:minmax(0,1fr) 82px!important}.forecast-main-pct-v933{min-width:76px!important}}.owner-admin-add-row-v9312{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;display:grid!important}.owner-admin-add-row-v9312 input{color:#fff4e8!important;background:#00000061!important;border:1px solid #ff973642!important;border-radius:14px!important;min-width:0!important;min-height:44px!important;padding:0 12px!important}.account-role-breakdown{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;display:grid!important}.account-role-column{min-width:0!important}.account-role-person{background:#0000002e!important;border:1px solid #ff97362e!important;border-radius:14px!important;gap:6px!important;padding:10px!important;display:grid!important}.account-role-person strong,.account-role-person span{overflow-wrap:anywhere!important}@media (width<=720px){.account-role-breakdown,.owner-admin-add-row-v9312{grid-template-columns:1fr!important}}.home-live-now-v9313{background:linear-gradient(135deg,#ff611429,#031114c2),#0000006b!important;border:1px solid #ff973647!important;border-radius:18px!important;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;align-items:stretch!important;gap:14px!important;margin:16px auto 18px!important;padding:clamp(14px,2.5vw,22px)!important;display:grid!important;overflow:hidden!important;box-shadow:0 18px 46px #00000057!important}.home-live-copy-v9313,.home-live-stats-v9313,.home-live-fixtures-v9313,.home-latest-result-v9313{min-width:0!important}.home-live-copy-v9313 h2{letter-spacing:.035em!important;margin:4px 0 8px!important;font-size:clamp(1.55rem,4vw,2.8rem)!important;line-height:1.02!important}.home-live-copy-v9313 p{color:#f0dcc2!important;letter-spacing:0!important;margin:0!important;line-height:1.48!important}.home-live-actions-v9313{flex-wrap:wrap!important;gap:8px!important;margin-top:14px!important;display:flex!important}.home-live-stats-v9313{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;display:grid!important}.home-live-stats-v9313 div,.home-live-fixtures-v9313,.home-latest-result-v9313{background:#0000004d!important;border:1px solid #ff973633!important;border-radius:14px!important;padding:12px!important}.home-live-stats-v9313 span,.home-live-fixtures-v9313>strong,.home-latest-result-v9313 span{color:#ffcc7a!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:.72rem!important;font-weight:900!important;display:block!important}.home-live-stats-v9313 strong{color:#fff8e9!important;letter-spacing:0!important;font-variant-numeric:tabular-nums!important;margin-top:4px!important;font-size:clamp(1.25rem,4.5vw,2rem)!important;line-height:1!important;display:block!important}.home-live-stats-v9313 small{color:#d9bea1!important;margin-top:5px!important;line-height:1.25!important;display:block!important}.home-live-fixtures-v9313{grid-column:1/-1!important;gap:8px!important;display:grid!important}.home-live-fixtures-v9313 a,.home-latest-result-v9313{color:#fff3dc!important;gap:3px!important;text-decoration:none!important;display:grid!important}.home-live-fixtures-v9313 a{border-top:1px solid #ff973624!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;padding:8px 0!important}.home-live-fixtures-v9313 a span{color:#ffcc7a!important;letter-spacing:0!important;white-space:nowrap!important;font-size:.75rem!important;font-weight:900!important}.home-live-fixtures-v9313 a b{overflow-wrap:anywhere!important;letter-spacing:0!important;min-width:0!important}.home-live-fixtures-v9313 a em{color:#d8bfa6!important;letter-spacing:0!important;grid-column:2!important;font-size:.82rem!important;font-style:normal!important}.home-latest-result-v9313{grid-column:1/-1!important}.home-latest-result-v9313 strong{color:#fff8e9!important;overflow-wrap:anywhere!important}@media (width<=820px){.home-live-now-v9313{grid-template-columns:1fr!important}.home-live-stats-v9313{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=440px){.home-live-stats-v9313,.home-live-fixtures-v9313 a{grid-template-columns:1fr!important}.home-live-fixtures-v9313 a em{grid-column:auto!important}}.card p,.card span,.notice,.error,.btn,button,input,select,textarea{overflow-wrap:anywhere;word-break:normal!important}.btn,button{letter-spacing:.01em!important}.nav-drawer-sections-v9314{align-content:start!important}.nav-drawer-sections-v9314 section{background:#ffffff06!important;border:1px solid #7ee7ff1f!important;border-radius:16px!important;gap:8px!important;min-width:0!important;padding:10px!important;display:grid!important}.nav-drawer-sections-v9314 section>strong{color:#7ee7ff!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-size:.72rem!important}.nav-drawer-sections-v9314 .nav-drawer-flat-link-v9312{border-radius:12px!important;min-height:48px!important}.home-spectator-mode-v9314,.home-week-episodes-v9314,.profile-walkin-v9314,.card-reveal-studio-v9314,.owner-command-strip-v9314,.playoff-war-map-v9314{background:linear-gradient(135deg,#7ee7ff1a,#ff973614),#0000005c!important;border:1px solid #7ee7ff2e!important;border-radius:18px!important;margin:16px auto!important;overflow:hidden!important;box-shadow:0 18px 50px #00000047!important}.home-spectator-mode-v9314,.home-week-episodes-v9314,.card-reveal-studio-v9314,.owner-command-strip-v9314{padding:clamp(14px,2.5vw,22px)!important}.spectator-head-v9314,.week-episode-strip-v9314,.spectator-grid-v9314,.profile-dna-grid-v9314,.player-shrine-grid-v9314,.impact-receipt-grid-v9314,.rivalry-scoreboard-v9314,.week-episode-kpis-v9314,.owner-command-strip-v9314{gap:10px!important;min-width:0!important;display:grid!important}.spectator-head-v9314{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important}.spectator-head-v9314 h2,.home-week-episodes-v9314 h2,.week-episode-hero-v9314 h1,.rivalry-hero-v9314 h1{letter-spacing:.04em!important;overflow-wrap:anywhere!important;margin:4px 0!important;line-height:1.04!important}.spectator-head-v9314 p,.home-week-episodes-v9314 p,.card-reveal-copy-v9314 p,.week-episode-hero-v9314 p,.rivalry-hero-v9314 p{letter-spacing:0!important;line-height:1.48!important}.spectator-grid-v9314{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:12px!important}.spectator-grid-v9314 a,.week-episode-strip-v9314 a,.profile-dna-chip-v9314,.player-shrine-grid-v9314 div,.impact-receipt-grid-v9314 div,.rivalry-scoreboard-v9314 div,.week-episode-kpis-v9314 div,.owner-command-strip-v9314 div,.war-round-v9314 div,.rivalry-ledger-v9314 div,.week-fixture-board-v9314 a{color:#fff4e4!important;background:#00000047!important;border:1px solid #ffffff1c!important;border-radius:14px!important;gap:5px!important;min-width:0!important;padding:12px!important;text-decoration:none!important;display:grid!important}.spectator-grid-v9314 a span,.week-episode-strip-v9314 a span,.profile-dna-chip-v9314 span,.player-shrine-grid-v9314 span,.impact-receipt-grid-v9314 span,.rivalry-scoreboard-v9314 span,.week-episode-kpis-v9314 span,.owner-command-strip-v9314 span,.war-round-v9314 span{color:#7ee7ff!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:.72rem!important;font-weight:900!important}.spectator-grid-v9314 a strong,.week-episode-strip-v9314 a strong,.profile-dna-chip-v9314 strong,.player-shrine-grid-v9314 strong,.impact-receipt-grid-v9314 strong,.rivalry-scoreboard-v9314 strong,.week-episode-kpis-v9314 strong,.owner-command-strip-v9314 strong,.war-round-v9314 strong,.rivalry-ledger-v9314 strong,.week-fixture-board-v9314 strong{color:#fff8e9!important;letter-spacing:0!important;overflow-wrap:anywhere!important;line-height:1.08!important}.spectator-grid-v9314 a small,.week-episode-strip-v9314 a small,.profile-dna-chip-v9314 small,.player-shrine-grid-v9314 small,.impact-receipt-grid-v9314 small,.rivalry-scoreboard-v9314 small,.week-episode-kpis-v9314 small,.owner-command-strip-v9314 small,.war-round-v9314 small,.rivalry-ledger-v9314 small,.week-fixture-board-v9314 small{color:#d9c4aa!important;letter-spacing:0!important;overflow-wrap:anywhere!important;line-height:1.35!important}.week-episode-strip-v9314{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin-top:12px!important}.profile-walkin-v9314{background:radial-gradient(circle at 12% 0,#7ee7ff2e,#0000 32%),linear-gradient(135deg,#0b1316f0,#220b05d1)!important;grid-template-columns:minmax(0,1.35fr) minmax(132px,.45fr) minmax(170px,.55fr)!important;align-items:stretch!important;gap:12px!important;padding:clamp(14px,2.4vw,22px)!important;display:grid!important}.walkin-main-v9314 h2{letter-spacing:.045em!important;margin:4px 0 8px!important;font-size:clamp(1.8rem,5vw,3.3rem)!important;line-height:1!important}.walkin-main-v9314 p{color:#ead7bd!important;letter-spacing:0!important;margin:0!important;line-height:1.45!important}.walkin-card-v9314,.walkin-trait-v9314{background:linear-gradient(150deg,#ffd77d29,#0000006b)!important;border:1px solid #ffd77d47!important;border-radius:14px!important;align-content:center!important;gap:5px!important;min-width:0!important;min-height:132px!important;padding:14px!important;display:grid!important}.walkin-card-v9314 strong{letter-spacing:0!important;font-size:clamp(2.35rem,8vw,4.1rem)!important;line-height:.9!important}.walkin-card-v9314 span,.walkin-trait-v9314 span{color:#7ee7ff!important;text-transform:uppercase!important;font-size:.72rem!important;font-weight:900!important}.walkin-card-v9314 em,.walkin-card-v9314 small,.walkin-trait-v9314 small{color:#e8cfae!important;overflow-wrap:anywhere!important;font-style:normal!important}.walkin-trait-v9314 strong{color:#fff7e2!important;letter-spacing:0!important;font-size:clamp(1.15rem,3.6vw,1.75rem)!important;line-height:1.05!important}.profile-dna-grid-v9314,.player-shrine-grid-v9314,.impact-receipt-grid-v9314,.rivalry-scoreboard-v9314,.week-episode-kpis-v9314{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin:14px 0!important}.profile-dna-chip-v9314.tone-hot{border-color:#ff63476b!important}.profile-dna-chip-v9314.tone-gold{border-color:#ffd77d73!important}.profile-dna-chip-v9314.tone-cool{border-color:#7ee7ff73!important}.profile-dna-chip-v9314.tone-danger{border-color:#ff547073!important}.profile-dna-chip-v9314.tone-calm{border-color:#74ffb661!important}.player-shrine-v9314,.result-impact-receipt-v9314{overflow:hidden!important}.result-impact-draft-v9314{background:#04141880!important;border:1px solid #7ee7ff47!important;border-radius:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:12px!important;display:grid!important}.result-impact-draft-v9314 div{gap:4px!important;min-width:0!important;display:grid!important}.result-impact-draft-v9314 span{color:#7ee7ff!important;text-transform:uppercase!important;font-size:.72rem!important;font-weight:900!important}.result-impact-draft-v9314 strong{color:#fff8e9!important;overflow-wrap:anywhere!important}.result-impact-draft-v9314 small{color:#d9c4aa!important;line-height:1.35!important}.playoff-war-map-v9314{grid-template-columns:1.15fr .9fr .8fr!important;gap:12px!important;padding:14px!important;display:grid!important}.war-round-v9314{gap:9px!important;min-width:0!important;display:grid!important}.war-round-v9314.final div{border-color:#ffd77d5c!important}.rivalry-page-v9314,.week-episode-page-v9314{max-width:1180px!important;margin:0 auto!important}.rivalry-ledger-v9314,.week-fixture-board-v9314{gap:10px!important;display:grid!important}.week-fixture-board-v9314 a{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important}.week-fixture-board-v9314 a small{grid-column:2!important}.rivalry-ledger-v9314 span{color:#e9d3b8!important;overflow-wrap:anywhere!important}.card-reveal-studio-v9314{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;align-items:center!important;gap:14px!important;display:grid!important}.card-reveal-copy-v9314{min-width:0!important}.card-reveal-copy-v9314 .eyebrow{align-items:center!important;gap:6px!important;display:inline-flex!important}.card-reveal-copy-v9314 h3{letter-spacing:.04em!important;overflow-wrap:anywhere!important;margin:6px 0 8px!important;font-size:clamp(1.45rem,4.4vw,2.7rem)!important;line-height:1.02!important}.card-reveal-deck-v9314{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;min-width:0!important;display:grid!important}.card-reveal-deck-v9314 .fegl-card-tile-v842{min-width:0!important}.push-device-note-v9314{align-items:center!important}@media (width<=980px){.spectator-grid-v9314,.week-episode-strip-v9314,.profile-dna-grid-v9314,.player-shrine-grid-v9314,.impact-receipt-grid-v9314,.rivalry-scoreboard-v9314,.week-episode-kpis-v9314,.owner-command-strip-v9314{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-walkin-v9314,.card-reveal-studio-v9314,.playoff-war-map-v9314{grid-template-columns:1fr!important}}@media (width<=620px){.spectator-head-v9314,.spectator-grid-v9314,.week-episode-strip-v9314,.profile-dna-grid-v9314,.player-shrine-grid-v9314,.impact-receipt-grid-v9314,.rivalry-scoreboard-v9314,.week-episode-kpis-v9314,.owner-command-strip-v9314,.result-impact-draft-v9314,.card-reveal-deck-v9314,.week-fixture-board-v9314 a{grid-template-columns:1fr!important}.week-fixture-board-v9314 a small{grid-column:auto!important}.profile-walkin-v9314{padding:14px!important}.walkin-card-v9314,.walkin-trait-v9314{min-height:110px!important}.nav-sheet-v935,.fegl-mobile-sheet-v935,.nav-drawer-v928{width:min(680px,100vw - 16px)!important;top:max(68px, env(safe-area-inset-top,0px) + 58px)!important;border-radius:18px!important}}.nav-sheet-v935,.fegl-mobile-sheet-v935,.nav-drawer-v928{overscroll-behavior:contain!important;max-height:min(78vh,100dvh - 86px)!important;scroll-padding-top:18px!important;overflow-y:auto!important}.nav-drawer-flat-link-v9312.active:not(.exact-active-v9315){color:#fff4e4!important;background:#0a0c0ec7!important;border-color:#ffffff1a!important}.nav-drawer-flat-link-v9312.exact-active-v9315{background:linear-gradient(135deg,#ff6f2adb,#581f0ad1)!important;border-color:#ffcd7a80!important;box-shadow:inset 0 0 0 1px #ffffff14,0 12px 24px #ff5b181f!important}.latest-fire-feed-v936,.home-week-episodes-v9314,.home-spectator-mode-v9314{overflow:hidden!important}.home-hero-v936 .hero-actions,.home-next-step-v936 .home-quick-actions{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.home-hero-v936 .hero-actions .btn,.home-next-step-v936 .home-quick-actions .btn{white-space:normal!important;text-align:center!important;justify-content:center!important;min-width:min(100%,170px)!important;line-height:1.12!important}.latest-fire-head-v936 h2{letter-spacing:.035em!important;font-size:clamp(1.35rem,3.6vw,2.15rem)!important;line-height:1.05!important}.latest-fire-head-v936 p{max-width:62ch!important;font-size:clamp(.92rem,2.4vw,1.05rem)!important;line-height:1.45!important}.fire-feed-rail-v936{scroll-snap-type:x mandatory!important;grid-auto-columns:minmax(238px,31%)!important;grid-auto-flow:column!important;gap:12px!important;padding-bottom:8px!important;display:grid!important;overflow-x:auto!important}.fire-story-card-v936{scroll-snap-align:start!important;grid-template-columns:46px minmax(0,1fr) auto!important;min-height:172px!important;padding:14px!important}.fire-story-card-v936 strong{letter-spacing:0!important;overflow-wrap:anywhere!important;font-size:clamp(1rem,2.8vw,1.35rem)!important;line-height:1.08!important}.fire-story-card-v936 p{-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;font-size:.92rem!important;line-height:1.35!important;display:-webkit-box!important;overflow:hidden!important}.story-count-v934{text-align:center!important;min-width:40px!important}.compact-episode-grid-v895{grid-template-columns:repeat(4,minmax(160px,1fr))!important;gap:10px!important}.compact-episode-grid-v895 .mini-stat{align-content:start!important;min-width:0!important}.compact-episode-grid-v895 .mini-stat strong{white-space:nowrap!important;letter-spacing:0!important;font-size:clamp(.76rem,1.5vw,.9rem)!important}.compact-episode-grid-v895 .mini-stat span{overflow-wrap:anywhere!important;font-size:clamp(.82rem,1.6vw,.95rem)!important;line-height:1.25!important}.forecast-lock-strip-v9315,.club-shrine-grid-v9315,.profile-club-shrine-grid-v9315{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:10px!important;margin:12px 0!important;display:grid!important}.forecast-lock-strip-v9315 div,.club-shrine-grid-v9315 a,.profile-club-shrine-grid-v9315 a{color:#fff4e4!important;background:linear-gradient(145deg,#ff822e21,#00141773)!important;border:1px solid #ffd77d3d!important;border-radius:14px!important;gap:5px!important;min-width:0!important;padding:13px!important;text-decoration:none!important;display:grid!important}.forecast-lock-strip-v9315 span,.club-shrine-grid-v9315 span,.profile-club-shrine-grid-v9315 span{color:#7ee7ff!important;letter-spacing:.06em!important;text-transform:uppercase!important;font-size:.72rem!important;font-weight:900!important}.forecast-lock-strip-v9315 strong,.club-shrine-grid-v9315 strong,.profile-club-shrine-grid-v9315 strong{color:#fff8e8!important;overflow-wrap:anywhere!important;line-height:1.06!important}.forecast-lock-strip-v9315 strong{font-size:clamp(1.55rem,4vw,2.35rem)!important}.club-shrine-grid-v9315 b{color:#ffd37e!important;font-size:.95rem!important}.forecast-row-v935{grid-template-columns:minmax(170px,1.1fr) minmax(130px,.8fr) minmax(112px,.45fr) auto!important;align-items:center!important}.forecast-main-pct-v933 b{font-size:clamp(2.15rem,6vw,3.7rem)!important;line-height:.9!important}.forecast-row-v935 em{grid-column:1/-1!important;font-size:clamp(.94rem,2.1vw,1.08rem)!important;line-height:1.38!important}.forecast-mini-pills-v932{flex-wrap:wrap!important;grid-column:1/-1!important;gap:7px!important;display:flex!important}.forecast-mini-pills-v932 span{white-space:normal!important}.standing-status-chip-v9315{white-space:normal!important;border:1px solid #ffffff24!important;border-radius:999px!important;align-items:center!important;max-width:160px!important;padding:6px 9px!important;font-size:.74rem!important;font-weight:900!important;line-height:1.05!important;display:inline-flex!important}.standing-status-chip-v9315.locked{color:#bafed0!important;background:#10704147!important;border-color:#74ffb659!important}.standing-status-chip-v9315.out{color:#ffd2b8!important;background:#8132194d!important;border-color:#ff965b57!important}.standing-status-chip-v9315.live{color:#d8f6ff!important;background:#1b5b7142!important;border-color:#7ee7ff57!important}.player-pass-card-v9315{background:linear-gradient(135deg,#051013eb,#1f0b04d1)!important;grid-template-columns:48px 56px minmax(0,1fr) minmax(112px,.35fr)!important;align-items:center!important;min-height:92px!important;padding:12px!important}.roster-avatar-v888{object-fit:cover!important;border:1px solid #ffd77d5c!important;border-radius:50%!important;width:52px!important;height:52px!important}.roster-avatar-fallback-v9315{color:#fff3d2!important;background:radial-gradient(circle at 30% 20%,#7ee7ff59,#ff692840 46%,#0000007a)!important;place-items:center!important;font-weight:1000!important;display:grid!important}.player-pass-card-v9315 .roster-main-v879 strong{letter-spacing:0!important;overflow-wrap:anywhere!important;font-size:clamp(1rem,2.6vw,1.22rem)!important}.player-pass-card-v9315 .roster-metrics-v879{text-align:right!important;min-width:0!important}.player-pass-card-v9315 .roster-metrics-v879 b{font-size:clamp(1.25rem,3.8vw,1.75rem)!important}.profile-club-shrine-v9315{overflow:hidden!important}.profile-club-shrine-grid-v9315{grid-template-columns:repeat(4,minmax(0,1fr))!important}.club-shrine-v9315{overflow:hidden!important}.club-mobile-meta-v889 a,.club-index-link-v923{overflow-wrap:anywhere!important}.playoff-war-map-v9314{grid-template-columns:minmax(0,1.1fr) minmax(0,.92fr) minmax(0,.78fr)!important;align-items:stretch!important}.season-playoffs-v865 .card{min-width:0!important}.war-round-v9314 h3,.war-round-v9314 strong,.war-round-v9314 small{overflow-wrap:anywhere!important}.v80-admin-player-row{grid-template-columns:44px minmax(150px,1fr) repeat(5,minmax(130px,.85fr)) auto auto auto!important;align-items:end!important;gap:9px!important}.v80-admin-player-row label{min-width:0!important}.v80-admin-player-row input,.v80-admin-player-row select{width:100%!important;min-width:0!important}.fixtures-v859 .card,.fixture-table-v860,.fixture-card-v860,.fixtures-list-v860 a{min-width:0!important}.fixtures-v859 table th,.fixtures-v859 table td{overflow-wrap:anywhere!important}@media (width<=1100px){.forecast-row-v935{grid-template-columns:minmax(0,1fr) auto!important}.forecast-rank-stack-v935,.forecast-status-chip-v933,.forecast-main-pct-v933{grid-column:auto!important}.v80-admin-player-row{grid-template-columns:44px minmax(0,1fr)!important;align-items:stretch!important}.v80-admin-player-row label,.v80-admin-player-row button{grid-column:1/-1!important}}@media (width<=760px){.fire-feed-rail-v936{grid-auto-columns:minmax(246px,84%)!important}.home-hero-v936 .hero-actions .btn,.home-next-step-v936 .home-quick-actions .btn{flex:100%!important;min-height:40px!important}.fire-story-card-v936{grid-template-columns:44px minmax(0,1fr)!important}.fire-story-card-v936>svg{display:none!important}.compact-episode-grid-v895,.forecast-lock-strip-v9315,.club-shrine-grid-v9315,.profile-club-shrine-grid-v9315{grid-template-columns:1fr!important}.player-pass-card-v9315{grid-template-columns:44px 52px minmax(0,1fr)!important}.player-pass-card-v9315 .roster-metrics-v879{text-align:left!important;grid-column:2/-1!important}.forecast-main-pct-v933 b{font-size:2.55rem!important}.road-top8-v932 h2{font-size:clamp(2rem,10vw,3.1rem)!important;line-height:1.02!important}.forecast-row-v935{grid-template-columns:1fr!important;gap:10px!important}.forecast-main-pct-v933,.forecast-rank-stack-v935{text-align:left!important;justify-self:start!important}.forecast-status-chip-v933{justify-self:start!important}.standings-full-table-v925 th,.standings-full-table-v925 td{padding:9px 8px!important}.road-top8-v932 .forecast-row-v932.forecast-row-v935{grid-template-columns:1fr!important;grid-template-areas:"player""pct""rank""status""text""pills""why"!important;overflow:visible!important}.road-top8-v932 .forecast-player-link-v935{grid-area:player/auto!important}.road-top8-v932 .forecast-main-pct-v933{text-align:left!important;white-space:normal!important;grid-area:auto!important;justify-self:start!important;width:100%!important;min-width:0!important}.road-top8-v932 .forecast-main-pct-v933 b{font-size:clamp(2rem,14vw,3.1rem)!important;line-height:.92!important}.road-top8-v932 .forecast-main-pct-v933 small{white-space:normal!important;margin-left:8px!important;display:inline-block!important}.road-top8-v932 .forecast-rank-stack-v935{grid-area:rank/auto!important}.road-top8-v932 .forecast-status-chip-v933{grid-area:status/auto!important}}body.fegl-overlay-lock-v932{width:auto!important;position:static!important;overflow:auto!important}.nav-drawer-v928.nav-sheet-v935{top:max(10px, env(safe-area-inset-top))!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important;max-height:calc(100dvh - 20px)!important;overflow-y:auto!important}.standings-zone-legend-v9316{flex-wrap:wrap!important;gap:8px!important;margin:8px 0 10px!important;display:flex!important}.standings-zone-legend-v9316 span,.standing-zone-label-v9316{white-space:normal!important;border:1px solid #ffffff24!important;border-radius:999px!important;align-items:center!important;width:max-content!important;max-width:160px!important;padding:5px 8px!important;font-size:.72rem!important;font-weight:1000!important;line-height:1.08!important;display:inline-flex!important}.standing-zone-label-v9316{margin-top:6px!important}.zone-booked,.standing-zone-row-v9316.zone-booked .standing-zone-label-v9316{color:#baffd8!important;background:#177f4a3d!important;border-color:#78ffb85c!important}.zone-top8,.standing-zone-row-v9316.zone-top8 .standing-zone-label-v9316{color:#d7f9ff!important;background:#2269823d!important;border-color:#7ee7ff5c!important}.zone-chasing,.standing-zone-row-v9316.zone-chasing .standing-zone-label-v9316{color:#ffe1a8!important;background:#975c123d!important;border-color:#ffc76757!important}.zone-challenger,.standing-zone-row-v9316.zone-challenger .standing-zone-label-v9316{color:#ffd0c0!important;background:#85302140!important;border-color:#ff825c57!important}.standing-zone-row-v9316.zone-booked{box-shadow:inset 5px 0 #5bffa273!important}.standing-zone-row-v9316.zone-top8{box-shadow:inset 5px 0 #62d2ff5c!important}.standing-zone-row-v9316.zone-chasing{box-shadow:inset 5px 0 #ffbd4e5c!important}.standing-zone-row-v9316.zone-challenger{box-shadow:inset 5px 0 #ff6e566b!important}.standing-zone-row-v9316 td:first-child{font-weight:1000!important}.removed-playoff-list-v9316{display:none!important}.playoff-war-map-v9316{grid-template-columns:minmax(0,1fr) minmax(0,.85fr) minmax(0,.72fr)!important;align-items:center!important;gap:24px!important;position:relative!important;overflow:visible!important}.playoff-war-map-v9316 .war-round-v9314{align-content:center!important;gap:12px!important;min-width:0!important;display:grid!important}.playoff-war-map-v9316 .war-round-v9314 div{align-content:center!important;min-height:96px!important;display:grid!important;position:relative!important}.playoff-war-map-v9316 .war-round-v9314:not(.final) div:after{content:""!important;border-top:1px solid #7ee7ff57!important;width:25px!important;position:absolute!important;top:50%!important;right:-25px!important}.playoff-war-map-v9316 .war-round-v9314:nth-child(2) div:before,.playoff-war-map-v9316 .war-round-v9314.final div:before{content:""!important;border-top:1px solid #ffd27d57!important;width:25px!important;position:absolute!important;top:50%!important;left:-25px!important}.challenger-war-map-v9316{background:linear-gradient(135deg,#00232d5c,#220a043d)!important;border:1px solid #7ee7ff3d!important;border-radius:18px!important;margin-top:14px!important;padding:14px!important}.challenger-branch-grid-v9316{grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;gap:12px!important;display:grid!important}.war-slot-v9316{background:#0000003d!important;border:1px solid #ffb45333!important;border-radius:15px!important;gap:5px!important;min-width:0!important;padding:12px!important;display:grid!important;position:relative!important}.war-slot-v9316:not(.final):after{content:""!important;border-top:1px solid #7ee7ff52!important;width:13px!important;position:absolute!important;top:50%!important;right:-13px!important}.war-slot-v9316.final{background:linear-gradient(135deg,#ff912621,#0000003d)!important;border-color:#ffd77d61!important}.card-shrine-awards-v9316,.badge-shrine-line-v9316>div{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:10px!important;display:grid!important}.card-shrine-awards-v9316 a,.badge-shrine-line-v9316 article,.card-shrine-player-v9316{color:#fff4e1!important;background:linear-gradient(145deg,#ff7e241c,#00191e6b)!important;border:1px solid #ffbe5c33!important;border-radius:16px!important;min-width:0!important;text-decoration:none!important}.card-shrine-awards-v9316 a,.badge-shrine-line-v9316 article{gap:6px!important;padding:12px!important;display:grid!important}.card-shrine-awards-v9316 span,.badge-shrine-line-v9316 span,.card-shrine-rating-v9316 span,.card-shrine-rating-v9316 small{color:#7ee7ff!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:.72rem!important;font-weight:1000!important}.card-shrine-awards-v9316 strong,.badge-shrine-line-v9316 strong{color:#fff6dd!important;overflow-wrap:anywhere!important;font-size:clamp(1.15rem,2vw,1.55rem)!important;line-height:1.05!important}.card-shrine-player-v9316{grid-template-columns:92px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;padding:12px!important;display:grid!important}.card-shrine-rating-v9316{background:radial-gradient(circle at 30% 20%,#ffffff1f,#0000 28%),#00000052!important;border:1px solid #ffffff24!important;border-radius:14px!important;align-content:center!important;justify-items:center!important;min-height:104px!important;display:grid!important}.card-shrine-rating-v9316 strong{color:#fff7e2!important;font-size:clamp(2rem,5vw,3.1rem)!important;line-height:.9!important}.card-shrine-player-v9316 .tiny-stat-row-v842{flex-wrap:wrap!important;gap:5px!important;display:flex!important}.badge-shrine-line-v9316{background:linear-gradient(135deg,#00222c70,#3a11053d)!important;border:1px solid #7ee7ff38!important;border-radius:18px!important;margin:12px 0!important;padding:14px!important}.badge-status-columns-v886 small{overflow-wrap:anywhere!important}.profile-hero-banner-v882.player-entrance-v9316{background:radial-gradient(circle at 10% 20%,#ff6f2038,#0000 30%),radial-gradient(circle at 90% 18%,#7ee7ff2e,#0000 28%),linear-gradient(135deg,#180803eb,#00181fcc)!important;border-color:#7ee7ff47!important}.profile-hero-banner-v882.player-entrance-v9316 .profile-main-copy h1{font-size:clamp(2rem,7vw,4.8rem)!important;line-height:.95!important}.profile-walkin-v9314{display:none!important}.club-shrine-grid-v9315{grid-template-columns:repeat(auto-fit,minmax(185px,1fr))!important}.club-shrine-grid-v9315 a:nth-child(2),.club-shrine-grid-v9315 a:nth-child(3),.club-shrine-grid-v9315 a:nth-child(5){border-color:#7ee7ff47!important}.consent-ledger-actions-v9316{flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:8px!important;display:flex!important}.legacy-consent-stamp-v9316{display:none!important}.contact-consent-grid-v932{gap:10px!important;display:grid!important}.contact-consent-row-v932{grid-template-columns:minmax(160px,.8fr) minmax(160px,.75fr) minmax(240px,1.2fr)!important;align-items:start!important}.contact-consent-row-v932>small,.consent-stamp-v9316{color:#f3d5a4!important;grid-column:1/-1!important}.consent-pills-v9316 span{white-space:normal!important;line-height:1.12!important}.account-role-person .mini-admin-btn{display:none!important}@media (width<=900px){.playoff-war-map-v9316,.challenger-branch-grid-v9316,.contact-consent-row-v932{grid-template-columns:1fr!important}.playoff-war-map-v9316 .war-round-v9314 div:before,.playoff-war-map-v9316 .war-round-v9314 div:after,.war-slot-v9316:after{display:none!important}.playoff-war-map-v9316 .war-round-v9314 div{min-height:78px!important}.card-shrine-player-v9316{grid-template-columns:78px minmax(0,1fr)!important}.card-shrine-rating-v9316{min-height:86px!important}}@media (width<=560px){.standings-zone-legend-v9316{gap:6px!important}.standings-zone-legend-v9316 span,.standing-zone-label-v9316{max-width:118px!important;padding:4px 6px!important;font-size:.64rem!important}.standings-full-table-v925 th,.standings-full-table-v925 td{padding:8px 7px!important}.card-shrine-awards-v9316,.badge-shrine-line-v9316>div,.club-shrine-grid-v9315{grid-template-columns:1fr!important}.profile-hero-banner-v882.player-entrance-v9316 .profile-main-copy h1{font-size:clamp(1.75rem,10vw,2.8rem)!important}.contact-consent-row-v932{padding:10px!important}}@media (orientation:landscape) and (height<=560px){.nav-drawer-v928.nav-sheet-v935{max-height:calc(100dvh - 12px)!important;top:6px!important}}@media (width>=901px){.clubhouse-main-v888{grid-template-columns:minmax(260px,.34fr) minmax(0,1fr)!important;align-items:start!important;display:grid!important}.clubhouse-main-v888 .club-list-v888,.clubhouse-main-v888 .club-profile-v888{grid-column:auto!important;display:block!important}.desktop-club-table-v889{display:block!important}.club-mobile-meta-v889{display:none!important}}.fegl-overlay-root-v935 .nav-drawer-flat-links-v9312{margin-top:0!important;padding-top:0!important;scroll-margin-top:0!important}.nav-drawer-v928.nav-sheet-v935{top:max(8px, env(safe-area-inset-top))!important;left:max(10px, env(safe-area-inset-left))!important;right:max(10px, env(safe-area-inset-right))!important;bottom:max(8px, env(safe-area-inset-bottom))!important;grid-template-rows:auto minmax(0,1fr)!important;max-height:none!important;display:grid!important;position:fixed!important;overflow:hidden!important}.nav-drawer-scroll-body-v9317{overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding-bottom:calc(22px + env(safe-area-inset-bottom))!important;scroll-padding-top:0!important;overflow-y:auto!important}.nav-drawer-v928.nav-sheet-v935 .nav-drawer-top-v929{z-index:2!important;background:#090503f5!important;position:sticky!important;top:0!important}.profile-main-copy h1,.player-entrance-v9316 h1{white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;word-break:normal!important;max-width:100%!important;line-height:1.05!important;overflow:visible!important}.profile-psn-full-v9317{overflow-wrap:anywhere;color:#9dffe0;max-width:100%;margin:2px 0 6px;font-size:13px;font-weight:900;line-height:1.25;display:inline-flex}.active-roster-card-v879 .roster-main-v879 strong,.player-pass-card-v9315 strong,.roster-main-v879 strong{white-space:normal!important;text-overflow:clip!important;overflow-wrap:anywhere!important;overflow:visible!important}.standing-zone-label-v9316{white-space:normal!important;max-width:145px!important;line-height:1.15!important}.standing-zone-row-v9316.zone-booked{background:linear-gradient(90deg,#1e965638,#1e96560d)!important}.standing-zone-row-v9316.zone-top8{background:linear-gradient(90deg,#3aaad72b,#3aaad70d)!important}.standing-zone-row-v9316.zone-chasing{background:linear-gradient(90deg,#e296322e,#e296320d)!important}.standing-zone-row-v9316.zone-challenger{background:linear-gradient(90deg,#d2372d2e,#d2372d0d)!important}.ht-dna-shrine-v9317{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:16px 0;display:grid}.ht-dna-award-v9317{color:inherit;background:linear-gradient(135deg,#135c652e,#0c0806b8);border:1px solid #73edff38;border-radius:16px;gap:6px;padding:14px;text-decoration:none;display:grid}.ht-dna-award-v9317 span,.club-shrine-runner-v9317{color:#73edff;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:900}.ht-dna-award-v9317 strong{font-size:clamp(18px,2vw,28px)}.ht-dna-award-v9317 small,.ht-dna-award-v9317 em{color:#e7d2bb;font-style:normal;line-height:1.35}.playoff-scroll-shell-v9317{-webkit-overflow-scrolling:touch;margin-top:12px;padding:6px 0 16px;overflow:auto hidden}.playoff-bracket-v9317{background:linear-gradient(135deg,#165b5329,#05040394);border:1px solid #73edff2e;border-radius:18px;grid-template-columns:220px 76px 220px 76px 180px 180px;align-items:stretch;gap:0;min-width:860px;padding:18px;display:grid}.bracket-column-v9317>span{color:#73edff;text-transform:uppercase;letter-spacing:.08em;font-weight:1000}.bracket-column-v9317.qf{grid-template-rows:auto repeat(4,minmax(86px,1fr))}.bracket-column-v9317.sf{grid-template-rows:auto minmax(180px,1fr) minmax(180px,1fr)}.bracket-column-v9317.crown,.bracket-column-v9317.placement{grid-template-rows:auto minmax(180px,1fr);align-content:center}.bracket-node-v9317{background:#00000057;border:1px solid #ffffff1c;border-radius:14px;align-content:center;gap:8px;padding:14px;display:grid}.bracket-node-v9317 strong{font-size:22px}.bracket-node-v9317 small{color:#dfc8af;line-height:1.35}.bracket-connectors-v9317{position:relative}.bracket-connectors-v9317 i{border:2px solid #73edff73;border-left-width:0;position:absolute;left:10px;right:10px}.bracket-connectors-v9317 .qf-top{top:82px;bottom:calc(50% + 12px)}.bracket-connectors-v9317 .qf-bottom{top:calc(50% + 12px);bottom:82px}.bracket-connectors-v9317.final-lane .sf-final{border-width:2px 2px 2px 0;top:112px;bottom:112px}.challenger-war-map-v9317 .challenger-branch-grid-v9316{overflow-x:auto;grid-template-columns:repeat(4,minmax(190px,1fr))!important}.card-gallery-tier-card-v9317{grid-template-columns:minmax(118px,150px) minmax(0,1fr)!important;align-items:stretch!important}.card-gallery-tier-card-v9317 .mini-card-face-v842{min-height:166px!important}.card-gallery-tier-card-v9317 .mini-card-face-v842 small{overflow-wrap:anywhere}.search-hub-v9317,.compare-lab-v9317{gap:18px;display:grid}.search-hero-v9317{gap:14px;display:grid}.search-box-v9317 input{min-height:56px}.search-chip-row-v9317,.compare-tab-row-v9317{gap:9px;padding-bottom:4px;display:flex;overflow-x:auto}.search-chip-row-v9317 button,.compare-tab-row-v9317 button{color:#ffe6c8;background:#00000061;border:1px solid #ff8f1f59;border-radius:999px;flex:none;padding:9px 13px;font-weight:900}.search-chip-row-v9317 button.active,.compare-tab-row-v9317 button.active{color:#fff;background:linear-gradient(135deg,#ff6a18,#bf2412)}.search-quick-v9317,.search-results-v9317{background:#0000003d;border:1px solid #ff8f1f38;border-radius:18px;padding:16px}.search-quick-v9317>div:last-child,.search-group-v9317>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.search-quick-v9317 a,.search-result-card-v9317{min-height:106px;color:inherit;background:#00000052;border:1px solid #ffffff1a;border-radius:14px;gap:6px;padding:14px;text-decoration:none;display:grid}.search-result-card-v9317 span{color:#f8c66d;text-transform:uppercase;font-size:11px;font-weight:1000}.search-result-card-v9317 small,.search-quick-v9317 a span{color:#dfc8af;line-height:1.35}.search-group-v9317{margin-top:14px}.compare-selectors-v9317{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto;align-items:end;gap:12px;display:grid}.compare-selectors-v9317 label{color:#f8c66d;text-transform:uppercase;letter-spacing:.05em;gap:7px;min-width:0;font-weight:1000;display:grid}.compare-selectors-v9317 select{width:100%;min-width:0}.compare-card-pair-v9317{grid-template-columns:minmax(0,1fr) minmax(140px,.45fr) minmax(0,1fr);align-items:stretch;gap:14px;display:grid}.compare-player-card-v9317,.compare-center-v9317{background:linear-gradient(135deg,#ff6a181f,#0000006b);border:1px solid #ff8f1f3d;border-radius:18px;gap:8px;padding:16px;display:grid}.compare-player-card-v9317>span{color:#73edff;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:1000}.compare-player-card-v9317 strong{overflow-wrap:anywhere;font-size:clamp(22px,3vw,38px)}.compare-player-card-v9317 div{border-top:1px solid #ffffff14;justify-content:space-between;gap:12px;padding-top:8px;display:flex}.compare-player-card-v9317 a{color:#9dffe0;font-weight:900}.compare-center-v9317{text-align:center;color:#ffe0b5;place-items:center}.compare-board-v9317{gap:14px;display:grid}.compare-bars-v9317{gap:9px;display:grid}.compare-bar-row-v9317{grid-template-columns:minmax(74px,.35fr) minmax(0,1fr) minmax(74px,.35fr);align-items:center;gap:10px;display:grid}.compare-bar-row-v9317 strong{overflow-wrap:anywhere;font-size:14px}.compare-bar-row-v9317 strong:last-child{text-align:right}.compare-bar-row-v9317 strong.edge{color:#9dffe0}.compare-bar-row-v9317 div{gap:5px;display:grid}.compare-bar-row-v9317 span{color:#f8c66d;text-transform:uppercase;text-align:center;font-size:11px;font-weight:1000}.compare-bar-row-v9317 i{gap:4px;display:grid}.compare-bar-row-v9317 em{border-radius:999px;height:9px;display:block}.compare-bar-row-v9317 em:first-child{background:linear-gradient(90deg,#ff6a18,#ffd06d);justify-self:end}.compare-bar-row-v9317 em:last-child{background:linear-gradient(90deg,#73edff,#37b5ff);justify-self:start}.archive-shrine-v9317{background:linear-gradient(135deg,#ff6a181f,#0c060294);border:1px solid #ff8f1f3d;border-radius:18px;margin:16px 0;padding:16px}.archive-shrine-v9317>div:last-child{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.archive-shrine-v9317 article{background:#00000047;border:1px solid #ffffff1a;border-radius:14px;gap:6px;padding:13px;display:grid}.archive-shrine-v9317 article span,.archive-shrine-v9317 article svg{color:#f8c66d}.archive-shrine-v9317 article strong{overflow-wrap:anywhere}.push-device-note-v9314{color:#ffe8bf!important;background:#f8c66d1a!important;border-color:#f8c66d52!important}.club-shrine-v9315 a{align-content:start}.club-shrine-runner-v9317{letter-spacing:.04em;text-transform:none;color:#9dffe0;margin-top:4px;display:block}@media (width<=900px){.ht-dna-shrine-v9317,.search-quick-v9317>div:last-child,.search-group-v9317>div,.archive-shrine-v9317>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-selectors-v9317{grid-template-columns:1fr}.compare-select-vs-v899{justify-self:center}.compare-card-pair-v9317{grid-template-columns:1fr}}@media (width<=620px){.nav-drawer-v928.nav-sheet-v935{top:max(6px, env(safe-area-inset-top))!important;left:8px!important;right:8px!important;bottom:max(6px, env(safe-area-inset-bottom))!important}.ht-dna-shrine-v9317,.search-quick-v9317>div:last-child,.search-group-v9317>div,.archive-shrine-v9317>div:last-child{grid-template-columns:1fr}.card-gallery-tier-card-v9317{grid-template-columns:1fr!important}.card-gallery-tier-card-v9317 .mini-card-face-v842{min-height:142px!important}.standing-zone-label-v9316{max-width:none!important;font-size:11px!important}.playoff-scroll-shell-v9317{margin-left:-6px;margin-right:-6px}.playoff-bracket-v9317{min-width:820px}.compare-bar-row-v9317{grid-template-columns:minmax(58px,.35fr) minmax(0,1fr) minmax(58px,.35fr)}}.eyekonic-watch-v9320,.latest-fire-feed-v932,.home-shortcuts-compact{display:none!important}.home-watch-deck-v9321{touch-action:pan-y;background:#00000070;border:1px solid #ffb85652;border-radius:18px;grid-template-columns:minmax(140px,.72fr) minmax(0,1fr);min-height:260px;margin-top:18px;display:grid;overflow:hidden;box-shadow:0 18px 44px #00000047}.home-watch-media-v9321{background:#070707;min-height:220px;position:relative;overflow:hidden}.home-watch-media-v9321:after{content:"";background:linear-gradient(90deg,#00000014,#000000b8);position:absolute;inset:0}.home-watch-media-v9321 img{object-fit:cover;opacity:.78;width:100%;height:100%;transform:scale(1.04)}.home-watch-media-v9321 span{z-index:2;aspect-ratio:1;color:#111;letter-spacing:0;background:#fff1daeb;border-radius:999px;place-items:center;width:56px;font-weight:1000;display:grid;position:absolute;bottom:14px;left:14px}.home-watch-copy-v9321{align-content:center;gap:10px;min-width:0;padding:clamp(16px,4vw,30px);display:grid}.home-watch-copy-v9321 h2{letter-spacing:0;margin:0;font-size:clamp(1.7rem,5vw,3.9rem);line-height:1.02}.home-watch-copy-v9321 p{color:#ffefdcd6;max-width:56ch;margin:0}.home-search-v9321{margin-top:4px}.home-watch-cta-v9321{justify-self:start;margin-top:4px}.home-watch-dots-v9321{grid-column:1/-1;gap:7px;padding:0 18px 14px;display:flex}.home-watch-dots-v9321 button{cursor:pointer;background:#ffffff38;border:0;border-radius:999px;flex:1 1 0;min-height:6px}.home-watch-quick-v9321{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:0 18px 18px;display:grid}.home-watch-quick-v9321 a{min-height:58px;color:inherit;background:#00000057;border:1px solid #ffb85633;border-radius:12px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:9px 10px;text-decoration:none;display:grid}.home-watch-quick-v9321 a span{aspect-ratio:1;color:#ffe0a6;background:#ff6a1838;border-radius:999px;place-items:center;width:32px;font-size:.78rem;font-weight:1000;display:grid}.home-watch-quick-v9321 a strong{min-width:0;font-size:.92rem;line-height:1.1}.calendar-page-v9321{gap:14px;display:grid}.calendar-month-toolbar-v9321{grid-template-columns:42px minmax(0,1fr) 42px auto;align-items:center;gap:8px;margin-bottom:12px;display:grid}.calendar-month-toolbar-v9321 button{color:#fff3df;background:#00000047;border:1px solid #ffb85638;border-radius:12px;min-height:40px}.calendar-month-toolbar-v9321 .today{padding:0 14px;font-weight:900}.calendar-month-toolbar-v9321 h2{margin:0;font-size:clamp(1.6rem,5vw,3rem)}.calendar-grid-v9321{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.calendar-grid-v9321 .weekday{color:#ffd27c;text-align:center;text-transform:uppercase;font-size:.72rem;font-weight:1000}.calendar-grid-v9321 button{color:#fff3df;text-align:left;background:#ffffff09;border:1px solid #ffb85629;border-radius:12px;align-content:start;gap:4px;min-height:94px;padding:8px;display:grid}.calendar-grid-v9321 button.muted{opacity:.42}.calendar-grid-v9321 button.selected{background:#ff6a1826;border-color:#ff7420f2}.calendar-grid-v9321 button.has-events{box-shadow:inset 0 0 0 1px #68dce81f}.calendar-grid-v9321 button strong{font-size:1rem}.calendar-grid-v9321 button em,.calendar-grid-v9321 button small{color:#d9fff8;white-space:nowrap;text-overflow:ellipsis;background:#68dce81f;border-radius:999px;min-width:0;padding:3px 6px;font-size:.66rem;font-style:normal;line-height:1.1;display:block;overflow:hidden}.calendar-event-list-v9321{gap:8px;display:grid}.calendar-event-v9321{color:inherit;background:#0000003d;border:1px solid #ffb85629;border-radius:13px;gap:5px;padding:11px 12px;text-decoration:none;display:grid}.calendar-event-v9321 span{color:#ffd27c;text-transform:uppercase;font-size:.72rem;font-weight:1000}.playoff-fixture-grid-v9321{margin:12px 0}.playoff-fixture-fallback-v9321{color:inherit;text-decoration:none}.playoff-fixture-fallback-v9321 .fixture-cap-lock-v9320{gap:3px;margin-top:9px;display:grid}.playoff-stage-map-v9321{grid-template-columns:minmax(260px,1.05fr) minmax(230px,.95fr) minmax(230px,.95fr);align-items:start;gap:12px;display:grid}.playoff-stage-panel-v9321{background:#07171b94;border:1px solid #68dce83d;border-radius:16px;gap:10px;padding:14px;display:grid}.playoff-stage-panel-v9321 h3{margin:0;font-size:clamp(1.35rem,3vw,2.2rem)}.playoff-stage-list-v9321{gap:8px;display:grid}.playoff-stage-match-v9321{min-height:74px;color:inherit;background:#00000042;border:1px solid #ffffff1a;border-radius:13px;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:6px 10px;padding:10px;text-decoration:none;display:grid}.playoff-stage-match-v9321 span{aspect-ratio:1;color:#8dffff;background:#68dce826;border-radius:999px;place-items:center;width:42px;font-size:.78rem;font-weight:1000;display:grid}.playoff-stage-match-v9321 strong,.playoff-stage-match-v9321 small{overflow-wrap:anywhere;min-width:0}.playoff-stage-match-v9321 small{color:#ffefdcb8;grid-column:2}.playoff-scroll-shell-v9317,.playoff-picture-grid-v897.removed-playoff-list-v9316{display:none!important}.playoff-route-centre-v9321 .section-head h2{font-size:clamp(2rem,7vw,4rem)}.forecast-route-lock-v9321{grid-template-columns:repeat(4,minmax(0,1fr))}.route-centre-grid-v9321{grid-template-columns:minmax(250px,1.1fr) minmax(230px,.95fr) minmax(230px,.95fr);gap:12px;display:grid}.route-centre-panel-v9321{background:#00000038;border:1px solid #ffb8562e;border-radius:15px;gap:8px;padding:14px;display:grid}.route-centre-panel-v9321 h3{margin:0;font-size:clamp(1.3rem,3vw,2rem)}.route-centre-match-v9321{color:inherit;background:#ffffff09;border:1px solid #68dce829;border-radius:12px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:4px 9px;padding:9px 10px;text-decoration:none;display:grid}.route-centre-match-v9321 span{color:#8dffff;font-weight:1000}.route-centre-match-v9321 strong,.route-centre-match-v9321 small{overflow-wrap:anywhere;min-width:0}.route-centre-match-v9321 small{color:#ffefdcb8;grid-column:2}.power-rankings-page-v9320 .power-podium-v9320{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.power-rankings-page-v9320 .power-podium-card-v9320{min-height:118px!important;padding:13px!important}.power-rankings-page-v9320 .power-podium-card-v9320 b{white-space:nowrap;font-size:clamp(2rem,4vw,3rem)!important}.power-rankings-page-v9320 .power-ranking-card-v9320{grid-template-columns:38px 48px minmax(0,1fr) minmax(104px,auto);align-items:center;gap:9px;padding:11px!important}.power-rankings-page-v9320 .power-rank-hero-stat-v9320 b{white-space:nowrap;font-size:clamp(1.5rem,4vw,2.2rem);line-height:1}.power-rankings-page-v9320 .power-stat-grid-v9320{grid-column:1/-1;grid-template-columns:repeat(5,minmax(0,1fr))}.power-rankings-page-v9320 .career-strip-v9320{grid-column:1/-1}.people-control-compact-v83 .error.compact{color:#ffe2b0!important;background:#ffb85614!important;border-color:#ffb8564d!important}@media (width<=820px){.home-watch-deck-v9321,.playoff-stage-map-v9321,.route-centre-grid-v9321{grid-template-columns:1fr}.home-watch-media-v9321{min-height:160px}.home-watch-quick-v9321{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-month-toolbar-v9321{grid-template-columns:38px minmax(0,1fr) 38px}.calendar-month-toolbar-v9321 .today{grid-column:1/-1}.calendar-grid-v9321{gap:4px}.calendar-grid-v9321 button{border-radius:10px;min-height:72px;padding:6px}.calendar-grid-v9321 button em{font-size:.56rem}.forecast-route-lock-v9321{grid-template-columns:repeat(2,minmax(0,1fr))}.power-rankings-page-v9320 .power-podium-v9320{grid-template-columns:1fr}.power-rankings-page-v9320 .power-ranking-card-v9320{grid-template-columns:34px 44px minmax(0,1fr)}.power-rankings-page-v9320 .power-rank-hero-stat-v9320{text-align:left;grid-column:1/-1}.power-rankings-page-v9320 .power-stat-grid-v9320{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.home-watch-deck-v9321{min-height:0;margin-top:14px}.home-watch-copy-v9321{padding:14px}.home-watch-copy-v9321 h2{font-size:clamp(1.45rem,8vw,2.25rem)}.home-watch-quick-v9321{gap:6px;padding:0 12px 12px}.home-watch-quick-v9321 a{min-height:50px;padding:7px}.calendar-grid-v9321 button{min-height:58px;padding:5px}.calendar-grid-v9321 button em:nth-of-type(2),.calendar-grid-v9321 button small{display:none}.playoff-stage-panel-v9321{padding:11px}.forecast-route-lock-v9321{grid-template-columns:1fr}}.home-spectator-mode-v9314,.latest-fire-feed-v932,.home-shortcuts-compact{display:none!important}.eyekonic-watch-v9320{background:linear-gradient(135deg,#1560beb8,#007e5c8f 42%,#ff5d1785),#090706eb;border:1px solid #ff7e2773;border-radius:18px;grid-template-columns:minmax(190px,.8fr) minmax(260px,1.2fr);align-items:stretch;gap:16px;padding:18px;display:grid;overflow:hidden;box-shadow:0 18px 55px #00000061}.eyekonic-watch-art-v9320{background:radial-gradient(circle at 30% 22%,#ffffff42,#0000 24%),linear-gradient(160deg,#ffffff24,#ffffff05);border:1px solid #ffffff2e;border-radius:14px;place-items:center;min-height:220px;display:grid}.eyekonic-watch-art-v9320 span{aspect-ratio:1;color:#101010;letter-spacing:0;background:#fef7e8;border-radius:50%;place-items:center;width:clamp(92px,16vw,150px);font-size:clamp(28px,5vw,54px);font-weight:900;display:grid;box-shadow:0 14px 42px #00000047}.eyekonic-watch-copy-v9320{flex-direction:column;justify-content:center;gap:12px;min-width:0;display:flex}.eyekonic-watch-copy-v9320 h2{letter-spacing:0;margin:0;font-size:clamp(2rem,5vw,4.4rem);line-height:.98}.eyekonic-watch-copy-v9320 p{max-width:62ch;font-size:1.05rem}.eyekonic-watch-rail-v9320{grid-column:1/-1;grid-template-columns:repeat(7,minmax(120px,1fr));gap:8px;padding-bottom:4px;display:grid;overflow-x:auto}.eyekonic-watch-rail-v9320 button{min-height:74px;color:var(--text);text-align:left;cursor:pointer;background:#09090980;border:1px solid #ffffff2e;border-radius:12px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;padding:10px;display:grid}.eyekonic-watch-rail-v9320 button.active{background:#ff742057;border-color:#ffdc7ed9}.eyekonic-watch-rail-v9320 button span{aspect-ratio:1;background:#ffffff24;border-radius:999px;place-items:center;width:34px;font-weight:900;display:grid}.power-podium-v9320{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.power-podium-card-v9320,.power-ranking-card-v9320,.calendar-row-v9320,.playoff-route-card-v9320{text-decoration:none}.power-podium-card-v9320{background:linear-gradient(145deg,#ff741f2e,#1764853d),#080808db;border:1px solid #ffb85661;border-radius:14px;gap:8px;min-height:150px;padding:16px;display:grid}.power-podium-card-v9320.rank-1{border-color:#ffdb7ac7;min-height:184px}.power-podium-card-v9320 span,.power-ranking-card-v9320 .seed-pill-v879{color:#ffd680}.power-podium-card-v9320 strong,.power-ranking-card-v9320 strong{overflow-wrap:anywhere;word-break:normal}.power-podium-card-v9320 b{font-size:clamp(2.2rem,6vw,4rem);line-height:1}.power-ranking-card-v9320{grid-template-columns:auto auto minmax(0,1.1fr) minmax(120px,.5fr) minmax(220px,1fr);align-items:center;gap:12px}.power-rank-hero-stat-v9320{text-align:right}.power-rank-hero-stat-v9320 b{font-size:1.8rem;display:block}.power-stat-grid-v9320{grid-template-columns:repeat(5,minmax(64px,1fr));gap:6px;display:grid}.power-stat-grid-v9320 span,.career-strip-v9320{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;padding:8px}.power-stat-grid-v9320 b,.power-stat-grid-v9320 small{display:block}.career-strip-v9320{align-items:center;gap:6px;display:flex}.legacy-forecast-lock-v9320{display:none!important}.forecast-route-cardlet-v9320{background:#0f59632e;border:1px solid #68dce852;border-radius:12px;grid-column:1/-1;grid-template-columns:120px minmax(0,1fr) minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;display:grid}.forecast-route-cardlet-v9320 span{color:#6ee7f7;text-transform:uppercase;font-weight:900}.forecast-route-cardlet-v9320~.forecast-main-pct-v933,.forecast-route-cardlet-v9320~.forecast-status-chip-v933{display:none!important}.playoff-pro-time-lock-v9320{margin-bottom:14px}.playoff-bracket-v9317{grid-template-columns:280px 76px 230px 76px 230px 280px!important;align-items:stretch!important;gap:14px!important;min-width:1060px!important;display:grid!important}.bracket-column-v9317{align-content:start!important;gap:14px!important;display:grid!important}.bracket-node-v9317{align-content:center!important;min-height:110px!important;display:grid!important}.bracket-connectors-v9317{min-height:100%;position:relative}.bracket-connectors-v9317:before,.bracket-connectors-v9317:after{content:"";border-style:solid;border-color:#63dce8b3;position:absolute;left:4px;right:4px}.bracket-connectors-v9317:before{border-width:2px 2px 2px 0;height:24%;top:11%}.bracket-connectors-v9317:after{border-width:2px 2px 2px 0;height:24%;bottom:23%}.bracket-connectors-v9317.final-lane:before{height:38%;top:30%}.bracket-connectors-v9317.final-lane:after{display:none}.bracket-column-v9317.placement{border-left:1px solid #ffd6803d;padding-left:14px}.challenger-branch-grid-v9316{grid-template-columns:repeat(4,minmax(190px,1fr))}.playoff-route-card-grid-v9320{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;margin:12px 0;display:grid}.playoff-route-card-v9320{background:#071619c7;border:1px solid #68dce842;border-radius:14px;gap:8px;padding:14px;display:grid}.playoff-route-card-v9320 ul{margin:0;padding-left:18px}.pro-time-submit-note-v9320,.match-room-intel-v9320{border-color:#68dce852!important}.fixture-cap-lock-v9320{background:#0a2d3438;border:1px solid #68dce833;border-radius:12px;padding:9px 10px}.calendar-page-v9320,.calendar-list-v9320,.calendar-row-list-v9320{gap:14px;display:grid}.calendar-actions-v9320,.calendar-week-strip-v9320{flex-wrap:wrap;gap:8px;display:flex}.calendar-week-strip-v9320 div{background:#ffffff0a;border:1px solid #ffb85647;border-radius:12px;flex:140px;padding:12px}.calendar-rule-card-v9320{grid-template-columns:auto minmax(0,1fr);gap:12px;display:grid}.calendar-row-v9320{color:inherit;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;gap:6px;padding:12px;display:grid}.calendar-row-v9320 span{color:#ffd680;text-transform:uppercase;font-size:.78rem;font-weight:900}@media (width<=760px){.eyekonic-watch-v9320,.power-podium-v9320{grid-template-columns:1fr}.eyekonic-watch-art-v9320{min-height:170px}.eyekonic-watch-rail-v9320{grid-template-columns:repeat(7,minmax(138px,1fr))}.power-ranking-card-v9320{grid-template-columns:auto minmax(0,1fr)}.power-rank-hero-stat-v9320{text-align:left}.power-stat-grid-v9320,.career-strip-v9320{grid-column:1/-1}.power-stat-grid-v9320{grid-template-columns:repeat(2,minmax(0,1fr))}.forecast-route-cardlet-v9320{grid-template-columns:1fr}}html.fegl-overlay-lock-v932,body.fegl-overlay-lock-v932{overscroll-behavior:none!important;max-width:100vw!important;overflow:hidden!important}body.fegl-overlay-lock-v932{width:100%!important;height:100dvh!important;position:fixed!important;left:0!important;right:0!important}.fegl-overlay-root-v935{z-index:999999!important;pointer-events:none!important;position:fixed!important;inset:0!important;overflow:hidden!important}.fegl-overlay-root-v935 .nav-menu-scrim-v934,.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935{pointer-events:auto!important}.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935{top:max(8px, env(safe-area-inset-top,0px))!important;left:max(8px, env(safe-area-inset-left,0px))!important;right:max(8px, env(safe-area-inset-right,0px))!important;bottom:max(8px, env(safe-area-inset-bottom,0px))!important;contain:layout paint!important;grid-template-rows:auto minmax(0,1fr)!important;width:auto!important;max-width:none!important;max-height:none!important;display:grid!important;position:fixed!important;overflow:hidden!important;transform:none!important}.fegl-overlay-root-v935 .nav-drawer-scroll-body-v9317{overscroll-behavior:contain!important;touch-action:pan-y!important;-webkit-overflow-scrolling:touch!important;scroll-behavior:auto!important;min-height:0!important;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important;overflow:hidden auto!important}.fegl-overlay-root-v935 .nav-drawer-top-v929{z-index:3!important;flex-shrink:0!important;position:sticky!important;top:0!important}@media (orientation:landscape) and (height<=620px){.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935{top:max(6px, env(safe-area-inset-top,0px))!important;bottom:max(6px, env(safe-area-inset-bottom,0px))!important;grid-template-rows:auto minmax(0,1fr)!important}}body{overflow-x:hidden!important}.shell{padding-top:10px!important}.season-v842-page,.season-v842-page.season-v859-page,.season-tab-swipe-stage-v935{max-width:100%!important;margin-top:0!important;padding-top:0!important;overflow-x:hidden!important}.season-tabs-v859,.tab-row.scroll-tabs-v842.season-tabs-v859{z-index:2!important;width:100%!important;max-width:100%!important;margin:0 0 10px!important;position:relative!important;top:auto!important;transform:none!important}.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935{top:max(8px, env(safe-area-inset-top,0px))!important;left:max(8px, env(safe-area-inset-left,0px))!important;right:max(8px, env(safe-area-inset-right,0px))!important;bottom:max(8px, env(safe-area-inset-bottom,0px))!important;width:auto!important;height:auto!important;overflow:hidden!important;transform:none!important}.fegl-overlay-root-v935 .nav-drawer-scroll-body-v9317{overscroll-behavior-y:contain!important;scroll-padding-top:0!important}.fegl-overlay-root-v935 .nav-drawer-sections-v9314{place-content:start stretch!important}.fegl-overlay-root-v935 .nav-drawer-sections-v9314 section:first-child{margin-top:0!important}.account-role-head span{white-space:nowrap!important}.build-stamp-v9320{color:#fff1dab8;letter-spacing:0;text-align:center;background:#05050585;border:1px solid #ffb8562e;border-radius:999px;width:min(1180px,100% - 24px);margin:12px auto 0;padding:8px 12px;font-size:.78rem;font-weight:800}@media (width<=620px){.shell{padding-top:8px!important}.season-tabs-v859,.tab-row.scroll-tabs-v842.season-tabs-v859{width:100%!important;margin-left:0!important;margin-right:0!important}.fegl-overlay-root-v935 .nav-drawer-v928.nav-sheet-v935{top:max(6px, env(safe-area-inset-top,0px))!important;left:max(6px, env(safe-area-inset-left,0px))!important;right:max(6px, env(safe-area-inset-right,0px))!important;bottom:max(6px, env(safe-area-inset-bottom,0px))!important}}.home-watch-deck-v9321{background:linear-gradient(135deg,#ff581229,#07191f6b)!important;border:1px solid #ffb75647!important;border-radius:20px!important;margin-top:18px!important;padding:14px!important}.home-watch-copy-v9321 h2{margin:.25rem 0!important;font-size:clamp(1.25rem,5vw,2rem)!important;line-height:1.08!important}.home-watch-copy-v9321 p{max-width:58rem!important}.home-watch-dots-v9321{gap:7px!important;padding:8px 0!important;display:flex!important;overflow-x:auto!important}.home-watch-dots-v9321 button{background:#fff3!important;border-radius:999px!important;width:28px!important;min-width:28px!important;height:8px!important;min-height:8px!important;padding:0!important}.home-watch-dots-v9321 button.active{background:linear-gradient(90deg,#ff7a1a,#ffdf8d)!important}.home-watch-quick-v9321{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;display:grid!important}.home-watch-quick-v9321 a{color:#fff3df!important;background:#00000057!important;border:1px solid #ffb75638!important;border-radius:14px!important;min-height:54px!important;padding:9px 10px!important;text-decoration:none!important}.home-league-pulse-v9322{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 16px;display:grid}.home-league-pulse-v9322 a{color:#fff3df;background:linear-gradient(135deg,#ff62141a,#00000052);border:1px solid #ffb7563d;border-radius:16px;padding:11px 12px;text-decoration:none;display:block}.home-league-pulse-v9322 span,.home-league-pulse-v9322 small{color:#d9bea0;font-size:.75rem;line-height:1.25;display:block}.home-league-pulse-v9322 span{text-transform:uppercase;letter-spacing:.14em;color:#78f1ff;font-weight:900}.home-league-pulse-v9322 strong{color:#fff7e8;margin:3px 0;font-size:1.05rem;line-height:1.1;display:block}.home-live-now-v9313,.home-spectator-mode-v9314,.home-week-episodes-v9314,.home-poster-section-v936,.home-next-step-v936,.home-shortcuts-compact,.home-site-pulse-v936{display:none!important}@media (width<=720px){.home-league-pulse-v9322{grid-template-columns:1fr}.home-watch-quick-v9321{grid-template-columns:1fr 1fr!important}}.power-table-scroll-v9322{background:#0000003d;border:1px solid #ffb7562e;border-radius:16px;overflow:auto}.power-ranking-table-v9322{border-collapse:collapse;width:100%;min-width:1220px}.power-ranking-table-v9322 th,.power-ranking-table-v9322 td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #ffb7561f;padding:10px 11px}.power-ranking-table-v9322 th{z-index:2;color:#ffdc9a;text-transform:uppercase;letter-spacing:.08em;background:#130b08;font-size:.72rem;position:sticky;top:0}.power-ranking-table-v9322 th button{min-height:0!important;color:inherit!important;text-align:left!important;background:0 0!important;border:0!important;padding:0!important}.power-ranking-table-v9322 .psn-cell-v9322{color:#fff3df;font-weight:900}.power-ranking-table-v9322 tr.archive-only{opacity:.78;background:#ffffff06}.tiny-btn-v9322{min-height:28px!important;padding:5px 8px!important;font-size:.75rem!important}.playoff-tiebreak-grid-v9322{background:#0a222661;border:1px solid #78f1ff38;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:10px;display:grid}.playoff-tiebreak-grid-v9322 p{grid-column:1/-1;margin:0}@media (width<=640px){.playoff-tiebreak-grid-v9322{grid-template-columns:1fr}}.calendar-grid-v9321 button em{display:none!important}.calendar-dot-row-v9322{align-items:center!important;gap:3px!important;margin-top:5px!important;display:flex!important}.calendar-dot-row-v9322 i{background:#78f1ff;border-radius:999px;width:7px;height:7px;box-shadow:0 0 10px #78f1ff73}.calendar-dot-row-v9322 i.result{background:#62e59a;box-shadow:0 0 10px #62e59a73}.calendar-dot-row-v9322 i.rule{background:#ffc76b;box-shadow:0 0 10px #ffc76b73}.calendar-grid-v9321 button small{color:#ffdc9a!important;margin-top:3px!important;font-size:.64rem!important}.calendar-event-v9321 strong{overflow-wrap:anywhere}.people-split-grid-v9322{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.people-split-card-v9322{color:#fff3df;gap:8px;text-decoration:none;display:grid!important}.people-split-card-v9322 svg{color:#78f1ff}.people-split-card-v9322 strong{font-size:1.1rem}.people-split-card-v9322 span{color:#dec5a6}@media (width<=720px){.people-split-grid-v9322{grid-template-columns:1fr}}
