.button{box-shadow:0 2px 4px #0003;border:1px solid transparent;border-radius:8px;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s ease;background-color:#1a1a1a;height:50px;width:100%}.button:hover:not(:disabled){border-color:#0d0d0d;background-color:#0d0d0d}.button:focus,.button:focus-visible{outline:4px auto -webkit-focus-ring-color;outline-offset:2px}.button:disabled{opacity:.5;cursor:not-allowed;background-color:#0d0d0d}.navbar{height:60px;max-width:100%;box-sizing:border-box;position:fixed;top:0;left:0;width:100%;background-color:#333;display:flex;justify-content:space-between;align-items:center;padding:10px 20px;z-index:1000}.navbar .logo{font-size:1.5rem;font-weight:700;color:#fff}.navbar .logo a{text-decoration:none;color:inherit}.navbar .nav-links{display:flex;align-items:center}.navbar .nav-links a{text-decoration:none;color:#fff;font-size:1rem}.navbar .nav-links .user-avatar{position:relative;display:flex;align-items:center;cursor:pointer;margin-left:20px}.navbar .nav-links .user-avatar img{width:40px;height:40px;border-radius:50%}.navbar .nav-links .user-avatar .dropdown{position:absolute;top:100%;right:0;background-color:#444;border-radius:5px;box-shadow:0 4px 6px #0000001a;padding:10px 0;z-index:999;width:180px}.navbar .nav-links .user-avatar .dropdown a{display:block;padding:10px 20px;color:#fff;text-decoration:none;font-size:.9rem}.navbar .nav-links .user-avatar .dropdown a:hover{background-color:#555}.input-field{padding:10px;border:1px solid rgba(255,255,255,.87);border-radius:10px;text-align:left;position:relative;width:100%;box-sizing:border-box;height:50px}.input-field input{color:#ffffffde;width:100%;padding-top:10px;border:none;outline:none;background-color:transparent;font-size:1rem;box-sizing:border-box}.input-field input:focus+label,.input-field input:not(:placeholder-shown)+label{top:5px;left:10px;font-size:.8em;color:#555;transform:translateY(0)}.input-field label{position:absolute;top:50%;left:10px;transform:translateY(-50%);font-size:1em;color:#888;transition:all .2s ease-in-out;pointer-events:none;z-index:1}.input-field button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background-color:transparent;border:none;cursor:pointer;z-index:2}.hcaptcha{width:100%!important;height:auto!important;align-self:right}.page{position:relative;width:min(90vw,400px);max-width:100%;margin:0 auto;padding:20px;border-radius:10px;box-sizing:border-box;background-color:#323232}.page .input-field{margin:10px 0}.page h1{text-align:center}.page .divider{display:flex;align-items:center;text-align:center;margin:10px 0}.page .divider:before,.page .divider:after{content:"";flex:1;border-bottom:1px solid #ccc}.page .divider span{padding:0 10px;color:#fff}.page p{text-align:center;color:#fff}.page .google-btn{width:100%;color:#fff;padding:10px;border:none;cursor:pointer}.page .google-btn:hover{background-color:#357ae8}.page .forgot-password{text-align:left;padding:10px 0}.page .forgot-password-link{color:#007bff;text-decoration:underline;cursor:pointer}.page .forgot-password-link:hover{color:#0056b3}.hcaptcha-container{padding:10px 0;display:flex;justify-content:center}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-overlay .modal-content{box-shadow:0 4px 12px #0000001a;background-color:#323232;padding:20px;border-radius:8px;position:relative;width:min(90vw,400px)}.modal-overlay .modal-close{position:absolute;top:10px;right:10px;border:none;background-color:transparent;font-size:16px;cursor:pointer}.select{position:relative}.select__trigger{height:50px;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#1a1a1a;color:#ffffffde;border:none;border-radius:.375rem;cursor:pointer;text-align:left}.select__arrow{font-size:.75rem;margin-left:.5rem}.select__dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#1a1a1a;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;max-height:15rem;overflow-y:auto}.select__option{padding:.5rem 1rem;cursor:pointer}.select__option:hover{background-color:#0d0d0d}.select__option--selected{background-color:#0d0d0d;color:#ffffffde}.select__option--selected:hover{background-color:#0d0d0d}.GameFilters{display:flex;flex-direction:column;gap:16px;background-color:#333;padding:16px;border-radius:8px;width:100%;box-sizing:border-box}@media (min-width: 768px){.GameFilters{gap:24px}}.GameFilters .filters-row{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width: 768px){.GameFilters .filters-row{flex-direction:row;align-items:center}}.GameFilters .search-box{width:100%}@media (min-width: 768px){.GameFilters .search-box{min-width:300px;flex:1}}.GameFilters .filters-group{display:flex;flex-direction:row;gap:8px;width:100%}@media (min-width: 768px){.GameFilters .filters-group{width:auto;gap:16px}}.GameFilters .select-status{flex:1;width:100%;min-width:120px}@media (min-width: 768px){.GameFilters .select-status{width:auto}}.GameFilters .select-game-type{flex:1;width:100%;min-width:70px}@media (min-width: 768px){.GameFilters .select-game-type{width:auto}}.GameFilters .refresh-button{width:auto;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px}@media (max-width: 768px){.GameFilters .refresh-button{flex-shrink:0}}.GameFilters .refresh-button .refresh-icon{margin-right:4px}.GameFilters .player-filter{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between;width:100%}@media (max-width: 768px){.GameFilters .player-filter{flex-wrap:nowrap}}.GameFilters .slider-container{display:flex;flex-direction:column;gap:8px;width:100%}.GameFilters .slider-container .slider-labels{display:flex;justify-content:space-between;width:100%}.GameFilters .slider-container .slider-labels .slider-label{font-size:.9em;color:#aaa}.GameFilters .slider-container .slider-labels .slider-value{font-size:.9em;color:#fff}.GameFilters .slider-container input[type=range]{flex:1;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:#1a1a1a;border-radius:3px;outline:none}.GameFilters .slider-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#646cff;border-radius:50%;cursor:pointer}.GameFilters .slider-container input[type=range]::-moz-range-thumb{width:16px;height:16px;background:#646cff;border-radius:50%;cursor:pointer;border:none}.game-table-wrapper{width:100%;position:relative}.game-table-wrapper table{width:100%;border-collapse:collapse}.game-table-wrapper table th,.game-table-wrapper table td{padding:12px;text-align:left;border-bottom:1px solid rgba(221,221,221,.137254902)}.game-table-wrapper table .join-button{width:100px;height:40px;padding:0 16px}.game-table-wrapper table .empty-message{color:#aaa;text-align:left;padding-left:12px}.game-table-wrapper .loading-container{text-align:center;padding:20px;color:#fff;background:#00000080;border-radius:5px;margin-top:16px}.game-table-wrapper .game-cards{display:flex;flex-direction:column;gap:16px;width:100%}.game-table-wrapper .game-cards .game-card{background-color:#24242466;border-radius:8px;padding:16px;width:100%;box-sizing:border-box}.game-table-wrapper .game-cards .game-card.empty-card{opacity:.7}.game-table-wrapper .game-cards .game-card .game-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.game-table-wrapper .game-cards .game-card .game-card-header .game-code{font-weight:700}.game-table-wrapper .game-cards .game-card .game-card-header .join-button{min-width:80px;height:40px;padding:0 16px}.game-table-wrapper .game-cards .game-card .game-card-details .detail-row{display:flex;justify-content:space-between;margin-bottom:8px}.game-table-wrapper .game-cards .game-card .game-card-details .detail-row:last-child{margin-bottom:0}.game-table-wrapper .game-cards .game-card .game-card-details .detail-row .detail-label{color:#aaa}.game-table-wrapper .game-cards .game-card .game-card-details .detail-row .detail-value{color:#ddd}.game-search-container{width:100%;max-width:1200px;margin:60px auto 0;padding:0 8px;box-sizing:border-box}@media (min-width: 768px){.game-search-container{padding:0 16px}}.game-search-container .header-section{position:sticky;top:60px;z-index:900;background-color:#242424;padding-bottom:16px;width:100%;box-sizing:border-box}.game-search-container .header-section .controls-container{display:flex;flex-direction:column;gap:16px;padding:16px 0;width:100%;max-width:100%}@media (min-width: 768px){.game-search-container .header-section .controls-container{flex-direction:row;align-items:center}}.game-search-container .header-section .controls-container .input-field{flex:1;min-width:100px;width:100%}.game-search-container .header-section .controls-container .button-container{display:flex;gap:8px;width:100%}@media (min-width: 768px){.game-search-container .header-section .controls-container .button-container{width:auto}}.game-search-container .header-section .controls-container .button-container .button{flex:1;padding:0 16px;width:auto}@media (min-width: 768px){.game-search-container .header-section .controls-container .button-container .button{flex:0 0 auto;margin-left:16px}}.game-search-container .content-section{width:100%}.game-search-container .content-section .table-container{margin-top:16px;width:100%;overflow-x:auto}body.game-search-page{display:block;align-items:initial;justify-content:initial;overflow-x:auto}.uno-card{border-radius:.5rem;overflow:visible;cursor:pointer;transition:transform .2s;box-shadow:0 2px 4px #0003;border:2px solid white}.uno-card:hover{transform:scale(1.05)}.uno-card.size-sm{width:2rem;height:3rem}@media (min-width: 768px){.uno-card.size-sm{width:3rem;height:4rem}}.uno-card.size-md{width:3rem;height:4.5rem}@media (min-width: 768px){.uno-card.size-md{width:4rem;height:6rem}}.uno-card.size-lg{width:4rem;height:6rem}@media (min-width: 768px){.uno-card.size-lg{width:6rem;height:9rem}}.uno-card .card-back{width:100%;height:100%;background-color:#1e40af;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.uno-card .card-back .card-back-text{transform:rotate(-45deg);color:#fff;font-weight:700;font-size:.75rem}@media (min-width: 768px){.uno-card .card-back .card-back-text{font-size:1.5rem}}.uno-card .card-front{width:100%;height:100%;border-radius:.25rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.uno-card .card-front.card-red{background-color:#dc2626;color:#fff}.uno-card .card-front.card-blue{background-color:#2563eb;color:#fff}.uno-card .card-front.card-green{background-color:#16a34a;color:#fff}.uno-card .card-front.card-yellow{background-color:#eab308;color:#000}.uno-card .card-front.card-black{background-color:#000;color:#fff}.uno-card .card-front .card-inner{position:absolute;top:.25rem;right:.25rem;bottom:.25rem;left:.25rem;background-color:#fff;border-radius:.125rem;display:flex;align-items:center;justify-content:center}.uno-card .card-front .card-inner .card-value{font-weight:700;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.uno-card .card-front .card-inner .card-value.card-red{background-color:#dc2626;color:#fff}.uno-card .card-front .card-inner .card-value.card-blue{background-color:#2563eb;color:#fff}.uno-card .card-front .card-inner .card-value.card-green{background-color:#16a34a;color:#fff}.uno-card .card-front .card-inner .card-value.card-yellow{background-color:#eab308;color:#000}.uno-card .card-front .card-inner .card-value.card-black{background-color:#000;color:#fff}.size-sm .uno-card .card-front .card-inner{font-size:.75rem}@media (min-width: 768px){.size-sm .uno-card .card-front .card-inner{font-size:1.125rem}}.size-md .uno-card .card-front .card-inner{font-size:1.125rem}@media (min-width: 768px){.size-md .uno-card .card-front .card-inner{font-size:1.5rem}}.size-lg .uno-card .card-front .card-inner{font-size:1.5rem}@media (min-width: 768px){.size-lg .uno-card .card-front .card-inner{font-size:2.25rem}}.player-hand{display:flex;flex-direction:column;align-items:center}.player-hand .drawn-card-prompt{margin-bottom:1rem;background-color:#1e293be6;border-radius:.5rem;padding:.75rem;display:flex;align-items:center;gap:1rem}.player-hand .drawn-card-prompt .prompt-text{color:#fff;font-size:.875rem}@media (min-width: 768px){.player-hand .drawn-card-prompt .prompt-text{font-size:1rem}}.player-hand .drawn-card-prompt .keep-button,.player-hand .drawn-card-prompt .play-button{padding:.375rem .75rem;border-radius:.25rem;font-size:.75rem;cursor:pointer}@media (min-width: 768px){.player-hand .drawn-card-prompt .keep-button,.player-hand .drawn-card-prompt .play-button{font-size:.875rem}}.player-hand .drawn-card-prompt .keep-button{background-color:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.player-hand .drawn-card-prompt .keep-button:hover{background-color:#ffffff1a}.player-hand .drawn-card-prompt .play-button{background-color:#2563eb;border:none;color:#fff}.player-hand .drawn-card-prompt .play-button:hover{background-color:#1d4ed8}.player-hand .cards-container{display:flex;align-items:flex-end;justify-content:center}.player-hand .cards-container .card-wrapper{transform:none;transition:all .2s;opacity:1}.player-hand .cards-container .card-wrapper.inactive{opacity:.8}.player-hand .cards-container .card-wrapper.drawn{transform:translateY(-30px)}.player-hand .cards-container .card-wrapper.selected{transform:translateY(-20px)}.other-player{display:flex;flex-direction:column;align-items:center}.other-player .player-name-container{position:relative;margin-bottom:.5rem}.other-player .player-name-container .timer-background{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#eab308;border-radius:9999px;transition:width .1s linear,left .1s linear}.other-player .player-name-container .player-name{position:relative;z-index:10;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;background-color:#1e293b;color:#fff;transition:background-color .3s;display:flex;align-items:center;gap:.5rem}.other-player .player-name-container .player-name.active{background-color:transparent;color:#000;font-weight:500}.other-player .player-name-container .player-name .host-badge{font-size:.625rem;background-color:#2563eb;color:#fff;padding:.125rem .25rem;border-radius:.25rem}.other-player .cards-container{position:relative;display:flex;justify-content:center;height:40px}.other-player .cards-container .card-wrapper{position:absolute}.other-player .player-score{margin-top:.5rem;font-size:.75rem;color:#fff;background-color:#00000080;padding:.125rem .375rem;border-radius:.25rem}.colour-selector{width:300px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a}.colour-selector .selector-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.colour-selector .selector-header .selector-title{font-size:1.25rem;font-weight:600;text-align:center;margin:0}.colour-selector .selector-content{padding:1.5rem}.colour-selector .selector-content .colour-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.colour-selector .selector-content .colour-grid .colour-button{height:5rem;font-size:1.125rem;font-weight:700;border:none;border-radius:.375rem;cursor:pointer;transition:transform .2s}.colour-selector .selector-content .colour-grid .colour-button:hover{transform:scale(1.05)}.colour-selector .selector-content .colour-grid .colour-button.red{background-color:#dc2626}.colour-selector .selector-content .colour-grid .colour-button.blue{background-color:#2563eb}.colour-selector .selector-content .colour-grid .colour-button.green{background-color:#16a34a}.colour-selector .selector-content .colour-grid .colour-button.yellow{background-color:#eab308}.colour-selector .selector-content .colour-grid .colour-button.white{color:#fff}.colour-selector .selector-content .colour-grid .colour-button.black{color:#000}.player-selector{width:300px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a}.player-selector .selector-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.player-selector .selector-header .selector-title{font-size:1.25rem;font-weight:600;text-align:center;margin:0}.player-selector .selector-content{padding:1.5rem}.player-selector .selector-content .player-list{display:flex;flex-direction:column;gap:.75rem}.player-selector .selector-content .player-list .player-button{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.player-selector .selector-content .player-list .player-button:hover{background-color:#f9fafb}.player-selector .selector-content .player-list .player-button .player-name{font-size:1.125rem}.player-selector .selector-content .player-list .player-button .player-info{display:flex;align-items:center;gap:.5rem}.player-selector .selector-content .player-list .player-button .player-info .card-count{font-size:.875rem;color:#6b7280}.player-selector .selector-content .player-list .player-button .player-info .shuffle-icon{height:1rem;width:1rem;color:#2563eb}.turn-indicator{margin-bottom:1rem;width:100%;max-width:24rem;margin-left:auto;margin-right:auto}.turn-indicator .status-message{text-align:center;font-weight:500;margin-bottom:.25rem;color:#fde047}.turn-indicator .timer-container{height:.5rem;background-color:#374151;border-radius:9999px;overflow:hidden}.turn-indicator .timer-container .timer-bar{height:100%;background-color:#eab308;transition:width .1s linear}.game{width:100%;max-height:80vh;background-color:#166534;border-radius:1.5rem;overflow:hidden}.game .loading{color:#fff}.game .direction-indicator{position:absolute;top:.5rem;left:.5rem;background-color:#1e293bcc;border-radius:9999px;padding:.5rem;color:#fff;display:flex;align-items:center;gap:.5rem}.game .direction-indicator .direction-text{font-size:.75rem}@media (min-width: 768px){.game .direction-indicator .direction-text{font-size:.875rem}}.game .direction-indicator .direction-icon{height:1rem;width:1rem}@media (min-width: 768px){.game .direction-indicator .direction-icon{height:1.25rem;width:1.25rem}}@media (min-width: 768px){.game .direction-indicator{top:1rem;left:1rem}}.game .message{position:absolute;top:.5rem;left:50%;transform:translate(-50%);background-color:#1e293be6;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem}@media (min-width: 768px){.game .message{font-size:1rem}}.game .card-piles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:1rem}@media (min-width: 768px){.game .card-piles{gap:1.5rem}}.game .card-piles .discard-pile,.game .card-piles .draw-pile{cursor:pointer}.game .other-player-container{position:absolute}.game .player-hand-container{position:absolute;bottom:0;left:50%;transform:translate(-50%);margin-bottom:1rem;width:100%;max-width:48rem}.game .modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center}.game .call-uno-button{position:absolute;top:-60px;right:20px;background-color:#e11d48;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;border-radius:9999px;cursor:pointer;font-size:1.125rem;box-shadow:0 4px 6px #0000001a;animation:pulse 2s infinite;z-index:100}.game .call-uno-button:hover{background-color:#be123c;transform:scale(1.05)}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #e11d48b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #e11d4800}to{transform:scale(1);box-shadow:0 0 #e11d4800}}@media (max-width: 768px){.game .call-uno-button{top:-50px;right:10px;padding:.5rem 1rem;font-size:.875rem}}.lobby-entry-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem}.lobby-entry-card{width:100%;max-width:480px;padding:2rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;background-color:#323232}.lobby-entry-card h1{margin-bottom:.5rem;font-size:1.75rem;text-align:center}.lobby-entry-card p{margin-bottom:1.5rem;text-align:center;color:#666}.lobby-entry-form{display:flex;flex-direction:column;gap:1.25rem}.lobby-entry-form .form-group{display:flex;flex-direction:column;gap:.5rem}.lobby-entry-form .form-group label{font-weight:500}.lobby-entry-form .form-group .error-message{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.lobby-entry-form .checkbox-group{margin-top:.5rem}.lobby-entry-form .checkbox-group .checkbox-container{display:flex;align-items:center;gap:.5rem;cursor:pointer}.lobby-entry-form .checkbox-group .checkbox-container input[type=checkbox]{cursor:pointer}.lobby-entry-form .checkbox-group .checkbox-container .checkbox-label{font-weight:400}.tabs__list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.tabs__tab{background-color:#1a1a1a80;color:#ffffffde;padding:.75rem;border:none;border-radius:.375rem;cursor:pointer;font-weight:700}.tabs__tab--active{background-color:#1a1a1a;color:#ffffffde}.player-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.375rem;background-color:#0d0d0d;position:relative}.player-item--empty{background-color:#0d0d0d80}.player-item__avatar{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background-color:#323232;position:relative}.player-item__avatar--empty{background-color:#242424}.player-item__name{flex:1;color:#ffffffde;display:flex;align-items:center;gap:.25rem}.player-item__name--empty{color:#ffffff80}.player-item__you-tag{font-size:.75rem;opacity:.7;margin-left:.25rem}.player-item__crown{width:1.25rem;height:1.25rem;color:gold}.player-item__user-icon{width:1.25rem;height:1.25rem;color:#4caf50}.player-item__bot-icon{width:1.25rem;height:1.25rem;color:#3498db}.player-item__kick-button{background-color:#e74c3ccc;color:#fff;border:none;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;cursor:pointer;opacity:0;transition:opacity .2s}.player-item__kick-button:hover{background-color:#e74c3c}.player-item:hover .player-item__kick-button{opacity:1}.player-avatar{display:flex;flex-direction:column;align-items:center;position:relative}.player-avatar__image{width:3.5rem;height:3.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background-color:#323232;position:relative;margin-bottom:.5rem}.player-avatar__image--empty{background-color:#242424}.player-avatar__name{font-size:.75rem;color:#ffffffde;text-align:center;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-avatar__name--empty{color:#ffffff80}.player-avatar__you-tag{font-size:.6rem;opacity:.7;display:block;text-align:center}.player-avatar__crown{position:absolute;top:-.5rem;right:-.5rem;width:1.25rem;height:1.25rem;color:gold;background-color:#0d0d0d;border-radius:50%;padding:.15rem}.player-avatar__user-icon{width:1.5rem;height:1.5rem;color:#4caf50}.player-avatar__bot-icon{width:1.5rem;height:1.5rem;color:#3498db}.player-avatar__kick-button{position:absolute;top:-.5rem;left:-.5rem;width:1.25rem;height:1.25rem;background-color:#e74c3ccc;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;cursor:pointer;opacity:0;transition:opacity .2s}.player-avatar__kick-button:hover{background-color:#e74c3c}.player-avatar:hover .player-avatar__kick-button{opacity:1}.setting-item{display:flex;align-items:flex-start;gap:1rem}.setting-item .select--disabled{opacity:.5;pointer-events:none}.setting-item .select__trigger:disabled{cursor:not-allowed}.setting-item--mobile{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.setting-item__header{display:flex;align-items:center;gap:.5rem}.setting-item__icon{font-size:1.5rem;margin-top:.25rem}.setting-item--mobile .setting-item__icon{margin-top:0}.setting-item__content{flex:1}.setting-item__title{color:#ffffffde;font-weight:700}.setting-item--mobile .setting-item__title{font-size:.875rem}.setting-item__description{font-size:.875rem;color:#ffffffbf}.setting-item__toggle{display:flex;gap:.5rem;width:12rem}.setting-item--mobile .setting-item__toggle{gap:.25rem}.setting-item__toggle-btn--off{background-color:#0d0d0d;color:#ffffffde;font-weight:700}.setting-item__toggle-btn--on{background-color:#1a1a1a;color:#ffffffde;font-weight:700}.setting-item__select,.setting-item--mobile .setting-item__select{width:12rem}.lobby-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%}.lobby{width:100%;display:flex;justify-content:center}.lobby__container{background-color:#323232;border-radius:.75rem;max-width:72rem;width:100%;padding:1.5rem;position:relative;max-height:calc(100vh - 2rem);display:flex;flex-direction:column}.lobby__content{margin-top:.5rem;flex:1;overflow:hidden;display:flex;flex-direction:column}.lobby__mobile-layout{display:flex;flex-direction:column;gap:1.5rem;width:100%;height:100%;overflow:hidden}.lobby__desktop-layout{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;width:100%;height:100%;align-items:start;overflow:hidden}.players-section__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.players-section__title{color:#ffffffde;font-weight:700}.players-section__title--desktop{text-align:center;margin-bottom:1rem}.players-section__avatars{display:flex;overflow-x:auto;gap:.75rem;padding-bottom:.5rem;min-width:0;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin;max-width:100%;width:100%}.players-section__avatars::-webkit-scrollbar{height:6px}.players-section__avatars::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.players-section__select{margin-bottom:1rem}.players-section__list{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;padding-right:.5rem;flex:1;max-width:100%}.players-section__list::-webkit-scrollbar{width:6px}.players-section__list::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.players-section--desktop{background-color:#1a1a1a;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;height:auto;max-height:calc(100vh - 10rem);overflow:hidden}.settings-section{display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.settings-section__content{flex:1;overflow:hidden;display:flex;flex-direction:column;margin-bottom:5rem}.settings-section__scrollable-container{flex:1;overflow-y:auto;padding-right:.5rem;max-height:calc(100vh - 15rem)}.settings-section__scrollable-container::-webkit-scrollbar{width:6px}.settings-section__scrollable-container::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.settings-section__items{display:flex;flex-direction:column;gap:1rem}.settings-section__items--mobile{gap:1rem}.settings-section__buttons{display:flex;gap:1rem;position:absolute;bottom:0;left:0;right:0;padding:1rem 0;background-color:#323232;z-index:10}.settings-section__button{flex:1;display:flex;align-items:center;justify-content:center;padding:.75rem 0}.settings-section__button--invite,.settings-section__button--start{background-color:#ffffffde;color:#1a1a1a;font-weight:700}.settings-section__button--invite:hover,.settings-section__button--start:hover{background-color:#fff9!important}.lobby-page{width:100%;max-width:100vw;min-width:100vw;overflow-x:hidden}.deck-editor{width:100%}.deck-editor__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}@media (max-width: 768px){.deck-editor__header{flex-direction:column;align-items:flex-start;gap:.5rem}}.deck-editor__title h2{color:#ffffffde;font-weight:700;margin-bottom:.25rem}.deck-editor__total{color:#ffffffde;opacity:.7;font-size:.875rem}.deck-editor__cards-container{background-color:#1a1a1a;border-radius:.5rem;padding:1rem;margin-top:1rem;max-height:400px;overflow-y:auto}.deck-editor__cards-container::-webkit-scrollbar{width:6px}.deck-editor__cards-container::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}.deck-editor__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem}@media (max-width: 768px){.deck-editor__cards{grid-template-columns:1fr}}.deck-editor__card{display:flex;background-color:#323232;border-radius:.5rem;overflow:hidden}.deck-editor__card-color{width:4rem;display:flex;align-items:center;justify-content:center}.deck-editor__card-color.card-red{background-color:#e74c3c}.deck-editor__card-color.card-green{background-color:#2ecc71}.deck-editor__card-color.card-blue{background-color:#3498db}.deck-editor__card-color.card-yellow{background-color:#f1c40f;color:#2c3e50}.deck-editor__card-color.card-wild{background:#000}.deck-editor__card-value{font-size:1.25rem;font-weight:700;color:#fff}.deck-editor__card-details{flex:1;display:flex;align-items:center;justify-content:space-between;padding:.75rem}.deck-editor__card-name{font-weight:500;color:#ffffffde}.deck-editor__card-count{display:flex;align-items:center;gap:.5rem}.deck-editor__count-value{background-color:#ffffff1a;padding:.25rem .75rem;border-radius:.25rem;min-width:2.5rem;text-align:center;font-weight:500;color:#ffffffde}.deck-editor__count-button{padding:.25rem;min-width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.deck-editor__footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.menu{position:fixed;z-index:1000}.menu.top-left{top:1rem;left:1rem}.menu.top-left .menu-dropdown{top:100%;left:0}.menu.top-right{top:1rem;right:1rem}.menu.top-right .menu-dropdown{top:100%;right:0}.menu.bottom-left{bottom:1rem;left:1rem}.menu.bottom-left .menu-dropdown{bottom:100%;left:0}.menu.bottom-right{bottom:1rem;right:1rem}.menu.bottom-right .menu-dropdown{bottom:100%;right:0}.menu .menu-toggle{width:3rem;height:3rem;border-radius:50%;background-color:#323232;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.menu .menu-toggle:hover{background-color:#444}.menu .menu-toggle .burger-icon{width:1.5rem;height:1.2rem;position:relative;display:flex;flex-direction:column;justify-content:space-between}.menu .menu-toggle .burger-icon span{display:block;height:2px;width:100%;background-color:#fff;border-radius:2px;transition:transform .3s,opacity .3s}.menu.open .burger-icon span:first-child{transform:translateY(8px) rotate(45deg)}.menu.open .burger-icon span:nth-child(2){opacity:0}.menu.open .burger-icon span:last-child{transform:translateY(-8px) rotate(-45deg)}.menu .menu-dropdown{position:absolute;min-width:200px;background-color:#323232;border-radius:8px;box-shadow:0 4px 12px #0003;margin-top:.5rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .3s,transform .3s,visibility 0s .3s;overflow:hidden}.menu .menu-dropdown.open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s,transform .3s}.menu .menu-dropdown .menu-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#323232}.menu .menu-dropdown .menu-header h3{margin:0;color:#fff;font-size:1rem}.menu .menu-dropdown .menu-header .close-button{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:1rem;padding:.25rem}.menu .menu-dropdown .menu-header .close-button:hover{color:#fff}.menu .menu-dropdown .menu-items{list-style:none;padding:0;margin:0}.menu .menu-dropdown .menu-items li button{display:flex;align-items:center;width:100%;text-align:left;padding:.75rem 1rem;background:none;border:none;color:#fff;cursor:pointer;transition:background-color .2s}.menu .menu-dropdown .menu-items li button:hover{background-color:#323232}.menu .menu-dropdown .menu-items li button.danger{color:#ff4d4f}.menu .menu-dropdown .menu-items li button.danger:hover{background-color:#444}.menu .menu-dropdown .menu-items li button .item-icon{margin-right:.75rem;display:flex;align-items:center;justify-content:center}.menu .menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:transparent;z-index:-1}.game-chat{position:fixed;left:1rem;bottom:1rem;z-index:40;width:320px;max-height:70vh;display:flex;flex-direction:column}@media (min-width: 768px){.game-chat{width:384px}}.chat-header{display:flex;justify-content:space-between;align-items:center;background-color:#1a1a1a;border:1px solid #323232;border-bottom:none;border-radius:8px 8px 0 0;padding:.5rem 1rem;color:#ffffffde;font-size:.875rem;font-weight:500}.hide-chat-button{background:none;border:none;color:#ffffffde;opacity:.7;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center}.hide-chat-button:hover{opacity:1}.messages-container{position:relative;background-color:#1a1a1a;border:1px solid #323232;border-radius:0 0 8px 8px;padding:.5rem;margin-bottom:.5rem;overflow-y:auto;max-height:50vh}.recent-messages-container{position:relative;background-color:#1a1a1ae6;border:1px solid #323232;border-radius:8px;padding:.5rem 1rem;margin-bottom:.5rem;max-width:90%;max-height:30vh;overflow-y:auto;align-self:flex-start}.fade-overlay{position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,#1a1a1a,transparent);pointer-events:none;z-index:2}.empty-message{color:#ffffffde;font-size:.875rem;font-style:italic;opacity:.7}.messages{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}.message{font-size:.875rem;word-break:break-word;line-height:1.4}.recent-message{animation:fadeIn .3s ease-in-out;margin-bottom:.5rem}.recent-message:last-child{margin-bottom:0}.timestamp{color:#ffffff80;font-size:.75rem;margin-right:.5rem}.player-name{color:#ffd166;font-weight:500}.system-name{color:#06d6a0;font-weight:500}.message-content{color:#ffffffde}.input-form{display:flex;gap:.5rem}.chat-input{flex:1;background-color:#0d0d0d;color:#ffffffde;border:1px solid #323232;border-radius:4px;padding:.5rem 1rem;outline:none;font-size:.875rem}.chat-input:focus{border-color:#4c4c4c}.send-button{display:flex;align-items:center;justify-content:center;background-color:#323232;color:#ffffffde;border:none;border-radius:4px;width:36px;height:36px;cursor:pointer}.send-button:hover{background-color:#3f3f3f}.chat-toggle{display:flex;align-items:center;background-color:#1a1a1a;color:#ffffffde;border:1px solid #323232;border-radius:4px;padding:.5rem 1rem;cursor:pointer;font-size:.875rem}.chat-toggle:hover{background-color:#0d0d0d}.chat-icon{margin-right:.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lobby-page .does-nothing{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.25rem;color:#666}.profile-page{padding:2rem 0}.profile-card{background-color:#1a1a1a;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.profile-header{padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width: 640px){.profile-header{flex-direction:row;align-items:flex-start}}.avatar{width:96px;height:96px;border-radius:50%;overflow:hidden;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover}.profile-info{text-align:center;flex:1}@media (min-width: 640px){.profile-info{text-align:left}}.display-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.username{color:#ffffffb3;font-size:.875rem;margin-bottom:1rem}.bio{margin-top:1rem}.profile-content{padding:1.5rem}.stats-title{font-size:1rem;font-weight:700;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background-color:#323232;padding:1.5rem;border-radius:4px;text-align:center}.stat-label{color:#ffffffb3;font-size:.875rem;margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700}.avatar-upload{position:relative;display:inline-block}.avatar-preview{width:128px;height:128px}.avatar-preview img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar-preview .edit-button{position:absolute;bottom:-5px;right:-5px;border:none;border-radius:50%;width:36px;height:36px;align-items:center;justify-content:center;font-size:.875rem}.editor-container{display:flex;justify-content:center;margin-bottom:1.5rem}.upload-placeholder{width:250px;height:250px;border:2px dashed rgba(255,255,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center}.upload-placeholder p{color:#ffffffb3;text-align:center;padding:0 1.5rem}.upload-controls{margin-bottom:1.5rem}.upload-controls .file-label{display:block;margin-bottom:.5rem}.upload-controls .file-input{width:100%;padding:.5rem 0}.zoom-controls{margin-bottom:1.5rem}.zoom-controls label{display:block;margin-bottom:.5rem}.zoom-controls input[type=range]{width:100%}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:clamp(14px,1vw,16px);color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2em;color:#fff;background:#00000080;padding:10px 20px;border-radius:5px}h1{font-size:1.5rem}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;min-width:320px;width:100%;overflow-x:hidden}.edit-profile-page{padding:2rem 0;max-width:1200px;margin:0 auto}@media (min-width: 768px){.edit-profile-page{padding:2rem}}.profile-grid{display:grid;gap:2rem}@media (min-width: 768px){.profile-grid{grid-template-columns:1fr 3fr}}@media (min-width: 1024px){.profile-grid{grid-template-columns:1fr 4fr}}.profile-main{display:flex;flex-direction:column;gap:2rem}.card{background-color:#323232;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.card-header{padding:1.5rem;border-bottom:1px solid #323232}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.card-description{color:#ffffffb3;font-size:.875rem}.card-content{padding:1.5rem}.avatar-container{display:flex;flex-direction:column;align-items:center;padding:1.5rem}.avatar-container .avatar{position:relative;width:6rem;height:6rem;border-radius:50%;overflow:hidden;margin-bottom:1.5rem}.avatar-container .avatar img{width:100%;height:100%;object-fit:cover}.avatar-container .avatar .avatar-edit{position:absolute;bottom:0;right:0;background-color:#fff;border-radius:50%;padding:.5rem;box-shadow:0 2px 4px #0000001a;z-index:10;cursor:pointer}.avatar-container .avatar-info{text-align:center;margin-bottom:1.5rem}.avatar-container .avatar-info .display-name{font-weight:500}.avatar-container .avatar-info .username{color:#ffffffb3;font-size:.875rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.stats-grid .stat-item{background-color:#1a1a1a;padding:1rem;border:1px solid #323232;border-radius:4px;text-align:center}.stats-grid .stat-item .stat-value{font-size:.875rem;font-weight:700}.stats-grid .stat-item .stat-label{font-size:.75rem;color:#ffffffb3}.tabs-container .tabs-header{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background-color:#242424;border-radius:8px 8px 0 0;overflow:hidden}.tabs-container .tabs-header .tab-button{padding:1rem;background-color:#1a1a1a;border:none;color:#ffffffde;font-weight:500;cursor:pointer;transition:background-color .2s}.tabs-container .tabs-header .tab-button.active{background-color:#323232}.tabs-container .tabs-header .tab-button:hover:not(.active){background-color:#0d0d0d}.tabs-container .tab-content{border-radius:0 0 8px 8px;overflow:hidden}.form{display:flex;flex-direction:column;gap:1.5rem}.form .form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.form .form-group .form-description{font-size:.875rem;color:#ffffffb3}.form .email-actions{display:flex;gap:1.5rem;margin-top:1rem;margin-bottom:1.5rem}.email-container{display:flex;align-items:center;gap:1rem;width:100%}.email-container .input-wrapper{flex:1;max-width:70%}.email-container .badge{align-self:center;margin-left:1rem}.badge{padding:.5rem 1rem;border-radius:4px;font-size:.875rem;font-weight:500;white-space:nowrap}.badge.verified{background-color:#22c55e;color:#fff}.badge.not-verified{background-color:transparent;border:1px solid #f59e0b;color:#f59e0b}.divider{height:1px;background-color:#323232;margin:1.5rem 0}.section-title{font-size:1rem;font-weight:500;margin-bottom:1rem}.connected-accounts .section-title{margin-bottom:1rem}.connected-accounts{margin-bottom:1.5rem}.connected-accounts .account-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1.5rem;border:1px solid #323232;border-radius:4px;gap:1.5rem}.connected-accounts .account-item .account-info{display:flex;align-items:center;gap:1rem}.connected-accounts .account-item .account-info .account-icon{width:2.5rem;height:2.5rem;background-color:#4285f4;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.connected-accounts .account-item .account-info .account-name{font-weight:500}.connected-accounts .account-item .account-info .account-email{font-size:.875rem;color:#ffffffb3}.connected-accounts .account-item button{width:6rem}.modal,.modal-content,.modal-overlay,.dropdown-content{z-index:100!important}
