.DashboardPage-module__HV4F-G__dashboard{background:var(--color-bg);min-height:100vh}.DashboardPage-module__HV4F-G__dashboardContainer{max-width:1200px;margin:0 auto;padding:2rem}.DashboardPage-module__HV4F-G__welcomeSection{text-align:center;margin-bottom:2rem}.DashboardPage-module__HV4F-G__welcomeSection h1{color:var(--color-text);margin-bottom:1.5rem;font-size:2.5rem}.DashboardPage-module__HV4F-G__playButton{background:var(--color-primary);color:#fff;border-radius:8px;padding:1rem 2rem;font-size:1.2rem;text-decoration:none;transition:all .3s}.DashboardPage-module__HV4F-G__playButton:hover{background:var(--color-primary-hover);transform:translateY(-2px)}.DashboardPage-module__HV4F-G__dashboardGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.DashboardPage-module__HV4F-G__statsCard,.DashboardPage-module__HV4F-G__recentMatchesCard{background:var(--color-bg-secondary);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d}.DashboardPage-module__HV4F-G__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem;display:grid}.DashboardPage-module__HV4F-G__statItem{background:var(--color-bg);border-radius:8px;flex-direction:column;align-items:center;padding:1rem;display:flex}.DashboardPage-module__HV4F-G__statValue{color:var(--color-text);font-size:1.5rem;font-weight:700}.DashboardPage-module__HV4F-G__statLabel{color:var(--color-text-muted);margin-top:.5rem;font-size:.875rem}.DashboardPage-module__HV4F-G__matchesList{margin-top:1rem}.DashboardPage-module__HV4F-G__matchItem{background:var(--color-bg);border-radius:8px;flex-direction:column;margin-bottom:1rem;padding:1rem;transition:transform .2s;display:flex}.DashboardPage-module__HV4F-G__matchItem:hover{transform:translate(4px)}.DashboardPage-module__HV4F-G__matchItem.DashboardPage-module__HV4F-G__win{border-left:4px solid var(--color-success)}.DashboardPage-module__HV4F-G__matchItem.DashboardPage-module__HV4F-G__loss{border-left:4px solid var(--color-danger)}.DashboardPage-module__HV4F-G__matchOpponent{color:var(--color-text);font-weight:700;text-decoration:none}.DashboardPage-module__HV4F-G__matchResult{color:var(--color-text-muted);font-size:.875rem}.DashboardPage-module__HV4F-G__matchDetails{color:var(--color-text);justify-content:space-between;margin-top:.5rem;font-size:.875rem;display:flex}.DashboardPage-module__HV4F-G__matchDate{color:var(--color-text)}.DashboardPage-module__HV4F-G__loadingSpinner{text-align:center;color:var(--color-text);padding:2rem}.DashboardPage-module__HV4F-G__errorCard{background:var(--color-bg);text-align:center;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}@media (max-width:768px){.DashboardPage-module__HV4F-G__dashboardContainer{padding:1rem}.DashboardPage-module__HV4F-G__statsGrid{grid-template-columns:1fr}.DashboardPage-module__HV4F-G__welcomeSection h1{font-size:2rem}}
.header-module__3iWRfG__header{background:var(--color-surface);box-shadow:var(--shadow);border-bottom:3px solid var(--color-text);justify-content:space-between;align-items:center;padding:10px 20px;display:flex;position:relative}.header-module__3iWRfG__logo{cursor:pointer;height:60px}.header-module__3iWRfG__header-nav{align-items:center;gap:20px;display:flex}.header-module__3iWRfG__navLink{color:var(--color-text);cursor:pointer;touch-action:manipulation;background:0 0;border:none;align-items:center;min-height:44px;padding:15px 30px;font-size:1rem;font-weight:700;text-decoration:none;transition:color .3s,background .3s;display:inline-flex}.header-module__3iWRfG__navLink:hover{color:#fff;background:var(--color-primary)}.header-module__3iWRfG__headerUser{align-items:center;gap:15px;display:flex}.header-module__3iWRfG__profile-dropdown{cursor:pointer;display:inline-block;position:relative}.header-module__3iWRfG__profile-pic{border:2px solid var(--color-text);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .3s;display:flex;overflow:hidden}.header-module__3iWRfG__profile-pic:hover{border-color:var(--color-primary)}.header-module__3iWRfG__dropdown-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);z-index:1000;min-width:150px;display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.header-module__3iWRfG__dropdown-content.header-module__3iWRfG__show{display:block}.header-module__3iWRfG__dropdown-item{cursor:pointer;width:100%;color:var(--color-text);touch-action:manipulation;box-sizing:border-box;text-align:left;background:0 0;border:none;align-items:center;min-height:44px;padding:12px 15px;font-family:inherit;font-size:.9rem;text-decoration:none;transition:background-color .3s,color .3s;display:flex}.header-module__3iWRfG__dropdown-item:hover{background-color:var(--color-bg-secondary);color:var(--color-primary)}.header-module__3iWRfG__auth-buttons{gap:10px;display:flex}.header-module__3iWRfG__mobile-auth{display:none}.header-module__3iWRfG__hamburger-menu{cursor:pointer;width:30px;height:30px;min-height:unset;background:0 0;border:none;flex-direction:column;justify-content:space-around;padding:0;display:none}.header-module__3iWRfG__hamburger-menu span{background:var(--color-text);border-radius:3px;width:30px;height:3px;transition:transform .3s,opacity .3s}.header-module__3iWRfG__hamburger-menu.header-module__3iWRfG__open span:first-child{transform:translateY(8px)rotate(45deg)}.header-module__3iWRfG__hamburger-menu.header-module__3iWRfG__open span:nth-child(2){opacity:0}.header-module__3iWRfG__hamburger-menu.header-module__3iWRfG__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:768px){.header-module__3iWRfG__hamburger-menu{order:3;display:flex}.header-module__3iWRfG__headerUser{order:2}.header-module__3iWRfG__logo{height:40px}.header-module__3iWRfG__header-nav{background:var(--color-surface);border-top:1px solid var(--color-border);box-shadow:var(--shadow);z-index:1000;flex-direction:column;gap:10px;padding:20px;display:none;position:absolute;top:100%;left:0;right:0}.header-module__3iWRfG__header-nav.header-module__3iWRfG__mobile-open{display:flex}.header-module__3iWRfG__navLink{text-align:center;justify-content:center;width:100%;padding:15px}.header-module__3iWRfG__mobile-auth{flex-direction:column;width:100%;display:flex}.header-module__3iWRfG__auth-buttons{flex-direction:column}.header-module__3iWRfG__auth-buttons button{width:100%}}body.header-module__3iWRfG__menu-open{overflow:hidden}
.Avatar-module__N4qS4W__avatar{background:var(--color-primary,#6c47ff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.Avatar-module__N4qS4W__sm{width:32px;height:32px;font-size:.75rem}.Avatar-module__N4qS4W__md{width:48px;height:48px;font-size:1rem}.Avatar-module__N4qS4W__lg{width:80px;height:80px;font-size:1.5rem}.Avatar-module__N4qS4W__img{object-fit:cover;width:100%;height:100%}.Avatar-module__N4qS4W__initial{color:#fff;-webkit-user-select:none;user-select:none;font-weight:700;line-height:1}
.LeaderboardPage-module__zuHbkG__main{flex:1;width:100%;max-width:720px;margin:0 auto;padding:2rem 1.5rem}.LeaderboardPage-module__zuHbkG__status{color:var(--color-text-muted);text-align:center;margin-top:2rem}.LeaderboardPage-module__zuHbkG__tableWrapper{border-radius:var(--radius);box-shadow:var(--shadow);margin-top:1.5rem;overflow:hidden}.LeaderboardPage-module__zuHbkG__table{border-collapse:collapse;background:var(--color-surface);width:100%;font-size:1rem}.LeaderboardPage-module__zuHbkG__table thead tr{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.LeaderboardPage-module__zuHbkG__table thead th{text-align:left;padding:.85rem 1rem;font-weight:600}.LeaderboardPage-module__zuHbkG__row{border-bottom:1px solid var(--color-border);cursor:pointer;transition:background .15s}.LeaderboardPage-module__zuHbkG__row:last-child{border-bottom:none}.LeaderboardPage-module__zuHbkG__row:nth-child(2n){background:var(--color-bg-secondary)}.LeaderboardPage-module__zuHbkG__row:hover{background:color-mix(in srgb,var(--color-primary)8%,var(--color-surface))}.LeaderboardPage-module__zuHbkG__table tbody td{padding:.85rem 1rem}.LeaderboardPage-module__zuHbkG__row:first-child{background:color-mix(in srgb,#f59e0b 8%,var(--color-surface))}.LeaderboardPage-module__zuHbkG__row:nth-child(3){background:color-mix(in srgb,#b45309 8%,var(--color-surface))}.LeaderboardPage-module__zuHbkG__row:first-child:hover,.LeaderboardPage-module__zuHbkG__row:nth-child(2):hover,.LeaderboardPage-module__zuHbkG__row:nth-child(3):hover{background:color-mix(in srgb,var(--color-primary)8%,var(--color-surface))}.LeaderboardPage-module__zuHbkG__row:nth-child(2){background:color-mix(in srgb,#9ca3af 8%,var(--color-surface))}.LeaderboardPage-module__zuHbkG__rank{font-size:1.1rem}.LeaderboardPage-module__zuHbkG__username{align-items:center;gap:.6rem;display:flex}.LeaderboardPage-module__zuHbkG__username a{color:var(--color-text);font-weight:500;text-decoration:none}.LeaderboardPage-module__zuHbkG__username a:hover{color:var(--color-primary);text-decoration:underline}.LeaderboardPage-module__zuHbkG__ratingCol,.LeaderboardPage-module__zuHbkG__rating{text-align:right;font-variant-numeric:tabular-nums;color:var(--color-primary);font-weight:600}@media (max-width:480px){.LeaderboardPage-module__zuHbkG__table{font-size:.9rem}.LeaderboardPage-module__zuHbkG__table thead th,.LeaderboardPage-module__zuHbkG__table tbody td{padding:.7rem .75rem}}
.RankBadge-module__6d1sMa__badge{background:color-mix(in srgb,var(--rank-color)10%,var(--color-surface));border:1px solid color-mix(in srgb,var(--rank-color)40%,transparent);box-shadow:0 0 10px var(--rank-glow),inset 0 1px 0 #ffffff14;border-radius:10px;align-items:center;gap:.5rem;padding:.35rem .75rem .35rem .4rem;transition:box-shadow .2s;display:inline-flex}.RankBadge-module__6d1sMa__badge:hover{box-shadow:0 0 18px var(--rank-glow),inset 0 1px 0 #ffffff14}.RankBadge-module__6d1sMa__compact{border-radius:8px;gap:.3rem;padding:.2rem .5rem .2rem .25rem}.RankBadge-module__6d1sMa__compact .RankBadge-module__6d1sMa__shieldSvg{width:22px;height:26px}.RankBadge-module__6d1sMa__labels{flex-direction:column;line-height:1.1;display:flex}.RankBadge-module__6d1sMa__rankName{letter-spacing:.04em;text-transform:uppercase;color:var(--rank-color);font-size:.85rem;font-weight:700}.RankBadge-module__6d1sMa__division{letter-spacing:.1em;color:var(--rank-color);opacity:.75;font-size:.65rem;font-weight:600}.RankBadge-module__6d1sMa__compact .RankBadge-module__6d1sMa__division{opacity:.9;font-size:.7rem}.RankBadge-module__6d1sMa__infinity{background-clip:padding-box;background:color-mix(in srgb,#fff 6%,var(--color-surface));border:1px solid #0000;position:relative}.RankBadge-module__6d1sMa__infinity:before{content:"";z-index:-1;background:linear-gradient(135deg,#ff4e50,#f9d423,#4caf75,#3498db,#9b59b6,#ff4e50) 0 0/300% 300%;border-radius:11px;animation:3s linear infinite RankBadge-module__6d1sMa__rainbowShift;position:absolute;inset:-1px}@keyframes RankBadge-module__6d1sMa__rainbowShift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.RankBadge-module__6d1sMa__rainbowText{background:linear-gradient(90deg,#ff4e50,#f9d423,#4caf75,#3498db,#9b59b6) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:2s linear infinite RankBadge-module__6d1sMa__rainbowText}@keyframes RankBadge-module__6d1sMa__rainbowText{0%{background-position:0%}to{background-position:200%}}.RankBadge-module__6d1sMa__infinity .RankBadge-module__6d1sMa__shieldSvg{animation:2s ease-in-out infinite RankBadge-module__6d1sMa__shimmer}@keyframes RankBadge-module__6d1sMa__shimmer{0%,to{filter:drop-shadow(0 0 4px #fff6)}50%{filter:drop-shadow(0 0 10px #fffc)}}
.ClubsPage-module__gjKPtG__main{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.ClubsPage-module__gjKPtG__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ClubsPage-module__gjKPtG__pageHeader h1{text-align:left;margin:0;font-size:2rem}.ClubsPage-module__gjKPtG__createButton{background:var(--color-primary);color:#fff;margin:0;padding:.6rem 1.25rem;font-size:.9rem}.ClubsPage-module__gjKPtG__createButton:hover{background:var(--color-primary-hover)}.ClubsPage-module__gjKPtG__errorBanner{background:color-mix(in srgb,var(--color-danger)10%,transparent);border:1px solid color-mix(in srgb,var(--color-danger)30%,transparent);color:var(--color-danger);border-radius:var(--radius);cursor:pointer;margin:0;padding:.65rem 1rem;font-size:.875rem}.ClubsPage-module__gjKPtG__grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.ClubsPage-module__gjKPtG__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.ClubsPage-module__gjKPtG__card h2{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0;font-size:1rem}.ClubsPage-module__gjKPtG__emptyState{color:var(--color-text-muted);text-align:center;margin:0;padding:1rem 0;font-size:.875rem}.ClubsPage-module__gjKPtG__userClub,.ClubsPage-module__gjKPtG__clubItem{background:var(--color-bg-secondary);border-radius:var(--radius);flex-direction:column;gap:.4rem;padding:.85rem;display:flex}.ClubsPage-module__gjKPtG__clubList{flex-direction:column;gap:.5rem;display:flex}.ClubsPage-module__gjKPtG__clubRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ClubsPage-module__gjKPtG__clubName{color:var(--color-text);font-size:.95rem;font-weight:600;text-decoration:none}.ClubsPage-module__gjKPtG__clubTag{color:var(--color-text-muted);font-size:.8rem;font-weight:500}.ClubsPage-module__gjKPtG__clubRole{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-left:auto;font-size:.78rem;font-weight:600}.ClubsPage-module__gjKPtG__clubAvailability{color:var(--color-text-muted);text-transform:capitalize;margin-left:auto;font-size:.78rem}.ClubsPage-module__gjKPtG__clubMeta{justify-content:space-between;align-items:center;display:flex}.ClubsPage-module__gjKPtG__memberCount{color:var(--color-text-muted);font-size:.8rem}.ClubsPage-module__gjKPtG__joinButton{min-height:unset;color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:.8rem;font-weight:600}.ClubsPage-module__gjKPtG__joinButton:hover{color:var(--color-primary-hover);background:0 0;text-decoration:underline}.ClubsPage-module__gjKPtG__leaveButton{min-height:unset;color:var(--color-danger);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:.8rem;font-weight:600}.ClubsPage-module__gjKPtG__leaveButton:hover{background:0 0;text-decoration:underline}.ClubsPage-module__gjKPtG__searchRow{gap:.5rem;display:flex}.ClubsPage-module__gjKPtG__searchRow input{flex:1;margin:0}.ClubsPage-module__gjKPtG__searchButton{background:var(--color-primary);color:#fff;white-space:nowrap;margin:0;padding:0 1rem;font-size:.875rem}.ClubsPage-module__gjKPtG__searchButton:hover{background:var(--color-primary-hover)}.ClubsPage-module__gjKPtG__modalOverlay{z-index:100;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ClubsPage-module__gjKPtG__modal{background:var(--color-surface);border-radius:var(--radius);flex-direction:column;gap:1.25rem;width:100%;max-width:420px;padding:2rem;animation:.25s both ClubsPage-module__gjKPtG__fadeUp;display:flex;box-shadow:0 16px 48px #0003}@keyframes ClubsPage-module__gjKPtG__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ClubsPage-module__gjKPtG__modal h2{text-align:left;margin:0;font-size:1.2rem}.ClubsPage-module__gjKPtG__form{flex-direction:column;gap:1rem;display:flex}.ClubsPage-module__gjKPtG__field{flex-direction:column;gap:.3rem;display:flex}.ClubsPage-module__gjKPtG__label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.ClubsPage-module__gjKPtG__select{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);cursor:pointer;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.95rem}.ClubsPage-module__gjKPtG__select:focus{border-color:var(--color-primary);outline:none}.ClubsPage-module__gjKPtG__modalActions{justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}.ClubsPage-module__gjKPtG__cancelButton{color:var(--color-text-muted);border:1px solid var(--color-border);background:0 0;margin:0;padding:.6rem 1.25rem;font-size:.9rem}.ClubsPage-module__gjKPtG__cancelButton:hover{background:var(--color-bg-secondary);color:var(--color-text)}.ClubsPage-module__gjKPtG__submitButton{background:var(--color-primary);color:#fff;margin:0;padding:.6rem 1.25rem;font-size:.9rem}.ClubsPage-module__gjKPtG__submitButton:hover{background:var(--color-primary-hover)}@media (max-width:640px){.ClubsPage-module__gjKPtG__grid{grid-template-columns:1fr}}
.MatchmakingPage-module__BRyCQW__main{flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem 1.5rem;display:flex}.MatchmakingPage-module__BRyCQW__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;max-width:720px;display:grid}.MatchmakingPage-module__BRyCQW__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1.25rem;padding:2rem;animation:.35s both MatchmakingPage-module__BRyCQW__fadeUp;display:flex}.MatchmakingPage-module__BRyCQW__card:nth-child(2){animation-delay:80ms}@keyframes MatchmakingPage-module__BRyCQW__fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.MatchmakingPage-module__BRyCQW__cardHeader{text-align:center}.MatchmakingPage-module__BRyCQW__cardHeader h2{color:var(--color-text);margin-bottom:.3rem;font-size:1.25rem}.MatchmakingPage-module__BRyCQW__subtitle{color:var(--color-text-muted);margin:0;font-size:.85rem}.MatchmakingPage-module__BRyCQW__onlineCount{color:var(--color-text-muted);justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.MatchmakingPage-module__BRyCQW__onlineDot{background:var(--color-success);width:8px;height:8px;box-shadow:0 0 6px var(--color-success);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite MatchmakingPage-module__BRyCQW__pulse}@keyframes MatchmakingPage-module__BRyCQW__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.25)}}.MatchmakingPage-module__BRyCQW__primaryButton{background:var(--color-primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;width:100%;min-height:44px;margin:0;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.MatchmakingPage-module__BRyCQW__primaryButton:hover{background:var(--color-primary-hover)}.MatchmakingPage-module__BRyCQW__primaryButton:active{transform:scale(.98)}.MatchmakingPage-module__BRyCQW__secondaryButton{width:100%;color:var(--color-primary);border:2px solid var(--color-primary);border-radius:var(--radius);cursor:pointer;background:0 0;min-height:44px;margin:0;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s,color .2s,transform .1s}.MatchmakingPage-module__BRyCQW__secondaryButton:hover{background:var(--color-primary);color:#fff}.MatchmakingPage-module__BRyCQW__secondaryButton:active{transform:scale(.98)}.MatchmakingPage-module__BRyCQW__cancelButton{color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer;background:0 0;min-height:36px;margin:0;padding:.5rem 1.25rem;font-size:.875rem;transition:background .2s,color .2s}.MatchmakingPage-module__BRyCQW__cancelButton:hover{background:var(--color-bg-secondary);color:var(--color-text)}.MatchmakingPage-module__BRyCQW__statusBlock{text-align:center;flex-direction:column;align-items:center;gap:.85rem;padding:.5rem 0;display:flex}.MatchmakingPage-module__BRyCQW__statusText{color:var(--color-text-muted);margin:0;font-size:.9rem}.MatchmakingPage-module__BRyCQW__spinner{border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite MatchmakingPage-module__BRyCQW__spin}@keyframes MatchmakingPage-module__BRyCQW__spin{to{transform:rotate(360deg)}}.MatchmakingPage-module__BRyCQW__successIcon{background:color-mix(in srgb,var(--color-success)15%,transparent);border:2px solid var(--color-success);width:44px;height:44px;color:var(--color-success);border-radius:50%;justify-content:center;align-items:center;font-size:1.3rem;animation:.3s cubic-bezier(.175,.885,.32,1.275) both MatchmakingPage-module__BRyCQW__popIn;display:flex}@keyframes MatchmakingPage-module__BRyCQW__popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.MatchmakingPage-module__BRyCQW__successText{color:var(--color-success);margin:0;font-size:1.1rem;font-weight:700}.MatchmakingPage-module__BRyCQW__errorText{color:var(--color-danger);margin:0;font-size:.875rem}@media (max-width:480px){.MatchmakingPage-module__BRyCQW__card{padding:1.5rem}}
.ProfilePage-module__j2YR9G__container{flex:1;max-width:1100px;margin:2rem auto;padding:0 1.5rem 3rem}.ProfilePage-module__j2YR9G__profileHeader{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.75rem 2rem;display:flex}.ProfilePage-module__j2YR9G__profileInfo{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProfilePage-module__j2YR9G__profileInfo h1{text-align:left;font-size:2rem}.ProfilePage-module__j2YR9G__actions{flex-shrink:0;gap:.75rem;display:flex}.ProfilePage-module__j2YR9G__avatarWrapper{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.ProfilePage-module__j2YR9G__avatarEditButton{background:var(--color-primary);color:#fff;border-radius:var(--radius);cursor:pointer;white-space:nowrap;min-height:unset;border:none;padding:.3rem .75rem;font-size:.75rem;transition:background .2s}.ProfilePage-module__j2YR9G__avatarEditButton:hover{background:var(--color-primary-hover)}.ProfilePage-module__j2YR9G__avatarEditButton:disabled{opacity:.5;cursor:not-allowed}.ProfilePage-module__j2YR9G__hiddenInput{display:none}.ProfilePage-module__j2YR9G__usernameEdit{flex-direction:column;gap:.35rem;display:flex}.ProfilePage-module__j2YR9G__usernameEditRow{align-items:center;gap:.75rem;display:flex}.ProfilePage-module__j2YR9G__usernameInput{border:2px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);width:auto;margin:0;padding:.4rem .75rem;font-size:1.5rem}.ProfilePage-module__j2YR9G__usernameInput:focus{border-color:var(--color-primary);outline:none}.ProfilePage-module__j2YR9G__fieldError{color:var(--color-danger);font-size:.78rem}.ProfilePage-module__j2YR9G__editButton,.ProfilePage-module__j2YR9G__saveButton{background:var(--color-primary);padding:.5rem 1rem;font-size:.9rem}.ProfilePage-module__j2YR9G__editButton:hover,.ProfilePage-module__j2YR9G__saveButton:hover{background:var(--color-primary-hover)}.ProfilePage-module__j2YR9G__cancelButton{background:var(--color-text-muted);padding:.5rem 1rem;font-size:.9rem}.ProfilePage-module__j2YR9G__cancelButton:hover{background:var(--color-text)}.ProfilePage-module__j2YR9G__deleteButton{background:var(--color-danger);padding:.5rem 1rem;font-size:.9rem}.ProfilePage-module__j2YR9G__deleteButton:hover{background:color-mix(in srgb,var(--color-danger)80%,black)}.ProfilePage-module__j2YR9G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.ProfilePage-module__j2YR9G__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.75rem}.ProfilePage-module__j2YR9G__card h2{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:1.25rem;font-size:1rem}.ProfilePage-module__j2YR9G__emptyState{color:var(--color-text-muted);text-align:center;padding:1.5rem 0;font-size:.9rem}.ProfilePage-module__j2YR9G__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.ProfilePage-module__j2YR9G__statItem{text-align:center;flex-direction:column;align-items:center;gap:.3rem;display:flex}.ProfilePage-module__j2YR9G__statValue{color:var(--color-primary);font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:700}.ProfilePage-module__j2YR9G__statLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);font-size:.78rem}.ProfilePage-module__j2YR9G__matchList{flex-direction:column;gap:.75rem;display:flex}.ProfilePage-module__j2YR9G__matchItem{background:var(--color-bg-secondary);border-radius:var(--radius);border-left:4px solid var(--color-border);justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex}.ProfilePage-module__j2YR9G__matchItem.ProfilePage-module__j2YR9G__win{border-left-color:var(--color-success)}.ProfilePage-module__j2YR9G__matchItem.ProfilePage-module__j2YR9G__loss{border-left-color:var(--color-danger)}.ProfilePage-module__j2YR9G__matchItem.ProfilePage-module__j2YR9G__draw{border-left-color:#f59e0b}.ProfilePage-module__j2YR9G__matchOpponent{color:var(--color-text);flex:1;font-weight:600;text-decoration:none}.ProfilePage-module__j2YR9G__matchOpponent:hover{color:var(--color-primary);text-decoration:underline}.ProfilePage-module__j2YR9G__matchResult{text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.ProfilePage-module__j2YR9G__matchItem.ProfilePage-module__j2YR9G__win .ProfilePage-module__j2YR9G__matchResult{color:var(--color-success)}.ProfilePage-module__j2YR9G__matchItem.ProfilePage-module__j2YR9G__loss .ProfilePage-module__j2YR9G__matchResult{color:var(--color-danger)}.ProfilePage-module__j2YR9G__matchItem.ProfilePage-module__j2YR9G__draw .ProfilePage-module__j2YR9G__matchResult{color:#f59e0b}.ProfilePage-module__j2YR9G__matchDetails{flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.875rem;display:flex}.ProfilePage-module__j2YR9G__matchDate{color:var(--color-text-muted);font-size:.78rem}.ProfilePage-module__j2YR9G__errorCard{background:color-mix(in srgb,var(--color-danger)10%,transparent);border:1px solid color-mix(in srgb,var(--color-danger)30%,transparent);color:var(--color-danger);border-radius:var(--radius);text-align:center;padding:2rem}.ProfilePage-module__j2YR9G__errorCard button{background:var(--color-danger);margin-top:1rem;padding:.5rem 1.25rem}.ProfilePage-module__j2YR9G__errorCard button:hover{background:color-mix(in srgb,var(--color-danger)80%,black)}@media (max-width:600px){.ProfilePage-module__j2YR9G__profileInfo{flex-direction:column;align-items:flex-start}.ProfilePage-module__j2YR9G__profileInfo h1{font-size:1.5rem}.ProfilePage-module__j2YR9G__statsGrid{grid-template-columns:1fr}.ProfilePage-module__j2YR9G__matchItem{flex-wrap:wrap}}
.RegisterPage-module__PUj23q__main{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.RegisterPage-module__PUj23q__subtitle{color:var(--color-text-muted);margin:.25rem 0 1.5rem;font-size:.875rem}.RegisterPage-module__PUj23q__form{text-align:left;flex-direction:column;gap:1rem;display:flex}.RegisterPage-module__PUj23q__field{flex-direction:column;gap:.25rem;display:flex}.RegisterPage-module__PUj23q__label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.RegisterPage-module__PUj23q__inputWrapper{position:relative}.RegisterPage-module__PUj23q__inputWrapper input{margin:0;padding-right:2.75rem}.RegisterPage-module__PUj23q__eyeButton{min-height:unset;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;align-items:center;margin:0;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.RegisterPage-module__PUj23q__eyeButton:hover{color:var(--color-text);background:0 0}.RegisterPage-module__PUj23q__inputError{outline-color:var(--color-danger);border-color:var(--color-danger)!important}.RegisterPage-module__PUj23q__fieldError{color:var(--color-danger);font-size:.75rem}.RegisterPage-module__PUj23q__strengthBar{align-items:center;gap:4px;margin-top:.25rem;display:flex}.RegisterPage-module__PUj23q__strengthSegment{background:var(--color-border);border-radius:99px;flex:1;height:3px;transition:background .3s}.RegisterPage-module__PUj23q__strength1{background:var(--color-danger)}.RegisterPage-module__PUj23q__strength2{background:#e67e22}.RegisterPage-module__PUj23q__strength3{background:#f1c40f}.RegisterPage-module__PUj23q__strength4{background:var(--color-success)}.RegisterPage-module__PUj23q__strengthLabel{color:var(--color-text-muted);text-align:right;width:3.5rem;font-size:.7rem}.RegisterPage-module__PUj23q__errorBanner{color:var(--color-danger);background:color-mix(in srgb,var(--color-danger)10%,transparent);border:1px solid color-mix(in srgb,var(--color-danger)30%,transparent);border-radius:var(--radius);text-align:left;margin:0;padding:.6rem .85rem;font-size:.85rem}.RegisterPage-module__PUj23q__successBanner{color:var(--color-success);background:color-mix(in srgb,var(--color-success)10%,transparent);border:1px solid color-mix(in srgb,var(--color-success)30%,transparent);border-radius:var(--radius);text-align:left;margin:0;padding:.6rem .85rem;font-size:.85rem}.RegisterPage-module__PUj23q__submitButton{background:var(--color-primary);justify-content:center;align-items:center;width:100%;margin:.25rem 0 0;display:flex}.RegisterPage-module__PUj23q__submitButton:hover:not(:disabled){background:var(--color-primary-hover)}.RegisterPage-module__PUj23q__submitButton:disabled{opacity:.6;cursor:not-allowed}.RegisterPage-module__PUj23q__spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite RegisterPage-module__PUj23q__spin;display:inline-block}@keyframes RegisterPage-module__PUj23q__spin{to{transform:rotate(360deg)}}.RegisterPage-module__PUj23q__loginLink{text-align:center;color:var(--color-text-muted);margin-top:1.25rem;font-size:.85rem}.RegisterPage-module__PUj23q__loginLink a{color:var(--color-primary);font-weight:600;text-decoration:none}.RegisterPage-module__PUj23q__loginLink a:hover{text-decoration:underline}
.RulesPage-module__2gJFCq__main{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex}.RulesPage-module__2gJFCq__pageTitle{text-align:left;margin:0;font-size:2rem}.RulesPage-module__2gJFCq__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.75rem 2rem;display:flex}.RulesPage-module__2gJFCq__sectionTitle{text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);text-align:left;margin:0;font-size:1rem}.RulesPage-module__2gJFCq__rulesList{color:var(--color-text);flex-direction:column;gap:.5rem;margin:0;padding-left:1.5rem;font-size:1rem;line-height:1.6;display:flex}.RulesPage-module__2gJFCq__rankIntro{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.6}.RulesPage-module__2gJFCq__rankIntro strong{color:var(--color-text)}.RulesPage-module__2gJFCq__tableWrapper{border-radius:calc(var(--radius) - 2px);border:1px solid var(--color-border);overflow-x:auto}.RulesPage-module__2gJFCq__rankTable{border-collapse:collapse;width:100%;font-size:.9rem}.RulesPage-module__2gJFCq__rankTable thead tr{background:var(--color-primary);color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.RulesPage-module__2gJFCq__rankTable thead th{text-align:left;padding:.7rem 1.1rem;font-weight:600}.RulesPage-module__2gJFCq__rankRow{border-bottom:1px solid var(--color-border);transition:background .15s}.RulesPage-module__2gJFCq__rankRow:last-child{border-bottom:none}.RulesPage-module__2gJFCq__rankRow:hover{background:var(--color-bg-secondary)}.RulesPage-module__2gJFCq__rankRow td{vertical-align:middle;padding:.75rem 1.1rem}.RulesPage-module__2gJFCq__rankName{letter-spacing:.03em;text-transform:uppercase;font-size:.95rem;font-weight:700}.RulesPage-module__2gJFCq__rankRow td:first-child{white-space:nowrap}.RulesPage-module__2gJFCq__divisionCell{text-align:left}.RulesPage-module__2gJFCq__ratingPill{font-variant-numeric:tabular-nums;background:color-mix(in srgb,var(--rank-color)12%,transparent);color:var(--rank-color);border:1px solid color-mix(in srgb,var(--rank-color)30%,transparent);border-radius:99px;padding:.2rem .55rem;font-size:.78rem;font-weight:600;display:inline-block}.RulesPage-module__2gJFCq__infinityCell{text-align:left}.RulesPage-module__2gJFCq__rainbowText{letter-spacing:.03em;text-transform:uppercase;background:linear-gradient(90deg,#ff4e50,#f9d423,#4caf75,#3498db,#9b59b6) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:700;animation:2.5s linear infinite RulesPage-module__2gJFCq__rainbowText}@keyframes RulesPage-module__2gJFCq__rainbowText{0%{background-position:0%}to{background-position:200%}}@media (max-width:520px){.RulesPage-module__2gJFCq__card{padding:1.25rem}.RulesPage-module__2gJFCq__rankTable thead th,.RulesPage-module__2gJFCq__rankRow td{padding:.6rem .75rem}}
.TournamentPage-module__QNxxqG__main{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.TournamentPage-module__QNxxqG__loading{text-align:center;color:var(--color-text-muted);padding:4rem}.TournamentPage-module__QNxxqG__tournamentHeader{flex-direction:column;gap:.5rem;display:flex}.TournamentPage-module__QNxxqG__backLink{color:var(--color-primary);width:fit-content;font-size:.875rem;text-decoration:none}.TournamentPage-module__QNxxqG__backLink:hover{text-decoration:underline}.TournamentPage-module__QNxxqG__tournamentHeader h1{text-align:left;font-size:2rem}.TournamentPage-module__QNxxqG__description{color:var(--color-text-muted);margin:0;font-size:.95rem}.TournamentPage-module__QNxxqG__errorBanner{background:color-mix(in srgb,var(--color-danger)10%,transparent);border:1px solid color-mix(in srgb,var(--color-danger)30%,transparent);color:var(--color-danger);border-radius:var(--radius);padding:.65rem 1rem;font-size:.875rem}.TournamentPage-module__QNxxqG__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.TournamentPage-module__QNxxqG__card h2{text-align:left;margin:0;font-size:1.1rem}.TournamentPage-module__QNxxqG__card h3{text-align:left;color:var(--color-text-muted);margin:0;font-size:.9rem}.TournamentPage-module__QNxxqG__hint{color:var(--color-text-muted);margin:0;font-size:.8rem}.TournamentPage-module__QNxxqG__startButton{background:var(--color-primary);color:#fff;width:100%;margin:0}.TournamentPage-module__QNxxqG__startButton:hover:not(:disabled){background:var(--color-primary-hover)}.TournamentPage-module__QNxxqG__startButton:disabled{opacity:.5;cursor:not-allowed}.TournamentPage-module__QNxxqG__registrationHeader{justify-content:space-between;align-items:center;display:flex}.TournamentPage-module__QNxxqG__playerCount{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.85rem}.TournamentPage-module__QNxxqG__registerButton{background:var(--color-primary);color:#fff;width:100%;margin:0}.TournamentPage-module__QNxxqG__registerButton:hover:not(:disabled){background:var(--color-primary-hover)}.TournamentPage-module__QNxxqG__registerButton:disabled{opacity:.5;cursor:not-allowed}.TournamentPage-module__QNxxqG__registeredMsg{color:var(--color-success);margin:0;font-size:.95rem;font-weight:600}.TournamentPage-module__QNxxqG__participantsList{flex-direction:column;gap:.75rem;margin-top:.25rem;display:flex}.TournamentPage-module__QNxxqG__participantsGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;display:grid}.TournamentPage-module__QNxxqG__participantCard{background:var(--color-bg-secondary);border-radius:var(--radius);flex-direction:column;gap:.2rem;padding:.65rem .85rem;display:flex}.TournamentPage-module__QNxxqG__participantName{color:var(--color-text);font-size:.9rem;font-weight:600}.TournamentPage-module__QNxxqG__participantRating{color:var(--color-primary);font-variant-numeric:tabular-nums;font-size:.78rem}.TournamentPage-module__QNxxqG__matchCard{background:var(--color-bg-secondary);border-radius:var(--radius);flex-direction:column;align-items:center;gap:1rem;padding:1.25rem;display:flex}.TournamentPage-module__QNxxqG__matchPlayers{align-items:center;gap:1rem;font-size:1rem;font-weight:500;display:flex}.TournamentPage-module__QNxxqG__matchVs{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.08em;font-size:.75rem;font-weight:700}.TournamentPage-module__QNxxqG__you{color:var(--color-primary);font-weight:700}.TournamentPage-module__QNxxqG__playButton{background:var(--color-primary);color:#fff;border-radius:var(--radius);padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.TournamentPage-module__QNxxqG__playButton:hover{background:var(--color-primary-hover)}.TournamentPage-module__QNxxqG__bracket{gap:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.TournamentPage-module__QNxxqG__bracketRound{flex-direction:column;gap:.75rem;min-width:160px;display:flex}.TournamentPage-module__QNxxqG__roundHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding-bottom:.5rem;font-size:.7rem;font-weight:700}.TournamentPage-module__QNxxqG__roundMatches{flex-direction:column;gap:.5rem;display:flex}.TournamentPage-module__QNxxqG__bracketMatch{background:var(--color-bg-secondary);border-radius:var(--radius);border:1px solid var(--color-border);overflow:hidden}.TournamentPage-module__QNxxqG__bracketPlayer{border-bottom:1px solid var(--color-border);align-items:center;gap:.5rem;padding:.45rem .65rem;font-size:.85rem;display:flex}.TournamentPage-module__QNxxqG__bracketPlayer:last-child{border-bottom:none}.TournamentPage-module__QNxxqG__bracketSeed{color:var(--color-text-muted);text-align:center;flex-shrink:0;width:1.25rem;font-size:.7rem}.TournamentPage-module__QNxxqG__bracketName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.TournamentPage-module__QNxxqG__winner .TournamentPage-module__QNxxqG__bracketName{color:var(--color-success);font-weight:700}.TournamentPage-module__QNxxqG__winnerDisplay{background:color-mix(in srgb,var(--color-success)10%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-success)30%,transparent);border-radius:var(--radius);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.TournamentPage-module__QNxxqG__winnerCrown{font-size:1.75rem}.TournamentPage-module__QNxxqG__winnerName{color:var(--color-text);font-size:1.25rem;font-weight:700}@media (max-width:600px){.TournamentPage-module__QNxxqG__bracket{flex-direction:column}.TournamentPage-module__QNxxqG__bracketRound{min-width:unset}.TournamentPage-module__QNxxqG__participantsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}}
.TournamentsPage-module__l15QCq__main{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.TournamentsPage-module__l15QCq__main h1{text-align:left;margin:0;font-size:2rem}.TournamentsPage-module__l15QCq__errorBanner{background:color-mix(in srgb,var(--color-danger)10%,transparent);border:1px solid color-mix(in srgb,var(--color-danger)30%,transparent);color:var(--color-danger);border-radius:var(--radius);margin:0;padding:.65rem 1rem;font-size:.875rem}.TournamentsPage-module__l15QCq__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.TournamentsPage-module__l15QCq__card h2{text-align:left;margin:0;font-size:1.1rem}.TournamentsPage-module__l15QCq__form{flex-direction:column;gap:1rem;display:flex}.TournamentsPage-module__l15QCq__field{flex-direction:column;gap:.3rem;display:flex}.TournamentsPage-module__l15QCq__label{letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.TournamentsPage-module__l15QCq__select{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);cursor:pointer;width:100%;padding:.6rem .75rem;font-family:inherit;font-size:.95rem}.TournamentsPage-module__l15QCq__select:focus{border-color:var(--color-primary);outline:none}.TournamentsPage-module__l15QCq__textarea{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);resize:vertical;box-sizing:border-box;width:100%;min-height:80px;padding:.65rem .75rem;font-family:inherit;font-size:.95rem}.TournamentsPage-module__l15QCq__textarea:focus{border-color:var(--color-primary);outline:none}.TournamentsPage-module__l15QCq__createButton{background:var(--color-primary);color:#fff;width:100%;margin:0}.TournamentsPage-module__l15QCq__createButton:hover{background:var(--color-primary-hover)}.TournamentsPage-module__l15QCq__sectionTitle{text-align:left;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:.8rem;font-weight:700}.TournamentsPage-module__l15QCq__empty{color:var(--color-text-muted);font-size:.9rem}.TournamentsPage-module__l15QCq__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.TournamentsPage-module__l15QCq__tournamentCard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:.5rem;padding:1.25rem;transition:box-shadow .2s;display:flex}.TournamentsPage-module__l15QCq__tournamentCard:hover{box-shadow:0 6px 16px #0000001f}.TournamentsPage-module__l15QCq__tournamentCard.TournamentsPage-module__l15QCq__completed{opacity:.75}.TournamentsPage-module__l15QCq__tournamentCard h3{text-align:left;color:var(--color-text);margin:0;font-size:1rem}.TournamentsPage-module__l15QCq__cardDescription{color:var(--color-text-muted);flex:1;margin:0;font-size:.85rem}.TournamentsPage-module__l15QCq__cardStatus{color:var(--color-primary);margin:0;font-size:.8rem;font-weight:600}.TournamentsPage-module__l15QCq__viewButton{text-align:center;background:var(--color-primary);color:#fff;border-radius:var(--radius);margin-top:.5rem;padding:.6rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s;display:block}.TournamentsPage-module__l15QCq__viewButton:hover{background:var(--color-primary-hover)}@media (max-width:480px){.TournamentsPage-module__l15QCq__grid{grid-template-columns:1fr}}
.game-module__1Kw6lG__main{flex:1;justify-content:center;align-items:flex-start;padding:2rem 1.5rem;display:flex}.game-module__1Kw6lG__gameContainer{flex-direction:column;gap:2rem;width:100%;max-width:720px;display:flex}.game-module__1Kw6lG__tournamentBadge{background:color-mix(in srgb,var(--color-primary)10%,var(--color-surface));border:1px solid color-mix(in srgb,var(--color-primary)30%,transparent);border-radius:var(--radius);color:var(--color-text);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.game-module__1Kw6lG__tournamentMatch{color:var(--color-text-muted);font-size:.8rem;font-weight:400}.game-module__1Kw6lG__scoreboard{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding:1.75rem 2rem;display:grid}.game-module__1Kw6lG__playerPanel{text-align:center;flex-direction:column;align-items:center;gap:.3rem;display:flex}.game-module__1Kw6lG__playerLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.7rem;font-weight:700}.game-module__1Kw6lG__playerName{color:var(--color-text);font-size:1rem;font-weight:600}.game-module__1Kw6lG__playerScore{color:var(--color-primary);font-variant-numeric:tabular-nums;margin:.25rem 0;font-size:2.5rem;font-weight:800;line-height:1}.game-module__1Kw6lG__choiceDisplay{opacity:0;justify-content:center;align-items:center;height:3rem;font-size:2.5rem;transition:opacity .2s,transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:scale(.5)}.game-module__1Kw6lG__choiceVisible{opacity:1;transform:scale(1)}.game-module__1Kw6lG__vsBlock{flex-direction:column;align-items:center;gap:.3rem;display:flex}.game-module__1Kw6lG__roundLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);font-size:.65rem;font-weight:700}.game-module__1Kw6lG__roundNumber{color:var(--color-text);font-size:1.75rem;font-weight:800;line-height:1}.game-module__1Kw6lG__vs{color:var(--color-text-muted);letter-spacing:.1em;font-size:.7rem;font-weight:700}.game-module__1Kw6lG__timer{color:var(--color-text-muted);background:var(--color-bg-secondary);border-radius:var(--radius);font-variant-numeric:tabular-nums;padding:.25rem .6rem;font-size:1.1rem;font-weight:700}.game-module__1Kw6lG__timerWarning{color:var(--color-danger);animation:1s ease-in-out infinite game-module__1Kw6lG__pulse}@keyframes game-module__1Kw6lG__pulse{0%,to{opacity:1}50%{opacity:.5}}.game-module__1Kw6lG__choices{justify-content:center;gap:1.25rem;display:flex}.game-module__1Kw6lG__choiceButton{background:var(--color-surface);border:2px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);cursor:pointer;max-width:180px;min-height:unset;flex-direction:column;flex:1;align-items:center;gap:.5rem;margin:0;padding:1.5rem 2rem;transition:transform .15s,border-color .15s,background .15s,box-shadow .15s;display:flex}.game-module__1Kw6lG__choiceButton:hover:not(:disabled){border-color:var(--color-primary);transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.game-module__1Kw6lG__choiceButton:disabled{opacity:.5;cursor:not-allowed}.game-module__1Kw6lG__choiceButton.game-module__1Kw6lG__selected,.game-module__1Kw6lG__choiceButton.game-module__1Kw6lG__selected:disabled{border-color:var(--color-primary);background:color-mix(in srgb,var(--color-primary)10%,var(--color-surface));opacity:1;transform:translateY(-2px)}.game-module__1Kw6lG__choiceEmoji{font-size:2.25rem;line-height:1}.game-module__1Kw6lG__choiceLabel{text-transform:capitalize;color:var(--color-text);font-size:.875rem;font-weight:600}.game-module__1Kw6lG__roundHistory{flex-direction:column;gap:.4rem;width:100%;display:flex}.game-module__1Kw6lG__roundHistoryHeader{text-align:center;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted);grid-template-columns:1fr 2rem 1fr;padding:0 .5rem;font-size:.65rem;font-weight:700;display:grid}.game-module__1Kw6lG__roundHistoryRow{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-left:3px solid var(--color-border);border-radius:var(--radius);grid-template-columns:1fr 2rem 1fr;align-items:center;padding:.4rem .5rem;font-size:1.3rem;animation:.2s both game-module__1Kw6lG__fadeUp;display:grid}.game-module__1Kw6lG__roundHistoryRow.game-module__1Kw6lG__win{border-left-color:var(--color-success)}.game-module__1Kw6lG__roundHistoryRow.game-module__1Kw6lG__loss{border-left-color:var(--color-danger)}.game-module__1Kw6lG__roundHistoryRow.game-module__1Kw6lG__draw{border-left-color:var(--color-text-muted)}.game-module__1Kw6lG__roundHistoryLabel{color:var(--color-text-muted);opacity:.5;font-size:.6rem;font-weight:700;line-height:1}.game-module__1Kw6lG__result{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;animation:.4s both game-module__1Kw6lG__fadeUp;display:flex}@keyframes game-module__1Kw6lG__fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.game-module__1Kw6lG__resultLabel{margin:0;font-size:2.5rem;font-weight:800;line-height:1}.game-module__1Kw6lG__victory{color:var(--color-success)}.game-module__1Kw6lG__defeat{color:var(--color-danger)}.game-module__1Kw6lG__finalScore{color:var(--color-text-muted);margin:0;font-size:1.5rem;font-weight:600}.game-module__1Kw6lG__playAgainButton{background:var(--color-primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;min-height:44px;margin-top:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.game-module__1Kw6lG__playAgainButton:hover{background:var(--color-primary-hover);transform:translateY(-2px)}.game-module__1Kw6lG__playerClubTag{color:var(--color-text-muted);margin-left:.35rem;font-size:.75rem;font-weight:400}.game-module__1Kw6lG__disconnectedBadge{color:var(--color-danger);font-size:.75rem;font-weight:500}.game-module__1Kw6lG__loading{text-align:center;color:var(--color-text-muted);padding:4rem 2rem;font-size:1.1rem}.game-module__1Kw6lG__errorText{color:var(--color-danger);margin:0;font-size:1rem}@media (max-width:600px){.game-module__1Kw6lG__scoreboard{grid-template-columns:1fr;gap:1.25rem}.game-module__1Kw6lG__vsBlock{flex-direction:row;gap:.75rem}.game-module__1Kw6lG__choices{flex-direction:column;align-items:center}.game-module__1Kw6lG__choiceButton{flex-direction:row;justify-content:center;gap:.75rem;width:100%;max-width:100%;padding:1rem 1.5rem}}
