*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #10b981;--accent: #f59e0b;--bg-light: #f8fafc;--bg-white: #ffffff;--text-dark: #1e293b;--text-light: #64748b;--border: #e2e8f0;--shadow: 0 10px 25px -3px rgba(0, 0, 0, .1);--shadow-lg: 0 25px 50px -12px rgba(0, 0, 0, .25)}.cta-button{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;padding:.75rem 1.5rem;border:none;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:var(--bg-white);color:var(--primary);border:2px solid var(--primary);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-secondary:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.app{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f8f9fa;color:#333;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}.navbar{background:#fff;height:64px;box-shadow:0 2px 8px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;padding:0 20px;justify-content:space-between}.navbar-left{display:flex;align-items:center;gap:20px}.menu-toggle{background:none;border:none;font-size:24px;cursor:pointer;padding:8px;border-radius:8px;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center}.menu-toggle:hover{background-color:#f1f3f4}.logo{font-size:24px;font-weight:700;color:#4f46e5;cursor:pointer;font-size:1.5rem;font-weight:800;color:#333;text-decoration:none;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .3s ease}.search-container{position:relative;flex:1;max-width:500px;margin:0 20px}.search-input{width:100%;padding:12px 16px;border:1px solid #e1e5e9;border-radius:24px;font-size:14px;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:#4f46e5}.navbar-right{display:flex;align-items:center;gap:16px}.nav-button{background:none;border:none;padding:8px;border-radius:50%;cursor:pointer;font-size:20px;transition:background-color .3s ease;position:relative;display:flex;align-items:center;justify-content:center}.nav-button:hover{background-color:#f1f3f4}.notification-badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;border-radius:50%;width:18px;height:18px;font-size:11px;display:flex;align-items:center;justify-content:center}.user-profile{display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;transition:transform .2s ease}.user-profile:hover{transform:scale(1.05)}.login_background{background:#4f46e5}.login_background:hover{background:#3730a3;transform:translateY(-1px)}.logout_background{background:#ef4444}.logout_background:hover{background:#dc2626;transform:translateY(-1px)}.login-button{color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.layout{display:flex;margin-top:64px;min-height:calc(100vh - 64px);position:relative}.sidebar{width:280px;background:#fff;box-shadow:4px 0 12px #0000001a;position:fixed;top:64px;height:calc(100vh - 64px);overflow-y:auto;transition:left .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.sidebar_open{left:0}.sidebar_close{left:-280px}.sidebar-section{padding:20px 0;border-bottom:1px solid #e5e7eb;flex-shrink:0}.sidebar-section:last-child{border-bottom:none}.sidebar-title{font-size:12px;font-weight:600;text-transform:uppercase;color:#6b7280;margin-bottom:12px;padding:0 20px;letter-spacing:.5px}.sidebar-item{display:flex;align-items:center;padding:12px 20px;color:#374151;text-decoration:none;transition:all .3s ease;cursor:pointer;border-right:3px solid transparent}.sidebar-item:hover{background-color:#f3f4f6;color:#4f46e5}.sidebar-item.active{background-color:#e0e7ff;color:#4f46e5;border-right-color:#4f46e5}.sidebar-icon{margin-right:12px;font-size:18px;width:20px;display:flex;justify-content:center}.main-content{flex:1;padding:30px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);min-height:calc(100vh - 64px);display:flex;flex-direction:column}.main-content_sidebar_open{margin-left:280px}.main-content_sidebar_close{margin-left:0}.page-content{display:flex;flex-direction:column;gap:24px}.page-header{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 12px #0000000d}.page-header h1{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:8px}.page-header p{font-size:16px;color:#6b7280}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.game-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d;text-align:center;transition:transform .3s ease}.game-card:hover{transform:translateY(-4px)}.game-icon{font-size:48px;margin-bottom:16px}.game-card h3{margin-bottom:8px;color:#1f2937}.game-stats{color:#6b7280;margin:12px 0}.play-button{background:#4f46e5;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .3s ease}.play-button:hover{background:#3730a3}.tournaments-list{display:flex;flex-direction:column;gap:16px}.tournament-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;align-items:center}.tournament-info h3{margin-bottom:8px;color:#1f2937}.tournament-info p{color:#6b7280;margin-bottom:4px}.tournament-status{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.status-badge{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.status-badge.open{background:#dcfce7;color:#166534}.status-badge.full{background:#fef3c7;color:#92400e}.join-button{background:#4f46e5;color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-weight:500}.join-button:disabled{background:#9ca3af;cursor:not-allowed}.leaderboard-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow:hidden}.leaderboard-tabs{display:flex;border-bottom:1px solid #e5e7eb}.tab{padding:16px 24px;background:none;border:none;cursor:pointer;font-weight:500;color:#6b7280;transition:color .3s ease}.tab.active{color:#4f46e5;border-bottom:2px solid #4f46e5}.leaderboard-list{display:flex;flex-direction:column}.leaderboard-row{display:flex;align-items:center;padding:16px 24px;border-bottom:1px solid #f3f4f6;transition:background-color .3s ease}.leaderboard-row:hover{background-color:#f9fafb}.leaderboard-row:last-child{border-bottom:none}.rank{font-weight:700;font-size:18px;color:#4f46e5;width:60px}.player-info{flex:1;margin-left:16px}.player-name{font-weight:600;color:#1f2937}.player-stats{font-size:14px;color:#6b7280}.player-score{font-weight:700;color:#059669;font-size:18px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d;text-align:center}.stat-icon{font-size:36px;margin-bottom:12px}.stat-value{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:8px}.stat-label{color:#6b7280;font-weight:500}.recent-games{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.recent-games h3{margin-bottom:20px;color:#1f2937}.game-history-item{display:flex;align-items:center;padding:12px 0;border-bottom:1px solid #f3f4f6}.game-history-item:last-child{border-bottom:none}.game-name{flex:1;font-weight:500}.game-result.won{color:#059669;font-weight:600}.game-result.lost{color:#dc2626;font-weight:600}.game-score{margin:0 16px;font-weight:600}.game-time{color:#6b7280;font-size:14px}.settings-sections{display:flex;flex-direction:column;gap:32px}.settings-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d}.settings-section h3{margin-bottom:20px;color:#1f2937}.setting-item{margin-bottom:16px}.setting-item label{display:block;margin-bottom:8px;font-weight:500;color:#374151}.setting-item input[type=text],.setting-item input[type=email]{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;outline:none;transition:border-color .3s ease}.setting-item input[type=text]:focus,.setting-item input[type=email]:focus{border-color:#4f46e5}.setting-item input[type=checkbox]{margin-right:8px}.welcome-section{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 12px #0000000d;margin-bottom:30px}.welcome-title{font-size:32px;font-weight:700;color:#1f2937;margin-bottom:12px}.welcome-subtitle{font-size:18px;color:#6b7280;margin-bottom:0}.features-grid{display:flex;flex-wrap:wrap;gap:24px;flex:1}.feature-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;flex:1;min-width:300px;display:flex;flex-direction:column}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{font-size:32px;margin-bottom:16px}.feature-title{font-size:18px;font-weight:600;margin-bottom:8px;color:#1f2937}.feature-description{color:#6b7280;line-height:1.6;flex:1}@media (max-width: 768px){.navbar{padding:0 16px}.search-container{display:none}.navbar-right{gap:12px}.main-content{padding:20px;margin-left:0}.sidebar{width:100%}.sidebar_open{left:0}.sidebar_close{left:-100%}.page-header{padding:24px}.page-header h1{font-size:24px}.welcome-section{padding:24px}.welcome-title{font-size:24px}.features-grid{flex-direction:column}.feature-card{min-width:auto}.games-grid{grid-template-columns:1fr}.tournament-card{flex-direction:column;align-items:flex-start;gap:16px}.tournament-status{align-items:flex-start;flex-direction:row;width:100%;justify-content:space-between}.stats-grid{grid-template-columns:repeat(2,1fr)}.settings-sections{gap:24px}}@media (min-width: 1024px){.overlay{display:none}}.game-list{background:var(--bg-white)}.game-list-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:2rem;margin-bottom:2rem;justify-content:flex-start}.game-card{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;flex:1 1 300px;max-width:350px;min-width:280px;display:flex;flex-direction:column;align-items:center;text-align:center}.game-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.game-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.game-card:hover:before{transform:scaleX(1)}.game-icon{width:80px;height:80px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:2.5rem;transition:all .3s ease;box-shadow:0 5px 15px #667eea4d}.game-card:hover .game-icon{transform:scale(1.1) rotate(5deg);box-shadow:0 8px 25px #667eea66}.game-title{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem;transition:color .3s ease}.game-card:hover .game-title{color:#667eea}.game-description{font-size:.95rem;color:#718096;line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.play-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px #667eea4d}.play-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.play-button:active{transform:translateY(0)}.game-card{animation:fadeInUp .6s ease forwards}.game-card:nth-child(1){animation-delay:.1s}.game-card:nth-child(2){animation-delay:.2s}.game-card:nth-child(3){animation-delay:.3s}.game-card:nth-child(4){animation-delay:.4s}.game-card:nth-child(5){animation-delay:.5s}.game-card:nth-child(6){animation-delay:.6s}@media (max-width: 768px){.game-card{flex:1 1 100%;max-width:none;min-width:auto}}@media (max-width: 480px){.game-card{padding:1.5rem}.game-icon{width:60px;height:60px;font-size:2rem}}._container_g65od_1{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:20px}._gameCard_g65od_11{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:30px;width:100%;max-width:500px;text-align:center}._title_g65od_21{font-size:2rem;color:#2c3e50;margin-bottom:30px;font-weight:600}._startScreen_g65od_28{display:flex;flex-direction:column;align-items:center;gap:20px}._instructions_g65od_35{font-size:1.1rem;color:#7f8c8d;line-height:1.6;margin-bottom:20px}._startButton_g65od_42{background-color:#3498db;color:#fff;border:none;padding:15px 30px;font-size:1.1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background-color .3s ease}._startButton_g65od_42:hover{background-color:#2980b9}._gameScreen_g65od_58{display:flex;flex-direction:column;gap:25px}._scoreBoard_g65od_64{display:flex;justify-content:space-around;background-color:#ecf0f1;padding:15px;border-radius:8px}._scoreItem_g65od_72{display:flex;flex-direction:column;align-items:center;gap:5px}._scoreLabel_g65od_79{font-size:.9rem;color:#7f8c8d;font-weight:500}._scoreValue_g65od_85{font-size:1.4rem;color:#2c3e50;font-weight:700}._questionContainer_g65od_91{padding:20px;background-color:#f8f9fa;border-radius:8px;margin:10px 0}._question_g65od_91{font-size:2rem;color:#2c3e50;font-weight:600;margin:0}._optionsContainer_g65od_105{display:flex;flex-direction:column;gap:12px}._optionButton_g65od_111{padding:15px 20px;font-size:1.2rem;border:2px solid #bdc3c7;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;background-color:#fff}._default_g65od_122{border-color:#bdc3c7;color:#2c3e50}._selected_g65od_127{border-color:#3498db;background-color:#ebf3fd;color:#2980b9}._correct_g65od_133{background-color:#d5f4e6;border-color:#27ae60;color:#27ae60}._wrong_g65od_139{background-color:#fce4e4;border-color:#e74c3c;color:#e74c3c}._resultContainer_g65od_145{padding:15px;border-radius:8px;background-color:#f8f9fa}._resultText_g65od_151{font-size:1.1rem;font-weight:600;margin:0;color:#2c3e50}._stopButton_g65od_158{background-color:#e74c3c;color:#fff;border:none;padding:12px 25px;font-size:1rem;border-radius:8px;cursor:pointer;font-weight:600;margin-top:10px;transition:background-color .3s ease}._stopButton_g65od_158:hover{background-color:#c0392b}@media (max-width: 600px){._container_g65od_1{padding:10px}._gameCard_g65od_11{padding:20px}._title_g65od_21,._question_g65od_91{font-size:1.5rem}._optionButton_g65od_111{font-size:1.1rem;padding:12px 15px}}._gameContainer_3g4u8_3{min-height:100vh;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;flex-direction:column;align-items:center}._gameHeader_3g4u8_13{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;text-align:center}._gameHeader_3g4u8_13 h1{color:#1e293b;font-size:clamp(1.5rem,4vw,2.5rem);margin:0 0 1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}._scoreDisplay_3g4u8_29{background:#fff;padding:.5rem 1rem;border-radius:2rem;box-shadow:0 2px 10px #0000001a;border:1px solid #e2e8f0;font-weight:600;color:#334155}._gameContent_3g4u8_39{max-width:600px;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}._expressionContainer_3g4u8_48{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;width:100%;text-align:center}._expressionContainer_3g4u8_48 h2{color:#1e293b;margin:0 0 1.5rem;font-size:clamp(1.1rem,3vw,1.3rem);font-weight:600}._expression_3g4u8_48{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.5rem;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:clamp(1.2rem,4vw,1.8rem);line-height:1.4;letter-spacing:.1em;word-break:break-all;min-height:60px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.2rem}._bracketChar_3g4u8_83{font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.1);transition:transform .2s ease}._bracketChar_3g4u8_83:hover{transform:scale(1.1)}._inputSection_3g4u8_93{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._inputGroup_3g4u8_106{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}._inputGroup_3g4u8_106 label{color:#374151;font-weight:600;font-size:1.1rem}._inputGroup_3g4u8_106 input{padding:.75rem 1rem;font-size:1.2rem;border:2px solid #d1d5db;border-radius:.5rem;width:120px;text-align:center;transition:all .3s ease;font-weight:600}._inputGroup_3g4u8_106 input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:scale(1.02)}._inputGroup_3g4u8_106 input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}._inputGroup_3g4u8_106 button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}._inputGroup_3g4u8_106 button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #3b82f64d}._inputGroup_3g4u8_106 button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}._resultSection_3g4u8_170{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}._resultIndicator_3g4u8_178{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:.5rem;font-weight:700;font-size:1.2rem;text-transform:uppercase;letter-spacing:.5px}._resultIndicator_3g4u8_178._correct_3g4u8_190{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 15px #10b9814d}._resultIndicator_3g4u8_178._incorrect_3g4u8_196{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 15px #ef44444d}._resultIcon_3g4u8_202{font-size:1.5rem}._correctAnswer_3g4u8_206{color:#374151;font-size:1.1rem;font-weight:600;background:#f3f4f6;padding:.5rem 1rem;border-radius:.5rem}._nextButton_3g4u8_215{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;padding:.75rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}._nextButton_3g4u8_215:hover{transform:translateY(-2px);box-shadow:0 4px 15px #8b5cf64d}._instructions_3g4u8_234{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 2px 10px #0000000d;border:1px solid #e2e8f0;width:100%;text-align:center}._instructions_3g4u8_234 h3{color:#1e293b;margin:0 0 .75rem;font-size:1.2rem;font-weight:600}._instructions_3g4u8_234 p{color:#475569;margin:0;line-height:1.6;font-size:.95rem}@media (max-width: 768px){._gameContainer_3g4u8_3{padding:.5rem}._expressionContainer_3g4u8_48,._inputSection_3g4u8_93,._instructions_3g4u8_234{padding:1.5rem}._gameHeader_3g4u8_13{margin-bottom:1.5rem}._gameContent_3g4u8_39{gap:1.5rem}._expression_3g4u8_48{padding:.75rem;font-size:clamp(1rem,5vw,1.4rem)}._inputGroup_3g4u8_106{gap:.75rem}._resultIndicator_3g4u8_178{padding:.75rem 1.5rem;font-size:1rem}}@media (max-width: 480px){._expressionContainer_3g4u8_48,._inputSection_3g4u8_93,._instructions_3g4u8_234{padding:1rem}._inputGroup_3g4u8_106 input{width:100px}._inputGroup_3g4u8_106 button,._nextButton_3g4u8_215{padding:.6rem 1.5rem;font-size:.9rem}}._container_u9g4o_1{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#f8fafc;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:20px}._gameCard_u9g4o_12{background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;padding:30px;max-width:600px;width:100%;text-align:center;border:1px solid #e2e8f0}._header_u9g4o_23{margin-bottom:30px}._title_u9g4o_27{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:10px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._subtitle_u9g4o_38{font-size:1.1rem;color:#64748b;font-weight:400}._statsContainer_u9g4o_44{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}._statItem_u9g4o_53{display:flex;flex-direction:column;align-items:center;min-width:80px}._statLabel_u9g4o_60{font-size:.9rem;color:#64748b;margin-bottom:5px;font-weight:500}._statValue_u9g4o_67{font-size:1.5rem;font-weight:700;color:#1e293b}._timer_u9g4o_73{color:#059669}._timerLow_u9g4o_77{color:#ef4444}._targetContainer_u9g4o_81{background-color:#f1f5f9;border-radius:15px;padding:20px;margin-bottom:25px;border:2px solid #e2e8f0}._targetText_u9g4o_89{font-size:1.3rem;color:#475569;margin-bottom:10px;font-weight:500}._targetNumber_u9g4o_96{font-size:3rem;font-weight:800;color:#3b82f6;text-shadow:2px 2px 4px rgba(0,0,0,.1)}._grid_u9g4o_103{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:25px;padding:20px;background-color:#f8fafc;border-radius:15px;border:2px solid #e2e8f0}._numberButton_u9g4o_115{width:60px;height:60px;border:2px solid #e2e8f0;border-radius:12px;background-color:#fff;font-size:1.4rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #0000000d}._numberButton_u9g4o_115:hover{transform:scale(1.05);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}._button_u9g4o_140{background-color:#3b82f6;color:#fff;border:none;border-radius:12px;padding:15px 30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d;margin:0 10px}._button_u9g4o_140:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._message_u9g4o_160{font-size:1.2rem;font-weight:600;margin-bottom:20px;padding:15px;border-radius:10px;background-color:#ecfdf5;color:#059669;border:1px solid #d1fae5}._errorMessage_u9g4o_171{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}._gameOverCard_u9g4o_177{background-color:#f8fafc;border-radius:15px;padding:30px;margin-top:20px;border:2px solid #e2e8f0}._levelBadge_u9g4o_185{background-color:#3b82f6;color:#fff;padding:5px 12px;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-block;margin-left:10px}._correct_u9g4o_197{background-color:#d5f4e6;border-color:#27ae60;color:#27ae60}._wrong_u9g4o_203{background-color:#fce4e4;border-color:#e74c3c;color:#e74c3c}._gameContainer_1ap6n_1{background-color:#fff;border-radius:20px;padding:40px;max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;gap:30px}._header_1ap6n_15{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:1.2rem;font-weight:700;color:#333}._score_1ap6n_25{color:#27ae60}._timer_1ap6n_29{color:#e67e22}._wordDisplay_1ap6n_34{font-size:4rem;font-weight:700;min-height:100px;display:flex;align-items:center;justify-content:center;margin:20px 0;padding:20px;border-radius:15px;transition:all .3s ease}._colorButtons_1ap6n_48{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;width:100%}._colorBtn_1ap6n_56{padding:15px 25px;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .3s ease;min-width:100px;box-shadow:0 5px 15px #0003}._colorBtn_1ap6n_56:hover{transform:translateY(-3px)}._feedback_1ap6n_74{font-size:1.5rem;font-weight:700;min-height:40px;display:flex;align-items:center;justify-content:center}._correct_1ap6n_83{color:#27ae60}._incorrect_1ap6n_87{color:#e74c3c}._red_1ap6n_92{background-color:red}._blue_1ap6n_93{background-color:#00f}._green_1ap6n_94{background-color:green}._yellow_1ap6n_95{background-color:#ff0;color:#000}._purple_1ap6n_96{background-color:purple}._orange_1ap6n_97{background-color:orange}._pink_1ap6n_98{background-color:pink}._brown_1ap6n_99{background-color:brown}._black_1ap6n_100{background-color:#000}._cyan_1ap6n_101{background-color:#0ff}@media (max-width: 768px){._gameContainer_1ap6n_1{padding:20px;margin:10px}._wordDisplay_1ap6n_34{font-size:3rem;min-height:80px}._colorButtons_1ap6n_48{gap:10px}._colorBtn_1ap6n_56{padding:12px 20px;font-size:1rem;min-width:80px}._header_1ap6n_15{font-size:1rem}}.hero{background:linear-gradient(135deg,var(--bg-white) 0%,var(--bg-light) 100%);padding:4rem 0;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5}.hero-content{position:relative;z-index:2}.hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out}.hero p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .2s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s both}@media (max-width: 768px){.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}}.features{padding:5rem 0;background:var(--bg-white);box-shadow:4px 0 12px #0000001a}.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:flex;flex-wrap:wrap;gap:2rem;margin-top:3rem;justify-content:center}.feature-card{flex:1 1 280px;max-width:350px;background:var(--bg-white);padding:2rem;border-radius:20px;box-shadow:var(--shadow);text-align:center;transition:all .3s ease;border:1px solid var(--border)}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg)}.feature-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:2rem;color:#fff;font-weight:700}.feature-card:nth-child(1) .feature-icon{background:linear-gradient(135deg,#10b981,#059669)}.feature-card:nth-child(2) .feature-icon{background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.feature-card:nth-child(3) .feature-icon{background:linear-gradient(135deg,var(--accent),#d97706)}.feature-card:nth-child(4) .feature-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.feature-card:nth-child(5) .feature-icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.6}@media (max-width: 768px){.section-title{font-size:2rem}}.cta-section{background:var(--bg-light);padding:5rem 0;text-align:center}.cta-content{max-width:600px;margin:0 auto}.cta-section h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark)}.cta-section p{font-size:1.2rem;color:var(--text-light);margin-bottom:2rem}._rankedGameScreen_pwart_20{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 12px #0000000d;border:1px solid #e1e8ed;margin-bottom:20px;height:100%;display:flex;flex-direction:column}._rankedGameDisplay_pwart_35{width:100%;height:100%;background:#fff;border:1px dotted black;border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;position:relative;overflow:hidden}._rankedGameControls_pwart_51{display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;margin-bottom:10px}._colorRed_pwart_62{color:red}._rankedGameDesc_pwart_69{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin-bottom:10px}._rankedScoreDisplay_pwart_76{background:linear-gradient(135deg,#4ecdc4,#44a08d);box-shadow:0 4px 15px #4ecdc44d;color:#fff;padding:10px 20px;border-radius:25px;font-weight:700;font-size:1.1rem;min-width:100px;text-align:center}._rankedTimerDisplay_pwart_88{background:linear-gradient(135deg,#ff6b6b,orange);color:#fff;padding:10px 20px;border-radius:25px;font-weight:700;font-size:1.1rem;box-shadow:0 4px 15px #ff6b6b4d;min-width:100px;text-align:center}._rankedControlButtons_pwart_100{display:flex;gap:15px;flex-wrap:wrap}._rankedBtn_pwart_106{padding:12px 30px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}._rankedBtnPrimary_pwart_120{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}._rankedBtnPrimary_pwart_120:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}@media (max-width: 768px){._rankedGameDisplay_pwart_35{height:400px}._rankedGameControls_pwart_51,._rankedControlButtons_pwart_100{justify-content:center}._rankedScoreDisplay_pwart_76{background:linear-gradient(135deg,#4ecdc4,#44a08d);box-shadow:0 4px 15px #4ecdc44d;font-size:1rem;padding:8px 16px;min-width:80px}._rankedBtn_pwart_106{padding:10px 20px;font-size:.9rem}._rankedModalContent_pwart_163{padding:20px;margin:20px}}@keyframes _fadeInDown_pwart_1{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_pwart_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._container_o52ka_1{display:inline-flex}._button_o52ka_6{background-color:#007bff;color:#fff;padding:8px 16px;border:none;border-radius:50px;cursor:pointer;font-size:14px;transition:background-color .2s ease-in-out}._button_o52ka_6:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._overlay_o52ka_28{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff9;display:flex;justify-content:center;align-items:center;animation:_fadeIn_o52ka_1 .3s ease-in-out}._modal_o52ka_42{background:#fff;border-radius:10px;padding:20px;display:flex;flex-direction:column;box-shadow:0 4px 20px #0003;animation:_popIn_o52ka_1 .3s ease-in-out}._title_o52ka_54{font-size:18px;font-weight:700}._text_o52ka_60{white-space:pre-line;margin-bottom:20px;font-size:14px;color:#333}._closeButton_o52ka_67{background-color:#e3342f;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;align-self:flex-end;font-size:14px;transition:background-color .2s ease-in-out}._closeButton_o52ka_67:hover{background-color:#c53030}@keyframes _fadeIn_o52ka_1{0%{opacity:0}to{opacity:1}}@keyframes _popIn_o52ka_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._container_1uov7_1{display:inline-flex}._button_1uov7_5{padding:8px 16px;border:none;background-color:#6c63ff;color:#fff;font-size:14px;border-radius:50px;cursor:pointer;transition:background-color .2s ease-in-out}._button_1uov7_5:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._modalOverlay_1uov7_22{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff9;display:flex;justify-content:center;align-items:center;animation:_fadeIn_1uov7_1 .3s ease-in-out}._modalContent_1uov7_35{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:30px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._modalHeader_1uov7_50{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f8f9fa}._modalTitle_1uov7_59{font-size:1.5rem;font-weight:700;color:#2c3e50}._closeBtn_1uov7_65{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._closeBtn_1uov7_65:hover{background:#f8f9fa;color:#333}._modalBody_1uov7_85{margin-top:15px}._queueItem_1uov7_89{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #f8f9fa}._queueItem_1uov7_89:last-child{border-bottom:none}._gameIcon_1uov7_102{width:50px;height:50px;background:linear-gradient(135deg,#ff6b6b,orange);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}._gameInfo_1uov7_114 h4{color:#2c3e50;margin-bottom:5px}._gameInfo_1uov7_114 p{color:#666;font-size:.9rem}._status_1uov7_124{margin-left:auto;padding:5px 12px;border-radius:20px;font-size:.8rem;font-weight:600}._ready_1uov7_132{color:green}._waiting_1uov7_136{color:orange}._ranked-status_1uov7_140._waiting_1uov7_136{background:#fff3cd;color:#856404}._ranked-status_1uov7_140._ready_1uov7_132{background:#d4edda;color:#155724}@media (max-width: 768px){._modalContent_1uov7_35{padding:20px;margin:20px}}._tournamentCreator_1ifkn_1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;color:#1a202c;line-height:1.6;padding:1rem}._container_1ifkn_10{display:flex;flex-direction:column;gap:2rem}._mobileContainer_1ifkn_16{padding:1rem;gap:1.5rem}._mainTitle_1ifkn_21{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#1a202c;text-align:center;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}._card_1ifkn_30{background:#fffffff2;border-radius:16px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;gap:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}._mobileCard_1ifkn_43{padding:1.5rem}._smallMobileCard_1ifkn_47{padding:1rem;margin:0 .5rem}._cardTitle_1ifkn_52{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem}._inputField_1ifkn_59,._numberInput_1ifkn_60,._selectField_1ifkn_61{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#f8fafccc;outline:none}._numberInput_1ifkn_60{width:100px;padding:.5rem .75rem;border-radius:8px}._inputField_1ifkn_59{width:50%}._selectField_1ifkn_61{width:30%;margin-left:10px;margin-right:10px}._timeInput_1ifkn_92{width:300px;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease;background:#f8fafccc;outline:none}._timeInput_1ifkn_92:focus{border-color:#4299e1;background:#fff;box-shadow:0 0 0 3px #4299e11a}._smallMobileNumberInput_1ifkn_109{width:80px}._inputField_1ifkn_59:focus,._numberInput_1ifkn_60:focus,._selectField_1ifkn_61:focus{border-color:#4299e1;background:#fff;box-shadow:0 0 0 3px #4299e11a}._formRow_1ifkn_121{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._mobileFormRow_1ifkn_128{flex-direction:column;align-items:flex-start;gap:.5rem}._label_1ifkn_134{font-weight:600;color:#4a5568;min-width:fit-content;white-space:nowrap}._radioGroup_1ifkn_141{display:flex;gap:1.5rem;flex-wrap:wrap}._radioLabel_1ifkn_147{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#4a5568}._radioInput_1ifkn_156{width:18px;height:18px;cursor:pointer;accent-color:#4299e1}._checkboxLabel_1ifkn_163{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600;color:#4a5568}._checkboxInput_1ifkn_172{width:18px;height:18px;cursor:pointer;accent-color:#4299e1}._btn_1ifkn_180{padding:.75rem 1.5rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;display:inline}._btnPrimary_1ifkn_196{margin-top:15px;background:linear-gradient(135deg,#4299e1,#3182ce);color:#fff;box-shadow:0 4px 15px #4299e14d}._btnPrimary_1ifkn_196:hover{background:linear-gradient(135deg,#3182ce,#2b77cb);transform:translateY(-1px);box-shadow:0 6px 20px #4299e166}._btnSuccess_1ifkn_209{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;box-shadow:0 4px 15px #48bb784d}._btnSuccess_1ifkn_209:hover{background:linear-gradient(135deg,#38a169,#2f855a);transform:translateY(-1px);box-shadow:0 6px 20px #48bb7866}._btnDanger_1ifkn_221{background:none;color:#e53e3e;border:none;font-size:1.2rem;padding:.5rem;border-radius:8px;transition:all .2s ease;cursor:pointer}._btnDanger_1ifkn_221:hover{background:#e53e3e1a;transform:scale(1.1)}._gamesList_1ifkn_238{display:flex;flex-direction:column;gap:1rem}._gameCard_1ifkn_244{background:#ffffffe6;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 20px #00000014;transition:all .2s ease}._gameHeader_1ifkn_252{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;cursor:pointer;transition:background-color .2s ease;border-radius:12px}._gameHeader_1ifkn_252:hover{background:#4299e10d}._gameInfo_1ifkn_266{font-weight:600;color:#2d3748;display:flex;align-items:center;gap:.5rem}._mobileGameHeader_1ifkn_274{flex-direction:column;align-items:stretch;gap:1rem}._gameSettings_1ifkn_280{border-top:1px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;background:#f8fafc80;border-radius:0 0 12px 12px}._operatorsGroup_1ifkn_290{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}._operatorLabel_1ifkn_297{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#4a5568}._operatorInput_1ifkn_305{width:16px;height:16px;accent-color:#4299e1}._closeBtn_1ifkn_311{background:none;border:none;color:#718096;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;align-self:flex-end;margin-top:1rem}._closeBtn_1ifkn_311:hover{color:#4a5568;background:#7180961a}._saveSection_1ifkn_328{display:flex;justify-content:flex-start;gap:1rem;align-items:center}._errorMessage_1ifkn_88{color:red}*{box-sizing:border-box}._colorRed_yo6yv_6{color:red}._container_yo6yv_10{min-height:100vh;background:#f9fafb;padding:1rem}@media (min-width: 768px){._container_yo6yv_10{padding:1.5rem}}._pageHeader_yo6yv_22{margin:0 auto 1.5rem;background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 12px #0000000d}._pageTitle_yo6yv_31{font-size:1.75rem;font-weight:700;color:#111827;margin:0 0 .25rem}._pageSubtitle_yo6yv_38{font-size:.875rem;color:#6b7280;margin:0}._searchContainer_yo6yv_45{position:relative;flex:1;margin-top:20px;display:flex;align-items:center}._searchContainer_yo6yv_45>span{color:red;margin-left:15px}._searchInput_yo6yv_61{margin-right:20px;width:30%;padding:12px 16px;border:1px solid #e1e5e9;border-radius:24px;font-size:14px;outline:none;transition:border-color .3s ease}._searchInput_yo6yv_61:focus{border-color:#4f46e5}._btn_yo6yv_77{padding:.75rem 1.5rem;border-radius:12px;border:none;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}._btnSuccess_yo6yv_92{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;box-shadow:0 4px 15px #48bb784d}._btnSuccess_yo6yv_92:hover{background:linear-gradient(135deg,#38a169,#2f855a);transform:translateY(-1px);box-shadow:0 6px 20px #48bb7866}._tournamentsGrid_yo6yv_113{display:flex;flex-direction:column;gap:1rem;margin:0 auto}._card_yo6yv_121{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;transition:box-shadow .2s;margin-bottom:20px}._card_yo6yv_121:hover{box-shadow:0 4px 6px -1px #0000001a}._header_yo6yv_134{background:linear-gradient(135deg,#059669,#10b981);padding:1rem;display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){._header_yo6yv_134{flex-direction:row;justify-content:space-between;align-items:center;padding:1rem 1.25rem}}._headerLeft_yo6yv_151{flex:1}._title_yo6yv_155{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .25rem}@media (min-width: 640px){._title_yo6yv_155{font-size:1.25rem}}._participantsInfo_yo6yv_168{display:inline-flex;align-items:center;background:#fff;border:none;border-radius:2rem;padding:.25rem .75rem;font-size:.8125rem;color:#059669;font-weight:600}._joinButton_yo6yv_180{background:#6366f1;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;width:100%}@media (min-width: 640px){._joinButton_yo6yv_180{width:auto}}._joinButton_yo6yv_180:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}._joinButton_yo6yv_180:disabled{background:#9ca3af;cursor:not-allowed}._icon_yo6yv_209{width:1rem;height:1rem}._content_yo6yv_214{padding:1rem}@media (min-width: 640px){._content_yo6yv_214{padding:1rem 1.25rem}}._topRow_yo6yv_224{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}@media (min-width: 768px){._topRow_yo6yv_224{flex-direction:row;gap:1rem}}._datesContainer_yo6yv_238{display:flex;gap:.75rem;flex:1}._dateCard_yo6yv_244{flex:1;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:.625rem .75rem}._dateLabel_yo6yv_252{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.25rem}._dateIcon_yo6yv_264{width:.875rem;height:.875rem}._dateValue_yo6yv_269{font-size:.9375rem;font-weight:600;color:#111827;margin:0}._idContainer_yo6yv_276{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:.625rem .75rem;flex:1}._idLabel_yo6yv_284{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.25rem;display:block}._idValue_yo6yv_294{font-size:.8125rem;font-family:Courier New,monospace;color:#374151;margin:0;word-break:break-all}._buttonContainer_yo6yv_302{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 640px){._buttonContainer_yo6yv_302{flex-direction:row;gap:.75rem}}._copyButton_yo6yv_315,._deleteButton_yo6yv_316,._gamesButton_yo6yv_317{font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;font-size:.9375rem}._copyButton_yo6yv_315{background:#4f46e5;color:#fff;box-shadow:0 4px 6px -1px #4f46e54d}._copyButton_yo6yv_315:hover{background:#4338ca;box-shadow:0 10px 15px -3px #4f46e566;transform:translateY(-1px)}._gamesButton_yo6yv_317{background:#10b981;color:#fff;box-shadow:0 4px 6px -1px #10b9814d}._gamesButton_yo6yv_317:hover{background:#059669;box-shadow:0 10px 15px -3px #10b98166;transform:translateY(-1px)}._deleteButton_yo6yv_316{background:#dc2626;color:#fff;box-shadow:0 4px 6px -1px #dc26264d}._deleteButton_yo6yv_316:hover{background:#b91c1c;box-shadow:0 10px 15px -3px #dc262666;transform:translateY(-1px)}._buttonIcon_yo6yv_370{width:1.125rem;height:1.125rem}._gamesSection_yo6yv_375{border-top:2px solid #e2e8f0;padding-top:1.5rem;margin-top:.5rem}._gamesSectionHeader_yo6yv_381{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#1e293b}._gamesSectionTitle_yo6yv_389{font-size:1.25rem;font-weight:700;margin:0}._gamesGrid_yo6yv_395{display:flex;flex-direction:column;gap:1rem}._gameCard_yo6yv_401{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1.25rem;transition:all .2s;cursor:pointer}._gameCard_yo6yv_401:hover{border-color:#4f46e5;box-shadow:0 4px 6px -1px #4f46e533;transform:translateY(-2px)}._gameName_yo6yv_416{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}._gameSequence_yo6yv_423{font-size:.875rem;color:#64748b;margin:0}._container_1tn66_1{display:inline-flex}._copyButton_1tn66_6{font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;font-size:.9375rem;background:#4f46e5;color:#fff;box-shadow:0 4px 6px -1px #4f46e54d;flex:2}._copyButton_1tn66_6:hover{background:#4338ca;box-shadow:0 10px 15px -3px #4f46e566;transform:translateY(-1px)}._overlay_1tn66_31{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_1tn66_44{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:20px;padding:30px;max-width:600px;width:90%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}._modalHeader_1tn66_60{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f8f9fa}._modalTitle_1tn66_69{font-size:1.5rem;font-weight:700;color:#2c3e50;margin:0}._closeBtn_1tn66_76{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}._closeBtn_1tn66_76:hover{background:#f8f9fa;color:#333}._sortButtons_1tn66_97{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}._sortButton_1tn66_97{padding:8px 16px;border-radius:8px;border:2px solid #e5e7eb;background:#fff;color:#6b7280;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;outline:none;flex:1}._sortButton_1tn66_97:hover{border-color:#4f46e5;transform:translateY(-1px)}._sortButton_1tn66_97._active_1tn66_123{background:#4f46e5;color:#fff;border-color:#4f46e5}._modalBody_1tn66_130{padding:0 5px 0 0;overflow-y:auto;max-height:calc(85vh - 180px)}._modalBody_1tn66_130::-webkit-scrollbar{width:8px}._modalBody_1tn66_130::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}._modalBody_1tn66_130::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}._modalBody_1tn66_130::-webkit-scrollbar-thumb:hover{background:#a8a8a8}._userCard_1tn66_157{background:#f9fafb;border-radius:12px;margin-bottom:12px;overflow:hidden;transition:all .2s ease}._userCard_1tn66_157:hover{background:#f3f4f6;transform:translateY(-1px)}._userHeader_1tn66_170{display:flex;justify-content:space-between;align-items:center;padding:15px;cursor:pointer}._playerInfo_1tn66_179{display:flex;align-items:center;gap:12px;flex:1}._rank_1tn66_186{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}._goldBadge_1tn66_201{background:linear-gradient(135deg,gold,#ffed4e)!important;color:#995700!important;box-shadow:0 2px 8px #ffd70066}._silverBadge_1tn66_207{background:linear-gradient(135deg,silver,#e8e8e8)!important;color:#5a5a5a!important;box-shadow:0 2px 8px #c0c0c066}._bronzeBadge_1tn66_213{background:linear-gradient(135deg,#cd7f32,#e8a87c)!important;color:#6b3e1a!important;box-shadow:0 2px 8px #cd7f3266}._defaultBadge_1tn66_219{background:#e5e7eb!important;color:#6b7280!important}._avatar_1tn66_224{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}._userInfo_1tn66_238{display:flex;flex-direction:column;gap:2px;min-width:0}._playerName_1tn66_245{font-weight:600;color:#2c3e50;font-size:.95rem}._gameCount_1tn66_251{font-size:.75rem;color:#9ca3af}._statsSection_1tn66_257{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._statItem_1tn66_264{display:flex;align-items:center;gap:4px}._statIcon_1tn66_270{color:#9ca3af}._score_1tn66_274{font-weight:700;color:#667eea;font-size:1rem}._timeValue_1tn66_280{font-weight:600;color:#6b7280;font-size:.875rem}._expandIcon_1tn66_286{color:#9ca3af;display:flex;align-items:center;margin-left:4px}._gamesList_1tn66_294{padding:0 15px 15px;border-top:1px solid #e5e7eb;animation:_slideDown_1tn66_1 .3s ease}@keyframes _slideDown_1tn66_1{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}._gamesHeader_1tn66_311{font-size:.75rem;font-weight:600;color:#6b7280;padding:12px 0 8px;text-transform:uppercase;letter-spacing:.5px}._gameItem_1tn66_320{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fff;border-radius:8px;margin-bottom:6px;transition:all .2s ease}._gameItem_1tn66_320:hover{background:#f9fafb;transform:translate(3px)}._gameInfo_1tn66_336{display:flex;align-items:center;gap:8px;flex:1}._gameName_1tn66_343{font-size:.875rem;font-weight:500;color:#374151}._gameRank_1tn66_349{padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:600}._gameStats_1tn66_356{display:flex;gap:12px}._gameStat_1tn66_356{display:flex;align-items:center;gap:4px;font-size:.8rem;color:#6b7280}@media (max-width: 768px){._modalContent_1tn66_44{padding:20px;margin:20px;max-width:95%}._statsSection_1tn66_257{gap:8px}._score_1tn66_274{font-size:.9rem}}@media (max-width: 480px){._modalContent_1tn66_44{padding:15px}._userHeader_1tn66_170{flex-wrap:wrap;gap:8px}._playerInfo_1tn66_179{gap:8px}._rank_1tn66_186{width:28px;height:28px;font-size:.75rem}._avatar_1tn66_224{width:32px;height:32px;font-size:12px}._statsSection_1tn66_257{width:100%;justify-content:space-between}._gameItem_1tn66_320{flex-direction:column;align-items:flex-start;gap:8px}._gameStats_1tn66_356{width:100%}}._colorRed_1tn66_429{color:red}._overlay_qnzg9_2{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:999}._modal_qnzg9_16{background:#fff;border-radius:16px;padding:2rem;width:90%;max-width:470px;box-shadow:0 8px 20px #0000001a;position:relative;display:flex;flex-direction:column;gap:1rem}._closeBtn_qnzg9_30{position:absolute;top:10px;right:14px;border:none;background:transparent;font-size:1.5rem;cursor:pointer}._content_qnzg9_41{display:flex;flex-direction:column;gap:1rem}._title_qnzg9_47{font-size:1.25rem;font-weight:600;color:#333}._input_qnzg9_53{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}._button_qnzg9_60{background:#4f46e5;color:#fff;padding:.75rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s ease}._button_qnzg9_60:hover{background:#4338ca}._resendWrapper_qnzg9_74{text-align:center;margin-top:.5rem}._timer_qnzg9_79{font-size:.9rem;color:#555}._linkBtn_qnzg9_84{background:none;border:none;color:#4f46e5;cursor:pointer;font-size:.95rem}._linkBtn_qnzg9_84:hover{text-decoration:underline}._errorMessage_qnzg9_97{color:red;margin-top:15px}
