.LocaleSwitcher-module__wtTm7q__wrapper{position:relative}.LocaleSwitcher-module__wtTm7q__trigger{background:var(--bg-glass);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);font-size:var(--text-sm);align-items:center;gap:.375rem;padding:.5rem .75rem;display:flex}.LocaleSwitcher-module__wtTm7q__trigger:hover{border-color:var(--border-secondary);color:var(--text-primary)}.LocaleSwitcher-module__wtTm7q__currentFlag{font-size:1rem}.LocaleSwitcher-module__wtTm7q__dropdown{background:var(--bg-secondary);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);min-width:200px;box-shadow:var(--shadow-xl);z-index:100;animation:.15s ease-out LocaleSwitcher-module__wtTm7q__fadeIn;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden}[dir=rtl] .LocaleSwitcher-module__wtTm7q__dropdown{left:0;right:auto}.LocaleSwitcher-module__wtTm7q__option{align-items:center;gap:var(--space-sm);width:100%;padding:.625rem var(--space-md);color:var(--text-secondary);font-size:var(--text-sm);cursor:pointer;transition:all var(--transition-fast);text-align:left;background:0 0;border:none;display:flex}[dir=rtl] .LocaleSwitcher-module__wtTm7q__option{text-align:right}.LocaleSwitcher-module__wtTm7q__option:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.LocaleSwitcher-module__wtTm7q__active{color:var(--accent-primary);background:var(--accent-primary-glow)}
.dashboard-module__fNk1GG__layout{min-height:100vh;display:flex}.dashboard-module__fNk1GG__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-primary);z-index:40;flex-direction:column;width:260px;height:100vh;display:flex;position:fixed;top:0;left:0}[dir=rtl] .dashboard-module__fNk1GG__sidebar{border-right:none;border-left:1px solid var(--border-primary);left:auto;right:0}.dashboard-module__fNk1GG__sidebarHeader{padding:var(--space-lg);border-bottom:1px solid var(--border-primary)}.dashboard-module__fNk1GG__logo{align-items:center;gap:var(--space-sm);font-weight:700;font-size:var(--text-base);color:var(--text-primary);display:flex}.dashboard-module__fNk1GG__logo svg{color:var(--accent-primary)}.dashboard-module__fNk1GG__nav{padding:var(--space-md);gap:var(--space-xs);flex-direction:column;flex:1;display:flex}.dashboard-module__fNk1GG__navItem{align-items:center;gap:var(--space-sm);padding:.625rem var(--space-md);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);transition:all var(--transition-fast);font-weight:500;text-decoration:none;display:flex}.dashboard-module__fNk1GG__navItem:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.dashboard-module__fNk1GG__navActive{background:var(--accent-primary-glow);color:var(--accent-primary)}.dashboard-module__fNk1GG__navBadge{background:var(--accent-danger);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 4px;font-size:10px;font-weight:700;display:flex;box-shadow:0 2px 4px #ef44444d}.dashboard-module__fNk1GG__sidebarFooter{padding:var(--space-md);border-top:1px solid var(--border-primary);gap:var(--space-sm);flex-direction:column;display:flex}.dashboard-module__fNk1GG__logoutBtn{align-items:center;gap:var(--space-sm);padding:.5rem var(--space-md);color:var(--text-tertiary);font-size:var(--text-sm);font-family:var(--font-sans);cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);background:0 0;border:none;display:flex}.dashboard-module__fNk1GG__logoutBtn:hover{color:var(--accent-danger);background:#ef44441a}.dashboard-module__fNk1GG__main{flex-direction:column;flex:1;margin-left:260px;display:flex}[dir=rtl] .dashboard-module__fNk1GG__main{margin-left:0;margin-right:260px}.dashboard-module__fNk1GG__topBar{padding:var(--space-lg)var(--space-xl);border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:30;position:sticky;top:0}.dashboard-module__fNk1GG__topBar h1{font-size:var(--text-xl);font-weight:700}.dashboard-module__fNk1GG__content{padding:var(--space-xl);gap:var(--space-lg);flex-direction:column;display:flex}.dashboard-module__fNk1GG__statusCard{background:linear-gradient(135deg,var(--bg-card),#10b9810d);border-color:var(--border-accent)}.dashboard-module__fNk1GG__statusHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.dashboard-module__fNk1GG__statusHeader h2{font-size:var(--text-lg);font-weight:600}.dashboard-module__fNk1GG__statusText{color:var(--text-secondary);font-size:var(--text-sm);margin-bottom:var(--space-md)}.dashboard-module__fNk1GG__progressBar{background:var(--bg-glass);border-radius:var(--radius-full);height:4px;overflow:hidden}.dashboard-module__fNk1GG__progressFill{background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:var(--radius-full);height:100%;transition:width .5s}.dashboard-module__fNk1GG__statsGrid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.dashboard-module__fNk1GG__statsGrid .dashboard-module__fNk1GG__card{align-items:center;gap:var(--space-md);display:flex}.dashboard-module__fNk1GG__statIcon{background:var(--accent-primary-glow);border-radius:var(--radius-md);width:44px;height:44px;color:var(--accent-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-module__fNk1GG__statContent{flex-direction:column;display:flex}.dashboard-module__fNk1GG__statValue{font-size:var(--text-2xl);font-weight:700}.dashboard-module__fNk1GG__statLabel{font-size:var(--text-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.dashboard-module__fNk1GG__emptyState{align-items:center;gap:var(--space-md);padding:var(--space-2xl);color:var(--text-tertiary);text-align:center;flex-direction:column;display:flex}.dashboard-module__fNk1GG__emptyState p{font-size:var(--text-sm)}.dashboard-module__fNk1GG__mobileMenuBtn{top:var(--space-md);left:var(--space-md);z-index:50;border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-secondary);width:42px;height:42px;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:none;position:fixed}[dir=rtl] .dashboard-module__fNk1GG__mobileMenuBtn{left:auto;right:var(--space-md)}.dashboard-module__fNk1GG__mobileCloseBtn{background:var(--bg-glass);border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;display:none}.dashboard-module__fNk1GG__mobileCloseBtn:hover{background:var(--bg-glass-hover);color:var(--text-primary)}.dashboard-module__fNk1GG__mobileOverlay,.dashboard-module__fNk1GG__mobileDrawer{display:none}@media (max-width:768px){.dashboard-module__fNk1GG__sidebar{display:none}.dashboard-module__fNk1GG__main{margin-left:0;padding-top:56px}[dir=rtl] .dashboard-module__fNk1GG__main{margin-right:0}.dashboard-module__fNk1GG__mobileMenuBtn,.dashboard-module__fNk1GG__mobileCloseBtn{display:flex}.dashboard-module__fNk1GG__sidebarHeader{justify-content:space-between;align-items:center;display:flex}.dashboard-module__fNk1GG__mobileOverlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;animation:.2s ease-out dashboard-module__fNk1GG__fadeIn;display:block;position:fixed;inset:0}.dashboard-module__fNk1GG__mobileDrawer{background:var(--bg-secondary);border-right:1px solid var(--border-primary);z-index:101;flex-direction:column;width:280px;height:100vh;animation:.25s ease-out dashboard-module__fNk1GG__slideIn;display:flex;position:fixed;top:0;left:0;overflow-y:auto}[dir=rtl] .dashboard-module__fNk1GG__mobileDrawer{border-right:none;border-left:1px solid var(--border-primary);animation:.25s ease-out dashboard-module__fNk1GG__slideInRtl;left:auto;right:0}.dashboard-module__fNk1GG__statsGrid{grid-template-columns:1fr}}@keyframes dashboard-module__fNk1GG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dashboard-module__fNk1GG__slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes dashboard-module__fNk1GG__slideInRtl{0%{transform:translate(100%)}to{transform:translate(0)}}
.auth-module__mDp_ZW__page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-module__mDp_ZW__page:before{content:"";background:radial-gradient(ellipse,var(--accent-primary-glow)0%,transparent 70%);pointer-events:none;width:50%;height:100%;position:absolute;top:-30%;right:-20%}.auth-module__mDp_ZW__container{width:100%;max-width:440px;padding:var(--space-lg);z-index:1;position:relative}.auth-module__mDp_ZW__header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.auth-module__mDp_ZW__logo{align-items:center;gap:var(--space-sm);font-weight:700;font-size:var(--text-lg);color:var(--text-primary);display:flex}.auth-module__mDp_ZW__logo svg{color:var(--accent-primary)}.auth-module__mDp_ZW__card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-primary);border-radius:var(--radius-xl);padding:var(--space-xl);animation:.4s ease-out auth-module__mDp_ZW__fadeIn}.auth-module__mDp_ZW__cardHeader{margin-bottom:var(--space-xl)}.auth-module__mDp_ZW__cardHeader h1{font-size:var(--text-2xl);margin-bottom:var(--space-xs);font-weight:700}.auth-module__mDp_ZW__cardHeader p{color:var(--text-secondary);font-size:var(--text-sm)}.auth-module__mDp_ZW__form{gap:var(--space-lg);flex-direction:column;display:flex}.auth-module__mDp_ZW__inputIcon{position:relative}.auth-module__mDp_ZW__inputIcon svg{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}[dir=rtl] .auth-module__mDp_ZW__inputIcon svg{left:auto;right:.75rem}.auth-module__mDp_ZW__inputIcon .auth-module__mDp_ZW__input,.auth-module__mDp_ZW__inputIcon input{padding-left:2.5rem}[dir=rtl] .auth-module__mDp_ZW__inputIcon .auth-module__mDp_ZW__input,[dir=rtl] .auth-module__mDp_ZW__inputIcon input{padding-left:.875rem;padding-right:2.5rem}.auth-module__mDp_ZW__error{border-radius:var(--radius-md);color:var(--accent-danger);font-size:var(--text-sm);background:#ef44441a;border:1px solid #ef444433;padding:.75rem}.auth-module__mDp_ZW__success{align-items:center;gap:var(--space-md);padding:var(--space-xl)0;text-align:center;color:var(--accent-primary);flex-direction:column;display:flex}.auth-module__mDp_ZW__success h2{font-size:var(--text-xl);color:var(--text-primary)}.auth-module__mDp_ZW__success p{color:var(--text-secondary);font-size:var(--text-sm)}.auth-module__mDp_ZW__footer{margin-top:var(--space-lg);text-align:center;font-size:var(--text-sm);color:var(--text-tertiary);gap:var(--space-xs);justify-content:center;display:flex}.auth-module__mDp_ZW__footer a{color:var(--accent-primary);font-weight:600}
.auth-module__Z3KksG__page{background:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-module__Z3KksG__page:before{content:"";background:radial-gradient(ellipse,var(--accent-primary-glow)0%,transparent 70%);pointer-events:none;width:50%;height:100%;position:absolute;top:-30%;right:-20%}.auth-module__Z3KksG__container{width:100%;max-width:440px;padding:var(--space-lg);z-index:1;position:relative}.auth-module__Z3KksG__header{margin-bottom:var(--space-xl);justify-content:space-between;align-items:center;display:flex}.auth-module__Z3KksG__logo{align-items:center;gap:var(--space-sm);font-weight:700;font-size:var(--text-lg);color:var(--text-primary);display:flex}.auth-module__Z3KksG__logo svg{color:var(--accent-primary)}.auth-module__Z3KksG__card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-primary);border-radius:var(--radius-xl);padding:var(--space-xl);animation:.4s ease-out auth-module__Z3KksG__fadeIn}.auth-module__Z3KksG__cardHeader{margin-bottom:var(--space-xl)}.auth-module__Z3KksG__cardHeader h1{font-size:var(--text-2xl);margin-bottom:var(--space-xs);font-weight:700}.auth-module__Z3KksG__cardHeader p{color:var(--text-secondary);font-size:var(--text-sm)}.auth-module__Z3KksG__form{gap:var(--space-lg);flex-direction:column;display:flex}.auth-module__Z3KksG__inputIcon{position:relative}.auth-module__Z3KksG__inputIcon svg{color:var(--text-tertiary);pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}[dir=rtl] .auth-module__Z3KksG__inputIcon svg{left:auto;right:.75rem}.auth-module__Z3KksG__inputIcon .auth-module__Z3KksG__input,.auth-module__Z3KksG__inputIcon input{padding-left:2.5rem}[dir=rtl] .auth-module__Z3KksG__inputIcon .auth-module__Z3KksG__input,[dir=rtl] .auth-module__Z3KksG__inputIcon input{padding-left:.875rem;padding-right:2.5rem}.auth-module__Z3KksG__error{border-radius:var(--radius-md);color:var(--accent-danger);font-size:var(--text-sm);background:#ef44441a;border:1px solid #ef444433;padding:.75rem}.auth-module__Z3KksG__success{align-items:center;gap:var(--space-md);padding:var(--space-xl)0;text-align:center;color:var(--accent-primary);flex-direction:column;display:flex}.auth-module__Z3KksG__success h2{font-size:var(--text-xl);color:var(--text-primary)}.auth-module__Z3KksG__success p{color:var(--text-secondary);font-size:var(--text-sm)}.auth-module__Z3KksG__footer{margin-top:var(--space-lg);text-align:center;font-size:var(--text-sm);color:var(--text-tertiary);gap:var(--space-xs);justify-content:center;display:flex}.auth-module__Z3KksG__footer a{color:var(--accent-primary);font-weight:600}
.kyc-module__JDTPNW__page{background:var(--bg-primary);min-height:100vh;padding:var(--space-xl)0;justify-content:center;align-items:center;display:flex}.kyc-module__JDTPNW__container{width:100%;max-width:560px;padding:0 var(--space-lg)}.kyc-module__JDTPNW__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.kyc-module__JDTPNW__logo{align-items:center;gap:var(--space-sm);font-weight:700;font-size:var(--text-lg);color:var(--text-primary);display:flex}.kyc-module__JDTPNW__logo svg{color:var(--accent-primary)}.kyc-module__JDTPNW__steps{justify-content:center;gap:var(--space-xl);margin-bottom:var(--space-xl);display:flex}.kyc-module__JDTPNW__step{align-items:center;gap:var(--space-sm);color:var(--text-tertiary);font-size:var(--text-sm);font-weight:500;display:flex}.kyc-module__JDTPNW__stepDot{border-radius:var(--radius-full);background:var(--bg-glass);border:1px solid var(--border-primary);width:28px;height:28px;font-size:var(--text-xs);justify-content:center;align-items:center;font-weight:700;display:flex}.kyc-module__JDTPNW__stepActive{color:var(--accent-primary)}.kyc-module__JDTPNW__stepActive .kyc-module__JDTPNW__stepDot{background:var(--accent-primary);color:var(--bg-primary);border-color:var(--accent-primary)}.kyc-module__JDTPNW__card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-primary);border-radius:var(--radius-xl);padding:var(--space-xl);animation:.3s ease-out kyc-module__JDTPNW__fadeIn}.kyc-module__JDTPNW__cardHeader{margin-bottom:var(--space-xl)}.kyc-module__JDTPNW__cardHeader h1{font-size:var(--text-2xl);margin-bottom:var(--space-xs);font-weight:700}.kyc-module__JDTPNW__cardHeader p{color:var(--text-secondary);font-size:var(--text-sm)}.kyc-module__JDTPNW__form{gap:var(--space-lg);flex-direction:column;display:flex}.kyc-module__JDTPNW__playerTypes{gap:var(--space-sm);grid-template-columns:1fr 1fr;display:grid}.kyc-module__JDTPNW__playerTypeBtn{align-items:center;gap:var(--space-sm);padding:var(--space-md);background:var(--bg-glass);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:var(--text-sm);transition:all var(--transition-fast);font-weight:500;font-family:var(--font-sans);display:flex}.kyc-module__JDTPNW__playerTypeBtn:hover{border-color:var(--border-secondary);color:var(--text-primary)}.kyc-module__JDTPNW__playerTypeActive{border-color:var(--accent-primary);color:var(--accent-primary);background:var(--accent-primary-glow)}.kyc-module__JDTPNW__formActions{gap:var(--space-md);justify-content:space-between;display:flex}.kyc-module__JDTPNW__reviewSection{padding:var(--space-md);background:var(--bg-glass);border-radius:var(--radius-md);border:1px solid var(--border-primary)}.kyc-module__JDTPNW__reviewSection h3{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-md);align-items:center;gap:var(--space-sm);font-weight:600;display:flex}.kyc-module__JDTPNW__reviewItem{padding:var(--space-sm)0;border-bottom:1px solid var(--border-primary);font-size:var(--text-sm);justify-content:space-between;align-items:center;display:flex}.kyc-module__JDTPNW__reviewItem:last-child{border-bottom:none}.kyc-module__JDTPNW__reviewItem span:first-child{color:var(--text-tertiary)}.kyc-module__JDTPNW__reviewItem span:last-child{color:var(--text-primary);font-weight:500}.kyc-module__JDTPNW__success{align-items:center;gap:var(--space-md);padding:var(--space-2xl)0;text-align:center;color:var(--accent-primary);flex-direction:column;display:flex}.kyc-module__JDTPNW__success h2{font-size:var(--text-xl);color:var(--text-primary)}.kyc-module__JDTPNW__success p{color:var(--text-secondary);font-size:var(--text-sm)}@media (max-width:640px){.kyc-module__JDTPNW__steps{gap:var(--space-md)}.kyc-module__JDTPNW__step span{display:none}.kyc-module__JDTPNW__playerTypes{grid-template-columns:1fr}}
