.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}
.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}}
.PostList-module__cowLkW__root{flex-direction:column;gap:12px;display:flex}.PostList-module__cowLkW__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.PostList-module__cowLkW__list{flex-direction:column;gap:12px;display:flex}.PostList-module__cowLkW__empty{background:var(--color-surface-dark-3,#1b1b1b);border:1px dashed var(--color-surface-dark-4,#333);color:#a0a0a0;text-align:center;border-radius:12px;padding:32px 24px;font-size:14px}.PostList-module__cowLkW__empty i{color:var(--color-accent,#fac31c);margin-right:8px}.PostList-module__cowLkW__error{color:#ff8a8a;background:#dc35451f;border:1px solid #dc354566;border-radius:8px;padding:12px 14px;font-size:13px}.PostList-module__cowLkW__error i{margin-right:6px}
.CreatePostModal-module__XVZ6nG__backdrop{z-index:1050;background:#0000008c;justify-content:center;align-items:flex-start;padding:32px 16px;display:flex;position:fixed;inset:0;overflow-y:auto}.CreatePostModal-module__XVZ6nG__dialog{background:var(--color-surface-dark-2,#161616);color:var(--color-ink-on-dark,#fff);border:1px solid #2a2a2a;border-radius:12px;flex-direction:column;width:100%;max-width:640px;max-height:calc(100vh - 64px);display:flex;position:relative;box-shadow:0 25px 60px #0009}.CreatePostModal-module__XVZ6nG__header{border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.CreatePostModal-module__XVZ6nG__title{color:#fff;margin:0;font-size:18px;font-weight:700}.CreatePostModal-module__XVZ6nG__eventCrumb{color:#a0a0a0;margin-left:4px;font-weight:500}.CreatePostModal-module__XVZ6nG__closeBtn{opacity:.7;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:14px;border:0;border-radius:6px;width:32px;height:32px}.CreatePostModal-module__XVZ6nG__closeBtn:hover{opacity:1}.CreatePostModal-module__XVZ6nG__closeBtn:disabled{cursor:not-allowed;opacity:.3}.CreatePostModal-module__XVZ6nG__body{flex-direction:column;flex:1;gap:16px;padding:18px 22px;display:flex;overflow-y:auto}.CreatePostModal-module__XVZ6nG__errorBanner{color:#ff8a8a;background:#dc35451f;border:1px solid #dc354566;border-radius:6px;padding:10px 14px;font-size:13px}.CreatePostModal-module__XVZ6nG__dropzone{background:var(--color-surface-dark-4,#1c1c1c);color:silver;cursor:pointer;font:inherit;border:2px dashed #333;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:40px 24px;transition:border-color .15s,background .15s;display:flex}.CreatePostModal-module__XVZ6nG__dropzone:hover:not(:disabled){border-color:var(--color-accent,#fac31c);color:#f5f5f5;background:#fac31c0a}.CreatePostModal-module__XVZ6nG__dropzone:disabled{opacity:.5;cursor:not-allowed}.CreatePostModal-module__XVZ6nG__dropzone i{color:var(--color-accent,#fac31c);font-size:40px}.CreatePostModal-module__XVZ6nG__dropzoneTitle{color:#f5f5f5;font-size:14px;font-weight:700}.CreatePostModal-module__XVZ6nG__dropzoneHint{color:#888;font-size:12px}.CreatePostModal-module__XVZ6nG__preview{flex-direction:column;align-items:stretch;gap:8px;display:flex}.CreatePostModal-module__XVZ6nG__previewMedia{object-fit:contain;background:#000;border-radius:10px;width:100%;max-height:360px}.CreatePostModal-module__XVZ6nG__previewSwap{color:silver;font:inherit;cursor:pointer;background:0 0;border:1px solid #333;border-radius:8px;align-self:flex-start;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.CreatePostModal-module__XVZ6nG__previewSwap:hover:not(:disabled){border-color:var(--color-accent,#fac31c);color:var(--color-accent,#fac31c)}.CreatePostModal-module__XVZ6nG__hiddenInput{display:none}.CreatePostModal-module__XVZ6nG__field{flex-direction:column;gap:6px;display:flex}.CreatePostModal-module__XVZ6nG__label{color:var(--color-accent,#fac31c);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.CreatePostModal-module__XVZ6nG__textarea{background:var(--color-surface-dark-4,#1c1c1c);color:#fff;resize:vertical;border:1px solid #2a2a2a;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.CreatePostModal-module__XVZ6nG__textarea:focus{border-color:var(--color-accent,#fac31c)}.CreatePostModal-module__XVZ6nG__charCount{color:#888;align-self:flex-end;font-size:11px}.CreatePostModal-module__XVZ6nG__footer{background:var(--color-surface-dark-4,#1c1c1c);border-top:1px solid #2a2a2a;justify-content:flex-end;align-items:center;gap:10px;padding:14px 22px;display:flex}.CreatePostModal-module__XVZ6nG__btnPrimary,.CreatePostModal-module__XVZ6nG__btnSecondary{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:700}.CreatePostModal-module__XVZ6nG__btnPrimary{background:var(--color-accent,#fac31c);color:#000}.CreatePostModal-module__XVZ6nG__btnPrimary:disabled{color:#888;cursor:not-allowed;background:#444}.CreatePostModal-module__XVZ6nG__btnSecondary{color:#fff;background:0 0;border-color:#444}.CreatePostModal-module__XVZ6nG__btnSecondary:hover:not(:disabled){border-color:#777}.CreatePostModal-module__XVZ6nG__btnSecondary:disabled{opacity:.5;cursor:not-allowed}
.EventNewsfeedTab-module__0dUZ7a__root{flex-direction:column;gap:12px;display:flex}.EventNewsfeedTab-module__0dUZ7a__newPostBtn{background:var(--color-accent,#fac31c);color:#000;font:inherit;cursor:pointer;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex}.EventNewsfeedTab-module__0dUZ7a__newPostBtn:hover{filter:brightness(1.05)}.EventNewsfeedTab-module__0dUZ7a__newPostBtn i{font-size:15px;line-height:1}
.compareTeams-module__5tejKW__root{flex-direction:column;gap:16px;display:flex}.compareTeams-module__5tejKW__card{background:var(--color-surface-dark-2);border-radius:var(--radius-card,12px);border:1px solid #2a2a2a;overflow:visible}.compareTeams-module__5tejKW__head{border-bottom:1px solid #2a2a2a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.compareTeams-module__5tejKW__tabsBar{align-items:stretch;display:flex}.compareTeams-module__5tejKW__tab{color:#777;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:12px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:color .15s}.compareTeams-module__5tejKW__tab:hover{color:var(--color-surface)}.compareTeams-module__5tejKW__tabActive{color:var(--color-accent);border-bottom-color:var(--color-accent)}.compareTeams-module__5tejKW__toggle{background:var(--color-surface-dark-4,#1e1e1e);border:1px solid #2a2a2a;border-radius:8px;gap:2px;margin-right:14px;padding:3px;display:inline-flex}.compareTeams-module__5tejKW__toggleBtn{color:#999;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:700;transition:background .15s,color .15s}.compareTeams-module__5tejKW__toggleBtnActive{background:var(--color-accent);color:#111}.compareTeams-module__5tejKW__body{padding:20px}.compareTeams-module__5tejKW__controls{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}.compareTeams-module__5tejKW__vsLabel{color:#777;font-size:13px;font-weight:700}.compareTeams-module__5tejKW__seasonSelect{background:var(--color-surface-dark-4,#1e1e1e);color:#e8e8e8;cursor:pointer;border:1px solid #2a2a2a;border-radius:8px;padding:9px 12px;font-family:inherit;font-size:13px}.compareTeams-module__5tejKW__seasonSelect:focus{border-color:var(--color-accent);outline:none}.compareTeams-module__5tejKW__picker{flex:1;min-width:220px;max-width:320px;position:relative}.compareTeams-module__5tejKW__pickerInput{background:var(--color-surface-dark-4,#1e1e1e);color:#f5f5f5;border:1px solid #2a2a2a;border-radius:8px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px}.compareTeams-module__5tejKW__pickerInput:focus{border-color:var(--color-accent);outline:none}.compareTeams-module__5tejKW__pickerInput::placeholder{color:#777}.compareTeams-module__5tejKW__pickerSelected{background:var(--color-surface-dark-4,#1e1e1e);cursor:pointer;border:1px solid #f5be1c66;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:9px 12px;display:flex}.compareTeams-module__5tejKW__pickerSelectedName{color:#f5f5f5;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.compareTeams-module__5tejKW__pickerClear{color:#888;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:14px}.compareTeams-module__5tejKW__pickerClear:hover{color:var(--color-accent)}.compareTeams-module__5tejKW__dropdown{z-index:100;background:var(--color-surface-dark-3,#1a1a1a);max-height:280px;box-shadow:var(--shadow-modal,0 20px 40px #0000004d);border:1px solid #2a2a2a;border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.compareTeams-module__5tejKW__dropdownItem{text-align:left;color:#e8e8e8;cursor:pointer;background:0 0;border:none;width:100%;padding:9px 12px;font-family:inherit;font-size:13px;display:block}.compareTeams-module__5tejKW__dropdownItem:hover{background:var(--color-surface-dark-5,#242424);color:#fff}.compareTeams-module__5tejKW__dropdownEmpty{color:#777;padding:10px 12px;font-size:13px}.compareTeams-module__5tejKW__teamHeads{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin-bottom:20px;display:grid}.compareTeams-module__5tejKW__teamHead{background:var(--color-surface-dark-4,#1e1e1e);border-radius:var(--radius-md,10px);border:1px solid #2a2a2a;align-items:center;gap:12px;min-width:0;padding:14px;display:flex}.compareTeams-module__5tejKW__teamHeadRight{text-align:right;flex-direction:row-reverse}.compareTeams-module__5tejKW__teamLogo{object-fit:contain;background:var(--color-surface-dark-5,#242424);border-radius:8px;flex-shrink:0;width:44px;height:44px}.compareTeams-module__5tejKW__teamHeadText{min-width:0}.compareTeams-module__5tejKW__teamName{color:#f5f5f5;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;line-height:1.2;overflow:hidden}.compareTeams-module__5tejKW__teamMeta{color:#9a9a9a;margin-top:2px;font-size:12px}.compareTeams-module__5tejKW__teamRecord{color:var(--color-accent);font-weight:700}.compareTeams-module__5tejKW__vsPill{color:#777;font-size:13px;font-weight:800}.compareTeams-module__5tejKW__totGroupLabel{text-transform:uppercase;letter-spacing:.6px;color:#777;margin:18px 0 8px;font-size:11px;font-weight:700}.compareTeams-module__5tejKW__totRow{border-bottom:1px solid #ffffff0d;grid-template-columns:1fr 96px 1fr;align-items:center;gap:8px;padding:9px 0;display:grid}.compareTeams-module__5tejKW__totVal{color:#c8c8c8;font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.compareTeams-module__5tejKW__totValA{text-align:right}.compareTeams-module__5tejKW__totValB{text-align:left}.compareTeams-module__5tejKW__totWin{color:var(--color-accent)}.compareTeams-module__5tejKW__totLabel{text-align:center;text-transform:uppercase;letter-spacing:.5px;color:#888;font-size:11px;font-weight:700}.compareTeams-module__5tejKW__boardsLabel{text-transform:uppercase;letter-spacing:.6px;color:#777;margin:18px 0 10px;font-size:11px;font-weight:700}.compareTeams-module__5tejKW__boardsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;display:grid}.compareTeams-module__5tejKW__board{background:var(--color-surface-dark-4,#1e1e1e);border-radius:var(--radius-md,10px);border:1px solid #2a2a2a;overflow:hidden}.compareTeams-module__5tejKW__boardHead{border-bottom:1px solid #2a2a2a;justify-content:space-between;align-items:baseline;gap:8px;padding:10px 12px;display:flex}.compareTeams-module__5tejKW__boardTitle{color:#f5f5f5;font-size:13px;font-weight:700}.compareTeams-module__5tejKW__boardNote{color:#777;text-transform:uppercase;letter-spacing:.4px;font-size:10px}.compareTeams-module__5tejKW__boardRow{color:inherit;grid-template-columns:20px 26px 1fr auto;align-items:center;gap:10px;padding:8px 12px;text-decoration:none;display:grid}.compareTeams-module__5tejKW__boardRow+.compareTeams-module__5tejKW__boardRow{border-top:1px solid #ffffff0a}.compareTeams-module__5tejKW__boardRowLink{cursor:pointer}.compareTeams-module__5tejKW__boardRowLink:hover{background:var(--color-surface-dark-5,#242424)}.compareTeams-module__5tejKW__boardRowFaded{opacity:.5}.compareTeams-module__5tejKW__rank{color:#888;text-align:center;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.compareTeams-module__5tejKW__rank1{color:var(--color-accent)}.compareTeams-module__5tejKW__avatar,.compareTeams-module__5tejKW__avatarFallback{object-fit:cover;background:var(--color-surface-dark-5,#242424);border-radius:50%;flex-shrink:0;width:26px;height:26px}.compareTeams-module__5tejKW__avatarFallback{color:var(--color-accent);justify-content:center;align-items:center;font-size:9px;font-weight:700;display:inline-flex}.compareTeams-module__5tejKW__pname{color:#e8e8e8;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.compareTeams-module__5tejKW__pjersey{color:#777;font-size:11px;font-weight:600}.compareTeams-module__5tejKW__pval{color:#f5f5f5;font-variant-numeric:tabular-nums;font-size:14px;font-weight:800}.compareTeams-module__5tejKW__empty{text-align:center;color:#666;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;font-size:13px;display:flex}.compareTeams-module__5tejKW__empty i{color:#444;font-size:28px}.compareTeams-module__5tejKW__placeholder{color:#777;text-align:center;padding:40px 16px;font-size:14px}@media (max-width:640px){.compareTeams-module__5tejKW__teamHeads{grid-template-columns:1fr}.compareTeams-module__5tejKW__teamHeadRight{text-align:left;flex-direction:row}.compareTeams-module__5tejKW__vsPill{display:none}.compareTeams-module__5tejKW__body{padding:14px}.compareTeams-module__5tejKW__tab{padding:12px 14px}}
.UploadDataModal-module__Me9BBa__backdrop{z-index:1000;background:#00000080;justify-content:flex-end;animation:.15s ease-out UploadDataModal-module__Me9BBa__fade;display:flex;position:fixed;inset:0}@keyframes UploadDataModal-module__Me9BBa__fade{0%{opacity:0}to{opacity:1}}.UploadDataModal-module__Me9BBa__drawer{background:var(--color-surface-dark-2,#161616);border-left:1px solid #2a2a2a;flex-direction:column;width:560px;max-width:100vw;height:100%;transition:width .2s;animation:.22s cubic-bezier(.4,0,.2,1) UploadDataModal-module__Me9BBa__slide;display:flex;box-shadow:-12px 0 40px #00000080}.UploadDataModal-module__Me9BBa__drawerWide{width:calc(100vw - 40px);max-width:100vw}@media (max-width:768px){.UploadDataModal-module__Me9BBa__drawerWide{width:100vw}}@keyframes UploadDataModal-module__Me9BBa__slide{0%{opacity:.4;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.UploadDataModal-module__Me9BBa__header{border-bottom:1px solid #2a2a2a;flex-shrink:0;align-items:center;gap:10px;padding:16px 20px;display:flex}.UploadDataModal-module__Me9BBa__title{color:#fff;flex:1;margin:0;font-size:17px;font-weight:700}.UploadDataModal-module__Me9BBa__titleIcon{object-fit:cover;color:#f5be1c;background:#2a2a2a;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;display:inline-flex}.UploadDataModal-module__Me9BBa__back{color:#9a9aa2;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-family:inherit;font-size:14px;display:inline-flex}.UploadDataModal-module__Me9BBa__back:hover{color:#fff;background:#ffffff0f}.UploadDataModal-module__Me9BBa__close{color:#9a9aa2;cursor:pointer;background:0 0;border:none;border-radius:8px;width:32px;height:32px;font-size:22px;line-height:1}.UploadDataModal-module__Me9BBa__close:hover{color:#fff;background:#ffffff14}.UploadDataModal-module__Me9BBa__body{flex:1;padding:18px 20px;overflow-y:auto}.UploadDataModal-module__Me9BBa__sub{color:#9a9aa2;margin:0 0 14px;font-size:13px}.UploadDataModal-module__Me9BBa__catGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.UploadDataModal-module__Me9BBa__catBtn{text-align:left;background:var(--color-surface-dark-3,#1c1c1c);color:#ededed;cursor:pointer;border:1px solid #2f2f2f;border-radius:10px;align-items:center;gap:12px;padding:14px;font-family:inherit;transition:border-color .15s,background .15s;display:flex}.UploadDataModal-module__Me9BBa__catBtn:hover{border-color:var(--color-accent,#f5be1c);background:#222}.UploadDataModal-module__Me9BBa__catIcon{object-fit:cover;color:#f5be1c;background:#2a2a2a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:inline-flex}.UploadDataModal-module__Me9BBa__catName{font-size:14px;font-weight:600}.UploadDataModal-module__Me9BBa__catMeta{color:#888;margin-top:2px;font-size:11px}.UploadDataModal-module__Me9BBa__dropzone{text-align:center;color:#9a9aa2;border:1px dashed #3a3a3a;border-radius:10px;margin-bottom:14px;padding:26px}.UploadDataModal-module__Me9BBa__dropzone.UploadDataModal-module__Me9BBa__drag{border-color:var(--color-accent,#f5be1c);background:#f5be1c0d}.UploadDataModal-module__Me9BBa__chipRow{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.UploadDataModal-module__Me9BBa__chip{color:#cfcfcf;background:#232323;border:1px solid #333;border-radius:999px;padding:4px 10px;font-size:12px}.UploadDataModal-module__Me9BBa__sectionLabel{text-transform:uppercase;letter-spacing:.05em;color:#9a9aa2;margin:10px 0 6px;font-size:12px;font-weight:700}.UploadDataModal-module__Me9BBa__table{border-collapse:collapse;width:100%;font-size:12px}.UploadDataModal-module__Me9BBa__table th,.UploadDataModal-module__Me9BBa__table td{text-align:right;white-space:nowrap;border-bottom:1px solid #ffffff0f;padding:6px 8px}.UploadDataModal-module__Me9BBa__table th{color:#9a9aa2;text-transform:uppercase;font-size:10px;font-weight:700}.UploadDataModal-module__Me9BBa__table th:first-child,.UploadDataModal-module__Me9BBa__table td:first-child,.UploadDataModal-module__Me9BBa__table th:nth-child(2),.UploadDataModal-module__Me9BBa__table td:nth-child(2),.UploadDataModal-module__Me9BBa__table th:nth-child(3),.UploadDataModal-module__Me9BBa__table td:nth-child(3){text-align:left}.UploadDataModal-module__Me9BBa__previewScroll{border:1px solid #2a2a2a;border-radius:8px;margin-top:6px;overflow-x:auto}.UploadDataModal-module__Me9BBa__previewScroll .UploadDataModal-module__Me9BBa__table th{background:var(--color-surface-dark-3,#1c1c1c);z-index:1;position:sticky;top:0}.UploadDataModal-module__Me9BBa__rowUnmatched td{color:#7a7a7a}.UploadDataModal-module__Me9BBa__noMatch{color:#f0a83c;font-size:11px;font-weight:600}.UploadDataModal-module__Me9BBa__warn{color:#f0a83c;background:#f0a83c14;border:1px solid #f0a83c4d;border-radius:8px;margin:8px 0;padding:8px 12px;font-size:13px}.UploadDataModal-module__Me9BBa__error{color:#ff7a7a;background:#ff5e7a14;border:1px solid #ff5e7a4d;border-radius:8px;margin:8px 0;padding:8px 12px;font-size:13px}.UploadDataModal-module__Me9BBa__ok{color:#5fd07a;background:#5fd07a14;border:1px solid #5fd07a4d;border-radius:8px;margin:8px 0;padding:8px 12px;font-size:13px}.UploadDataModal-module__Me9BBa__matchBox{color:var(--color-ink-on-dark,#f2f2f2);background:var(--color-surface-dark-4,#1c1c1c);border:1px solid #2a2a2a;border-radius:8px;flex-direction:column;gap:4px;margin:8px 0;padding:10px 12px;font-size:13px;display:flex}.UploadDataModal-module__Me9BBa__note{color:#9a9aa2;background:#ffffff08;border:1px solid #2a2a2a;border-radius:8px;align-items:flex-start;gap:8px;margin:0 0 14px;padding:8px 12px;font-size:11px;line-height:1.45;display:flex}.UploadDataModal-module__Me9BBa__note span{font-size:11px}.UploadDataModal-module__Me9BBa__note i{color:var(--color-accent,#f5be1c);flex-shrink:0;margin-top:1px;font-size:12px}.UploadDataModal-module__Me9BBa__matchBox strong{color:var(--color-accent,#f5be1c)}.UploadDataModal-module__Me9BBa__matchList{flex-direction:column;gap:6px;max-height:280px;margin:8px 0 4px;display:flex;overflow-y:auto}.UploadDataModal-module__Me9BBa__matchRow{align-items:center;gap:8px;display:flex}.UploadDataModal-module__Me9BBa__matchPlayer{flex:0 0 42%;min-width:0}.UploadDataModal-module__Me9BBa__matchPlayerName{color:#f2f2f2;text-overflow:ellipsis;white-space:nowrap;font-weight:600;display:block;overflow:hidden}.UploadDataModal-module__Me9BBa__matchPlayerRows{color:#8a8a92;font-size:11px}.UploadDataModal-module__Me9BBa__matchSelect{color:#ededed;min-width:0;font:inherit;background:#161616;border:1px solid #34343a;border-radius:7px;flex:1;padding:7px 9px;font-size:13px}.UploadDataModal-module__Me9BBa__matchSelect:focus{border-color:var(--color-accent,#f5be1c);outline:none}.UploadDataModal-module__Me9BBa__footer{border-top:1px solid #2a2a2a;flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex}.UploadDataModal-module__Me9BBa__formRow{flex-wrap:wrap;gap:12px;margin-bottom:14px;display:flex}.UploadDataModal-module__Me9BBa__field{flex-direction:column;gap:4px;display:flex}.UploadDataModal-module__Me9BBa__fieldLabel{text-transform:uppercase;letter-spacing:.04em;color:#9a9aa2;font-size:11px;font-weight:700}.UploadDataModal-module__Me9BBa__input{color:#ededed;background:#1c1c1c;border:1px solid #34343a;border-radius:8px;padding:7px 10px;font-family:inherit;font-size:13px}.UploadDataModal-module__Me9BBa__btnPrimary{background:var(--color-accent,#f5be1c);color:#1b191a;cursor:pointer;border:none;border-radius:8px;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:700}.UploadDataModal-module__Me9BBa__btnPrimary:disabled{opacity:.5;cursor:default}.UploadDataModal-module__Me9BBa__btnSecondary{color:#ededed;cursor:pointer;background:0 0;border:1px solid #34343a;border-radius:8px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:600}
.EventUploadTab-module__ZlgOWa__root{flex-direction:column;gap:16px;display:flex}.EventUploadTab-module__ZlgOWa__notSupported{background:var(--color-surface-dark-3,#1b1b1b);border:1px dashed var(--color-surface-dark-4,#333);color:#a0a0a0;border-radius:12px;align-items:flex-start;gap:16px;padding:24px;display:flex}.EventUploadTab-module__ZlgOWa__notSupported i{color:var(--color-accent,#fac31c);flex-shrink:0;margin-top:2px;font-size:24px}.EventUploadTab-module__ZlgOWa__notSupportedTitle{color:#f5f5f5;margin-bottom:4px;font-size:15px;font-weight:700}.EventUploadTab-module__ZlgOWa__notSupportedHint{color:#a0a0a0;font-size:13px;line-height:1.5}.EventUploadTab-module__ZlgOWa__card{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);border-radius:14px;flex-direction:column;gap:16px;padding:20px;display:flex}.EventUploadTab-module__ZlgOWa__header{align-items:flex-start;gap:14px;display:flex}.EventUploadTab-module__ZlgOWa__header>i{color:var(--color-accent,#fac31c);flex-shrink:0;font-size:28px}.EventUploadTab-module__ZlgOWa__title{color:#f5f5f5;margin:0;font-size:16px;font-weight:700}.EventUploadTab-module__ZlgOWa__subtitle{color:#a0a0a0;margin:4px 0 0;font-size:13px;line-height:1.5}.EventUploadTab-module__ZlgOWa__errorBanner{color:#ff8a8a;background:#dc35451f;border:1px solid #dc354566;border-radius:6px;padding:10px 14px;font-size:13px}.EventUploadTab-module__ZlgOWa__successBanner{color:#6ee7a3;background:#22c55e1f;border:1px solid #22c55e66;border-radius:6px;padding:10px 14px;font-size:13px}.EventUploadTab-module__ZlgOWa__successBanner i{margin-right:6px}.EventUploadTab-module__ZlgOWa__field{flex-direction:column;gap:10px;display:flex}.EventUploadTab-module__ZlgOWa__label{color:var(--color-accent,#fac31c);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:700}.EventUploadTab-module__ZlgOWa__dropzone{background:var(--color-surface-dark-4,#1c1c1c);color:silver;cursor:pointer;font:inherit;border:2px dashed #333;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:22px 24px;font-size:13px;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.EventUploadTab-module__ZlgOWa__dropzone:hover:not(:disabled){border-color:var(--color-accent,#fac31c);color:#f5f5f5;background:#fac31c0a}.EventUploadTab-module__ZlgOWa__dropzone:disabled{opacity:.5;cursor:not-allowed}.EventUploadTab-module__ZlgOWa__dropzone i{color:var(--color-accent,#fac31c);font-size:22px}.EventUploadTab-module__ZlgOWa__fileRow{background:var(--color-surface-dark-4,#1c1c1c);border:1px solid #2a2a2a;border-radius:8px;align-items:center;gap:12px;padding:12px 14px;display:flex}.EventUploadTab-module__ZlgOWa__fileRow>i{color:var(--color-accent,#fac31c);font-size:22px}.EventUploadTab-module__ZlgOWa__fileMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.EventUploadTab-module__ZlgOWa__fileName{color:#f5f5f5;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.EventUploadTab-module__ZlgOWa__fileSize{color:#888;font-size:11px}.EventUploadTab-module__ZlgOWa__linkBtn{color:var(--color-accent,#fac31c);font:inherit;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:0 0;border:0;font-size:12px;font-weight:700}.EventUploadTab-module__ZlgOWa__linkBtn:disabled{opacity:.5;cursor:not-allowed}.EventUploadTab-module__ZlgOWa__hiddenInput{display:none}.EventUploadTab-module__ZlgOWa__teamRow{flex-wrap:wrap;gap:10px;display:flex}.EventUploadTab-module__ZlgOWa__teamBtn{background:var(--color-surface-dark-4,#1c1c1c);color:#e8e8e8;font:inherit;cursor:pointer;border:1px solid #2a2a2a;border-radius:8px;flex:200px;justify-content:center;align-items:center;gap:10px;padding:12px 16px;font-size:13px;font-weight:600;display:inline-flex}.EventUploadTab-module__ZlgOWa__teamBtn:hover:not(:disabled){border-color:#fac31c80}.EventUploadTab-module__ZlgOWa__teamBtnActive{background:var(--color-accent,#fac31c);border-color:var(--color-accent,#fac31c);color:#000}.EventUploadTab-module__ZlgOWa__teamLogo{object-fit:contain;background:#ffffff0a;border-radius:4px;width:22px;height:22px}.EventUploadTab-module__ZlgOWa__footer{justify-content:flex-end;display:flex}.EventUploadTab-module__ZlgOWa__btnPrimary{background:var(--color-accent,#fac31c);color:#000;font:inherit;cursor:pointer;border:0;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:700}.EventUploadTab-module__ZlgOWa__btnPrimary:disabled{color:#888;cursor:not-allowed;background:#444}
.EventGamesTab-module__c50aeq__list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.EventGamesTab-module__c50aeq__row{background:var(--color-surface-dark-3,#1b1b1b);border:1px solid var(--color-surface-dark-4,#2a2a2a);border-radius:10px;transition:border-color .15s,background .15s;overflow:hidden}.EventGamesTab-module__c50aeq__row:hover{background:#fac31c0a;border-color:#fac31c80}.EventGamesTab-module__c50aeq__rowLink{color:inherit;grid-template-columns:64px 1fr auto auto;align-items:center;gap:16px;padding:12px 14px;text-decoration:none;display:grid}.EventGamesTab-module__c50aeq__dateCol{background:var(--color-surface-dark-4,#1c1c1c);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;padding:6px 0;display:flex}.EventGamesTab-module__c50aeq__dateMonth{color:var(--color-accent,#fac31c);letter-spacing:.6px;font-size:10px;font-weight:700}.EventGamesTab-module__c50aeq__dateDay{color:#f5f5f5;font-size:20px;font-weight:800;line-height:1.1}.EventGamesTab-module__c50aeq__matchupCol{align-items:center;gap:10px;min-width:0;display:flex}.EventGamesTab-module__c50aeq__atSign{color:#888;text-transform:lowercase;letter-spacing:.5px;font-size:12px;font-weight:700}.EventGamesTab-module__c50aeq__side{align-items:center;gap:6px;min-width:0;display:flex}.EventGamesTab-module__c50aeq__sideLogo,.EventGamesTab-module__c50aeq__sideLogoFallback{object-fit:contain;background:#ffffff0a;border-radius:4px;flex-shrink:0;width:26px;height:26px}.EventGamesTab-module__c50aeq__sideName{color:#e8e8e8;text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:13px;font-weight:600;overflow:hidden}.EventGamesTab-module__c50aeq__sideScore{color:var(--color-accent,#fac31c);margin-left:4px;font-size:14px;font-weight:800}.EventGamesTab-module__c50aeq__timeCol{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.EventGamesTab-module__c50aeq__timeCol time{color:silver;font-variant-numeric:tabular-nums;font-size:12px}.EventGamesTab-module__c50aeq__typeBadge{color:var(--color-accent,#fac31c);text-transform:uppercase;letter-spacing:.4px;background:#fac31c1f;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.EventGamesTab-module__c50aeq__chevron{color:#555;font-size:18px}.EventGamesTab-module__c50aeq__empty{background:var(--color-surface-dark-3,#1b1b1b);border:1px dashed var(--color-surface-dark-4,#333);color:#a0a0a0;text-align:center;border-radius:12px;padding:32px 24px;font-size:14px}.EventGamesTab-module__c50aeq__empty i{color:var(--color-accent,#fac31c);margin-right:8px}.EventGamesTab-module__c50aeq__error{color:#ff8a8a;background:#dc35451f;border:1px solid #dc354566;border-radius:8px;padding:12px 14px;font-size:13px}.EventGamesTab-module__c50aeq__error i{margin-right:6px}@media (max-width:480px){.EventGamesTab-module__c50aeq__rowLink{grid-template-columns:56px 1fr auto;gap:10px}.EventGamesTab-module__c50aeq__timeCol{display:none}.EventGamesTab-module__c50aeq__sideName{max-width:90px;font-size:12px}}
.CheckIn-module__luNDda__root{font-family:var(--font-barlow,system-ui, sans-serif);color:var(--color-ink-on-dark,#dbdbdb);flex-direction:column;gap:16px;display:flex}.CheckIn-module__luNDda__eventHeader{border-radius:var(--radius-card,9px);border-bottom:3px solid var(--color-accent,#f5be1c);background:linear-gradient(#303030 0%,#000 100%);flex-direction:column;gap:6px;padding:24px;display:flex;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.CheckIn-module__luNDda__eventTitle{color:var(--color-accent,#f5be1c);margin:0 0 4px;font-size:28px;font-weight:700;line-height:1.2}.CheckIn-module__luNDda__eventOrg{align-items:center;gap:12px;margin-bottom:4px;display:flex}.CheckIn-module__luNDda__eventOrgLogo{object-fit:contain;background:#fff;border-radius:4px;width:auto;height:32px;padding:2px}.CheckIn-module__luNDda__eventOrgName{color:#dbdbdb;font-size:15px;font-weight:500}.CheckIn-module__luNDda__eventMeta{color:#aaa;align-items:center;gap:6px;font-size:14px;display:flex}.CheckIn-module__luNDda__eventMeta i{color:#fff}.CheckIn-module__luNDda__statsRow{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px;display:grid}.CheckIn-module__luNDda__statCard{background:#303030;border-radius:6px;flex-direction:column;justify-content:space-between;min-height:100px;padding:14px 18px;display:flex}.CheckIn-module__luNDda__statCardMid{background:#2a2a2a}.CheckIn-module__luNDda__statCardLight{background:#262626}.CheckIn-module__luNDda__statLabel{color:#dbdbdb;text-transform:uppercase;letter-spacing:.4px;margin-bottom:10px;font-size:13px;font-weight:500}.CheckIn-module__luNDda__statValue{color:#dbdbdb;font-size:30px;font-weight:700;line-height:1}.CheckIn-module__luNDda__statValueYellow{color:var(--color-accent,#f5be1c);font-size:30px;font-weight:700;line-height:1}.CheckIn-module__luNDda__statContentRow{flex:1;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.CheckIn-module__luNDda__statRate{color:#aaa;white-space:nowrap;align-self:flex-end;font-size:12px}.CheckIn-module__luNDda__methods,.CheckIn-module__luNDda__contentTabs{border-radius:var(--radius-card,9px);background:linear-gradient(#303030 0%,#000 100%);flex-direction:column;gap:14px;padding:18px;display:flex;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.CheckIn-module__luNDda__nfcMobile{border-radius:var(--radius-card,9px);background:linear-gradient(#303030 0%,#000 100%);flex-direction:column;align-items:center;gap:12px;padding:16px;box-shadow:inset 0 1px 1px #fff3,0 5px 5px #0006}.CheckIn-module__luNDda__gateSelector{align-items:center;gap:10px;display:flex}.CheckIn-module__luNDda__gateSelector label{color:#dbdbdb;white-space:nowrap;font-size:13px;font-weight:600}.CheckIn-module__luNDda__gateSelect{color:#dbdbdb;background:#1a1a1a;border:1px solid #fff3;border-radius:6px;flex:1;padding:8px 12px;font-family:inherit;font-size:14px}.CheckIn-module__luNDda__tabs{border-bottom:1px solid #ffffff1a;gap:4px;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.CheckIn-module__luNDda__tab,.CheckIn-module__luNDda__tabActive{color:#aaa;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:color .15s;display:inline-flex}.CheckIn-module__luNDda__tab:hover{color:#fff}.CheckIn-module__luNDda__tabActive{color:var(--color-accent,#f5be1c);border-bottom-color:var(--color-accent,#f5be1c)}.CheckIn-module__luNDda__tabContent{padding-top:4px}.CheckIn-module__luNDda__nfcContainer{flex-direction:column;align-items:center;gap:14px;padding:12px 0;display:flex}.CheckIn-module__luNDda__nfcStatus{color:#dbdbdb;text-align:center;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:6px;width:100%;max-width:480px;padding:12px 18px;font-size:14px}.CheckIn-module__luNDda__nfcStatusScanning{border-color:var(--color-accent,#f5be1c);color:var(--color-accent,#f5be1c)}.CheckIn-module__luNDda__nfcButton{background:var(--color-accent,#f5be1c);color:#2a2c2e;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:15px;font-weight:700;display:inline-flex}.CheckIn-module__luNDda__nfcButton:hover:not(:disabled){filter:brightness(1.08)}.CheckIn-module__luNDda__nfcButton:disabled{opacity:.45;cursor:not-allowed}.CheckIn-module__luNDda__input{color:#fff;background:#1a1a1a;border:1px solid #fff3;border-radius:6px;width:100%;padding:10px 12px;font-family:inherit;font-size:14px}.CheckIn-module__luNDda__input:focus{border-color:var(--color-accent,#f5be1c);outline:none}.CheckIn-module__luNDda__foundMsg{color:#2ecc71;background:#2ecc711f;border:1px solid #2ecc7166;border-radius:6px;align-items:center;gap:6px;margin-top:10px;padding:8px 12px;font-size:13px;display:inline-flex}.CheckIn-module__luNDda__checkinBtn{background:var(--color-accent,#f5be1c);color:#2a2c2e;cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;margin-top:12px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:700;display:inline-flex}.CheckIn-module__luNDda__checkinBtn:hover{filter:brightness(1.08)}.CheckIn-module__luNDda__searchResults{flex-direction:column;gap:4px;max-height:320px;margin-top:8px;display:flex;overflow-y:auto}.CheckIn-module__luNDda__searchResultRow{text-align:left;color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #ffffff14;border-radius:6px;padding:10px 14px;font-family:inherit;transition:background .15s}.CheckIn-module__luNDda__searchResultRow:hover{border-color:var(--color-accent,#f5be1c);background:#232323}.CheckIn-module__luNDda__listPane{flex-direction:column;gap:10px;display:flex}.CheckIn-module__luNDda__listFilters{flex-wrap:wrap;gap:10px;display:flex}.CheckIn-module__luNDda__playerList,.CheckIn-module__luNDda__recentList{flex-direction:column;gap:4px;max-height:480px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.CheckIn-module__luNDda__playerItem,.CheckIn-module__luNDda__recentItem{background:#1a1a1a;border:1px solid #ffffff0f;border-radius:6px;flex-direction:column;gap:2px;padding:10px 14px;display:flex}.CheckIn-module__luNDda__playerName{color:#fff;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.CheckIn-module__luNDda__playerDetails{color:#aaa;font-size:12px}.CheckIn-module__luNDda__playerBagtag{color:var(--color-accent,#f5be1c);font-weight:600}.CheckIn-module__luNDda__checkIcon{color:#2ecc71}.CheckIn-module__luNDda__checkinTime{color:#6fc46f;margin-top:2px;font-size:11px}.CheckIn-module__luNDda__recentMethod{color:var(--color-accent,#f5be1c);background:#f5be1c2e;border-radius:999px;margin-left:8px;padding:1px 8px;font-size:11px;font-weight:600}.CheckIn-module__luNDda__muted{color:#aaa;text-align:center;padding:12px 4px;font-size:13px}.CheckIn-module__luNDda__verifyBackdrop{z-index:10000;background:#000c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.CheckIn-module__luNDda__verifyDialog{text-align:center;border:2px solid var(--color-accent,#f5be1c);background:linear-gradient(#303030 0%,#000 100%);border-radius:12px;width:100%;max-width:420px;padding:24px;box-shadow:inset 0 1px 1px #fff3,0 5px 14px #00000080}.CheckIn-module__luNDda__verifyHeader{border-bottom:1px solid #ffffff1a;margin-bottom:16px;padding-bottom:12px}.CheckIn-module__luNDda__verifyHeader h3{color:var(--color-accent,#f5be1c);margin:0;font-size:20px;font-weight:700}.CheckIn-module__luNDda__verifyPhotoBox{border:3px solid var(--color-accent,#f5be1c);background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:0 auto 14px;display:flex;overflow:hidden}.CheckIn-module__luNDda__verifyPhoto{object-fit:cover;width:100%;height:100%}.CheckIn-module__luNDda__verifyPhotoFallback{color:var(--color-accent,#f5be1c);font-size:100px}.CheckIn-module__luNDda__verifyName{color:#fff;margin-bottom:4px;font-size:20px;font-weight:700}.CheckIn-module__luNDda__verifyBagtag{color:var(--color-accent,#f5be1c);margin-bottom:8px;font-size:16px;font-weight:600}.CheckIn-module__luNDda__verifyDetails{color:#aaa;flex-direction:column;gap:2px;margin-bottom:18px;font-size:13px;display:flex}.CheckIn-module__luNDda__verifyButtons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.CheckIn-module__luNDda__verifyBtn{text-transform:uppercase;letter-spacing:.4px;cursor:pointer;border:2px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.CheckIn-module__luNDda__verifyConfirm{background:var(--color-accent,#f5be1c);color:#2a2c2e}.CheckIn-module__luNDda__verifyConfirm:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 4px 8px #f5be1c4d}.CheckIn-module__luNDda__verifyCancel{color:var(--color-accent,#f5be1c);border-color:var(--color-accent,#f5be1c);background:0 0}.CheckIn-module__luNDda__verifyCancel:hover{background:#f5be1c1a;transform:translateY(-1px)}.CheckIn-module__luNDda__verifyReport{color:#dc3545;background:0 0;border-color:#dc3545}.CheckIn-module__luNDda__verifyReport:hover{background:#dc35451a;transform:translateY(-1px)}.CheckIn-module__luNDda__toastSuccess,.CheckIn-module__luNDda__toastError{z-index:11000;border-radius:8px;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:600;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 20px #00000080}.CheckIn-module__luNDda__toastSuccess{color:#fff;background:#2ecc71f2}.CheckIn-module__luNDda__toastError{color:#fff;background:#dc3545f2}.CheckIn-module__luNDda__mobileOnly{display:none}.CheckIn-module__luNDda__teamList,.CheckIn-module__luNDda__personList{grid-template-columns:1fr;gap:10px;margin:0;padding:0;list-style:none;display:grid}.CheckIn-module__luNDda__teamList>li,.CheckIn-module__luNDda__personList>li{display:flex}@media (min-width:600px){.CheckIn-module__luNDda__teamList,.CheckIn-module__luNDda__personList{grid-template-columns:repeat(2,1fr);gap:12px}}@media (min-width:960px){.CheckIn-module__luNDda__teamList,.CheckIn-module__luNDda__personList{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.CheckIn-module__luNDda__teamList,.CheckIn-module__luNDda__personList{grid-template-columns:repeat(4,1fr)}}.CheckIn-module__luNDda__teamRow{cursor:pointer;text-align:left;color:#fff;background:#1a1a1a;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:14px;width:100%;height:100%;padding:14px 16px;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.CheckIn-module__luNDda__teamRow:hover{border-color:var(--color-accent,#f5be1c);background:#232323}.CheckIn-module__luNDda__teamHeader{align-items:center;gap:12px;display:flex}.CheckIn-module__luNDda__teamLogo{color:#2a2a2a;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;display:flex;overflow:hidden}.CheckIn-module__luNDda__teamLogo img{object-fit:contain;width:100%;height:100%}.CheckIn-module__luNDda__teamBody{flex:1;min-width:0}.CheckIn-module__luNDda__teamName{color:#fff;flex-wrap:wrap;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.CheckIn-module__luNDda__teamNameText{-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.CheckIn-module__luNDda__teamHomeBadge{color:var(--color-accent,#f5be1c);letter-spacing:.6px;background:#f5be1c2e;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}.CheckIn-module__luNDda__teamSub{color:#aaa;margin-top:2px;font-size:12px}.CheckIn-module__luNDda__teamFooter{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:baseline;gap:8px;margin-top:auto;padding-top:10px;display:flex}.CheckIn-module__luNDda__teamCountValue{color:var(--color-accent,#f5be1c);font-size:22px;font-weight:700;line-height:1}.CheckIn-module__luNDda__teamCountTotal{color:#777;font-size:14px;font-weight:600}.CheckIn-module__luNDda__teamCountLabel{color:#aaa;text-transform:uppercase;letter-spacing:.4px;font-size:10px}.CheckIn-module__luNDda__drillHeader{border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:8px;padding-bottom:8px;display:flex}.CheckIn-module__luNDda__drillBack{color:var(--color-accent,#f5be1c);cursor:pointer;background:0 0;border:1px solid #f5be1c66;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.CheckIn-module__luNDda__drillBack:hover{background:#f5be1c1a}.CheckIn-module__luNDda__drillTitle{color:#fff;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.CheckIn-module__luNDda__drillLogo{object-fit:contain;background:#fff;border-radius:4px;width:28px;height:28px}.CheckIn-module__luNDda__groupHeader{color:#aaa;text-transform:uppercase;letter-spacing:.6px;border-top:1px solid #ffffff0f;margin-top:4px;padding:10px 4px 6px;font-size:11px;font-weight:700}.CheckIn-module__luNDda__groupHeader:first-of-type{border-top:none;margin-top:0}.CheckIn-module__luNDda__personRow{color:#fff;text-align:left;cursor:pointer;background:#1a1a1a;border:1px solid #ffffff0f;border-radius:8px;align-items:flex-start;gap:12px;width:100%;height:100%;padding:12px 14px;font-family:inherit;transition:background .15s,border-color .15s;display:flex}.CheckIn-module__luNDda__personRow:hover:not(:disabled){border-color:var(--color-accent,#f5be1c);background:#222}.CheckIn-module__luNDda__personRow:disabled{cursor:default;opacity:.7}.CheckIn-module__luNDda__personAvatar{color:#888;background:#2a2a2a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex;overflow:hidden}.CheckIn-module__luNDda__personAvatar img{object-fit:cover;width:100%;height:100%}.CheckIn-module__luNDda__personBody{flex:1;min-width:0}.CheckIn-module__luNDda__personName{color:#fff;word-break:break-word;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.CheckIn-module__luNDda__personDetails{color:#aaa;flex-direction:column;gap:2px;margin-top:2px;font-size:12px;display:flex}.CheckIn-module__luNDda__personDetails i{color:var(--color-accent,#f5be1c);margin-right:4px}.CheckIn-module__luNDda__personBagtag{color:var(--color-accent,#f5be1c);font-weight:600}.CheckIn-module__luNDda__personChevron{color:var(--color-accent,#f5be1c);flex-shrink:0;font-size:18px}@media (max-width:768px){.CheckIn-module__luNDda__statsRow{grid-template-columns:1fr}.CheckIn-module__luNDda__eventTitle{font-size:22px}.CheckIn-module__luNDda__verifyDialog{padding:18px}.CheckIn-module__luNDda__verifyBtn{padding:9px 14px}.CheckIn-module__luNDda__mobileOnly{display:flex}}
.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}
.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}
.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}}
.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}}
.PastEventsLoader-module__tzk6MW__container{flex-direction:column;gap:16px;display:flex}.PastEventsLoader-module__tzk6MW__list{flex-direction:column;gap:12px;display:flex}.PastEventsLoader-module__tzk6MW__empty{color:var(--color-ink-muted);text-align:center;margin:0;padding:32px 0;font-size:.85rem}.PastEventsLoader-module__tzk6MW__loadMoreBtn{background:var(--color-accent);border-radius:var(--radius-sm);color:var(--color-ink);font-weight:700;font-size:var(--fs-md);padding:var(--space-3) var(--space-8);cursor:pointer;border:none;align-self:center;align-items:center;gap:6px;transition:background-color .15s;display:flex}.PastEventsLoader-module__tzk6MW__loadMoreBtn:hover:not(:disabled){background-color:var(--color-accent-hover)}.PastEventsLoader-module__tzk6MW__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}
.page-module__0AO6iW__errorPage{text-align:center;min-height:60vh;padding:var(--space-8) var(--space-4);color:var(--color-ink-on-dark);background:var(--color-page);flex-direction:column;justify-content:center;align-items:center;display:flex}.page-module__0AO6iW__errorTitle{color:var(--color-accent);font-size:var(--fs-xl);margin:0 0 var(--space-3)}.page-module__0AO6iW__errorMsg{color:var(--color-ink-faint);max-width:480px}
.page-module__i2Buzq__errorPage{justify-content:center;align-items:center;gap:var(--space-3);min-height:60vh;padding:var(--space-8) var(--space-5);background:var(--color-page);color:var(--color-ink-on-dark);text-align:center;flex-direction:column;display:flex}.page-module__i2Buzq__errorTitle{color:var(--color-accent);font-size:var(--fs-xl);margin:0;font-weight:700}.page-module__i2Buzq__errorMsg{color:var(--color-ink-faint);font-size:var(--fs-sm);max-width:36rem;margin:0}.page-module__i2Buzq__errorMsg code{background:var(--color-surface-dark-4);padding:0 var(--space-1);border-radius:var(--radius-tight);color:var(--color-accent)}
