:root{--bg:#f7f7f5;--card:#fff;--ink:#1a1a1f;--muted:#6b6b76;--line:#e3e3df;--parent:#d8613c;--child:#2f7fa6;--accent:#1a1a1f}.playable-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin-bottom:14px}.eyebrow{margin:0 0 4px;font-size:11px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;color:var(--muted)}.playable-title{margin:0;font-size:24px;line-height:1.1}.match-chip{border:2px solid #191919;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:800;background:#fff8d8;transform:rotate(1deg);white-space:nowrap}.playable-toolbar{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:14px}.game-control{display:flex;flex-direction:column;gap:6px}.game-stage{display:grid;grid-template-columns:minmax(128px,.72fr) minmax(280px,1.4fr) minmax(148px,.82fr);gap:14px;align-items:stretch;min-height:640px;padding:14px;background:linear-gradient(#fff 0 0) padding-box,repeating-linear-gradient(135deg,#111 0 7px,#fff 7px 15px) border-box;border:3px solid transparent;border-radius:8px}.game-stage-parent{aspect-ratio:1/1}.game-stage-child{aspect-ratio:16/9;min-height:520px}.actions-column,.board-column,.players-column{min-width:0}.actions-column,.board-column,.players-column{display:flex;flex-direction:column;gap:12px}.board-column{justify-content:center}.action-panel,.player-card,.result-panel,.score-panel,.turn-strip{border:2px solid #171717;border-radius:8px;background:#fff}.player-card{display:grid;gap:10px;padding:10px}.player-card-parent.active{background:#fff3ed}.player-card-child.active{background:#eef8ff}.player-meta,.score-head,.spin-meter,.turn-strip{display:flex;align-items:center;justify-content:space-between;gap:10px}.action-copy,.mini-note,.player-meta span,.result-panel span,.score-value span,.spin-meter span{color:var(--muted);font-size:12px}.player-meta strong,.spin-meter strong{font-size:12px;text-transform:uppercase}.avatar-portrait{display:grid;place-items:center;width:100%;aspect-ratio:1/1;border:2px dashed #111;border-radius:8px;background:#fff;overflow:hidden}.avatar-portrait img{width:78%;height:78%;-o-object-fit:contain;object-fit:contain;animation:avatar-spin-in .46s ease both}.avatar-portrait span{font-size:13px;font-weight:800;color:#555}.avatar-portrait.hidden{background:repeating-linear-gradient(-35deg,#f3f3f0 0 9px,#fff 9px 18px)}.avatar-portrait.bouncing img,.cell-avatar.active-avatar{animation:avatar-bounce .9s ease-in-out infinite}.turn-strip{padding:10px 12px;font-size:13px}.turn-strip strong{font-size:12px;text-transform:uppercase}.avatar-board{width:min(100%,420px);margin:0 auto;border:4px solid #111;border-radius:5px;transform:rotate(-.25deg);box-shadow:8px 8px 0 #f1ecd8}.avatar-board:after{content:"";position:absolute;z-index:3;display:none;width:84%;height:6px;left:8%;top:calc(50% - 3px);border-radius:999px;background:#111;pointer-events:none}.avatar-board.line-0-1-2:after,.avatar-board.line-0-3-6:after,.avatar-board.line-0-4-8:after,.avatar-board.line-1-4-7:after,.avatar-board.line-2-4-6:after,.avatar-board.line-2-5-8:after,.avatar-board.line-3-4-5:after,.avatar-board.line-6-7-8:after{display:block}.avatar-board.line-0-1-2:after{top:16.66%}.avatar-board.line-3-4-5:after{top:50%}.avatar-board.line-6-7-8:after{top:83.33%}.avatar-board.line-0-3-6:after,.avatar-board.line-1-4-7:after,.avatar-board.line-2-5-8:after{width:6px;height:84%;top:8%;left:calc(50% - 3px)}.avatar-board.line-0-3-6:after{left:16.66%}.avatar-board.line-1-4-7:after{left:50%}.avatar-board.line-2-5-8:after{left:83.33%}.avatar-board.line-0-4-8:after,.avatar-board.line-2-4-6:after{width:112%;left:-6%}.avatar-board.line-0-4-8:after{transform:rotate(45deg)}.avatar-board.line-2-4-6:after{transform:rotate(-45deg)}.board-cell{padding:8%;border-right:3px solid #111;border-bottom:3px solid #111;cursor:pointer}.board-cell:nth-child(3n){border-right:0}.board-cell:nth-child(n+7){border-bottom:0}.board-cell:disabled{cursor:default}.board-cell.winner{background:#fdf1a8}.cell-avatar{width:88%;height:88%}.action-panel,.result-panel,.score-panel{padding:12px}.result-panel{display:flex;justify-content:space-between;gap:12px;min-height:58px}.result-panel.idle{justify-content:center;color:var(--muted);font-size:13px}.action-panel h3,.score-panel h3{margin:0;font-size:14px}.action-copy{min-height:38px;line-height:1.45;margin:10px 0}.button-row{display:flex;flex-wrap:wrap;gap:8px}.primary-action,.secondary-action{min-height:36px;border-radius:8px;padding:8px 12px;font-weight:800;cursor:pointer}.primary-action{border:2px solid #111;background:#111;color:#fff}.secondary-action{border:2px solid #111;background:transparent;color:#111}.primary-action:hover,.secondary-action:hover{transform:translateY(-1px)}.mini-note{margin:10px 0 0;line-height:1.45}.score-panel{margin-top:auto}.score-toggle{gap:6px;font-size:12px}.score-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.score-value{display:grid;gap:2px;border:1px solid #d8d5cd;border-radius:8px;padding:8px;text-align:center}.score-value strong{font-size:20px}@keyframes avatar-spin-in{0%{opacity:0;transform:scale(.82) rotate(-10deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes avatar-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (max-width:820px){.game-stage,.game-stage-child,.game-stage-parent{grid-template-columns:1fr;aspect-ratio:auto;min-height:0}.players-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.actions-column{display:grid;grid-template-columns:minmax(0,1fr)}}@media (max-width:520px){.playable{padding:0}.playable-head{align-items:start;flex-direction:column}.players-column,.score-grid{grid-template-columns:1fr}}.playable{width:100%;min-width:0;margin:26px 0 0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.game-brand{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:18px;text-align:center}.game-brand h2{position:relative;margin:0;font-size:clamp(30px,5vw,46px);line-height:1;font-weight:700;letter-spacing:0}.game-brand h2:after,.game-brand h2:before{content:"";position:absolute;top:50%;width:18px;height:24px;border-top:3px solid #111;transform:translateY(-50%) rotate(-28deg)}.game-brand h2:before{left:-34px}.game-brand h2:after{right:-34px;transform:translateY(-50%) rotate(28deg)}.match-chip{border:2px solid #151515;box-shadow:0 2px 0 rgba(0,0,0,.12)}.selection-stage{display:grid;justify-items:center;align-content:center;min-height:390px;gap:16px;text-align:center}.selection-avatar{display:grid;place-items:center;width:min(220px,58vw);aspect-ratio:1/1;border-radius:10px}.selection-avatar.has-avatar{border:2px solid #111}.selection-avatar img{width:78%;height:78%;-o-object-fit:contain;object-fit:contain;animation:avatar-spin-in .46s ease both}.selection-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.small-action{min-height:34px;padding:7px 12px;font-size:13px}.remaining-spins{min-height:18px;margin:-6px 0 0;color:var(--muted);font-size:13px;font-weight:700}.reveal-stage{display:grid;grid-template-columns:minmax(130px,1fr) auto minmax(130px,1fr);align-items:center;gap:24px;min-height:360px;max-width:720px;margin:0 auto}.reveal-mark{font-size:24px;font-weight:800}.game-stage,.game-stage-child,.game-stage-parent{display:grid;grid-template-columns:minmax(132px,1fr) minmax(300px,460px) minmax(132px,1fr);align-items:center;gap:28px;min-height:0;aspect-ratio:auto;padding:0;background:transparent;border:0}.playfield{gap:20px}.playfield,.side-avatar{display:grid;justify-items:center;min-width:0}.side-avatar{gap:12px}.side-avatar p{margin:0;font-size:19px;font-weight:700;text-align:center}.side-avatar-frame{display:grid;place-items:center;width:min(170px,100%);aspect-ratio:1/1;border:2px solid #111;border-radius:9px;background:#fff}.side-avatar-frame.active img{animation:avatar-bounce .9s ease-in-out infinite}.side-avatar-frame img{width:78%;height:78%}.avatar-board{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));width:min(100%,430px);aspect-ratio:1/1;margin:0;background:transparent;border:0;border-radius:0;box-shadow:none;transform:none}.avatar-board:before{content:"";position:absolute;inset:-3px;z-index:2;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='430' height='430' viewBox='0 0 430 430' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23111' stroke-width='3.2' stroke-linecap='round'%3E%3Cpath d='M2 3 C95 -1 190 6 428 2'/%3E%3Cpath d='M1 428 C120 424 260 432 429 427'/%3E%3Cpath d='M3 2 C-1 117 5 286 2 428'/%3E%3Cpath d='M428 1 C425 126 432 272 427 429'/%3E%3Cpath d='M143 2 C140 111 146 235 141 428'/%3E%3Cpath d='M287 1 C290 124 284 283 288 428'/%3E%3Cpath d='M2 144 C122 147 286 140 428 145'/%3E%3Cpath d='M1 287 C150 283 285 291 429 286'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%}.board-cell{display:grid;place-items:center;min-width:0;min-height:0;aspect-ratio:1/1;padding:12%;border:0;background:transparent}.board-cell:not(:disabled):hover{background:#fff8d8}.board-cell.winner{background:#fff1a8}.cell-avatar{display:block;width:76%;height:76%;max-width:76%;max-height:76%;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.score-panel{display:grid;justify-items:center;gap:12px;margin:0 0 26px;padding:0;border:0;background:transparent}.score-toggle{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:700}.reuse-toggle input,.score-toggle input{width:18px;height:18px;accent-color:#111}.score-grid{display:grid;grid-template-columns:repeat(3,minmax(100px,1fr));gap:0;width:min(100%,430px);margin:0;border:2px solid #111;border-radius:9px;overflow:hidden}.score-value{border:0;border-right:2px solid #111;border-radius:0;padding:14px 12px;background:#fff}.score-value:last-child{border-right:0}.score-value span{color:#111;font-size:15px;line-height:1.25}.score-value strong{font-size:28px;line-height:1.1}.result-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;width:min(100%,540px);min-height:0;padding:16px 18px;border:2px solid #111;border-radius:9px;background:#fff}.result-panel strong{font-size:26px}.result-controls{display:grid;gap:10px;justify-items:start}.reuse-toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px}@media (max-width:760px){.game-brand{flex-direction:column;gap:10px}.game-brand h2:after,.game-brand h2:before{display:none}.game-stage,.game-stage-child,.game-stage-parent,.reveal-stage{grid-template-columns:1fr}.side-avatar-frame{width:min(190px,58vw)}.result-panel{grid-template-columns:1fr}}@media (max-width:520px){.score-grid{grid-template-columns:1fr}.score-value,.score-value:last-child{border-right:0;border-bottom:2px solid #111}.score-value:last-child{border-bottom:0}}.game-brand{margin-bottom:16px}.game-brand h2:after,.game-brand h2:before{content:none;display:none}.selection-stage-child .primary-action,.selection-stage-child .secondary-action{min-width:132px;min-height:50px;border-width:2px;border-radius:14px;padding:12px 18px;font-size:17px;box-shadow:0 4px 0 hsla(0,0%,7%,.18)}.selection-stage-child .spin-again-action{background:#ff9f1c;color:#111}.selection-stage-child .play-action{background:#4caf50;color:#fff}.side-avatar{gap:8px}.side-avatar-frame{width:min(210px,100%);border:0;border-radius:0;background:transparent}.side-avatar-frame img{width:86%;height:86%;max-width:86%;max-height:86%;-o-object-fit:contain;object-fit:contain}.avatar-name{display:block;max-width:210px;color:#111;font-size:18px;line-height:1.2;text-align:center;overflow-wrap:anywhere}.selection-avatar-name{margin:-4px 0 0;font-size:20px;font-weight:800}.avatar-board{isolation:isolate}.avatar-board:before{inset:-4px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3553.21 3556.73'%3E%3Cpath fill='%23111' d='M2235.96.21s41.88,1193.12,41.88,1193.12c0,0,1213.22.78,1213.22.78,11.3,3.39,22.69,1.12,33.92,2.08,3.87.33,25.71,3.19,27,4.02,4.89,3.17-6.19,5.46-7.24,5.72-418.96,36.6-843.51,34.83-1264.77,44.27,0,0,29,870,29,870,4.65,7.23,11.17,2.11,17.92,1.9,395.76-3.12,794.7-5.81,1187.49,44.69,7.11,1.32,18.54,2.79,24.76,5.25,3.07,1.21,5.56,2.25,4.83,6.15,0,0-1232,34-1232,34,0,0-.08,39.1-.08,39.1,0,0,2.18,13.82,2.18,13.82,0,0-.18,46.18-.18,46.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,44.18-.18,44.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,44.18-.18,44.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,46.18-.18,46.18,0,0,2.18,13.82,2.18,13.82,0,0-.1,42.1-.1,42.1,0,0,2.1,11.9,2.1,11.9,0,0-.1,48.1-.1,48.1,0,0,2.1,11.9,2.1,11.9,0,0-.18,44.18-.18,44.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,44.18-.18,44.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,44.18-.18,44.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,46.18-.18,46.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,46.18-.18,46.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,46.18-.18,46.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,44.18-.18,44.18,0,0,2.18,13.82,2.18,13.82,0,0-.18,46.18-.18,46.18,0,0,2.1,11.9,2.1,11.9,0,0-.1,44.1-.1,44.1,0,0,2.18,13.82,2.18,13.82,0,0-.18,84.18-.18,84.18,0,0,2.18,13.82,2.18,13.82,0,0,0,200.18,0,200.18,0,0-2.18,13.82-2.18,13.82,0,0,.1,52.1.1,52.1-2.92,7.25-1.78,45.87-6.02,48.98-5.9,4.32-8.82-18.87-9.38-21.6-14.38-70.43-16.75-153.17-22.59-225.41-28.82-364-46.82-728.57-62.89-1093.11,0,0-865.26,22.99-865.26,22.99,0,0-3.87,18.13-3.87,18.13-6.13,248.83-17.87,496.62-38,744-12.7,144.08-22.88,302.74-70.44,439.56-1.52,2.56-2.02,4.16-5.54,3.44,0,0-.1-51.08-.1-51.08,0,0,2.18-13.82,2.18-13.82,0,0-.18-58.18-.18-58.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-62.18-.18-62.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-62.18-.18-62.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-62.18-.18-62.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-62.18-.18-62.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-60.18-.18-60.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-60.18-.18-60.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-58.18-.18-58.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-58.18-.18-58.18,0,0,2.1-11.9,2.1-11.9s-.1-60.1-.1-60.1c0,0,2.18-13.82,2.18-13.82,0,0-.18-62.18-.18-62.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-60.18-.18-60.18,0,0,2.18-13.82,2.18-13.82,0,0,1.82-142.18,1.82-142.18,0,0,2.18-13.82,2.18-13.82-1.43-24.8.7-49.49,1.99-73.99,1.35-25.67-5.67-17.59-22.99-17.01-376.14,10.24-752.22,24.47-1128,25.82,0,0-52.1.09-52.1.09,0,0-9.98-2.02-9.98-2.02,0,0-26.02.02-26.02.02-7.24-2.55-52.83-2.51-52.96-11.01-.05-3.18,14.81-7.2,17.94-8.03,54.64-14.48,122.43-17.38,179.05-22.95,359.22-34.21,719.98-54.41,1079.98-68.02,5.01-.4,10.11-2.17,15.1-2.9,0,0,25.04-899.24,25.04-899.24-367.98-14.56-739.06-10.84-1106.15-35.86-66.72-3.89-133.22-11.26-199.98-16.07-3.11-.22-6.01-1.38-3.01-3.93,0,0,1310.12-2.88,1310.12-2.88,1.49-1,1.6-2.52,1.89-4.11,2.89-15.64-2.1-39.47-.11-56.11,0,0,2.18-13.82,2.18-13.82,0,0-.18-60.18-.18-60.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-58.18-.18-58.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-58.18-.18-58.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-56.18-.18-56.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-62.18-.18-62.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-60.18-.18-60.18,0,0,2.18-13.82,2.18-13.82,0,0-.18-62.18-.18-62.18,0,0,2.18-13.82,2.18-13.82,0,0-.1-40.1-.1-40.1,0,0,2.02-9.98,2.02-9.98,0,0-.02-26.02-.02-26.02,11.94-103.04,6.83-215.31,26.61-317.39,4.91-25.34,10.31-26.92,14.86-.07,23.89,320.93,11.48,659.74,14.53,982.47,0,0,814.02-2,814.02-2-.43-12.31.52-24.78.08-37.1-7.45-383.21-22.13-771.03,23.88-1152,.76-3.51-1.98-5.84,4.02-4.9ZM1377.96,2150.21l861.15-27.92-31.97-870.26-812.29,2.05-16.88,896.13Z'/%3E%3C/svg%3E")}.cell-avatar{position:relative;z-index:1}.score-grid{grid-template-columns:repeat(4,minmax(84px,1fr));width:min(100%,560px)}.score-panel-parent .score-grid{border-radius:4px}.score-panel-child .score-grid{border-radius:16px}.score-panel-child .score-value{background:#fffdf2}@media (max-width:520px){.score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.score-value,.score-value:last-child{border-bottom:2px solid #111}.score-value:nth-child(2n){border-right:0}.score-value:nth-last-child(-n+2){border-bottom:0}}.avatar-board:after{display:none!important}.board-cell.winner{background:#fff7cf}.cell-avatar-wrap{position:relative;z-index:1;display:grid;place-items:center;width:100%;height:100%}.cell-avatar-wrap.winner-avatar{animation:winner-avatar-bounce 1.35s ease-in-out infinite}.cell-avatar-wrap.winner-avatar:after,.cell-avatar-wrap.winner-avatar:before{content:"";position:absolute;border-radius:999px;pointer-events:none}.cell-avatar-wrap.winner-avatar:before{inset:10%;background:rgba(255,207,64,.28);box-shadow:0 0 18px rgba(255,177,43,.5);animation:winner-halo 1.35s ease-in-out infinite}.cell-avatar-wrap.winner-avatar:after{width:8px;height:8px;top:6%;right:14%;background:#ffbf3f;box-shadow:-44px 12px 0 -1px #ffe177,-14px 58px 0 -2px #ff9f1c,34px 52px 0 -2px #ffe177;animation:winner-sparkle 1.8s ease-in-out infinite}.result-message{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:14px;text-align:center}.result-message.has-result-icon{grid-template-columns:44px minmax(0,1fr);text-align:left}.result-icon{width:42px;height:42px;fill:#111}.result-cup{display:block;-o-object-fit:contain;object-fit:contain}.result-message strong{display:block;margin-bottom:4px;font-size:26px}.result-message p{margin:0;color:#4b4b4f;font-size:14px;line-height:1.35}@keyframes winner-avatar-bounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.04)}}@keyframes winner-halo{0%,to{opacity:.58;transform:scale(.92)}50%{opacity:.95;transform:scale(1.08)}}@keyframes winner-sparkle{0%,to{opacity:.45;transform:rotate(-8deg) scale(.92)}50%{opacity:1;transform:rotate(8deg) scale(1.12)}}@media (max-width:760px){.result-message{grid-template-columns:minmax(0,1fr)}.result-message.has-result-icon{grid-template-columns:36px minmax(0,1fr)}}.title-image{display:block;width:min(100%,360px);max-height:88px;-o-object-fit:contain;object-fit:contain}.score-panel{display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:14px;min-height:46px}.score-toggle-button{width:24px;height:24px;min-height:24px;display:grid;place-items:center;border:0;border-radius:4px;padding:0;background:transparent;color:#68686f;box-shadow:none;cursor:pointer}.score-toggle-icon{width:20px;height:20px;display:block}.playable-compact-controls .score-toggle-button{width:40px;height:40px;min-height:40px;border-radius:6px}.playable-compact-controls .score-toggle-icon{width:34px;height:34px}.score-toggle-button:hover{background:transparent;color:#53535a;opacity:.82}.score-toggle-button:focus-visible{outline:2px solid color-mix(in srgb,var(--parent) 34%,transparent);outline-offset:2px}.score-grid{width:min(78%,304px);min-width:min(100%,288px);border-width:1px}.score-value{padding:6px 8px;border-right-width:1px}.score-value span{font-size:10.75px}.score-value strong{font-size:18.5px}.score-panel-parent .score-grid{width:min(80%,328px);min-width:min(100%,300px);border-color:#d4d4cf;border-radius:6px}.score-panel-parent{gap:5px}.score-panel-parent .score-value{background:#fff;border-color:#d4d4cf}.score-panel-parent .score-value span{color:#55555e}.score-panel-parent .score-value strong{font-size:20.5px}.score-panel-child .score-grid{width:min(78%,304px);min-width:min(100%,288px);border-color:#ddd5b8}.score-panel-child .score-value{background:#fffef7;border-color:#ddd5b8}.score-panel-child .score-value span{color:#656052}.game-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;gap:16px;margin-bottom:18px}.game-header .game-brand{justify-content:flex-start;align-self:start;margin:0;text-align:left}.game-header .game-brand h2{font-size:clamp(24px,3.2vw,34px)}.game-header .title-image{width:min(100%,150px);max-height:76px}.game-header .score-panel{justify-self:center;align-self:start;grid-column:2;margin:0}.game-header .score-panel-parent{transform:translateY(-5px)}.score-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.score-value{min-width:0;overflow:hidden}.score-value span,.score-value strong{min-width:0}.score-value span{display:block;white-space:nowrap;line-height:1.08}.score-panel-parent .score-grid{width:min(80%,304px);min-width:min(100%,288px)}.score-panel-child .score-grid{width:min(72%,280px);min-width:min(100%,260px)}.score-panel-child .score-value{padding:5px 6px}.score-panel-child .score-value span{font-size:9.2px}.score-panel-child .score-value strong{font-size:16.5px}.avatar-board:before{z-index:0}.board-cell{position:relative;overflow:hidden;z-index:1}.board-cell:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;background-image:url(/tic-tac-toe-grid-background.svg);background-repeat:no-repeat;background-size:300% 300%;transition:opacity .12s ease}.board-cell:nth-child(3n+1):before{background-position-x:0}.board-cell:nth-child(3n+2):before{background-position-x:50%}.board-cell:nth-child(3n):before{background-position-x:100%}.board-cell:nth-child(-n+3):before{background-position-y:0}.board-cell:nth-child(n+4):nth-child(-n+6):before{background-position-y:50%}.board-cell:nth-child(n+7):before{background-position-y:100%}.board-cell.winner,.board-cell:not(:disabled):hover{background:transparent}.board-cell:not(:disabled):hover:before{opacity:.2}.board-cell.winner:before{opacity:.4}.cell-avatar-wrap{z-index:2}.result-panel{width:min(100%,520px);padding:4px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none;transform:translateY(14px)}.result-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px 12px}.reuse-toggle{color:#4b4b4f;font-size:13px;font-weight:700}.result-controls .play-again-action{border-color:var(--parent);background:var(--parent);color:#fff}.result-message strong{font-size:22px}.selection-avatar.has-avatar{border:0;width:min(238px,62vw)}.selection-avatar.spinning{position:relative;overflow:hidden;border:0;width:min(420px,92vw);aspect-ratio:16/9}.selection-avatar img{width:88%;height:88%}.selection-avatar.spinning img{position:relative;z-index:1;animation:slot-avatar-cycle .16s ease-out both}.selection-carousel{position:absolute;inset:0;z-index:1;overflow:hidden}.carousel-avatar{position:absolute;top:50%;display:grid;place-items:center;width:36%;aspect-ratio:1/1;transition:left .18s ease-out,opacity .18s ease-out,transform .18s ease-out}.carousel-avatar img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;animation:none}.carousel-avatar-far-left{left:0;opacity:.22;transform:translate(-40%,-50%) scale(.58) rotate(-8deg)}.carousel-avatar-left{left:24%;opacity:.62;transform:translate(-50%,-50%) scale(.78) rotate(-3deg)}.carousel-avatar-center{left:50%;opacity:1;transform:translate(-50%,-50%) scale(1.16)}.carousel-avatar-right{left:76%;opacity:.62;transform:translate(-50%,-50%) scale(.78) rotate(3deg)}.carousel-avatar-far-right{left:100%;opacity:.22;transform:translate(-60%,-50%) scale(.58) rotate(8deg)}.selection-actions button:disabled{cursor:not-allowed;opacity:.72;transform:none}.spinning-action{min-width:120px}.selection-actions .spin-again-action{background:#4caf50;color:#fff}.selection-actions .play-action{background:#ff9f1c;color:#111}.selection-stage-child .spin-action{background:#48bfe3;color:#111}.selection-stage-child .spin-again-action{background:#4caf50;color:#fff}.selection-stage-child .play-action{background:#ff9f1c;color:#111}.selection-stage-child{gap:14px}.selection-stage-child .selection-avatar:not(.spinning){width:min(240px,60vw)}.icon-action,.magic-hat-action{display:grid;place-items:center;border:0;background:transparent;cursor:pointer;transition:transform .16s ease,filter .16s ease}.icon-action:hover,.magic-hat-action:hover{transform:translateY(-2px) scale(1.03)}.icon-action:active,.magic-hat-action:active{transform:translateY(1px) scale(.98)}.magic-hat-action img{width:min(160px,42vw);height:auto;display:block;filter:drop-shadow(0 4px 5px rgba(17,17,17,.16)) drop-shadow(0 0 0 rgba(255,193,7,0));animation:magic-hat-idle 1.6s ease-in-out infinite}@keyframes magic-hat-idle{0%,to{transform:translateY(0) scale(1);filter:drop-shadow(0 4px 5px rgba(17,17,17,.16)) drop-shadow(0 0 0 rgba(255,193,7,0))}50%{transform:translateY(-6px) scale(1.035);filter:drop-shadow(0 7px 6px rgba(17,17,17,.12)) drop-shadow(0 0 9px rgba(255,193,7,.32))}}@media (prefers-reduced-motion:reduce){.magic-hat-action img{animation:none}}.icon-action{width:64px;height:64px;border-radius:999px}.icon-action img{width:100%;height:100%;display:block}.spin-dots{display:flex;justify-content:center;min-height:14px;gap:8px}.spin-dots span{width:9px;height:9px;border:1.5px solid #111;border-radius:999px;background:#111;opacity:.82}.selection-stage-parent .primary-action,.selection-stage-parent .secondary-action{min-width:0;min-height:34px;border-width:1.5px;border-radius:6px;padding:7px 12px;font-size:13px;box-shadow:none}.selection-stage-parent .small-action{min-height:32px;padding:6px 11px}.selection-stage-parent .spin-action{border-color:var(--accent);background:var(--accent);color:#fff}.selection-stage-parent .spin-again-action{border-color:color-mix(in srgb,var(--accent) 70%,var(--line));background:#fff;color:var(--ink)}.selection-stage-parent .play-action{border-color:var(--parent);background:var(--parent);color:#fff}@media (max-width:520px){.score-grid,.score-panel-child .score-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:min(92vw,280px);min-width:0}.score-panel-parent .score-grid{width:min(92vw,304px)}.score-value,.score-value:last-child,.score-value:nth-child(2n),.score-value:nth-last-child(-n+2){border-bottom:0}.score-value{border-right-width:1px}.score-value:last-child,.score-value:nth-child(4n){border-right:0}.game-header{grid-template-columns:1fr}.game-header .score-panel{grid-column:1}.result-controls{justify-content:center}}@keyframes slot-avatar-cycle{0%{opacity:.35;filter:blur(1.5px);transform:translateY(-18%) scale(.9) rotate(-5deg)}65%{opacity:1;filter:blur(0);transform:translateY(4%) scale(1.05) rotate(2deg)}to{opacity:1;filter:blur(0);transform:translateY(0) scale(1) rotate(0deg)}}.sound-unlock-chip{display:none!important}.ttt-embed-parent .playable{height:100%;margin:0;padding:8px 16px 12px;border:0;border-radius:0;box-shadow:none;background:transparent;display:flex;flex-direction:column;position:relative}.ttt-embed-parent .game-header{flex:0 0 auto;margin-bottom:6px}.ttt-embed-parent .game-header .game-brand{justify-self:start;align-self:start}.ttt-embed-parent .game-header .title-image{transform:translateX(-64px)}.ttt-embed-parent .game-header .score-panel{display:flex;align-items:center;justify-content:center;gap:12px}.ttt-embed-parent .score-toggle-button{flex:0 0 auto;width:30px;height:30px;min-height:30px;color:#5a5a62}.ttt-embed-parent .score-toggle-icon{width:24px;height:24px}.ttt-embed-parent .game-stage-parent,.ttt-embed-parent .reveal-stage,.ttt-embed-parent .selection-stage{flex:1 1 auto;min-height:0;align-content:center}.ttt-embed-parent .selection-stage-parent .selection-title{display:none}.ttt-embed-parent .selection-stage-parent:not(:has(.selection-avatar)){transform:translateY(-10px)}.ttt-embed-parent .game-stage-parent{align-items:stretch;grid-template-rows:minmax(0,1fr);height:100%;min-height:0}.ttt-embed-parent .game-stage-parent>.side-avatar{align-self:center}.ttt-embed-parent .playfield{position:static;align-self:stretch;display:grid;grid-template-rows:minmax(0,1fr);height:100%;align-content:stretch;align-items:center;min-height:0}.ttt-embed-parent .avatar-board{grid-row:1;align-self:center;justify-self:center}.ttt-embed-parent .result-panel{position:absolute;left:168px;right:24px;bottom:8px;width:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;-moz-column-gap:24px;column-gap:24px;row-gap:0;padding:0;border:0;background:transparent;box-shadow:none;transform:none}.ttt-embed-parent .result-message{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:6px;text-align:left}.ttt-embed-parent .result-message.has-result-icon{grid-template-columns:40px minmax(0,1fr);gap:10px}.ttt-embed-parent .result-icon{width:38px;height:38px;justify-self:start}.ttt-embed-parent .result-message strong{display:block;margin:0;font-size:24px;line-height:1.05;white-space:nowrap}.ttt-embed-parent .result-message p{margin:2px 0 0;max-width:none;font-size:15px;line-height:1.16}.ttt-embed-parent .result-controls{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:12px}.ttt-embed-parent .reuse-toggle{gap:7px;white-space:nowrap;font-size:15px;line-height:1}.ttt-embed-parent .reuse-toggle input{width:16px;height:16px}.ttt-embed-parent .result-controls .play-again-action{min-height:34px;padding:8px 13px;border-radius:4px;font-size:15px;line-height:1;white-space:nowrap}.ttt-lobby-preview{--ttt-lobby-header:54px;--ttt-lobby-footer:38px;--ttt-lobby-board:clamp(172px,66cqh,212px);--ttt-lobby-avatar:clamp(62px,27cqh,96px);position:absolute;inset:0;overflow:hidden;background:#fff;container-type:size}.ttt-lobby-preview .playable{width:100%;height:100%;min-width:0;margin:0;padding:8px 18px 7px;position:relative;display:grid;grid-template-rows:var(--ttt-lobby-header) minmax(0,1fr) var(--ttt-lobby-footer);row-gap:0;overflow:hidden;background:transparent;border:0;border-radius:0;box-shadow:none}.ttt-lobby-preview .game-header{grid-row:1;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(74px,1fr);align-items:start;gap:10px;min-height:0;margin:0;padding:0}.ttt-lobby-preview .game-header .game-brand{grid-column:1;justify-self:start;align-self:start;justify-content:flex-start;margin:0;padding-left:0;text-align:left}.ttt-lobby-preview .game-header .title-image{width:76px;max-height:42px;-o-object-fit:contain;object-fit:contain;transform:translateX(-14px)}.ttt-lobby-preview .game-header .score-panel{grid-column:2;justify-self:center;align-self:start;gap:2px;margin:0;padding:0;transform:none}.ttt-lobby-preview .score-toggle-button{min-height:13px;padding:2px 7px;border-radius:3px;font-size:6px;line-height:1}.ttt-lobby-preview .score-grid,.ttt-lobby-preview .score-panel-parent .score-grid{width:140px;min-width:140px;border-width:1px;border-radius:3px}.ttt-lobby-preview .score-value{padding:2px 4px;border-right-width:1px}.ttt-lobby-preview .score-value span{font-size:5.5px;line-height:1}.ttt-lobby-preview .score-value strong{font-size:11px;line-height:1}.ttt-lobby-preview .reveal-stage,.ttt-lobby-preview .selection-stage{grid-row:2;min-height:0;align-content:center;justify-items:center;gap:5px;text-align:center}.ttt-lobby-preview .selection-title{display:none}.ttt-lobby-preview .selection-stage-parent:not(:has(.selection-avatar)){transform:translateY(-8px)}.ttt-lobby-preview .selection-avatar{width:68px;max-width:68px}.ttt-lobby-preview .selection-stage-parent:has(.selection-avatar.has-avatar):not(:has(.selection-avatar.spinning)){transform:translateY(18px)}.ttt-lobby-preview .selection-avatar.has-avatar:not(.spinning){width:84px;max-width:84px}.ttt-lobby-preview .selection-actions{gap:6px}.ttt-lobby-preview .magic-hat-action img{width:90px;max-width:90px}.ttt-lobby-preview .icon-action{width:66px;height:66px}.ttt-lobby-preview .selection-avatar.spinning{width:min(230px,58cqw);max-width:min(230px,58cqw);aspect-ratio:16/9}.ttt-lobby-preview .selection-avatar.spinning .carousel-avatar{width:39%}.ttt-lobby-preview .remaining-spins,.ttt-lobby-preview .selection-avatar-name{margin:0;font-size:9px;line-height:1.1}.ttt-lobby-preview .game-stage-parent{grid-row:2;display:grid;grid-template-columns:minmax(70px,1fr) var(--ttt-lobby-board) minmax(70px,1fr);grid-template-rows:minmax(0,1fr);align-items:stretch;gap:12px;min-height:0;height:100%;padding:0;aspect-ratio:auto;background:transparent;border:0;transform:translateY(24px)}.ttt-lobby-preview .playable:has(.result-panel) .game-stage-parent{transform:translateY(12px)}.ttt-lobby-preview .game-stage-parent>.side-avatar{grid-row:1;align-self:center;justify-self:center;gap:4px;min-width:0}.ttt-lobby-preview .game-stage-parent>.side-avatar:first-child{grid-column:1}.ttt-lobby-preview .game-stage-parent>.side-avatar:last-child{grid-column:3}.ttt-lobby-preview .side-avatar-frame{width:var(--ttt-lobby-avatar);border:0;border-radius:0;background:transparent}.ttt-lobby-preview .side-avatar-frame img{width:90%;height:90%;max-width:90%;max-height:90%;-o-object-fit:contain;object-fit:contain}.ttt-lobby-preview .avatar-name{max-width:82px;font-size:8px;line-height:1.1;text-align:center;overflow-wrap:anywhere}.ttt-lobby-preview .playfield{grid-column:2;grid-row:1;display:grid;grid-template-rows:minmax(0,1fr);justify-items:center;align-items:center;align-content:stretch;gap:0;height:100%;min-width:0}.ttt-lobby-preview .avatar-board{grid-row:1;align-self:center;width:var(--ttt-lobby-board);max-width:var(--ttt-lobby-board);margin:0}.ttt-lobby-preview .result-panel{position:absolute;left:14px;right:14px;bottom:-18px;width:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;-moz-column-gap:12px;column-gap:12px;padding:0;border:0;background:transparent;box-shadow:none;transform:none}.ttt-lobby-preview .result-message{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:4px;text-align:left}.ttt-lobby-preview .result-message.has-result-icon{grid-template-columns:22px minmax(0,1fr);gap:5px}.ttt-lobby-preview .result-icon{width:20px;height:20px}.ttt-lobby-preview .result-message strong{display:block;margin:0;font-size:13px;line-height:1}.ttt-lobby-preview .result-message p{margin:1px 0 0;max-width:none;font-size:8px;line-height:1.12}.ttt-lobby-preview .result-controls{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:7px}.ttt-lobby-preview .reuse-toggle{gap:4px;white-space:nowrap;font-size:8px;line-height:1}.ttt-lobby-preview .reuse-toggle input{width:10px;height:10px}.ttt-lobby-preview .result-controls .play-again-action{min-height:20px;padding:4px 7px;border-radius:3px;font-size:8px;line-height:1}