:root{--ttt-grid-color:#ffffff38;--ttt-cell-bg:#0f142699;--ttt-cell-hover-bg:#1e293bd9;--ttt-x-color:#06b6d4;--ttt-o-color:#f43f5e;--ttt-x-glow:0 0 15px #06b6d499;--ttt-o-glow:0 0 15px #f43f5e99;--ttt-board-glow:0 8px 32px #06b6d426;--ttt-card-bg:#0f14268c}[data-theme=light]{--ttt-grid-color:#0f172a33;--ttt-cell-bg:#ffffffe6;--ttt-cell-hover-bg:#f1f5f9f2;--ttt-x-color:#0891b2;--ttt-o-color:#e11d48;--ttt-x-glow:0 0 10px #0891b266;--ttt-o-glow:0 0 10px #e11d4866;--ttt-board-glow:0 8px 32px #00000014;--ttt-card-bg:#fffc}.ttt-screen-container{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:30rem;margin:0 auto;padding:1.5rem;display:flex}.ttt-card{background:var(--ttt-card-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-light);box-shadow:var(--glass-shadow);border-radius:1.25rem;width:100%;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.ttt-menu-options{flex-direction:column;gap:1rem;width:100%;margin-top:1.5rem;display:flex}.ttt-menu-btn{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:1rem;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}[data-theme=light] .ttt-menu-btn{background:#00000005;border:1px solid #0000000f}.ttt-menu-btn:hover{background:var(--bg-card-hover);border-color:var(--border-glow);transform:translateY(-2px);box-shadow:0 4px 12px #06b6d426}.ttt-menu-btn-pve:hover{border-color:#8b5cf64d;box-shadow:0 4px 12px #8b5cf626}.ttt-menu-btn-pvp:hover{border-color:#f59e0b4d;box-shadow:0 4px 12px #f59e0b26}.ttt-menu-btn-online:hover{border-color:#f43f5e4d;box-shadow:0 4px 12px #f43f5e26}.ttt-difficulty-bar{grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1rem;display:grid}.ttt-diff-btn{cursor:pointer;color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff14;border-radius:.5rem;padding:.6rem;font-size:.85rem;font-weight:600;transition:all .2s}[data-theme=light] .ttt-diff-btn{background:#0000000a;border:1px solid #00000014}.ttt-diff-btn.active{background:var(--color-indigo);border-color:var(--color-indigo);color:#fff;box-shadow:0 0 10px #6366f166}.ttt-input-group{flex-direction:column;gap:.5rem;width:100%;margin-bottom:1.25rem;display:flex}.ttt-input{width:100%;color:var(--text-primary);box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff14;border-radius:.75rem;outline:none;padding:.85rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s}[data-theme=light] .ttt-input{background:#00000005;border:1px solid #0000001a}.ttt-input:focus{border-color:var(--color-teal);background:#ffffff12;box-shadow:0 0 8px #06b6d440}.ttt-scoreboard{background:var(--bg-card);border:1px solid var(--border-light);width:100%;box-shadow:var(--glass-shadow);border-radius:1rem;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex}.ttt-score-slot{flex-direction:column;flex:1;align-items:center;display:flex}.ttt-score-slot:not(:last-child){border-right:1px solid var(--border-light)}.ttt-score-name{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;max-width:6.5rem;font-size:.75rem;font-weight:700;overflow:hidden}.ttt-score-value{color:var(--text-primary);margin-top:.25rem;font-size:1.5rem;font-weight:800}.ttt-score-slot.x-slot .ttt-score-value{color:var(--ttt-x-color);text-shadow:0 0 10px #06b6d44d}.ttt-score-slot.o-slot .ttt-score-value{color:var(--ttt-o-color);text-shadow:0 0 10px #f43f5e4d}.ttt-board-container{aspect-ratio:1;background:var(--bg-card);width:100%;box-shadow:var(--ttt-board-glow);box-sizing:border-box;border-radius:1.25rem;margin-bottom:1.5rem;padding:1rem;position:relative}.ttt-board-grid{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:.75rem;width:100%;height:100%;display:grid}.ttt-cell{background:var(--ttt-cell-bg);border:2px solid var(--ttt-grid-color);cursor:pointer;border-radius:.75rem;outline:none;justify-content:center;align-items:center;padding:0;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.ttt-cell:hover:not(:disabled){background:var(--ttt-cell-hover-bg);border-color:var(--border-glow);transform:scale(1.03)}.ttt-cell:focus-visible{outline:2px solid var(--color-teal);outline-offset:2px}.ttt-cell:disabled{cursor:default}.ttt-symbol-svg{width:65%;height:65%;overflow:visible}.ttt-x-path{stroke:var(--ttt-x-color);stroke-width:10px;stroke-linecap:round;fill:none;filter:drop-shadow(0 0 6px var(--ttt-x-color));stroke-dasharray:100;stroke-dashoffset:100px;animation:.3s cubic-bezier(.4,0,.2,1) forwards ttt-draw-stroke}.ttt-x-path-2{animation-delay:.12s}.ttt-o-path{stroke:var(--ttt-o-color);stroke-width:10px;stroke-linecap:round;fill:none;filter:drop-shadow(0 0 6px var(--ttt-o-color));stroke-dasharray:260;stroke-dashoffset:260px;animation:.4s cubic-bezier(.4,0,.2,1) forwards ttt-draw-stroke}@keyframes ttt-draw-stroke{to{stroke-dashoffset:0}}.ttt-cell.winning-cell{border-color:var(--color-gold);background:#fbbf2414;animation:1.5s infinite alternate ttt-pulse-gold;box-shadow:inset 0 0 15px #fbbf2433}@keyframes ttt-pulse-gold{0%{box-shadow:inset 0 0 10px #fbbf2426,0 0 5px #fbbf241a}to{border-color:#fbbf24;box-shadow:inset 0 0 20px #fbbf2459,0 0 15px #fbbf2440}}.ttt-winning-line-overlay{pointer-events:none;z-index:10;width:calc(100% - 2rem);height:calc(100% - 2rem);position:absolute;top:1rem;left:1rem;overflow:visible}.ttt-winning-line{stroke:var(--color-gold);stroke-width:8px;stroke-linecap:round;filter:drop-shadow(0 0 8px #fbbf24cc);stroke-dasharray:400;stroke-dashoffset:400px;animation:.5s ease-out forwards ttt-draw-stroke}.ttt-turn-display{text-align:center;color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;margin-bottom:1rem;font-size:.95rem;font-weight:700;display:flex}.ttt-turn-dot{border-radius:50%;width:.65rem;height:.65rem;display:inline-block}.ttt-turn-dot.x-turn{background:var(--ttt-x-color);box-shadow:var(--ttt-x-glow)}.ttt-turn-dot.o-turn{background:var(--ttt-o-color);box-shadow:var(--ttt-o-glow)}.ttt-room-code-box{border:1px solid var(--border-light);background:#ffffff08;border-radius:.75rem;justify-content:space-between;align-items:center;margin:1rem 0 1.5rem;padding:.75rem 1.25rem;display:flex}[data-theme=light] .ttt-room-code-box{background:#00000005}.ttt-room-code{font-family:var(--font-mono,monospace);letter-spacing:.15em;color:var(--text-primary);font-size:1.35rem;font-weight:800}.ttt-lobby-list{flex-direction:column;gap:.75rem;width:100%;margin:1.25rem 0;display:flex}.ttt-lobby-player{border:1px solid var(--border-light);background:#ffffff08;border-radius:.75rem;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}[data-theme=light] .ttt-lobby-player{background:#00000005}.ttt-player-info{align-items:center;gap:.75rem;display:flex;overflow:hidden}.ttt-player-symbol{border-radius:.25rem;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.95rem;font-weight:800;display:flex}.ttt-player-symbol.x-symbol{color:var(--ttt-x-color);background:#06b6d41a}.ttt-player-symbol.o-symbol{color:var(--ttt-o-color);background:#f43f5e1a}.ttt-player-name{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:12rem;font-weight:600;overflow:hidden}.ttt-player-status{align-items:center;gap:.5rem;display:flex}.ttt-waiting-spinner{border:2px solid #ffffff1a;border-top-color:var(--color-teal);border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite ttt-spin}@keyframes ttt-spin{to{transform:rotate(360deg)}}.ttt-console-log{border:1px solid var(--border-light);width:100%;height:5.5rem;font-family:var(--font-mono,monospace);color:#34d399;box-sizing:border-box;background:#00000073;border-radius:.5rem;margin-top:1rem;padding:.5rem .75rem;font-size:.7rem;overflow-y:auto}[data-theme=light] .ttt-console-log{color:#10b981;background:#0f172af2}.ttt-confetti-canvas{pointer-events:none;z-index:9999;width:100vw;height:100vh;position:fixed;top:0;left:0}.ttt-ripple-btn{position:relative;overflow:hidden}.ttt-particle-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.ttt-particle{background:#ffffff26;border-radius:50%;width:4px;height:4px;animation:8s ease-in-out infinite ttt-float;position:absolute}@keyframes ttt-float{0%{opacity:0;transform:translateY(105vh)translate(0)}15%{opacity:.7}90%{opacity:.7}to{opacity:0;transform:translateY(-5vh)translate(50px)}}.ttt-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#070913b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ttt-overlay-card{text-align:center;max-width:24rem}@media (max-width:640px){.ttt-screen-container{padding:.75rem}.ttt-card{border-radius:1rem;padding:1.25rem}.ttt-scoreboard{margin-bottom:1rem;padding:.75rem 1rem}.ttt-score-value{font-size:1.2rem}.ttt-score-name{max-width:5rem;font-size:.7rem}.ttt-board-container{margin-bottom:1rem;padding:.5rem}.ttt-board-grid{gap:.5rem}.ttt-cell{border-radius:.5rem}.ttt-symbol-svg{width:60%;height:60%}.ttt-winning-line-overlay{width:calc(100% - 1rem);height:calc(100% - 1rem);top:.5rem;left:.5rem}.ttt-winning-line{stroke-width:6px}.ttt-turn-display{margin-bottom:.75rem;font-size:.85rem}.ttt-room-code{font-size:1.15rem}.ttt-room-code-box{margin-bottom:1rem;padding:.6rem .85rem}.ttt-lobby-player{padding:.65rem .85rem}.ttt-player-name{max-width:9rem}.ttt-menu-btn{padding:1rem 1.25rem;font-size:.95rem}.ttt-console-log{height:4.5rem;font-size:.65rem}}
