.EventTabs-module__EMpIPa__container{margin:var(--space-6) 0}.EventTabs-module__EMpIPa__tabs{border-radius:var(--radius-card);margin-bottom:var(--space-8);background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);border:none;justify-content:space-around;align-items:center;padding:10px;list-style:none;display:flex;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.EventTabs-module__EMpIPa__tab{color:#aaa;font-weight:400;font-size:var(--fs-md);cursor:pointer;background:0 0;border:none;padding:8px 16px;position:relative}.EventTabs-module__EMpIPa__tabActive{color:var(--color-surface);font-weight:700}.EventTabs-module__EMpIPa__tabActive:after{content:"";background-color:var(--color-accent);border-radius:2px;width:100%;height:4px;position:absolute;bottom:0;left:0}.EventTabs-module__EMpIPa__content{margin-top:var(--space-4)}
.EventCalendar-module__MEnzxW__wrapper{--cal-bg:#212121;--cal-surface:#2a2a2a;--cal-accent:var(--color-accent-bright);--cal-accent-hover:var(--color-accent);--cal-text:var(--color-surface);--cal-text-muted:#b0b0b0;--cal-border:#353535;--cal-today:#ffcc0026;background:var(--cal-bg);border-radius:var(--radius-md);border:1px solid var(--cal-border);padding:1.25rem;position:relative;box-shadow:inset 0 1px 1px #ffffff14,0 4px 12px #0000004d}.EventCalendar-module__MEnzxW__header{flex-flow:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;margin-bottom:1rem;display:flex}.EventCalendar-module__MEnzxW__title{color:var(--cal-text);text-align:center;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;margin:0;font-size:1.35rem;font-weight:600;overflow:hidden}.EventCalendar-module__MEnzxW__nav{background:var(--cal-surface);border:1px solid var(--cal-border);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--cal-accent);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.4rem;transition:background .2s,color .2s,border-color .2s;display:inline-flex}.EventCalendar-module__MEnzxW__nav:hover,.EventCalendar-module__MEnzxW__nav:focus{color:var(--cal-accent-hover);border-color:var(--cal-accent);background:#ffcc001f;outline:none}.EventCalendar-module__MEnzxW__weekdays{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}.EventCalendar-module__MEnzxW__weekday{text-align:center;color:var(--cal-text-muted);text-transform:uppercase;padding:.3rem 0;font-size:.7rem;font-weight:600}.EventCalendar-module__MEnzxW__grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.EventCalendar-module__MEnzxW__day{background:var(--cal-surface);border-radius:var(--radius-control);cursor:default;border:1px solid #0000;flex-direction:column;min-height:90px;padding:4px;transition:background .15s,border-color .15s;display:flex;overflow:hidden}.EventCalendar-module__MEnzxW__dayClickable{cursor:pointer}.EventCalendar-module__MEnzxW__day:hover{border-color:var(--cal-border);background:#ffffff0f}.EventCalendar-module__MEnzxW__dayNum{color:var(--cal-text);margin-bottom:2px;font-size:.8rem;font-weight:600}.EventCalendar-module__MEnzxW__dayOther .EventCalendar-module__MEnzxW__dayNum{color:#ffffff4d}.EventCalendar-module__MEnzxW__dayOther .EventCalendar-module__MEnzxW__miniEvent{opacity:.4}.EventCalendar-module__MEnzxW__dayToday{background:var(--cal-today);border-color:var(--cal-accent)}.EventCalendar-module__MEnzxW__dayToday .EventCalendar-module__MEnzxW__dayNum{color:var(--cal-accent)}.EventCalendar-module__MEnzxW__daySelected{border-color:var(--cal-accent);background:#ffcc001a}.EventCalendar-module__MEnzxW__daySelected .EventCalendar-module__MEnzxW__dayNum{color:var(--cal-accent)}.EventCalendar-module__MEnzxW__miniEvent{white-space:nowrap;text-overflow:ellipsis;color:var(--cal-text);border-left:3px solid var(--cal-accent);cursor:pointer;background:#ffcc0014;align-items:center;gap:3px;margin-top:4px;padding:2px 2px 2px 6px;font-size:.65rem;line-height:1.4;text-decoration:none;transition:background .15s,box-shadow .15s;display:flex;overflow:hidden}.EventCalendar-module__MEnzxW__miniEvent:first-of-type{margin-top:0}.EventCalendar-module__MEnzxW__miniEvent:hover{color:var(--cal-text);background:#ffcc0029;text-decoration:none;box-shadow:0 1px 4px #00000059}.EventCalendar-module__MEnzxW__miniEvent img{object-fit:contain;flex-shrink:0;width:14px;height:14px}.EventCalendar-module__MEnzxW__miniEventText{flex-direction:column;gap:0;min-width:0;display:flex;overflow:hidden}.EventCalendar-module__MEnzxW__miniEventText span{color:var(--cal-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.EventCalendar-module__MEnzxW__miniEventSubtext{font-size:.55rem;line-height:1.2;color:var(--cal-text-muted)!important}.EventCalendar-module__MEnzxW__more{color:var(--cal-accent);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:auto;padding:0;font-size:.6rem;font-weight:600}.EventCalendar-module__MEnzxW__more:hover{color:var(--cal-accent-hover)}.EventCalendar-module__MEnzxW__list{display:none}.EventCalendar-module__MEnzxW__listDayHeader{z-index:2;background:var(--cal-bg);color:var(--cal-text-muted);text-transform:uppercase;border-bottom:1px solid var(--cal-border);margin-bottom:.25rem;padding:.6rem 0 .3rem;font-size:.75rem;font-weight:600;position:sticky;top:0}.EventCalendar-module__MEnzxW__listEvent{border-radius:var(--radius-sm);border:1px solid #ffffff14;border-left:4px solid var(--cal-accent);cursor:pointer;color:inherit;background:linear-gradient(#363636 0%,#2a2a2a 100%);flex-direction:column;gap:2px;margin:.35rem 0;padding:.75rem .85rem;text-decoration:none;transition:background .15s,box-shadow .15s,transform 50ms;display:flex;box-shadow:0 2px 8px #00000040}.EventCalendar-module__MEnzxW__listEvent:hover{background:linear-gradient(#404040 0%,#2f2f2f 100%);text-decoration:none;transform:translateY(-1px);box-shadow:0 3px 10px #0006}.EventCalendar-module__MEnzxW__listEventTop{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.EventCalendar-module__MEnzxW__listEventTop img{object-fit:contain;flex-shrink:0;width:20px;height:20px}.EventCalendar-module__MEnzxW__listEventTitle{color:var(--cal-text);text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:600;overflow:hidden}.EventCalendar-module__MEnzxW__listEventBadge{border-radius:var(--radius-pill);color:var(--cal-accent);white-space:nowrap;background:#ffcc002e;flex-shrink:0;padding:2px 6px;font-size:.6rem;font-weight:600}.EventCalendar-module__MEnzxW__listEventTime{color:var(--cal-accent);margin-bottom:2px;font-size:.8rem;font-weight:600}.EventCalendar-module__MEnzxW__listEventTeam{color:var(--cal-text-muted);margin-top:.15rem;font-size:.8rem;line-height:1.25}.EventCalendar-module__MEnzxW__listEventLocation{color:var(--cal-text-muted);font-size:.8rem}.EventCalendar-module__MEnzxW__listEmpty{text-align:center;color:var(--cal-text-muted);padding:1.5rem 0;font-size:.9rem}.EventCalendar-module__MEnzxW__popover{z-index:100;background:var(--cal-surface);border:1px solid var(--cal-border);border-radius:var(--radius-lg);width:320px;max-height:360px;padding:1rem 1rem .75rem;position:absolute;overflow-y:auto;box-shadow:0 6px 24px #00000073}.EventCalendar-module__MEnzxW__popoverClose{color:var(--cal-text-muted);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.4rem;line-height:1;transition:color .15s;position:absolute;top:8px;right:10px}.EventCalendar-module__MEnzxW__popoverClose:hover{color:var(--cal-text)}.EventCalendar-module__MEnzxW__detailTitle{color:var(--cal-text);margin:0 0 .6rem;font-size:1rem;font-weight:600}.EventCalendar-module__MEnzxW__detailEvents{flex-direction:column;gap:.6rem;display:flex}.EventCalendar-module__MEnzxW__detailCard{border-radius:var(--radius-sm);border:1px solid #ffffff14;border-left:4px solid var(--cal-accent);cursor:pointer;color:inherit;background:linear-gradient(#363636 0%,#2a2a2a 100%);padding:.75rem .85rem;text-decoration:none;transition:background .15s,box-shadow .15s,transform 50ms;box-shadow:0 2px 8px #00000040}.EventCalendar-module__MEnzxW__detailCard:hover{background:linear-gradient(#404040 0%,#2f2f2f 100%);text-decoration:none;transform:translateY(-1px);box-shadow:0 3px 10px #0006}.EventCalendar-module__MEnzxW__detailCardTop{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:.3rem;display:flex}.EventCalendar-module__MEnzxW__detailCardTop img{object-fit:contain;flex-shrink:0;width:22px;height:22px}.EventCalendar-module__MEnzxW__detailCardName{color:var(--cal-text);font-size:.95rem;font-weight:600}.EventCalendar-module__MEnzxW__detailCardBadge{border-radius:var(--radius-pill);color:var(--cal-accent);white-space:nowrap;background:#ffcc002e;padding:2px 6px;font-size:.6rem;font-weight:600}.EventCalendar-module__MEnzxW__detailCardTeam{color:var(--cal-text-muted);margin-bottom:.2rem;font-size:.8rem;line-height:1.25;display:block}.EventCalendar-module__MEnzxW__detailCardTime{color:var(--cal-accent);margin-bottom:.2rem;font-size:.8rem;font-weight:600;display:block}.EventCalendar-module__MEnzxW__detailCardLocation{color:var(--cal-text-muted);font-size:.8rem;display:block}@media (max-width:576px){.EventCalendar-module__MEnzxW__wrapper{padding:.75rem}.EventCalendar-module__MEnzxW__title{font-size:1.1rem}.EventCalendar-module__MEnzxW__weekdays,.EventCalendar-module__MEnzxW__grid{display:none}.EventCalendar-module__MEnzxW__list{-webkit-overflow-scrolling:touch;max-height:65vh;display:block;overflow-y:auto}}
.PowerPagesCard-module__pmjGva__card{background:var(--color-surface);color:var(--color-ink);border-top:6px solid var(--color-accent);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5) var(--space-5);gap:var(--space-3);flex-direction:column;display:flex;box-shadow:0 2px 4px #00000014}.PowerPagesCard-module__pmjGva__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex}.PowerPagesCard-module__pmjGva__dateBlock{font-weight:700;font-size:var(--fs-md);color:var(--color-ink);flex-direction:column;gap:.125rem;display:flex}.PowerPagesCard-module__pmjGva__eventMeta{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.PowerPagesCard-module__pmjGva__badge{background:var(--color-ink);color:var(--color-accent);font-size:var(--fs-xs);border-radius:var(--radius-pill);white-space:nowrap;padding:3px 10px;font-weight:600}.PowerPagesCard-module__pmjGva__typeIcon{object-fit:contain;width:25px;height:25px}.PowerPagesCard-module__pmjGva__typeIconFont{font-size:var(--fs-xl);color:var(--color-ink)}.PowerPagesCard-module__pmjGva__eventName{font-size:var(--fs-md);color:#1a1a1a;margin:0;font-weight:500;line-height:1.3}.PowerPagesCard-module__pmjGva__eventLogoRow{padding:var(--space-2) 0;justify-content:center;display:flex}.PowerPagesCard-module__pmjGva__eventLogo{object-fit:contain;max-width:140px;max-height:140px}.PowerPagesCard-module__pmjGva__location{align-items:flex-start;gap:var(--space-2);margin-top:var(--space-1);display:flex}.PowerPagesCard-module__pmjGva__geoIcon{color:var(--color-ink);flex-shrink:0;margin-top:2px;font-size:1.1rem}.PowerPagesCard-module__pmjGva__locationBody{flex-direction:column;gap:.125rem;min-width:0;display:flex}.PowerPagesCard-module__pmjGva__locationName{color:var(--color-ink);font-size:.95rem;font-weight:700}.PowerPagesCard-module__pmjGva__locationAddress{color:#1a1a1a;font-size:.9rem;line-height:1.4;text-decoration:underline}.PowerPagesCard-module__pmjGva__locationAddress:hover{color:var(--color-ink)}.PowerPagesCard-module__pmjGva__showMore{justify-content:center;align-items:center;gap:var(--space-2);background:var(--color-accent);width:100%;color:var(--color-ink);padding:var(--space-1) var(--space-4);margin-top:var(--space-2);box-sizing:border-box;border-radius:5px;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.PowerPagesCard-module__pmjGva__showMore:hover{background:var(--color-accent-hover);color:var(--color-ink)}.PowerPagesCard-module__pmjGva__showMore i{-webkit-text-stroke:1px}
.ParentAccountStats-module__p-u23G__card{color:var(--color-surface);padding:var(--space-5);border-radius:var(--radius-md);background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);gap:var(--space-3);flex-direction:column;display:flex;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.ParentAccountStats-module__p-u23G__stats{justify-content:space-around;align-items:center;gap:var(--space-4);padding-bottom:var(--space-2);display:flex}.ParentAccountStats-module__p-u23G__stat{color:var(--color-surface);align-items:center;gap:.5rem;font-weight:700;display:flex}.ParentAccountStats-module__p-u23G__stat svg{flex-shrink:0}.ParentAccountStats-module__p-u23G__biIcon{color:var(--color-surface);font-size:1.5rem;line-height:1}.ParentAccountStats-module__p-u23G__value{color:var(--color-surface);font-size:1.25rem}.ParentAccountStats-module__p-u23G__facilityTitle{color:var(--color-accent);margin-top:var(--space-2);font-size:1.05rem;font-weight:700}.ParentAccountStats-module__p-u23G__address{color:var(--color-ink-on-dark);align-items:flex-start;gap:.5rem;font-size:.95rem;line-height:1.4;display:flex}.ParentAccountStats-module__p-u23G__address i{color:var(--color-surface);margin-top:2px;font-size:1.1rem}.ParentAccountStats-module__p-u23G__footer{padding-top:var(--space-3);border-top:1px solid #ffffff14;justify-content:space-between;font-size:.95rem;display:flex}.ParentAccountStats-module__p-u23G__footerLabel{color:var(--color-ink-faint)}.ParentAccountStats-module__p-u23G__footerValue{color:var(--color-surface);font-weight:600}@media (max-width:576px){.ParentAccountStats-module__p-u23G__stats{gap:var(--space-3);flex-wrap:wrap;justify-content:space-between}}
.ChildTeamCard-module__UWHxCG__link{color:inherit;height:100%;text-decoration:none;display:block}.ChildTeamCard-module__UWHxCG__card{background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);border-radius:var(--radius-md);padding:var(--space-4);color:var(--color-surface);justify-content:space-between;align-items:flex-start;gap:var(--space-3);height:100%;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.ChildTeamCard-module__UWHxCG__link:hover .ChildTeamCard-module__UWHxCG__card,.ChildTeamCard-module__UWHxCG__link:focus-visible .ChildTeamCard-module__UWHxCG__card{transform:translateY(-2px);box-shadow:inset 0 1px 1px #fff3,0 8px 12px #00000080}.ChildTeamCard-module__UWHxCG__body{align-items:center;gap:var(--space-3);flex:1;min-width:0;display:flex}.ChildTeamCard-module__UWHxCG__logo{object-fit:contain;flex-shrink:0;width:68px;height:68px}.ChildTeamCard-module__UWHxCG__info{flex-direction:column;gap:2px;min-width:0;display:flex}.ChildTeamCard-module__UWHxCG__name{color:var(--color-accent);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.ChildTeamCard-module__UWHxCG__contact{color:var(--color-ink-faint);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-style:italic;overflow:hidden}.ChildTeamCard-module__UWHxCG__location{color:var(--color-surface);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.ChildTeamCard-module__UWHxCG__stats{align-items:center;gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.ChildTeamCard-module__UWHxCG__stat{color:var(--color-surface);align-items:center;gap:4px;font-size:.95rem;font-weight:600;display:inline-flex}.ChildTeamCard-module__UWHxCG__stat i{color:var(--color-surface);font-size:1.1rem}.ChildTeamCard-module__UWHxCG__stat svg{flex-shrink:0;width:24px;height:auto}.ChildTeamCard-module__UWHxCG__sportIcon{object-fit:contain;filter:brightness(0)invert();flex-shrink:0;width:28px;height:28px}
.PlayerHero-module__Pl9xAG__jumbotron{background:linear-gradient(180deg, var(--color-accent-legacy), #f1d10d);height:311px;margin-bottom:0;overflow:hidden}.PlayerHero-module__Pl9xAG__container{background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjQyLjEyIDY3NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNjExLjQ3IDI4Ni43Ni00MjIuMS0yNzQuMjJjLTM3LjM2LTI0LjI3LTg3LjM2LTIuMjYtOTQuNjggNDEuNjlsLTkxLjMgNTQ4LjE0Yy04LjQzIDUwLjU5IDQ0Ljg1IDg4Ljg1IDkwLjEgNjQuNzFsNTEzLjQxLTI3My45MmM0MS41My0yMi4xNiA0NC4wNi04MC43NiA0LjU4LTEwNi40eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZjJkNjAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNSIvPjwvc3ZnPg==);background-position:0;background-repeat:no-repeat;background-size:contain;max-width:1400px;height:100%;margin:0 auto;position:relative}.PlayerHero-module__Pl9xAG__profileArea{flex-direction:row;align-items:center;gap:1rem;height:311px;padding-right:2rem;display:flex}.PlayerHero-module__Pl9xAG__profileHero{object-fit:contain;z-index:2;height:100%;margin-left:2rem;padding-top:20px;position:relative}.PlayerHero-module__Pl9xAG__profileHeadings{z-index:10;flex-direction:column;flex:1;justify-content:center;gap:.25rem;min-width:0;height:100%;margin-left:1rem;display:flex;position:relative}.PlayerHero-module__Pl9xAG__forename,.PlayerHero-module__Pl9xAG__surname{letter-spacing:-.03em;color:#222;background:0 0;align-self:flex-start;padding:0;font-size:50px;font-style:italic;line-height:1;display:inline-block}.PlayerHero-module__Pl9xAG__forename{font-weight:400}.PlayerHero-module__Pl9xAG__surname{font-weight:700}.PlayerHero-module__Pl9xAG__jerseyNumber{color:#111;letter-spacing:-.05em;z-index:10;align-items:baseline;font-style:italic;font-weight:800;line-height:.9;display:flex}.PlayerHero-module__Pl9xAG__hash{font-size:110px}.PlayerHero-module__Pl9xAG__numberValue{font-size:150px}@media (max-width:575.98px){.PlayerHero-module__Pl9xAG__jumbotron{background:linear-gradient(180deg, var(--color-accent-legacy), #f1d10d);height:311px;overflow:hidden}.PlayerHero-module__Pl9xAG__container{background-position:50%;background-size:90%;flex-direction:column;display:flex}.PlayerHero-module__Pl9xAG__profileArea{gap:0;height:100%;padding:0;display:block;position:relative}.PlayerHero-module__Pl9xAG__profileHero{max-width:80%;margin:0 auto;padding:12px 0;display:block}.PlayerHero-module__Pl9xAG__profileHeadings{z-index:20;flex-flow:row;align-items:flex-end;gap:0;height:auto;margin:0;position:absolute;bottom:0;left:16px}.PlayerHero-module__Pl9xAG__forename,.PlayerHero-module__Pl9xAG__surname{align-self:flex-end;padding:6px 16px;line-height:1.2}.PlayerHero-module__Pl9xAG__forename{color:var(--color-surface);background:#111;font-size:22px;font-weight:500}.PlayerHero-module__Pl9xAG__surname{background:var(--color-surface);color:#111;font-size:30px;font-weight:700}.PlayerHero-module__Pl9xAG__jerseyNumber{z-index:20;padding:0;position:absolute;top:16px;left:16px}.PlayerHero-module__Pl9xAG__hash,.PlayerHero-module__Pl9xAG__numberValue{font-size:45px}}
.page-module__wYSDIa__errorPage{background:var(--color-page);justify-content:center;align-items:flex-start;min-height:100vh;padding:4rem 1rem;display:flex}.page-module__wYSDIa__errorCard{background:var(--color-surface-dark-3);border:1px solid #333;border-left:4px solid var(--color-accent-legacy);border-radius:var(--radius-sm);padding:var(--space-6) var(--space-8);width:100%;max-width:560px;color:var(--color-surface)}.page-module__wYSDIa__errorTitle{margin:0 0 var(--space-2);color:var(--color-accent-legacy);font-size:1.5rem;font-weight:700}.page-module__wYSDIa__errorMsg{color:#ddd;margin:0;font-size:.95rem;line-height:1.5}
