body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}button{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}button:active{transform:translateY(0)}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.secondary-button{background:#fff;border:2px solid #ddd;color:#333}.danger-button{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff}.success-button{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}input{border:2px solid #ddd;border-radius:8px;font-size:16px;padding:12px;transition:all .2s ease}input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.container{margin:0 auto;max-width:1200px;padding:2rem}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;box-shadow:0 10px 30px #0003;color:#fff;padding:2rem}.loading{animation:spin 1s ease-in-out infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:40px;width:40px}.loading-container{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:3rem}.error{background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:8px;color:#ff6b6b}.error,.success{margin:1rem 0;padding:1rem}.success{background:#4ecdc41a;border:1px solid #4ecdc44d;border-radius:8px;color:#4ecdc4}@media (max-width:768px){.card,.container{padding:1rem}button{font-size:14px;padding:10px 20px}}.App{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;min-height:100vh;text-align:center}.app-header{background:#0000001a;box-shadow:0 2px 10px #0000001a;padding:1rem}.app-header h1{cursor:pointer;font-size:2.5rem;font-weight:700;margin:0;transition:all .3s ease}.app-header h1:hover{text-shadow:0 0 20px #ffffff80;transform:scale(1.05)}.home-container{margin:0 auto;max-width:800px;padding:2rem}.home-content{align-items:center;display:flex;flex-direction:column;gap:2rem}.home-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin:0}.home-subtitle{font-size:1.2rem;margin:0;opacity:.9}.home-buttons{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));width:100%}.home-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:15px;color:#fff;cursor:pointer;padding:2rem 1rem;text-decoration:none;transition:all .3s ease}.home-button:hover{background:#fff3;border-color:#ffffff80;box-shadow:0 10px 25px #0003;transform:translateY(-5px)}.home-button .icon{font-size:3rem;margin-bottom:1rem}.home-button .title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.home-button .description{font-size:.9rem;opacity:.8}.game-rules{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;max-width:600px;padding:2rem;text-align:left}.game-rules h3{margin-top:0;text-align:center}.game-rules ul{list-style:none;padding:0}.game-rules li{border-bottom:1px solid #ffffff1a;padding:.5rem 0}.game-rules li:before{content:"🎯 ";margin-right:.5rem}.caro-board-container{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1rem}.board-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;padding:1rem}.game-info{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.current-turn{color:gold;font-weight:600}.game-result{color:#ff6b6b;font-size:1.2rem;font-weight:700}.caro-board{grid-gap:1px;background:#333;border:2px solid #555;border-radius:10px;box-shadow:0 10px 30px #0000004d;display:grid;gap:1px;padding:5px}.caro-square{align-items:center;background:#f0f0f0;border:1px solid #ddd;display:flex;font-size:1.2rem;font-weight:700;height:30px;justify-content:center;position:relative;transition:all .2s ease;width:30px}.caro-square,.caro-square.playable{cursor:pointer}.caro-square.hovered{background:#e0e0e0;transform:scale(1.05)}.caro-square.winning-square{animation:winning-flash 1s ease-in-out infinite;background:gold!important}.caro-square.last-move{animation:last-move-pulse-mobile 1.5s ease-in-out;background:#e3f2fd!important;border:2px solid #2196f3!important;box-shadow:0 0 12px #2196f399}.caro-square.last-move-x{border-color:#f44336!important;box-shadow:0 0 12px #f4433699}.caro-square.last-move-o{border-color:#4caf50!important;box-shadow:0 0 12px #4caf5099}@keyframes winning-flash{0%,to{background:gold}50%{background:#ffed4a}}@keyframes last-move-pulse{0%{box-shadow:0 0 10px #2196f3cc;transform:scale(1)}50%{box-shadow:0 0 20px #2196f399;transform:scale(1.05)}to{box-shadow:0 0 10px #2196f380;transform:scale(1)}}@keyframes last-move-pulse-mobile{0%{box-shadow:0 0 12px #2196f3cc;transform:scale(1)}50%{box-shadow:0 0 24px #2196f3b3;transform:scale(1.1)}to{box-shadow:0 0 12px #2196f399;transform:scale(1)}}.piece{font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px #0000004d}.piece-preview{filter:brightness(1.2);opacity:.5}.piece-x{color:#ff6b6b}.piece-o{color:#4ecdc4}.board-size,.win-condition{background:#ffffff1a;border-radius:5px;font-weight:600;padding:.5rem}.board-placeholder{align-items:center;display:flex;font-size:1.2rem;height:400px;justify-content:center;width:400px}.board-placeholder,.game-end-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px}.game-end-info{margin-top:1rem;padding:1rem}.game-container{margin:0 auto;max-width:1400px;padding:1rem}.game-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.back-button{background:#fff3;border:1px solid #ffffff4d;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.back-button:hover{background:#ffffff4d}.room-info h2{font-size:1.5rem;margin:0}.connection-status{align-items:center;display:flex;font-size:.9rem;gap:.5rem}.status-indicator{background:#ff6b6b;border-radius:50%;height:10px;width:10px}.status-indicator.connected{background:#4ecdc4}.game-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr auto}.game-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;display:flex;flex-direction:column;gap:1.5rem;min-width:250px;padding:1.5rem}.game-sidebar h3{border-bottom:2px solid #ffffff4d;font-size:1.2rem;margin:0 0 1rem;padding-bottom:.5rem}.info-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.label{opacity:.8}.value{font-weight:600}.player-info{background:#ffffff1a;border-radius:10px;padding:1rem;transition:all .3s ease}.player-info.active{background:#ffd70033;border:2px solid #ffd70080}.player-header{align-items:center;display:flex;gap:.5rem}.player-name{font-weight:600}.you-indicator{font-size:.8rem;font-style:italic;opacity:.7}.status-text{background:#ffffff1a;border-radius:10px;font-size:1.1rem;font-weight:600;padding:1rem;text-align:center}.status-text.game-over{background:#ff6b6b33;border:2px solid #ff6b6b80}.game-end-reason{font-size:.9rem;margin-top:.5rem;opacity:.8;text-align:center}.game-over-info{background:#ffffff1a;border-radius:10px;padding:1rem;text-align:center}.chat-icon-container{cursor:pointer;position:relative}.chat-icon{background:#fff3;border-radius:50%;font-size:2rem;padding:.5rem;transition:all .2s ease}.chat-icon:hover{background:#ffffff4d;transform:scale(1.1)}.chat-notification-badge{background:#ff6b6b;border-radius:50%;color:#fff;font-size:.8rem;font-weight:700;height:20px;position:absolute;right:-5px;top:-5px;width:20px}.chat-notification-badge,.chat-popup-overlay{align-items:center;display:flex;justify-content:center}.chat-popup-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.chat-popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:15px;color:#333;display:flex;flex-direction:column;height:500px;width:400px}.chat-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:1rem}.chat-header h3{margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;padding:0;width:30px}.close-button:hover{background:#0000001a}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto;padding:1rem}.no-messages{color:#666;font-style:italic;padding:2rem;text-align:center}.chat-message{background:#0000000d;border-radius:10px;max-width:80%;padding:.5rem}.chat-message.own-message{align-self:flex-end;background:#677eea33}.message-header{display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:.25rem}.sender{font-weight:600}.timestamp{opacity:.6}.message-text{word-wrap:break-word}.chat-input-container{border-top:1px solid #0000001a;display:flex;gap:.5rem;padding:1rem}.chat-input{background:#fff;border:1px solid #0003;border-radius:5px;color:#333;flex:1 1;padding:.5rem}.send-button{background:#667eea;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.send-button:hover:not(:disabled){background:#5a6fd8}.send-button:disabled{cursor:not-allowed;opacity:.5}.form-container{gap:1rem;margin:0 auto;max-width:500px}.form-container,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{font-weight:600;text-align:left}.form-group input,.form-group select{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem}.form-group input::placeholder{color:#fff9}.form-group input:focus,.form-group select:focus{background:#ffffff26;border-color:#fff9;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.input-with-button{display:flex;gap:.5rem}.input-with-button input{flex:1 1}.checkbox-group{align-items:center;display:flex;gap:.5rem}.checkbox-group input[type=checkbox]{width:auto}.form-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:1rem}.room-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;margin:1rem 0;padding:1rem}.room-info h3{margin-top:0}.room-details{display:flex;flex-direction:column;gap:.5rem}.detail-row{display:flex;justify-content:space-between}.searching-container{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:2rem}.searching-animation{margin-bottom:1rem}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;padding:1rem;text-align:center}.search-time{font-size:1.1rem;font-weight:600;text-align:center}.queue-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:10px;padding:1rem}.stats-details ul{list-style:none;padding:0}.rating-range{display:flex;font-size:.8rem;justify-content:space-between;opacity:.7}.mobile-game-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.mobile-nav-top{align-items:center;display:flex;justify-content:space-between;padding:.75rem 1rem}.mobile-back-btn{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#333;font-size:.9rem;font-weight:600;min-height:40px;padding:.5rem 1rem}.mobile-back-btn:active{background:#ffffff4d;transform:scale(.98)}.mobile-room-info{flex:1 1;text-align:center}.mobile-room-id{color:#333;font-size:.9rem;font-weight:600}.mobile-chat-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#333;display:flex;font-size:1.2rem;justify-content:center;min-height:40px;min-width:40px;padding:.5rem;position:relative}.mobile-chat-btn:active{background:#ffffff4d;transform:scale(.95)}.mobile-chat-badge{align-items:center;background:#ff6b6b;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:-5px;top:-5px;width:18px}.mobile-game-status{color:#fff;font-weight:600;padding:.5rem 1rem;text-align:center;transition:background-color .3s ease}.mobile-status-text{font-size:.9rem;text-shadow:0 1px 2px #0003}.mobile-loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:2rem}.mobile-spinner{display:inline-block;margin-bottom:1rem;position:relative}.mobile-spinner-ring{animation:mobile-spin 1.2s cubic-bezier(.5,0,.5,1) infinite;border:3px solid #0000;border-radius:50%;border-top-color:#667eea;position:absolute}.mobile-spinner-small .mobile-spinner-ring{height:30px;width:30px}.mobile-spinner-medium .mobile-spinner-ring{height:40px;width:40px}.mobile-spinner-large .mobile-spinner-ring{height:60px;width:60px}.mobile-spinner-ring:first-child{animation-delay:-.45s;border-top-color:#667eea}.mobile-spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#764ba2}.mobile-spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:gold}@keyframes mobile-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mobile-loading-message{color:#ffffffe6;font-size:1rem;font-weight:500;margin:0;text-align:center}.single-player-setup{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.single-player-setup .container{max-width:500px;width:100%}.single-player-setup .card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;padding:2rem;text-align:center}.single-player-setup h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,gold,#ff6b6b);-webkit-background-clip:text;background-clip:text;font-size:2rem;margin:0 0 1rem}.single-player-game .game-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.single-player-game .ai-thinking{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-top:.5rem;opacity:.8}.single-player-game .ai-thinking .loading{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:gold;height:16px;width:16px}.mobile-reset-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#333;display:flex;font-size:1.2rem;justify-content:center;min-height:40px;min-width:40px;padding:.5rem}.mobile-reset-btn:active{background:#ffffff4d;transform:scale(.95)}@keyframes ai-move-highlight{0%{background:#ffd700cc;transform:scale(1.1)}50%{background:#ffd70080;transform:scale(1.05)}to{background:#ffd70033;transform:scale(1)}}.caro-square.ai-last-move{animation:ai-move-highlight 1s ease-out;box-shadow:0 0 10px #ffd70080}.difficulty-easy{color:#4ade80}.difficulty-medium{color:#fbbf24}.difficulty-hard{color:#f87171}.ai-thinking-pulse{animation:thinking-pulse 2s ease-in-out infinite}@keyframes thinking-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.95)}}.game-statistics{background:#ffffff1a;border-radius:10px;margin-top:1rem;padding:1rem}.stats-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.stats-header h4{color:gold;font-size:1rem;margin:0}.reset-stats-btn{background:#ff6b6b33;border:1px solid #ff6b6b80;border-radius:6px;color:#ff6b6b;cursor:pointer;font-size:.8rem;padding:.3rem .5rem;transition:all .2s ease}.reset-stats-btn:hover{background:#ff6b6b4d;transform:scale(1.05)}.reset-stats-btn:active{transform:scale(.95)}.stats-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}.stat-item{background:#ffffff1a;border-radius:8px;padding:.75rem;text-align:center;transition:all .3s ease}.stat-item:hover{background:#ffffff26;transform:translateY(-2px)}.stat-item.win-rate{background:linear-gradient(135deg,#ffd70033,#ffa50033);grid-column:span 2}.stat-value{color:#4ecdc4;display:block;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.8rem;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.win-rate .stat-value{color:gold;font-size:1.8rem}@media (max-width:768px){.game-statistics{margin-top:.75rem;padding:.75rem}.stats-grid{gap:.4rem;grid-template-columns:repeat(3,1fr)}.stat-item{padding:.5rem}.caro-square.last-move{animation:last-move-pulse-mobile 1.5s ease-in-out;background:#e3f2fd!important;border:2px solid #2196f3!important;box-shadow:0 0 12px #2196f399}.caro-square.last-move-x{border-color:#f44336!important;box-shadow:0 0 12px #f4433699}.caro-square.last-move-o{border-color:#4caf50!important;box-shadow:0 0 12px #4caf5099}@keyframes last-move-pulse-mobile{0%{box-shadow:0 0 12px #2196f3cc;transform:scale(1)}50%{box-shadow:0 0 24px #2196f3b3;transform:scale(1.1)}to{box-shadow:0 0 12px #2196f399;transform:scale(1)}}}@media (max-width:768px){.ai-tips{margin-top:1rem;padding:.75rem}.ai-tips li{font-size:.8rem;padding:.3rem 0}.App{-webkit-overflow-scrolling:touch;min-height:100vh;min-height:-webkit-fill-available;overflow-x:hidden}*{touch-action:manipulation}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}.full-height{height:100vh;height:-webkit-fill-available}.caro-board,.home-button,.mobile-game-nav{-webkit-user-select:none;user-select:none}img,video{height:auto;max-width:100%}.sticky-element{position:-webkit-sticky;position:sticky;top:0;z-index:10}.app-header{padding:.75rem}.app-header h1{font-size:1.8rem}.home-container{padding:1rem}.home-title{font-size:2rem}.home-subtitle{font-size:1rem}.home-buttons{gap:1rem;grid-template-columns:1fr}.home-button{padding:1.5rem 1rem;text-align:center}.home-button .icon{font-size:2.5rem}.home-button .title{font-size:1.1rem}.home-button .description{font-size:.85rem}.game-rules{font-size:.9rem;padding:1.5rem}.game-container{max-width:100vw;padding:.5rem}.game-header{flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem}.room-info h2{font-size:1.2rem;text-align:center}.connection-status{justify-content:center}.game-content{gap:1rem;grid-template-columns:1fr}.game-sidebar{min-width:0;min-width:auto;order:-1;padding:1rem}.game-sidebar h3{font-size:1rem;text-align:center}.caro-board-container{padding:.5rem}.caro-board{margin:0 auto;max-width:100vw;overflow:auto}.caro-square{font-size:1rem;height:25px;width:25px}.piece{font-size:1.2rem}.board-info{font-size:.9rem;padding:.75rem}.game-info{font-size:.9rem;gap:1rem}.board-placeholder{font-size:1rem;height:300px;width:300px}.chat-popup{height:85vh;margin:.5rem;width:95vw}.chat-header{padding:.75rem}.chat-messages{font-size:.9rem;padding:.75rem}.chat-input-container{padding:.75rem}.chat-icon{font-size:1.5rem;padding:.4rem}.form-container{gap:1.5rem;max-width:100%;padding:0 1rem}.form-group{gap:.7rem}.form-group label{font-size:1rem;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border:2px solid #ffffff4d;border-radius:10px;color:#fff;font-size:16px;min-height:44px;padding:1rem}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffffb3}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff3;border-color:#fff9;box-shadow:0 0 0 3px #ffffff1a;outline:none}.form-group input[type=checkbox],.form-group input[type=radio]{margin-right:.5rem;min-height:20px;min-width:20px}.checkbox-group,.radio-group{align-items:center;background:#ffffff1a;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;min-height:44px;padding:.5rem}.checkbox-group:active,.radio-group:active{background:#fff3}.form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.form-actions .primary-button,.form-actions .secondary-button{border-radius:12px;font-size:1.1rem;min-height:50px;padding:1rem;width:100%}.generate-button{background:#ffd70033;border:2px solid #ffd70080;border-radius:8px;color:gold;font-size:.9rem;margin-top:.5rem;min-height:44px;padding:.75rem}.generate-button:active{background:#ffd7004d;transform:scale(.98)}.danger-button,.primary-button,.secondary-button{font-size:1rem;min-height:44px;padding:.75rem 1.5rem}.back-button{font-size:.9rem;padding:.5rem 1rem}.player-info{padding:.75rem}.player-header{align-items:flex-start;flex-direction:column;gap:.25rem}.status-text{font-size:1rem;padding:.75rem}.error,.loading-container{font-size:.9rem;margin:1rem;padding:1rem}.card,.container{margin:.5rem;padding:1rem}.stats-table{-webkit-overflow-scrolling:touch;border-radius:10px;overflow-x:auto}.stats-table table{font-size:.85rem;min-width:100%}.stats-table td,.stats-table th{padding:.75rem .5rem;white-space:nowrap}.stats-table th{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;position:-webkit-sticky;position:sticky;top:0}.queue-stats{font-size:.9rem;padding:1rem}.queue-stats .stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.queue-stat-item{background:#ffffff1a;border-radius:8px;padding:.75rem;text-align:center}.queue-stat-value{color:gold;font-size:1.2rem;font-weight:700}.queue-stat-label{font-size:.8rem;margin-top:.25rem;opacity:.8}.search-timer{background:#ffffff26;border-radius:12px;margin:1rem 0;padding:1.5rem;text-align:center}.search-timer-value{color:#4ecdc4;font-size:2rem;font-weight:700;margin-bottom:.5rem}.search-timer-label{font-size:.9rem;opacity:.8}.rating-display{background:linear-gradient(135deg,gold,#fa0);border-radius:20px;color:#333;font-weight:700;margin:.5rem 0;padding:.75rem 1rem;text-align:center}.caro-square,.clickable,.home-button,button,input[type=checkbox],input[type=radio]{min-height:44px;min-width:44px}.mobile-high-contrast{color:#fff;text-shadow:1px 1px 2px #000c}}@media (max-width:768px){@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media (prefers-color-scheme:dark){.form-group input,.form-group select,.form-group textarea{background:#ffffff1a;border-color:#ffffff4d;color:#fff}.chat-popup{background:#1e1e1ef2;color:#fff}.chat-input{background:#ffffff1a;border-color:#ffffff4d;color:#fff}}@media (prefers-contrast:high){.caro-square{border-color:#000;border-width:2px}.piece-x{color:red;font-weight:900}.piece-o{color:#00f;font-weight:900}}.caro-square:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid gold;outline-offset:2px}}@media (max-width:480px){.app-header h1{font-size:1.5rem}.home-title{font-size:1.7rem}.home-button{padding:1.2rem .8rem}.home-button .icon{font-size:2rem}.caro-square{height:22px;width:22px}.piece{font-size:1rem}.game-sidebar{padding:.75rem}.chat-popup{height:90vh;margin:.25rem;width:98vw}.form-container{padding:0 .5rem}}@media (max-width:768px) and (orientation:landscape){.game-content{grid-template-columns:1fr 250px}.game-sidebar{max-height:70vh;order:0;overflow-y:auto}.caro-board-container{max-height:70vh;overflow:auto}.home-buttons{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media (hover:none) and (pointer:coarse){.caro-square{min-height:28px;min-width:28px}.home-button:hover{transform:none}.home-button:active{background:#ffffff40;transform:scale(.98)}button:hover{transform:none}button:active{transform:scale(.98)}.chat-icon:hover{transform:none}.chat-icon:active{transform:scale(.95)}}.game-header{display:none}.game-container{padding-top:0}
/*# sourceMappingURL=main.fea8cd3f.css.map*/