@charset "UTF-8";.board{background-color:#fafad2;width:fit-content}.board>.row{display:flex}.board>.row>.square{width:3em;height:3em;border:1.5px solid brown}.board>.row>.square.is-drop-over{background-color:#4a90e240!important;outline:2px solid #4a90e2;outline-offset:-2px}.board>.row>.square.highlighted-last-move{animation:last-move-pulse 2s ease-out}.board>.row>.square.draft-tile{outline:2px dashed #d97706;outline-offset:-2px;animation:tile-slide-in .15s ease-out}.board>.row>.square.draft-tile .tile{opacity:.85}.board>.row>.square>.empty{width:100%;height:100%}.board>.row>.square>.modifier{display:flex;text-align:center;place-items:center}.board>.row>.square>.modifier>.modifier-text{margin:0;overflow-wrap:break-word;font-size:.7em;font-weight:500;line-height:1em}.board>.row>.square>.double-word{background-color:pink}.board>.row>.square>.triple-word{background-color:red}.board>.row>.square>.double-letter{background-color:#00bfff}.board>.row>.square>.triple-letter{background-color:#0ff}.drag-overlay-tile{transform:scale(1.08);box-shadow:0 8px 24px #0000004d;border-radius:4px;cursor:grabbing}@keyframes last-move-pulse{0%{box-shadow:inset 0 0 0 2px #f0b429}60%{box-shadow:inset 0 0 0 2px #f0b429}to{box-shadow:none}}@keyframes tile-slide-in{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.highlighted-last-move,.draft-tile{animation:none}}.tile{width:3em;height:3em;font-family:Noto Sans,sans-serif;position:relative}.tile>.letter{position:absolute;z-index:101;margin-top:0;top:12%;left:35%;font-size:1.6em}.tile>.point-value{position:absolute;z-index:101;margin:0;right:2%;bottom:-5%}.tile>.filled-blank{color:#666}.tile>.background{position:absolute;width:100%;height:100%;z-index:100}.tile>.nudge-up-1{margin-top:-1px}.tile>.nudge-up-2{margin-top:-2px}.tile>.nudge-up-3{margin-top:-3px}.tile>.nudge-up-4{margin-top:-4px}.tile>.nudge-up-5{margin-top:-5px}.tile>.nudge-up-6{margin-top:-6px}.tile>.nudge-up-7{margin-top:-7px}.tile>.nudge-up-8{margin-top:-8px}.tile>.nudge-right-1{margin-left:1px}.tile>.nudge-right-2{margin-left:2px}.tile>.nudge-right-3{margin-left:3px}.tile>.nudge-right-4{margin-left:4px}.tile>.nudge-right-5{margin-left:5px}.tile>.nudge-right-6{margin-left:6px}.tile>.nudge-right-7{margin-left:7px}.tile>.nudge-right-8{margin-left:8px}.tile>.nudge-left-1{margin-left:-1px}.tile>.nudge-left-2{margin-left:-2px}.tile>.nudge-left-3{margin-left:-3px}.tile>.nudge-left-4{margin-left:-4px}.tile>.nudge-left-5{margin-left:-5px}.tile>.nudge-left-6{margin-left:-6px}.tile>.nudge-left-7{margin-left:-7px}.tile>.nudge-left-8{margin-left:-8px}.tile-bar{display:inline-flex;border:3px solid transparent;border-radius:6px;gap:6px;padding:6px;background-color:#d1d9e0;transition:background-color .3s ease,border-color .3s ease;justify-content:center;min-width:calc(21em + 54px);min-height:calc(3em + 18px)}.tile-bar.exchange-mode{background-color:#fdebd0;border-color:#f0b27a}.tile-bar .tile-wrapper{cursor:pointer;position:relative;border:2px solid transparent;border-radius:4px;padding:0;background-color:transparent;transition:opacity .2s ease,transform .1s ease}.tile-bar .tile-wrapper:hover{transform:translateY(-1px)}.tile-bar .tile-wrapper.dimmed-for-placement{opacity:.5}.tile-bar .tile-wrapper.empty-slot{width:3em;height:3em;border:2px dashed rgba(0,0,0,.2);border-radius:4px;background-color:#0000000f;pointer-events:none}.tile-bar .tile-wrapper.empty-slot.is-drop-over{border-color:#4a90e2;background-color:#4a90e226}.tile-bar .tile-wrapper.is-drop-over{border-color:#4a90e2;background-color:#4a90e21a}.tile-bar .tile-wrapper.marked-for-exchange{background-color:#f5b7b1;border-radius:4px}.tile-bar .tile-wrapper.marked-for-exchange:after{content:"✓";position:absolute;top:0;right:0;background-color:#c0392b;width:14px;height:14px;font-size:9px;line-height:14px}.tile-bar-tile{margin:1px}.tile-bar-tile-unselected:hover{transition:.05s;filter:hue-rotate(-90deg) drop-shadow(0 0 .3em #fff)}.tile-bar-tile-selected{filter:hue-rotate(-90deg)}.definition-popover{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:10px;box-shadow:0 12px 40px #0000004d;min-width:260px;max-width:360px;width:90%;z-index:9500;animation:pop-in .2s ease}.definition-popover .popover-header{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem .4rem;border-bottom:1px solid #e2e8f0}.definition-popover .popover-header .popover-word{font-size:1.2rem;font-weight:700;color:#2d3748}.definition-popover .popover-header .popover-close{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#718096;line-height:1;padding:0 .2rem}.definition-popover .popover-header .popover-close:hover{color:#2d3748}.definition-popover .popover-body{padding:.8rem 1rem 1rem;max-height:60vh;overflow-y:auto}.definition-popover .popover-body .loading,.definition-popover .popover-body .not-found,.definition-popover .popover-body .error,.definition-popover .popover-body .offline,.definition-popover .popover-body .offline-note{margin:0 0 .5rem;color:#718096;font-size:.9rem}.definition-popover .popover-body .error{color:#c0392b}.definition-popover .popover-body .offline-note{color:#d97706;font-style:italic}.definition-popover .popover-body .meaning{margin-bottom:.8rem}.definition-popover .popover-body .meaning .part-of-speech{font-size:.75rem;font-style:italic;color:#4a5568;text-transform:uppercase;letter-spacing:.05em}.definition-popover .popover-body .meaning .definitions{margin:.3rem 0 0;padding-left:1.2rem}.definition-popover .popover-body .meaning .definitions li{font-size:.9rem;color:#2d3748;margin-bottom:.2rem}.definition-popover .popover-body .meaning .example{margin:.3rem 0 0;font-size:.85rem;color:#718096;font-style:italic}@keyframes pop-in{0%{opacity:0;transform:translate(-50%,-48%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.definition-popover{animation:none}}.replay-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:8500}.replay-modal{background:#fff;border-radius:12px;padding:1rem;max-width:95vw;max-height:95vh;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem;box-shadow:0 24px 60px #0006}.replay-modal .replay-header{display:flex;justify-content:space-between;align-items:center}.replay-modal .replay-header h3{margin:0;font-size:1.1rem}.replay-modal .replay-header .replay-close{background:none;border:none;font-size:1.4rem;cursor:pointer;color:#718096}.replay-modal .replay-header .replay-close:hover{color:#2d3748}.replay-modal .replay-description{font-size:.95rem;color:#4a5568;min-height:1.4em;text-align:center}.replay-modal .replay-board-wrap{overflow:auto;display:flex;justify-content:center}.replay-modal .replay-controls{display:flex;align-items:center;justify-content:center;gap:.6rem}.replay-modal .replay-controls button{padding:.3rem .7rem;border-radius:4px;border:1px solid #e2e8f0;background:#f7fafc;cursor:pointer;font-size:1rem}.replay-modal .replay-controls button:disabled{opacity:.4;cursor:not-allowed}.replay-modal .replay-controls button:not(:disabled):hover{background:#e2e8f0}.replay-modal .replay-controls .replay-counter{font-size:.85rem;color:#718096;min-width:60px;text-align:center}.replay-modal .replay-scrubber{width:100%;cursor:pointer}.move-history{margin-top:1em;width:100%;background:#ffffe0;border-radius:2px 2px 20px 20px}.move-history .title-div{display:flex;place-content:center}.move-history .title-div .title{margin-top:.2em;margin-bottom:0}.move-history .list{margin:0 .5em .5em;border:1px solid black;border-radius:3px;overflow-y:auto;max-height:12em;list-style:none;padding:0}.move-history .history-item{border-bottom:1px solid #e2d9a0}.move-history .history-item:last-child{border-bottom:none}.move-history .history-item.game-end-item{padding:.25rem .5rem;font-size:.82rem;color:#666}.move-history .turn-row{display:flex;align-items:baseline;gap:.4rem;width:100%;padding:.3rem .5rem;background:none;border:none;cursor:pointer;text-align:left;font-size:.88rem;transition:background .1s}.move-history .turn-row:hover{background:#0000000a}.move-history .turn-row.expanded{background:#0000000f}.move-history .turn-row .player-name{font-weight:600;color:#2d3748;min-width:4em;white-space:nowrap}.move-history .turn-row .turn-desc{flex:1;color:#4a5568}.move-history .turn-row .word-link{color:#2b6cb0;cursor:pointer;text-decoration:underline dotted;font-weight:600}.move-history .turn-row .word-link:hover{color:#1a365d}.move-history .turn-row .turn-score{font-weight:600;color:#276749}.move-history .turn-row .turn-time{font-size:.75rem;color:#a0aec0}.move-history .turn-row .expand-icon{font-size:.65rem;color:#a0aec0}.move-history .scoring-breakdown{padding:.2rem .6rem .4rem .8rem;background:#fff9;font-size:.8rem}.move-history .scoring-breakdown .word-score-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.15rem}.move-history .scoring-breakdown .word-score-row .word-label{font-weight:700;color:#2d3748;min-width:4em}.move-history .scoring-breakdown .word-score-row .word-tiles{display:flex;gap:1px;flex:1}.move-history .scoring-breakdown .word-score-row .word-tiles .scored-tile{position:relative;display:inline-flex;align-items:center;justify-content:center;background:#f6e05e;border-radius:2px;padding:1px 3px;font-size:.8rem}.move-history .scoring-breakdown .word-score-row .word-tiles .scored-tile.existing-tile{background:#e2e8f0;color:#718096}.move-history .scoring-breakdown .word-score-row .word-tiles .scored-tile .letter-mult{font-size:.55rem;color:#e53e3e;vertical-align:super}.move-history .scoring-breakdown .word-score-row .word-detail{display:flex;gap:4px;align-items:center}.move-history .scoring-breakdown .word-score-row .word-detail .word-mult{color:#e53e3e;font-weight:700}.move-history .scoring-breakdown .word-score-row .word-detail .bonus{color:#d97706;font-weight:700}.move-history .scoring-breakdown .word-score-row .word-detail .word-total{font-weight:700;color:#276749}.move-history .scoring-breakdown .breakdown-total{border-top:1px solid #e2d9a0;margin-top:.25rem;padding-top:.2rem;font-weight:700;text-align:right;color:#276749}.move-history .replay-btn{font-size:.75rem;padding:.1rem .5rem .25rem;background:none;border:none;cursor:pointer;color:#4a5568;width:100%;text-align:right}.move-history .replay-btn:hover{text-decoration:underline}.recovery-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.recovery-modal{background:#2a2a2a;color:#f5f5f5;border-radius:8px;padding:1.25rem 1.5rem;max-width:32rem;width:100%;position:relative;box-shadow:0 8px 32px #0006}.recovery-modal h2{margin:0 0 .5rem;font-size:1.25rem}.recovery-modal p{margin:0 0 1rem;line-height:1.4;opacity:.9}.recovery-modal-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:#aaa;font-size:1.5rem;cursor:pointer;line-height:1}.recovery-modal-close:hover{color:#fff}.recovery-code-field{width:100%;box-sizing:border-box;font-family:ui-monospace,monospace;font-size:.8rem;padding:.6rem;border-radius:4px;border:1px solid #555;background:#1a1a1a;color:#eee;resize:vertical}.recovery-modal-actions{margin-top:.75rem;display:flex;gap:.5rem}.recovery-modal-actions button{padding:.4rem .9rem;border-radius:4px;border:1px solid #666;background:#444;color:#fff;cursor:pointer}.recovery-modal-actions button:hover:not(:disabled){background:#555}.recovery-modal-actions button:disabled{opacity:.5;cursor:default}.recovery-modal-error{color:#ff8a80;margin-top:.75rem;margin-bottom:0}.game-view{width:fit-content;padding:15px;background-color:#f4f7f9;border-radius:8px;box-shadow:0 4px 12px #00000014;position:relative;width:100%;box-sizing:border-box}.game-view .control-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:linear-gradient(to bottom,#e9ecef,#dee2e6);border-bottom:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a;width:100%;position:sticky;top:0;z-index:100;box-sizing:border-box}@media(max-width:768px){.game-view .control-bar{flex-direction:column;gap:12px;position:static}}.game-view .control-bar-left{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;min-width:150px;padding-right:10px;border-right:1px solid #dee2e6;margin-right:15px}@media(max-width:768px){.game-view .control-bar-left{border-right:none;border-bottom:1px solid #dee2e6;width:100%;padding-bottom:8px;margin-bottom:8px;margin-right:0;min-width:0}}.game-view .control-bar-left .turn-indicator{font-weight:600;font-size:1.1rem;color:#2c3e50;margin-bottom:4px}.game-view .control-bar-left .turn-indicator.your-turn{color:#38b000}.game-view .control-bar-left .turn-indicator.waiting{color:#6c757d}.game-view .control-bar-left .last-updated{font-size:.85rem;color:#6c757d;font-style:italic}.game-view .control-bar-center{display:flex;align-items:center;flex-grow:1;gap:12px;padding:0 15px}@media(max-width:768px){.game-view .control-bar-center{width:100%;padding:0}}.game-view .control-bar-center .label{color:#2c3e50;font-weight:600;font-size:1.1rem;margin:0;white-space:nowrap;flex-shrink:0}.game-view .control-bar-center .tile-bar{flex-grow:1;min-height:60px;border-radius:6px;background-color:#d7dde2;border:1px solid #c8ced3;box-shadow:inset 0 0 0 1px #00000005;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px}.game-view .control-bar-center .tile-bar:hover{background-color:#dfe3e8}.game-view .control-bar-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex-shrink:0;min-width:180px}@media(max-width:768px){.game-view .control-bar-right{width:100%;align-items:stretch}}.game-view .action-buttons{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}@media(max-width:768px){.game-view .action-buttons{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.game-view .action-buttons .button{flex:0 0 calc(50% - 4px);margin-bottom:8px;text-align:center}}.game-view .action-buttons .button{padding:6px 10px;border-radius:4px;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent;white-space:nowrap}.game-view .action-buttons .button:focus{outline:none;box-shadow:0 0 0 2px #0d6efd40}.game-view .action-buttons .button:disabled{opacity:.6;cursor:not-allowed}.game-view .action-buttons .button.submit-move{background-color:#0d6efd;color:#fff;border-color:#0d6efd}.game-view .action-buttons .button.submit-move:hover:not(:disabled){background-color:#0b5ed7;border-color:#0a58ca}.game-view .action-buttons .button.check-move{background-color:#6c757d;color:#fff;border-color:#6c757d}.game-view .action-buttons .button.check-move:hover:not(:disabled){background-color:#5c636a;border-color:#565e64}.game-view .action-buttons .button.exchange{background-color:#ffc107;color:#212529;border-color:#ffc107}.game-view .action-buttons .button.exchange:hover:not(:disabled){background-color:#ffca2c;border-color:#ffc720}.game-view .action-buttons .button.confirm-exchange{background-color:#198754;color:#fff;border-color:#198754}.game-view .action-buttons .button.confirm-exchange:hover:not(:disabled){background-color:#157347;border-color:#146c43}.game-view .action-buttons .button.cancel,.game-view .action-buttons .button.reset{background-color:#dc3545;color:#fff;border-color:#dc3545}.game-view .action-buttons .button.cancel:hover:not(:disabled),.game-view .action-buttons .button.reset:hover:not(:disabled){background-color:#bb2d3b;border-color:#b02a37}.game-view .header-right-group{display:flex;align-items:flex-start;justify-content:space-between;width:100%}@media(max-width:576px){.game-view .header-right-group{flex-direction:column;align-items:stretch}}.game-view .header-right-group .player-scores{text-align:right;margin-right:15px;flex-grow:1}@media(max-width:576px){.game-view .header-right-group .player-scores{margin-right:0;margin-bottom:10px;text-align:left}}.game-view .header-right-group .player-scores .player-info{display:flex;justify-content:flex-end;align-items:center;font-size:1rem;margin-bottom:4px;color:#495057;white-space:nowrap}@media(max-width:576px){.game-view .header-right-group .player-scores .player-info{justify-content:flex-start}}.game-view .header-right-group .player-scores .player-info.current-turn{font-weight:600;color:#212529}.game-view .header-right-group .player-scores .player-info.current-turn .player-score{color:#000}.game-view .header-right-group .player-scores .player-info .status-indicator{font-size:.85rem;margin-right:6px}.game-view .header-right-group .player-scores .player-info .status-indicator.online{color:#38b000}.game-view .header-right-group .player-scores .player-info .status-indicator.offline{color:#6c757d}.game-view .header-right-group .player-scores .player-info .player-name{margin-right:8px}.game-view .header-right-group .player-scores .player-info .player-score{min-width:2.5em;font-weight:600;color:#0d6efd}.game-view .header-right-group .settings-container{position:relative;flex-shrink:0}@media(max-width:576px){.game-view .header-right-group .settings-container{display:flex;justify-content:flex-end}}.game-view .header-right-group .settings-container .settings-button{background:none;border:none;font-size:1.8em;padding:0;cursor:pointer;color:#6c757d;transition:color .2s ease;line-height:1}.game-view .header-right-group .settings-container .settings-button:hover{color:#495057}.game-view .header-right-group .settings-container .settings-button:focus{outline:none}.game-view .header-right-group .settings-container .settings-dropdown{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 4px 8px #0000001a;padding:8px 0;min-width:150px;z-index:101}.game-view .header-right-group .settings-container .settings-dropdown button{display:block;width:100%;text-align:left;padding:8px 12px;background:none;border:none;font-size:.95rem;color:#212529;cursor:pointer}.game-view .header-right-group .settings-container .settings-dropdown button:hover{background-color:#f8f9fa}.game-view .header-right-group .settings-container .settings-dropdown button.end-game{color:#dc3545;font-weight:500}.game-view .header-right-group .settings-container .settings-dropdown button.rematch{color:#0d6efd;font-weight:500}.game-view>.board-center{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:10px}.game-view>.board-center .tile-bag-chip{margin-top:6px;padding:3px 10px;background:#e2e8f0;border-radius:999px;font-size:.82rem;color:#4a5568;font-weight:600;letter-spacing:.03em;-webkit-user-select:none;user-select:none}.game-view .check-result-display{position:absolute;top:50px;left:50%;transform:translate(-50%);min-width:250px;max-width:400px;padding:30px 20px 15px;border-radius:6px;box-shadow:0 5px 15px #0003;z-index:20;border:1px solid}.game-view .check-result-display.valid{background-color:#e8f8f5;border-color:#a9dfbf;color:#145a32}.game-view .check-result-display.valid h4{color:#145a32;margin-top:0}.game-view .check-result-display.valid ul{list-style:none;padding-left:10px;margin-bottom:0}.game-view .check-result-display.valid li{margin-bottom:3px}.game-view .check-result-display.invalid{background-color:#fdedec;border-color:#f5b7b1;color:#922b21}.game-view .check-result-display.invalid h4{color:#922b21;margin-top:0}.game-view .check-result-display.invalid p{margin-bottom:0}.game-view .check-result-display .close-result{position:absolute;top:5px;right:8px;background:none;border:none;font-size:1.5em;font-weight:700;color:inherit;opacity:.6;cursor:pointer;padding:0 5px;line-height:1}.game-view .check-result-display .close-result:hover{opacity:1}.setup-view{color:#fff;border:1px solid white;padding:1em;box-sizing:border-box;width:100%;max-width:40em}.setup-view .name-input-area{display:flex}.setup-view .name-input-area input{font-size:1em}.setup-view .name-input-area button{font-size:1em;margin-left:.2em}.setup-view .playing-as-row{margin:.75rem 0 1rem;font-size:1.05em}.setup-view .reset-name-button{font-size:.95em;padding:.35em .75em;margin-left:.5em;border-radius:4px;border:1px solid rgba(255,255,255,.35);background:#ffffff14;color:#f5f5f5;cursor:pointer;vertical-align:baseline}.setup-view .reset-name-button:hover{background:#ffffff26}.setup-view .recovery-link-row{margin-top:1rem}.setup-view .link-button{background:none;border:none;color:#8ec8ff;text-decoration:underline;cursor:pointer;font-size:.95em;padding:0}.setup-view .link-button:hover{color:#b8dcff}.setup-view-player-list{list-style:none;padding-left:20px}.setup-view-player-list li{margin-bottom:5px}.status-indicator{display:inline-block;margin-right:8px;font-size:1.2em;line-height:1;color:#555}.status-indicator.online{color:#2ecc71}.status-indicator.offline{color:#95a5a6}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{pointer-events:all;padding:.6rem 1rem;border-radius:6px;color:#fff;font-size:.9rem;font-weight:500;box-shadow:0 4px 12px #00000040;cursor:pointer;animation:toast-in .25s ease;max-width:320px}.toast.toast-info{background:#2c7be5}.toast.toast-error{background:#c0392b}@keyframes toast-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:reduce){.toast{animation:none}}.game-over-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:8000}.game-over-card{background:#fff;border-radius:12px;padding:2rem 2.5rem;min-width:280px;max-width:420px;width:90%;text-align:center;box-shadow:0 24px 60px #0006;animation:card-in .3s ease}.game-over-card .game-over-title{font-size:1.8rem;margin:0 0 .5rem;color:#2d3748}.game-over-card .game-over-winner{font-size:1.1rem;color:#f0b429;font-weight:600;margin:0 0 1.2rem}.game-over-card .game-over-scores{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.4rem}.game-over-card .game-over-scores li{display:flex;justify-content:space-between;padding:.4rem .8rem;border-radius:6px;background:#f7fafc}.game-over-card .game-over-scores li.winner-row{background:#fffbea;font-weight:700;color:#744210}.game-over-card .game-over-actions{display:flex;gap:.8rem;justify-content:center}.game-over-card .game-over-actions button{padding:.5rem 1.4rem;border-radius:6px;border:none;font-size:1rem;cursor:pointer;font-weight:600;transition:filter .15s}.game-over-card .game-over-actions button:hover{filter:brightness(.9)}.game-over-card .game-over-actions .btn-rematch{background:#38a169;color:#fff}.game-over-card .game-over-actions .btn-close{background:#e2e8f0;color:#4a5568}@keyframes card-in{0%{opacity:0;transform:scale(.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(prefers-reduced-motion:reduce){.game-over-card{animation:none}}body{font-family:Noto Sans;background-color:#242424;user-select:none;-webkit-user-select:none;display:flex;place-content:safe center}:root{margin:auto}
