.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}
.TeamLogoName-module__HQQjXa__row{align-items:center;gap:var(--space-3);color:inherit;text-decoration:none;display:inline-flex}a.TeamLogoName-module__HQQjXa__row{transition:opacity .15s}@media (hover:hover) and (pointer:fine){a.TeamLogoName-module__HQQjXa__row:hover{opacity:.85;color:inherit;text-decoration:none}}.TeamLogoName-module__HQQjXa__logo{object-fit:contain;flex-shrink:0;display:block}.TeamLogoName-module__HQQjXa__logoSm{width:1.5rem;height:1.5rem}.TeamLogoName-module__HQQjXa__logoMd{width:3rem;height:3rem}.TeamLogoName-module__HQQjXa__logoLg{width:4rem;height:4rem}.TeamLogoName-module__HQQjXa__name{color:var(--color-ink);font-weight:600;font-size:var(--fs-md);line-height:1.2}
.EventCard-module__HPQTRG__card{background:var(--color-surface);color:var(--color-ink);border-radius:var(--radius-card);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-6);border-top:3px solid var(--color-accent);position:relative}.EventCard-module__HPQTRG__card :is(b,strong){font-weight:700}.EventCard-module__HPQTRG__quickNav{align-items:center;gap:var(--space-1);margin:calc(-1 * var(--space-4)) calc(-1 * var(--space-5)) var(--space-2);padding:0 var(--space-5);border-bottom:1px solid #10101033;display:flex}.EventCard-module__HPQTRG__quickNavSlot{align-items:center;gap:var(--space-1);display:inline-flex}.EventCard-module__HPQTRG__quickNavItem{color:#6c6c6c;font-size:var(--fs-sm);border-radius:var(--radius-tight);align-items:center;gap:.375rem;padding:7px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.EventCard-module__HPQTRG__quickNavItem:hover{background:var(--color-accent-soft);color:var(--color-ink);text-decoration:none}.EventCard-module__HPQTRG__quickNavItem i{font-size:var(--fs-md);color:#f5be1c9c}.EventCard-module__HPQTRG__quickNavItem:hover i{color:var(--color-ink)}.EventCard-module__HPQTRG__navDivider{color:#2a2c2e4d;font-weight:300}.EventCard-module__HPQTRG__header{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.EventCard-module__HPQTRG__date{font-weight:700;font-size:var(--fs-md);color:var(--color-ink)}.EventCard-module__HPQTRG__eventTypeMeta{align-items:center;gap:var(--space-2);display:flex}.EventCard-module__HPQTRG__badge{background:var(--color-surface-inverse);color:var(--color-accent);font-size:var(--fs-xs);border-radius:var(--radius-pill);padding:3px 8px;font-weight:600}.EventCard-module__HPQTRG__typeIcon{object-fit:contain;width:25px;height:25px}.EventCard-module__HPQTRG__name{font-size:var(--fs-md);color:var(--color-ink-strong);margin-top:0;font-weight:500;line-height:1.3}.EventCard-module__HPQTRG__summary{margin-top:var(--space-3);color:#444;font-size:.95rem;line-height:1.5}.EventCard-module__HPQTRG__hostRow{margin-top:var(--space-2)}.EventCard-module__HPQTRG__locationSpacing{margin-top:var(--space-6)}.EventCard-module__HPQTRG__matchupRow{align-items:center;gap:var(--space-4);margin-top:var(--space-5);grid-template-columns:1fr auto 1fr;display:grid}.EventCard-module__HPQTRG__matchupSide{align-items:center;gap:var(--space-3);color:inherit;min-width:0;text-decoration:none;display:flex}.EventCard-module__HPQTRG__matchupSide.EventCard-module__HPQTRG__right{text-align:right;justify-content:flex-end}.EventCard-module__HPQTRG__matchupLogo{object-fit:contain;border-radius:var(--radius-sm);background:var(--color-surface-subtle);flex-shrink:0;width:60px;height:60px}.EventCard-module__HPQTRG__matchupName{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.EventCard-module__HPQTRG__scoreBlock{gap:var(--space-2);font-variant-numeric:tabular-nums;align-items:center;font-size:2rem;font-weight:700;display:flex}.EventCard-module__HPQTRG__scoreHome,.EventCard-module__HPQTRG__scoreAway{padding:var(--space-1) var(--space-3);border-radius:var(--radius-control);text-align:center;min-width:3rem}.EventCard-module__HPQTRG__scoreWinner{color:var(--color-success);background:var(--color-success-soft)}.EventCard-module__HPQTRG__scoreLoser{color:var(--color-danger);background:var(--color-danger-soft)}.EventCard-module__HPQTRG__scoreVs{color:var(--color-ink-subtle);font-size:var(--fs-md);font-weight:600}.EventCard-module__HPQTRG__registerRow,.EventCard-module__HPQTRG__showMoreRow{margin-top:var(--space-4)}.EventCard-module__HPQTRG__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);box-sizing:border-box;border-radius:5px;font-size:.8rem;font-weight:600;text-decoration:none;display:flex}.EventCard-module__HPQTRG__showMore:hover{background:var(--color-accent-hover);color:var(--color-ink)}.EventCard-module__HPQTRG__showMore i{-webkit-text-stroke:1px}@media (max-width:575.98px){.EventCard-module__HPQTRG__quickNav{gap:var(--space-2)}.EventCard-module__HPQTRG__quickNavItem{font-size:var(--fs-xs);gap:.2rem;padding:4px}.EventCard-module__HPQTRG__quickNavItem i{font-size:.9rem}.EventCard-module__HPQTRG__matchupRow{gap:var(--space-3);grid-template-columns:1fr}.EventCard-module__HPQTRG__matchupSide.EventCard-module__HPQTRG__right{text-align:left;justify-content:flex-start}.EventCard-module__HPQTRG__scoreBlock{justify-content:center}}
.AnalyticsLayout-module__A45qza__wrap{color:var(--color-ink-on-dark);position:relative}.AnalyticsLayout-module__A45qza__layout{gap:var(--space-5);grid-template-columns:240px 1fr;align-items:start;display:grid}.AnalyticsLayout-module__A45qza__sidebar{background:linear-gradient(180deg, var(--color-surface-dark-2), var(--color-surface-dark-3));border-radius:var(--radius-card);padding:var(--space-4);top:var(--analytics-sidebar-top,var(--space-4));max-height:calc(100vh - var(--analytics-sidebar-top,var(--space-4)) - var(--space-4));border:1px solid #ffffff0f;position:sticky;overflow-y:auto}.AnalyticsLayout-module__A45qza__sidebarLabel{text-transform:uppercase;font-size:var(--fs-xs);letter-spacing:.08em;color:var(--color-ink-subtle);margin-bottom:var(--space-3);font-weight:600}.AnalyticsLayout-module__A45qza__nav{gap:var(--space-1);flex-direction:column;display:flex}.AnalyticsLayout-module__A45qza__navItem{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-ink-on-dark);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;width:100%;font-size:14px;line-height:1.3;transition:background .15s,color .15s,border-color .15s;display:flex}.AnalyticsLayout-module__A45qza__navItem span{font-size:14px;line-height:1.3}.AnalyticsLayout-module__A45qza__navItem i{color:var(--color-ink-subtle);font-size:var(--fs-md);text-align:center;width:1.2em}.AnalyticsLayout-module__A45qza__navItem:hover{background:var(--color-surface-dark-5);color:var(--color-accent)}.AnalyticsLayout-module__A45qza__navItem:hover i{color:var(--color-accent)}.AnalyticsLayout-module__A45qza__navItemActive,.AnalyticsLayout-module__A45qza__navItemActive:hover{background:var(--color-accent-alpha-15);color:var(--color-accent);border-color:var(--color-accent-alpha-30);font-weight:600}.AnalyticsLayout-module__A45qza__navItemActive i{color:var(--color-accent)}.AnalyticsLayout-module__A45qza__main{min-width:0}.AnalyticsLayout-module__A45qza__skeleton{background:linear-gradient(180deg, var(--color-surface-dark-2), var(--color-surface-dark-3));border-radius:var(--radius-card);padding:var(--space-5);gap:var(--space-4);border:1px solid #ffffff0f;flex-direction:column;min-height:480px;display:flex}.AnalyticsLayout-module__A45qza__skeletonHeader{gap:var(--space-2);flex-direction:column;display:flex}.AnalyticsLayout-module__A45qza__skeletonBar{border-radius:var(--radius-sm);background:linear-gradient(90deg,#ffffff0a 0%,#ffffff17 50%,#ffffff0a 100%) 0 0/200% 100%;height:14px;animation:1.4s ease-in-out infinite AnalyticsLayout-module__A45qza__skeletonShimmer}.AnalyticsLayout-module__A45qza__skeletonBarTitle{width:40%;height:20px}.AnalyticsLayout-module__A45qza__skeletonBarSubtitle{opacity:.7;width:60%;height:12px}.AnalyticsLayout-module__A45qza__skeletonChart{border-radius:var(--radius-card);background:linear-gradient(90deg,#ffffff08 0%,#ffffff12 50%,#ffffff08 100%) 0 0/200% 100%;flex:1;min-height:360px;animation:1.6s ease-in-out infinite AnalyticsLayout-module__A45qza__skeletonShimmer}@keyframes AnalyticsLayout-module__A45qza__skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.AnalyticsLayout-module__A45qza__skeletonBar,.AnalyticsLayout-module__A45qza__skeletonChart{animation:none}}.AnalyticsLayout-module__A45qza__drawerBtn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--color-surface-dark-3);border-radius:var(--radius-sm);color:var(--color-accent);font-size:var(--fs-sm);cursor:pointer;margin-bottom:var(--space-3);border:1px solid #ffffff1a;font-weight:600;display:none}.AnalyticsLayout-module__A45qza__drawerOverlay{opacity:0;pointer-events:none;z-index:40;background:#0000008c;transition:opacity .2s;position:fixed;inset:0}.AnalyticsLayout-module__A45qza__drawerOverlayOpen{opacity:1;pointer-events:auto}.AnalyticsLayout-module__A45qza__drawer{background:linear-gradient(180deg, var(--color-surface-dark-2), var(--color-surface-dark-3));width:min(85vw,320px);padding:var(--space-4);z-index:41;gap:var(--space-3);border-right:1px solid #ffffff14;flex-direction:column;transition:transform .25s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.AnalyticsLayout-module__A45qza__drawerOpen{transform:translate(0)}.AnalyticsLayout-module__A45qza__drawerHeader{justify-content:space-between;align-items:center;display:flex}.AnalyticsLayout-module__A45qza__drawerTitle{font-size:var(--fs-lg);color:var(--color-accent);margin:0;font-weight:700}.AnalyticsLayout-module__A45qza__drawerClose{color:var(--color-ink-on-dark);cursor:pointer;font-size:var(--fs-lg);padding:var(--space-1);background:0 0;border:0}.AnalyticsLayout-module__A45qza__drawerNav{gap:var(--space-1);flex-direction:column;display:flex}@media (max-width:768px){.AnalyticsLayout-module__A45qza__layout{grid-template-columns:1fr}.AnalyticsLayout-module__A45qza__sidebar{display:none}.AnalyticsLayout-module__A45qza__drawerBtn{display:inline-flex}}
.ChartCard-module__suu1iG__card{background:linear-gradient(180deg, var(--color-surface-dark-4), var(--color-surface-dark-3));border-radius:var(--radius-card);border:1px solid #ffffff0d;border-bottom:3px solid var(--color-accent);box-shadow:inset 0 1px 0 #ffffff08, var(--shadow-card);color:var(--color-ink-on-dark);margin-bottom:var(--space-5);flex-direction:column;display:flex;overflow:hidden}.ChartCard-module__suu1iG__header{padding:var(--space-4) var(--space-5) var(--space-3);gap:var(--space-1);border-bottom:1px solid #ffffff0f;flex-direction:column;display:flex!important}.ChartCard-module__suu1iG__title{font-size:var(--fs-lg);color:var(--color-accent);align-items:center;gap:var(--space-2);margin:0;font-weight:700;display:inline-flex}.ChartCard-module__suu1iG__title i{color:var(--color-accent)}.ChartCard-module__suu1iG__subtitle{color:var(--color-ink-subtle);font-size:var(--fs-sm)}.ChartCard-module__suu1iG__body{padding:var(--space-5)}:is(.ChartCard-module__suu1iG__body .apexcharts-legend-series,.ChartCard-module__suu1iG__body .apexcharts-legend-series *){cursor:pointer!important}
.ArsenalGrid-module__7RfbOq__wrap{gap:var(--space-4);flex-direction:column;display:flex}.ArsenalGrid-module__7RfbOq__empty{color:var(--color-ink-faint);font-size:var(--fs-sm);margin:0}.ArsenalGrid-module__7RfbOq__header{gap:var(--space-1);flex-direction:column;display:flex}.ArsenalGrid-module__7RfbOq__heading{color:var(--color-accent);font-size:var(--fs-lg);margin:0;font-weight:700}.ArsenalGrid-module__7RfbOq__description{color:var(--color-ink-faint);font-size:var(--fs-sm);margin:0}.ArsenalGrid-module__7RfbOq__summaryRow{gap:var(--space-2);flex-direction:column;display:flex}.ArsenalGrid-module__7RfbOq__totalLabel{color:var(--color-ink-faint);font-size:var(--fs-sm);white-space:nowrap;align-self:flex-end;font-weight:500}.ArsenalGrid-module__7RfbOq__summary{border-radius:var(--radius-pill);background:var(--color-surface-dark-2);width:100%;height:8px;display:flex;overflow:hidden}.ArsenalGrid-module__7RfbOq__summarySeg{height:100%}.ArsenalGrid-module__7RfbOq__desktopTable{background:var(--color-surface-dark-3);border-radius:var(--radius-md);-webkit-overflow-scrolling:touch;border:1px solid var(--color-surface-dark-5);overflow-x:auto}.ArsenalGrid-module__7RfbOq__table{border-collapse:separate;border-spacing:0;width:100%;min-width:1100px;font-size:var(--fs-sm);color:var(--color-ink-on-dark)}.ArsenalGrid-module__7RfbOq__table th,.ArsenalGrid-module__7RfbOq__table td{padding:var(--space-3) var(--space-4);text-align:center;border-bottom:1px solid var(--color-surface-dark-5)}.ArsenalGrid-module__7RfbOq__table tbody tr:last-child td{border-bottom:none}.ArsenalGrid-module__7RfbOq__firstHeader{vertical-align:bottom;background:var(--color-surface-dark-3);min-width:200px;color:var(--color-accent);font-size:var(--fs-xs);letter-spacing:.08em;text-transform:uppercase;border-right:1px solid var(--color-surface-dark-5);z-index:2;font-weight:700;position:sticky;left:0;box-shadow:6px 0 8px -4px #00000080;text-align:left!important}.ArsenalGrid-module__7RfbOq__groupHeader{background:var(--color-surface-dark-3);color:var(--color-accent);font-weight:700;font-size:var(--fs-xs);letter-spacing:.08em;text-transform:uppercase;border-left:1px solid #ffffff1f}.ArsenalGrid-module__7RfbOq__subHeader{background:var(--color-surface-dark-3);color:var(--color-ink-faint);font-weight:600;font-size:var(--fs-xs);letter-spacing:.05em;text-transform:uppercase;padding-top:var(--space-1)!important;padding-bottom:var(--space-2)!important}.ArsenalGrid-module__7RfbOq__lastInGroup{border-right:1px solid #ffffff1f}.ArsenalGrid-module__7RfbOq__table tbody tr td.ArsenalGrid-module__7RfbOq__lastInGroup:last-child,.ArsenalGrid-module__7RfbOq__table thead tr th.ArsenalGrid-module__7RfbOq__lastInGroup:last-child{border-right:none}.ArsenalGrid-module__7RfbOq__firstCol{background:var(--color-surface-dark-3);border-right:1px solid var(--color-surface-dark-5);z-index:1;min-width:200px;position:sticky;left:0;box-shadow:6px 0 8px -4px #00000080;text-align:left!important}.ArsenalGrid-module__7RfbOq__typeName{font-weight:700;font-size:var(--fs-md);margin-bottom:var(--space-2)}.ArsenalGrid-module__7RfbOq__usageRow{gap:var(--space-1);flex-direction:column;display:flex}.ArsenalGrid-module__7RfbOq__usageMeta{color:var(--color-ink-faint);font-size:var(--fs-xs)}.ArsenalGrid-module__7RfbOq__usageBar{background:var(--color-surface-dark-5);border-radius:var(--radius-pill);width:100%;height:4px;overflow:hidden}.ArsenalGrid-module__7RfbOq__usageBarFill{border-radius:var(--radius-pill);height:100%}.ArsenalGrid-module__7RfbOq__mobileCards{gap:var(--space-3);flex-direction:column;display:none}.ArsenalGrid-module__7RfbOq__accCard{background:var(--color-surface-dark-3);border:1px solid var(--color-surface-dark-5);border-radius:var(--radius-md);overflow:hidden}.ArsenalGrid-module__7RfbOq__accHeader{gap:var(--space-3);width:100%;padding:var(--space-3) var(--space-4);color:var(--color-ink-on-dark);cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;flex-direction:column;display:flex;position:relative}.ArsenalGrid-module__7RfbOq__accHeaderTop{justify-content:space-between;align-items:center;width:100%;display:flex}.ArsenalGrid-module__7RfbOq__accHeaderLeft{align-items:baseline;gap:var(--space-3);min-width:0;display:flex}.ArsenalGrid-module__7RfbOq__veloStrip{justify-content:space-between;align-items:center;gap:var(--space-3);padding-bottom:var(--space-2);display:flex}.ArsenalGrid-module__7RfbOq__veloStripLabel{color:var(--color-ink-faint);font-size:var(--fs-xs);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.ArsenalGrid-module__7RfbOq__veloStripCells{gap:var(--space-4);display:flex}.ArsenalGrid-module__7RfbOq__veloCell{flex-direction:column;align-items:center;gap:2px;min-width:44px;display:flex}.ArsenalGrid-module__7RfbOq__veloCellLabel{color:var(--color-ink-faint);font-size:var(--fs-xs);letter-spacing:.05em;text-transform:uppercase}.ArsenalGrid-module__7RfbOq__veloCellValue{color:var(--color-ink-on-dark);font-size:var(--fs-md);font-weight:700;line-height:1}.ArsenalGrid-module__7RfbOq__accName{font-weight:700;font-size:var(--fs-lg)}.ArsenalGrid-module__7RfbOq__accMeta{color:var(--color-ink-faint);font-size:var(--fs-sm)}.ArsenalGrid-module__7RfbOq__accChevron{color:var(--color-ink-faint);font-size:var(--fs-md);flex:none}.ArsenalGrid-module__7RfbOq__accUnderlineTrack{border-radius:var(--radius-pill);background:var(--color-surface-dark-5);width:100%;height:3px;display:block;overflow:hidden}.ArsenalGrid-module__7RfbOq__accUnderline{border-radius:var(--radius-pill);height:100%;display:block}.ArsenalGrid-module__7RfbOq__accBody{gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-4);grid-template-columns:1fr 1fr;display:grid}.ArsenalGrid-module__7RfbOq__tile{background:var(--color-surface-dark-4);border:1px solid var(--color-surface-dark-5);border-radius:var(--radius-md);padding:var(--space-3);gap:var(--space-2);flex-direction:column;display:flex}.ArsenalGrid-module__7RfbOq__tileWide{grid-column:1/-1}.ArsenalGrid-module__7RfbOq__tileLabel{color:var(--color-ink-faint);font-size:var(--fs-xs);letter-spacing:.06em;text-transform:uppercase;font-weight:600}.ArsenalGrid-module__7RfbOq__tileGrid{gap:var(--space-2);grid-template-columns:1fr 1fr 1fr;display:grid}.ArsenalGrid-module__7RfbOq__tileCol{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.ArsenalGrid-module__7RfbOq__tileColLabel{color:var(--color-ink-faint);font-size:var(--fs-xs);letter-spacing:.05em;text-transform:uppercase}.ArsenalGrid-module__7RfbOq__tileValue{color:var(--color-ink-on-dark);font-size:var(--fs-lg);font-weight:700}.ArsenalGrid-module__7RfbOq__tileWide .ArsenalGrid-module__7RfbOq__tileValue{font-size:var(--fs-xl)}@media (max-width:768px){.ArsenalGrid-module__7RfbOq__desktopTable{display:none}.ArsenalGrid-module__7RfbOq__mobileCards{display:flex}}
.chartHost-module__FK8L-q__host{width:100%;height:var(--chart-h,500px);position:relative}@media (max-width:768px){.chartHost-module__FK8L-q__host{--chart-h:360px}}.chartHost-module__FK8L-q__host svg{width:100%;height:100%;display:block;overflow:visible}
.HittingAnalyticsView-module__FO2KNG__wrap{--analytics-sidebar-top:4.5rem;background:var(--color-page);min-height:100vh;color:var(--color-ink-on-dark);padding:var(--space-4) var(--space-3)}.HittingAnalyticsView-module__FO2KNG__container{gap:var(--space-5);flex-direction:column;max-width:1400px;margin:0 auto;display:flex}.HittingAnalyticsView-module__FO2KNG__title{z-index:5;padding:var(--space-3) var(--space-4);background:var(--color-surface-dark-2);border-bottom:1px solid var(--color-surface-dark-5);border-radius:var(--radius-md);position:sticky;top:0;box-shadow:0 2px 6px #00000059}.HittingAnalyticsView-module__FO2KNG__title h1{color:var(--color-accent);font-size:var(--fs-xl);margin:0;font-weight:700}
.LocationChart-module__RQ575q__wrap{width:100%;min-height:600px;overflow:hidden}.LocationChart-module__RQ575q__empty{color:var(--color-ink-faint);font-size:var(--fs-sm);margin:0}
.PerPitchPerformance-module__yTUhoq__wrap{gap:var(--space-3);flex-direction:column;display:flex}.PerPitchPerformance-module__yTUhoq__control{gap:var(--space-1);flex-direction:column;max-width:220px;display:flex}.PerPitchPerformance-module__yTUhoq__label{color:var(--color-ink-faint);font-size:var(--fs-xs)}.PerPitchPerformance-module__yTUhoq__select{background:var(--color-surface-dark-4);color:var(--color-ink-on-dark);border-radius:var(--radius-control);padding:var(--space-1) var(--space-2);font-size:var(--fs-sm);border:1px solid #fff3}
.TrajectoryChart-module__G14coW__wrap{flex-direction:column;gap:14px;width:100%;display:flex;position:relative}.TrajectoryChart-module__G14coW__toggles{flex-wrap:wrap;gap:8px;min-height:28px;display:flex}.TrajectoryChart-module__G14coW__toggleBtn{color:var(--color-ink,#dbdbdb);cursor:pointer;background:0 0;border:1px solid;border-radius:14px;padding:5px 14px;font-size:11px;font-weight:600;line-height:1;transition:opacity .15s,background-color .15s}.TrajectoryChart-module__G14coW__toggleBtnActive{color:#111}.TrajectoryChart-module__G14coW__toggleBtnInactive{opacity:.45;color:var(--color-ink-faint,#b4b4b4)}.TrajectoryChart-module__G14coW__grid{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:12px;display:grid}.TrajectoryChart-module__G14coW__viewCard{background:#222;border:1px solid #2e2e2e;border-radius:10px;flex-direction:column;min-height:0;padding:16px;display:flex;overflow:hidden}.TrajectoryChart-module__G14coW__beCell{grid-row:1/span 2}.TrajectoryChart-module__G14coW__viewLabel{text-transform:uppercase;color:#fff;letter-spacing:.5px;font-size:12px;font-weight:700}.TrajectoryChart-module__G14coW__viewDesc{color:#ddd;margin-bottom:8px;font-size:10px}.TrajectoryChart-module__G14coW__viewCard canvas{border-radius:6px;flex:auto;width:100%;display:block}.TrajectoryChart-module__G14coW__legend{color:#ffffff59;text-align:center;margin:0;font-size:10px;line-height:1.8}.TrajectoryChart-module__G14coW__legendDashed{color:#ffffff4d}.TrajectoryChart-module__G14coW__empty{color:var(--color-ink-faint,#b4b4b4);font-size:var(--fs-sm,13px);margin:0}.TrajectoryChart-module__G14coW__inspector{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:10px;margin-top:4px;padding:12px 14px 14px}.TrajectoryChart-module__G14coW__inspectorHeader{color:var(--color-ink,#dbdbdb);letter-spacing:.3px;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:600;display:flex}.TrajectoryChart-module__G14coW__inspectorClearBtn{color:var(--color-ink-faint,#b4b4b4);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:6px;padding:3px 10px;font-size:11px}.TrajectoryChart-module__G14coW__inspectorClearBtn:hover{color:#fff;background:#ffffff0d}.TrajectoryChart-module__G14coW__inspectorTableWrap{border-radius:6px;overflow-x:auto}.TrajectoryChart-module__G14coW__inspectorTable{border-collapse:collapse;width:100%;color:var(--color-ink,#dbdbdb);font-family:SF Mono,Consolas,Menlo,monospace;font-size:11px}.TrajectoryChart-module__G14coW__inspectorTable th{text-align:left;color:#ffffff8c;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;background:#222;padding:6px 8px;font-size:10px;font-weight:500;position:sticky;top:0}.TrajectoryChart-module__G14coW__inspectorTable td{white-space:nowrap;border-bottom:1px solid #ffffff0d;padding:5px 8px}.TrajectoryChart-module__G14coW__inspectorTable tbody tr:hover td{background:#ffffff06}.TrajectoryChart-module__G14coW__inspectorSwatch{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.TrajectoryChart-module__G14coW__inspectorActionId{color:#ffffff80;-webkit-user-select:all;user-select:all;font-size:10px}.TrajectoryChart-module__G14coW__inspectorRemoveBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;line-height:1}.TrajectoryChart-module__G14coW__inspectorRemoveBtn:hover{color:#ff6b6b}@media (max-width:767.98px){.TrajectoryChart-module__G14coW__grid{grid-template-rows:auto;grid-template-columns:1fr}.TrajectoryChart-module__G14coW__beCell{grid-row:auto}}
.ZonesTable-module__lHX2tW__wrap{gap:var(--space-5);flex-direction:column;display:flex}.ZonesTable-module__lHX2tW__empty{color:var(--color-ink-faint);font-size:var(--fs-sm);margin:0}.ZonesTable-module__lHX2tW__tableScroll{overflow-x:auto}.ZonesTable-module__lHX2tW__table{border-collapse:collapse;width:100%;color:var(--color-ink-on-dark);font-size:var(--fs-sm)}.ZonesTable-module__lHX2tW__table th,.ZonesTable-module__lHX2tW__table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--color-surface-dark-5);text-align:center}.ZonesTable-module__lHX2tW__table th{background:var(--color-surface-dark-3);color:var(--color-ink-faint);font-size:var(--fs-xs);text-transform:uppercase}.ZonesTable-module__lHX2tW__typeCell{color:#fff;font-weight:600}.ZonesTable-module__lHX2tW__breakdown{padding-top:var(--space-5);border-top:1px solid #ffffff1a}.ZonesTable-module__lHX2tW__breakdownTitle{color:sienna;font-size:var(--fs-lg);margin:0 0 var(--space-2) 0;font-weight:700}.ZonesTable-module__lHX2tW__hr{height:1px;margin-bottom:var(--space-4);background:#333}.ZonesTable-module__lHX2tW__legendDiagramRow{gap:var(--space-6);flex-wrap:wrap;align-items:flex-start;display:flex}.ZonesTable-module__lHX2tW__legend{gap:var(--space-3);flex-direction:column;flex:1;min-width:240px;display:flex}.ZonesTable-module__lHX2tW__legendItem p{margin:var(--space-1) 0 0 0;color:var(--color-ink-faint);font-size:var(--fs-sm)}.ZonesTable-module__lHX2tW__diagram{flex:0 0 280px;max-width:100%}.ZonesTable-module__lHX2tW__diagram svg{width:100%;height:auto;display:block}
.PitchingAnalyticsView-module__BwLTUG__wrap{--analytics-sidebar-top:4.5rem;background:var(--color-page);min-height:100vh;color:var(--color-ink-on-dark);padding:var(--space-4) var(--space-3)}.PitchingAnalyticsView-module__BwLTUG__container{gap:var(--space-5);flex-direction:column;max-width:1400px;margin:0 auto;display:flex}.PitchingAnalyticsView-module__BwLTUG__title{z-index:5;padding:var(--space-3) var(--space-4);background:var(--color-surface-dark-2);border-bottom:1px solid var(--color-surface-dark-5);border-radius:var(--radius-md);position:sticky;top:0;box-shadow:0 2px 6px #00000059}.PitchingAnalyticsView-module__BwLTUG__title h1{color:var(--color-accent);font-size:var(--fs-xl);margin:0;font-weight:700}
.BlastAnalyticsView-module__xikJUW__root{flex-direction:column;gap:14px;display:flex}.BlastAnalyticsView-module__xikJUW__empty{text-align:center;color:var(--color-ink-on-dark-muted);padding:40px 16px;font-size:14px}.BlastAnalyticsView-module__xikJUW__tiles{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;display:grid}.BlastAnalyticsView-module__xikJUW__tile{background:var(--color-surface-dark-3);border:1px solid var(--color-border-dark);border-radius:12px;padding:12px 14px}.BlastAnalyticsView-module__xikJUW__tileLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--color-ink-on-dark-muted);font-size:11px;font-weight:800}.BlastAnalyticsView-module__xikJUW__tileValue{color:var(--color-accent);font-variant-numeric:tabular-nums;letter-spacing:-.02em;margin-top:6px;font-size:24px;font-weight:800;line-height:1}.BlastAnalyticsView-module__xikJUW__tileUnit{color:var(--color-ink-on-dark-muted);margin-left:4px;font-size:12px;font-weight:700}.BlastAnalyticsView-module__xikJUW__meta{color:var(--color-ink-on-dark-muted);flex-wrap:wrap;gap:16px;font-size:12.5px;display:flex}.BlastAnalyticsView-module__xikJUW__meta strong{color:var(--color-ink-on-dark-secondary)}.BlastAnalyticsView-module__xikJUW__chartGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}@media (max-width:900px){.BlastAnalyticsView-module__xikJUW__chartGrid{grid-template-columns:minmax(0,1fr)}}.BlastAnalyticsView-module__xikJUW__chartCard{background:var(--color-surface-dark-3);border:1px solid var(--color-border-dark);border-radius:16px;min-width:0;padding:14px}.BlastAnalyticsView-module__xikJUW__chartTitle{color:var(--color-ink-on-dark-strong);margin:0 0 8px;font-size:14px;font-weight:800}.BlastAnalyticsView-module__xikJUW__tableWrap{overflow-x:auto}.BlastAnalyticsView-module__xikJUW__table{border-collapse:collapse;font-variant-numeric:tabular-nums;white-space:nowrap;width:100%;font-size:12.5px}.BlastAnalyticsView-module__xikJUW__table th{text-align:left;letter-spacing:.05em;text-transform:uppercase;color:var(--color-ink-on-dark-muted);border-bottom:1px solid var(--color-border-dark);background:var(--color-surface-dark-3);padding:8px 10px;font-size:10.5px;font-weight:800;position:sticky;top:0}.BlastAnalyticsView-module__xikJUW__table td{color:var(--color-ink-on-dark-secondary);border-bottom:1px solid #ffffff0d;padding:7px 10px}.BlastAnalyticsView-module__xikJUW__table tbody tr:hover td{background:#ffffff08}
.EventAnalyticsTab-module__O44OsG__root{flex-direction:column;gap:16px;display:flex}.EventAnalyticsTab-module__O44OsG__empty{text-align:center;color:#9a9a9a;justify-content:center;align-items:center;gap:12px;padding:48px 16px;font-size:14px;display:flex}.EventAnalyticsTab-module__O44OsG__empty>i{color:var(--color-accent,#f5be1c);font-size:22px}.EventAnalyticsTab-module__O44OsG__emptyTitle{color:#ddd;font-size:15px;font-weight:700}.EventAnalyticsTab-module__O44OsG__emptyHint{color:#9a9a9a;margin-top:2px;font-size:13px}.EventAnalyticsTab-module__O44OsG__sourceTabs{border-bottom:1px solid #2a2a2a;flex-wrap:wrap;gap:6px;padding-bottom:2px;display:flex}.EventAnalyticsTab-module__O44OsG__sourceTab{color:#9a9a9a;font:inherit;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:7px;margin-bottom:-2px;padding:9px 14px;font-size:14px;font-weight:700;display:inline-flex}.EventAnalyticsTab-module__O44OsG__sourceTab:hover{color:#ddd}.EventAnalyticsTab-module__O44OsG__sourceTabActive{color:var(--color-accent,#f5be1c);border-bottom-color:var(--color-accent,#f5be1c)}.EventAnalyticsTab-module__O44OsG__sourceCount{color:#bbb;background:#ffffff12;border-radius:999px;padding:1px 8px;font-size:11px;font-weight:700}.EventAnalyticsTab-module__O44OsG__playerRow{align-items:center;gap:10px;display:flex}.EventAnalyticsTab-module__O44OsG__playerLabel{color:#9a9a9a;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:700}.EventAnalyticsTab-module__O44OsG__playerSelect{color:#ededed;font:inherit;background:#1c1c1c;border:1px solid #34343a;border-radius:8px;min-width:240px;padding:8px 12px;font-size:14px}.EventAnalyticsTab-module__O44OsG__playerSelect:focus{border-color:var(--color-accent,#f5be1c);outline:none}.EventAnalyticsTab-module__O44OsG__tableWrap{background:#161616;border:1px solid #2a2a2a;border-radius:12px;overflow:hidden}.EventAnalyticsTab-module__O44OsG__tableTitle{color:#ddd;border-bottom:1px solid #2a2a2a;padding:10px 14px;font-size:13px;font-weight:700}.EventAnalyticsTab-module__O44OsG__tableScroll{max-height:320px;overflow:auto}.EventAnalyticsTab-module__O44OsG__table{border-collapse:collapse;width:100%;font-size:13px}.EventAnalyticsTab-module__O44OsG__table th{color:#9a9a9a;text-align:left;text-transform:uppercase;letter-spacing:.03em;background:#1c1c1c;border-bottom:1px solid #2a2a2a;padding:8px 14px;font-size:11px;font-weight:700;position:sticky;top:0}.EventAnalyticsTab-module__O44OsG__table td{color:#e2e2e2;font-variant-numeric:tabular-nums;border-bottom:1px solid #222;padding:7px 14px}.EventAnalyticsTab-module__O44OsG__table tr:last-child td{border-bottom:none}.EventAnalyticsTab-module__O44OsG__hitChip{border-radius:5px;padding:2px 7px;font-size:11px;font-weight:700}.EventAnalyticsTab-module__O44OsG__playerCards{flex-wrap:wrap;gap:8px;margin:12px 0 14px;display:flex}.EventAnalyticsTab-module__O44OsG__playerCard{background:var(--color-surface-dark-3);border:1px solid var(--color-accent-alpha-30);color:inherit;cursor:pointer;text-align:left;transition:border-color .15s ease, background-color .15s ease, scale var(--dur-fast) var(--ease-out);border-radius:12px;align-items:center;gap:10px;padding:8px 14px 8px 8px;font-family:inherit;display:inline-flex}@media (hover:hover) and (pointer:fine){.EventAnalyticsTab-module__O44OsG__playerCard:hover{border-color:var(--color-accent);background:var(--color-surface-dark-4)}}.EventAnalyticsTab-module__O44OsG__playerCard:active{scale:.985}.EventAnalyticsTab-module__O44OsG__playerCard:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.EventAnalyticsTab-module__O44OsG__playerCardActive{background:var(--color-accent-alpha-15);border-color:var(--color-accent)}.EventAnalyticsTab-module__O44OsG__playerAvatar{object-fit:cover;background:var(--color-surface-dark-5);width:36px;height:36px;color:var(--color-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:12.5px;font-weight:800;display:inline-flex}.EventAnalyticsTab-module__O44OsG__playerText{flex-direction:column;gap:2px;min-width:0;display:flex}.EventAnalyticsTab-module__O44OsG__playerName{color:var(--color-ink-on-dark-strong);white-space:nowrap;font-size:13.5px;font-weight:800}.EventAnalyticsTab-module__O44OsG__playerMeta{color:var(--color-ink-on-dark-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11.5px}.EventAnalyticsTab-module__O44OsG__playerCardActive .EventAnalyticsTab-module__O44OsG__playerMeta{color:var(--color-ink-on-dark-secondary)}@media (prefers-reduced-motion:reduce){.EventAnalyticsTab-module__O44OsG__playerCard:active{scale:1}}
.EventDetailDashboard-module__me6UnG__root{flex-direction:column;gap:16px;display:flex}.EventDetailDashboard-module__me6UnG__container{flex-direction:column;gap:20px;display:flex}.EventDetailDashboard-module__me6UnG__backBtn{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);color:#f5f5f5;font:inherit;cursor:pointer;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.EventDetailDashboard-module__me6UnG__backBtn:hover{color:#fac31c;background:#fac31c14;border-color:#fac31c80}.EventDetailDashboard-module__me6UnG__backBtn span:first-child{font-size:18px;line-height:1}.EventDetailDashboard-module__me6UnG__attendees{flex-direction:column;gap:12px;display:flex}.EventDetailDashboard-module__me6UnG__sectionTitle{color:#f5f5f5;text-transform:uppercase;letter-spacing:.6px;margin:0;font-size:14px;font-weight:700}.EventDetailDashboard-module__me6UnG__lineupStatusBlock{flex-direction:column;gap:10px;display:flex}.EventDetailDashboard-module__me6UnG__lineupRosterGrid{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:960px){.EventDetailDashboard-module__me6UnG__lineupRosterGrid{grid-template-columns:1fr 1fr}}.EventDetailDashboard-module__me6UnG__lineupRosterCard{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.EventDetailDashboard-module__me6UnG__lineupRosterHead{background:var(--color-surface-dark-4,#1c1c1c);border-bottom:1px solid #2a2a2a;align-items:center;gap:10px;padding:10px 14px;display:flex}.EventDetailDashboard-module__me6UnG__lineupSlotLabel{color:var(--color-accent,#fac31c);text-transform:uppercase;letter-spacing:.6px;background:#fac31c1f;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700}.EventDetailDashboard-module__me6UnG__lineupRosterHeadText{flex-direction:column;gap:2px;min-width:0;display:flex}.EventDetailDashboard-module__me6UnG__lineupRosterTeam{color:#f5f5f5;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.EventDetailDashboard-module__me6UnG__lineupRosterName{color:#a0a0a0;font-size:11px}.EventDetailDashboard-module__me6UnG__lineupRosterNamePlaceholder{color:#888;font-style:italic}.EventDetailDashboard-module__me6UnG__lineupRosterEmpty{color:#888;align-items:center;gap:8px;padding:16px;font-size:13px;display:flex}.EventDetailDashboard-module__me6UnG__lineupRosterEmpty i{color:#555;font-size:16px}.EventDetailDashboard-module__me6UnG__lineupRosterEmpty em{font-style:italic}.EventDetailDashboard-module__me6UnG__lineupRosterList{margin:0;padding:6px 0;list-style:none}.EventDetailDashboard-module__me6UnG__lineupRosterRow{grid-template-columns:24px 28px 1fr auto auto;align-items:center;gap:10px;padding:6px 14px;font-size:13px;display:grid}.EventDetailDashboard-module__me6UnG__lineupRosterRow+.EventDetailDashboard-module__me6UnG__lineupRosterRow{border-top:1px solid #ffffff0a}.EventDetailDashboard-module__me6UnG__lineupRosterOrder{color:var(--color-accent,#fac31c);text-align:center;font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.EventDetailDashboard-module__me6UnG__lineupRosterAvatar,.EventDetailDashboard-module__me6UnG__lineupRosterAvatarFallback{background:var(--color-surface-dark-4,#2a2a2a);object-fit:cover;border-radius:50%;width:28px;height:28px}.EventDetailDashboard-module__me6UnG__lineupRosterAvatarFallback{color:var(--color-accent,#fac31c);letter-spacing:.5px;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.EventDetailDashboard-module__me6UnG__lineupRosterName2{color:#e8e8e8;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.EventDetailDashboard-module__me6UnG__lineupRosterJersey{color:var(--color-accent,#fac31c);font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.EventDetailDashboard-module__me6UnG__lineupRosterPos{color:silver;background:var(--color-surface-dark-4,#1c1c1c);letter-spacing:.3px;text-transform:uppercase;text-align:center;border-radius:4px;min-width:36px;padding:2px 8px;font-size:11px;font-weight:600}.EventDetailDashboard-module__me6UnG__lineupRosterActions{border-top:1px solid var(--color-surface-dark-4,#2a2a2a);background:var(--color-surface-dark-4,#1c1c1c);flex-wrap:wrap;gap:8px;padding:12px 14px;display:flex}@media (max-width:480px){.EventDetailDashboard-module__me6UnG__lineupRosterRow{grid-template-columns:22px 26px 1fr auto;padding:6px 10px;font-size:12px}.EventDetailDashboard-module__me6UnG__lineupRosterPos{display:none}}
.GameLineScore-module__hKSCBG__table{border-collapse:collapse;width:100%;color:var(--color-ink);table-layout:fixed;font-variant-numeric:tabular-nums;background:0 0;font-size:.9rem}.GameLineScore-module__hKSCBG__table thead th{text-align:center;color:var(--color-ink-strong);background:0 0;border-bottom:2px solid #f5be1c99;padding:8px 6px;font-weight:700}.GameLineScore-module__hKSCBG__table tbody td{text-align:center;color:var(--color-ink);border-bottom:1px solid #e9ecef;padding:8px 3px}.GameLineScore-module__hKSCBG__table tbody tr:last-child td{border-bottom:none}.GameLineScore-module__hKSCBG__table th:first-child,.GameLineScore-module__hKSCBG__table td:first-child{text-align:left;color:var(--color-ink-strong);background:0 0;width:15%;padding-left:12px;font-weight:700}.GameLineScore-module__hKSCBG__label{letter-spacing:.04em}.GameLineScore-module__hKSCBG__table thead th:nth-last-child(-n+3),.GameLineScore-module__hKSCBG__table tbody td.GameLineScore-module__hKSCBG__total{font-weight:700}.GameLineScore-module__hKSCBG__total{background:var(--color-accent-alpha-08)}@media (max-width:575.98px){.GameLineScore-module__hKSCBG__table{font-size:.82rem}.GameLineScore-module__hKSCBG__table thead th,.GameLineScore-module__hKSCBG__table tbody td{padding:6px 2px}.GameLineScore-module__hKSCBG__table th:first-child,.GameLineScore-module__hKSCBG__table td:first-child{padding-left:8px}}
.PlayerStatCard-module__Pi_5ia__card{width:260px;height:200px;padding:var(--space-3);background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);border-radius:var(--radius-md);border-bottom:5px solid var(--color-accent-legacy);color:var(--color-surface);cursor:pointer;flex-direction:column;flex:none;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.PlayerStatCard-module__Pi_5ia__card:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #fff3,0 8px 15px #00000080}.PlayerStatCard-module__Pi_5ia__card:focus-visible{outline:2px solid var(--color-accent-bright);outline-offset:2px}.PlayerStatCard-module__Pi_5ia__topContent{flex-direction:column;align-items:flex-start;gap:.35rem;display:flex}.PlayerStatCard-module__Pi_5ia__icon{object-fit:contain;object-position:left center;filter:brightness(0)invert();width:48px;height:24px}.PlayerStatCard-module__Pi_5ia__category{color:var(--color-ink-on-dark);padding-right:var(--space-8);font-size:.95rem;font-weight:500;line-height:1.2}.PlayerStatCard-module__Pi_5ia__statusLabel{color:#8f8f8f;text-transform:uppercase;letter-spacing:.03em;background:#6c757d4d;border-radius:3px;align-self:flex-start;margin-top:auto;padding:.1rem .35rem;font-size:.65rem;font-weight:400;line-height:1.2}.PlayerStatCard-module__Pi_5ia__verified{color:var(--color-accent-bright);z-index:2;font-size:1.2rem;line-height:1;position:absolute;top:.6rem;right:.75rem}.PlayerStatCard-module__Pi_5ia__bottomRow{justify-content:space-between;align-items:baseline;gap:var(--space-2);margin-top:.35rem;display:flex}.PlayerStatCard-module__Pi_5ia__valueText{font-variant-numeric:tabular-nums;margin:0;font-size:2rem;font-weight:400;line-height:1}.PlayerStatCard-module__Pi_5ia__unit{margin-left:var(--space-1);font-size:var(--fs-md);color:var(--color-ink-faint);font-weight:400}.PlayerStatCard-module__Pi_5ia__unitSuper{vertical-align:super;font-size:var(--fs-xs)}.PlayerStatCard-module__Pi_5ia__moreDots{border-radius:var(--radius-card);padding:.12rem var(--space-2);color:var(--color-ink-on-dark);background:#2f2f2f;align-items:center;font-size:.9rem;line-height:1;display:inline-flex}@media (max-width:575.98px){.PlayerStatCard-module__Pi_5ia__card{width:65vw;max-width:260px}}
.StatLineChart-module__qTrUxW__chartWrap{margin-bottom:var(--space-6);padding:0 12px}.StatLineChart-module__qTrUxW__legend{justify-content:center;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.StatLineChart-module__qTrUxW__legendItem{align-items:center;gap:var(--space-2);cursor:pointer;padding:var(--space-1) var(--space-2);color:var(--color-ink-on-dark);font-size:var(--fs-sm);background:0 0;border:none;transition:opacity .15s;display:flex}.StatLineChart-module__qTrUxW__legendItem.StatLineChart-module__qTrUxW__hidden .StatLineChart-module__qTrUxW__legendMarker{opacity:.3}.StatLineChart-module__qTrUxW__legendMarker{border:2px solid var(--color-ink);border-radius:50%;flex-shrink:0;width:12px;height:12px}.StatLineChart-module__qTrUxW__tableWrap{max-height:300px;padding:0 36px;overflow-y:auto}.StatLineChart-module__qTrUxW__table{width:100%;color:var(--color-ink-on-dark);border-collapse:collapse;text-align:center;background:0 0;margin-bottom:0}.StatLineChart-module__qTrUxW__table tbody td{padding:var(--space-3) var(--space-2);vertical-align:middle;background:0 0;border-top:1px solid #ffffff0d}.StatLineChart-module__qTrUxW__rowLabel{font-weight:400}.StatLineChart-module__qTrUxW__rowValue{font-weight:700}.StatLineChart-module__qTrUxW__unit{margin-left:var(--space-1);font-size:var(--fs-sm);color:var(--color-ink-faint)}.StatLineChart-module__qTrUxW__unitSuper{vertical-align:super;font-size:.7em}
.StatTiltChart-module__k0qTpG__wrap{aspect-ratio:1;width:100%;max-width:400px;margin:0 auto var(--space-6);position:relative}.StatTiltChart-module__k0qTpG__svg{background:0 0;width:100%;height:100%;overflow:visible}.StatTiltChart-module__k0qTpG__clockNumber{fill:var(--color-ink-on-dark);dominant-baseline:middle;text-anchor:middle;pointer-events:none;font-size:14px;font-weight:700}.StatTiltChart-module__k0qTpG__dataPoint{cursor:pointer;transition:r .15s}.StatTiltChart-module__k0qTpG__dataPoint:hover{r:8}.StatTiltChart-module__k0qTpG__tooltip{background:var(--color-ink);color:var(--color-surface);pointer-events:none;z-index:9999;white-space:nowrap;border-radius:5px;padding:10px;font-size:14px;line-height:1.2;position:fixed;transform:translate(10px,-10px)}.StatTiltChart-module__k0qTpG__tableWrap{max-height:300px;padding:0 36px;overflow-y:auto}.StatTiltChart-module__k0qTpG__table{width:100%;color:var(--color-ink-on-dark);border-collapse:collapse;text-align:center;background:0 0;margin-bottom:0}.StatTiltChart-module__k0qTpG__table tbody td{padding:var(--space-3) var(--space-2);vertical-align:middle;background:0 0;border-top:1px solid #ffffff0d}.StatTiltChart-module__k0qTpG__rowLabel{font-weight:400}.StatTiltChart-module__k0qTpG__rowValue{font-weight:700}
.StatModal-module__qWOlsW__backdrop{z-index:1050;padding:var(--space-4);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.StatModal-module__qWOlsW__dialog{border-radius:var(--radius-md);background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);color:var(--color-ink-on-dark);width:100%;max-width:620px;min-height:400px;max-height:calc(100vh - var(--space-8));border:none;padding:0;position:relative;overflow-y:auto;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.StatModal-module__qWOlsW__content{flex-direction:column;min-height:400px;padding:0 7px;display:flex}.StatModal-module__qWOlsW__header{padding:var(--space-6) var(--space-6) var(--space-4);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex}.StatModal-module__qWOlsW__title{align-items:center;gap:var(--space-3);color:var(--color-ink-on-dark);margin:0;font-size:1.2rem;font-weight:600;display:flex}.StatModal-module__qWOlsW__titleIcon{object-fit:contain;filter:brightness(0)invert();width:64px;height:32px}.StatModal-module__qWOlsW__closeBtn{opacity:.5;cursor:pointer;background-color:#0000;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffcc00'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:1em;border:0;border-radius:.375rem;width:1.75rem;height:1.75rem;transition:opacity .2s}.StatModal-module__qWOlsW__closeBtn:hover{opacity:1}.StatModal-module__qWOlsW__body{color:var(--color-ink-on-dark);padding:var(--space-4) 0;flex-grow:1}.StatModal-module__qWOlsW__empty{padding:var(--space-8);text-align:center;color:var(--color-ink-faint);background:var(--color-danger-soft);border-radius:var(--radius-control);border:1px solid #dc35454d;margin:0 36px}
.PlayerStatsSection-module__mocAeG__section{margin-top:var(--space-6)}.PlayerStatsSection-module__mocAeG__tabs{border-bottom:2px solid #fff3;align-items:center;gap:0;display:flex}.PlayerStatsSection-module__mocAeG__tab{color:var(--color-ink-on-dark);font-size:var(--fs-md);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:12px 24px;font-weight:500;transition:color .15s,background-color .15s}.PlayerStatsSection-module__mocAeG__tab:hover{color:var(--color-surface);background:#ffffff0f}.PlayerStatsSection-module__mocAeG__tabActive{color:var(--color-surface);background:#ffffff14;border-bottom-color:#fac31c;font-weight:700}.PlayerStatsSection-module__mocAeG__empty{color:var(--color-ink-faint);border-radius:var(--radius-sm);padding:var(--space-5);text-align:center;background:#ffffff0a}.PlayerStatsSection-module__mocAeG__panel{margin-top:var(--space-4)}.PlayerStatsSection-module__mocAeG__analyticsLinkRow{margin-bottom:var(--space-4);justify-content:center;display:flex}.PlayerStatsSection-module__mocAeG__analyticsLink{align-items:center;gap:var(--space-2);border:2px solid var(--color-accent-bright);color:var(--color-accent-bright);font-family:inherit;font-weight:600;font-size:var(--fs-sm);padding:var(--space-2) var(--space-4);border-radius:var(--radius-control);cursor:pointer;background:0 0;text-decoration:none;transition:all .2s;display:inline-flex}.PlayerStatsSection-module__mocAeG__analyticsLink:hover{background:var(--color-accent-bright);color:var(--color-ink);transform:translateY(-1px);box-shadow:0 4px 8px #ffcc004d}.PlayerStatsSection-module__mocAeG__analyticsLink:focus-visible{outline:none;box-shadow:0 0 0 .2rem #ffcc0080}.PlayerStatsSection-module__mocAeG__groupStack{gap:var(--space-3);flex-direction:column;display:flex}.PlayerStatsSection-module__mocAeG__group{gap:var(--space-1);flex-direction:column;display:flex}.PlayerStatsSection-module__mocAeG__groupHeader{all:unset;cursor:pointer;padding:var(--space-3) var(--space-4);background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);border-left:6px solid var(--group-color,var(--color-accent));border-radius:var(--radius-md);color:var(--color-accent);justify-content:space-between;align-items:center;font-weight:600;transition:background .15s;display:flex;box-shadow:inset 0 1px 1px #ffffff1f,0 4px 6px #0000004d}.PlayerStatsSection-module__mocAeG__groupHeader:hover{background:linear-gradient(#353535 0%,#0a0a0a 100%)}.PlayerStatsSection-module__mocAeG__groupHeader:focus-visible{outline:2px solid var(--group-color,var(--color-accent));outline-offset:2px}.PlayerStatsSection-module__mocAeG__groupLabel{font-size:var(--fs-md);color:var(--color-surface);letter-spacing:.01em}.PlayerStatsSection-module__mocAeG__groupCount{color:var(--group-color,var(--color-accent));margin-left:var(--space-1);font-weight:700}.PlayerStatsSection-module__mocAeG__groupChevron{color:var(--color-ink-on-dark);font-size:var(--fs-md);transition:transform .2s}.PlayerStatsSection-module__mocAeG__groupChevronOpen{transform:rotate(180deg)}.PlayerStatsSection-module__mocAeG__otherList{gap:var(--space-4);padding:var(--space-3) var(--space-1) var(--space-4);scrollbar-width:thin;scrollbar-color:#555 #222;display:flex;overflow-x:auto}.PlayerStatsSection-module__mocAeG__otherList::-webkit-scrollbar{height:8px}.PlayerStatsSection-module__mocAeG__otherList::-webkit-scrollbar-track{border-radius:var(--radius-pill);background:#222}.PlayerStatsSection-module__mocAeG__otherList::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:#555}.PlayerStatsSection-module__mocAeG__otherList::-webkit-scrollbar-thumb:hover{background:#6b6b6b}.PlayerStatsSection-module__mocAeG__groupPanel{gap:var(--space-4);padding:var(--space-3) var(--space-1) var(--space-4);scrollbar-width:thin;scrollbar-color:#555 #222;display:flex;overflow-x:auto}.PlayerStatsSection-module__mocAeG__groupPanel::-webkit-scrollbar{height:8px}.PlayerStatsSection-module__mocAeG__groupPanel::-webkit-scrollbar-track{border-radius:var(--radius-pill);background:#222}.PlayerStatsSection-module__mocAeG__groupPanel::-webkit-scrollbar-thumb{border-radius:var(--radius-pill);background:#555}.PlayerStatsSection-module__mocAeG__groupPanel::-webkit-scrollbar-thumb:hover{background:#6b6b6b}@media (max-width:575.98px){.PlayerStatsSection-module__mocAeG__tab{padding:10px 16px;font-size:.9rem}.PlayerStatsSection-module__mocAeG__groupHeader{padding:.6rem .85rem}.PlayerStatsSection-module__mocAeG__groupLabel{font-size:.95rem}}
.PlayerEventDetail-module__UwLMwq__header{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.PlayerEventDetail-module__UwLMwq__profileLink{border:1px solid var(--color-surface-dark-4,#2a2a2a);color:#c8c8c8;font:inherit;cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;align-self:flex-start;align-items:center;gap:6px;margin-left:0;padding:7px 13px;font-size:12px;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.PlayerEventDetail-module__UwLMwq__profileLink:hover{color:var(--color-accent,#fac31c);background:#fac31c0f;border-color:#fac31c80}.PlayerEventDetail-module__UwLMwq__avatar,.PlayerEventDetail-module__UwLMwq__avatarFallback{object-fit:cover;background:var(--color-surface-dark-4,#2a2a2a);border-radius:50%;flex-shrink:0;width:56px;height:56px}.PlayerEventDetail-module__UwLMwq__avatarFallback{color:var(--color-accent,#fac31c);letter-spacing:.5px;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:inline-flex}.PlayerEventDetail-module__UwLMwq__headerText{flex-direction:column;gap:6px;min-width:0;display:flex}.PlayerEventDetail-module__UwLMwq__nameRow{align-items:baseline;gap:10px;display:flex}.PlayerEventDetail-module__UwLMwq__name{color:#f5f5f5;white-space:nowrap;text-overflow:ellipsis;font-size:20px;font-weight:700;overflow:hidden}.PlayerEventDetail-module__UwLMwq__jersey{color:var(--color-accent,#fac31c);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:16px;font-weight:700}@media (max-width:480px){.PlayerEventDetail-module__UwLMwq__name{font-size:17px}.PlayerEventDetail-module__UwLMwq__avatar,.PlayerEventDetail-module__UwLMwq__avatarFallback{width:48px;height:48px}}
.PanelHead-module__sDJnXa__cell{flex-direction:column;gap:3px;display:flex}.PanelHead-module__sDJnXa__head{justify-content:center;align-items:center;gap:6px;min-height:20px;padding:0 2px;display:flex}.PanelHead-module__sDJnXa__name{white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:700;overflow:hidden}.PanelHead-module__sDJnXa__btn{border:1px solid var(--c,#444);width:20px;height:20px;color:var(--c,#ccc);cursor:pointer;background:0 0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-size:10px;transition:background .15s;display:inline-flex}.PanelHead-module__sDJnXa__btn:hover{background:color-mix(in srgb, var(--c,#fac31c) 18%, transparent)}
.advanced-module__3qVWTq__root{flex-direction:column;gap:16px;margin-top:18px;display:flex}.advanced-module__3qVWTq__state{text-align:center;color:#9a9a9a;padding:28px;font-size:13px}.advanced-module__3qVWTq__controls{flex-direction:column;gap:10px;display:flex}.advanced-module__3qVWTq__tabs{gap:6px;display:flex}.advanced-module__3qVWTq__tab{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);color:#bdbdbd;font:inherit;cursor:pointer;border-radius:8px;padding:7px 18px;font-size:13px;font-weight:700}.advanced-module__3qVWTq__tabActive{color:var(--color-accent,#fac31c);background:#fac31c24;border-color:#fac31c80}.advanced-module__3qVWTq__modeSwitch{flex-wrap:wrap;gap:6px;display:flex}.advanced-module__3qVWTq__modeBtn{border:1px solid var(--color-surface-dark-4,#2a2a2a);color:#9a9a9a;font:inherit;cursor:pointer;background:0 0;border-radius:7px;padding:6px 11px;font-size:12px;font-weight:600}.advanced-module__3qVWTq__modeBtn:hover{color:#ddd}.advanced-module__3qVWTq__modeActive{background:var(--color-surface-dark-4,#2a2a2a);color:#f5f5f5;border-color:#555}.advanced-module__3qVWTq__modeHint{color:gray;margin:0;font-size:11px}.advanced-module__3qVWTq__charts{flex-direction:column;gap:16px;display:flex}.advanced-module__3qVWTq__card{background:var(--color-surface-dark-2,#161616);border:1px solid var(--color-surface-dark-4,#2a2a2a);border-radius:12px;padding:14px}.advanced-module__3qVWTq__cardHead{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.advanced-module__3qVWTq__cardTitle{color:#f0f0f0;margin:0;font-size:14px;font-weight:700}.advanced-module__3qVWTq__cardSub{color:gray;font-size:11px}.advanced-module__3qVWTq__chartWrap{flex-direction:column;gap:10px;display:flex}.advanced-module__3qVWTq__legends{flex-direction:column;align-items:center;gap:4px;display:flex}.advanced-module__3qVWTq__legendRow{flex-wrap:wrap;justify-content:center;gap:6px 14px;display:flex}.advanced-module__3qVWTq__legendItem{color:#cfcfcf;align-items:center;gap:5px;font-size:11px;display:inline-flex}.advanced-module__3qVWTq__singlePlot{justify-content:center;display:flex}.advanced-module__3qVWTq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,380px));justify-content:center;gap:16px;display:grid}.advanced-module__3qVWTq__plot,.advanced-module__3qVWTq__field{width:100%;max-width:440px}.advanced-module__3qVWTq__grid .advanced-module__3qVWTq__plot,.advanced-module__3qVWTq__grid .advanced-module__3qVWTq__field{max-width:none}.advanced-module__3qVWTq__fieldGrid{grid-template-columns:repeat(auto-fit,minmax(260px,340px));justify-content:center;gap:16px;display:grid}.advanced-module__3qVWTq__fieldGrid .advanced-module__3qVWTq__field{max-width:none}.advanced-module__3qVWTq__plotFrame{fill:none;stroke:#ffffff1f}.advanced-module__3qVWTq__gridLine{stroke:#ffffff0f;stroke-width:1px}.advanced-module__3qVWTq__plotTitle{font-size:11px;font-weight:700}.advanced-module__3qVWTq__guide{stroke:#ffffff47;stroke-width:1px}.advanced-module__3qVWTq__band{fill:#f5be1c1a}.advanced-module__3qVWTq__tick{fill:#9a9a9a;font-size:9.5px}.advanced-module__3qVWTq__axisTitle{fill:#c2c2c2;font-size:10.5px;font-weight:600}.advanced-module__3qVWTq__fieldRing{fill:none;stroke:#ffffff14}.advanced-module__3qVWTq__foul{stroke:#f5be1c73;stroke-width:1.5px}.advanced-module__3qVWTq__cardHead{flex-wrap:wrap;align-items:center}.advanced-module__3qVWTq__inspect{align-items:center;gap:4px;display:inline-flex}.advanced-module__3qVWTq__inspectBtn{border:1px solid var(--c,#444);width:22px;height:22px;color:var(--c,#ccc);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:11px;transition:background .15s;display:inline-flex}.advanced-module__3qVWTq__inspectBtn:hover{background:color-mix(in srgb, var(--c,#fac31c) 18%, transparent)}
.BarCompare-module__mfPViq__root{color:#e8e8e8;width:100%;font-family:inherit}.BarCompare-module__mfPViq__legend{color:#888;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px;font-size:12px;display:flex}.BarCompare-module__mfPViq__legendItem{align-items:center;gap:6px;display:inline-flex}.BarCompare-module__mfPViq__legendDot{border-radius:2px;flex:none;width:10px;height:10px}.BarCompare-module__mfPViq__legendName{color:#e8e8e8}.BarCompare-module__mfPViq__panel{background:#1b1b1b;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:14px 16px}.BarCompare-module__mfPViq__svg{width:100%;height:auto;display:block}.BarCompare-module__mfPViq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,380px));justify-content:center;gap:16px;display:grid}.BarCompare-module__mfPViq__miniPanel{min-width:0}.BarCompare-module__mfPViq__miniTitle{margin:0 0 8px;font-size:13px;font-weight:600}.BarCompare-module__mfPViq__empty{text-align:center;color:#888;background:#1b1b1b;border:1px solid #ffffff1f;border-radius:10px;padding:24px 16px;font-size:13px}.BarCompare-module__mfPViq__num{font-variant-numeric:tabular-nums}
.HistogramCompare-module__x8Foya__chartWrap{color:#e8e8e8;flex-direction:column;gap:10px;display:flex}.HistogramCompare-module__x8Foya__legends{flex-direction:column;gap:4px;display:flex}.HistogramCompare-module__x8Foya__legendRow{flex-wrap:wrap;gap:6px 14px;display:flex}.HistogramCompare-module__x8Foya__legendItem{color:#cfcfcf;align-items:center;gap:5px;font-size:11px;display:inline-flex}.HistogramCompare-module__x8Foya__dot{border-radius:50%;flex:none;width:10px;height:10px;display:inline-block}.HistogramCompare-module__x8Foya__singlePlot{justify-content:center;display:flex}.HistogramCompare-module__x8Foya__grid{grid-template-columns:repeat(auto-fit,minmax(300px,380px));justify-content:center;gap:16px;display:grid}.HistogramCompare-module__x8Foya__plot{background:#1b1b1b;border-radius:8px;width:100%;max-width:460px}.HistogramCompare-module__x8Foya__grid .HistogramCompare-module__x8Foya__plot{max-width:none}.HistogramCompare-module__x8Foya__plotFrame{fill:none;stroke:#ffffff1f}.HistogramCompare-module__x8Foya__plotTitle{font-size:11px;font-weight:700}.HistogramCompare-module__x8Foya__gridLine{stroke:#ffffff0f;stroke-width:1px}.HistogramCompare-module__x8Foya__tick{fill:#6f6f6f;font-size:9px}.HistogramCompare-module__x8Foya__axisTitle{fill:#8f8f8f;font-size:10px}.HistogramCompare-module__x8Foya__meanLine{stroke-width:1px;stroke-dasharray:3 3;opacity:.85}
.LineCompare-module__ucXu9G__chartWrap{flex-direction:column;gap:10px;display:flex}.LineCompare-module__ucXu9G__state{text-align:center;color:#9a9a9a;background:#1b1b1b;border-radius:12px;padding:28px;font-size:13px}.LineCompare-module__ucXu9G__legends{flex-direction:column;gap:4px;display:flex}.LineCompare-module__ucXu9G__legendRow{flex-wrap:wrap;gap:6px 14px;display:flex}.LineCompare-module__ucXu9G__legendItem{color:#e8e8e8;align-items:center;gap:5px;font-size:11px;display:inline-flex}.LineCompare-module__ucXu9G__legendDot{border-radius:50%;width:9px;height:9px;display:inline-block}.LineCompare-module__ucXu9G__singlePlot{justify-content:center;display:flex}.LineCompare-module__ucXu9G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,380px));justify-content:center;gap:16px;display:grid}.LineCompare-module__ucXu9G__plot{width:100%;max-width:480px}.LineCompare-module__ucXu9G__grid .LineCompare-module__ucXu9G__plot{max-width:none}.LineCompare-module__ucXu9G__plotFrame{fill:none;stroke:#ffffff1f}.LineCompare-module__ucXu9G__gridLine{stroke:#ffffff0f;stroke-width:1px}.LineCompare-module__ucXu9G__plotTitle{font-size:11px;font-weight:700}.LineCompare-module__ucXu9G__tick{fill:#8f8f8f;font-size:9px}.LineCompare-module__ucXu9G__axisTitle{fill:#c8c8c8;font-size:10px}.LineCompare-module__ucXu9G__seriesLine{stroke-width:2px;stroke-linejoin:round;stroke-linecap:round}.LineCompare-module__ucXu9G__dot{stroke:#1b1b1b;stroke-width:.75px}.LineCompare-module__ucXu9G__trendLine{stroke-width:1.25px;stroke-dasharray:4 4;opacity:.4}
.TiltCompare-module__By7bNa__chartWrap{flex-direction:column;gap:10px;display:flex}.TiltCompare-module__By7bNa__legends{flex-direction:column;gap:4px;display:flex}.TiltCompare-module__By7bNa__legendRow{flex-wrap:wrap;gap:6px 14px;display:flex}.TiltCompare-module__By7bNa__legendItem{color:#cfcfcf;align-items:center;gap:5px;font-size:11px;display:inline-flex}.TiltCompare-module__By7bNa__singlePlot{justify-content:center;display:flex}.TiltCompare-module__By7bNa__grid{grid-template-columns:repeat(auto-fit,minmax(240px,300px));justify-content:center;gap:16px;display:grid}.TiltCompare-module__By7bNa__clock{width:100%;max-width:380px}.TiltCompare-module__By7bNa__grid .TiltCompare-module__By7bNa__clock{max-width:none}.TiltCompare-module__By7bNa__face{fill:#161616}.TiltCompare-module__By7bNa__ring{fill:none;stroke:#ffffff1f;stroke-width:1.5px}.TiltCompare-module__By7bNa__innerFace{fill:#ffffff05;stroke:#ffffff0f;stroke-width:1px}.TiltCompare-module__By7bNa__tickMark{stroke:#ffffff2e;stroke-width:1px}.TiltCompare-module__By7bNa__numeral{fill:#9a9a9a;font-size:10px;font-weight:600}.TiltCompare-module__By7bNa__pivot{fill:#ffffff40}.TiltCompare-module__By7bNa__plotTitle{font-size:11px;font-weight:700}
.HeatmapCompare-module__b8ynkq__wrap{flex-direction:column;gap:10px;display:flex}.HeatmapCompare-module__b8ynkq__grid{grid-template-columns:repeat(auto-fit,minmax(260px,340px));justify-content:center;gap:16px;display:grid}.HeatmapCompare-module__b8ynkq__panel{flex-direction:column;gap:6px;display:flex}.HeatmapCompare-module__b8ynkq__svg{width:100%;display:block}.HeatmapCompare-module__b8ynkq__title{text-align:center;margin:0;font-size:12px;font-weight:700}.HeatmapCompare-module__b8ynkq__cellOutline{fill:none;stroke:#ffffff0d;stroke-width:.5px}.HeatmapCompare-module__b8ynkq__zoneRect{fill:none;stroke:#ffffff8c;stroke-width:1.5px}.HeatmapCompare-module__b8ynkq__fieldLine{fill:none;stroke:#f5be1c73;stroke-width:1.5px}.HeatmapCompare-module__b8ynkq__zoneDivider{fill:none;stroke:#ffffff1f;stroke-width:1px}.HeatmapCompare-module__b8ynkq__countLabel{fill:#e8e8e8;text-anchor:middle;pointer-events:none;font-size:9px;font-weight:600}.HeatmapCompare-module__b8ynkq__plate{fill:#f5be1c}.HeatmapCompare-module__b8ynkq__legend{color:#9a9a9a;justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.HeatmapCompare-module__b8ynkq__legendBar{border-radius:3px;display:block}.HeatmapCompare-module__b8ynkq__empty{text-align:center;color:#9a9a9a;padding:24px;font-size:13px}
.AdvancedChartDrawer-module__-eyywa__backdrop{z-index:70;opacity:0;pointer-events:none;background:#00000080;transition:opacity .2s;position:fixed;inset:0}.AdvancedChartDrawer-module__-eyywa__backdropOpen{opacity:1;pointer-events:auto}.AdvancedChartDrawer-module__-eyywa__panel{z-index:71;background:var(--color-surface-dark-2,#161616);border-left:1px solid var(--color-surface-dark-4,#2a2a2a);flex-direction:column;width:min(580px,94vw);transition:transform .24s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-16px 0 48px #00000080}.AdvancedChartDrawer-module__-eyywa__panelOpen{transform:translate(0)}.AdvancedChartDrawer-module__-eyywa__head{border-bottom:1px solid var(--color-surface-dark-4,#2a2a2a);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.AdvancedChartDrawer-module__-eyywa__titleWrap{flex-direction:column;gap:2px;display:flex}.AdvancedChartDrawer-module__-eyywa__title{color:#f5f5f5;font-size:15px;font-weight:700}.AdvancedChartDrawer-module__-eyywa__player{font-size:12px;font-weight:600}.AdvancedChartDrawer-module__-eyywa__close{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:inline-flex}.AdvancedChartDrawer-module__-eyywa__close:hover{color:#fff;background:#ffffff14}.AdvancedChartDrawer-module__-eyywa__playerTabs{border-bottom:1px solid var(--color-surface-dark-4,#2a2a2a);flex-wrap:wrap;gap:6px;padding:10px 18px;display:flex}.AdvancedChartDrawer-module__-eyywa__playerTab{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);color:#bdbdbd;font:inherit;cursor:pointer;border-radius:7px;padding:5px 12px;font-size:12px;font-weight:600}.AdvancedChartDrawer-module__-eyywa__playerTabActive{border-color:var(--c,#fac31c);color:#fff;background:color-mix(in srgb, var(--c,#fac31c) 14%, var(--color-surface-dark-3,#1b1b1b))}.AdvancedChartDrawer-module__-eyywa__body{flex:auto;min-height:0;padding:16px;overflow:auto}
.GameStatsTable-module__79G1wW__wrapper{border-radius:var(--radius-md);background:linear-gradient(#1b1b1b 0%,#0a0a0a 100%);box-shadow:inset 0 1px 1px #ffffff1f,0 4px 6px #0000004d}.GameStatsTable-module__79G1wW__table{border-collapse:collapse;width:100%;color:var(--color-surface);table-layout:fixed;font-size:.85rem}.GameStatsTable-module__79G1wW__table thead th{z-index:2;color:var(--color-accent);text-align:left;text-transform:uppercase;letter-spacing:.02em;background:#070707;border:none;padding:10px 6px;font-weight:700;position:sticky;top:0}.GameStatsTable-module__79G1wW__table td{color:var(--color-surface);border-bottom:1px solid #ffffff14;padding:10px 6px}.GameStatsTable-module__79G1wW__table th:first-child,.GameStatsTable-module__79G1wW__table td:first-child{overflow-wrap:anywhere;word-break:break-word;width:40%;padding-left:15px;padding-right:18px}.GameStatsTable-module__79G1wW__table th:not(:first-child),.GameStatsTable-module__79G1wW__table td:not(:first-child){text-align:left;width:10%}.GameStatsTable-module__79G1wW__table tbody tr:last-child td{border-bottom:none}.GameStatsTable-module__79G1wW__eventDate{color:var(--color-surface);margin-bottom:2px;font-size:.78rem}.GameStatsTable-module__79G1wW__eventLink{color:var(--color-surface);font-weight:600;text-decoration:none}.GameStatsTable-module__79G1wW__eventLink:hover{color:var(--color-surface);text-decoration:underline}.GameStatsTable-module__79G1wW__playerName{color:var(--color-surface);font-weight:600}.GameStatsTable-module__79G1wW__totalRow td{background:#00000059;border-top:2px solid #f5be1c59;font-weight:700}.GameStatsTable-module__79G1wW__totalCount{color:var(--color-ink-faint);margin-left:4px;font-weight:400}.GameStatsTable-module__79G1wW__wrapperLight{background:var(--color-surface);box-shadow:none;border-radius:var(--radius-control)}.GameStatsTable-module__79G1wW__tableLight{color:var(--color-ink)}.GameStatsTable-module__79G1wW__tableLight td{color:var(--color-ink);border-bottom:1px solid #00000014}.GameStatsTable-module__79G1wW__tableLight .GameStatsTable-module__79G1wW__totalRow td{background:var(--color-accent-alpha-08);color:var(--color-ink);border-top:2px solid #f5be1c99}.GameStatsTable-module__79G1wW__tableLight .GameStatsTable-module__79G1wW__totalCount{color:var(--color-ink-muted)}@media (max-width:575.98px){.GameStatsTable-module__79G1wW__table{font-size:.78rem}.GameStatsTable-module__79G1wW__table thead th,.GameStatsTable-module__79G1wW__table td{padding:8px 4px}.GameStatsTable-module__79G1wW__table th:first-child,.GameStatsTable-module__79G1wW__table td:first-child{padding-left:10px;padding-right:12px}.GameStatsTable-module__79G1wW__eventDate{font-size:.72rem}}
.PlayerSeasonStatsView-module__cg8g6W__player{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);font-family:var(--font-barlow,system-ui, sans-serif);border-radius:12px;padding:14px 16px}.PlayerSeasonStatsView-module__cg8g6W__playerHead{align-items:center;gap:10px;margin-bottom:10px;display:flex}.PlayerSeasonStatsView-module__cg8g6W__jersey{color:var(--color-accent,#f5be1c);background:#f5be1c1f;border:1px solid #f5be1c66;border-radius:6px;flex-shrink:0;padding:2px 7px;font-size:13px;font-weight:800}.PlayerSeasonStatsView-module__cg8g6W__name{color:var(--color-surface,#f5f5f5);font-size:16px;font-weight:800}.PlayerSeasonStatsView-module__cg8g6W__sectionLabel{color:#8f8f8f;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:11px;font-weight:700}.PlayerSeasonStatsView-module__cg8g6W__totalsTabs{background:var(--color-surface-dark-4,#1c1c1c);border:1px solid #2a2a2a;border-radius:999px;gap:4px;margin-bottom:10px;padding:3px;display:inline-flex}.PlayerSeasonStatsView-module__cg8g6W__totalsTab{color:#8f8f8f;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:5px 16px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,color .15s}.PlayerSeasonStatsView-module__cg8g6W__totalsTab:hover{color:var(--color-surface,#fff)}.PlayerSeasonStatsView-module__cg8g6W__totalsTabActive{background:var(--color-accent,#f5be1c);color:#1a1a1a}.PlayerSeasonStatsView-module__cg8g6W__totals{grid-template-columns:repeat(auto-fit,minmax(62px,1fr));gap:8px;margin-bottom:4px;display:grid}.PlayerSeasonStatsView-module__cg8g6W__pill{background:var(--color-surface-dark-4,#1c1c1c);text-align:center;border:1px solid #2a2a2a;border-radius:10px;padding:10px 6px}.PlayerSeasonStatsView-module__cg8g6W__pillRate{background:#f5be1c0f;border-color:#f5be1c59}.PlayerSeasonStatsView-module__cg8g6W__pillVal{color:var(--color-surface,#f5f5f5);font-variant-numeric:tabular-nums;font-size:20px;font-weight:800;line-height:1.1}.PlayerSeasonStatsView-module__cg8g6W__pillRate .PlayerSeasonStatsView-module__cg8g6W__pillVal{color:var(--color-accent,#f5be1c)}.PlayerSeasonStatsView-module__cg8g6W__pillLabel{text-transform:uppercase;letter-spacing:.06em;color:#8f8f8f;margin-top:4px;font-size:10px;font-weight:700}.PlayerSeasonStatsView-module__cg8g6W__byTeamBtn{color:var(--color-ink-on-dark,#e8e8e8);cursor:pointer;background:0 0;border:1px solid #2a2a2a;border-radius:8px;align-items:center;gap:8px;margin-top:14px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:border-color .15s,color .15s;display:inline-flex}.PlayerSeasonStatsView-module__cg8g6W__byTeamBtn:hover{border-color:var(--color-accent,#f5be1c);color:var(--color-accent,#f5be1c)}.PlayerSeasonStatsView-module__cg8g6W__byTeamCount{color:#8f8f8f;font-size:11px;font-weight:600}.PlayerSeasonStatsView-module__cg8g6W__teamList{flex-direction:column;gap:8px;margin-top:10px;display:flex}.PlayerSeasonStatsView-module__cg8g6W__acc{border:1px solid #2a2a2a;border-radius:8px;overflow:hidden}.PlayerSeasonStatsView-module__cg8g6W__accHead{background:var(--color-surface-dark-4,#1c1c1c);width:100%;color:var(--color-surface,#f5f5f5);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-family:inherit;font-size:14px;font-weight:700;display:flex}.PlayerSeasonStatsView-module__cg8g6W__accHead:hover{background:#222}.PlayerSeasonStatsView-module__cg8g6W__accName{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.PlayerSeasonStatsView-module__cg8g6W__accMeta{color:#8f8f8f;flex-shrink:0;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.PlayerSeasonStatsView-module__cg8g6W__accChevron{transition:transform .2s;display:inline-block}.PlayerSeasonStatsView-module__cg8g6W__accOpen .PlayerSeasonStatsView-module__cg8g6W__accChevron{transform:rotate(180deg)}.PlayerSeasonStatsView-module__cg8g6W__accBody{border-top:1px solid #2a2a2a;padding:10px 14px 4px}.PlayerSeasonStatsView-module__cg8g6W__accEmpty{color:#8f8f8f;margin:4px 0 8px;font-size:12px}.PlayerSeasonStatsView-module__cg8g6W__breakdown{flex-direction:column;gap:8px;padding-top:6px;display:flex}.PlayerSeasonStatsView-module__cg8g6W__bdTeam{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid #2a2a2a;border-radius:8px;padding:8px 10px 4px}.PlayerSeasonStatsView-module__cg8g6W__bdTeamName{color:var(--color-surface,#f5f5f5);align-items:center;gap:8px;margin-bottom:2px;font-size:14px;font-weight:700;display:flex}.PlayerSeasonStatsView-module__cg8g6W__bdTeamLogo{object-fit:contain;background:#fff;border-radius:4px;flex-shrink:0;width:22px;height:22px}.PlayerSeasonStatsView-module__cg8g6W__bdTeamMeta{color:#8f8f8f;font-size:12px;font-weight:500}.PlayerSeasonStatsView-module__cg8g6W__tableWrap{margin-bottom:6px;overflow-x:auto}.PlayerSeasonStatsView-module__cg8g6W__subhead{color:var(--color-accent,#f5be1c);text-transform:uppercase;letter-spacing:.06em;margin:2px 0 3px;font-size:11px;font-weight:700}.PlayerSeasonStatsView-module__cg8g6W__table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:12px}.PlayerSeasonStatsView-module__cg8g6W__table th,.PlayerSeasonStatsView-module__cg8g6W__table td{text-align:right;padding:3px 6px}.PlayerSeasonStatsView-module__cg8g6W__table th:first-child,.PlayerSeasonStatsView-module__cg8g6W__table td:first-child{text-align:left}.PlayerSeasonStatsView-module__cg8g6W__table thead th{color:#8f8f8f;text-transform:uppercase;border-bottom:1px solid #2a2a2a;font-size:10px;font-weight:700}.PlayerSeasonStatsView-module__cg8g6W__sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.PlayerSeasonStatsView-module__cg8g6W__sortable:hover{color:var(--color-accent,#f5be1c)}.PlayerSeasonStatsView-module__cg8g6W__table tbody td{color:var(--color-ink-on-dark,#e8e8e8);border-bottom:1px solid #ffffff0a}
.profile-module__skRmGq__root{--pp-header-h:52px;--pp-tabbar-h:46px;background:var(--color-surface-dark-1);min-height:100vh;font-family:var(--font-barlow,system-ui, -apple-system, sans-serif);color:var(--color-surface)}.profile-module__skRmGq__switcher{align-items:center;gap:var(--space-2);background:var(--color-surface-dark-2);border-bottom:1px solid #ffffff0f;max-width:430px;margin:0 auto;padding:10px 12px;display:flex}.profile-module__skRmGq__switcherLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);flex-shrink:0;font-size:.62rem;font-weight:700}.profile-module__skRmGq__switcherBtns{flex:1;justify-content:flex-end;gap:4px;display:flex}.profile-module__skRmGq__switcherBtn{color:var(--color-ink-faint);border-radius:var(--radius-pill);cursor:pointer;background:0 0;border:1px solid #ffffff1f;padding:5px 9px;font-family:inherit;font-size:.72rem;font-weight:600;transition:background-color .15s,color .15s,border-color .15s}.profile-module__skRmGq__switcherBtn:hover{color:var(--color-surface);border-color:#ffffff4d}.profile-module__skRmGq__switcherBtnActive{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-ink)}.profile-module__skRmGq__frame{background:var(--color-page);max-width:430px;min-height:100vh;margin:0 auto;position:relative;overflow-x:clip}@media (min-width:480px){.profile-module__skRmGq__frame{box-shadow:0 0 0 1px #ffffff0d,0 24px 60px #0009}}.profile-module__skRmGq__header{z-index:40;height:var(--pp-header-h);align-items:center;gap:var(--space-2);background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);border-bottom:1px solid #0009;padding:0 12px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0006}.profile-module__skRmGq__headerIconBtn{width:38px;height:38px;color:var(--color-accent);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;transition:background-color .15s;display:inline-flex}.profile-module__skRmGq__headerIconBtn:hover{background:#ffffff0f}.profile-module__skRmGq__headerTitle{letter-spacing:-.01em;min-width:0;color:var(--color-surface);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:1.05rem;font-style:italic;font-weight:700;overflow:hidden}.profile-module__skRmGq__headerActions{flex-shrink:0;align-items:center;gap:2px;display:flex}.profile-module__skRmGq__hero{background:linear-gradient(180deg, var(--color-accent-legacy), #f1d10d);padding:16px 18px 18px;position:relative;overflow:hidden}.profile-module__skRmGq__heroCover{object-fit:cover;object-position:center center;width:100%;height:100%;position:absolute;inset:0}.profile-module__skRmGq__heroCoverOverlay{background:linear-gradient(110deg,#fac31cf0 0%,#fac31ccc 46%,#f7ce2a8f 100%);position:absolute;inset:0}.profile-module__skRmGq__heroArc{opacity:.55;pointer-events:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNjQyLjEyIDY3NyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNjExLjQ3IDI4Ni43Ni00MjIuMS0yNzQuMjJjLTM3LjM2LTI0LjI3LTg3LjM2LTIuMjYtOTQuNjggNDEuNjlsLTkxLjMgNTQ4LjE0Yy04LjQzIDUwLjU5IDQ0Ljg1IDg4Ljg1IDkwLjEgNjQuNzFsNTEzLjQxLTI3My45MmM0MS41My0yMi4xNiA0NC4wNi04MC43NiA0LjU4LTEwNi40eiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZjJkNjAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iNSIvPjwvc3ZnPg==);background-position:-40px;background-repeat:no-repeat;background-size:320px;position:absolute;inset:0}.profile-module__skRmGq__heroWatermark{color:#00000012;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:150px;font-style:italic;font-weight:800;line-height:1;position:absolute;top:-10px;right:-6px}.profile-module__skRmGq__heroInner{z-index:2;align-items:center;gap:14px;display:flex;position:relative}.profile-module__skRmGq__heroText{flex-direction:column;flex:1;min-width:0;display:flex}.profile-module__skRmGq__heroForename{letter-spacing:-.02em;color:#1b191a;font-size:26px;font-style:italic;font-weight:400;line-height:1}.profile-module__skRmGq__heroSurname{letter-spacing:-.02em;color:#1b191a;margin-bottom:8px;font-size:34px;font-style:italic;font-weight:800;line-height:1}.profile-module__skRmGq__heroOrgName{letter-spacing:-.02em;color:#1b191a;margin-bottom:6px;font-size:28px;font-style:italic;font-weight:800;line-height:1.05}.profile-module__skRmGq__heroMetaRow{color:#2a2419;flex-wrap:wrap;align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.profile-module__skRmGq__heroMetaLogo{object-fit:contain;border-radius:50%;flex-shrink:0;width:18px;height:18px}.profile-module__skRmGq__heroMetaDot{color:#0006;font-weight:700}.profile-module__skRmGq__heroSubMeta{flex-wrap:wrap;gap:4px 16px;margin-top:8px;display:flex}.profile-module__skRmGq__heroSubMetaItem{flex-direction:column;line-height:1.15;display:flex}.profile-module__skRmGq__heroSubMetaLabel{letter-spacing:.05em;text-transform:uppercase;color:#00000080;font-size:.6rem;font-weight:700}.profile-module__skRmGq__heroSubMetaValue{color:#1b191a;font-size:.85rem;font-weight:700}.profile-module__skRmGq__heroPhoto{background:#00000014;border:3px solid #0000001f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.profile-module__skRmGq__heroPhoto img{object-fit:cover;width:100%;height:100%}.profile-module__skRmGq__heroLogo{border-radius:var(--radius-md);background:#0000001a;flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;display:flex;overflow:hidden}.profile-module__skRmGq__heroLogo img{object-fit:contain;width:100%;height:100%}.profile-module__skRmGq__heroFollow{border-radius:var(--radius-pill);color:var(--color-accent);cursor:pointer;background:#1b191a;border:none;align-self:flex-start;align-items:center;gap:6px;margin-top:12px;padding:7px 18px;font-family:inherit;font-size:.82rem;font-weight:700;transition:transform .15s,opacity .15s;display:inline-flex}.profile-module__skRmGq__heroFollow:active{transform:scale(.97)}.profile-module__skRmGq__banner{padding:12px 14px 0}.profile-module__skRmGq__bannerTitle{background:var(--color-accent);color:#1b191a;letter-spacing:.06em;text-transform:uppercase;text-align:center;border-radius:var(--radius-sm) var(--radius-sm) 0 0;padding:6px 10px;font-size:.72rem;font-weight:800}.profile-module__skRmGq__bannerCells{background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);border-radius:0 0 var(--radius-sm) var(--radius-sm);scrollbar-width:none;display:flex;overflow-x:auto;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.profile-module__skRmGq__bannerCells::-webkit-scrollbar{display:none}.profile-module__skRmGq__bannerCell{text-align:center;border-right:1px solid #ffffff12;flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:center;gap:4px;min-width:0;padding:12px 8px;display:flex}.profile-module__skRmGq__bannerCell:last-child{border-right:none}.profile-module__skRmGq__bannerCellValue{color:var(--color-surface);white-space:nowrap;font-size:1.35rem;font-weight:800;line-height:1}.profile-module__skRmGq__bannerCellLabel{letter-spacing:.03em;text-transform:uppercase;color:var(--color-ink-faint);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.58rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.profile-module__skRmGq__bannerCellSub{color:var(--color-accent);margin-top:2px;font-size:.62rem;font-weight:600}.profile-module__skRmGq__tabBar{background:linear-gradient(180deg, var(--color-page) 0%, #0a0a0a 100%);scrollbar-width:none;scroll-snap-type:x proximity;border-bottom:1px solid #ffffff14;gap:2px;padding:0 6px;display:flex;overflow-x:auto}.profile-module__skRmGq__tabBar::-webkit-scrollbar{display:none}.profile-module__skRmGq__tab{color:#9a9a9a;cursor:pointer;white-space:nowrap;scroll-snap-align:start;background:0 0;border:none;flex:none;padding:12px;font-family:inherit;font-size:.88rem;font-weight:600;transition:color .15s;position:relative}.profile-module__skRmGq__tab:hover{color:var(--color-ink-on-dark)}.profile-module__skRmGq__tabActive{color:var(--color-surface);font-weight:700}.profile-module__skRmGq__tabActive:after{content:"";background-color:var(--color-accent);border-radius:2px 2px 0 0;height:3px;position:absolute;bottom:0;left:8px;right:8px}.profile-module__skRmGq__dashboardTab{color:var(--color-accent);align-items:center;gap:6px;margin-left:auto;font-weight:700;text-decoration:none;display:inline-flex}.profile-module__skRmGq__dashboardTab:hover{color:var(--color-accent);filter:brightness(1.12)}.profile-module__skRmGq__panel{flex-direction:column;gap:22px;padding:16px 14px 40px;animation:.18s ease-out profile-module__skRmGq__pp-fadeIn;display:flex}.profile-module__skRmGq__section{flex-direction:column;gap:10px;display:flex}.profile-module__skRmGq__rosterCover{object-fit:cover;border-radius:var(--radius-md);border:1px solid #ffffff14;width:100%;height:180px;display:block}@media (max-width:576px){.profile-module__skRmGq__rosterCover{height:140px}}.profile-module__skRmGq__sectionHead{justify-content:space-between;align-items:center;gap:8px;display:flex}.profile-module__skRmGq__sectionTitle{color:var(--color-surface);align-items:center;gap:8px;margin:0;font-size:1rem;font-weight:700;display:flex}.profile-module__skRmGq__status{color:var(--color-success)}.profile-module__skRmGq__sectionTitle i{color:var(--color-accent);font-size:1.05rem}.profile-module__skRmGq__seeAll{color:var(--color-accent);cursor:pointer;background:0 0;border:none;padding:2px;font-family:inherit;font-size:.78rem;font-weight:600}.profile-module__skRmGq__emptyNote{text-align:center;color:var(--color-ink-subtle);padding:18px;font-size:.85rem}.profile-module__skRmGq__card{background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);border-radius:var(--radius-md);overflow:hidden;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.profile-module__skRmGq__strip{scrollbar-width:none;scroll-snap-type:x proximity;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.profile-module__skRmGq__strip::-webkit-scrollbar{display:none}.profile-module__skRmGq__statCard{scroll-snap-align:start;border-radius:var(--radius-md);background:var(--color-surface-dark-4);flex:0 0 132px;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff14}.profile-module__skRmGq__statCardTop{background:var(--color-accent);color:#1b191a;letter-spacing:.05em;text-transform:uppercase;text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:5px 6px;font-size:.6rem;font-weight:800;overflow:hidden}.profile-module__skRmGq__statCardBody{text-align:center;padding:14px 10px 12px}.profile-module__skRmGq__statCardValue{color:var(--color-surface);justify-content:center;align-items:baseline;gap:3px;font-size:1.7rem;font-weight:800;line-height:1;display:flex}.profile-module__skRmGq__statCardUnit{color:var(--color-ink-faint);font-size:.75rem;font-weight:600}.profile-module__skRmGq__statCardSub{color:var(--color-ink-faint);justify-content:center;align-items:center;gap:5px;margin-top:6px;font-size:.66rem;font-weight:600;display:flex}.profile-module__skRmGq__trendUp{color:var(--color-success)}.profile-module__skRmGq__trendDown{color:var(--color-danger)}.profile-module__skRmGq__verified{color:var(--color-accent);align-items:center;gap:3px;font-size:.62rem;font-weight:700;display:inline-flex}.profile-module__skRmGq__tableWrap{border-radius:var(--radius-md);background:var(--color-surface-dark-4);overflow:hidden;box-shadow:inset 0 1px 1px #ffffff0f}.profile-module__skRmGq__tableScroll{scrollbar-width:thin;overflow-x:auto}.profile-module__skRmGq__table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:.8rem}.profile-module__skRmGq__clickRow{cursor:pointer;transition:background .1s}.profile-module__skRmGq__clickRow:hover{background:#ffffff0f}.profile-module__skRmGq__clickRow:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.profile-module__skRmGq__table thead th{letter-spacing:.03em;text-transform:uppercase;color:var(--color-ink-faint);text-align:right;background:#00000059;border-bottom:1px solid #ffffff14;padding:9px 10px;font-size:.62rem;font-weight:700}.profile-module__skRmGq__table tbody td{text-align:right;color:var(--color-ink-on-dark);border-bottom:1px solid #ffffff0d;padding:9px 10px}.profile-module__skRmGq__table tbody tr:nth-child(2n) td{background:#ffffff05}.profile-module__skRmGq__table tbody tr:last-child td{border-bottom:none}.profile-module__skRmGq__table th.profile-module__skRmGq__labelCol,.profile-module__skRmGq__table td.profile-module__skRmGq__labelCol{text-align:left;color:var(--color-surface);background:var(--color-surface-dark-4);z-index:1;font-weight:700;position:sticky;left:0}.profile-module__skRmGq__table thead th.profile-module__skRmGq__labelCol{background:#161616}.profile-module__skRmGq__table tbody tr:nth-child(2n) td.profile-module__skRmGq__labelCol{background:#1b1b1b}.profile-module__skRmGq__table tbody tr.profile-module__skRmGq__totalRow td{color:var(--color-surface);background:#f5be1c0f;border-top:2px solid #ffffff1f;font-weight:800}.profile-module__skRmGq__table tbody tr.profile-module__skRmGq__totalRow td.profile-module__skRmGq__labelCol{color:var(--color-accent);background:#f5be1c0f}.profile-module__skRmGq__resultWin{color:var(--color-success);font-weight:700}.profile-module__skRmGq__resultLoss{color:var(--color-danger);font-weight:700}.profile-module__skRmGq__kv{}.profile-module__skRmGq__kvRow{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:13px 16px;display:flex}.profile-module__skRmGq__kvRow:last-child{border-bottom:none}.profile-module__skRmGq__kvLabel{letter-spacing:.04em;text-transform:uppercase;color:var(--color-ink-faint);font-size:.7rem;font-weight:700}.profile-module__skRmGq__kvValue{color:var(--color-surface);text-align:right;font-size:.92rem;font-weight:700}.profile-module__skRmGq__kvValue .profile-module__skRmGq__status{color:var(--color-success)}.profile-module__skRmGq__list{}.profile-module__skRmGq__listRow{color:inherit;border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;display:flex}.profile-module__skRmGq__listRow:last-child{border-bottom:none}a.profile-module__skRmGq__listRow:hover{background:#ffffff08}.profile-module__skRmGq__listMain{flex:1;min-width:0}.profile-module__skRmGq__listTitle{color:var(--color-surface);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.profile-module__skRmGq__listTitleAccent{color:var(--color-accent)}.profile-module__skRmGq__listSub{color:var(--color-ink-faint);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.76rem;overflow:hidden}.profile-module__skRmGq__listRight{color:var(--color-ink-on-dark);flex-shrink:0;align-items:center;gap:10px;font-size:.85rem;font-weight:700;display:flex}.profile-module__skRmGq__listChevron{color:var(--color-ink-subtle);font-size:.9rem}.profile-module__skRmGq__jerseyChip{border-radius:var(--radius-sm);width:30px;height:30px;color:var(--color-accent);background:#f5be1c24;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:800;display:flex}.profile-module__skRmGq__nextEvent{padding:14px;}.profile-module__skRmGq__nextEventTop{letter-spacing:.05em;text-transform:uppercase;color:var(--color-ink-faint);justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.66rem;font-weight:700;display:flex}.profile-module__skRmGq__nextEventTag{color:var(--color-accent)}.profile-module__skRmGq__nextEventMatch{justify-content:space-between;align-items:center;gap:8px;display:flex}.profile-module__skRmGq__nextEventSide{flex-direction:column;flex:1;align-items:center;gap:6px;min-width:0;display:flex}.profile-module__skRmGq__nextEventTeamName{color:var(--color-surface);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.74rem;font-weight:700;overflow:hidden}.profile-module__skRmGq__nextEventCenter{text-align:center;flex-shrink:0;padding:0 4px}.profile-module__skRmGq__nextEventTime{color:var(--color-surface);font-size:.95rem;font-weight:800}.profile-module__skRmGq__nextEventDate{color:var(--color-ink-faint);margin-top:2px;font-size:.66rem}.profile-module__skRmGq__nextEventVenue{color:var(--color-ink-faint);border-top:1px solid #ffffff12;align-items:center;gap:6px;margin-top:12px;padding-top:10px;font-size:.76rem;display:flex}.profile-module__skRmGq__nextEventVenue i{color:var(--color-accent)}.profile-module__skRmGq__eventRow{border-bottom:1px solid #ffffff0f;align-items:center;gap:12px;padding:12px 14px;display:flex}.profile-module__skRmGq__eventRow:last-child{border-bottom:none}.profile-module__skRmGq__eventDate{text-align:center;border-radius:var(--radius-sm);background:#ffffff0a;flex-shrink:0;width:44px;padding:5px 0}.profile-module__skRmGq__eventDateMonth{letter-spacing:.06em;text-transform:uppercase;color:var(--color-accent);font-size:.58rem;font-weight:800}.profile-module__skRmGq__eventDateDay{color:var(--color-surface);font-size:1.1rem;font-weight:800;line-height:1}.profile-module__skRmGq__eventInfo{flex:1;min-width:0}.profile-module__skRmGq__eventName{color:var(--color-surface);white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.profile-module__skRmGq__eventMeta{color:var(--color-ink-faint);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.74rem;overflow:hidden}.profile-module__skRmGq__eventTypePill{text-transform:uppercase;letter-spacing:.03em;color:var(--color-accent);border-radius:var(--radius-pill);background:#f5be1c1f;flex-shrink:0;padding:3px 8px;font-size:.62rem;font-weight:700}.profile-module__skRmGq__eventRowLink{color:inherit;cursor:pointer;text-decoration:none;transition:background .12s}.profile-module__skRmGq__eventRowLink:hover{background:#ffffff08}.profile-module__skRmGq__eventGroup{border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.profile-module__skRmGq__eventGroup:last-child{border-bottom:none}.profile-module__skRmGq__eventGroupBody{flex-direction:column;flex:1;min-width:0;display:flex}.profile-module__skRmGq__eventGroupRow{border-radius:var(--radius-sm);align-items:center;gap:12px;padding:6px 8px;display:flex}.profile-module__skRmGq__eventGroupSub{border-top:1px solid #ffffff0f;margin-top:4px;padding-top:12px}.profile-module__skRmGq__eventChevron{color:var(--color-ink-faint);flex-shrink:0;font-size:.8rem}.profile-module__skRmGq__eventMatch{flex-direction:column;gap:5px;min-width:0;display:flex}.profile-module__skRmGq__eventTeam{align-items:center;gap:8px;min-width:0;display:flex}.profile-module__skRmGq__eventTeamName{min-width:0;color:var(--color-ink-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.84rem;font-weight:600;overflow:hidden}.profile-module__skRmGq__eventScore{color:var(--color-ink-muted);font-variant-numeric:tabular-nums;text-align:right;flex-shrink:0;min-width:1.5em;font-size:.92rem;font-weight:700}.profile-module__skRmGq__eventTeamWin .profile-module__skRmGq__eventTeamName{color:var(--color-surface);font-weight:800}.profile-module__skRmGq__eventTeamWin .profile-module__skRmGq__eventScore{color:var(--color-accent);font-weight:800}.profile-module__skRmGq__nextEventLink{color:inherit;cursor:pointer;text-decoration:none;transition:box-shadow .12s;display:block}.profile-module__skRmGq__nextEventLink:hover{box-shadow:0 0 0 1px #f5be1c59}.profile-module__skRmGq__mediaStrip{flex-direction:column;gap:16px;display:flex}.profile-module__skRmGq__mediaStrip::-webkit-scrollbar{display:none}.profile-module__skRmGq__mediaCard{border-radius:var(--radius-md);background:var(--color-surface-dark-4);width:100%;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff14,0 4px 10px #0006}.profile-module__skRmGq__mediaCardBtn{text-align:left;font:inherit;color:inherit;cursor:pointer;appearance:none;border:none;padding:0;transition:transform .12s,box-shadow .12s;display:block;}.profile-module__skRmGq__mediaCardBtn:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffff1a,0 8px 18px #0000008c}.profile-module__skRmGq__mediaStripScroll{scroll-snap-type:x proximity;scrollbar-width:none;flex-direction:row;gap:12px;padding-bottom:6px;overflow-x:auto}.profile-module__skRmGq__mediaStripScroll::-webkit-scrollbar{display:none}.profile-module__skRmGq__mediaCardScroll{scroll-snap-align:start;flex:0 0 220px;width:auto}.profile-module__skRmGq__mediaMasonry{column-count:2;column-gap:14px}@media (min-width:700px){.profile-module__skRmGq__mediaMasonry{column-count:3}}@media (min-width:1100px){.profile-module__skRmGq__mediaMasonry{column-count:4;column-gap:16px}}.profile-module__skRmGq__mediaCardMasonry{break-inside:avoid;-webkit-column-break-inside:avoid;width:100%;margin:0 0 14px}@media (min-width:1100px){.profile-module__skRmGq__mediaCardMasonry{margin-bottom:16px}}.profile-module__skRmGq__mediaThumbMasonry{color:#ffffffd9;background:var(--color-surface-dark-5);font-size:2rem;display:block;position:relative}.profile-module__skRmGq__mediaThumbMasonry .profile-module__skRmGq__mediaThumbImg{width:100%;height:auto;display:block;position:static}.profile-module__skRmGq__mediaThumbPlaceholder{aspect-ratio:4/3;justify-content:center;align-items:center;display:flex}.profile-module__skRmGq__lightbox{z-index:1000;background:#000000eb;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.profile-module__skRmGq__lightboxContent{flex-direction:column;align-items:center;gap:12px;max-width:min(1100px,96vw);max-height:92vh;display:flex;position:relative}.profile-module__skRmGq__lightboxMedia{object-fit:contain;border-radius:var(--radius-md);background:#000;width:auto;max-width:96vw;height:auto;max-height:74vh;box-shadow:0 20px 60px #0009}.profile-module__skRmGq__lightboxFrame{border-radius:var(--radius-md);background:#fff;border:none;width:min(1100px,96vw);height:82vh}.profile-module__skRmGq__lightboxEmpty{color:var(--color-ink-faint);text-align:center;padding:60px 40px}.profile-module__skRmGq__lightboxCaption{color:var(--color-surface);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;font-size:.85rem;display:flex}.profile-module__skRmGq__lightboxTitle{font-weight:700}.profile-module__skRmGq__lightboxSub{color:var(--color-ink-faint);font-size:.78rem}.profile-module__skRmGq__lightboxOpen{color:var(--color-accent);align-items:center;gap:5px;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.profile-module__skRmGq__lightboxOpen:hover{text-decoration:underline}.profile-module__skRmGq__lightboxDownload{background:var(--color-accent,#fac31c);color:#1b191a;cursor:pointer;touch-action:manipulation;border:0;border-radius:9px;align-items:center;gap:8px;padding:12px 20px;font-family:inherit;font-size:13px;font-weight:800;display:inline-flex}.profile-module__skRmGq__lightboxDownload:hover{filter:brightness(1.06)}.profile-module__skRmGq__lightboxBarNav{color:#fff;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#ffffff29;border:0;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;display:inline-flex}.profile-module__skRmGq__lightboxBarNav:hover{background:#ffffff42}.profile-module__skRmGq__lightboxBarNav:active{background:#ffffff6b}.profile-module__skRmGq__lightboxClose{z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;transition:background .12s;display:flex;position:absolute;top:16px;right:16px}.profile-module__skRmGq__lightboxClose:hover{background:#ffffff3d}.profile-module__skRmGq__lightboxNav{z-index:2;color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.3rem;transition:background .12s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.profile-module__skRmGq__lightboxNav:hover{background:#ffffff3d}.profile-module__skRmGq__lightboxPrev{left:16px}.profile-module__skRmGq__lightboxNext{right:16px}.profile-module__skRmGq__mediaThumb{aspect-ratio:4/3;color:#ffffffd9;background:var(--color-surface-dark-5);justify-content:center;align-items:center;font-size:2rem;display:flex;position:relative}.profile-module__skRmGq__mediaThumbImg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.profile-module__skRmGq__mediaTypeBadge{text-transform:uppercase;letter-spacing:.04em;color:var(--color-surface);border-radius:var(--radius-pill);background:#0000008c;align-items:center;gap:4px;padding:3px 7px;font-size:.6rem;font-weight:700;display:inline-flex;position:absolute;top:8px;left:8px}.profile-module__skRmGq__mediaPlay{color:#ffffffeb;text-shadow:0 2px 8px #00000080;justify-content:center;align-items:center;font-size:2.4rem;display:flex;position:absolute;inset:0}.profile-module__skRmGq__mediaInfo{padding:10px 12px 12px}.profile-module__skRmGq__mediaTitle{color:var(--color-surface);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.profile-module__skRmGq__mediaSub{color:var(--color-ink-faint);margin-top:5px;font-size:.68rem}.profile-module__skRmGq__summaryGrid{flex-direction:column;gap:12px;display:flex}.profile-module__skRmGq__summaryCard{border-radius:var(--radius-card);padding:14px 16px;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.profile-module__skRmGq__summaryYellow{background:linear-gradient(180deg, var(--color-accent-legacy) 0%, #f2d600 100%);color:#161616}.profile-module__skRmGq__summaryYellow .profile-module__skRmGq__summarySub{color:#0009}.profile-module__skRmGq__summaryDark{background:linear-gradient(180deg, var(--color-page) 0%, #000 100%);color:var(--color-surface)}.profile-module__skRmGq__summaryDark .profile-module__skRmGq__summarySub{color:var(--color-ink-faint)}.profile-module__skRmGq__summarySub{letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px;font-size:.66rem;font-weight:700}.profile-module__skRmGq__summaryBody{white-space:pre-wrap;margin:0;font-size:.88rem;line-height:1.45}.profile-module__skRmGq__socialBar{background:linear-gradient(90deg, var(--color-accent-legacy), #f2d600);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:center;align-items:center;gap:18px;padding:12px;display:flex;box-shadow:inset 0 1px 1px #ffffff4d,0 4px 8px #0000004d}.profile-module__skRmGq__socialLink{color:#161616;font-size:1.7rem;transition:transform .15s,opacity .15s;display:inline-flex}.profile-module__skRmGq__socialLink:hover{opacity:.75;transform:translateY(-1px)}.profile-module__skRmGq__avatar{color:#fffffff2;text-shadow:0 1px 2px #0000004d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex;overflow:hidden}.profile-module__skRmGq__avatar img{object-fit:cover;width:100%;height:100%}.profile-module__skRmGq__logoBox{border-radius:var(--radius-sm);color:#fffffff2;text-shadow:0 1px 2px #0000004d;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex;overflow:hidden}.profile-module__skRmGq__logoBox img{object-fit:contain;width:100%;height:100%}.profile-module__skRmGq__sportIcon{width:26px;height:26px;color:var(--color-accent);background:#ffffff0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:flex}.profile-module__skRmGq__note{color:var(--color-ink-faint);font-size:.78rem;line-height:1.4}@media (min-width:768px){.profile-module__skRmGq__frame{grid-template-rows:auto auto auto 1fr;grid-template-columns:232px minmax(0,1fr);align-items:start;column-gap:0;max-width:none;display:grid}.profile-module__skRmGq__header{grid-area:1/1/auto/-1;height:60px;padding:0 24px}.profile-module__skRmGq__headerTitle{font-size:1.05rem}.profile-module__skRmGq__hero{grid-area:2/1/auto/-1;padding:26px 30px 28px}.profile-module__skRmGq__heroInner{gap:22px}.profile-module__skRmGq__heroPhoto{width:104px;height:104px}.profile-module__skRmGq__heroForename{font-size:1.5rem}.profile-module__skRmGq__heroSurname{font-size:2.5rem}.profile-module__skRmGq__heroOrgName{font-size:2.1rem}.profile-module__skRmGq__heroWatermark{font-size:220px}.profile-module__skRmGq__banner{grid-area:3/1/auto/-1;padding:16px 30px 0}.profile-module__skRmGq__tabBar{background:0 0;border-bottom:none;border-right:1px solid #ffffff12;flex-direction:column;grid-area:4/1;align-self:start;gap:2px;padding:18px 12px 18px 18px;position:sticky;top:0;overflow:visible}.profile-module__skRmGq__tab{text-align:left;border-radius:var(--radius-sm);width:100%;padding:11px 14px;font-size:.94rem}.profile-module__skRmGq__tab:hover{background:#ffffff0a}.profile-module__skRmGq__tabActive{background:#ffffff0f}.profile-module__skRmGq__tabActive:after{border-radius:0 2px 2px 0;width:3px;height:auto;inset:9px auto 9px 0}.profile-module__skRmGq__panel{grid-area:4/2;gap:26px;padding:24px 30px 56px}.profile-module__skRmGq__panelImmersive{grid-column:1/-1}}@media (min-width:1280px){.profile-module__skRmGq__frame{grid-template-columns:248px minmax(0,1fr)}}.profile-module__skRmGq__linkIconRow{flex-wrap:wrap;gap:10px;display:flex}.profile-module__skRmGq__linkIconTile{border-radius:var(--radius-md);background:var(--color-surface-dark-4);width:52px;height:52px;color:var(--color-accent);justify-content:center;align-items:center;font-size:22px;text-decoration:none;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:inset 0 1px 1px #ffffff14,0 3px 6px #00000059}.profile-module__skRmGq__linkIconTile:hover{transform:translateY(-2px);box-shadow:inset 0 1px 1px #ffffff1f,0 6px 10px #00000073}.profile-module__skRmGq__linkIconTile img{object-fit:contain;border-radius:6px;width:32px;height:32px}.profile-module__skRmGq__overviewGrid{display:block}.profile-module__skRmGq__overviewColLeft,.profile-module__skRmGq__overviewColRight{flex-direction:column;gap:30px;display:flex}.profile-module__skRmGq__overviewSponsorsFull{margin-top:8px;display:block}.profile-module__skRmGq__bannerCenter{max-width:760px;margin:0 auto 16px}.profile-module__skRmGq__sponsorGridPhoneHide{display:block}.profile-module__skRmGq__viewAllPhoneOnly{justify-content:center;margin-top:4px;display:none}@media (max-width:576px){.profile-module__skRmGq__sponsorGridPhoneHide{display:none}.profile-module__skRmGq__viewAllPhoneOnly{display:flex}}.profile-module__skRmGq__bannerBesideDesktop{display:none}@media (min-width:1200px){.profile-module__skRmGq__bannerBesideDesktop{align-self:center;width:100%;display:block}.profile-module__skRmGq__bannerBottomHideDesktop{display:none}.profile-module__skRmGq__overviewGrid{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:30px;display:grid}.profile-module__skRmGq__overviewColLeft,.profile-module__skRmGq__overviewColRight{min-width:0}}
.EventMyTeamTab-module__uGEx0W__wrap{flex-direction:column;gap:12px;min-width:0;display:flex}.EventMyTeamTab-module__uGEx0W__note{color:#9a9a9a;font-size:14px}.EventMyTeamTab-module__uGEx0W__error{color:#ff8a80;font-size:13.5px}.EventMyTeamTab-module__uGEx0W__picker{flex-wrap:wrap;gap:8px;display:flex}.EventMyTeamTab-module__uGEx0W__pick{color:#cfcfcf;font:inherit;cursor:pointer;background:#1c1c1c;border:1px solid #303030;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:6px 14px 6px 6px;font-size:12.5px;font-weight:700;transition:color .16s cubic-bezier(.23,1,.32,1),border-color .16s cubic-bezier(.23,1,.32,1);display:inline-flex}.EventMyTeamTab-module__uGEx0W__pick:hover{color:#fff;border-color:#4a4a4a}.EventMyTeamTab-module__uGEx0W__pickActive{border-color:var(--color-accent,#f5be1c);color:#f2f2f2;background:#f5be1c14}.EventMyTeamTab-module__uGEx0W__pickLogo,.EventMyTeamTab-module__uGEx0W__pickLogoFallback{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.EventMyTeamTab-module__uGEx0W__pickLogoFallback{color:#8f8f8f;background:#242424;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.EventMyTeamTab-module__uGEx0W__empty{background:#1a1a1a;border:1px solid #2e2e2e;border-radius:12px;align-items:flex-start;gap:14px;max-width:560px;padding:20px 22px;display:flex}.EventMyTeamTab-module__uGEx0W__empty>i{color:#6f6f6f;font-size:24px}.EventMyTeamTab-module__uGEx0W__emptyTitle{color:#ededed;font-size:15px;font-weight:800}.EventMyTeamTab-module__uGEx0W__emptyHint{color:#9a9a9a;margin:4px 0 0;font-size:12.5px;line-height:1.5}
.PlayerPerformanceStats-module__BKH5na__section{flex-direction:column;gap:14px;display:flex}.PlayerPerformanceStats-module__BKH5na__title{color:var(--color-surface);margin:0 0 0 4px;font-size:1.05rem;font-weight:700}
.PlayerGameStats-module__zNpwpW__section{flex-direction:column;gap:14px;display:flex}.PlayerGameStats-module__zNpwpW__title{color:var(--color-surface);margin:0 0 0 4px;font-size:1.05rem;font-weight:700}
