.game-light-theme{--gl-bg: #FAFAF7;--gl-bg-elev: #FFFFFF;--gl-gold: #E3C77E;--gl-gold-bright: #E0C078;--gl-gold-deep: #8B6F2A;--gl-slate: #ECECE6;--gl-slate-2: #E0E0DA;--gl-slate-3: #C8C8C0;--gl-text: #1A1A1F;--gg-chrome-ink: #1A1A1F;--gg-chrome-ring: rgba(26, 26, 31, .28);--gl-text-dim: rgba(0, 0, 0, .78);--gl-text-faint: rgba(0, 0, 0, .78);--gl-border: rgba(0, 0, 0, .1);--gl-border-strong: rgba(0, 0, 0, .18);--gl-border-active: rgba(201, 168, 76, .65);--gl-gold-glow: rgba(201, 168, 76, .25);--gl-danger: #C94C4C;--gl-card-shadow: 0 2px 6px rgba(0, 0, 0, .08);--gl-card-shadow-elev: 0 6px 18px rgba(0, 0, 0, .12);--gl-feedback-present: var(--reign-gold-soft, #F1D98A);--gl-decode-correct: #15803D;--gl-decode-present: var(--gl-feedback-present);--gl-decode-absent: #6E6E77;--gl-decode-correct-fg: #FFFFFF;--gl-decode-present-fg: #1A1A1A;--gl-decode-absent-fg: #FFFFFF;background:var(--gl-bg);color:var(--gl-text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;min-height:100vh;min-height:100dvh}.game-light-theme .gl-display{font-family:Inter,ui-sans-serif,system-ui,sans-serif}.game-light-theme .gl-tabular{font-variant-numeric:tabular-nums}.game-light-theme .gl-tile{border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-weight:800;color:var(--gl-text);font-variant-numeric:tabular-nums;transition:transform .13s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #00000014,inset 0 1px #fff6;font-size:30px}.game-light-theme .gl-tile[data-value="2"]{background:#f6eedf;color:#14120f}.game-light-theme .gl-tile[data-value="4"]{background:#efdcc0;color:#14120f}.game-light-theme .gl-tile[data-value="8"]{background:#9fe8dc;color:#06231f}.game-light-theme .gl-tile[data-value="16"]{background:#4ecfbe;color:#06231f;font-size:28px}.game-light-theme .gl-tile[data-value="32"]{background:#0b7d75;color:#f2fbf9;font-size:28px}.game-light-theme .gl-tile[data-value="64"]{background:#0e6b84;color:#eafbfc;font-size:28px}.game-light-theme .gl-tile[data-value="128"]{background:#ff7a59;color:#2b0f06;font-size:24px}.game-light-theme .gl-tile[data-value="256"]{background:#c4381a;color:#fff3ec;font-size:24px}.game-light-theme .gl-tile[data-value="512"]{background:#c01b67;color:#fff0f7;font-size:24px}.game-light-theme .gl-tile[data-value="1024"]{background:#8a2c86;color:#fbeffa;font-size:20px}.game-light-theme .gl-tile[data-value="2048"]{background:#41176b;color:#ffe9c7;font-size:20px;box-shadow:inset 0 0 0 2px #ff6fb5,0 2px 8px #00000059,0 0 20px #ee3e8c73}.game-light-theme .gl-tile.spawn{animation:gl-tile-spawn .18s ease}.game-light-theme .gl-tile.merge{animation:gl-tile-merge .18s ease}@keyframes gl-tile-spawn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes gl-tile-merge{0%{transform:scale(1)}50%{transform:scale(1.18)}to{transform:scale(1)}}.game-light-theme .gl-card{position:relative;aspect-ratio:1 / 1;width:100%;border:none;background:transparent;padding:0;cursor:pointer;perspective:900px;-webkit-tap-highlight-color:transparent}.game-light-theme .gl-card:disabled{cursor:default}.game-light-theme .gl-card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .22s cubic-bezier(.22,1.2,.36,1)}.game-light-theme .gl-card.is-flipped .gl-card-inner{transform:rotateY(180deg)}.game-light-theme .gl-card-face{position:absolute;inset:0;border-radius:10px;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;box-shadow:var(--gl-card-shadow)}.game-light-theme .gl-card-back{background:linear-gradient(180deg,#33333a,#2a2a2e);border:1px solid rgba(255,255,255,.12)}.game-light-theme .gl-card-back img{width:68%;height:68%;-o-object-fit:contain;object-fit:contain;opacity:1;filter:brightness(0) invert(1)}.game-light-theme .gl-card-front{background:#fff;border:1px solid rgba(212,175,90,.45);color:#c9a84c;transform:rotateY(180deg)}.game-light-theme .gl-card.is-matched .gl-card-front{animation:gl-matched-pulse .14s cubic-bezier(.34,1.56,.64,1);border:2px solid var(--pair-color, #E11D48);box-shadow:0 0 28px color-mix(in srgb,var(--pair-color, #E11D48) 45%,transparent);color:var(--pair-color, #C9A84C)}.game-light-theme .gl-card.is-miss .gl-card-front{animation:gl-miss-pulse .22s ease;border-color:var(--gl-danger);box-shadow:0 0 0 2px var(--gl-danger),0 0 16px #c94c4c59}@keyframes gl-matched-pulse{0%{transform:rotateY(180deg) scale(1)}50%{transform:rotateY(180deg) scale(1.08)}to{transform:rotateY(180deg) scale(1)}}@keyframes gl-miss-pulse{0%{transform:rotateY(180deg) scale(1)}50%{transform:rotateY(180deg) scale(1.04)}to{transform:rotateY(180deg) scale(1)}}@keyframes gl-timer-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.25)}}.game-light-theme .gl-end-overlay{position:fixed;inset:0;background:#0a0d1ad1;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:50;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:20px 20px max(28px,calc(env(safe-area-inset-bottom) + 28px));animation:gl-overlay-fade .35s ease}.game-light-theme .gl-end-card{--gl-bg: #141B34;--gl-bg-elev: #1B2445;--gl-text: #F2ECE0;--gl-text-dim: #C3C8DA;--gl-text-faint: #C3C8DA;--gl-border: rgba(242, 236, 224, .16);--gl-border-strong: rgba(242, 236, 224, .26);--gl-slate: rgba(242, 236, 224, .1);--gl-slate-2: rgba(242, 236, 224, .14);--gl-gold: #EAD07A;--gl-gold-bright: #F0DA8E;--gl-gold-deep: #EAD07A;--gl-gold-glow: rgba(234, 208, 122, .22);--gl-danger: #FF9A9A;--gl-mask-ink: #F2ECE0;width:100%;max-width:360px;background:var(--gl-bg);color:var(--gl-text);border:1px solid var(--gl-border);border-radius:16px;padding:20px 20px 22px;text-align:center;box-shadow:0 24px 60px #00000073,0 0 40px var(--gl-gold-glow);animation:gl-card-pop .4s cubic-bezier(.34,1.56,.64,1);margin-top:max(20px,env(safe-area-inset-top));margin-bottom:8px}@keyframes gl-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes gl-card-pop{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.game-light-theme .gl-decode-tile{width:100%;height:100%;perspective:700px;container-type:size}.game-light-theme .gl-decode-tile-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.4,0,.2,1)}.game-light-theme .gl-decode-tile.is-flipped .gl-decode-tile-inner{transform:rotateX(180deg)}@media (prefers-reduced-motion: reduce){.game-light-theme .gl-decode-tile-inner,.game-light-theme .gl-card-inner{transition:none}.game-light-theme .gl-tile.spawn,.game-light-theme .gl-tile.merge{animation:none}}.game-light-theme .gl-decode-tile-face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:6px;font-family:Inter,sans-serif;font-weight:800;font-size:24px;font-size:55cqh;line-height:1;text-transform:uppercase;letter-spacing:.02em;backface-visibility:hidden;border:2px solid var(--gl-border);background:var(--gl-bg-elev);color:var(--gl-text)}.game-light-theme .gl-decode-tile-face.pending{border-color:var(--gl-gold)}.game-light-theme .gl-decode-tile.is-duplicate .gl-decode-tile-face{border-color:#b91c1cd9}.game-light-theme .gl-decode-tile-face.locked-correct{background:var(--gl-decode-correct);color:var(--gl-decode-correct-fg);border-color:var(--gl-gold);box-shadow:inset 0 0 0 2px var(--gl-bg),0 0 0 1px var(--gl-gold)}.game-light-theme .gl-decode-tile-back{transform:rotateX(180deg);border-color:transparent}.game-light-theme .gl-decode-tile-back.correct{background:var(--gl-decode-correct);color:var(--gl-decode-correct-fg)}.game-light-theme .gl-decode-tile-back.present{background:var(--gl-decode-present);color:var(--gl-decode-present-fg)}.game-light-theme .gl-decode-tile-back.absent{background:var(--gl-decode-absent);color:var(--gl-decode-absent-fg)}.game-light-theme .gl-decode-swatch{display:inline-block;width:16px;height:16px;border-radius:3px;border:1px solid var(--gl-border);flex-shrink:0}.game-light-theme .gl-decode-swatch.correct{background:var(--gl-decode-correct);border-color:var(--gl-decode-correct)}.game-light-theme .gl-decode-swatch.present{background:var(--gl-decode-present);border-color:var(--gl-decode-present)}.game-light-theme .gl-decode-swatch.absent{background:var(--gl-decode-absent);border-color:var(--gl-decode-absent)}.game-light-theme .gl-decode-key{height:46px;min-width:28px;flex:1;border-radius:6px;font-family:Inter,sans-serif;font-weight:700;font-size:14px;text-transform:uppercase;background:var(--gl-slate);color:var(--gl-text);border:1px solid var(--gl-border);cursor:pointer;transition:transform .08s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.game-light-theme .gl-decode-key:active:not(:disabled){transform:scale(.94)}.game-light-theme .gl-decode-key:disabled{opacity:.6;cursor:default}.game-light-theme .gl-decode-key.wide{flex:1.6;font-size:12px}.game-light-theme .gl-decode-key.correct{background:var(--gl-decode-correct);color:var(--gl-decode-correct-fg);border-color:var(--gl-decode-correct)}.game-light-theme .gl-decode-key.present{background:var(--gl-decode-present);color:var(--gl-decode-present-fg);border-color:var(--gl-decode-present)}.game-light-theme .gl-decode-key.absent{background:var(--gl-decode-absent);color:var(--gl-decode-absent-fg);border-color:var(--gl-decode-absent)}════════════════════════════════════════════════════════════════════════ */ .game-light-theme{--gl-duel-chip-warn: #6E571F;--gl-duel-chip-danger: #A02B20}.game-ground-scope{--gl-on-ground-ink: #2A211A;--gl-on-ground-strong: #2A211A}.game-light-theme .game-ground{position:fixed;inset:0;z-index:0;pointer-events:none;background-color:var(--gg-base)}.game-light-theme .game-ground .gg-layer{position:absolute;inset:0;pointer-events:none}.game-light-theme .game-ground .gg-sky{background:linear-gradient(180deg,var(--gg-sky) 0vh,var(--gg-sky) 30vh,var(--gg-base) 40vh)}.game-light-theme .game-ground .gg-stipple{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cg fill='%232A211A'%3E%3Ccircle cx='3.5' cy='3.5' r='1.1'/%3E%3Ccircle cx='10.5' cy='10.5' r='1.1'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:14px 14px;opacity:.035}.game-light-theme .game-ground .gg-motif{inset:0 0 auto;height:34vh;background-image:var(--gg-motif, none);background-size:45vw auto;background-repeat:no-repeat;background-position:center;opacity:.08}.game-light-theme .game-ground .gg-vignette{background:linear-gradient(90deg,#2a211a0f,#2a211a00 48px),linear-gradient(270deg,#2a211a0f,#2a211a00 48px),linear-gradient(0deg,#2a211a0f,#2a211a00 48px)}.game-ground-scope{--game-header-hairline: transparent}.game-ground-scope .game-header-root:after{content:"";position:absolute;left:50%;bottom:0;width:100vw;height:1px;transform:translate(-50%);background:#d4af5a4d;pointer-events:none}body:has([data-result-surface]) .game-ground-scope .game-header-root:after{display:none}.game-light-theme .game-ground[data-game=decode]{--gg-base: #F5F0E4;--gg-sky: #E8F0EE;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%232A211A' stroke-width='7'%3E%3Ccircle cx='240' cy='240' r='150'/%3E%3Cpath d='M240 90v40M240 350v40M90 240h40M350 240h40'/%3E%3Crect x='175' y='175' width='130' height='130' rx='10' transform='rotate(45 240 240)'/%3E%3Ccircle cx='240' cy='240' r='26'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game=fortune]{--gg-base: #F7F3E8;--gg-sky: #F4EDDC;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%23D4AF5A' stroke-width='8'%3E%3Cpath d='M40 370 A 235 235 0 0 1 440 370'/%3E%3Cpath d='M115 370 A 155 155 0 0 1 365 370'/%3E%3Cpath d='M240 370V150M142 245l26 26M338 245l-26 26'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game=anagram]{--gg-base: #F5F2E8;--gg-sky: #F1EADC;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%232A211A' stroke-width='7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='150' y='140' width='180' height='200' rx='24'/%3E%3Cpath d='M240 185 L198 295 M240 185 L282 295 M216 258 H264'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game=sudoku]{--gg-base: #F4F4EF;--gg-sky: #EDF1F2;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%232A211A'%3E%3Crect x='105' y='105' width='270' height='270' stroke-width='9'/%3E%3Cpath d='M195 105V375M285 105V375M105 195H375M105 285H375' stroke-width='5'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game="2048"]{--gg-base: #F6F1E6;--gg-sky: #F3EAD6;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%232A211A' stroke-width='6'%3E%3Crect x='105' y='105' width='125' height='125' rx='16'/%3E%3Crect x='250' y='105' width='125' height='125' rx='16'/%3E%3Crect x='105' y='250' width='125' height='125' rx='16'/%3E%3Crect x='250' y='250' width='125' height='125' rx='16'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game=pairs]{--gg-base: #EAF0E6;--gg-sky: #DFEBDB;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%232A211A' stroke-width='6'%3E%3Crect x='170' y='115' width='140' height='250' rx='18'/%3E%3Crect x='186' y='131' width='108' height='218' rx='10'/%3E%3Cpath d='M186 131 L294 349 M294 131 L186 349'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game=sharp5]{--gg-base: #F6F2EA;--gg-sky: #EDEAE2;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%232A211A' stroke-width='7' stroke-linejoin='round'%3E%3Cpath d='M125 325 L105 190 L185 250 L240 150 L295 250 L375 190 L355 325 Z'/%3E%3Cpath d='M125 360 H355'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game=rankit]{--gg-base: #F5EFE2;--gg-sky: #F1EADC;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='none' stroke='%232A211A' stroke-width='7'%3E%3Cpath d='M95 355 H385'/%3E%3Crect x='120' y='275' width='70' height='80'/%3E%3Crect x='205' y='195' width='70' height='160'/%3E%3Crect x='290' y='235' width='70' height='120'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground[data-game=carousel]{--gg-base: #F6F2E8;--gg-sky: #F5EDE6;--gg-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 480 480'%3E%3Cg fill='%232A211A'%3E%3Cpath d='M0 0 H60 V480 H0 Z'/%3E%3Cpath d='M120 0 H180 V480 H120 Z'/%3E%3Cpath d='M240 0 H300 V480 H240 Z'/%3E%3Cpath d='M360 0 H420 V480 H360 Z'/%3E%3C/g%3E%3C/svg%3E")}.game-light-theme .game-ground{--gg-scrim-color: #F5F0E4}.game-light-theme .game-ground .gg-art{background-size:cover;background-repeat:no-repeat;background-position:center;filter:blur(var(--gg-art-blur, 0px));opacity:0;transition:opacity .2s ease-in}.game-light-theme .game-ground .gg-platefade{background-color:#0a0a0f;opacity:0;transition:opacity .2s ease-in}.game-light-theme .game-ground[data-art=on] .gg-platefade{opacity:var(--gg-platefade, 0)}.game-light-theme .game-ground .gg-scrim{background-color:var(--gg-scrim-color);opacity:0;transition:opacity .2s ease-in}.game-light-theme .game-ground[data-art=on] .gg-art{opacity:1}.game-light-theme .game-ground[data-art=on] .gg-scrim{opacity:var(--gg-scrim, .3)}.game-light-theme .game-ground .gg-topscrim{height:184px;background:linear-gradient(to bottom,var(--gg-scrim-color) 0%,var(--gg-scrim-color) 55%,rgba(245,240,228,0) 100%);opacity:0;transition:opacity .2s ease-in}.game-light-theme .game-ground[data-art=on] .gg-topscrim{opacity:var(--gg-topscrim, 0)}.game-light-theme .game-ground .gg-bottomscrim{top:auto;height:250px;background:linear-gradient(to top,var(--gg-scrim-color) 0%,var(--gg-scrim-color) 90%,rgba(245,240,228,0) 100%);opacity:0;transition:opacity .2s ease-in}.game-light-theme .game-ground[data-art=on] .gg-bottomscrim{opacity:var(--gg-bottomscrim, 0)}.game-light-theme .game-ground[data-game=sudoku]{--gg-platefade: .05;--gg-scrim: .3;--gg-topscrim: .8}.game-light-theme .game-ground[data-game=anagram] .gg-art{background-size:var(--gg-art-width, auto) var(--gg-art-height, 100%);background-position:center var(--gg-art-position-y, 0px)}.game-light-theme .game-ground[data-game=fortune]{--gg-topscrim: 0;--gg-bottomscrim: .6}.game-light-theme .game-ground[data-game=decode]{--gg-topscrim: .45;--gg-bottomscrim: .6}.game-light-theme .game-ground[data-game=anagram]{--gg-platefade: .15;--gg-scrim: .3;--gg-topscrim: .8}.game-light-theme .game-ground[data-game=rankit]{--gg-scrim: .25;--gg-topscrim: .57}.game-light-theme .game-ground[data-game=pairs]{--gg-scrim: .3;--gg-art-blur: 0px;--gg-topscrim: .15}.game-light-theme .game-ground[data-game="2048"]{--gg-scrim: .3;--gg-topscrim: .745}.game-light-theme .game-ground[data-game=sharp5]{--gg-scrim: .28;--gg-topscrim: .855}.game-light-theme .game-ground[data-game=carousel]{--gg-scrim: .3;--gg-art-blur: 1px;--gg-topscrim: .835}@media (prefers-reduced-motion: reduce){.game-light-theme .game-ground .gg-art,.game-light-theme .game-ground .gg-scrim,.game-light-theme .game-ground .gg-topscrim{transition:none}}
