.appTopbarActions{justify-content:flex-end;align-items:center;gap:12px;display:flex}.appHelpMenu{position:relative}.appHelpMenu summary{border:1px solid var(--line);width:38px;height:38px;color:var(--teal);cursor:pointer;background:#fff;border-radius:50%;place-items:center;font-size:18px;font-weight:900;list-style:none;transition:background .15s,border-color .15s,transform .15s;display:grid}.appHelpMenu summary::-webkit-details-marker{display:none}.appHelpMenu summary:hover,.appHelpMenu[open] summary,.appHelpMenu.active summary{background:var(--teal-soft);border-color:#b9d7d2}.appHelpMenu summary:hover{transform:translateY(-1px)}.appHelpMenuPanel{border:1px solid var(--line);width:310px;box-shadow:var(--shadow-md);background:#fff;border-radius:16px;gap:4px;padding:10px;display:grid;position:absolute;top:48px;right:0}.appHelpMenuHeading{border-bottom:1px solid var(--line);gap:3px;margin-bottom:4px;padding:11px 12px 12px;display:grid}.appHelpMenuHeading strong{font-size:14px}.appHelpMenuHeading span{color:var(--muted);font-size:11px;line-height:1.4}.appHelpMenuPanel>a{border-radius:10px;grid-template-columns:32px 1fr;align-items:center;gap:9px;min-height:54px;padding:9px 10px;display:grid}.appHelpMenuPanel>a:hover{background:#f7f3ed}.appHelpMenuPanel>a>span:first-child{width:30px;height:30px;color:var(--teal);background:var(--teal-soft);border-radius:9px;place-items:center;font-size:13px;font-weight:900;display:grid}.appHelpMenuPanel>a>span:last-child{gap:2px;min-width:0;display:grid}.appHelpMenuPanel strong{font-size:12px}.appHelpMenuPanel small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.35;overflow:hidden}.helpShell{padding-top:34px}.helpPage{max-width:1120px;margin:0 auto}.helpHero{border:1px solid var(--line);color:#fff;box-shadow:var(--shadow-md);background:radial-gradient(circle at 90% 10%,#ffffff21,#0000 18rem),linear-gradient(145deg,#073d3d 0%,#075e5a 65%,#0a7168 100%);border-radius:24px;justify-content:space-between;align-items:flex-end;gap:36px;padding:clamp(30px,5vw,58px);display:flex;position:relative;overflow:hidden}.helpHero:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-135px;right:-95px}.helpHeroCopy{z-index:1;max-width:680px;position:relative}.helpHero .eyebrow{color:#b9e4db;margin:0 0 16px}.helpHero h1{letter-spacing:-.055em;max-width:none;font-size:clamp(44px,7vw,78px);line-height:.96}.helpHeroCopy>p:last-child{color:#ffffffd1;max-width:640px;margin:22px 0 0;font-size:17px;line-height:1.6}.helpHeroActions{z-index:1;gap:10px;min-width:210px;display:grid;position:relative}.helpHeroActions .button{width:100%}.helpHeroActions .primary{color:var(--ink);background:#d9ff53;border-color:#d9ff53}.helpHeroActions .secondary{color:#fff;background:#ffffff1a;border-color:#ffffff3d}.helpQuickNav{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.helpQuickNav a{border:1px solid var(--line);min-height:126px;box-shadow:var(--shadow-sm);background:#fff;border-radius:17px;align-content:start;gap:7px;padding:18px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.helpQuickNav a:hover{box-shadow:var(--shadow-md);border-color:#d7cec4;transform:translateY(-2px)}.helpQuickNav span{color:var(--teal);letter-spacing:.12em;font-size:11px;font-weight:850}.helpQuickNav strong{margin-top:7px;font-size:16px}.helpQuickNav small{color:var(--muted);font-size:12px;line-height:1.45}.helpSection{grid-template-columns:minmax(210px,.72fr) minmax(0,1.7fr);align-items:start;gap:36px;margin-top:50px;scroll-margin-top:96px;display:grid}.helpSectionHeading{position:sticky;top:100px}.helpSectionHeading .eyebrow{margin:0 0 10px}.helpSectionHeading h2{letter-spacing:-.04em;max-width:280px;font-size:clamp(27px,3vw,38px)}.helpFaqList{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:18px;overflow:hidden}.helpFaq{border-top:1px solid var(--line)}.helpFaq:first-child{border-top:0}.helpFaq summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:20px 22px;font-size:15px;font-weight:800;list-style:none;display:flex}.helpFaq summary::-webkit-details-marker{display:none}.helpFaq summary:hover{background:#fbf9f6}.helpFaq summary span{width:28px;height:28px;color:var(--teal);background:var(--teal-soft);border-radius:50%;flex:none;place-items:center;font-size:18px;transition:transform .15s;display:grid}.helpFaq[open] summary span{transform:rotate(45deg)}.helpFaq p{color:var(--muted);margin:0;padding:0 64px 22px 22px;font-size:14px;line-height:1.65}.helpContact{border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:22px;margin-top:56px;padding:clamp(24px,4vw,38px)}.helpContactIntro{max-width:720px}.helpContactIntro .eyebrow{margin:0 0 10px}.helpContactIntro h2{letter-spacing:-.04em;font-size:clamp(30px,4vw,44px)}.helpContactIntro>p:last-child{color:var(--muted);margin:12px 0 0;line-height:1.6}.helpContactGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:26px;display:grid}.helpContactCard{border:1px solid var(--line);background:#fbfaf7;border-radius:16px;grid-template-columns:42px 1fr auto;align-items:center;gap:14px;min-height:116px;padding:18px;transition:transform .15s,border-color .15s,background .15s;display:grid}.helpContactCard:hover{background:#fff;border-color:#d2c8bc;transform:translateY(-1px)}.helpContactCard.isPrimary{background:var(--teal-soft);border-color:#cce5de}.helpContactIcon{color:#fff;background:var(--teal);border-radius:12px;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.helpContactCard>div{min-width:0}.helpContactCard strong{font-size:15px}.helpContactCard p{overflow-wrap:anywhere;color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.45}.helpContactCard b{color:var(--teal);font-size:19px}.helpSecurityNote{border-top:1px solid var(--line);color:var(--muted);margin:20px 0 0;padding-top:18px;font-size:12px;line-height:1.5}@media (max-width:1000px){.helpQuickNav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.appTopbarActions{display:none}.helpShell{padding-top:20px}.helpHero{border-radius:20px;flex-direction:column;align-items:stretch}.helpHeroActions{grid-template-columns:1fr 1fr;min-width:0}.helpSection{grid-template-columns:1fr;gap:16px;margin-top:38px}.helpSectionHeading{position:static}.helpSectionHeading h2{max-width:none}}@media (max-width:600px){.helpQuickNav{grid-template-columns:1fr}.helpQuickNav a{min-height:0}.helpHeroActions,.helpContactGrid{grid-template-columns:1fr}.helpFaq summary{padding:18px}.helpFaq p{padding:0 18px 20px}.helpContact{padding:20px}}
.leagueAccessField{margin-top:18px}.leagueAccessActions{flex-wrap:wrap;margin-top:12px}.leagueAccessForm{gap:12px;margin-top:22px}.leagueAccessForm .field{margin-top:0}.leagueAccessRegenerateForm{margin-top:18px}.leagueAccessHelper{margin:14px 0 0}.leagueAccessNotice{margin:18px 0 0}.leagueHeroRefresh .heroPills{gap:7px}.leagueHeroRefresh .heroPills .statusPill,.leagueHeroRefresh .heroPills .visibilityPill{color:#ffffffe6;min-height:26px;box-shadow:none;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#031719a3;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;padding:0 9px;font-size:10px;font-weight:800;display:inline-flex}.leagueHeroRefresh .heroPills .statusPill:before,.leagueHeroRefresh .heroPills .visibilityPill:before{content:"";background:#ffffff94;border-radius:50%;flex:none;width:6px;height:6px;margin-right:6px}.leagueHeroRefresh .heroPills .status-open:before,.leagueHeroRefresh .heroPills .status-active:before{background:#7be0c4;box-shadow:0 0 0 2px #7be0c429}.leagueHeroRefresh .leagueActions>.button.secondary{background:#ffffff2b;border-color:#ffffff61;min-height:44px;box-shadow:0 8px 20px #00000021}.leagueHeroRefresh .leagueActions>.button.secondary:hover{background:#ffffff40;border-color:#ffffff80}
.statusPill.status-draft{color:#667078;background:#f2f0ed;border-color:#ddd8d1}.statusPill.status-open{color:#075748;background:var(--teal-soft);border-color:#cce5de}.statusPill.status-active{color:#fff;background:var(--teal);border-color:var(--teal)}.statusPill.status-completed{color:#314048;background:#edf1f2;border-color:#d6dee1}.statusPill.status-archived{color:#74787b;background:#f1efec;border-color:#ddd8d1}.leagueManageHeroPills{align-items:center;gap:7px}.leagueManageHero .leagueManageMetaChip{color:#ffffffe0;min-height:26px;box-shadow:none;letter-spacing:.075em;text-transform:uppercase;-webkit-backdrop-filter:none;backdrop-filter:none;background:#03181a94;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 9px;font-size:10px;font-weight:800;line-height:1;display:inline-flex}.leagueManageHero .leagueManageMetaStatus:before{content:"";background:#b8c0c4;border-radius:50%;flex:none;width:6px;height:6px}.leagueManageHero .leagueManageMetaStatus.status-draft:before{background:#b8c0c4}.leagueManageHero .leagueManageMetaStatus.status-open:before{background:#86dfc8}.leagueManageHero .leagueManageMetaStatus.status-active:before{background:#4fe0b7}.leagueManageHero .leagueManageMetaStatus.status-completed:before{background:#d6e1e4}.leagueManageHero .leagueManageMetaStatus.status-archived:before{background:#9da5a9}.leagueManageHeroActions{align-items:center}.leagueManageHeroUtility{color:#ffffffc2;text-underline-offset:4px;padding:8px 3px;font-size:12px;font-weight:800;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d}.leagueManageHeroUtility:hover{color:#fff;text-decoration-color:#fffc}.leagueManageHeroActions .leagueManageHeroDashboard{min-height:42px;color:var(--teal);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff0;border-color:#ffffffb8;box-shadow:0 8px 20px #0000001f}.leagueManageHeroActions .leagueManageHeroDashboard:hover{color:#064d4a;background:#fff}a.leagueManageMetric{padding-bottom:42px;position:relative}a.leagueManageMetric:after{content:"View →";color:var(--teal);letter-spacing:.01em;font-size:11px;font-weight:850;position:absolute;bottom:16px;left:20px}.leagueManageReadOnlyField{border:1px solid var(--line);background:#fbfaf8;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;min-height:48px;padding:10px 12px;display:flex}.leagueManageReadOnlyField .statusPill{min-height:24px;padding:4px 9px}.leagueManageReadOnlyField .note{margin:0;font-size:12px}.leagueManageInsetCard{border:1px solid var(--line);background:#fbfaf8;border-radius:18px;padding:20px}.leagueLifecycleTrack{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:26px 0 24px;display:grid}.leagueLifecycleStep{text-align:center;min-width:0;color:var(--muted);position:relative}.leagueLifecycleStep:not(:last-child):after{content:"";z-index:0;background:var(--line);height:2px;position:absolute;top:16px;left:calc(50% + 18px);right:calc(18px - 50%)}.leagueLifecycleStep.isPast:not(:last-child):after{background:var(--teal)}.leagueLifecycleDot{z-index:1;border:2px solid var(--line);background:var(--card);width:34px;height:34px;color:var(--muted);border-radius:50%;place-items:center;margin:0 auto 9px;font-size:12px;font-weight:800;display:grid;position:relative}.leagueLifecycleStep.isPast .leagueLifecycleDot{color:#fff;border-color:var(--teal);background:var(--teal)}.leagueLifecycleStep.isCurrent .leagueLifecycleDot{color:var(--teal);border-color:var(--teal);box-shadow:0 0 0 5px #075e5a1a}.leagueLifecycleStep strong{color:var(--muted);padding:0 6px;font-size:12px;line-height:1.3;display:block}.leagueLifecycleStep.isPast strong,.leagueLifecycleStep.isCurrent strong{color:var(--ink)}.leagueLifecycleCurrentTag{color:var(--teal);background:var(--teal-soft);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-top:5px;padding:3px 7px;font-size:10px;font-weight:800;display:inline-block}.leagueLifecycleCurrent{border:1px solid var(--line);background:#fbfaf8;border-radius:18px;justify-content:space-between;align-items:center;gap:22px;padding:20px;display:flex}.leagueLifecycleCurrentCopy{max-width:690px}.leagueLifecycleCurrentCopy .eyebrow{margin:0 0 8px;font-size:10px}.leagueLifecycleCurrentCopy h3{letter-spacing:-.02em;font-size:21px}.leagueLifecycleCurrentCopy p:last-child{margin:8px 0 0}.leagueLifecycleActionForm{flex:none}.leagueLifecycleCloseDetails{margin-top:16px}.leagueLifecycleCloseDetails>summary{width:fit-content;list-style:none}.leagueLifecycleCloseDetails>summary::-webkit-details-marker{display:none}.leagueLifecycleCloseBody{border:1px solid var(--line);background:#fbfaf8;border-radius:16px;margin-top:16px;padding:18px}.leagueLifecycleCloseStats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:16px 0;display:grid}.leagueLifecycleCloseStat{border:1px solid var(--line);background:#fff;border-radius:13px;padding:13px 14px}.leagueLifecycleCloseStat span,.leagueLifecycleCloseStat small{display:block}.leagueLifecycleCloseStat span{color:var(--muted);font-size:12px;font-weight:700}.leagueLifecycleCloseStat strong{margin-top:4px;font-size:22px;display:block}.leagueLifecycleCloseStat small{color:var(--muted);margin-top:3px;line-height:1.35}@media (max-width:700px){.leagueManageHeroActions{gap:12px}.leagueManageHeroUtility{flex:none}.leagueManageHeroActions .leagueManageHeroDashboard{flex:0 auto}a.leagueManageMetric{min-height:122px}.leagueLifecycleTrack{grid-template-columns:1fr;margin:22px 0}.leagueLifecycleStep{text-align:left;grid-template-columns:42px 1fr;align-items:start;min-height:54px;display:grid}.leagueLifecycleStep:not(:last-child):after{width:2px;height:auto;inset:34px auto 0 16px}.leagueLifecycleDot{grid-column:1;margin:0}.leagueLifecycleStep strong{grid-area:1/2;padding:8px 0 0;font-size:13px}.leagueLifecycleCurrentTag{grid-area:1/2;width:fit-content;margin:28px 0 0}.leagueLifecycleCurrent{flex-direction:column;align-items:stretch}.leagueLifecycleActionForm,.leagueLifecycleActionForm .button{width:100%}.leagueLifecycleCloseStats{grid-template-columns:1fr}.leagueLifecycleCloseDetails>summary{width:100%}}
.leagueAccessClubNotice{border:1px solid var(--line);background:#fbfaf8;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:18px;margin:18px 0 0;padding:16px 18px;display:flex}.leagueAccessClubNotice.isEnabled{background:#f3faf8;border-color:#cce5de}.leagueAccessClubNotice>div{min-width:0}.leagueAccessClubNotice .eyebrow{margin:0 0 5px;font-size:10px}.leagueAccessClubNotice strong{font-size:15px;display:block}.leagueAccessClubNotice p:last-child{max-width:760px;color:var(--muted);margin:5px 0 0;font-size:13px;line-height:1.5}.leagueAccessClubNotice .statusPill{flex:none}.leagueAccessField{margin-top:15px}.leagueAccessValueRow{align-items:center;gap:8px;display:flex}.leagueAccessValueRow>input{flex:auto;min-width:0}.leagueAccessIconButton{border:1px solid var(--line);width:42px;height:42px;color:var(--teal);cursor:pointer;background:#fff;border-radius:11px;flex:0 0 42px;place-items:center;padding:0;transition:border-color .15s,background .15s,transform .15s;display:inline-grid}.leagueAccessIconButton:hover{background:var(--teal-soft);border-color:#bdd8d2;transform:translateY(-1px)}.leagueAccessIconButton:focus-visible{outline-offset:2px;outline:3px solid #075e5a2e}.leagueAccessIconButton svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.leagueAccessUtilityRow{flex-wrap:wrap;align-items:center;gap:9px 16px;margin-top:12px;display:flex}.leagueAccessUtilityRow form{margin:0}.leagueAccessTextLink,.leagueAccessTextAction{color:var(--teal);font:inherit;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:3px 0;font-size:12px;font-weight:800;line-height:1.4;-webkit-text-decoration:underline #075e5a47;text-decoration:underline #075e5a47}.leagueAccessTextLink:hover,.leagueAccessTextAction:hover{color:#064d4a;text-decoration-color:currentColor}.leagueAccessTextAction{color:var(--muted)}.leagueAccessCodeForm{margin-top:14px}.leagueAccessCodeForm .leagueAccessField{margin-top:0}.leagueAccessEditActions{justify-content:flex-start;margin-top:11px}.leagueAccessHelper{margin-top:10px}@media (max-width:620px){.leagueAccessClubNotice{flex-direction:column;align-items:stretch;gap:12px}.leagueAccessClubNotice .statusPill{width:fit-content}.leagueAccessValueRow{gap:6px}.leagueAccessIconButton{flex-basis:40px;width:40px;height:40px}.leagueAccessEditActions{grid-template-columns:1fr 1fr;display:grid}.leagueAccessEditActions .button{width:100%}}
.leagueWhatsAppCard{box-shadow:var(--shadow-sm);background:#f5faf8;border:1px solid #cfe4dc;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:22px;display:grid}.leagueWhatsAppCard.isOnboarding{background:linear-gradient(135deg,#f3faf7,#fff);border-color:#b9d7d2;margin:18px 0 22px}.leagueWhatsAppCopy{min-width:0}.leagueWhatsAppCopy .eyebrow{margin:0 0 7px}.leagueWhatsAppCopy h2{letter-spacing:-.03em;margin:0;font-size:clamp(22px,3vw,30px)}.leagueWhatsAppCopy>p:not(.eyebrow){max-width:680px;color:var(--muted);margin:9px 0 0;line-height:1.55}.leagueWhatsAppCopy small{max-width:700px;color:var(--muted);margin-top:12px;font-size:11px;line-height:1.45;display:block}.leagueWhatsAppActions{flex-wrap:wrap;gap:9px;margin-top:16px;display:flex}.leagueWhatsAppButton{color:#fff!important;background:#128c7e!important;border-color:#128c7e!important}.leagueWhatsAppButton:hover{background:#0d766b!important}.leagueWhatsAppQr{border:1px solid var(--line);background:#fff;border-radius:16px;justify-items:center;gap:7px;width:194px;padding:10px;display:grid}.leagueWhatsAppQr img{border-radius:8px;width:174px;height:174px;display:block}.leagueWhatsAppQr span{color:var(--muted);font-size:10px;font-weight:700}.leagueWhatsAppAdminCard{border:1px solid var(--line);background:#fbfaf8;border-radius:18px;margin-top:18px;padding:20px}.leagueWhatsAppAdminCard .sectionHeading{margin-bottom:10px}.leagueWhatsAppAdminForm{margin-top:18px}.leagueWhatsAppAdminStatus{color:#35514b;background:#f5faf8;border:1px solid #cfe4dc;border-radius:12px;margin-top:14px;padding:12px 14px;font-size:12px}.leagueWhatsAppShortcut{z-index:45;color:#fff;background:#128c7e;border:1px solid #ffffff80;border-radius:999px;align-items:center;gap:9px;min-height:46px;padding:0 16px;font-size:13px;font-weight:800;display:inline-flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 30px #14373238}.leagueWhatsAppShortcut:hover{color:#fff;background:#0d766b;transform:translateY(-1px)}.leagueWhatsAppShortcut span{background:#ffffff29;border-radius:50%;place-items:center;width:22px;height:22px;font-size:11px;display:grid}@media (max-width:700px){.leagueWhatsAppCard{grid-template-columns:1fr;padding:18px}.leagueWhatsAppQr{display:none}.leagueWhatsAppActions{grid-template-columns:1fr;display:grid}.leagueWhatsAppActions .button,.leagueWhatsAppActions button{width:100%}.leagueWhatsAppShortcut{max-width:calc(100vw - 28px);bottom:14px;right:14px}.leagueWhatsAppShortcut b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}
.leaguePageRefresh:has(.heroPills .status-open) a[href*="/challenge/"]{display:none!important}
.legalPage{min-height:100svh;color:var(--ink);background:var(--bg);padding:34px 24px 64px}.legalNav{justify-content:space-between;align-items:center;gap:18px;width:min(980px,100%);margin:0 auto 28px;display:flex}.legalBrand{align-items:center;gap:10px;min-width:max-content;display:inline-flex}.legalBrand img{object-fit:contain;width:42px;height:42px}.legalBrand span{letter-spacing:-.035em;font-size:18px}.legalBrand strong,.legalBrand b{font-weight:850}.legalBrand b{color:var(--accent)}.legalNavLinks{color:var(--muted);align-items:center;gap:8px;font-size:13px;font-weight:750;display:flex}.legalNavLinks a{border-radius:9px;padding:9px 10px}.legalNavLinks a:hover{color:var(--ink);background:#f0ebe4}.legalCard{border:1px solid var(--line);width:min(980px,100%);box-shadow:var(--shadow-sm);background:#fff;border-radius:24px;margin:0 auto;padding:clamp(30px,5vw,58px)}.legalEyebrow{color:var(--teal);letter-spacing:.15em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:850}.legalCard h1{letter-spacing:-.05em;max-width:none;margin:0;font-size:clamp(38px,6vw,60px);line-height:1}.legalUpdated{color:var(--muted);margin:12px 0 0;font-size:13px}.legalIntro{color:#536068;max-width:760px;margin:26px 0 36px;font-size:17px;line-height:1.7}.legalSection{border-top:1px solid var(--line);padding:28px 0}.legalSection h2{letter-spacing:-.03em;margin:0 0 13px;font-size:24px}.legalSection h3{letter-spacing:-.015em;margin:22px 0 8px;font-size:17px}.legalSection p,.legalSection li{color:#536068;font-size:15px;line-height:1.7}.legalSection p{margin:10px 0 0}.legalSection ul{margin:12px 0 0;padding-left:22px}.legalSection li+li{margin-top:7px}.legalSection a,.legalContact a{color:var(--teal);text-underline-offset:2px;font-weight:750;text-decoration:underline}.legalCallout{background:#f2f8f6;border:1px solid #cfe2dc;border-radius:14px;margin-top:16px;padding:16px 18px}.legalCallout p:first-child{margin-top:0}.legalContact{color:#fff;background:#073f3e;border-radius:16px;margin-top:32px;padding:22px}.legalContact h2{color:#fff;margin:0;font-size:22px}.legalContact p{color:#ffffffc7;margin:8px 0 0;line-height:1.6}.legalContact a{color:#fff}.legalFooter{width:min(980px,100%);color:var(--muted);flex-wrap:wrap;justify-content:center;gap:8px 18px;margin:24px auto 0;font-size:12px;display:flex}.legalFooter a{font-weight:700}@media (max-width:640px){.legalPage{padding:20px 14px 46px}.legalNav{flex-direction:column;align-items:flex-start}.legalNavLinks{flex-wrap:wrap;width:100%}.legalCard{border-radius:20px;padding:26px 20px}.legalIntro{font-size:16px}.legalSection{padding:24px 0}}
.leagueForm .choiceCard>input[type=radio]{appearance:auto;min-width:18px;min-height:18px;accent-color:var(--ink);flex:0 0 18px;margin:2px 0 0;padding:0;width:18px!important;height:18px!important}#organisation-profile,#organisation-profile input,#organisation-profile textarea,#organisation-profile select,#organisation-profile button{font-family:inherit}#organisation-profile label>span{color:var(--ink);font-size:14px;font-weight:700;line-height:1.35}#organisation-profile input:not([type=hidden]):not([type=file]),#organisation-profile select,#organisation-profile textarea{border:1px solid var(--line);width:100%;min-height:48px;color:var(--ink);background:#fff;border-radius:12px;font-size:14px;font-weight:400;line-height:1.4}#organisation-profile input:not([type=hidden]):not([type=file]),#organisation-profile select{padding:0 14px}#organisation-profile textarea{resize:vertical;min-height:112px;padding:13px 14px}#organisation-profile input[type=file]{color:var(--ink);font-size:13px;font-weight:400;line-height:1.4}#organisation-profile input:focus,#organisation-profile select:focus,#organisation-profile textarea:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 3px #075e5a1a}.appCreateMenu,.appAccountMenu{position:relative}.appCreateMenu>summary,.appAccountMenu>summary{cursor:pointer;-webkit-tap-highlight-color:transparent;list-style:none}.appCreateMenu>summary::-webkit-details-marker{display:none}.appAccountMenu>summary::-webkit-details-marker{display:none}.appCreateMenu>summary{border:1px solid var(--accent);color:#fff;background:var(--accent);border-radius:11px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:12px;font-weight:850;display:inline-flex}.appCreateMenuPanel,.appAccountMenuPanel{z-index:80;border:1px solid var(--line);box-shadow:var(--shadow-md);background:#fff;border-radius:16px;gap:4px;padding:8px;display:grid;position:absolute;top:50px;right:0}.appCreateMenuPanel{width:300px}.appAccountMenuPanel{width:220px}.appCreateMenuPanel>a{border-radius:10px;grid-template-columns:32px 1fr;align-items:center;gap:9px;min-height:58px;padding:9px 10px;display:grid}.appCreateMenuPanel>a:hover,.appAccountMenuPanel>a:hover,.appAccountMenuPanel button:hover{background:#f7f3ed}.appCreateMenuPanel>a>span:first-child{width:30px;height:30px;color:var(--teal);background:var(--teal-soft);border-radius:9px;place-items:center;font-weight:900;display:grid}.appCreateMenuPanel>a>span:last-child{gap:2px;min-width:0;display:grid}.appCreateMenuPanel strong{font-size:12px}.appCreateMenuPanel small{color:var(--muted);font-size:10px;line-height:1.35}.appAccountMenu>summary{border:1px solid #0000;border-radius:24px;align-items:center;gap:9px;min-height:42px;padding:2px 8px 2px 2px;display:flex}.appAccountMenu>summary:hover,.appAccountMenu[open]>summary{border-color:var(--line);background:#fff}.appAccountMenuCopy{gap:1px;min-width:64px;display:grid}.appAccountMenuCopy strong{font-size:13px}.appAccountMenuCopy small{color:var(--muted);font-size:10px;font-weight:700}.appAccountChevron{color:var(--muted);font-size:13px}.appAccountMenuHeading{border-bottom:1px solid var(--line);gap:2px;margin-bottom:4px;padding:10px 11px 12px;display:grid}.appAccountMenuHeading strong{font-size:13px}.appAccountMenuHeading span{color:var(--muted);font-size:10px}.appAccountMenuPanel>a,.appAccountMenuPanel button{width:100%;min-height:42px;color:var(--ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;padding:0 11px;font-size:12px;font-weight:750;display:flex}.appAccountMenuPanel form{margin:0}.createFormatPage{max-width:1040px}.createFormatGroup{margin-top:34px}.createFormatHeading{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.createFormatHeading>span{background:var(--ink);width:32px;height:32px;color:var(--accent);border-radius:10px;flex:0 0 32px;place-items:center;font-size:11px;font-weight:900;display:grid}.createFormatHeading h2{letter-spacing:-.02em;font-size:22px}.createFormatHeading p{color:var(--muted);margin:4px 0 0;font-size:14px}.createFormatGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.createFormatCard{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:42px minmax(0,1fr);align-content:start;gap:14px;min-height:160px;padding:20px;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}a.createFormatCard:hover{border-color:#b8c5bb;transform:translateY(-2px);box-shadow:0 10px 28px #10201812}.createFormatCard>span:last-child{align-content:start;gap:8px;display:grid}.createFormatCard strong{font-size:17px;line-height:1.2}.createFormatCard small{color:var(--muted);font-size:13px;line-height:1.5}.createFormatIcon{background:var(--teal-soft,#edf8f3);width:42px;height:42px;color:var(--teal,#075e5a);border-radius:13px;place-items:center;font-size:13px;font-weight:900;display:grid}.createFormatCard.comingSoon{cursor:default;background:#ffffff8c;border-style:dashed}.createFormatCard.comingSoon .createFormatIcon{filter:grayscale(.35);opacity:.7}.createFormatCard em{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;vertical-align:2px;background:#f0f1ee;border-radius:999px;margin-left:5px;padding:3px 7px;font-size:9px;font-style:normal;font-weight:850;display:inline-flex}.createSettingsPage{max-width:900px}.organizationChoiceGrid{gap:10px;display:grid}.compactChoiceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.organizationCreateLink{margin-top:12px}.createFieldGrid{flex-wrap:wrap;align-items:flex-start;gap:0 16px;display:flex}.createFieldGrid .field{flex:250px}.createFieldGrid .shortField{flex:0 190px;max-width:210px}.createFieldGrid .smallField{flex:0 210px;max-width:230px}.createFieldGrid .mediumField{flex:270px;max-width:360px}.numericFieldGrid .field{flex-grow:0}.dateFieldGrid .field{flex-basis:230px}.twoOptionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.compactRadioField{max-width:720px}.createSettingsPage .formSection{padding:22px 24px 24px}.createSettingsPage .formSection legend{font-size:18px}.createSettingsPage .shortField input,.createSettingsPage .smallField input,.createSettingsPage .smallField select,.createSettingsPage .mediumField input,.createSettingsPage .mediumField select{width:100%}.createSettingsPage .pairedInputs{min-width:185px}@media (max-width:1060px){.appTopbarInner{gap:16px}.appNav{gap:4px}.appNav a{padding-inline:10px;font-size:13px}.appBrandWordmark{font-size:18px}}@media (max-width:760px){.createFormatGrid,.compactChoiceGrid,.twoOptionGrid{grid-template-columns:1fr}.createFormatCard{min-height:0}.createFieldGrid{grid-template-columns:1fr;gap:0;display:grid}.createFieldGrid .field,.createFieldGrid .shortField,.createFieldGrid .smallField,.createFieldGrid .mediumField{width:100%;max-width:none}.createSettingsPage .formSection{padding:20px}}
.leagueManageSubnav{flex-wrap:wrap;gap:4px;margin-top:-8px;padding:0 8px;display:flex}.leagueManageSubnav a{min-height:34px;color:var(--muted);border-radius:9px;align-items:center;padding:0 11px;font-size:11px;font-weight:800;display:inline-flex}.leagueManageSubnav a:hover{color:var(--ink);background:#f2eee8}.leagueManageSubnav a.active{color:var(--teal);background:var(--teal-soft)}.appBottomNav{display:none}.dashboardActionGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboardInvitationPanel{box-shadow:var(--shadow-sm);background:linear-gradient(145deg,#fff 0%,#fff8f7 100%);border:1px solid #efc8c9;border-radius:19px;gap:12px;padding:20px;scroll-margin-top:96px;display:grid}.dashboardInvitationHeading{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.dashboardInvitationHeading .eyebrow{margin:0 0 5px;font-size:10px}.dashboardInvitationHeading h3{letter-spacing:-.03em;margin:0;font-size:21px}.dashboardInvitationList{display:grid}.dashboardInvitationItem{border-top:1px solid #eee4df;justify-content:space-between;align-items:center;gap:20px;padding:15px 0;display:flex}.dashboardInvitationItem:first-child{border-top:0}.dashboardInvitationCopy{min-width:0}.dashboardInvitationCopy strong{font-size:15px;display:block}.dashboardInvitationCopy p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.45}.dashboardInvitationActions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:7px;display:flex}.dashboardInvitationActions form{margin:0}.dashboardInviteAccept,.dashboardInviteDecline,.dashboardInviteDetails{min-height:38px;font:inherit;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:850;display:inline-flex}.dashboardInviteAccept{border:1px solid var(--teal);color:#fff;background:var(--teal)}.dashboardInviteAccept:hover{background:#064d4a}.dashboardInviteDecline{color:#7d3535;background:#fff;border:1px solid #e6d9d2}.dashboardInviteDecline:hover{background:#fff4f4;border-color:#e3bfc0}.dashboardInviteDetails{border:1px solid var(--line);color:var(--teal);background:#fff}.dashboardInviteDetails:hover{background:var(--teal-soft);border-color:#bdd8d2}@media (max-width:1000px){.dashboardActionGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.appTopbarActions,.appMobileMenu{display:none!important}.appTopbarInner{grid-template-columns:1fr}.appBottomNav{z-index:90;min-height:68px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf9f5;border-top:1px solid #e0d9cff5;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #1f2a3014}.appBottomNavItem{color:#6e777c;min-width:0;min-height:54px;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:5px 3px;font-size:10px;font-weight:800;line-height:1;display:flex}.appBottomNavItem svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:22px;height:22px}.appBottomNavItem.active,.appBottomMore.active>.appBottomNavItem,.appBottomMore[open]>.appBottomNavItem{color:var(--teal);background:var(--teal-soft)}.appBottomMore{min-width:0;position:relative}.appBottomMore>summary{width:100%;list-style:none}.appBottomMore>summary::-webkit-details-marker{display:none}.appBottomMorePanel{z-index:95;left:12px;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));border:1px solid var(--line);background:#fff;border-radius:18px;gap:4px;max-height:min(68svh,520px);padding:10px;display:grid;position:fixed;overflow-y:auto;box-shadow:0 24px 64px #1f2a3033}.appBottomMoreHeading{border-bottom:1px solid var(--line);align-items:center;gap:10px;margin-bottom:3px;padding:10px 10px 13px;display:flex}.appBottomMoreHeading>span:last-child{gap:2px;min-width:0;display:grid}.appBottomMoreHeading strong{font-size:14px}.appBottomMoreHeading small{color:var(--muted);font-size:10px;font-weight:700}.appBottomMorePanel>a,.appBottomMorePanel button{width:100%;min-height:44px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;padding:0 11px;font-size:12px;font-weight:800;display:flex}.appBottomMorePanel>a:hover,.appBottomMorePanel button:hover{background:#f7f3ed}.appBottomMorePanel form{margin:0}.shell{padding-bottom:calc(102px + env(safe-area-inset-bottom))}.leagueManageSubnav{scrollbar-width:none;flex-wrap:nowrap;margin-top:-10px;padding:0 2px;overflow-x:auto}.leagueManageSubnav::-webkit-scrollbar{display:none}.leagueManageSubnav a{flex:none;min-height:40px}.dashboardInvitationItem{flex-direction:column;align-items:flex-start}.dashboardInvitationActions{justify-content:flex-start;width:100%}}@media (max-width:620px){.dashboardActionGrid{grid-template-columns:1fr}.dashboardInvitationHeading{flex-direction:column;align-items:flex-start;gap:9px}.dashboardInvitationActions,.dashboardInvitationActions form{width:100%;display:grid}.dashboardInviteAccept,.dashboardInviteDecline,.dashboardInviteDetails{width:100%;min-height:44px}}
@media (min-width:821px){.leagueManageWorkspace:has(>.leagueManageSubnav){grid-template-columns:210px minmax(0,1fr);align-items:start}:is(.leagueManageWorkspace:has(>.leagueManageSubnav)>.leagueManageHero,.leagueManageWorkspace:has(>.leagueManageSubnav)>.leagueManageSimpleHeader,.leagueManageWorkspace:has(>.leagueManageSubnav)>.leagueManageSubpageHeader,.leagueManageWorkspace:has(>.leagueManageSubnav)>.leagueManageNav){grid-column:1/-1}.leagueManageWorkspace:has(>.leagueManageSubnav)>.leagueManageSubnav{grid-column:1}.leagueManageWorkspace:has(>.leagueManageSubnav)>.leagueManageSubnav~*{grid-column:2}.leagueManageSubnav{border:1px solid var(--line);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf9f5;border-radius:16px;align-self:start;gap:4px;margin-top:0;padding:10px;display:grid;position:sticky;top:150px}.leagueManageSubnavLabel{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;padding:8px 10px 6px;font-size:10px;font-weight:850}.leagueManageSubnav a{color:#566169;border-radius:10px;align-items:center;width:100%;min-height:42px;padding:0 12px;font-size:12px;font-weight:800;line-height:1.25;display:flex}.leagueManageSubnav a:hover{color:var(--ink);background:#f2eee8}.leagueManageSubnav a.active{color:var(--teal);background:var(--teal-soft);box-shadow:inset 3px 0 0 var(--teal)}}@media (max-width:820px){.leagueManageSubnavLabel{display:none}}
.teamPlayerNames{margin-top:2px;font-size:.78rem;font-weight:500;line-height:1.25;display:block}.matchupTeam .teamPlayerNames{margin-top:-2px}.teamNamingChoices{gap:14px;display:grid}.teamNamingChoices+.note{margin-top:16px}
.clubHubPage,.clubUpgradePage{gap:22px;width:min(100%,1080px);margin:0 auto;padding:28px 0 56px;display:grid}.clubHubHero,.clubUpgradeHero{color:#fff;background:linear-gradient(135deg,#075e5a 0%,#0c766f 70%,#188d83 100%);border-radius:26px;padding:clamp(24px,4vw,44px);position:relative;overflow:hidden;box-shadow:0 20px 50px #075e5a2e}.clubHubHero:after,.clubUpgradeHero:after{content:"";background:#ffffff14;border-radius:50%;width:240px;height:240px;position:absolute;top:-110px;right:-90px}.clubHubHero .eyebrow,.clubUpgradeHero .eyebrow{color:#bff3ed}.clubHubHero h1,.clubUpgradeHero h1{color:#fff;margin:8px 0 10px;font-size:clamp(32px,5vw,52px);line-height:1.03}.clubHubHero p,.clubUpgradeHero p{color:#ffffffe0;max-width:720px;font-size:17px;line-height:1.65}.clubHeroActions{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.clubHeroActions .button.secondary{color:#075e5a;background:#fff;border-color:#fff}.clubBenefitPills{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.clubBenefitPills span{color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:700}.clubPlanIntro{text-align:center;max-width:760px;margin:8px auto 0}.clubPlanIntro h2{margin-bottom:8px;font-size:clamp(25px,4vw,34px)}.clubPlanIntro p{color:#667178;line-height:1.65}.clubPlanGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.clubPlanCard{background:#fff;border:1px solid #e3ded6;border-radius:22px;padding:24px;position:relative;box-shadow:0 10px 30px #1d2d320f}.clubPlanCard.full{border:2px solid #0b746d;box-shadow:0 18px 44px #075e5a21}.clubPlanBadge{color:#075e5a;letter-spacing:.08em;text-transform:uppercase;background:#e8f6f3;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:900;display:inline-flex}.clubPlanCard.full .clubPlanBadge{color:#fff;background:#075e5a}.clubPlanCard h3{margin:14px 0 6px;font-size:25px}.clubPlanCard>p{color:#68747a;min-height:48px;line-height:1.55}.clubPlanList{gap:12px;margin:22px 0;padding:0;list-style:none;display:grid}.clubPlanList li{color:#324047;grid-template-columns:24px 1fr;align-items:start;gap:9px;line-height:1.45;display:grid}.clubPlanList li:before{content:"✓";color:#075e5a;background:#edf7f5;border-radius:50%;place-items:center;width:20px;height:20px;margin-top:1px;font-size:12px;font-weight:900;display:grid}.clubPlanCard.free .clubPlanList li.limited:before{content:"•";color:#8a8f91;background:#f3f0eb}.clubPlanAction{flex-direction:column;gap:8px;margin-top:auto;display:flex}.clubPlanAction .button{justify-content:center;width:100%}.clubPlanFine{text-align:center;color:#7a8388;font-size:12px}.clubUpgradeRequest{background:#fff;border:1px solid #e4ded6;border-radius:24px;width:min(100%,860px);margin:0 auto;padding:clamp(22px,4vw,34px);box-shadow:0 14px 38px #1d2d3212}.clubUpgradeRequestHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.clubUpgradeRequestHeader h2{margin:4px 0 5px;font-size:28px}.clubUpgradeRequestHeader p{color:#68747a;max-width:620px;margin:0;line-height:1.55}.clubUpgradeResponsePill{color:#805c12;white-space:nowrap;background:#fff4df;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800}.clubUpgradeFields{grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);gap:14px;max-width:720px;display:grid}.clubUpgradeFields .field{margin-top:0}.clubUpgradeOptional{border-top:1px solid #eee9e2;max-width:720px;margin-top:12px;padding-top:12px}.clubUpgradeOptional summary{cursor:pointer;color:#075e5a;font-weight:800}.clubUpgradeConsent{color:#748087;max-width:720px;margin:12px 0 0;font-size:12px;line-height:1.5}.clubUpgradeFooter{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-top:18px;display:flex}.clubSectionHeading{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:14px;display:flex}.clubSectionHeading h2{margin:0}.clubSectionHeading p{color:#6c777d;margin:4px 0 0}.clubGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.clubCard{min-height:250px;color:inherit;background:#fff;border:1px solid #e4ded6;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;overflow:hidden}.clubCard:hover{border-color:#b9d8d4;transform:translateY(-2px);box-shadow:0 14px 34px #1d2d321a}.clubCardVisual{background:linear-gradient(135deg,#eaf7f4 0%,#d8efeb 55%,#c9e5e0 100%);align-items:flex-end;min-height:92px;padding:16px;display:flex;position:relative;overflow:hidden}.clubCardVisual:before{content:"";background:#ffffff7a;border-radius:50%;width:150px;height:150px;position:absolute;top:-72px;right:-52px}.clubCardVisualGlow{pointer-events:none;background:linear-gradient(#0000,#ffffff52);height:42px;position:absolute;inset:auto 0 0}.clubCardLogo{z-index:1;color:#fff;background:#075e5a;border:3px solid #ffffffeb;border-radius:16px;place-items:center;width:58px;height:58px;font-size:18px;font-weight:900;display:grid;position:relative;overflow:hidden;box-shadow:0 7px 18px #075e5a2e}.clubCardLogo.hasLogo{background:#fff}.clubCardLogo img{object-fit:contain;width:100%;height:100%;padding:5px}.clubCardBody{flex-direction:column;flex:1;gap:12px;padding:17px 18px 18px;display:flex}.clubCardTop{align-items:center;gap:12px;display:flex}.clubCard h3{margin:0;font-size:19px}.clubCard p{color:#6a757b;margin:0;line-height:1.5}.clubCardDescription{min-height:44px}.clubCardMeta{flex-wrap:wrap;gap:7px;margin-top:auto;display:flex}.clubCardMeta span{color:#637078;background:#f5f2ed;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:700}.clubEmpty{text-align:center;background:#fff;border:1px dashed #d8d2ca;border-radius:18px;padding:28px}.clubEmpty h3{margin:0 0 6px}.clubEmpty p{color:#6d777d;max-width:560px;margin:0 auto 16px}@media (max-width:900px){.clubGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.clubPlanGrid,.clubUpgradeFields,.clubGrid{grid-template-columns:1fr}.clubPlanCard>p{min-height:0}.clubUpgradeRequest{width:100%}.clubUpgradeFooter{justify-content:stretch}.clubUpgradeFooter .button{justify-content:center;width:100%}.clubHubPage,.clubUpgradePage{padding-top:18px}}
:root{--app-content-max:1180px;--app-hero-radius:28px;--app-hero-shadow:0 22px 58px #073f3d2e;--app-hero-bg:radial-gradient(circle at 82% 15%, #ffffff21, transparent 16rem), linear-gradient(125deg, #063f3d 0%, #075e5a 56%, #0c726c 100%);--app-section-heading:clamp(28px, 3vw, 38px);--app-space-xs:8px;--app-space-sm:12px;--app-space-md:18px;--app-space-lg:24px;--app-space-xl:32px}.dashboard,.myTeamsPage,.clubHubPage,.clubUpgradePage,.platformAdminPage,.helpPage{width:100%;max-width:var(--app-content-max);margin-left:auto;margin-right:auto}.clubHubPage,.clubUpgradePage{padding-top:0}.dashboardHero,.myTeamsHero,.clubHubHero,.clubUpgradeHero,.platformAdminHero,.helpHero{border-radius:var(--app-hero-radius);background:var(--app-hero-bg);box-shadow:var(--app-hero-shadow)}.dashboardHero,.myTeamsHero,.clubHubHero{min-height:280px;padding:clamp(28px,4vw,48px)}.dashboardHero .eyebrow,.myTeamsHero .eyebrow,.clubHubHero .eyebrow,.clubUpgradeHero .eyebrow,.platformAdminHero .eyebrow,.helpHero .eyebrow{color:#ffffffb8;margin:0 0 12px}.dashboardHero h1,.myTeamsHero h1,.clubHubHero h1,.clubUpgradeHero h1,.platformAdminHero h1,.helpHero h1{color:#fff;letter-spacing:-.055em;margin-top:0;font-size:clamp(44px,6vw,72px);line-height:.98}.dashboardHeroCopy>p:not(.eyebrow),.myTeamsHero>div>p:not(.eyebrow),.clubHubHero>p:not(.eyebrow),.clubUpgradeHero>p:not(.eyebrow),.platformAdminHero>div:first-child>p:last-child,.helpHeroCopy>p:last-child{color:#ffffffc2;font-size:17px;line-height:1.6}.dashboardSectionTitle h2,.myTeamsHeading h2,.clubSectionHeading h2,.helpSectionHeading h2{font-size:var(--app-section-heading);letter-spacing:-.04em;margin:0;line-height:1.05}.dashboardSectionTitle .eyebrow,.myTeamsHeading .eyebrow,.clubSectionHeading .eyebrow,.helpSectionHeading .eyebrow{margin:0 0 5px;font-size:11px}.dashboardActionCard,.dashboardActivityPanel,.dashboardInvitationPanel,.dashboardLeagueCard,.myTeamCard,.clubCard,.adminPanel,.helpQuickNav a,.helpFaqList,.helpContact{border-color:var(--line);box-shadow:var(--shadow-sm)}:where(.formPage,.authCard)>:where(.lede,.note)+:where(.notice,.tableCard,.formSection,.empty,.leagueWhatsAppCard),:where(.formPage,.authCard)>:where(.notice,.tableCard,.formSection,.empty,.leagueWhatsAppCard)+:where(.notice,.tableCard,.formSection,.empty,.leagueWhatsAppCard),:where(.formPage,.authCard)>:where(.lede,.note,.notice,.tableCard,.formSection,.empty,.leagueWhatsAppCard)+:where(.formFooter,.actions,.inviteActions),:where(.dashboard,.myTeamsPage,.clubHubPage,.clubUpgradePage,.platformAdminPage,.helpPage,.leagueManageWorkspace,.seasonManageWorkspace,.teamExperiencePage,.competitionExperiencePage,.adminRefresh)>:where(.notice,.tableCard,.empty,.formSection,.boxStatusCard)+:where(.notice,.tableCard,.empty,.formSection,.boxStatusCard){margin-top:var(--app-space-lg)}.formFooter,.actions,.inlineActions,.challengeActions,.inviteActions{column-gap:var(--app-space-sm);row-gap:var(--app-space-sm)}@media (max-width:820px){:root{--app-space-lg:20px;--app-space-xl:28px}.dashboardHero,.myTeamsHero,.clubHubHero{border-radius:21px;min-height:0;padding:26px 22px}.dashboardHero h1,.myTeamsHero h1,.clubHubHero h1,.clubUpgradeHero h1,.platformAdminHero h1,.helpHero h1{font-size:clamp(40px,12vw,56px)}}
