.TeamList-module__DDv-Ia__container{width:100%;max-width:1400px;margin:0 auto;padding:2rem 1rem}.TeamList-module__DDv-Ia__header{text-align:center;margin-bottom:2.5rem;position:relative}.TeamList-module__DDv-Ia__title{color:var(--color-text-primary);text-align:center;margin:0 0 .75rem;font-size:2rem;font-weight:700}.TeamList-module__DDv-Ia__countBadge{background:var(--color-surface-glass);color:var(--color-text-secondary);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:.375rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-block}.TeamList-module__DDv-Ia__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;width:100%;display:grid}.TeamList-module__DDv-Ia__card{background:var(--gradient-card);-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md));border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);cursor:pointer;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.TeamList-module__DDv-Ia__card:before{content:"";opacity:0;transition:var(--transition-normal);background:linear-gradient(135deg,#0000 0%,#ffffff0d 100%);position:absolute;inset:0}.TeamList-module__DDv-Ia__card:hover{box-shadow:var(--shadow-2xl);border-color:var(--color-primary-alpha);transform:translateY(-6px)}.TeamList-module__DDv-Ia__card:hover:before{opacity:1}.TeamList-module__DDv-Ia__cardInner{z-index:1;flex-direction:column;align-items:center;height:100%;padding:1.75rem;display:flex;position:relative}.TeamList-module__DDv-Ia__logoContainer{margin-bottom:1.25rem;position:relative}.TeamList-module__DDv-Ia__logoWrapper{background:var(--color-surface);border:2px solid var(--color-border);z-index:1;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;padding:.75rem;transition:all .3s;display:flex;position:relative}.TeamList-module__DDv-Ia__card:hover .TeamList-module__DDv-Ia__logoWrapper{border-color:var(--color-primary);box-shadow:var(--shadow-xl);transform:scale(1.05)}.TeamList-module__DDv-Ia__logo{object-fit:contain;border-radius:50%;width:100%;height:100%;transition:transform .3s}.TeamList-module__DDv-Ia__card:hover .TeamList-module__DDv-Ia__logo{filter:brightness(1.1)drop-shadow(0 4px 8px #0003)}.TeamList-module__DDv-Ia__logoGlow{background:var(--gradient-primary);filter:blur(15px);opacity:0;z-index:0;border-radius:50%;width:120px;height:120px;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TeamList-module__DDv-Ia__card:hover .TeamList-module__DDv-Ia__logoGlow{opacity:.2}.TeamList-module__DDv-Ia__content{text-align:center;flex:1;width:100%}.TeamList-module__DDv-Ia__name{color:var(--color-text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .25rem;font-size:1.125rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.TeamList-module__DDv-Ia__shortName{color:var(--color-text-secondary);opacity:.8;margin:0;font-size:.875rem;font-weight:500}.TeamList-module__DDv-Ia__arrow{color:var(--color-text-muted);margin-top:1.25rem;transition:all .3s}.TeamList-module__DDv-Ia__card:hover .TeamList-module__DDv-Ia__arrow{color:var(--color-primary);transform:translate(4px)}.TeamList-module__DDv-Ia__cardSkeleton{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;min-height:220px;padding:1.75rem;display:flex;position:relative;overflow:hidden}.TeamList-module__DDv-Ia__logoSkeleton{background:var(--color-surface-elevated);border-radius:50%;width:100px;height:100px;position:relative;overflow:hidden}.TeamList-module__DDv-Ia__nameSkeleton{background:var(--color-surface-elevated);border-radius:var(--radius-sm);width:120px;height:20px;position:relative;overflow:hidden}.TeamList-module__DDv-Ia__logoSkeleton:after,.TeamList-module__DDv-Ia__nameSkeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);animation:1.5s infinite TeamList-module__DDv-Ia__shimmer;position:absolute;inset:0;transform:translate(-100%)}.TeamList-module__DDv-Ia__emptyState{text-align:center;background:var(--color-surface);border-radius:var(--radius-xl);border:2px dashed var(--color-border);max-width:400px;margin:0 auto;padding:3.5rem 2rem}.TeamList-module__DDv-Ia__emptyIcon{opacity:.4;margin-bottom:1rem;font-size:3rem;animation:2s ease-in-out infinite TeamList-module__DDv-Ia__bounce}.TeamList-module__DDv-Ia__emptyTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.TeamList-module__DDv-Ia__emptyText{color:var(--color-text-muted);margin:0;font-size:.9375rem}@keyframes TeamList-module__DDv-Ia__shimmer{to{transform:translate(100%)}}@keyframes TeamList-module__DDv-Ia__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card{opacity:0;animation:.4s cubic-bezier(.4,0,.2,1) forwards TeamList-module__DDv-Ia__fadeInUp;transform:translateY(15px)}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:first-child{animation-delay:50ms}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(2){animation-delay:.1s}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(3){animation-delay:.15s}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(4){animation-delay:.2s}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(5){animation-delay:.25s}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(6){animation-delay:.3s}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(7){animation-delay:.35s}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(8){animation-delay:.4s}.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card:nth-child(9){animation-delay:.45s}@keyframes TeamList-module__DDv-Ia__fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.TeamList-module__DDv-Ia__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}}@media (max-width:768px){.TeamList-module__DDv-Ia__container{padding:1.5rem 1rem}.TeamList-module__DDv-Ia__title{font-size:1.75rem}.TeamList-module__DDv-Ia__header{margin-bottom:2rem}.TeamList-module__DDv-Ia__grid{grid-template-columns:repeat(3,1fr);gap:1rem}.TeamList-module__DDv-Ia__cardInner{padding:1.25rem}.TeamList-module__DDv-Ia__logoWrapper{width:80px;height:80px;padding:.5rem}.TeamList-module__DDv-Ia__logoGlow{width:100px;height:100px}.TeamList-module__DDv-Ia__name{font-size:1rem}.TeamList-module__DDv-Ia__emptyState{padding:2.5rem 1.5rem}}@media (max-width:640px){.TeamList-module__DDv-Ia__grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.TeamList-module__DDv-Ia__title{font-size:1.5rem}.TeamList-module__DDv-Ia__cardInner{padding:1rem}.TeamList-module__DDv-Ia__logoWrapper{width:70px;height:70px;padding:.5rem}.TeamList-module__DDv-Ia__logoGlow{width:90px;height:90px}.TeamList-module__DDv-Ia__name{font-size:.875rem}.TeamList-module__DDv-Ia__shortName{font-size:.75rem}.TeamList-module__DDv-Ia__arrow{margin-top:.75rem}.TeamList-module__DDv-Ia__arrow svg{width:16px;height:16px}.TeamList-module__DDv-Ia__cardSkeleton{gap:1rem;min-height:180px;padding:1rem}.TeamList-module__DDv-Ia__logoSkeleton{width:70px;height:70px}.TeamList-module__DDv-Ia__nameSkeleton{width:80px;height:16px}}@media (max-width:480px){.TeamList-module__DDv-Ia__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:500px;margin:0 auto}.TeamList-module__DDv-Ia__container{padding:1.25rem .75rem}.TeamList-module__DDv-Ia__title{font-size:1.375rem}.TeamList-module__DDv-Ia__countBadge{padding:.25rem 1rem;font-size:.75rem}.TeamList-module__DDv-Ia__emptyState{padding:2rem 1rem}.TeamList-module__DDv-Ia__emptyIcon{font-size:2.5rem}.TeamList-module__DDv-Ia__emptyTitle{font-size:1.125rem}}@media (max-width:360px){.TeamList-module__DDv-Ia__grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.TeamList-module__DDv-Ia__cardInner{padding:.875rem}.TeamList-module__DDv-Ia__logoWrapper{width:60px;height:60px}.TeamList-module__DDv-Ia__logoGlow{width:80px;height:80px}.TeamList-module__DDv-Ia__name{font-size:.8125rem}}.TeamList-module__DDv-Ia__card:focus-visible{outline:3px solid var(--color-primary);outline-offset:3px;border-color:#0000}.TeamList-module__DDv-Ia__grid:hover .TeamList-module__DDv-Ia__card:not(:hover){opacity:.8;transform:scale(.98)}.TeamList-module__DDv-Ia__grid:hover .TeamList-module__DDv-Ia__card:hover{opacity:1;transform:translateY(-6px)scale(1.02)}@media (prefers-reduced-motion:reduce){.TeamList-module__DDv-Ia__card,.TeamList-module__DDv-Ia__logoWrapper,.TeamList-module__DDv-Ia__logo,.TeamList-module__DDv-Ia__arrow,.TeamList-module__DDv-Ia__logoGlow,.TeamList-module__DDv-Ia__grid .TeamList-module__DDv-Ia__card{transition:none;animation:none}.TeamList-module__DDv-Ia__card:hover{transform:none}.TeamList-module__DDv-Ia__grid:hover .TeamList-module__DDv-Ia__card:not(:hover){opacity:1;transform:none}.TeamList-module__DDv-Ia__grid:hover .TeamList-module__DDv-Ia__card:hover{transform:none}.TeamList-module__DDv-Ia__emptyIcon,.TeamList-module__DDv-Ia__logoSkeleton:after,.TeamList-module__DDv-Ia__nameSkeleton:after{animation:none}}@media (prefers-color-scheme:dark){.TeamList-module__DDv-Ia__card:hover{box-shadow:var(--shadow-glow);background:linear-gradient(145deg,#1a2332cc 0%,#2c3e5099 100%)}.TeamList-module__DDv-Ia__logoWrapper{background:#ffffff0d}}
.ErrorMessage-module__bzyCla__matchesError{padding:var(--space-4xl);text-align:center;justify-content:center;align-items:center;gap:var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);flex-direction:column;grid-column:1/-1;max-width:500px;margin:0 auto;display:flex}.ErrorMessage-module__bzyCla__errorIcon{opacity:.7;font-size:4rem}.ErrorMessage-module__bzyCla__matchesError h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-danger);margin:0}.ErrorMessage-module__bzyCla__matchesError p{font-size:var(--font-size-base);color:var(--color-text-secondary);line-height:var(--line-height-relaxed);margin:0}.ErrorMessage-module__bzyCla__retryButton{background:var(--gradient-primary);color:var(--color-text-primary);padding:var(--space-md)var(--space-2xl);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:var(--transition-fast);box-shadow:var(--shadow-sm);margin-top:var(--space-md);border:none}.ErrorMessage-module__bzyCla__retryButton:hover{background:var(--gradient-secondary);box-shadow:var(--shadow-md);transform:translateY(-1px)}.ErrorMessage-module__bzyCla__retryButton:active{transform:translateY(0)}
.page-module__23A-BG__container{min-height:100vh;padding:5rem var(--space-lg)var(--space-2xl);background:linear-gradient(135deg,var(--color-background)0%,var(--color-background-alt)100%);color:var(--color-text);position:relative}.page-module__23A-BG__matchHeader{margin-bottom:var(--space-2xl);animation:.6s ease-out page-module__23A-BG__fadeInUp}.page-module__23A-BG__tabsWrapper{margin-bottom:var(--space-xl)}.page-module__23A-BG__tabs{gap:var(--space-xs);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xs);box-shadow:var(--shadow-sm);display:flex}.page-module__23A-BG__tab{padding:var(--space-md)var(--space-lg);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:var(--transition-fast);text-align:center;white-space:nowrap;background:0 0;border:none;flex:1}.page-module__23A-BG__tab:hover{background:var(--color-surface-hover);color:var(--color-text)}.page-module__23A-BG__activeTab{background:var(--gradient-primary);color:var(--color-text-primary);box-shadow:var(--shadow-sm);font-weight:var(--font-weight-semibold)}.page-module__23A-BG__tabContent{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);min-height:400px;animation:.4s ease-out page-module__23A-BG__fadeIn;overflow:hidden}.page-module__23A-BG__loadingContainer{padding:var(--space-4xl);text-align:center;justify-content:center;align-items:center;gap:var(--space-lg);flex-direction:column;min-height:400px;display:flex}.page-module__23A-BG__spinner{border:3px solid var(--color-border);border-top:3px solid var(--color-primary);border-radius:var(--radius-full);width:50px;height:50px;animation:1s linear infinite page-module__23A-BG__spin}.page-module__23A-BG__loadingContainer p{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--color-text)}.page-module__23A-BG__errorContainer{padding:var(--space-4xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.page-module__23A-BG__emptyState{text-align:center;padding:var(--space-4xl);justify-content:center;align-items:center;gap:var(--space-lg);flex-direction:column;min-height:400px;display:flex}.page-module__23A-BG__emptyIcon{opacity:.6;font-size:4rem}.page-module__23A-BG__emptyState h3{font-size:var(--font-size-xl);color:var(--color-text);margin:0}.page-module__23A-BG__emptyState p{color:var(--color-text-muted);max-width:300px;margin:0}@keyframes page-module__23A-BG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module__23A-BG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes page-module__23A-BG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1024px){.page-module__23A-BG__container{padding:4rem var(--space-md)var(--space-xl)}.page-module__23A-BG__matchHeader{margin-bottom:var(--space-xl)}.page-module__23A-BG__tab{padding:var(--space-sm)var(--space-md);font-size:var(--font-size-xs)}.page-module__23A-BG__loadingContainer,.page-module__23A-BG__errorContainer,.page-module__23A-BG__emptyState{padding:var(--space-3xl);min-height:350px}}@media (max-width:768px){.page-module__23A-BG__container{padding:3.5rem var(--space-sm)var(--space-lg)}.page-module__23A-BG__tabs{padding:4px}.page-module__23A-BG__tab{padding:var(--space-xs)var(--space-sm);letter-spacing:.03em;font-size:.7rem}.page-module__23A-BG__tabContent{border-radius:var(--radius-lg);min-height:350px}.page-module__23A-BG__loadingContainer,.page-module__23A-BG__errorContainer,.page-module__23A-BG__emptyState{padding:var(--space-2xl);min-height:300px}.page-module__23A-BG__emptyIcon{font-size:3rem}}@media (max-width:640px){.page-module__23A-BG__container{padding:3rem var(--space-xs)var(--space-md)}.page-module__23A-BG__tabs{flex-direction:column;gap:2px}.page-module__23A-BG__tab{padding:var(--space-sm);font-size:var(--font-size-xs);border-radius:var(--radius-sm)}.page-module__23A-BG__matchHeader{margin-bottom:var(--space-lg)}.page-module__23A-BG__emptyIcon{font-size:2.5rem}.page-module__23A-BG__emptyState h3{font-size:var(--font-size-lg)}}@media (max-width:480px){.page-module__23A-BG__container{padding:2.5rem var(--space-xs)var(--space-sm)}.page-module__23A-BG__tab{padding:10px 8px;font-size:.65rem}.page-module__23A-BG__tabContent{min-height:300px}.page-module__23A-BG__loadingContainer p{font-size:var(--font-size-base)}.page-module__23A-BG__spinner{width:40px;height:40px}}.page-module__23A-BG__tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.page-module__23A-BG__matchHeader,.page-module__23A-BG__tabContent{animation:none}.page-module__23A-BG__tab{transition:none}.page-module__23A-BG__spinner{animation:none}}@media (prefers-color-scheme:dark){.page-module__23A-BG__tabContent{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(var(--blur-sm));backdrop-filter:blur(var(--blur-sm))}}@media print{.page-module__23A-BG__container{padding:0;color:#000!important;background:#fff!important}.page-module__23A-BG__tabsWrapper{display:none}.page-module__23A-BG__tabContent{box-shadow:none;border:none;min-height:auto}}
.Tabs-module__ro353q__tabsContainer{background:#ffffff08;border:1px solid #667eea1a;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.8rem;margin-bottom:2rem;padding:.5rem 1rem;display:flex;box-shadow:0 4px 14px #00000026}.Tabs-module__ro353q__tabButton{color:#d7e2f0;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;outline:none;padding:.6rem 1.2rem;font-family:inherit;font-size:1rem;font-weight:500;transition:all .25s}.Tabs-module__ro353q__tabButton:hover{color:#667eea;background:#667eea14;border-color:#667eea4d}.Tabs-module__ro353q__tabButton:focus-visible{outline-offset:2px;outline:2px solid #667eea}.Tabs-module__ro353q__tabButton.Tabs-module__ro353q__active{color:#667eea;background:#667eea26;border-color:#667eea66;font-weight:600}.Tabs-module__ro353q__pills,.Tabs-module__ro353q__pills .Tabs-module__ro353q__tabButton{border-radius:9999px}.Tabs-module__ro353q__underline{box-shadow:none;background:0 0;border:none;border-bottom:1px solid #ffffff1a;border-radius:0;padding:.5rem 0}.Tabs-module__ro353q__underline .Tabs-module__ro353q__tabButton{background:0 0;border:none;border-radius:0;padding:.5rem 1rem;position:relative}.Tabs-module__ro353q__underline .Tabs-module__ro353q__tabButton.Tabs-module__ro353q__active{background:0 0;border:none}.Tabs-module__ro353q__underline .Tabs-module__ro353q__tabButton.Tabs-module__ro353q__active:after{content:"";background:#667eea;border-radius:2px;height:2px;position:absolute;bottom:-1px;left:1rem;right:1rem}.Tabs-module__ro353q__fullWidth{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.5rem;display:grid}.Tabs-module__ro353q__fullWidth .Tabs-module__ro353q__tabButton{text-align:center;width:100%}@media (max-width:768px){.Tabs-module__ro353q__tabsContainer{gap:.6rem;margin-bottom:1.5rem;padding:.5rem}.Tabs-module__ro353q__tabButton{padding:.5rem 1rem;font-size:.95rem}.Tabs-module__ro353q__fullWidth{grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}}@media (max-width:480px){.Tabs-module__ro353q__tabsContainer{gap:.4rem;padding:.4rem}.Tabs-module__ro353q__tabButton{padding:.4rem .8rem;font-size:.875rem}.Tabs-module__ro353q__underline .Tabs-module__ro353q__tabButton{padding:.4rem .6rem}.Tabs-module__ro353q__underline .Tabs-module__ro353q__tabButton.Tabs-module__ro353q__active:after{left:.6rem;right:.6rem}.Tabs-module__ro353q__fullWidth{grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}}@media (max-width:360px){.Tabs-module__ro353q__tabsContainer{gap:.3rem}.Tabs-module__ro353q__tabButton{padding:.3rem .6rem;font-size:.8125rem}}@media (prefers-reduced-motion:reduce){.Tabs-module__ro353q__tabButton{transition:none}}@media (prefers-contrast:high){.Tabs-module__ro353q__tabsContainer{border:2px solid #667eea}.Tabs-module__ro353q__tabButton{border:1px solid}.Tabs-module__ro353q__tabButton.Tabs-module__ro353q__active{border:2px solid #667eea}}
.Pagination-module__QyWOzW__paginationContainer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem 0;animation:.4s ease-out Pagination-module__QyWOzW__fadeInUp;display:flex}@keyframes Pagination-module__QyWOzW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Pagination-module__QyWOzW__paginationInfo p{color:#fffc;margin:0;font-size:.875rem;font-weight:500}.Pagination-module__QyWOzW__highlight{color:#667eea;font-weight:600}.Pagination-module__QyWOzW__pagination{align-items:center;gap:.5rem;display:flex}.Pagination-module__QyWOzW__paginationBtn{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.5rem;min-height:44px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.Pagination-module__QyWOzW__paginationBtn:hover:not(.Pagination-module__QyWOzW__disabled){color:#fff;background:#667eea1a;border-color:#667eea4d;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.Pagination-module__QyWOzW__paginationBtn.Pagination-module__QyWOzW__disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Pagination-module__QyWOzW__paginationBtn svg{transition:transform .3s}.Pagination-module__QyWOzW__prevBtn:hover:not(.Pagination-module__QyWOzW__disabled) svg{transform:translate(-2px)}.Pagination-module__QyWOzW__nextBtn:hover:not(.Pagination-module__QyWOzW__disabled) svg{transform:translate(2px)}.Pagination-module__QyWOzW__paginationNumbers{align-items:center;gap:.25rem;margin:0 .75rem;display:flex}.Pagination-module__QyWOzW__paginationNumber{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;min-width:44px;height:44px;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden}.Pagination-module__QyWOzW__paginationNumber:hover:not(.Pagination-module__QyWOzW__active):not(.Pagination-module__QyWOzW__dots){color:#667eea;background:#667eea1a;border-color:#667eea4d;transform:translateY(-1px)}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea80;font-weight:600;box-shadow:0 4px 12px #667eea4d}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__dots{color:#fff6;cursor:default;background:0 0;border:none;min-width:auto;font-weight:700}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__dots:hover{background:0 0;border:none;transform:none}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__active:after{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__active:hover:after{left:100%}@media (max-width:768px){.Pagination-module__QyWOzW__paginationContainer{flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem 0}.Pagination-module__QyWOzW__paginationInfo{order:2}.Pagination-module__QyWOzW__pagination{flex-wrap:wrap;order:1;justify-content:center}.Pagination-module__QyWOzW__btnText{display:none}.Pagination-module__QyWOzW__paginationBtn{min-width:44px;padding:.75rem}.Pagination-module__QyWOzW__paginationNumbers{margin:0 .5rem}.Pagination-module__QyWOzW__paginationNumber{min-width:40px;height:40px;font-size:.8125rem}}@media (max-width:480px){.Pagination-module__QyWOzW__paginationContainer{padding:1rem 0}.Pagination-module__QyWOzW__pagination{gap:.25rem}.Pagination-module__QyWOzW__paginationNumbers{gap:2px;margin:0 .25rem}.Pagination-module__QyWOzW__paginationNumber{min-width:36px;height:36px;font-size:.75rem}.Pagination-module__QyWOzW__paginationBtn{min-width:36px;height:36px;padding:.5rem}.Pagination-module__QyWOzW__paginationNumber:not(:first-child):not(:last-child):not(.Pagination-module__QyWOzW__active):not(.Pagination-module__QyWOzW__dots),.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__dots{display:none}}@media (max-width:360px){.Pagination-module__QyWOzW__paginationNumber{min-width:32px;height:32px;font-size:.7rem}.Pagination-module__QyWOzW__paginationBtn{min-width:32px;height:32px}.Pagination-module__QyWOzW__paginationInfo p{font-size:.75rem}}.Pagination-module__QyWOzW__paginationBtn:focus-visible,.Pagination-module__QyWOzW__paginationNumber:focus-visible{outline-offset:2px;outline:2px solid #667eea}@media (prefers-reduced-motion:reduce){.Pagination-module__QyWOzW__paginationContainer,.Pagination-module__QyWOzW__paginationBtn,.Pagination-module__QyWOzW__paginationNumber{transition:none;animation:none}.Pagination-module__QyWOzW__paginationBtn:hover:not(.Pagination-module__QyWOzW__disabled),.Pagination-module__QyWOzW__paginationNumber:hover:not(.Pagination-module__QyWOzW__active):not(.Pagination-module__QyWOzW__dots),.Pagination-module__QyWOzW__paginationBtn:hover:not(.Pagination-module__QyWOzW__disabled) svg,.Pagination-module__QyWOzW__prevBtn:hover:not(.Pagination-module__QyWOzW__disabled) svg,.Pagination-module__QyWOzW__nextBtn:hover:not(.Pagination-module__QyWOzW__disabled) svg{transform:none}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__active:after{display:none}}@media (prefers-contrast:high){.Pagination-module__QyWOzW__paginationContainer{border-top:2px solid #667eea}.Pagination-module__QyWOzW__paginationBtn,.Pagination-module__QyWOzW__paginationNumber{border:2px solid #ffffff4d}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__active{border:2px solid #667eea}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__dots{border:none}}.Pagination-module__QyWOzW__paginationContainer.Pagination-module__QyWOzW__loading{opacity:.6;pointer-events:none}.Pagination-module__QyWOzW__paginationContainer.Pagination-module__QyWOzW__loading .Pagination-module__QyWOzW__paginationNumber,.Pagination-module__QyWOzW__paginationContainer.Pagination-module__QyWOzW__loading .Pagination-module__QyWOzW__paginationBtn{animation:2s cubic-bezier(.4,0,.6,1) infinite Pagination-module__QyWOzW__pulse}@keyframes Pagination-module__QyWOzW__pulse{0%,to{opacity:1}50%{opacity:.5}}@media print{.Pagination-module__QyWOzW__paginationContainer{border-top:1px solid #ccc;margin-top:1rem;padding:.5rem 0}.Pagination-module__QyWOzW__paginationInfo p{color:#000}.Pagination-module__QyWOzW__highlight{color:#000;font-weight:700}.Pagination-module__QyWOzW__paginationBtn,.Pagination-module__QyWOzW__paginationNumber{color:#000;background:0 0;border:1px solid #ccc}.Pagination-module__QyWOzW__paginationNumber.Pagination-module__QyWOzW__active{background:#f0f0f0;border:2px solid #000}.Pagination-module__QyWOzW__paginationBtn:hover:not(.Pagination-module__QyWOzW__disabled),.Pagination-module__QyWOzW__paginationNumber:hover:not(.Pagination-module__QyWOzW__active):not(.Pagination-module__QyWOzW__dots){background:#f5f5f5}}
.PlayerInfo-module__rEUQfW__playerInfoContainer{background:linear-gradient(135deg,#0f172acc 0%,#1e293bcc 100%);border:1px solid #667eea1a;border-radius:1rem;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:start;gap:2rem;padding:2rem;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.PlayerInfo-module__rEUQfW__playerInfoContainer:before{content:"";opacity:.8;background:linear-gradient(90deg,#667eea,#764ba2);height:3px;position:absolute;top:0;left:0;right:0}.PlayerInfo-module__rEUQfW__imageContainer{grid-row:1/2;justify-self:center}.PlayerInfo-module__rEUQfW__playerImage{object-fit:cover;border:4px solid #ffffff1a;border-radius:1rem;width:200px;height:200px;transition:all .3s;box-shadow:0 8px 25px #0000004d}.PlayerInfo-module__rEUQfW__playerImage:hover{border-color:#667eea80;transform:scale(1.02);box-shadow:0 12px 35px #667eea33}.PlayerInfo-module__rEUQfW__imagePlaceholder{background:linear-gradient(135deg,#667eea1a,#764ba21a);border:4px solid #ffffff1a;border-radius:1rem;justify-content:center;align-items:center;width:200px;height:200px;display:flex}.PlayerInfo-module__rEUQfW__placeholderIcon{color:#667eea80;font-size:4rem}.PlayerInfo-module__rEUQfW__playerDetails{flex-direction:column;grid-area:1/2;gap:1rem;display:flex}.PlayerInfo-module__rEUQfW__playerName{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2rem;font-weight:700;line-height:1.2}.PlayerInfo-module__rEUQfW__playerNickname{color:#ffffffb3;opacity:.8;margin:0 0 1rem;font-size:1.125rem;font-style:italic}.PlayerInfo-module__rEUQfW__detailsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:.5rem;display:grid}.PlayerInfo-module__rEUQfW__detailItem{background:#0003;border:1px solid #ffffff0d;border-radius:.5rem;flex-direction:column;gap:.25rem;padding:.75rem;transition:all .2s;display:flex}.PlayerInfo-module__rEUQfW__detailItem:hover{background:#0000004d;border-color:#667eea33}.PlayerInfo-module__rEUQfW__detailLabel{color:#fff9;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.PlayerInfo-module__rEUQfW__detailValue{color:#ffffffe6;font-size:.875rem;font-weight:500}.PlayerInfo-module__rEUQfW__playerBio{border-top:1px solid #ffffff1a;grid-area:2/1/auto/-1;padding-top:1.5rem}.PlayerInfo-module__rEUQfW__bioTitle{color:#fffffff2;margin:0 0 1rem;font-size:1.25rem;font-weight:600;position:relative}.PlayerInfo-module__rEUQfW__bioTitle:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;width:3rem;height:2px;position:absolute;bottom:-.25rem;left:0}.PlayerInfo-module__rEUQfW__bioText{color:#fffc;margin:0;font-size:.9375rem;line-height:1.6}.PlayerInfo-module__rEUQfW__loading{background:#0003;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.PlayerInfo-module__rEUQfW__spinner{border:3px solid #ffffff1a;border-top-color:#667eea;border-radius:50%;width:2.5rem;height:2.5rem;margin-bottom:1rem;animation:1s linear infinite PlayerInfo-module__rEUQfW__spin}@keyframes PlayerInfo-module__rEUQfW__spin{to{transform:rotate(360deg)}}.PlayerInfo-module__rEUQfW__loading p{color:#ffffffb3;margin:0;font-size:.875rem}@media (max-width:1024px){.PlayerInfo-module__rEUQfW__playerInfoContainer{gap:1.5rem;padding:1.5rem}.PlayerInfo-module__rEUQfW__playerImage,.PlayerInfo-module__rEUQfW__imagePlaceholder{width:160px;height:160px}.PlayerInfo-module__rEUQfW__playerName{font-size:1.75rem}.PlayerInfo-module__rEUQfW__detailsGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:768px){.PlayerInfo-module__rEUQfW__playerInfoContainer{text-align:center;grid-template-rows:auto auto auto;grid-template-columns:1fr;padding:1.25rem}.PlayerInfo-module__rEUQfW__imageContainer{grid-area:1/1}.PlayerInfo-module__rEUQfW__playerDetails{text-align:center;grid-area:2/1}.PlayerInfo-module__rEUQfW__playerBio{text-align:left;grid-row:3}.PlayerInfo-module__rEUQfW__playerName{font-size:1.5rem}.PlayerInfo-module__rEUQfW__playerImage,.PlayerInfo-module__rEUQfW__imagePlaceholder{width:140px;height:140px}.PlayerInfo-module__rEUQfW__placeholderIcon{font-size:3rem}.PlayerInfo-module__rEUQfW__detailsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.PlayerInfo-module__rEUQfW__playerInfoContainer{padding:1rem}.PlayerInfo-module__rEUQfW__playerName{font-size:1.25rem}.PlayerInfo-module__rEUQfW__playerImage,.PlayerInfo-module__rEUQfW__imagePlaceholder{width:120px;height:120px}.PlayerInfo-module__rEUQfW__placeholderIcon{font-size:2.5rem}.PlayerInfo-module__rEUQfW__detailsGrid{grid-template-columns:1fr}.PlayerInfo-module__rEUQfW__detailLabel{font-size:.7rem}.PlayerInfo-module__rEUQfW__detailValue{font-size:.8125rem}.PlayerInfo-module__rEUQfW__bioText{font-size:.875rem}}@media (max-width:360px){.PlayerInfo-module__rEUQfW__playerInfoContainer{padding:.75rem}.PlayerInfo-module__rEUQfW__playerImage,.PlayerInfo-module__rEUQfW__imagePlaceholder{width:100px;height:100px}.PlayerInfo-module__rEUQfW__placeholderIcon{font-size:2rem}.PlayerInfo-module__rEUQfW__playerName{font-size:1.125rem}}@media (prefers-reduced-motion:reduce){.PlayerInfo-module__rEUQfW__playerImage,.PlayerInfo-module__rEUQfW__detailItem,.PlayerInfo-module__rEUQfW__spinner{transition:none;animation:none}.PlayerInfo-module__rEUQfW__playerImage:hover{transform:none}.PlayerInfo-module__rEUQfW__spinner{border-top-color:#0000}}.PlayerInfo-module__rEUQfW__playerImage:focus-visible,.PlayerInfo-module__rEUQfW__detailItem:focus-within{outline-offset:2px;outline:2px solid #667eea}@media (prefers-contrast:high){.PlayerInfo-module__rEUQfW__playerInfoContainer{border:2px solid #667eea}.PlayerInfo-module__rEUQfW__playerImage,.PlayerInfo-module__rEUQfW__imagePlaceholder{border:3px solid #ffffff4d}.PlayerInfo-module__rEUQfW__detailItem{border:1px solid #ffffff4d}}@media print{.PlayerInfo-module__rEUQfW__playerInfoContainer{box-shadow:none;background:0 0;border:1px solid #ccc}.PlayerInfo-module__rEUQfW__playerName{color:#000;background:0 0}.PlayerInfo-module__rEUQfW__detailLabel{color:#666}.PlayerInfo-module__rEUQfW__detailValue{color:#000}.PlayerInfo-module__rEUQfW__bioText{color:#333}}
.Carousel-module__XDPXaW__carouselSection{background:#000;width:100%;min-height:300px;padding:clamp(1.5rem,5vmin,4rem) 0;position:relative;overflow:hidden}.Carousel-module__XDPXaW__carouselSection:before{content:"";pointer-events:none;background:radial-gradient(#16a08508 0%,#0000 70%);position:absolute;inset:0}.Carousel-module__XDPXaW__carouselHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(.5rem,2vw,2rem);max-width:min(90vw,1440px);margin:0 auto clamp(1rem,3vmin,3rem);padding:0 clamp(.75rem,3vw,3rem);display:flex}.Carousel-module__XDPXaW__carouselTitle{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-align:center;word-wrap:break-word;overflow-wrap:break-word;text-rendering:optimizeLegibility;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1.5rem,4vmin,2.5rem);font-weight:700}.Carousel-module__XDPXaW__autoplayButton{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:clamp(.25rem,1vmin,.5rem);flex-shrink:0;justify-content:center;align-items:center;gap:clamp(.25rem,1vmin,.5rem);min-width:80px;min-height:44px;padding:clamp(.5rem,1.5vmin,.875rem) clamp(1rem,2.5vmin,1.75rem);font-size:clamp(.75rem,2vmin,1rem);font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000001a}.Carousel-module__XDPXaW__autoplayButton:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-2px);box-shadow:0 6px 12px #0003}.Carousel-module__XDPXaW__autoplayButton:active{transform:translateY(0)}.Carousel-module__XDPXaW__carouselContainer{touch-action:pan-y;width:100%;max-width:min(92vw,1400px);margin:0 auto;padding:0 clamp(.5rem,2vw,2rem);position:relative}.Carousel-module__XDPXaW__carouselNavButton{z-index:10;color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:clamp(2.5rem,6vmin,3.5rem);min-width:44px;height:clamp(2.5rem,6vmin,3.5rem);min-height:44px;font-size:clamp(1rem,3vmin,1.5rem);font-weight:700;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 20px #0000004d}.Carousel-module__XDPXaW__carouselNavButton:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-50%)scale(1.1);box-shadow:0 0 30px #667eea80,0 10px 25px #0000004d}.Carousel-module__XDPXaW__carouselNavButton:active{transform:translateY(-50%)scale(1.05)}.Carousel-module__XDPXaW__carouselNavButton.Carousel-module__XDPXaW__prev{left:clamp(-1rem,-2vw,-.5rem)}.Carousel-module__XDPXaW__carouselNavButton.Carousel-module__XDPXaW__next{right:clamp(-1rem,-2vw,-.5rem)}.Carousel-module__XDPXaW__carouselNavButton span{margin-top:-.125rem;line-height:1}.Carousel-module__XDPXaW__carouselTrack{background:#ffffff05;border:1px solid #ffffff0d;border-radius:clamp(.5rem,2vmin,1rem);min-height:200px;position:relative;overflow:hidden}.Carousel-module__XDPXaW__carouselSlides{will-change:transform;width:100%;min-height:inherit;display:flex}.Carousel-module__XDPXaW__carouselSlide{box-sizing:border-box;flex:0 0 100%;justify-content:center;width:100%;padding:clamp(.5rem,1.5vmin,1rem);display:flex}.Carousel-module__XDPXaW__carouselIndicators{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(.375rem,1vmin,.75rem);margin-top:clamp(.75rem,2vmin,2rem);padding:clamp(.5rem,1.5vmin,1rem) 0;display:flex}.Carousel-module__XDPXaW__carouselDot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:clamp(.5rem,1.5vmin,.75rem);min-width:12px;height:clamp(.5rem,1.5vmin,.75rem);min-height:12px;transition:all .3s;position:relative}.Carousel-module__XDPXaW__carouselDot:hover{background:#667eea80;transform:scale(1.2)}.Carousel-module__XDPXaW__carouselDot.Carousel-module__XDPXaW__active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);transform:scale(1.3);box-shadow:0 0 clamp(5px,1.5vmin,15px) #667eeab3}.Carousel-module__XDPXaW__carouselDot.Carousel-module__XDPXaW__active:after{content:"";background:#fff;border-radius:50%;width:30%;height:30%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Carousel-module__XDPXaW__mobileNavButtons{justify-content:center;align-items:center;gap:clamp(1rem,3vw,2rem);margin-top:clamp(.75rem,2vmin,1.5rem);padding:0 clamp(1rem,3vw,2rem);display:none}.Carousel-module__XDPXaW__mobileNavBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:clamp(2.5rem,8vmin,3.5rem);min-width:44px;height:clamp(2.5rem,8vmin,3.5rem);min-height:44px;font-size:clamp(1.25rem,4vmin,1.75rem);transition:all .3s;display:flex}.Carousel-module__XDPXaW__mobileNavBtn:hover{transform:scale(1.1)}.Carousel-module__XDPXaW__mobileCounter{color:#94a3b8;text-align:center;min-width:80px;font-size:clamp(.875rem,2.5vmin,1rem);font-weight:500}.Carousel-module__XDPXaW__loadingState{text-align:center;color:#94a3b8;background:#ffffff05;border:1px solid #ffffff0d;border-radius:clamp(.5rem,2vmin,1rem);flex-direction:column;justify-content:center;align-items:center;min-height:200px;margin:0 clamp(1rem,4vw,2rem);padding:clamp(2rem,5vmin,4rem);font-size:clamp(1rem,2.5vmin,1.125rem);display:flex}.Carousel-module__XDPXaW__loadingSpinner{border:3px solid #ffffff1a;border-top-color:#667eea;border-radius:50%;width:clamp(2rem,5vmin,3rem);height:clamp(2rem,5vmin,3rem);margin-bottom:clamp(.75rem,2vmin,1rem);animation:1s linear infinite Carousel-module__XDPXaW__spin}@keyframes Carousel-module__XDPXaW__spin{to{transform:rotate(360deg)}}@media (min-width:1440px){.Carousel-module__XDPXaW__carouselHeader{max-width:1400px}.Carousel-module__XDPXaW__carouselContainer{max-width:1360px}}@media (max-width:1200px){.Carousel-module__XDPXaW__carouselSlide{padding:clamp(.5rem,1vmin,.75rem)}}@media (max-width:1024px){.Carousel-module__XDPXaW__carouselHeader{text-align:center;justify-content:center}.Carousel-module__XDPXaW__carouselTitle{text-align:center;width:100%}.Carousel-module__XDPXaW__autoplayButton{order:3;width:100%;max-width:200px;margin:0 auto}.Carousel-module__XDPXaW__carouselNavButton.Carousel-module__XDPXaW__prev{left:.5rem}.Carousel-module__XDPXaW__carouselNavButton.Carousel-module__XDPXaW__next{right:.5rem}}@media (max-width:768px){.Carousel-module__XDPXaW__mobileNavButtons{display:flex}.Carousel-module__XDPXaW__carouselNavButton{display:none}.Carousel-module__XDPXaW__carouselContainer{padding:0}.Carousel-module__XDPXaW__carouselTrack{border-radius:clamp(.25rem,1.5vmin,.75rem)}.Carousel-module__XDPXaW__carouselSlide{padding:.5rem}.Carousel-module__XDPXaW__autoplayButton{padding:.5rem 1rem;font-size:.75rem}.Carousel-module__XDPXaW__carouselIndicators{gap:.5rem}.Carousel-module__XDPXaW__loadingState{min-height:150px;margin:0 1rem;padding:2rem 1rem}}@media (max-width:480px){.Carousel-module__XDPXaW__carouselHeader{gap:1rem;padding:0 1rem}.Carousel-module__XDPXaW__carouselTitle{font-size:1.5rem}.Carousel-module__XDPXaW__carouselContainer{max-width:100vw}.Carousel-module__XDPXaW__mobileNavButtons{gap:1rem}.Carousel-module__XDPXaW__mobileCounter{font-size:.875rem}}@media (max-width:360px){.Carousel-module__XDPXaW__carouselTitle{font-size:1.25rem}.Carousel-module__XDPXaW__mobileNavBtn{width:2.5rem;height:2.5rem;font-size:1.25rem}.Carousel-module__XDPXaW__mobileCounter{min-width:60px;font-size:.75rem}}@media (max-height:500px) and (orientation:landscape){.Carousel-module__XDPXaW__carouselSection{padding:1rem 0}.Carousel-module__XDPXaW__carouselHeader{margin-bottom:1rem}.Carousel-module__XDPXaW__carouselTrack{min-height:180px}}@media (prefers-reduced-motion:reduce){.Carousel-module__XDPXaW__carouselSlides{transition:none!important}.Carousel-module__XDPXaW__carouselNavButton:hover,.Carousel-module__XDPXaW__autoplayButton:hover,.Carousel-module__XDPXaW__mobileNavBtn:hover,.Carousel-module__XDPXaW__carouselDot:hover,.Carousel-module__XDPXaW__carouselDot.Carousel-module__XDPXaW__active{transform:none}.Carousel-module__XDPXaW__loadingSpinner{border-top-color:#0000;animation:none}}.Carousel-module__XDPXaW__carouselNavButton:focus-visible,.Carousel-module__XDPXaW__carouselDot:focus-visible,.Carousel-module__XDPXaW__autoplayButton:focus-visible,.Carousel-module__XDPXaW__mobileNavBtn:focus-visible{outline-offset:2px;outline:2px solid #667eea}@media (prefers-contrast:high){.Carousel-module__XDPXaW__carouselNavButton,.Carousel-module__XDPXaW__autoplayButton,.Carousel-module__XDPXaW__mobileNavBtn{border:2px solid #667eea}.Carousel-module__XDPXaW__carouselDot{border:1px solid #fff}.Carousel-module__XDPXaW__carouselDot.Carousel-module__XDPXaW__active{border-color:#667eea}.Carousel-module__XDPXaW__carouselTrack{border:2px solid #ffffff1a}}@media print{.Carousel-module__XDPXaW__carouselSection{break-inside:avoid;background:#fff!important}.Carousel-module__XDPXaW__carouselNavButton,.Carousel-module__XDPXaW__autoplayButton,.Carousel-module__XDPXaW__carouselIndicators,.Carousel-module__XDPXaW__mobileNavButtons{display:none!important}.Carousel-module__XDPXaW__carouselTrack{border:1px solid #000}.Carousel-module__XDPXaW__carouselTitle{-webkit-text-fill-color:black;background:0 0;color:#000!important}}
.PlayerBatting-module__JUn_ga__playerBattingStats{background:linear-gradient(135deg,#0f172acc 0%,#1e293bcc 100%);border:1px solid #667eea1a;border-radius:1rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.PlayerBatting-module__JUn_ga__playerBattingStats:before{content:"";opacity:.6;background:linear-gradient(90deg,#667eea,#764ba2);height:2px;position:absolute;top:0;left:0;right:0}.PlayerBatting-module__JUn_ga__sectionTitle{color:#f8fafc;text-align:center;margin:0 0 2rem;font-size:1.5rem;font-weight:700;position:relative}.PlayerBatting-module__JUn_ga__sectionTitle:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;width:3rem;height:2px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.PlayerBatting-module__JUn_ga__statsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.PlayerBatting-module__JUn_ga__formatSection{background:#0003;border:1px solid #ffffff0d;border-radius:.75rem;transition:all .3s;overflow:hidden}.PlayerBatting-module__JUn_ga__formatSection:hover{border-color:#667eea4d;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.PlayerBatting-module__JUn_ga__formatHeader{background:#0000004d;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.PlayerBatting-module__JUn_ga__formatTitle{color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.125rem;font-weight:600}.PlayerBatting-module__JUn_ga__formatBadge{background:#667eea1a;border:1px solid #667eea33;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.PlayerBatting-module__JUn_ga__statsTable{padding:1rem 1.25rem}.PlayerBatting-module__JUn_ga__statRow{border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding:.875rem 0;transition:background-color .2s;display:flex}.PlayerBatting-module__JUn_ga__statRow:hover{background:#ffffff05}.PlayerBatting-module__JUn_ga__statRow:last-child{border-bottom:none}.PlayerBatting-module__JUn_ga__statName{color:#ffffffb3;flex:1;font-size:.875rem;font-weight:500}.PlayerBatting-module__JUn_ga__statValue{color:#f8fafc;font-variant-numeric:tabular-nums;text-align:right;min-width:60px;font-size:.9375rem;font-weight:600}.PlayerBatting-module__JUn_ga__statRow:first-child .PlayerBatting-module__JUn_ga__statValue,.PlayerBatting-module__JUn_ga__statRow:nth-child(2) .PlayerBatting-module__JUn_ga__statValue,.PlayerBatting-module__JUn_ga__statRow:nth-child(3) .PlayerBatting-module__JUn_ga__statValue{color:#667eea;font-weight:700}.PlayerBatting-module__JUn_ga__loading{background:#0003;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.PlayerBatting-module__JUn_ga__spinner{border:3px solid #ffffff1a;border-top-color:#667eea;border-radius:50%;width:2.5rem;height:2.5rem;margin-bottom:1rem;animation:1s linear infinite PlayerBatting-module__JUn_ga__spin}@keyframes PlayerBatting-module__JUn_ga__spin{to{transform:rotate(360deg)}}.PlayerBatting-module__JUn_ga__loading p{color:#ffffffb3;margin:0;font-size:.875rem}@media (max-width:768px){.PlayerBatting-module__JUn_ga__playerBattingStats{padding:1.5rem}.PlayerBatting-module__JUn_ga__statsGrid{grid-template-columns:1fr;gap:1rem}.PlayerBatting-module__JUn_ga__sectionTitle{margin-bottom:1.5rem;font-size:1.25rem}.PlayerBatting-module__JUn_ga__formatHeader{padding:1rem}.PlayerBatting-module__JUn_ga__statsTable{padding:.75rem 1rem}.PlayerBatting-module__JUn_ga__statRow{padding:.75rem 0}}@media (max-width:480px){.PlayerBatting-module__JUn_ga__playerBattingStats{border-left:none;border-right:none;border-radius:0;margin:0 -.5rem;padding:1.25rem}.PlayerBatting-module__JUn_ga__sectionTitle{font-size:1.125rem}.PlayerBatting-module__JUn_ga__formatTitle{font-size:1rem}.PlayerBatting-module__JUn_ga__statName{font-size:.8125rem}.PlayerBatting-module__JUn_ga__statValue{font-size:.875rem}.PlayerBatting-module__JUn_ga__loading{padding:2rem}}@media (max-width:360px){.PlayerBatting-module__JUn_ga__playerBattingStats{padding:1rem}.PlayerBatting-module__JUn_ga__formatHeader{padding:.875rem}.PlayerBatting-module__JUn_ga__statsTable{padding:.5rem .75rem}.PlayerBatting-module__JUn_ga__statRow{padding:.625rem 0}}@media (prefers-reduced-motion:reduce){.PlayerBatting-module__JUn_ga__formatSection,.PlayerBatting-module__JUn_ga__statRow,.PlayerBatting-module__JUn_ga__spinner{transition:none;animation:none}.PlayerBatting-module__JUn_ga__formatSection:hover{transform:none}.PlayerBatting-module__JUn_ga__spinner{border-top-color:#0000}}.PlayerBatting-module__JUn_ga__formatSection:focus-within{outline-offset:2px;outline:2px solid #667eea}@media (prefers-contrast:high){.PlayerBatting-module__JUn_ga__playerBattingStats{border:2px solid #667eea}.PlayerBatting-module__JUn_ga__formatSection{border:2px solid #fff3}.PlayerBatting-module__JUn_ga__statRow{border-bottom:2px solid #fff3}}@media print{.PlayerBatting-module__JUn_ga__playerBattingStats{box-shadow:none;background:0 0;border:1px solid #ccc}.PlayerBatting-module__JUn_ga__sectionTitle{color:#000}.PlayerBatting-module__JUn_ga__statName{color:#333}.PlayerBatting-module__JUn_ga__statValue{color:#000}.PlayerBatting-module__JUn_ga__formatBadge{display:none}}
.PointsTable-module__AIicVq__pointsTableContainer{gap:var(--space-2xl);margin:var(--space-xl)0;flex-direction:column;animation:.6s ease-out PointsTable-module__AIicVq__fadeIn;display:flex}.PointsTable-module__AIicVq__groupSection{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:var(--transition-normal);overflow:hidden}.PointsTable-module__AIicVq__groupSection:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.PointsTable-module__AIicVq__groupName{padding:var(--space-lg)var(--space-xl);background:var(--gradient-primary);color:var(--color-text-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);border-bottom:1px solid var(--color-divider);align-items:center;gap:var(--space-sm);margin:0;display:flex}.PointsTable-module__AIicVq__groupName:before{content:"🏆";font-size:var(--font-size-lg)}.PointsTable-module__AIicVq__tableWrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.PointsTable-module__AIicVq__table{border-collapse:collapse;background:var(--color-surface);width:100%;min-width:600px}.PointsTable-module__AIicVq__table thead{background:var(--color-surface-elevated);border-bottom:2px solid var(--color-border)}.PointsTable-module__AIicVq__table th{padding:var(--space-md)var(--space-lg);text-align:center;font-weight:var(--font-weight-semibold);color:var(--color-text);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.PointsTable-module__AIicVq__table th:first-child{text-align:left;border-radius:var(--radius-sm)0 0 0}.PointsTable-module__AIicVq__table th:last-child{border-radius:0 var(--radius-sm)0 0}.PointsTable-module__AIicVq__table tbody tr{border-bottom:1px solid var(--color-divider);transition:var(--transition-fast)}.PointsTable-module__AIicVq__table tbody tr:hover{background:var(--color-surface-hover)}.PointsTable-module__AIicVq__table td{padding:var(--space-lg);text-align:center;color:var(--color-text-secondary);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);white-space:nowrap}.PointsTable-module__AIicVq__teamCell{align-items:center;gap:var(--space-md);text-align:left;padding-left:var(--space-xl);display:flex}.PointsTable-module__AIicVq__teamLogo{border-radius:var(--radius-full);object-fit:contain;background:var(--color-background);border:2px solid var(--color-border);width:32px;height:32px;transition:var(--transition-fast)}.PointsTable-module__AIicVq__table tbody tr:hover .PointsTable-module__AIicVq__teamLogo{border-color:var(--color-primary);transform:scale(1.1)}.PointsTable-module__AIicVq__teamCell span{font-weight:var(--font-weight-semibold);color:var(--color-text);transition:var(--transition-fast)}.PointsTable-module__AIicVq__table tbody tr:hover .PointsTable-module__AIicVq__teamCell span{color:var(--color-primary)}.PointsTable-module__AIicVq__positive{color:var(--color-success-light)!important;font-weight:var(--font-weight-semibold)!important}.PointsTable-module__AIicVq__negative{color:var(--color-danger-light)!important;font-weight:var(--font-weight-semibold)!important}.PointsTable-module__AIicVq__bold{font-weight:var(--font-weight-bold)!important;color:var(--color-text)!important;font-size:var(--font-size-lg)!important}.PointsTable-module__AIicVq__loading{padding:var(--space-4xl);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-muted);font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);justify-content:center;align-items:center;animation:2s ease-in-out infinite PointsTable-module__AIicVq__pulse;display:flex}.PointsTable-module__AIicVq__loading:before{content:"";border:3px solid var(--color-border-light);border-top-color:var(--color-primary);border-radius:var(--radius-full);width:24px;height:24px;margin-right:var(--space-md);animation:1s linear infinite PointsTable-module__AIicVq__spin}@keyframes PointsTable-module__AIicVq__spin{to{transform:rotate(360deg)}}.PointsTable-module__AIicVq__noData{text-align:center;padding:var(--space-4xl);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);color:var(--color-text-muted);font-size:var(--font-size-lg);align-items:center;gap:var(--space-md);flex-direction:column;display:flex}.PointsTable-module__AIicVq__noData:before{content:"📊";opacity:.6;margin-bottom:var(--space-sm);font-size:3rem}@media (max-width:1024px){.PointsTable-module__AIicVq__pointsTableContainer{gap:var(--space-xl)}.PointsTable-module__AIicVq__groupName{padding:var(--space-md)var(--space-lg);font-size:var(--font-size-lg)}.PointsTable-module__AIicVq__table td{padding:var(--space-md)var(--space-lg)}.PointsTable-module__AIicVq__teamCell{padding-left:var(--space-lg)}}@media (max-width:768px){.PointsTable-module__AIicVq__pointsTableContainer{gap:var(--space-lg);margin:var(--space-lg)0}.PointsTable-module__AIicVq__groupSection{border-radius:var(--radius-md)}.PointsTable-module__AIicVq__groupName{padding:var(--space-sm)var(--space-md);font-size:var(--font-size-base)}.PointsTable-module__AIicVq__table th,.PointsTable-module__AIicVq__table td{padding:var(--space-sm)var(--space-md);font-size:var(--font-size-sm)}.PointsTable-module__AIicVq__teamCell{gap:var(--space-sm)}.PointsTable-module__AIicVq__teamLogo{width:28px;height:28px}.PointsTable-module__AIicVq__loading,.PointsTable-module__AIicVq__noData{padding:var(--space-2xl);font-size:var(--font-size-base)}}@media (max-width:640px){.PointsTable-module__AIicVq__groupSection{border-radius:var(--radius-sm)}.PointsTable-module__AIicVq__table{min-width:500px}.PointsTable-module__AIicVq__table th{font-size:var(--font-size-xs);padding:var(--space-xs)var(--space-sm)}.PointsTable-module__AIicVq__table td{padding:var(--space-xs)var(--space-sm);font-size:var(--font-size-xs)}.PointsTable-module__AIicVq__teamCell{padding-left:var(--space-md);gap:var(--space-xs)}.PointsTable-module__AIicVq__teamLogo{width:24px;height:24px}.PointsTable-module__AIicVq__bold{font-size:var(--font-size-sm)!important}}@media (prefers-reduced-motion:reduce){.PointsTable-module__AIicVq__groupSection,.PointsTable-module__AIicVq__table tbody tr,.PointsTable-module__AIicVq__teamLogo,.PointsTable-module__AIicVq__teamCell span{transition:none}.PointsTable-module__AIicVq__groupSection:hover,.PointsTable-module__AIicVq__table tbody tr:hover .PointsTable-module__AIicVq__teamLogo{transform:none}.PointsTable-module__AIicVq__loading{animation:none}.PointsTable-module__AIicVq__loading:before{border-top-color:var(--color-border-light);animation:none}}@media (prefers-contrast:high){.PointsTable-module__AIicVq__groupSection{border-width:2px}.PointsTable-module__AIicVq__table thead{border-bottom-width:3px}.PointsTable-module__AIicVq__table tbody tr{border-bottom-width:2px}.PointsTable-module__AIicVq__teamLogo{border-width:3px}}@media print{.PointsTable-module__AIicVq__pointsTableContainer{gap:var(--space-lg);margin:0}.PointsTable-module__AIicVq__groupSection{box-shadow:none;break-inside:avoid;border:1px solid #ccc}.PointsTable-module__AIicVq__groupSection:hover{box-shadow:none;border-color:#ccc;transform:none}.PointsTable-module__AIicVq__groupName{color:#000;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f5f5f5}.PointsTable-module__AIicVq__table{color:#000}.PointsTable-module__AIicVq__table th{color:#000;-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#eee}.PointsTable-module__AIicVq__table tbody tr{border-bottom:1px solid #ddd}.PointsTable-module__AIicVq__teamLogo{-webkit-print-color-adjust:exact;print-color-adjust:exact;border:1px solid #ccc}.PointsTable-module__AIicVq__positive{color:#006400!important}.PointsTable-module__AIicVq__negative{color:#8b0000!important}}.PointsTable-module__AIicVq__tableWrapper::-webkit-scrollbar{height:6px}.PointsTable-module__AIicVq__tableWrapper::-webkit-scrollbar-track{background:var(--color-surface);border-radius:var(--radius-full)}.PointsTable-module__AIicVq__tableWrapper::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}.PointsTable-module__AIicVq__tableWrapper::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}.PointsTable-module__AIicVq__tableWrapper{scrollbar-width:thin;scrollbar-color:var(--color-border)var(--color-surface)}
.UpcomingSeries-module__UDSNNa__container{width:100%;max-width:var(--bp-2xl);padding:var(--space-xl)var(--space-lg);min-height:100vh;margin:0 auto;padding-top:3rem}.UpcomingSeries-module__UDSNNa__header{text-align:center;margin-bottom:var(--space-3xl);padding-bottom:var(--space-xl);position:relative}.UpcomingSeries-module__UDSNNa__header:after{content:"";background:var(--gradient-primary);border-radius:var(--radius-full);width:150px;height:3px;box-shadow:var(--shadow-glow);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.UpcomingSeries-module__UDSNNa__heading{font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);background:var(--gradient-primary);color:#0000;margin-bottom:var(--space-lg);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.UpcomingSeries-module__UDSNNa__heading:before{content:"📊";font-size:var(--font-size-2xl);filter:drop-shadow(0 2px 4px #0000004d);position:absolute;top:50%;right:-3rem;transform:translateY(-50%)}.UpcomingSeries-module__UDSNNa__stats{justify-content:center;gap:var(--space-2xl);margin-top:var(--space-xl);display:flex}.UpcomingSeries-module__UDSNNa__statItem{align-items:center;gap:var(--space-xs);padding:var(--space-md)var(--space-xl);background:var(--color-surface-glass);-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md));border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-md);transition:var(--transition-normal);flex-direction:column;display:flex}.UpcomingSeries-module__UDSNNa__statItem:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary);transform:translateY(-2px)}.UpcomingSeries-module__UDSNNa__statCount{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-primary);line-height:1}.UpcomingSeries-module__UDSNNa__statLabel{font-size:var(--font-size-sm);color:var(--color-text-secondary);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.05em}.UpcomingSeries-module__UDSNNa__seriesGrid{gap:var(--space-xl);flex-direction:column;max-width:1200px;margin:0 auto;display:flex}.UpcomingSeries-module__UDSNNa__monthCard{background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);transition:var(--transition-normal);overflow:hidden}.UpcomingSeries-module__UDSNNa__monthCard:hover{box-shadow:var(--shadow-xl);border-color:var(--color-primary)}.UpcomingSeries-module__UDSNNa__monthHeader{padding:var(--space-xl);background:linear-gradient(135deg,var(--color-surface)0%,var(--color-surface-hover)100%);border-bottom:1px solid var(--color-border);cursor:pointer;transition:var(--transition-fast);justify-content:space-between;align-items:center;display:flex}.UpcomingSeries-module__UDSNNa__monthHeader:hover{background:var(--color-surface-hover)}.UpcomingSeries-module__UDSNNa__monthTitle{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-text);align-items:center;gap:var(--space-sm);margin:0;display:flex}.UpcomingSeries-module__UDSNNa__monthIcon{font-size:var(--font-size-lg);opacity:.8}.UpcomingSeries-module__UDSNNa__monthSeriesCount{font-size:var(--font-size-sm);color:var(--color-text-muted);font-weight:var(--font-weight-normal);margin-left:var(--space-sm)}.UpcomingSeries-module__UDSNNa__monthToggle{background:var(--color-surface-elevated);border-radius:var(--radius-full);width:32px;height:32px;font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-primary);transition:var(--transition-fast);justify-content:center;align-items:center;display:flex}.UpcomingSeries-module__UDSNNa__monthHeader:hover .UpcomingSeries-module__UDSNNa__monthToggle{background:var(--color-primary);color:var(--color-text-primary);transform:rotate(90deg)}.UpcomingSeries-module__UDSNNa__seriesList{padding:var(--space-xl);background:var(--color-background-alt)}.UpcomingSeries-module__UDSNNa__seriesItem{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xl);margin-bottom:var(--space-lg);cursor:pointer;transition:var(--transition-normal);justify-content:space-between;align-items:center;display:flex;position:relative;overflow:hidden}.UpcomingSeries-module__UDSNNa__seriesItem:before{content:"";background:var(--color-border);width:4px;transition:var(--transition-fast);position:absolute;top:0;bottom:0;left:0}.UpcomingSeries-module__UDSNNa__seriesItem:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary);transform:translate(4px)}.UpcomingSeries-module__UDSNNa__seriesItem:hover:before{background:var(--gradient-primary);box-shadow:var(--shadow-glow)}.UpcomingSeries-module__UDSNNa__seriesContent{flex:1}.UpcomingSeries-module__UDSNNa__seriesHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.UpcomingSeries-module__UDSNNa__seriesName{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--color-text);line-height:var(--line-height-tight);flex:1;margin:0}.UpcomingSeries-module__UDSNNa__statusBadge{font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.UpcomingSeries-module__UDSNNa__statusBadgeUpcoming{background:var(--color-accent-gold);color:var(--color-background)}.UpcomingSeries-module__UDSNNa__statusBadgeLive{background:var(--color-danger);color:var(--color-text-primary);animation:1.5s infinite UpcomingSeries-module__UDSNNa__pulse}.UpcomingSeries-module__UDSNNa__statusBadgeCompleted{background:var(--color-success);color:var(--color-text-primary)}.UpcomingSeries-module__UDSNNa__seriesMeta{gap:var(--space-lg);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.UpcomingSeries-module__UDSNNa__seriesDates,.UpcomingSeries-module__UDSNNa__seriesFormat{align-items:center;gap:var(--space-xs);font-size:var(--font-size-sm);color:var(--color-text-secondary);font-weight:var(--font-weight-medium);display:flex}.UpcomingSeries-module__UDSNNa__dateIcon,.UpcomingSeries-module__UDSNNa__formatIcon{font-size:var(--font-size-base);opacity:.7}.UpcomingSeries-module__UDSNNa__seriesDescription{font-size:var(--font-size-sm);color:var(--color-text-muted);line-height:var(--line-height-relaxed);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.UpcomingSeries-module__UDSNNa__seriesArrow{font-size:var(--font-size-xl);color:var(--color-text-muted);transition:var(--transition-fast);margin-left:var(--space-lg)}.UpcomingSeries-module__UDSNNa__seriesItem:hover .UpcomingSeries-module__UDSNNa__seriesArrow{color:var(--color-primary);transform:translate(4px)}.UpcomingSeries-module__UDSNNa__statusUpcoming{border-left-color:var(--color-accent-gold)}.UpcomingSeries-module__UDSNNa__statusLive{border-left-color:var(--color-danger)}.UpcomingSeries-module__UDSNNa__statusCompleted{border-left-color:var(--color-success)}.UpcomingSeries-module__UDSNNa__loadingContainer{min-height:60vh;padding:var(--space-3xl);flex-direction:column;justify-content:center;align-items:center;display:flex}.UpcomingSeries-module__UDSNNa__spinner{border:3px solid var(--color-surface-elevated);border-top:3px solid var(--color-primary);border-radius:var(--radius-full);width:60px;height:60px;margin-bottom:var(--space-xl);animation:1.2s cubic-bezier(.68,-.55,.265,1.55) infinite UpcomingSeries-module__UDSNNa__spin}.UpcomingSeries-module__UDSNNa__loadingContainer p{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--color-text);background:var(--color-surface-glass);padding:var(--space-md)var(--space-xl);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md))}.UpcomingSeries-module__UDSNNa__errorContainer{min-height:60vh;padding:var(--space-3xl);justify-content:center;align-items:center;display:flex}.UpcomingSeries-module__UDSNNa__emptyState{text-align:center;padding:var(--space-4xl);background:var(--color-surface);border-radius:var(--radius-xl);border:2px dashed var(--color-border);max-width:500px;margin:0 auto}.UpcomingSeries-module__UDSNNa__emptyStateIcon{margin-bottom:var(--space-lg);opacity:.6;font-size:4rem;animation:2s infinite UpcomingSeries-module__UDSNNa__bounce}.UpcomingSeries-module__UDSNNa__emptyState h3{font-size:var(--font-size-xl);color:var(--color-text);margin-bottom:var(--space-sm)}.UpcomingSeries-module__UDSNNa__emptyState p{color:var(--color-text-muted);margin-bottom:var(--space-xl)}.UpcomingSeries-module__UDSNNa__refreshButton{background:var(--gradient-primary);color:var(--color-text-primary);padding:var(--space-md)var(--space-xl);border-radius:var(--radius-lg);font-weight:var(--font-weight-semibold);cursor:pointer;transition:var(--transition-normal);box-shadow:var(--shadow-md);border:none}.UpcomingSeries-module__UDSNNa__refreshButton:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}@keyframes UpcomingSeries-module__UDSNNa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes UpcomingSeries-module__UDSNNa__bounce{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-10px)scale(1.05)}}@media (max-width:1024px){.UpcomingSeries-module__UDSNNa__container{padding:var(--space-lg);padding-top:6rem}.UpcomingSeries-module__UDSNNa__heading{font-size:var(--font-size-3xl)}.UpcomingSeries-module__UDSNNa__heading:before{font-size:var(--font-size-xl);right:-2.5rem}.UpcomingSeries-module__UDSNNa__stats{gap:var(--space-xl)}.UpcomingSeries-module__UDSNNa__statItem{padding:var(--space-sm)var(--space-lg)}.UpcomingSeries-module__UDSNNa__statCount{font-size:var(--font-size-2xl)}}@media (max-width:768px){.UpcomingSeries-module__UDSNNa__container{padding:var(--space-md);padding-top:5rem}.UpcomingSeries-module__UDSNNa__header{margin-bottom:var(--space-xl)}.UpcomingSeries-module__UDSNNa__heading{font-size:var(--font-size-2xl)}.UpcomingSeries-module__UDSNNa__heading:before{font-size:var(--font-size-lg);right:-2rem}.UpcomingSeries-module__UDSNNa__stats{gap:var(--space-lg);flex-direction:column;align-items:center}.UpcomingSeries-module__UDSNNa__statItem{width:200px}.UpcomingSeries-module__UDSNNa__monthHeader{padding:var(--space-lg)}.UpcomingSeries-module__UDSNNa__monthTitle{font-size:var(--font-size-lg)}.UpcomingSeries-module__UDSNNa__seriesList{padding:var(--space-lg)}.UpcomingSeries-module__UDSNNa__seriesItem{padding:var(--space-lg);align-items:stretch;gap:var(--space-md);flex-direction:column}.UpcomingSeries-module__UDSNNa__seriesHeader,.UpcomingSeries-module__UDSNNa__seriesMeta{gap:var(--space-sm);flex-direction:column}.UpcomingSeries-module__UDSNNa__seriesArrow{display:none}}@media (max-width:640px){.UpcomingSeries-module__UDSNNa__container{padding:var(--space-sm);padding-top:4rem}.UpcomingSeries-module__UDSNNa__heading{font-size:var(--font-size-xl)}.UpcomingSeries-module__UDSNNa__heading:before{display:none}.UpcomingSeries-module__UDSNNa__monthHeader{padding:var(--space-md)}.UpcomingSeries-module__UDSNNa__monthTitle{font-size:var(--font-size-base)}.UpcomingSeries-module__UDSNNa__seriesItem{padding:var(--space-md)}.UpcomingSeries-module__UDSNNa__seriesName{font-size:var(--font-size-base)}}.UpcomingSeries-module__UDSNNa__seriesItem:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-color-scheme:dark){.UpcomingSeries-module__UDSNNa__monthCard:hover{box-shadow:var(--shadow-glow-secondary)}.UpcomingSeries-module__UDSNNa__seriesItem:hover{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md))}}@media (prefers-reduced-motion:reduce){.UpcomingSeries-module__UDSNNa__seriesItem,.UpcomingSeries-module__UDSNNa__monthToggle,.UpcomingSeries-module__UDSNNa__refreshButton,.UpcomingSeries-module__UDSNNa__statItem,.UpcomingSeries-module__UDSNNa__emptyStateIcon{transition:none;animation:none}.UpcomingSeries-module__UDSNNa__spinner{animation-duration:.01ms}}
.page-module__DBWC6W__rankingsPage{max-width:80rem;min-height:100vh;margin:0 auto;padding:clamp(3rem,6vw,5rem) clamp(1rem,4vw,2rem)}.page-module__DBWC6W__rankingsHeader{text-align:center;margin-bottom:clamp(2rem,5vw,4rem);padding:clamp(1.5rem,4vw,2.5rem) 0}.page-module__DBWC6W__pageTitle{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800}.page-module__DBWC6W__pageSubtitle{color:#ffffffb3;max-width:36rem;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.page-module__DBWC6W__rankingsControls{background:#ffffff08;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;gap:1.5rem;margin-bottom:clamp(1.5rem,4vw,3rem);padding:1.5rem;display:flex;box-shadow:0 4px 12px #0000001a}.page-module__DBWC6W__tabsContainer{flex-direction:column;gap:.75rem;display:flex}.page-module__DBWC6W__tabsLabel{color:#fffc;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.875rem;font-weight:600}.page-module__DBWC6W__categoryTabs,.page-module__DBWC6W__formatTabs{margin:0}.page-module__DBWC6W__rankingsContainer{position:relative}.page-module__DBWC6W__rankingsMeta{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.25rem;display:flex}.page-module__DBWC6W__rankingsTitle{color:#fffffff2;margin:0;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700}.page-module__DBWC6W__rankingsStats{align-items:center;gap:1rem;display:flex}.page-module__DBWC6W__totalCount,.page-module__DBWC6W__pageInfo{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.page-module__DBWC6W__totalCount{color:#667eea;border-color:#667eea4d}.page-module__DBWC6W__rankingsList{margin-bottom:2rem;position:relative}.page-module__DBWC6W__noResults{text-align:center;color:#ffffff80;padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2rem)}.page-module__DBWC6W__noResultsIcon{opacity:.5;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem)}.page-module__DBWC6W__noResults h3{color:#fffc;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.page-module__DBWC6W__noResults p{max-width:24rem;margin:0 auto;font-size:.9375rem;line-height:1.6}@media (max-width:768px){.page-module__DBWC6W__rankingsPage{padding:2rem 1rem}.page-module__DBWC6W__rankingsMeta{flex-direction:column;align-items:flex-start;gap:1rem}.page-module__DBWC6W__rankingsStats{justify-content:space-between;align-self:stretch}.page-module__DBWC6W__rankingsControls{padding:1.25rem}}@media (max-width:480px){.page-module__DBWC6W__rankingsPage{padding:1.5rem .75rem}.page-module__DBWC6W__rankingsControls{gap:1rem;padding:1rem}.page-module__DBWC6W__pageTitle{font-size:1.75rem}.page-module__DBWC6W__pageSubtitle{font-size:.9375rem}.page-module__DBWC6W__rankingsTitle{font-size:1.125rem}.page-module__DBWC6W__rankingsStats{flex-direction:column;align-items:flex-start;gap:.5rem}.page-module__DBWC6W__totalCount,.page-module__DBWC6W__pageInfo{padding:.375rem .75rem;font-size:.75rem}.page-module__DBWC6W__noResults{padding:2rem 1rem}}@media (max-width:360px){.page-module__DBWC6W__rankingsPage{padding:1rem .5rem}.page-module__DBWC6W__rankingsControls{padding:.75rem}}@media (prefers-reduced-motion:reduce){.page-module__DBWC6W__rankingsList .page-module__DBWC6W__rankingCard{animation:none}}.page-module__DBWC6W__rankingsContainer:focus-within{outline-offset:2px;border-radius:.5rem;outline:2px solid #667eea}@media print{.page-module__DBWC6W__rankingsControls{display:none}.page-module__DBWC6W__pageTitle{color:#000;background:0 0}.page-module__DBWC6W__pageSubtitle{color:#666}}
.page-module__wxGc9G__container{width:100%;max-width:var(--bp-2xl);padding:0 var(--space-lg);min-height:100vh;margin:0 auto;padding-top:8rem}.page-module__wxGc9G__header{margin-bottom:var(--space-2xl);padding-bottom:var(--space-xl);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;display:flex;position:relative}.page-module__wxGc9G__heading{font-size:var(--font-size-4xl);font-weight:var(--font-weight-extrabold);background:var(--gradient-primary);color:#fff;align-items:center;gap:var(--space-md);-webkit-background-clip:text;background-clip:text;margin:0;display:flex;position:relative}.page-module__wxGc9G__heading:before{content:"🏏";font-size:var(--font-size-2xl)}.page-module__wxGc9G__matchCount{font-size:var(--font-size-base);color:var(--color-text-secondary);font-weight:var(--font-weight-medium);background:var(--color-surface);padding:var(--space-sm)var(--space-lg);border-radius:var(--radius-full);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);display:inline-block}.page-module__wxGc9G__matchesGrid{gap:var(--space-xl);margin-bottom:var(--space-3xl);grid-template-columns:1fr;width:100%;display:grid}.page-module__wxGc9G__matchCardWrapper{transition:var(--transition-normal)}.page-module__wxGc9G__matchCardWrapper:hover{transform:translateY(-4px)}.page-module__wxGc9G__loadingContainer{min-height:60vh;padding:var(--space-3xl);background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);flex-direction:column;justify-content:center;align-items:center;display:flex}.page-module__wxGc9G__spinner{border:3px solid var(--color-surface-elevated);border-top:3px solid var(--color-primary);border-radius:var(--radius-full);width:60px;height:60px;margin-bottom:var(--space-xl);animation:1.2s cubic-bezier(.68,-.55,.265,1.55) infinite page-module__wxGc9G__spin;position:relative}.page-module__wxGc9G__spinner:after{content:"";border-radius:var(--radius-full);border:3px solid #0000;border-top-color:var(--color-secondary);animation:1.6s linear infinite page-module__wxGc9G__spin;position:absolute;inset:-3px}.page-module__wxGc9G__loadingContainer p{font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);color:var(--color-text);background:var(--gradient-glass);padding:var(--space-md)var(--space-xl);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(var(--blur-md));backdrop-filter:blur(var(--blur-md))}.page-module__wxGc9G__errorContainer{min-height:60vh;padding:var(--space-3xl);justify-content:center;align-items:center;display:flex}.page-module__wxGc9G__noMatches{padding:var(--space-3xl);background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);grid-column:1;justify-content:center;animation:.6s cubic-bezier(.4,0,.2,1) page-module__wxGc9G__fadeInScale;display:flex}@keyframes page-module__wxGc9G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-module__wxGc9G__seriesInfo{background:var(--color-surface);padding:var(--space-lg)var(--space-xl);border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-bottom:var(--space-xl);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;display:flex}.page-module__wxGc9G__seriesInfoItem{align-items:center;gap:var(--space-xs);flex-direction:column;display:flex}.page-module__wxGc9G__seriesInfoLabel{font-size:var(--font-size-sm);color:var(--color-text-muted);font-weight:var(--font-weight-medium)}.page-module__wxGc9G__seriesInfoValue{font-size:var(--font-size-base);color:var(--color-text);font-weight:var(--font-weight-semibold)}.page-module__wxGc9G__emptyState{text-align:center;padding:var(--space-3xl);background:var(--color-surface);border-radius:var(--radius-xl);border:2px dashed var(--color-border);box-shadow:var(--shadow-inner);grid-column:1}.page-module__wxGc9G__emptyStateIcon{margin-bottom:var(--space-lg);opacity:.6;font-size:4rem}.page-module__wxGc9G__emptyState h3{font-size:var(--font-size-xl);color:var(--color-text-secondary);margin-bottom:var(--space-sm)}.page-module__wxGc9G__emptyState p{color:var(--color-text-muted);max-width:400px;margin:0 auto}@media (max-width:1024px){.page-module__wxGc9G__container{padding:0 var(--space-xl);padding-top:6rem}.page-module__wxGc9G__matchesGrid{gap:var(--space-lg)}.page-module__wxGc9G__heading{font-size:var(--font-size-3xl)}.page-module__wxGc9G__matchCount{font-size:var(--font-size-sm);padding:var(--space-xs)var(--space-md)}}@media (max-width:768px){.page-module__wxGc9G__container{padding:0 var(--space-md);padding-top:5rem}.page-module__wxGc9G__header{align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl);padding-bottom:var(--space-lg);flex-direction:column}.page-module__wxGc9G__matchesGrid{gap:var(--space-md)}.page-module__wxGc9G__heading{font-size:var(--font-size-2xl);flex-wrap:wrap}.page-module__wxGc9G__heading:before{font-size:var(--font-size-xl)}.page-module__wxGc9G__matchCount{align-self:flex-start}.page-module__wxGc9G__loadingContainer,.page-module__wxGc9G__noMatches{padding:var(--space-xl)}}@media (max-width:640px){.page-module__wxGc9G__container{padding:0 var(--space-sm);padding-top:4rem}.page-module__wxGc9G__header{margin-bottom:var(--space-lg)}.page-module__wxGc9G__heading{font-size:var(--font-size-xl)}.page-module__wxGc9G__matchCount{font-size:var(--font-size-xs);padding:var(--space-xs)var(--space-sm)}.page-module__wxGc9G__loadingContainer p{font-size:var(--font-size-base);padding:var(--space-sm)var(--space-lg)}}.page-module__wxGc9G__statusLive{padding-left:var(--space-lg);position:relative}.page-module__wxGc9G__statusLive:before{content:"";background:var(--color-danger);border-radius:var(--radius-full);width:8px;height:8px;animation:1.5s infinite page-module__wxGc9G__pulse;position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 0 4px #e74c3c4d}.page-module__wxGc9G__statusUpcoming{padding-left:var(--space-lg);position:relative}.page-module__wxGc9G__statusUpcoming:before{content:"";background:var(--color-accent-gold);border-radius:var(--radius-full);width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.page-module__wxGc9G__statusCompleted{padding-left:var(--space-lg);position:relative}.page-module__wxGc9G__statusCompleted:before{content:"";background:var(--color-success);border-radius:var(--radius-full);width:8px;height:8px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (prefers-color-scheme:dark){.page-module__wxGc9G__matchCardWrapper:hover{box-shadow:var(--shadow-glow-secondary)}.page-module__wxGc9G__loadingContainer,.page-module__wxGc9G__noMatches{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(var(--blur-lg));backdrop-filter:blur(var(--blur-lg))}}@media (prefers-reduced-motion:reduce){.page-module__wxGc9G__spinner,.page-module__wxGc9G__spinner:after,.page-module__wxGc9G__matchCardWrapper,.page-module__wxGc9G__statusLive:before{animation:none}}@media print{.page-module__wxGc9G__container{padding-top:0}.page-module__wxGc9G__matchCardWrapper:hover{transform:none}.page-module__wxGc9G__loadingContainer,.page-module__wxGc9G__noMatches{box-shadow:none;border:1px solid #ddd}}
.BlogSection-module__mvqOKa__spotlightSection{background:var(--color-background);padding:clamp(3rem,8vw,5rem) 0;position:relative;overflow:hidden}.BlogSection-module__mvqOKa__spotlightOverlay{pointer-events:none;z-index:1;transition:opacity .3s;position:absolute;inset:0}.BlogSection-module__mvqOKa__activeSpotlight{pointer-events:none;z-index:2;transition:opacity .4s;position:absolute;inset:0}.BlogSection-module__mvqOKa__sectionHeader{text-align:center;z-index:3;margin-bottom:clamp(2rem,6vw,4rem);position:relative}.BlogSection-module__mvqOKa__sectionTitle{margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2}.BlogSection-module__mvqOKa__titleGradient{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.BlogSection-module__mvqOKa__sectionSubtitle{color:#94a3b8;font-size:clamp(1rem,2vw,1.25rem);font-weight:500}.BlogSection-module__mvqOKa__spotlightGrid{z-index:3;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2rem);max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid;position:relative}.BlogSection-module__mvqOKa__spotlightCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:1.5rem;flex-direction:column;min-height:480px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.BlogSection-module__mvqOKa__spotlightCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0006}.BlogSection-module__mvqOKa__cardBorder{opacity:.8;height:2px;transition:all .3s;position:absolute;top:0;left:0;right:0}.BlogSection-module__mvqOKa__spotlightCard:hover .BlogSection-module__mvqOKa__cardBorder{opacity:1;height:3px}.BlogSection-module__mvqOKa__cardContent{z-index:2;flex-direction:column;flex:1;display:flex;position:relative}.BlogSection-module__mvqOKa__emptyCard{background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px dashed #ffffff1a;justify-content:center;align-items:center;display:flex}.BlogSection-module__mvqOKa__emptyCardContent{text-align:center;color:#94a3b8;padding:2rem}.BlogSection-module__mvqOKa__emptyIcon{opacity:.6;margin-bottom:1rem;font-size:3rem}.BlogSection-module__mvqOKa__emptySubtext{opacity:.7;margin-top:.5rem;font-size:.875rem}.BlogSection-module__mvqOKa__postImage{flex-shrink:0;height:180px;position:relative;overflow:hidden}.BlogSection-module__mvqOKa__postImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.BlogSection-module__mvqOKa__spotlightCard:hover .BlogSection-module__mvqOKa__postImage img{transform:scale(1.05)}.BlogSection-module__mvqOKa__imageOverlay{opacity:.6;position:absolute;inset:0}.BlogSection-module__mvqOKa__postDetails{flex-direction:column;flex:1;gap:.75rem;padding:clamp(1rem,2vw,1.25rem);display:flex}.BlogSection-module__mvqOKa__postCategory{text-transform:uppercase;letter-spacing:1px;background:#ffffff1a;border-radius:9999px;align-self:flex-start;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.BlogSection-module__mvqOKa__postTitle{color:#f8fafc;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:clamp(1.1rem,1.5vw,1.25rem);font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.BlogSection-module__mvqOKa__postExcerpt{color:#94a3b8;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogSection-module__mvqOKa__postMeta{color:#64748b;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.75rem;display:flex}.BlogSection-module__mvqOKa__readMoreBtn{color:#fff;cursor:pointer;text-align:center;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative;overflow:hidden}.BlogSection-module__mvqOKa__readMoreBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.BlogSection-module__mvqOKa__readMoreBtn:hover:before{left:100%}.BlogSection-module__mvqOKa__btnIcon{stroke:currentColor;stroke-width:2px;fill:none;width:16px;height:16px;transition:transform .3s}.BlogSection-module__mvqOKa__readMoreBtn:hover .BlogSection-module__mvqOKa__btnIcon{transform:translate(4px)}.BlogSection-module__mvqOKa__cardGlow{opacity:0;pointer-events:none;transition:opacity .4s;position:absolute;inset:0}.BlogSection-module__mvqOKa__spotlightCard:hover .BlogSection-module__mvqOKa__cardGlow{opacity:.3}.BlogSection-module__mvqOKa__loadingGrid{grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2rem);max-width:1400px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem);display:grid}.BlogSection-module__mvqOKa__skeletonCard{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;min-height:480px;animation:1.5s infinite BlogSection-module__mvqOKa__pulse;overflow:hidden}.BlogSection-module__mvqOKa__skeletonImage{background:#ffffff1a;width:100%;height:180px}.BlogSection-module__mvqOKa__skeletonContent{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.BlogSection-module__mvqOKa__skeletonCategory{background:#ffffff1a;border-radius:12px;width:80px;height:24px}.BlogSection-module__mvqOKa__skeletonTitle{background:#ffffff1a;border-radius:6px;width:100%;height:28px;margin-bottom:.5rem}.BlogSection-module__mvqOKa__skeletonExcerpt{background:#ffffff0d;border-radius:6px;width:100%;height:60px}.BlogSection-module__mvqOKa__skeletonMeta{background:#ffffff0d;border-radius:4px;width:100px;height:16px}@keyframes BlogSection-module__mvqOKa__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (min-width:1400px){.BlogSection-module__mvqOKa__spotlightGrid{max-width:1400px}}@media (max-width:1200px){.BlogSection-module__mvqOKa__spotlightGrid,.BlogSection-module__mvqOKa__loadingGrid{grid-template-columns:repeat(2,1fr);max-width:900px}.BlogSection-module__mvqOKa__spotlightCard{min-height:460px}.BlogSection-module__mvqOKa__postImage{height:200px}.BlogSection-module__mvqOKa__postTitle{font-size:1.25rem}}@media (max-width:768px){.BlogSection-module__mvqOKa__spotlightSection{padding:2.5rem 0}.BlogSection-module__mvqOKa__spotlightGrid{grid-template-columns:1fr;gap:1.5rem;max-width:450px;padding:0 1rem}.BlogSection-module__mvqOKa__loadingGrid{grid-template-columns:1fr;max-width:450px}.BlogSection-module__mvqOKa__spotlightCard{width:100%;max-width:400px;min-height:auto;margin:0 auto}.BlogSection-module__mvqOKa__postImage{height:200px}.BlogSection-module__mvqOKa__sectionTitle{font-size:2rem}.BlogSection-module__mvqOKa__spotlightCard:hover{transform:translateY(-4px)}@media (hover:none){.BlogSection-module__mvqOKa__spotlightCard:hover,.BlogSection-module__mvqOKa__spotlightCard:hover .BlogSection-module__mvqOKa__postImage img{transform:none}.BlogSection-module__mvqOKa__spotlightCard:hover .BlogSection-module__mvqOKa__cardBorder{height:2px}}}@media (max-width:480px){.BlogSection-module__mvqOKa__sectionTitle{font-size:1.75rem}.BlogSection-module__mvqOKa__postDetails{padding:1.25rem}.BlogSection-module__mvqOKa__postTitle{font-size:1.25rem}.BlogSection-module__mvqOKa__readMoreBtn{padding:.625rem 1.25rem}.BlogSection-module__mvqOKa__postImage{height:180px}}@keyframes BlogSection-module__mvqOKa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.BlogSection-module__mvqOKa__spotlightCard{opacity:0;animation:.6s forwards BlogSection-module__mvqOKa__fadeInUp}.BlogSection-module__mvqOKa__spotlightCard:first-child{animation-delay:.1s}.BlogSection-module__mvqOKa__spotlightCard:nth-child(2){animation-delay:.2s}.BlogSection-module__mvqOKa__spotlightCard:nth-child(3){animation-delay:.3s}.BlogSection-module__mvqOKa__spotlightCard:nth-child(4){animation-delay:.4s}
.PlayerBowling-module__HJKArW__playerBowlingStats{background:linear-gradient(135deg,#0f172acc 0%,#1e293bcc 100%);border:1px solid #667eea1a;border-radius:1rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.PlayerBowling-module__HJKArW__playerBowlingStats:before{content:"";opacity:.6;background:linear-gradient(90deg,#667eea,#764ba2);height:2px;position:absolute;top:0;left:0;right:0}.PlayerBowling-module__HJKArW__sectionTitle{color:#f8fafc;text-align:center;margin:0 0 2rem;font-size:1.5rem;font-weight:700;position:relative}.PlayerBowling-module__HJKArW__sectionTitle:after{content:"";background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;width:3rem;height:2px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.PlayerBowling-module__HJKArW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.PlayerBowling-module__HJKArW__formatSection{background:#0003;border:1px solid #ffffff0d;border-radius:.75rem;transition:all .3s;overflow:hidden}.PlayerBowling-module__HJKArW__formatSection:hover{border-color:#667eea4d;transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.PlayerBowling-module__HJKArW__formatHeader{background:#0000004d;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.PlayerBowling-module__HJKArW__formatTitle{color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:1.125rem;font-weight:600}.PlayerBowling-module__HJKArW__formatBadge{background:#667eea1a;border:1px solid #667eea33;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.PlayerBowling-module__HJKArW__statsTable{padding:1rem 1.25rem}.PlayerBowling-module__HJKArW__statRow{border-bottom:1px solid #ffffff08;justify-content:space-between;align-items:center;padding:.875rem 0;transition:background-color .2s;display:flex}.PlayerBowling-module__HJKArW__statRow:hover{background:#ffffff05}.PlayerBowling-module__HJKArW__statRow:last-child{border-bottom:none}.PlayerBowling-module__HJKArW__statName{color:#ffffffb3;flex:1;font-size:.875rem;font-weight:500}.PlayerBowling-module__HJKArW__statValue{color:#f8fafc;font-variant-numeric:tabular-nums;text-align:right;min-width:60px;font-size:.9375rem;font-weight:600}.PlayerBowling-module__HJKArW__wicketStat .PlayerBowling-module__HJKArW__statValue,.PlayerBowling-module__HJKArW__averageStat .PlayerBowling-module__HJKArW__statValue,.PlayerBowling-module__HJKArW__economyStat .PlayerBowling-module__HJKArW__statValue,.PlayerBowling-module__HJKArW__strikeRateStat .PlayerBowling-module__HJKArW__statValue,.PlayerBowling-module__HJKArW__bestBowlingStat .PlayerBowling-module__HJKArW__statValue{color:#667eea;font-weight:700}.PlayerBowling-module__HJKArW__loading{background:#0003;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.PlayerBowling-module__HJKArW__spinner{border:3px solid #ffffff1a;border-top-color:#667eea;border-radius:50%;width:2.5rem;height:2.5rem;margin-bottom:1rem;animation:1s linear infinite PlayerBowling-module__HJKArW__spin}@keyframes PlayerBowling-module__HJKArW__spin{to{transform:rotate(360deg)}}.PlayerBowling-module__HJKArW__loading p{color:#ffffffb3;margin:0;font-size:.875rem}@media (max-width:768px){.PlayerBowling-module__HJKArW__playerBowlingStats{padding:1.5rem}.PlayerBowling-module__HJKArW__statsGrid{grid-template-columns:1fr;gap:1rem}.PlayerBowling-module__HJKArW__sectionTitle{margin-bottom:1.5rem;font-size:1.25rem}.PlayerBowling-module__HJKArW__formatHeader{padding:1rem}.PlayerBowling-module__HJKArW__statsTable{padding:.75rem 1rem}.PlayerBowling-module__HJKArW__statRow{padding:.75rem 0}}@media (max-width:480px){.PlayerBowling-module__HJKArW__playerBowlingStats{border-left:none;border-right:none;border-radius:0;margin:0 -.5rem;padding:1.25rem}.PlayerBowling-module__HJKArW__sectionTitle{font-size:1.125rem}.PlayerBowling-module__HJKArW__formatTitle{font-size:1rem}.PlayerBowling-module__HJKArW__statName{font-size:.8125rem}.PlayerBowling-module__HJKArW__statValue{font-size:.875rem}.PlayerBowling-module__HJKArW__loading{padding:2rem}}@media (max-width:360px){.PlayerBowling-module__HJKArW__playerBowlingStats{padding:1rem}.PlayerBowling-module__HJKArW__formatHeader{padding:.875rem}.PlayerBowling-module__HJKArW__statsTable{padding:.5rem .75rem}.PlayerBowling-module__HJKArW__statRow{padding:.625rem 0}}@media (prefers-reduced-motion:reduce){.PlayerBowling-module__HJKArW__formatSection,.PlayerBowling-module__HJKArW__statRow,.PlayerBowling-module__HJKArW__spinner{transition:none;animation:none}.PlayerBowling-module__HJKArW__formatSection:hover{transform:none}.PlayerBowling-module__HJKArW__spinner{border-top-color:#0000}}.PlayerBowling-module__HJKArW__formatSection:focus-within{outline-offset:2px;outline:2px solid #667eea}@media (prefers-contrast:high){.PlayerBowling-module__HJKArW__playerBowlingStats{border:2px solid #667eea}.PlayerBowling-module__HJKArW__formatSection{border:2px solid #fff3}.PlayerBowling-module__HJKArW__statRow{border-bottom:2px solid #fff3}}@media print{.PlayerBowling-module__HJKArW__playerBowlingStats{box-shadow:none;background:0 0;border:1px solid #ccc}.PlayerBowling-module__HJKArW__sectionTitle{color:#000}.PlayerBowling-module__HJKArW__statName{color:#333}.PlayerBowling-module__HJKArW__statValue{color:#000}.PlayerBowling-module__HJKArW__formatBadge{display:none}}
.SeriesArchive-module__MAt9mG__seriesArchive{color:#fffffff2;background:linear-gradient(135deg,#0f172ae6 0%,#1e293be6 100%);border:1px solid #667eea1a;border-radius:1rem;max-width:72rem;margin:2rem auto;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:0 8px 32px #0003}.SeriesArchive-module__MAt9mG__yearSelector{border-bottom:1px solid #ffffff1a;margin-bottom:clamp(1.5rem,4vw,2.5rem);padding-bottom:1.5rem}.SeriesArchive-module__MAt9mG__yearSelectorHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.SeriesArchive-module__MAt9mG__yearSelectorTitle{color:#ffffffe6;margin:0;font-size:1.125rem;font-weight:600}.SeriesArchive-module__MAt9mG__selectedYearDisplay{color:#667eea;background:#667eea1a;border:1px solid #667eea33;border-radius:.5rem;padding:.5rem 1rem;font-size:1.25rem;font-weight:700}.SeriesArchive-module__MAt9mG__yearButtons{flex-wrap:wrap;gap:.5rem;max-height:12rem;padding-right:.5rem;display:flex;overflow-y:auto}.SeriesArchive-module__MAt9mG__yearButtons::-webkit-scrollbar{width:.375rem}.SeriesArchive-module__MAt9mG__yearButtons::-webkit-scrollbar-track{background:#ffffff0d;border-radius:.25rem}.SeriesArchive-module__MAt9mG__yearButtons::-webkit-scrollbar-thumb{background:#667eea80;border-radius:.25rem}.SeriesArchive-module__MAt9mG__yearButton{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;flex-shrink:0;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .3s}.SeriesArchive-module__MAt9mG__yearButton:hover{color:#ffffffe6;background:#667eea26;border-color:#667eea4d;transform:translateY(-1px)}.SeriesArchive-module__MAt9mG__yearButton.SeriesArchive-module__MAt9mG__active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#667eea80;font-weight:600;box-shadow:0 4px 12px #667eea4d}.SeriesArchive-module__MAt9mG__mobileYearSelector{flex-direction:column;gap:1rem;display:flex}.SeriesArchive-module__MAt9mG__selectWrapper{width:100%;position:relative}.SeriesArchive-module__MAt9mG__yearSelect{color:#fffffff2;cursor:pointer;appearance:none;background:#ffffff14 url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 1rem center/16px no-repeat;border:2px solid #ffffff26;border-radius:.75rem;width:100%;padding:1rem 3rem;font-size:1rem;font-weight:500;transition:all .3s}.SeriesArchive-module__MAt9mG__yearSelect:hover{background-color:#ffffff1f;border-color:#667eea66}.SeriesArchive-module__MAt9mG__yearSelect:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea33}.SeriesArchive-module__MAt9mG__yearSelect option{color:#fffffff2;background:#1e293b;padding:.75rem;font-size:1rem}.SeriesArchive-module__MAt9mG__selectArrow{pointer-events:none;color:#667eea;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.SeriesArchive-module__MAt9mG__selectHint{background:#667eea14;border:1px solid #667eea33;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.SeriesArchive-module__MAt9mG__hintIcon{opacity:.7;font-size:1.125rem}.SeriesArchive-module__MAt9mG__hintText{color:#ffffffb3;font-size:.8125rem;font-weight:500}.SeriesArchive-module__MAt9mG__seriesListHeader{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.SeriesArchive-module__MAt9mG__seriesListTitle{color:#fffffff2;margin:0;font-size:1.5rem;font-weight:700}.SeriesArchive-module__MAt9mG__seriesCount{color:#667eea;background:#667eea1a;border:1px solid #667eea33;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.SeriesArchive-module__MAt9mG__seriesGrid{flex-direction:column;gap:.75rem;display:flex}.SeriesArchive-module__MAt9mG__seriesCard{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.SeriesArchive-module__MAt9mG__seriesCard:before{content:"";opacity:0;background:linear-gradient(#667eea,#764ba2);width:3px;transition:opacity .3s;position:absolute;top:0;bottom:0;left:0}.SeriesArchive-module__MAt9mG__seriesCard:hover{background:#ffffff0d;border-color:#667eea4d;transform:translate(4px);box-shadow:0 4px 20px #0003}.SeriesArchive-module__MAt9mG__seriesCard:hover:before{opacity:1}.SeriesArchive-module__MAt9mG__seriesCard:focus-visible{outline-offset:2px;outline:2px solid #667eea}.SeriesArchive-module__MAt9mG__seriesInfo{flex:1}.SeriesArchive-module__MAt9mG__seriesName{color:#fffffff2;margin:0 0 .5rem;font-size:1.125rem;font-weight:600;line-height:1.3}.SeriesArchive-module__MAt9mG__seriesDates{color:#fff9;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.SeriesArchive-module__MAt9mG__date{font-weight:500}.SeriesArchive-module__MAt9mG__dateSeparator{color:#fff6}.SeriesArchive-module__MAt9mG__seriesArrow{color:#667eeab3;opacity:0;font-size:1.25rem;font-weight:700;transition:all .3s;transform:translate(-10px)}.SeriesArchive-module__MAt9mG__seriesCard:hover .SeriesArchive-module__MAt9mG__seriesArrow{opacity:1;transform:translate(0)}.SeriesArchive-module__MAt9mG__noData{text-align:center;color:#fff9;padding:clamp(2rem,6vw,3rem) 1rem}.SeriesArchive-module__MAt9mG__noDataIcon{opacity:.5;margin-bottom:1rem;font-size:3rem}.SeriesArchive-module__MAt9mG__noData h3{color:#fffc;margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.SeriesArchive-module__MAt9mG__noData p{max-width:24rem;margin:0 auto;font-size:.9375rem;line-height:1.5}.SeriesArchive-module__MAt9mG__loading{background:#0003;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;max-width:72rem;margin:2rem auto;padding:3rem;display:flex}.SeriesArchive-module__MAt9mG__spinner{border:3px solid #ffffff1a;border-top-color:#667eea;border-radius:50%;width:2.5rem;height:2.5rem;margin-bottom:1rem;animation:1s linear infinite SeriesArchive-module__MAt9mG__spin}@keyframes SeriesArchive-module__MAt9mG__spin{to{transform:rotate(360deg)}}.SeriesArchive-module__MAt9mG__loading p{color:#ffffffb3;margin:0;font-size:.875rem}@media (max-width:768px){.SeriesArchive-module__MAt9mG__seriesArchive{margin:1rem auto;padding:1.5rem}.SeriesArchive-module__MAt9mG__yearButtons{display:none}.SeriesArchive-module__MAt9mG__yearSelectorHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.SeriesArchive-module__MAt9mG__selectedYearDisplay{align-self:flex-start;font-size:1.125rem}.SeriesArchive-module__MAt9mG__yearSelect{padding:.875rem 1rem .875rem 2.5rem;font-size:.9375rem}.SeriesArchive-module__MAt9mG__seriesListHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.SeriesArchive-module__MAt9mG__seriesListTitle{font-size:1.25rem}.SeriesArchive-module__MAt9mG__seriesName{font-size:1rem}}@media (max-width:480px){.SeriesArchive-module__MAt9mG__seriesArchive{margin:.5rem auto;padding:1.25rem}.SeriesArchive-module__MAt9mG__yearSelect{padding:.75rem 1rem .75rem 2rem;font-size:.875rem}.SeriesArchive-module__MAt9mG__selectHint{padding:.625rem .75rem}.SeriesArchive-module__MAt9mG__hintText{font-size:.75rem}.SeriesArchive-module__MAt9mG__seriesCard{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.SeriesArchive-module__MAt9mG__seriesArrow{opacity:.5;align-self:flex-end;transform:none}.SeriesArchive-module__MAt9mG__seriesCard:hover .SeriesArchive-module__MAt9mG__seriesArrow{transform:translate(4px)}.SeriesArchive-module__MAt9mG__noData{padding:2rem 1rem}.SeriesArchive-module__MAt9mG__noDataIcon{font-size:2.5rem}}@media (max-width:360px){.SeriesArchive-module__MAt9mG__seriesArchive{padding:1rem}.SeriesArchive-module__MAt9mG__yearSelect{font-size:.8125rem}.SeriesArchive-module__MAt9mG__selectHint{flex-direction:column;align-items:flex-start;gap:.25rem}.SeriesArchive-module__MAt9mG__seriesListTitle{font-size:1.125rem}.SeriesArchive-module__MAt9mG__seriesName{font-size:.9375rem}.SeriesArchive-module__MAt9mG__seriesDates{font-size:.8125rem}}@media (min-width:769px){.SeriesArchive-module__MAt9mG__mobileYearSelector{display:none}}@media (prefers-reduced-motion:reduce){.SeriesArchive-module__MAt9mG__yearButton,.SeriesArchive-module__MAt9mG__yearSelect,.SeriesArchive-module__MAt9mG__seriesCard,.SeriesArchive-module__MAt9mG__seriesArrow,.SeriesArchive-module__MAt9mG__spinner{transition:none;animation:none}.SeriesArchive-module__MAt9mG__yearButton:hover,.SeriesArchive-module__MAt9mG__seriesCard:hover,.SeriesArchive-module__MAt9mG__seriesCard:hover .SeriesArchive-module__MAt9mG__seriesArrow{transform:none}.SeriesArchive-module__MAt9mG__spinner{border-top-color:#0000}}@media (prefers-contrast:high){.SeriesArchive-module__MAt9mG__seriesArchive{border:2px solid #667eea}.SeriesArchive-module__MAt9mG__yearButton,.SeriesArchive-module__MAt9mG__yearSelect,.SeriesArchive-module__MAt9mG__seriesCard{border:2px solid #ffffff4d}.SeriesArchive-module__MAt9mG__yearButton.SeriesArchive-module__MAt9mG__active{border:3px solid #667eea}}@media print{.SeriesArchive-module__MAt9mG__seriesArchive{box-shadow:none;background:0 0;border:1px solid #ccc}.SeriesArchive-module__MAt9mG__yearButton,.SeriesArchive-module__MAt9mG__yearSelect{color:#333;border:1px solid #ccc}.SeriesArchive-module__MAt9mG__yearButton.SeriesArchive-module__MAt9mG__active{color:#000;background:#f0f0f0}.SeriesArchive-module__MAt9mG__seriesCard{break-inside:avoid;border:1px solid #ccc}.SeriesArchive-module__MAt9mG__seriesName{color:#000}.SeriesArchive-module__MAt9mG__seriesDates{color:#666}}
.TeamPlayers-module__R7r5Na__container{width:100%;max-width:1280px;margin:0 auto;padding:3rem 2rem}.TeamPlayers-module__R7r5Na__header{text-align:center;margin-bottom:4rem}.TeamPlayers-module__R7r5Na__title{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-size:2.75rem;font-weight:800}.TeamPlayers-module__R7r5Na__categoriesContainer{flex-direction:column;gap:4rem;display:flex}.TeamPlayers-module__R7r5Na__category{opacity:0;animation:.6s forwards TeamPlayers-module__R7r5Na__fadeInUp;transform:translateY(20px)}@keyframes TeamPlayers-module__R7r5Na__fadeInUp{to{opacity:1;transform:translateY(0)}}.TeamPlayers-module__R7r5Na__categoryHeader{border-bottom:2px solid #f0f0f0;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;padding-bottom:1.25rem;display:flex}.TeamPlayers-module__R7r5Na__categoryTitle{color:#2d3748;letter-spacing:-.25px;margin:0;font-size:2rem;font-weight:700}.TeamPlayers-module__R7r5Na__playerCount{color:#718096;background:#f7fafc;border:1px solid #e2e8f0;border-radius:20px;padding:.5rem 1.25rem;font-size:1rem;font-weight:500}.TeamPlayers-module__R7r5Na__playersGrid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;display:grid}.TeamPlayers-module__R7r5Na__card{cursor:pointer;opacity:0;background:#fff;border:1px solid #e8e8e8;border-radius:20px;min-height:180px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.4s forwards TeamPlayers-module__R7r5Na__fadeInUp;overflow:hidden;transform:translateY(15px);box-shadow:0 8px 30px #0000000f}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__loading{opacity:.8}.TeamPlayers-module__R7r5Na__card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__batsman:hover{border-left:6px solid #10b981}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__bowler:hover{border-left:6px solid #3b82f6}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__all-rounder:hover{border-left:6px solid #f59e0b}.TeamPlayers-module__R7r5Na__cardContent{align-items:center;gap:2rem;height:100%;padding:2rem;display:flex}.TeamPlayers-module__R7r5Na__imageSection{flex-shrink:0;align-items:center;display:flex}.TeamPlayers-module__R7r5Na__imageContainer{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.TeamPlayers-module__R7r5Na__image{object-fit:cover;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border:4px solid #fff;border-radius:50%;width:100%;height:100%;transition:all .3s;box-shadow:0 8px 20px #0000001a}.TeamPlayers-module__R7r5Na__imageSkeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border:4px solid #fff;border-radius:50%;width:100%;height:100%;animation:1.5s infinite TeamPlayers-module__R7r5Na__shimmer;box-shadow:0 8px 20px #0000001a}@keyframes TeamPlayers-module__R7r5Na__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.TeamPlayers-module__R7r5Na__card:hover .TeamPlayers-module__R7r5Na__image{transform:scale(1.08);box-shadow:0 12px 28px #00000026}.TeamPlayers-module__R7r5Na__infoSection{flex-direction:column;flex:1;gap:1.25rem;min-width:0;display:flex}.TeamPlayers-module__R7r5Na__playerHeader{flex-direction:column;gap:.75rem;display:flex}.TeamPlayers-module__R7r5Na__nameBadgeWrapper{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.TeamPlayers-module__R7r5Na__playerName{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-size:1.375rem;font-weight:700;line-height:1.3;overflow:hidden}.TeamPlayers-module__R7r5Na__card:hover .TeamPlayers-module__R7r5Na__playerName{color:#667eea}.TeamPlayers-module__R7r5Na__playerTypeBadge{background:#fff;border:2px solid;border-radius:20px;flex-shrink:0;padding:.375rem .875rem;box-shadow:0 2px 8px #0000001a}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__batsman .TeamPlayers-module__R7r5Na__playerTypeBadge{color:#10b981;background:#10b98114}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__bowler .TeamPlayers-module__R7r5Na__playerTypeBadge{color:#3b82f6;background:#3b82f614}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__all-rounder .TeamPlayers-module__R7r5Na__playerTypeBadge{color:#f59e0b;background:#f59e0b14}.TeamPlayers-module__R7r5Na__badgeText{text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.TeamPlayers-module__R7r5Na__playerRole{align-items:center;max-width:100%;display:inline-flex}.TeamPlayers-module__R7r5Na__roleText{color:#4a5568;white-space:nowrap;text-overflow:ellipsis;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;max-width:100%;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:block;overflow:hidden}.TeamPlayers-module__R7r5Na__playerStats{flex-direction:column;gap:1rem;display:flex}.TeamPlayers-module__R7r5Na__statItem{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;align-items:center;gap:1rem;padding:.75rem;display:flex}.TeamPlayers-module__R7r5Na__statIconWrapper{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #0000000f}.TeamPlayers-module__R7r5Na__statIcon{opacity:.9;font-size:1.25rem}.TeamPlayers-module__R7r5Na__statContent{flex:1;min-width:0}.TeamPlayers-module__R7r5Na__statLabel{color:#718096;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.TeamPlayers-module__R7r5Na__statValue{color:#2d3748;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:.9375rem;font-weight:500;line-height:1.4;display:block;overflow:hidden}.TeamPlayers-module__R7r5Na__actionSection{flex-shrink:0;align-self:stretch;align-items:center;display:flex}.TeamPlayers-module__R7r5Na__arrowIcon{color:#cbd5e0;opacity:0;transition:all .3s;transform:translate(-10px)}.TeamPlayers-module__R7r5Na__card:hover .TeamPlayers-module__R7r5Na__arrowIcon{opacity:1;color:#667eea;transform:translate(0)}.TeamPlayers-module__R7r5Na__loadingContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:500px;padding:4rem;display:flex}.TeamPlayers-module__R7r5Na__spinnerWrapper{margin-bottom:1rem}.TeamPlayers-module__R7r5Na__spinner{border:4px solid #667eea;border-color:#667eea #764ba2 #e8e8e8 #e8e8e8;border-radius:50%;width:60px;height:60px;animation:1s linear infinite TeamPlayers-module__R7r5Na__spin}@keyframes TeamPlayers-module__R7r5Na__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TeamPlayers-module__R7r5Na__loadingText{color:#718096;margin:0;font-size:1.25rem;font-weight:500}.TeamPlayers-module__R7r5Na__emptyState{text-align:center;background:#fff;border:2px dashed #e2e8f0;border-radius:20px;max-width:500px;margin:0 auto;padding:5rem 3rem;box-shadow:0 8px 30px #0000000f}.TeamPlayers-module__R7r5Na__emptyIcon{opacity:.3;margin-bottom:2rem;font-size:4rem;animation:2s ease-in-out infinite TeamPlayers-module__R7r5Na__bounce}@keyframes TeamPlayers-module__R7r5Na__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.TeamPlayers-module__R7r5Na__emptyTitle{color:#2d3748;margin:0 0 1rem;font-size:1.75rem;font-weight:700}.TeamPlayers-module__R7r5Na__emptyDescription{color:#718096;margin:0 0 3rem;font-size:1.125rem;line-height:1.6}.TeamPlayers-module__R7r5Na__retryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.TeamPlayers-module__R7r5Na__retryButton:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66}@media (max-width:1200px){.TeamPlayers-module__R7r5Na__container{padding:2.5rem 1.5rem}.TeamPlayers-module__R7r5Na__playersGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.75rem}.TeamPlayers-module__R7r5Na__cardContent{gap:1.75rem;padding:1.75rem}.TeamPlayers-module__R7r5Na__imageContainer{width:110px;height:110px}.TeamPlayers-module__R7r5Na__playerName{font-size:1.25rem}}@media (max-width:768px){.TeamPlayers-module__R7r5Na__container{padding:2rem 1.25rem}.TeamPlayers-module__R7r5Na__header{margin-bottom:3rem}.TeamPlayers-module__R7r5Na__title{font-size:2.25rem}.TeamPlayers-module__R7r5Na__categoriesContainer{gap:3rem}.TeamPlayers-module__R7r5Na__categoryHeader{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.TeamPlayers-module__R7r5Na__categoryTitle{font-size:1.75rem}.TeamPlayers-module__R7r5Na__playerCount{align-self:flex-start;padding:.375rem 1rem;font-size:.875rem}.TeamPlayers-module__R7r5Na__playersGrid{grid-template-columns:1fr;gap:1.5rem}.TeamPlayers-module__R7r5Na__cardContent{gap:1.5rem;padding:1.5rem}.TeamPlayers-module__R7r5Na__imageContainer{width:100px;height:100px}.TeamPlayers-module__R7r5Na__playerName{font-size:1.125rem}.TeamPlayers-module__R7r5Na__playerTypeBadge{padding:.25rem .75rem;display:none}.TeamPlayers-module__R7r5Na__roleText{white-space:normal;text-overflow:clip;max-width:none;padding:.375rem .875rem;font-size:.8125rem;overflow:visible}.TeamPlayers-module__R7r5Na__statItem{gap:.75rem;padding:.625rem}.TeamPlayers-module__R7r5Na__statIconWrapper{width:32px;height:32px}.TeamPlayers-module__R7r5Na__statIcon{font-size:1.125rem}.TeamPlayers-module__R7r5Na__statLabel{font-size:.7rem}.TeamPlayers-module__R7r5Na__statValue{white-space:normal;text-overflow:clip;max-width:180px;font-size:.875rem;overflow:visible}}@media (max-width:640px){.TeamPlayers-module__R7r5Na__container{padding:1.5rem 1rem}.TeamPlayers-module__R7r5Na__title{font-size:2rem}.TeamPlayers-module__R7r5Na__categoriesContainer{gap:2.5rem}.TeamPlayers-module__R7r5Na__cardContent{gap:1.25rem;padding:1.25rem}.TeamPlayers-module__R7r5Na__imageContainer{width:90px;height:90px}.TeamPlayers-module__R7r5Na__playerName{font-size:1.0625rem}.TeamPlayers-module__R7r5Na__roleText{padding:.25rem .75rem;font-size:.75rem}.TeamPlayers-module__R7r5Na__statItem{gap:.5rem;padding:.5rem}.TeamPlayers-module__R7r5Na__statIconWrapper{width:28px;height:28px}.TeamPlayers-module__R7r5Na__statIcon{font-size:1rem}.TeamPlayers-module__R7r5Na__statLabel{font-size:.65rem}.TeamPlayers-module__R7r5Na__statValue{max-width:150px;font-size:.8125rem}.TeamPlayers-module__R7r5Na__arrowIcon svg{width:20px;height:20px}}@media (max-width:480px){.TeamPlayers-module__R7r5Na__container{padding:1.25rem .75rem}.TeamPlayers-module__R7r5Na__title{font-size:1.75rem}.TeamPlayers-module__R7r5Na__categoryTitle{font-size:1.5rem}.TeamPlayers-module__R7r5Na__cardContent{gap:1rem;padding:1.125rem}.TeamPlayers-module__R7r5Na__imageContainer{width:80px;height:80px}.TeamPlayers-module__R7r5Na__playerName{font-size:1rem}.TeamPlayers-module__R7r5Na__roleText{padding:.25rem .625rem;font-size:.7rem}.TeamPlayers-module__R7r5Na__statItem{gap:.375rem;padding:.375rem}.TeamPlayers-module__R7r5Na__statIconWrapper{width:24px;height:24px}.TeamPlayers-module__R7r5Na__statIcon{font-size:.875rem}.TeamPlayers-module__R7r5Na__statLabel{font-size:.6rem}.TeamPlayers-module__R7r5Na__statValue{max-width:120px;font-size:.75rem}.TeamPlayers-module__R7r5Na__emptyState{padding:3rem 1.5rem}.TeamPlayers-module__R7r5Na__emptyIcon{font-size:3.5rem}.TeamPlayers-module__R7r5Na__emptyTitle{font-size:1.5rem}.TeamPlayers-module__R7r5Na__emptyDescription{font-size:1rem}}.TeamPlayers-module__R7r5Na__card:focus-visible{outline-offset:3px;border-color:#0000;outline:3px solid #667eea}@media (prefers-color-scheme:dark){.TeamPlayers-module__R7r5Na__container{background:0 0}.TeamPlayers-module__R7r5Na__title,.TeamPlayers-module__R7r5Na__categoryTitle{color:#fff}.TeamPlayers-module__R7r5Na__playerCount{color:#a0aec0;background:#ffffff14;border-color:#4a5568}.TeamPlayers-module__R7r5Na__categoryHeader{border-bottom-color:#4a5568}.TeamPlayers-module__R7r5Na__card{background:#1a1a1a;border-color:#333;box-shadow:0 8px 30px #0000004d}.TeamPlayers-module__R7r5Na__image{background:linear-gradient(135deg,#2d3748 0%,#4a5568 100%)}.TeamPlayers-module__R7r5Na__imageSkeleton{background:linear-gradient(90deg,#2d3748 25%,#4a5568 50%,#2d3748 75%)}.TeamPlayers-module__R7r5Na__playerName{color:#fff}.TeamPlayers-module__R7r5Na__card:hover .TeamPlayers-module__R7r5Na__playerName{color:#667eea}.TeamPlayers-module__R7r5Na__roleText{color:#a0aec0;background:#ffffff14;border-color:#4a5568}.TeamPlayers-module__R7r5Na__statItem{background:#ffffff0d;border-color:#4a5568}.TeamPlayers-module__R7r5Na__statIconWrapper{background:#2d3748}.TeamPlayers-module__R7r5Na__statLabel{color:#a0aec0}.TeamPlayers-module__R7r5Na__statValue{color:#e2e8f0}.TeamPlayers-module__R7r5Na__playerTypeBadge{background:#2d3748}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__batsman .TeamPlayers-module__R7r5Na__playerTypeBadge{background:#10b98126}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__bowler .TeamPlayers-module__R7r5Na__playerTypeBadge{background:#3b82f626}.TeamPlayers-module__R7r5Na__card.TeamPlayers-module__R7r5Na__all-rounder .TeamPlayers-module__R7r5Na__playerTypeBadge{background:#f59e0b26}.TeamPlayers-module__R7r5Na__loadingText{color:#a0aec0}.TeamPlayers-module__R7r5Na__spinner{border-color:#4a5568}.TeamPlayers-module__R7r5Na__emptyState{background:#1a1a1a;border-color:#4a5568}.TeamPlayers-module__R7r5Na__emptyTitle{color:#fff}.TeamPlayers-module__R7r5Na__emptyDescription{color:#a0aec0}}
.page-module__bg0uVa__playerPage{max-width:var(--bp-2xl);padding:var(--space-2xl)var(--space-lg);gap:var(--space-3xl);flex-direction:column;min-height:100vh;margin:0 auto;padding-top:8rem;display:flex}@media (max-width:1023px){.page-module__bg0uVa__playerPage{padding:var(--space-xl)var(--space-md);gap:var(--space-2xl)}}@media (max-width:767px){.page-module__bg0uVa__playerPage{padding:var(--space-lg)var(--space-sm);gap:var(--space-xl)}}
.page-module__87WElG__container{min-height:100vh;padding:5rem var(--space-lg)var(--space-2xl);background:var(--color-background);position:relative}.page-module__87WElG__header{text-align:center;margin-bottom:var(--space-2xl);padding-bottom:var(--space-lg);border-bottom:1px solid var(--color-divider);position:relative}.page-module__87WElG__title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);background:var(--gradient-primary);color:#fff;margin:0 0 var(--space-sm)0;-webkit-background-clip:text;background-clip:text}.page-module__87WElG__subtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);opacity:.9;margin:0}.page-module__87WElG__tabsWrapper{margin-bottom:var(--space-xl);max-width:400px;margin:0 auto var(--space-xl)}.page-module__87WElG__tabs{gap:var(--space-xs);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-xs);box-shadow:var(--shadow-sm);display:flex}.page-module__87WElG__tab{padding:var(--space-md)var(--space-lg);border-radius:var(--radius-md);color:var(--color-text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);text-transform:capitalize;cursor:pointer;transition:var(--transition-fast);text-align:center;background:0 0;border:none;flex:1}.page-module__87WElG__tab:hover{background:var(--color-surface-hover);color:var(--color-text)}.page-module__87WElG__activeTab{background:var(--gradient-primary);color:var(--color-text-primary);box-shadow:var(--shadow-sm);font-weight:var(--font-weight-semibold)}.page-module__87WElG__content{animation:.3s ease-out page-module__87WElG__fadeIn}@keyframes page-module__87WElG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.page-module__87WElG__container{padding:4rem var(--space-md)var(--space-xl)}.page-module__87WElG__title{font-size:var(--font-size-3xl)}.page-module__87WElG__subtitle{font-size:var(--font-size-base)}.page-module__87WElG__tabsWrapper{max-width:350px}.page-module__87WElG__tab{padding:var(--space-sm)var(--space-md);font-size:var(--font-size-xs)}}@media (max-width:640px){.page-module__87WElG__container{padding:3.5rem var(--space-sm)var(--space-lg)}.page-module__87WElG__header{margin-bottom:var(--space-xl)}.page-module__87WElG__tabsWrapper{max-width:300px}.page-module__87WElG__tab{padding:var(--space-sm)}}@media (max-width:480px){.page-module__87WElG__container{padding:3rem var(--space-xs)var(--space-md)}.page-module__87WElG__title{font-size:var(--font-size-2xl)}.page-module__87WElG__subtitle{font-size:var(--font-size-sm)}.page-module__87WElG__tabsWrapper{max-width:280px}.page-module__87WElG__tab{padding:10px 8px;font-size:.7rem}}.page-module__87WElG__tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (prefers-reduced-motion:reduce){.page-module__87WElG__content{animation:none}.page-module__87WElG__tab{transition:none}}
