.meadow-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:128px;transform:rotate(-8deg)}.meadow-preview i{aspect-ratio:1;border-radius:9px;background:#e8c36c;box-shadow:0 4px #bb995857;display:grid;place-items:center;font:25px Georgia;color:#76602f;font-style:normal}.meadow-preview .preview-tone-1{background:#b9c89b;color:#526346}.meadow-preview .preview-tone-2{background:#e1a186;color:#81573c}.meadow-preview .preview-tone-3{background:#f6eac7;color:#897348}.meadow-preview-maze,.meadow-preview-crates{transform:rotate(5deg)}.meadow-preview-pegs{clip-path:polygon(50% 0,100% 100%,0 100%)}.meadow-preview-nonogram{transform:rotate(0);gap:3px}.meadow-preview-nonogram i{border-radius:3px}.meadow-preview-four i,.meadow-preview-reversi i{border-radius:50%}.meadow-panel{padding:28px}.meadow-hud{margin-left:auto;font-size:12px;color:var(--sage-dark,#63785b);text-align:right;max-width:180px;line-height:1.7}.meadow-stage{position:relative;max-width:480px;margin:8px auto 0;border:1px solid #d6ddbf;border-radius:22px;background:#e9eddb;padding:20px;min-height:280px;box-shadow:0 4px #d9deca}.meadow-stage .board-overlay{border-radius:21px;padding:22px;z-index:2}.meadow-stage .board-overlay h2{font-size:25px}.meadow-stage .board-overlay p{line-height:1.8}.meadow-board{display:grid;grid-template-columns:repeat(var(--board-size),minmax(0,1fr));gap:7px;aspect-ratio:1;align-content:center;touch-action:manipulation}.meadow-cell{position:relative;min-width:0;width:100%;height:100%;padding:0;aspect-ratio:1;border:1px solid #c3cda9;border-radius:10px;background:#fffaf0;color:#66573a;font:clamp(18px,3vw,33px) Georgia,serif;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px #b8c39d7a;transition:background .15s,transform .15s}.meadow-cell:hover:not(:disabled){transform:translateY(-2px)}.meadow-cell:focus-visible{outline:3px solid #786026;outline-offset:2px;z-index:1}.meadow-cell:disabled{cursor:default}.meadow-cell.selected{outline:3px solid #786026;outline-offset:-3px;background:#ffe6a3}.meadow-cell.legal{box-shadow:inset 0 0 0 3px #8b9c69}.meadow-cell.empty-tile{background:#dce3c8;box-shadow:none;color:#9ba982}.meadow-cell.wood-tile,.meadow-cell.lit{background:#f2cf79;border-color:#d6b465;box-shadow:0 4px #ccb06b}.meadow-cell.unlit{background:#c0caaa;color:#526346}.board-lights .meadow-cell{border-radius:35% 35% 20% 20%;margin:auto;width:85%;height:85%}.board-tic{gap:12px}.board-tic .meadow-cell{font-size:54px}.piece-1{color:#855e15;background:#f2ce76}.piece-2{color:#526648;background:#bacb9d}.board-four{aspect-ratio:7/6}.board-four .meadow-cell,.board-reversi .meadow-cell{border-radius:50%;font-size:28px}.board-four .piece-0{background:#d5ddbf;box-shadow:inset 0 2px 3px #a6b58b6b}.board-sudoku{gap:3px;background:#80906b;border-radius:9px;overflow:hidden;padding:3px}.board-sudoku .meadow-cell{border:0;border-radius:3px;box-shadow:none}.board-sudoku .meadow-cell:nth-child(4n+2){border-right:3px solid #80906b}.board-sudoku .meadow-cell:nth-child(n+5):nth-child(-n+8){border-bottom:3px solid #80906b}.board-sudoku .given{background:#e2e7d2;color:#526346;font-weight:700}.board-sudoku .conflict{outline:2px dashed #a95437;outline-offset:-5px;color:#994b30}.board-maze,.board-crates{gap:3px;touch-action:none}.board-slide{touch-action:none}.board-maze .meadow-cell,.board-crates .meadow-cell{border:0;border-radius:5px;box-shadow:none;font-size:24px}.meadow-cell.hedge{background:#9faf83;box-shadow:inset 0 -4px #84966b55}.meadow-cell.path{background:#faf4dd}.meadow-cell.crate{background:#dfb65b;color:#735525;box-shadow:0 3px #bc923e}.meadow-cell.destination{outline:2px dashed #7f9366;outline-offset:-4px}.meadow-cell.lion-position{background:#f7e6b5}.meadow-cell svg{width:90%;height:90%;overflow:visible}.board-pegs{grid-template-columns:repeat(9,minmax(0,1fr));grid-template-rows:repeat(5,1fr);gap:5px;aspect-ratio:1.12}.board-pegs .meadow-cell{grid-column:span 1;width:190%;border-radius:50%;aspect-ratio:1;height:auto;align-self:center;margin-left:-45%;font-size:35px}.board-pegs .peg-full{background:#e8bb56;color:#a77929}.board-pegs .peg-hole{background:#c7d0af;box-shadow:inset 0 3px 3px #929f775c;color:#7d8d61}.board-pegs .selected{outline-offset:0}.tone-0{background:#efd080;color:#795b22}.tone-1{background:#dda68e;color:#774a38}.tone-2{background:#b5c79b;color:#4f6244}.tone-3{background:#f5e9c6;color:#776846}.meadow-cell.in-region{border:2px solid #7a855e}.meadow-cell small{position:absolute;bottom:2px;font:8px sans-serif}.board-flood,.board-blossoms{gap:5px}.board-flood .meadow-cell,.board-blossoms .meadow-cell{font-size:29px}.board-nonogram{grid-template-columns:1.05fr repeat(5,1fr);grid-template-rows:1.3fr repeat(5,1fr);gap:4px}.board-nonogram .meadow-cell{border-radius:5px;box-shadow:none}.board-nonogram .painted{background:#e7bc5e;color:#785b28}.board-nonogram .marked{background:#e4e8d6;color:#81916d}.row-clue,.col-clue,.clue-corner{display:flex;align-items:center;justify-content:center;font:18px Georgia;color:#566647}.row-clue{white-space:pre}.col-clue{text-align:center;line-height:1.05}.meadow-status{font-size:13px;text-align:center;line-height:1.9;min-height:48px;margin:24px auto 16px;max-width:460px;color:#687653}.meadow-tools{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap;margin:12px 0 26px}.meadow-direction,.meadow-values,.meadow-palette{display:flex;gap:8px}.meadow-tools button{min-height:44px;touch-action:manipulation}.meadow-direction button,.meadow-values button,.meadow-palette button{border:1px solid #dedbc8;border-radius:10px;min-width:44px;padding:8px;font:20px Georgia;cursor:pointer;box-shadow:0 3px #dddcc7}.meadow-direction button,.meadow-values button{background:#f8f4e6;color:#687653}.meadow-values button:last-child{font-size:12px}.meadow-palette button[aria-pressed=true]{outline:2px solid #786026;outline-offset:2px}.meadow-tools button:disabled{opacity:.4;cursor:default}.meadow-tools .secondary-button{font-size:12px}.meadow-note h2{display:flex;gap:8px;align-items:center;font:600 16px inherit;margin-top:17px}.meadow-note h2 svg{width:18px;height:18px}.meadow-note p{line-height:1.9;font-size:14px}.meadow-note-art{display:flex;justify-content:center;gap:20px;align-items:center;margin:25px 0;color:#ab995c;font-size:35px}.meadow-note-art svg{width:70px;height:70px}.meadow-note small{line-height:1.9;display:block;color:#7a8067;font-size:12px}.library-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 25px;flex-wrap:wrap}.library-filters{display:flex;gap:8px;flex-wrap:wrap}.library-filters button{background:transparent;border:1px solid #dedecb;border-radius:24px;padding:10px 16px;min-height:44px;color:#677153;cursor:pointer;font:inherit;font-size:13px}.library-filters button[aria-pressed=true]{background:#6a7c5c;border-color:#6a7c5c;color:#fffdf6}.library-search{display:flex;align-items:center;gap:10px;font-size:13px;color:#6f745e}.library-search input{width:180px;max-width:100%;height:44px;border:1px solid #dddfca;border-radius:14px;background:#fffdf6;color:#443b30;padding:10px 14px;font:inherit}.library-empty{padding:40px;text-align:center;color:#69745a}.game-card[hidden]{display:none!important}@media(max-width:600px){.meadow-panel{padding:16px 12px}.meadow-stage{padding:12px;border-radius:17px;min-height:240px}.meadow-board{gap:5px}.meadow-cell{font-size:24px;border-radius:7px}.meadow-hud{max-width:105px;font-size:10px}.meadow-stage .board-overlay h2{font-size:20px}.meadow-stage .board-overlay{padding:15px}.meadow-stage .board-overlay p{font-size:12px}.board-four .meadow-cell,.board-reversi .meadow-cell{font-size:23px}.board-maze,.board-crates{gap:2px}.board-maze .meadow-cell{font-size:19px}.board-nonogram{gap:3px}.row-clue,.col-clue{font-size:15px}.board-pegs{gap:4px}.board-pegs .meadow-cell{font-size:26px}.board-flood,.board-blossoms{gap:4px}.board-flood .meadow-cell,.board-blossoms .meadow-cell{font-size:24px}.meadow-direction,.meadow-values,.meadow-palette{gap:6px}.meadow-status{font-size:12px}.library-search{width:100%}.library-search input{flex:1;width:100%}.library-filters{gap:6px}.library-filters button{padding:8px 13px}.meadow-preview{width:100px;gap:5px}.meadow-preview i{font-size:21px}.meadow-note-art{gap:12px}.meadow-note-art svg{width:50px;height:50px}}@media(prefers-reduced-motion:reduce){.meadow-cell{transition:none}}.meadow-preview-art{width:160px;height:150px;overflow:visible;transform:rotate(-7deg);margin-top:10px}.preview-art-nonogram,.preview-art-four{transform:rotate(5deg)}.preview-art-pegs{transform:rotate(-3deg)}.game-card-sunny-lights .game-card-art,.game-card-honey-connect-four .game-card-art,.game-card-blossom-match .game-card-art{background:#f1e6ce}.game-card-sunny-slide .game-card-art,.game-card-honey-pegs .game-card-art{background:#ece4d5}.game-card-lion-maze .game-card-art,.game-card-garden-reversi .game-card-art{background:#e1e8d7}.meadow-main .meadow-note h2{font-family:inherit;font-size:16px;font-weight:600;line-height:1.7}.meadow-main .meadow-note>p{font-size:13px;line-height:1.9}.meadow-main .meadow-note>small{font-size:11px;line-height:1.8}@media(max-width:600px){.meadow-preview-art{width:118px;height:125px}.meadow-main .meadow-note h2{font-size:13px;gap:5px}.meadow-main .meadow-note>p{font-size:11px}.meadow-main .meadow-note>small{font-size:10px}.meadow-main .meadow-note .eyebrow{font-size:6px;letter-spacing:1px}.meadow-note-art{margin:18px 0}}.garden-panel{padding:0 24px}.garden-panel .scoreboard{width:100%;height:88px}.garden-hud{margin-left:auto;font-size:11px;line-height:1.6;color:#7c8764;text-align:right}.garden-stage{position:relative;width:min(100%,440px);margin:0 auto;border:1px solid #d5ddc2;border-radius:17px;background:#f2f2e3;overflow:hidden;box-shadow:0 3px #dce2cd}.garden-stage canvas{display:block;aspect-ratio:1;width:100%;height:auto;touch-action:none;-webkit-user-select:none;user-select:none;outline-offset:-5px}.garden-scene-label{position:absolute;top:10px;left:0;right:0;text-align:center;pointer-events:none;font-size:6px;letter-spacing:1.5px;color:#929b7e;z-index:1}.garden-mines .garden-scene-label{position:static;padding-top:14px}.garden-status{text-align:center;font-size:10px;line-height:1.8;color:#757b63;min-height:36px;margin:21px 0 6px;padding:0 5px}.garden-input{display:flex;justify-content:center;align-items:center;gap:15px;min-height:72px;padding-bottom:15px;flex-wrap:wrap}.garden-input .primary-button{font-size:11px;min-height:44px;padding:10px 15px}.garden-input .primary-button:disabled{background:#e8e8d8;color:#8b9478;border-color:#d5dcc4;box-shadow:none}.garden-directions{display:flex;gap:7px}.garden-directions button{width:44px;height:44px;background:#edebdc;border:1px solid #dcd8c3;border-radius:9px;box-shadow:0 2px #ddd8c1;font-size:23px;color:#788263;touch-action:none}.garden-directions button:disabled{opacity:.45}.garden-directions button:active:not(:disabled){background:#dbe3c8;transform:translateY(2px);box-shadow:none}.garden-tip-icons{display:flex;gap:26px;justify-content:center;margin:25px 0;color:#9eac7e}.garden-tip-icons .icon{width:31px;height:31px;stroke-width:1.2}.mine-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;padding:13px 15px 17px;aspect-ratio:1}.mine-cell{aspect-ratio:1;min-width:0;min-height:0;background:#becda3;border:1px solid #a5b991;border-radius:5px;box-shadow:inset 0 2px #d1ddba,inset 0 -2px #a7b98e;color:#547445;font:600 20px Georgia,serif;padding:0;touch-action:manipulation}.mine-cell:hover:not(:disabled){filter:brightness(1.04)}.mine-cell.open{background:#e8ecda;box-shadow:none;border-color:#dce2ca}.mine-cell.number-2{color:#a07931}.mine-cell.number-3{color:#a15e47}.mine-cell.number-4,.mine-cell.number-5,.mine-cell.number-6{color:#6e6591}.mine-cell.flagged{color:#a17630;background:#ecdb9c;border-color:#cbbb7d;box-shadow:inset 0 2px #f4e7b7}.mine-cell.stone{color:#6f7665;background:#d8dcca;border-color:#b8c1a8;box-shadow:none}.mine-cell:focus-visible{outline-offset:-3px;outline-width:2px}.mine-legend{font-size:9px;color:#8a9472;display:flex;align-items:center;gap:5px}.mine-legend .icon{height:17px;width:17px}.garden-input .secondary-button{font-size:11px;padding:10px 14px}.garden-input .flag-active{background:#ecd99a;color:#795d25;border-color:#c8b275}.game-card-honey-snake .game-card-art{background:#e7ead6}.game-card-sunny-breaker .game-card-art{background:#f0e7d0}.game-card-garden-mines .game-card-art{background:#e0e7d9}.game-card-lion-harvest .game-card-art{background:#f0e0ce}.garden-preview{position:relative;width:145px;height:116px;margin-top:17px;transform:rotate(-7deg)}.snake-preview>i{position:absolute;width:27px;height:27px;border-radius:8px;background:#e5bb60;box-shadow:inset 0 -3px #c79f4a}.snake-preview>i:nth-child(1){left:17px;top:78px}.snake-preview>i:nth-child(2){left:17px;top:50px}.snake-preview>i:nth-child(3){left:17px;top:22px}.snake-preview>i:nth-child(4){left:45px;top:22px}.snake-preview>i.snake-head{left:73px;top:22px;background:#dcae4c;font-style:normal;font-size:17px;letter-spacing:4px;color:#6f592d;padding-left:6px;line-height:20px}.snake-preview>span{position:absolute;right:8px;bottom:13px;color:#bc9850}.snake-preview>span .icon{width:27px;height:27px;stroke-width:1.2}.bricks-preview>div{display:grid;grid-template-columns:repeat(4,29px);gap:4px;position:absolute;top:11px;left:6px}.bricks-preview>div i{height:14px;border-radius:4px;background:#e1bb6b;box-shadow:inset 0 -2px #c7a358}.bricks-preview>div .brick-preview-1{background:#acc197;box-shadow:inset 0 -2px #8da67a}.bricks-preview>div .brick-preview-2{background:#d99f7e;box-shadow:inset 0 -2px #be8868}.preview-ball{position:absolute;top:68px;left:88px;color:#b7a05e}.preview-ball .icon{width:21px;height:21px}.preview-paddle{position:absolute;bottom:0;left:28px;width:70px;height:11px;border-radius:7px;background:#95ad7e;box-shadow:0 3px #7d9667}.mines-preview{display:grid;grid-template-columns:repeat(3,33px);grid-template-rows:repeat(3,33px);gap:4px;width:107px;height:107px}.mines-preview i{font:20px Georgia,serif;display:grid;place-items:center;border-radius:5px;background:#b8caa1;box-shadow:inset 0 -3px #9bad87;color:#657e50}.mines-preview i.opened{background:#e2e8d3;box-shadow:none}.catch-preview .hop-lion{position:absolute;width:64px;height:66px;left:40px;top:31px}.preview-basket{position:absolute;bottom:8px;left:42px;width:63px;height:25px;border-radius:3px 3px 10px 10px;background:repeating-linear-gradient(90deg,#bc9258,#bc9258 9px,#d0ae79 9px 11px);border-top:6px solid #a77e4a}.preview-apple{position:absolute;left:18px;top:8px;font-size:37px;color:#cd8b70}.preview-apple:after{content:"";position:absolute;top:9px;right:3px;width:11px;height:6px;transform:rotate(-35deg);border-radius:50%;background:#9cab7c}.preview-sun{position:absolute;right:6px;top:12px;color:#c3a456}.preview-sun .icon{height:29px;width:29px;stroke-width:1.3}.garden-main h1{letter-spacing:2px}@media(max-width:960px){.garden-panel{padding:0 17px}.garden-hud{font-size:10px}.garden-directions{gap:5px}.garden-input{gap:12px}.garden-input .primary-button{padding:10px 12px}.mine-grid{padding:10px 11px 13px;gap:3px}.mine-cell{font-size:17px}.garden-panel .scoreboard{gap:20px}}@media(max-width:760px){.garden-stage{max-width:412px}.garden-panel .scoreboard{height:82px}.garden-preview{transform:rotate(-7deg) scale(.9)}}@media(max-width:540px){.garden-panel{padding:0 13px}.garden-panel .scoreboard{gap:17px}.garden-hud{font-size:9px}.garden-main h1{font-size:30px;letter-spacing:1px}.garden-status{font-size:9px;margin-top:18px;min-height:32px}.garden-input{gap:11px}.garden-directions button{width:44px;height:44px;font-size:22px}.garden-input .primary-button{font-size:10px;padding:10px 12px}.garden-input .primary-button .icon{width:14px;height:14px}.garden-snake .garden-input{flex-direction:column;gap:12px;padding-bottom:17px}.garden-snake .garden-input>.primary-button{width:202px}.garden-stage{border-radius:12px}.garden-stage .board-overlay h2{font-size:20px}.garden-stage .board-overlay .eyebrow{font-size:6px}.garden-stage .board-overlay p{font-size:11px}.garden-stage .overlay-emblem{width:43px;height:43px;margin-bottom:11px}.garden-stage .board-overlay .primary-button{margin-top:17px}.mine-cell{font-size:15px}.mine-grid{gap:3px;padding:9px 10px 13px}.garden-tip-icons{gap:16px;margin:17px 0}.garden-tip-icons .icon{width:24px;height:24px}.mine-legend{font-size:8px}.garden-input .secondary-button{font-size:10px}.garden-preview{transform:rotate(-7deg) scale(.85)}}@media(max-width:350px){.garden-panel .scoreboard{gap:14px}.garden-hud{font-size:8px}.garden-main h1{font-size:27px}.garden-stage .board-overlay h2{font-size:18px;margin:10px 0}.garden-stage .overlay-emblem{display:none}.garden-stage .board-overlay p{font-size:10px}.garden-stage .board-overlay .primary-button{margin-top:13px;padding:9px 15px;font-size:11px}.mine-cell{font-size:13px}.garden-input{gap:9px}.garden-preview{transform:rotate(-7deg) scale(.72)}}:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#443b30;background:#faf7ee;font-synthesis:none;font-weight:400;--paper:#faf7ee;--ink:#443b30;--muted:#79776a;--sage:#63785b;--honey:#e9ad42;--line:#e5e2d5;--tile-size:29px;--piece-gap:4px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;min-width:320px}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.032;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' opacity='.8' filter='url(%23n)'/%3E%3C/svg%3E")}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button{border:0}button:disabled{cursor:default}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid #9a752a;outline-offset:5px}.icon{width:22px;height:22px;flex-shrink:0;vertical-align:middle}.site-header{max-width:1240px;margin:auto;height:105px;display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid var(--line);padding:0 12px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;background:#efb84e;display:grid;place-items:center;border-radius:16px 16px 18px 10px;transform:rotate(-7deg)}.brand-mark .icon{width:30px;height:30px;stroke-width:1.5;transform:rotate(7deg);fill:#79552a;stroke:#79552a}.brand strong{display:flex;align-items:baseline;gap:10px;font-size:19px;letter-spacing:1px}.brand-en{font-family:Georgia,serif;font-size:19px;letter-spacing:-.8px}.brand small{display:block;margin-top:5px;font-size:10px;color:var(--muted);letter-spacing:1.7px}.site-header nav{display:flex;height:100%;align-items:center;gap:36px;font-size:13px}.site-header nav>a{height:100%;position:relative;display:flex;align-items:center}.site-header nav>a.active{font-weight:600}.site-header nav>a.active:after{content:"";position:absolute;bottom:-1px;left:25%;width:50%;height:3px;background:var(--honey);border-radius:3px}.text-button{background:none;padding:10px 0;font-size:inherit}.text-button .icon{width:14px;height:14px;margin-left:5px}.header-note{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:8px}.header-note i,.status-dot{height:6px;width:6px;background:#8d9f7a;border-radius:50%;display:inline-block}main{max-width:1120px;margin:auto}.intro{display:flex;justify-content:space-between;align-items:center;padding:42px 0 30px}.eyebrow{font-size:9px;letter-spacing:2px;font-weight:600;color:#848471;display:flex;align-items:center;gap:10px}.little-line{height:1px;width:21px;background:#a7ab8a}.issue{font-weight:400;letter-spacing:1px;margin-left:4px;color:#999486}h1,h2,h3,p{margin:0}h1{font-family:Georgia,Songti SC,STSong,serif;font-size:43px;letter-spacing:3px;font-weight:700;display:flex;align-items:center;gap:17px;margin:13px 0 11px;line-height:1.2}.title-sun{color:#dba742;transform:rotate(12deg)}.title-sun .icon{height:38px;width:38px;stroke-width:1.25}.intro p{font-size:13px;letter-spacing:1.7px;color:#807d70}.intro-aside{padding:22px 0 0;text-align:right}.handwritten{font-family:Kaiti SC,STKaiti,KaiTi,serif;font-size:16px;color:#8b8f72;display:block;transform:rotate(-3deg);margin:0 10px 20px}.tags{display:flex;gap:9px;justify-content:flex-end}.tags span{border:1px solid #e2e2d6;border-radius:30px;padding:6px 11px;font-size:10px;color:#7a7b68}.play-layout{display:grid;grid-template-columns:minmax(0,738px) minmax(0,334px);gap:32px;align-items:start}.game-panel{position:relative;border:1px solid #e0e2d3;background:#fffdf6;border-radius:22px;box-shadow:0 4px #eaeade,0 12px 35px #6b704707;overflow:hidden;padding:0 28px}.game-topbar{height:48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eaeade}.mode-label{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;color:#69745b}.mode-label span:last-child{font-weight:400;color:#9a9a8a;font-size:10px;margin-left:2px}.icon-button{display:grid;place-items:center;border:1px solid #e6e4d9;border-radius:50%;width:38px;height:38px;background:#fffdf6;color:#7d816b}.icon-button.small{border:0;width:32px;height:32px;background:none}.icon-button.small .icon{width:18px;height:18px}.scoreboard{width:412px;max-width:100%;display:flex;align-items:center;height:95px;margin:0 auto;position:relative;gap:27px}.score-current,.score-best{display:flex;flex-direction:column;gap:5px}.score-current>span{font-size:10px;letter-spacing:1px;color:#81816d}.score-current strong{font:37px/1.1 Georgia,serif;color:#4b5642;font-variant-numeric:tabular-nums}.score-best>span{font-size:10px;color:#93917d}.score-best .icon{height:12px;width:12px;margin-right:3px;color:#b59b58}.score-best strong{font:24px/1.2 Georgia,serif;color:#8c8f79}.score-divider{height:33px;border-left:1px solid #e4e6d8}.score-flower{margin-left:auto;font-size:49px;color:#dbb35a;font-weight:400;line-height:1;transform:rotate(10deg);position:relative;top:0}.board-wrap{position:relative;max-width:412px;margin:0 auto}.board{--gap:5px;display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);gap:var(--gap);width:100%;aspect-ratio:1;background:#b9c7ac;border:1px solid #aebc9f;padding:10px;border-radius:14px;box-shadow:0 4px #a9b69b,inset 0 1px 1px #ffffff90;touch-action:none;outline-offset:7px;-webkit-user-select:none;user-select:none}.board-row{display:contents}.cell{background:#e4e9db;border-radius:5px;min-width:0;min-height:0;position:relative;box-shadow:inset 0 1px 2px #60734c08;transition:background-color .12s}.color-1{--tile:#ebbc55;--tile-edge:#c89a35;--tile-light:#f4d382;--tile-ink:#a97825}.color-2{--tile:#9caf89;--tile-edge:#7e946d;--tile-light:#bbc9a6;--tile-ink:#627c51}.color-3{--tile:#dba085;--tile-edge:#b77f68;--tile-light:#eac0a7;--tile-ink:#a76850}.color-4{--tile:#a9bcb5;--tile-edge:#819e96;--tile-light:#c5d2cb;--tile-ink:#597f74}.cell.filled,.tile{background:var(--tile);border:1px solid var(--tile-edge);box-shadow:inset 0 2px 0 var(--tile-light),inset 0 -3px 0 var(--tile-edge),0 1px 2px #59613a10}.cell.filled:after,.tile:after{content:"";position:absolute;inset:5px;border:1px solid #ffffff21;border-radius:2px;pointer-events:none}.cell.preview-valid{background:#edcb77;box-shadow:inset 0 0 0 2px #bf983dc0}.cell.preview-invalid{background:repeating-linear-gradient(135deg,#e6b9a9,#e6b9a9 4px,#eccdc1 4px 8px);box-shadow:inset 0 0 0 2px #b97159}.cell.preview-paw{background:#f2cf71;box-shadow:inset 0 0 0 2px #b08a35}.cell.line-preview{filter:brightness(1.16);box-shadow:inset 0 0 0 2px #fff4bc}.board.paw-mode{cursor:crosshair}.board-overlay{position:absolute;inset:0;border-radius:14px;background:#faf7eeed;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:5;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:22px}.board-overlay[hidden]{display:none}.overlay-emblem{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;background:#f3e9c8;color:#b79440;margin-bottom:18px}.overlay-emblem .icon{height:33px;width:33px;stroke-width:1.2}.board-overlay .eyebrow{font-size:8px;letter-spacing:1.4px}.board-overlay h2{font-family:Georgia,Songti SC,serif;font-size:25px;margin:15px 0 10px}.board-overlay p{font-size:12px;line-height:1.9;color:#847c69}.board-overlay .primary-button{margin-top:24px}.board-message{position:absolute;top:42%;left:50%;transform:translate(-50%,10px);white-space:nowrap;background:#fff9e5f5;box-shadow:0 6px 25px #7b683c20;border:1px solid #e2bd64;border-radius:30px;padding:12px 23px;z-index:6;font-size:15px;font-weight:600;color:#927024;pointer-events:none;opacity:0;transition:opacity .2s,transform .2s}.board-message.visible{opacity:1;transform:translate(-50%,-10px)}.tray-caption{font-size:10px;color:#969884;text-align:center;margin:25px 0 0;letter-spacing:.8px;height:16px}.tray-caption span{color:#b7bba7;margin-left:6px}.tray{max-width:460px;margin:0 auto;height:119px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;touch-action:none;-webkit-user-select:none;user-select:none}.piece-slot{position:relative;background:none;padding:13px 4px 20px;display:flex;justify-content:center;align-items:center;min-width:0;transition:background .2s,transform .2s;border-radius:15px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.piece-slot:hover:not(:disabled),.piece-slot.selected{background:#f1f1e6}.piece-slot.selected:after{content:"";position:absolute;bottom:7px;height:4px;width:18px;background:#abaf8b;border-radius:5px}.piece-slot.dragging .piece-grid{opacity:.2;transform:scale(.9)}.piece-slot:disabled{opacity:.45}.piece-grid{display:grid;--draw-tile:calc(var(--tile-size) * var(--fit,1));grid-template-columns:repeat(var(--cols),var(--draw-tile));grid-template-rows:repeat(var(--rows),var(--draw-tile));gap:var(--piece-gap);transition:transform .15s;pointer-events:none}.tile{width:var(--draw-tile);height:var(--draw-tile);position:relative;border-radius:5px;display:grid;place-items:center}.tile .icon{height:14px;width:14px;stroke:var(--tile-ink);opacity:.55;stroke-width:1.4}.piece-slot .slot-dot{position:absolute;width:3px;height:3px;background:#cccfbd;border-radius:50%;bottom:9px}.piece-slot.selected .slot-dot{display:none}.piece-slot.used>span{display:grid;place-items:center;width:35px;height:35px;border:1px dashed #dfe1d1;border-radius:50%;color:#c3c9b2}.piece-slot.used .icon{height:15px;width:15px}.game-controls{height:53px;border-top:1px solid #eaeade;display:flex;gap:25px;align-items:center;justify-content:center}.control-button{display:flex;gap:7px;align-items:center;justify-content:center;min-height:44px;padding:4px 0;background:none;font-size:10px;color:#7a8069}.control-button:hover{color:#424f38}.control-button .icon{width:16px;height:16px}.control-divider{height:14px;border-left:1px solid #e1e3d5;margin-left:-5px;margin-right:-5px}.fullscreen-button{margin-left:auto;width:30px}.control-button:disabled{opacity:.35}.drag-ghost{position:fixed;z-index:90;pointer-events:none;filter:drop-shadow(0 8px 5px #5d573a28);opacity:.95}.drag-ghost.ghost-valid{opacity:.3}.drag-ghost .tile .icon{width:20px;height:20px}.clear-spark{position:absolute;left:30%;top:15%;color:#d4a847;font-size:23px;z-index:4;pointer-events:none;animation:spark .6s ease-out forwards}@keyframes spark{0%{opacity:1;transform:translateY(0) scale(.5)}to{opacity:0;transform:translateY(-45px) scale(1.5)}}.companion-column{display:flex;flex-direction:column;gap:21px}.lion-card{padding:18px 21px 21px;text-align:center;position:relative;overflow:hidden;border:1px solid #e8e1cf;border-radius:20px;background:#f7f2e5}.lion-card-label{display:flex;justify-content:space-between;font-size:8px;letter-spacing:1.6px;color:#9c987e}.lion-card-label span:last-child{color:#b7a16b;font-size:14px;line-height:1}.lion-art{width:calc(100% + 42px);height:222px;object-fit:cover;object-position:75% center;display:block;margin:-2px -21px;mix-blend-mode:multiply}.lion-intro{display:flex;align-items:center;justify-content:center;gap:10px;font-size:10px;color:#8c846d}.lion-name{font-family:Songti SC,STSong,serif;font-size:21px;color:#725939;letter-spacing:2px}.tiny-spark{font-size:23px;color:#b29b54}.lion-card p{font-size:12px;line-height:1.9;color:#87785d;letter-spacing:.5px;margin-top:11px}.sun-card{border:1px solid #e0e4d4;border-radius:17px;padding:22px;background:#f0f2e7}.section-mini-title{display:flex;align-items:center;justify-content:space-between}.section-mini-title h2{font-size:14px;display:flex;align-items:center;gap:7px;font-weight:600;color:#657251}.section-mini-title h2 .icon{height:20px;width:20px;color:#99a579;stroke-width:1.5}.section-mini-title>span{font-size:11px;color:#8e967b}.section-mini-title b{color:#657251;font-weight:500;font-size:14px}.sun-meter{display:flex;gap:7px;margin:18px 0 12px}.sun-meter>span{height:28px;border-radius:5px;background:#e1e6d4;flex:1;display:grid;place-items:center;border:1px solid #d8dfc9;transition:background .25s}.sun-meter .icon{height:15px;width:15px;color:#b6bfa1;stroke-width:1.3}.sun-meter>span.charged{background:#edc36b;border-color:#dcb255}.sun-meter .charged .icon{color:#997b34}.sun-card>p{font-size:10px;color:#879074;line-height:1.7;white-space:nowrap}.paw-button{width:100%;height:43px;background:#eac36b;border:1px solid #caaa62;box-shadow:0 2px #c3a55e;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 12px;margin:18px 0 12px;color:#6a582c;font-size:12px;transition:background .2s}.paw-button>.icon{width:18px;height:18px}.paw-button:disabled{background:#e6e9dc;border-color:#d8deca;box-shadow:0 2px #d6ddc6;color:#889677}.paw-badge{margin-left:auto;border:1px solid currentColor;border-radius:4px;font-size:9px;padding:2px 5px;opacity:.65}.paw-button.armed{background:#ddab45;outline:2px solid #a48635;outline-offset:3px}.sun-card>small{font-size:9px;color:#8d967d;display:block;text-align:center;line-height:1.8;white-space:nowrap}.little-note{display:flex;align-items:flex-start;gap:10px;padding:0 16px}.little-note>.icon{height:15px;width:15px;color:#a4ab8b;margin-top:4px}.little-note p{font-family:Kaiti SC,STKaiti,KaiTi,serif;font-size:13px;line-height:1.8;letter-spacing:.6px;color:#8a8e75}.under-game{display:flex;justify-content:space-between;align-items:center;margin:22px 0 0;color:#969582;font-size:10px;letter-spacing:.4px;gap:15px}.under-game>span{display:flex;align-items:center;gap:7px}.under-game .icon{height:14px;width:14px}.under-game>span:first-child .icon{color:#96a27d}.how-section{margin-top:65px;padding-top:35px;border-top:1px solid var(--line)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.section-heading h2,.tips-note h2{font-family:Georgia,Songti SC,STSong,serif;font-size:27px;letter-spacing:1px;line-height:1.5;font-weight:600;margin-top:10px}.section-heading>span{color:#95927f;font-size:11px;padding-bottom:6px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.guide-grid article{background:#f5f2e8;border-radius:15px;border:1px solid #e9e5d7;padding:20px 22px 23px}.guide-illustration{height:74px;display:flex;align-items:center;justify-content:center;margin-bottom:17px;position:relative}.guide-drag{gap:25px}.mini-blocks{display:grid;grid-template-columns:repeat(2,22px);grid-template-rows:repeat(2,22px);gap:3px;transform:rotate(-10deg)}.mini-blocks i{background:#e4b95f;border-radius:4px;box-shadow:inset 0 -3px #c8a04e}.mini-blocks i:first-child{grid-row:1;grid-column:1}.mini-blocks i:nth-child(2){grid-row:2;grid-column:1}.mini-blocks i:nth-child(3){grid-row:2;grid-column:2}.guide-drag>span{font-family:Georgia,serif;font-size:31px;color:#b8ba9e;transform:rotate(15deg)}.mini-target{width:51px;height:51px;border:1px dashed #aab393;border-radius:7px;background:linear-gradient(90deg,transparent 48%,#f5f2e8 48%,#f5f2e8 52%,transparent 52%),linear-gradient(0deg,#e4e8d8 48%,#f5f2e8 48% 52%,#e4e8d8 52%)}.guide-clear{gap:4px}.guide-clear i{height:24px;width:24px;background:#a6b68f;border-radius:4px;box-shadow:inset 0 -3px #8f9e7a;color:#fff4c8;display:grid;place-items:center;font-style:normal;font-size:19px}.guide-clear i:nth-child(4){background:#e7bd67;box-shadow:inset 0 -3px #cca552;transform:rotate(-8deg) translateY(-3px)}.guide-clear>span{position:absolute;top:0;right:30px;font-size:10px;color:#ab9248;transform:rotate(-9deg)}.guide-paw{gap:20px}.guide-paw>.icon{height:43px;width:43px;color:#bb9859;transform:rotate(-12deg);stroke-width:1.2;fill:#edce8e}.guide-paw>span{color:#c4ad75;font-size:23px;position:absolute;top:5px;left:calc(50% - 20px)}.guide-suns{display:flex;gap:5px}.guide-suns .icon{color:#b69f57;width:22px;height:22px;stroke-width:1.1}.guide-copy{display:flex;gap:12px}.guide-copy>span{font:italic 19px Georgia,serif;color:#acac8f}.guide-copy h3{font-size:13px;font-weight:600;margin:2px 0 10px}.guide-copy p{font-size:11px;line-height:1.9;color:#8b8776}.tips-section{display:grid;grid-template-columns:1fr 1.18fr;gap:90px;padding:68px 0 60px}.tips-note{padding:4px 0 0 16px;border-left:2px solid #dbd9bf}.tips-note .eyebrow{font-size:8px}.tips-note h2{font-size:29px;line-height:1.6;margin:12px 0 15px}.tips-note p{font-size:11px;line-height:2;color:#8b8776}.signature{display:flex;align-items:center;gap:7px;color:#9b966c;font-family:Kaiti SC,serif;font-size:16px;margin-top:20px}.signature .icon{height:18px;width:18px;stroke-width:1.1;transform:rotate(-12deg)}.faq h2{font-size:15px;letter-spacing:1px;margin:0 0 15px}.faq details{border-bottom:1px solid var(--line)}.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;min-height:52px;font-size:12px}.faq summary::-webkit-details-marker{display:none}.faq summary>span{color:#999f83;font-size:18px;font-weight:300}.faq details[open] summary>span{transform:rotate(45deg)}.faq details p{color:#8b8776;font-size:11px;line-height:1.9;padding:0 25px 18px 0}footer{border-top:1px solid var(--line);max-width:1240px;margin:auto;min-height:102px;display:flex;align-items:center;gap:25px;font-size:10px;color:#96917e;padding:22px 12px}.footer-brand{font-weight:600;font-size:13px;color:#77755f;display:flex;align-items:center;gap:7px}.footer-brand .icon{height:19px;width:19px;color:#ab9965;transform:rotate(-10deg)}.footer-brand>span{font-family:Georgia,serif;font-size:14px;margin-left:3px}.footer-brand+span{margin-right:auto}.text-button:hover{color:#65562d}footer small{font-size:9px;white-space:nowrap}.primary-button,.secondary-button{min-height:44px;padding:12px 22px;background:#eabc5b;border:1px solid #d3a548;border-radius:10px;color:#665027;font-size:13px;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px #d1a855}.primary-button:hover{background:#e7b347}.primary-button .icon{height:17px;width:17px}.secondary-button{background:#f3f2e8;border-color:#dddfcf;box-shadow:none;color:#7c7e67}dialog{border:1px solid #dedbc8;border-radius:23px;background:#fffdf5;max-width:480px;width:calc(100% - 36px);color:var(--ink);padding:40px;box-shadow:0 30px 100px #3d3b3030}dialog::backdrop{background:#404c3860;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog-close{position:absolute;top:13px;right:13px;width:31px;height:31px}.dialog-close .icon{height:16px;width:16px}.dialog-emblem{height:55px;width:55px;background:#f3e7bf;border-radius:50%;display:grid;place-items:center;color:#b79749;margin-bottom:20px}.dialog-emblem .icon{height:29px;width:29px}dialog h2{font-family:Songti SC,Georgia,serif;font-size:26px;line-height:1.5;margin:16px 0}dialog p{font-size:13px;color:#807b69;line-height:1.9;margin-bottom:14px}dialog .primary-button{margin-top:13px}.dialog-guide{padding-left:20px;color:#807b69;font-size:13px;line-height:2}.dialog-guide li{padding-left:4px;margin-bottom:10px}.keyboard-help{background:#f3f2e6;border-radius:8px;padding:12px;font-size:11px!important}.dialog-actions{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:25px}.dialog-actions .primary-button{margin-top:0}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,15px);background:#4c5846f2;color:#fffdf3;padding:13px 22px;border-radius:12px;font-size:12px;box-shadow:0 4px 20px #414d3220;z-index:99;opacity:0;transition:.2s;pointer-events:none;max-width:calc(100% - 28px);width:max-content;text-align:center}.toast.visible{opacity:1;transform:translate(-50%)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.game-panel:fullscreen{height:100dvh;overflow:auto;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:0;background:var(--paper);padding:15px}.game-panel:fullscreen .game-topbar,.game-panel:fullscreen .game-controls{width:min(550px,100%)}.game-panel:fullscreen .board-wrap{width:min(480px,calc(100dvh - 310px),calc(100vw - 35px));max-width:none}.game-panel:fullscreen .scoreboard{width:min(480px,100%)}.game-panel:fullscreen .tray{width:400px;max-width:100%;margin:0}@media(min-width:1400px){.intro{padding-top:45px;padding-bottom:34px}}@media(max-width:1270px){.site-header,footer{margin-left:36px;margin-right:36px}main{margin:0 55px}.play-layout{grid-template-columns:minmax(0,1fr) 300px;gap:25px}.game-panel{padding:0 24px}.lion-art{height:205px}.lion-card{padding-bottom:22px}.sun-card{padding:21px 18px}.site-header nav{gap:26px}.brand-en{display:none}.tips-section{gap:55px}}@media(max-width:960px){main{margin:0 30px}.site-header,footer{margin-left:24px;margin-right:24px}.header-note{display:none}.play-layout{grid-template-columns:minmax(0,1fr) 265px;gap:22px}.game-panel{padding:0 18px}.lion-art{height:184px}.lion-card{padding-left:16px;padding-right:16px}.lion-art{width:calc(100% + 32px);margin-left:-16px;margin-right:-16px}.sun-card{padding:18px 14px}.sun-card>p{font-size:9px}.sun-card>small{font-size:8px}.game-controls{gap:15px}.scoreboard{height:85px}.tray{height:112px;--tile-size:25px;--piece-gap:3px}.guide-grid{gap:14px}.guide-grid article{padding:18px 15px}.guide-copy{gap:8px}.guide-copy p{font-size:10px}.guide-clear i{width:19px;height:19px}.little-note{padding:0 8px}.little-note p{font-size:12px}.intro-aside .handwritten{font-size:14px}.tips-section{gap:35px}.footer-brand+span{display:none}footer .text-button{margin-left:auto}}@media(max-width:760px){.site-header{height:80px;margin:0 24px;padding:0}.brand strong{font-size:17px}.brand small{font-size:9px;letter-spacing:.7px}.brand-mark{width:38px;height:38px;border-radius:13px}.brand-mark .icon{width:25px;height:25px}.site-header nav{gap:23px;font-size:12px}.site-header nav .text-button{display:none}main{margin:0 24px}.intro{padding:28px 0 24px}.intro-aside{display:none}h1{font-size:36px;margin:10px 0}.intro p{font-size:12px;letter-spacing:.7px}.title-sun .icon{width:31px;height:31px}.play-layout{grid-template-columns:1fr;gap:27px}.game-panel{padding:0 24px;max-width:540px;width:100%;margin:auto}.scoreboard{height:90px}.board-wrap{max-width:412px}.tray{--tile-size:30px;--piece-gap:4px;height:125px}.game-controls{gap:24px}.fullscreen-button{margin-left:0}.game-topbar{height:46px}.companion-column{display:grid;grid-template-columns:1fr 1fr;gap:17px;align-items:stretch}.lion-card{padding:13px 15px 17px}.lion-card-label{font-size:6px;letter-spacing:1px}.lion-art{height:180px;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;margin-top:-4px}.lion-intro{gap:6px}.lion-name{font-size:19px}.lion-intro>span:nth-child(2){font-size:9px}.lion-card p{font-size:10px;letter-spacing:0;margin-top:6px}.sun-card{display:flex;flex-direction:column;justify-content:center;padding:20px 17px}.section-mini-title h2{font-size:12px;gap:5px}.section-mini-title h2 .icon{width:18px;height:18px}.sun-meter{gap:5px}.sun-card>p,.sun-card>small{white-space:normal;font-size:10px;line-height:1.8}.paw-button{padding:0 8px;gap:5px;font-size:11px;height:auto;min-height:43px}.paw-badge{font-size:8px;padding:2px 3px}.little-note{grid-column:1 / -1;justify-content:center;padding:0;gap:7px}.little-note p{font-size:12px}.little-note p br{display:none}.under-game{margin-top:20px;justify-content:center}.under-game>span:first-child{display:none}.how-section{margin-top:40px;padding-top:28px}.section-heading>span{display:none}.section-heading h2{font-size:25px}.guide-grid{grid-template-columns:1fr;gap:12px}.guide-grid article{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:17px;padding:20px}.guide-illustration{height:70px;margin:0}.guide-drag{gap:10px}.guide-drag>span{font-size:25px}.mini-blocks{grid-template-columns:repeat(2,18px);grid-template-rows:repeat(2,18px);gap:2px}.mini-target{width:38px;height:38px}.guide-clear{gap:2px}.guide-clear i{width:17px;height:17px}.guide-clear>span{right:6px;top:6px}.guide-paw{gap:9px}.guide-paw>.icon{height:35px;width:35px}.guide-suns{gap:1px}.guide-suns .icon{height:18px;width:18px}.guide-copy p{font-size:11px}.guide-copy h3{font-size:13px;margin-bottom:6px}.tips-section{grid-template-columns:1fr;gap:35px;padding:38px 0}.tips-note h2{font-size:26px}.tips-note h2 br{display:none}.tips-note p{font-size:12px}.tips-note .signature{margin-top:14px}.faq h2{font-size:14px}.faq summary{font-size:12px}.faq details p{font-size:12px}footer{margin:0 24px;padding:24px 0;flex-wrap:wrap;min-height:100px;gap:18px}.footer-brand{font-size:11px;gap:5px}.footer-brand>span{font-size:13px}.footer-brand .icon{height:17px;width:17px}footer small{width:100%;text-align:center}footer .text-button{font-size:10px}}@media(max-width:420px){.site-header{margin:0 18px;height:74px}.site-header nav{gap:16px;font-size:11px}.brand strong{font-size:15px}.brand small{font-size:8px;letter-spacing:.3px}.brand{gap:9px}.brand-mark{width:34px;height:34px}.brand-mark .icon{width:23px;height:23px}main{margin:0 16px}.intro{padding:24px 3px 21px}.eyebrow{font-size:8px;letter-spacing:1.7px}h1{font-size:32px;gap:10px}.title-sun .icon{width:29px;height:29px}.intro p{font-size:11px}.game-panel{padding:0 14px;border-radius:18px}.game-topbar{height:42px}.mode-label{font-size:10px}.mode-label span:last-child{font-size:9px}.scoreboard{height:80px;gap:24px;padding:0 4px}.score-current strong{font-size:32px}.score-best strong{font-size:21px}.score-flower{font-size:39px}.board{padding:7px;--gap:4px;border-radius:11px}.cell{border-radius:4px}.cell.filled:after{inset:3px}.tray-caption{margin-top:20px;font-size:9px;letter-spacing:.3px}.tray{height:111px;gap:4px;--tile-size:24px;--piece-gap:3px}.piece-slot{padding-top:9px;padding-bottom:16px}.tile{border-radius:4px}.tile .icon{width:12px;height:12px}.tile:after{inset:4px}.game-controls{gap:18px;height:50px}.control-button{font-size:9px;gap:5px}.control-button .icon{width:14px;height:14px}.fullscreen-button{width:22px}.companion-column{gap:12px}.lion-card{padding:12px 10px 13px;border-radius:15px}.lion-card-label{font-size:5px;letter-spacing:.5px}.lion-art{height:138px;width:calc(100% + 20px);margin-left:-10px;margin-right:-10px}.lion-name{font-size:17px}.lion-intro>span:nth-child(2){font-size:8px}.tiny-spark{display:none}.lion-card p{font-size:9px;line-height:1.8}.sun-card{padding:14px 10px;border-radius:15px}.section-mini-title h2{font-size:11px;gap:4px}.section-mini-title h2 .icon{height:16px;width:16px}.section-mini-title>span{font-size:9px}.section-mini-title b{font-size:11px}.sun-meter{gap:4px;margin:13px 0 9px}.sun-meter>span{height:24px}.sun-meter .icon{width:13px;height:13px}.sun-card>p{font-size:8px}.sun-card>small{font-size:8px}.paw-button{font-size:9px;gap:4px;padding:0 6px;margin:12px 0 9px}.paw-button>.icon{width:14px;height:14px}.paw-badge{font-size:7px;padding:1px 3px}.little-note p{font-size:11px;letter-spacing:0}.guide-grid article{grid-template-columns:90px 1fr;gap:14px;padding:18px 14px}.guide-drag{gap:6px}.guide-drag>span{font-size:18px}.mini-target{width:31px;height:31px}.mini-blocks{grid-template-columns:repeat(2,15px);grid-template-rows:repeat(2,15px)}.guide-clear i{height:12px;width:12px;border-radius:3px}.guide-clear i:nth-child(4){font-size:13px}.guide-paw>.icon{width:28px;height:28px}.guide-suns .icon{height:15px;width:15px}.guide-copy>span{font-size:16px}.guide-copy h3{font-size:12px}.guide-copy p{font-size:10px}.tips-note h2{font-size:24px}.tips-note p{font-size:11px}.board-overlay h2{font-size:22px}.board-overlay p{font-size:11px}.board-overlay .eyebrow{font-size:6px}.overlay-emblem{width:45px;height:45px;margin-bottom:12px}.overlay-emblem .icon{height:25px;width:25px}.board-overlay .primary-button{margin-top:16px}.board-message{font-size:12px;padding:10px 15px}dialog{padding:28px}dialog h2{font-size:23px}}@media(max-width:350px){.site-header nav>a:nth-child(2){display:none}.tray{--tile-size:21px}.game-controls{gap:13px}.control-button{font-size:8px}.mode-label span:last-child{display:none}.companion-column{grid-template-columns:1fr}.lion-art{height:220px}.lion-card-label{font-size:8px}.lion-card p{font-size:12px}.lion-name{font-size:21px}.lion-intro>span:nth-child(2){font-size:11px}.sun-card{padding:20px}.sun-card>p,.sun-card>small{font-size:10px}.section-mini-title h2{font-size:14px}.paw-button{font-size:12px}.sun-meter>span{height:30px}.paw-badge,.little-note p{font-size:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.guide-copy p,.tips-note p,.faq details p{color:#756f5f}.control-button{color:#69725c}@media(pointer:coarse){.direction-controls>button{min-width:44px;min-height:44px}.icon-button.small{min-width:44px;min-height:44px}.control-button{min-width:44px}.direction-controls{gap:6px}.direction-controls>.undo-button{min-width:62px;margin-left:4px;padding:0 6px}}@media(pointer:coarse)and (max-width:350px){.direction-controls{gap:4px}.direction-controls>button{min-width:39px}.direction-controls>.undo-button{min-width:60px;margin-left:0}.game-controls{gap:10px}}.home-hero{display:grid;grid-template-columns:1fr 1.15fr;align-items:center;min-height:465px;padding:30px 0 35px;position:relative}.home-hero-copy{position:relative;z-index:1}.home-hero h1{position:relative;display:block;font-size:57px;line-height:1.4;letter-spacing:4px;margin:20px 0 17px;font-weight:600}.home-hero h1>span:not(.hero-spark){color:#9b7a34;position:relative}.home-hero h1>span:not(.hero-spark):after{content:"";position:absolute;bottom:1px;left:1px;width:100%;height:8px;border-radius:50%;background:#e4c77865;z-index:-1;transform:rotate(-2deg)}.hero-spark{position:absolute;right:53px;top:7px;font-size:43px;font-family:Georgia,serif;color:#cdac59;transform:rotate(13deg)}.home-hero-copy>p{font-size:13px;color:#827d6b;line-height:2;letter-spacing:1px}.home-cta{margin-top:27px;font-size:12px;padding:14px 22px;border-radius:10px}.hero-benefits{display:flex;gap:18px;font-size:9px;color:#93947c;margin-top:24px}.hero-benefits>span{display:flex;align-items:center;gap:4px}.hero-benefits .icon{width:12px;height:12px}.home-hero-art{position:relative;align-self:stretch;display:flex;flex-direction:column;justify-content:center;min-width:0}.home-hero-art img{width:calc(100% + 35px);height:385px;object-fit:cover;object-position:75% center;mix-blend-mode:multiply;margin-left:-35px}.hero-art-note{position:absolute;top:22px;right:12px;font-family:Kaiti SC,STKaiti,serif;font-size:15px;color:#a09873;transform:rotate(5deg);z-index:1}.hero-caption{font-size:10px;color:#a0967c;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:-7px}.hero-caption>span{font-family:Kaiti SC,STKaiti,serif;color:#8b7955;font-size:16px}.hero-caption .icon{width:16px;height:16px;transform:rotate(-15deg);color:#bfa267}.game-library{padding-top:32px;border-top:1px solid var(--line)}.game-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.game-card{border:1px solid #e4e1d0;border-radius:18px;overflow:hidden;background:#fffdf5;transition:transform .2s,box-shadow .2s;display:block}.game-card:hover{transform:translateY(-5px);box-shadow:0 9px 25px #645c3410}.game-card-art{height:181px;position:relative;background:#e9eddf;display:flex;justify-content:center;align-items:center;overflow:hidden}.card-issue{position:absolute;top:16px;left:19px;color:#8b957a;font-size:7px;letter-spacing:1.4px}.card-doodle{position:absolute;right:36px;top:42px;font-size:30px;color:#aaa977;transform:rotate(15deg)}.card-doodle .icon{height:33px;width:33px;stroke-width:1.2}.game-card-sunrise-2048 .game-card-art{background:#f2e7ce}.game-card-sunrise-2048 .card-issue{color:#ad9970}.game-card-paw-pairs .game-card-art{background:#eee3d9}.game-card-paw-pairs .card-issue{color:#a5927e}.preview-puzzle{display:grid;grid-template-columns:repeat(4,25px);grid-template-rows:repeat(4,25px);gap:4px;padding:8px;border-radius:9px;background:#bfcbaa;transform:rotate(-8deg);box-shadow:0 4px #afbd9b;margin-top:9px}.puzzle-square{border-radius:4px;background:#e0e6d3}.puzzle-square.filled-square{background:var(--tile);box-shadow:inset 0 -3px var(--tile-edge)}.preview-merge{display:grid;grid-template-columns:repeat(2,55px);gap:6px;transform:rotate(8deg);margin-top:10px}.preview-merge i{height:55px;display:grid;place-items:center;border-radius:8px;background:#ead6a1;font:26px Georgia,serif;color:#a88b46;box-shadow:inset 0 -3px #d8c18a}.preview-merge i:nth-child(2){background:#e7c781;box-shadow:inset 0 -3px #c9a867;color:#937132}.preview-merge i:nth-child(3){background:#ddb46f;box-shadow:inset 0 -3px #bd9653;color:#fff4d1}.preview-merge i:nth-child(4){background:#cd9a5a;box-shadow:inset 0 -3px #b28449;color:#fff6dc}.preview-memory{display:grid;grid-template-columns:repeat(2,48px);gap:8px;transform:rotate(-8deg);margin-top:13px}.preview-memory i{height:53px;border:1px solid #ddccb0;border-radius:7px;background:#f9f4e7;display:grid;place-items:center;box-shadow:0 3px #d4c5a9;color:#a99b65}.preview-memory i:nth-child(2),.preview-memory i:nth-child(3){color:#c39c4a;background:#f4e4ba;transform:rotate(7deg)}.preview-memory .icon{height:27px;width:27px;stroke-width:1.4}.game-card-copy{padding:22px 24px}.card-tags{display:flex;gap:9px;font-size:9px;color:#8e9278}.card-tags>span+span:before{content:"·";margin-right:9px}.game-card h3{font-family:Songti SC,STSong,serif;font-size:23px;letter-spacing:1px;font-weight:600;margin:12px 0 9px;display:flex;justify-content:space-between;align-items:center}.game-card h3>span{width:28px;height:28px;display:grid;place-items:center;background:#f1f1e5;color:#8b9378;border-radius:50%}.game-card h3 .icon{width:14px;height:14px}.game-card-copy>p{font-size:10px;letter-spacing:.2px;color:#918877;line-height:1.8}.card-play{display:flex;align-items:center;gap:6px;font-size:10px;color:#7b8564;margin-top:20px}.card-play .icon{width:10px;height:10px;fill:currentColor;stroke:none}.home-promise{margin:54px 0 55px;border:1px solid #e3e4d3;border-radius:19px;background:#f0f1e5;padding:31px 36px;display:flex;align-items:center;gap:30px}.promise-flower{font-size:66px;color:#c4b971;font-family:Georgia,serif;line-height:1}.home-promise h2{font-family:Songti SC,serif;font-size:23px;font-weight:600;letter-spacing:1px;margin:10px 0 12px}.home-promise p{font-size:11px;color:#8a8d73;line-height:1.9}.promise-sign{margin-left:auto;text-align:right;font-family:Kaiti SC,STKaiti,serif;font-size:15px;color:#9a9e79;transform:rotate(-6deg);line-height:1.9}.mini-panel{padding:0 28px}.mini-board-wrap{max-width:412px;margin:0 auto;position:relative}.merge-board{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px;background:#c7bda0;border:1px solid #b9ac8b;border-radius:14px;aspect-ratio:1;box-shadow:0 4px #b0a487;touch-action:none;-webkit-user-select:none;user-select:none}.merge-cell{background:#e6dfcb;border-radius:9px;min-width:0;display:flex;align-items:center;justify-content:center;position:relative;aspect-ratio:1;box-shadow:inset 0 1px 2px #6a623009}.merge-tile{font-family:Georgia,serif;font-size:37px;font-weight:600;background:#f3eccf;color:#8e8261;box-shadow:inset 0 2px #fff7df,inset 0 -4px #d5cbab;border:1px solid #d3c6a4}.merge-tile.value-4{background:#eee0b7;color:#998455}.merge-tile.value-8{background:#e9ce91;color:#957039;box-shadow:inset 0 2px #f6e0ac,inset 0 -4px #ceb278}.merge-tile.value-16{background:#dfb875;color:#fff8e2;box-shadow:inset 0 2px #efce96,inset 0 -4px #bf985b}.merge-tile.value-32{background:#d69c64;color:#fff8e2;box-shadow:inset 0 2px #e5b582,inset 0 -4px #b7804f}.merge-tile.value-64{background:#c7845b;color:#fff6de;box-shadow:inset 0 2px #dba077,inset 0 -4px #aa6e4b}.merge-tile.value-128,.merge-tile.value-256{background:#aeb881;color:#fffce8;font-size:30px;box-shadow:inset 0 2px #c1c99c,inset 0 -4px #8d995e;border-color:#8e9c69}.merge-tile.value-512,.merge-tile.value-1024,.merge-tile.value-2048{background:#d4b348;color:#fffce4;font-size:27px;box-shadow:inset 0 2px #ecd37c,inset 0 -4px #b89c3a;border-color:#bba24a}.merge-tile>.icon{position:absolute;bottom:6px;width:13px;height:13px;opacity:.55}.mini-status{text-align:center;height:47px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;color:#979079;margin-top:10px}.mini-status .icon{height:14px;width:14px;color:#b9a169}.direction-controls{display:flex;align-items:center;justify-content:center;gap:10px;min-height:71px;padding-bottom:13px}.direction-controls>button{width:40px;height:40px;background:#f1eddf;border:1px solid #dfd9c6;border-radius:9px;color:#8b8267;box-shadow:0 2px #ded7c5;font-size:21px}.direction-controls>button:hover:not(:disabled){background:#e9e0c8}.direction-controls>button:disabled{opacity:.42}.direction-controls>.undo-button{font-size:10px;width:auto;padding:0 10px;margin-left:12px;display:flex;align-items:center;gap:4px;box-shadow:none;background:none}.undo-button .icon{width:14px;height:14px}.mini-tip>p{font-size:12px;white-space:normal;line-height:1.9;margin-top:16px;color:#858e71}.mini-tip>small{white-space:normal;font-size:9px;text-align:left}.tip-decoration{display:flex;align-items:center;justify-content:center;gap:14px;margin:18px 0;color:#a8aa81}.tip-decoration>span{background:#e7e8d5;border-radius:7px;min-width:36px;height:36px;display:grid;place-items:center;font:21px Georgia,serif;color:#909268}.tip-decoration>b{font-size:14px;font-weight:400}.tip-decoration>.icon{color:#b4a360;width:35px;height:35px;stroke-width:1.3}.mini-guide{padding:40px 0;margin-top:40px;border-top:1px solid var(--line)}.mini-guide h2{font-family:Songti SC,serif;font-size:26px;letter-spacing:1px;margin:12px 0 24px}.mini-guide-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.mini-guide-columns p{font-size:12px;line-height:1.9;color:#8e8876}.mini-guide-columns b{display:block;font-size:13px;font-weight:500;color:#6e735a;margin-bottom:9px}.related-games{padding:32px 0 50px;border-top:1px solid var(--line)}.related-games .game-cards{grid-template-columns:repeat(2,1fr)}.related-games .game-card{display:grid;grid-template-columns:42% 1fr}.related-games .game-card-art{height:100%;min-height:190px}.related-games .card-doodle{right:15px;font-size:22px}.related-games .game-card-copy{padding:22px 20px}.related-games .game-card h3{font-size:21px}.related-games .game-card h3>span{display:none}.related-games .card-play{margin-top:15px}.memory-board{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;aspect-ratio:1;padding:3px;touch-action:manipulation}.memory-card{min-width:0;min-height:0;position:relative;padding:0;border-radius:10px;background:transparent;perspective:600px;aspect-ratio:1;border:0}.card-back,.card-front{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:10px;backface-visibility:hidden;transition:transform .35s ease;box-shadow:0 3px #bbbca0;border:1px solid #b7bda0}.card-back{background:#dbe1c9;color:#a1ae8e;background-image:repeating-linear-gradient(45deg,transparent,transparent 5px,#ffffff12 5px,#ffffff12 6px)}.card-back:after{content:"";position:absolute;inset:6px;border:1px solid #bbc5a750;border-radius:6px}.card-back>.icon{width:29px;height:29px;stroke-width:1.3;transform:rotate(-12deg)}.card-back>i{position:absolute;top:7px;right:10px;font-size:11px;font-style:normal;color:#b4bca4}.card-front{background:#fbf4df;transform:rotateY(180deg);color:#bf9c48;flex-direction:column;gap:7px;border-color:#d7c69b;box-shadow:0 3px #d7c69b}.card-front>.icon{height:34px;width:34px;stroke-width:1.5}.card-front>small{font-size:8px;letter-spacing:1px;color:#ab9771}.flipped .card-back{transform:rotateY(-180deg)}.flipped .card-front{transform:rotateY(0)}.memory-card.matched .card-front{background:#f3f0dc;border-color:#d5d9ba;box-shadow:0 2px #d5d9ba}.memory-card.matched .card-front:after{content:"✓";position:absolute;top:4px;right:7px;color:#a8b28f;font-size:10px}.symbol-1 .card-front,.symbol-2 .card-front{color:#8b9c70}.symbol-3 .card-front,.symbol-4 .card-front{color:#c08f7b}.symbol-5 .card-front,.symbol-6 .card-front{color:#8fa5a1}.memory-progress{height:71px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding-bottom:12px;color:#95957d;font-size:10px}#memory-dots{display:flex;gap:7px}#memory-dots i{height:7px;width:7px;background:#e0e3d1;border-radius:50%;transition:background .2s}#memory-dots i.found{background:#afbc8a}.not-found{min-height:60vh;padding:90px 0}.not-found h1{font-size:35px}.not-found p{color:#89816b;margin:20px 0}.not-found .primary-button{margin-top:20px}@media(max-width:1100px){.home-hero h1{font-size:48px}.hero-spark{right:24px;font-size:32px}.home-hero-art img{height:330px}.home-hero{min-height:410px}.game-cards{gap:18px}.game-card-copy{padding:21px 18px}.game-card h3{font-size:22px}.game-card-copy>p{font-size:9px}.home-promise{padding:27px;gap:23px}.promise-sign{font-size:12px}.related-games .game-card{grid-template-columns:40% 1fr}.related-games .card-issue{font-size:6px;left:12px}.related-games .preview-puzzle{transform:scale(.85) rotate(-8deg)}.related-games .preview-merge,.related-games .preview-memory{transform:scale(.85) rotate(8deg)}.related-games .card-doodle{display:none}.related-games .game-card-copy{padding:20px 14px}.related-games .game-card h3{font-size:19px}}@media(max-width:960px){.home-hero h1{font-size:43px}.home-hero .eyebrow{font-size:7px}.home-hero-copy>p{font-size:11px}.hero-benefits{gap:11px;font-size:8px}.home-hero-art img{height:290px}.hero-art-note{font-size:12px;top:43px;right:0}.home-hero{min-height:380px;padding:25px 0 35px}.hero-spark{right:20px;font-size:28px}.game-card-art{height:160px}.game-card-copy{padding:19px 16px}.game-card h3{font-size:20px}.card-doodle{right:20px}.card-issue{left:14px;font-size:6px}.promise-sign,.home-promise p br{display:none}.mini-panel{padding:0 18px}.merge-board{gap:8px;padding:10px}.merge-tile{font-size:30px}.merge-tile.value-128,.merge-tile.value-256{font-size:25px}.merge-tile.value-512,.merge-tile.value-1024,.merge-tile.value-2048{font-size:23px}.direction-controls{gap:7px}.direction-controls>button{width:34px;height:36px;font-size:18px}.direction-controls>.undo-button{margin-left:5px;padding:0 8px;font-size:9px}.mini-tip>p{font-size:11px}.memory-board{gap:8px}.card-front>.icon{width:28px;height:28px}.card-front>small{font-size:7px}.related-games .game-card{display:block}.related-games .game-card-art{min-height:155px}.related-games .game-card-copy{padding:18px 22px}.related-games .game-card h3{font-size:23px}.related-games .game-card-copy>p{font-size:11px}.related-games .preview-puzzle{transform:scale(1) rotate(-8deg)}.related-games .preview-merge,.related-games .preview-memory{transform:scale(.9) rotate(8deg)}}@media(max-width:760px){.home-hero{grid-template-columns:1fr 1fr;padding:34px 0;min-height:340px}.home-hero h1{font-size:37px;letter-spacing:2px;margin:16px 0}.home-hero-art img{height:270px;width:calc(100% + 30px);margin-left:-30px}.hero-art-note{font-size:11px;top:8px;right:0}.hero-caption{font-size:8px;gap:5px;flex-wrap:wrap}.hero-caption>span{font-size:12px}.hero-caption .icon{height:12px;width:12px}.hero-spark{font-size:24px;right:15px}.home-hero-copy>p{font-size:10px;letter-spacing:.3px}.home-hero .eyebrow{font-size:6px;letter-spacing:1px}.home-hero .little-line{width:12px}.home-cta{margin-top:20px;font-size:11px;padding:11px 15px}.hero-benefits{flex-wrap:wrap;gap:9px;margin-top:17px}.hero-benefits>span:last-child{display:none}.game-cards{gap:15px}.game-card-art{height:145px}.game-card h3{font-size:18px}.game-card h3>span{display:none}.game-card-copy{padding:15px 13px}.card-tags{font-size:7px;gap:5px}.card-tags>span+span:before{margin-right:5px}.game-card-copy>p{font-size:9px}.card-play{font-size:9px;margin-top:13px}.preview-puzzle{transform:scale(.8) rotate(-8deg)}.preview-merge,.preview-memory{transform:scale(.8) rotate(8deg)}.card-doodle{display:none}.card-issue{font-size:5px;left:10px;top:12px}.home-promise{margin:35px 0;padding:25px;gap:20px}.promise-flower{font-size:49px}.home-promise h2{font-size:20px}.home-promise p{font-size:10px}.mini-panel{padding:0 24px}.mini-board-wrap{max-width:412px;width:100%}.merge-tile{font-size:37px}.merge-tile.value-128,.merge-tile.value-256{font-size:30px}.merge-tile.value-512,.merge-tile.value-1024,.merge-tile.value-2048{font-size:28px}.direction-controls>button{width:40px;height:40px}.direction-controls>.undo-button{font-size:11px;margin-left:10px}.mini-tip>p{font-size:11px}.mini-tip>small{font-size:10px}.tip-decoration{gap:10px}.tip-decoration>span{height:28px;min-width:28px;font-size:17px}.mini-guide{padding:30px 0;margin-top:30px}.mini-guide-columns{gap:23px}.mini-guide-columns p{font-size:10px}.mini-guide-columns b{font-size:11px}.mini-guide h2{font-size:24px}.card-front>.icon{height:34px;width:34px}.card-front>small{font-size:9px}.card-back>.icon{height:32px;width:32px}.related-games{padding:28px 0 35px}.related-games .section-heading h2{font-size:23px}.related-games .section-heading>.text-button{font-size:10px}.related-games .game-card-copy{padding:18px}.related-games .game-card h3{font-size:21px}.related-games .game-card-copy>p{font-size:10px}}@media(max-width:540px){.home-hero{grid-template-columns:1fr;padding:32px 0 24px;overflow:hidden}.home-hero-copy{z-index:1}.home-hero h1{font-size:43px;line-height:1.35;margin:18px 0 15px}.home-hero .eyebrow{font-size:7px;letter-spacing:1.5px}.home-hero-copy>p{font-size:12px;line-height:1.9}.hero-spark{right:42px;top:4px;font-size:34px}.home-hero-art{margin-top:12px;align-items:center}.home-hero-art img{height:265px;width:100%;margin-left:0;object-position:75% center}.hero-art-note{top:6px;right:5px;font-size:13px}.hero-caption{font-size:10px;gap:8px;margin-top:-4px}.hero-caption>span{font-size:14px}.hero-benefits{font-size:9px;gap:17px}.hero-benefits>span:last-child{display:flex}.home-cta{font-size:12px;margin-top:22px}.game-library{padding-top:27px}.game-cards{grid-template-columns:1fr;gap:17px}.game-library .game-card{display:grid;grid-template-columns:42% 1fr}.game-library .game-card-art{height:100%;min-height:184px}.game-library .game-card-copy{padding:23px 18px}.game-library .game-card h3{font-size:23px;margin:12px 0}.game-library .card-tags{font-size:8px}.game-library .game-card-copy>p{font-size:10px;line-height:1.9}.game-library .card-play{margin-top:17px;font-size:10px}.card-issue{font-size:6px;letter-spacing:1px;top:13px;left:10px}.game-library .preview-puzzle{transform:scale(.9) rotate(-8deg)}.game-library .preview-merge,.game-library .preview-memory{transform:scale(.85) rotate(8deg)}.home-promise{padding:24px 20px;gap:16px;align-items:flex-start}.promise-flower{font-size:37px;margin-top:22px}.home-promise .eyebrow{font-size:6px;letter-spacing:1px}.home-promise h2{font-size:18px;letter-spacing:.4px;line-height:1.6}.home-promise p{font-size:10px}.mini-panel{padding:0 15px}.mini-board-wrap{width:100%}.mini-tip{padding:18px 14px}.mini-tip>p{font-size:10px}.mini-tip>small{font-size:9px}.tip-decoration{gap:7px;margin:14px 0}.tip-decoration>span{min-width:23px;height:26px;font-size:15px}.tip-decoration>b{font-size:11px}.mini-guide-columns{grid-template-columns:1fr;gap:18px}.mini-guide-columns p{font-size:12px}.mini-guide-columns b{font-size:13px}.related-games .game-cards{grid-template-columns:1fr;gap:16px}.related-games .game-card{display:grid;grid-template-columns:40% 1fr}.related-games .game-card-art{min-height:177px}.related-games .game-card-copy{padding:21px 18px}.related-games .game-card h3{font-size:23px}.related-games .game-card-copy>p{font-size:10px}.mini-status{font-size:9px}.direction-controls{gap:7px}.direction-controls>button{width:37px;height:38px}.direction-controls>.undo-button{font-size:9px;padding:0 8px;margin-left:7px}.memory-board{gap:8px}.card-front>.icon{height:30px;width:30px}.card-back>.icon{height:28px;width:28px}.card-front>small{font-size:8px}.card-back:after{inset:5px}.merge-board{gap:8px;padding:9px}.merge-tile{font-size:30px}.merge-tile.value-128,.merge-tile.value-256{font-size:27px}.merge-tile.value-512,.merge-tile.value-1024,.merge-tile.value-2048{font-size:23px}}@media(max-width:350px){.home-hero h1{font-size:39px}.home-hero-copy>p{font-size:11px}.hero-benefits{font-size:8px;gap:10px}.home-hero-art img{height:235px}.home-hero .eyebrow{font-size:6px;letter-spacing:1px}.hero-spark{right:20px}.game-library .game-card-copy{padding:20px 14px}.game-library .game-card h3{font-size:20px}.game-library .game-card-copy>p{font-size:9px}.game-library .card-tags{font-size:7px}.game-library .preview-puzzle{transform:scale(.75) rotate(-8deg)}.game-library .preview-merge,.game-library .preview-memory{transform:scale(.75) rotate(8deg)}.home-promise{padding:22px 15px;gap:12px}.promise-flower{font-size:29px}.home-promise h2{font-size:16px}.direction-controls{gap:6px}.direction-controls>button{width:30px;height:35px}.direction-controls>.undo-button{padding:0 6px;margin-left:3px;font-size:8px}.merge-board{gap:7px;padding:8px}.merge-tile{font-size:26px}.merge-tile.value-128,.merge-tile.value-256{font-size:23px}.merge-tile.value-512,.merge-tile.value-1024,.merge-tile.value-2048{font-size:20px}.card-front>.icon{height:24px;width:24px}.card-front>small{font-size:7px}.card-back>.icon{height:24px;width:24px}.card-back>i{font-size:9px;right:6px}.memory-board{gap:7px}.card-back,.card-front{border-radius:8px}.memory-progress{height:61px}.related-games .game-card-copy{padding:20px 14px}.related-games .game-card h3{font-size:20px}.related-games .game-card-copy>p{font-size:9px}.related-games .section-heading h2{font-size:20px}.not-found h1{font-size:26px}}.home-hero-art img{-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 95%,transparent),linear-gradient(0deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 95%,transparent),linear-gradient(0deg,transparent,#000 9%,#000 91%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}.hero-art-note{top:2px;right:20px}.lion-art{-webkit-mask-image:linear-gradient(0deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(0deg,transparent,#000 9%,#000 91%,transparent)}.merge-tile.value-16,.merge-tile.value-32{color:#614123}.merge-tile.value-64{color:#452a1b}.merge-tile.value-128,.merge-tile.value-256{color:#3b472b}.merge-tile.value-512,.merge-tile.value-1024,.merge-tile.value-2048{color:#584018}.mini-guide-columns p,.game-card-copy>p,.home-hero-copy>p{color:#756f5f}@media(max-width:760px){.hero-art-note{top:-3px;right:0}}.jump-panel{padding:0 24px}.jump-panel .scoreboard{width:100%;height:88px;gap:24px}.jump-streak{margin-left:auto;color:#9a8b54;font-size:11px;display:flex;gap:6px;align-items:center}.jump-streak .icon{height:19px;width:19px}.jump-stage{position:relative;isolation:isolate;border:1px solid #dce1cb;border-radius:17px;background:#f4f3e5;overflow:hidden;box-shadow:0 3px #e1e3d0}.jump-stage canvas{display:block;width:100%;height:auto;aspect-ratio:680/470;touch-action:none;user-select:none;-webkit-user-select:none;cursor:pointer;outline-offset:-5px}.jump-stage-label{position:absolute;top:19px;left:20px;right:20px;display:flex;justify-content:space-between;pointer-events:none;color:#989c7b;font-size:8px;letter-spacing:1.6px}.jump-stage-label span:last-child{font-size:10px;letter-spacing:.5px}.jump-first-hint{position:absolute;bottom:23px;left:50%;transform:translate(-50%);font-size:12px;color:#8a8e6e;display:flex;align-items:center;gap:8px;white-space:nowrap;pointer-events:none}.jump-first-hint[hidden]{display:none}.jump-first-hint .icon{width:19px;height:19px;transform:rotate(-45deg)}.jump-input{max-width:435px;margin:24px auto 18px}.charge-heading{display:flex;justify-content:space-between;color:#817c61;font-size:10px;margin-bottom:9px;letter-spacing:.5px}.charge-track{height:9px;border-radius:8px;background:#ebe9d9;position:relative;isolation:isolate;border:1px solid #e0deca}.charge-track>span{display:block;width:0;height:100%;border-radius:8px;background:#dfb34e;box-shadow:inset 0 1px #f5d480}.charge-track>i{position:absolute;top:-4px;width:3px;height:15px;background:#8c9f68;box-shadow:0 0 0 2px #fffdf680;border-radius:3px}.charge-track>i:after{content:"✿";position:absolute;bottom:18px;left:-4px;font-style:normal;font-size:12px;color:#a9ac77}.jump-input .primary-button{width:100%;margin-top:19px;min-height:49px;touch-action:none;user-select:none;-webkit-user-select:none;transition:background .15s,box-shadow .15s}.jump-input .primary-button.charging{background:#dfac45;box-shadow:inset 0 2px #c79a3d;transform:translateY(2px)}.jump-input .primary-button:disabled{opacity:.55;cursor:default}.jump-input .primary-button>span{font-size:8px;letter-spacing:1px;border:1px solid #b79a4e;padding:3px 5px;border-radius:4px;opacity:.7;margin-left:auto}.jump-input .primary-button>.icon{margin-right:auto}.jump-input>p{text-align:center;font-size:10px;line-height:1.8;color:#88856e;margin-top:12px;min-height:18px}.jump-feedback{position:absolute;top:19%;left:50%;transform:translate(-50%,12px);opacity:0;color:#9b7732;font-size:18px;font-family:Songti SC,serif;font-weight:600;padding:10px 18px;white-space:nowrap;background:#fff9e9e8;border:1px solid #e6d9a9;border-radius:25px;transition:.25s;pointer-events:none}.jump-feedback.visible{opacity:1;transform:translate(-50%)}.jump-bonus{display:flex;gap:12px;justify-content:center;margin:20px 0;color:#a1914d}.jump-bonus>span{border:1px solid #d5ddbf;background:#e5e9d5;border-radius:50%;width:39px;height:39px;display:grid;place-items:center;font:17px Georgia,serif}.game-card-lion-hop .game-card-art{background:#e6e9d5}.preview-hop{position:relative;width:150px;height:124px;margin-top:20px}.preview-hop>i{position:absolute;width:73px;height:35px;border-radius:50%;background:#c2cda7;box-shadow:0 11px #aab88d;bottom:13px;left:4px;transform:rotate(-8deg)}.preview-hop>i:nth-child(2){left:82px;bottom:51px;width:61px;height:28px;background:#e5c683;box-shadow:0 10px #cbb06f}.preview-hop .hop-lion{position:absolute;left:29px;bottom:34px;font-size:46px;line-height:1;filter:saturate(.65)}.preview-hop .hop-arc{position:absolute;left:54px;top:10px;width:69px;height:43px;border-top:2px dashed #a7ae7d;border-radius:50%;transform:rotate(-20deg)}.game-library .game-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.game-library .game-card{display:grid;grid-template-columns:42% 1fr}.game-library .game-card-art{height:100%;min-height:206px}.game-library .game-card-copy{padding:25px}.related-games .game-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.related-games .game-card{display:block}.related-games .game-card-art{height:165px;min-height:0}.jump-main .mini-guide{margin-top:35px}@media(max-width:960px){.game-library .game-card-copy{padding:22px 17px}.game-library .game-card-art{min-height:190px}.game-library .game-card h3{font-size:21px}.game-library .game-card h3>span{display:none}.related-games .game-card-copy{padding:18px 14px}.related-games .game-card h3{font-size:20px}.jump-panel{padding:0 18px}.jump-streak{font-size:9px;gap:4px}.jump-stage-label{top:14px;left:15px;right:15px;font-size:6px}.jump-stage-label span:last-child{font-size:9px}.jump-first-hint{font-size:10px;bottom:16px}.jump-input{margin-top:21px}}@media(max-width:760px){.game-library .game-card{display:block}.game-library .game-card-art{height:170px;min-height:0}.game-library .game-card-copy{padding:21px}.jump-panel{padding:0 18px}.jump-panel .scoreboard{height:82px}.jump-streak{font-size:10px}.jump-stage-label{font-size:7px}.jump-stage canvas{aspect-ratio:680/470}.jump-input{margin:21px auto 17px}.jump-stage{border-radius:12px}.jump-feedback{font-size:14px;padding:8px 13px}.jump-bonus{gap:7px}.jump-bonus>span{height:30px;width:30px;font-size:14px}.related-games .game-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.related-games .game-card h3{font-size:20px}.related-games .game-card-art{height:150px}}@media(max-width:540px){.game-library .game-cards{grid-template-columns:1fr}.game-library .game-card{display:grid;grid-template-columns:42% 1fr}.game-library .game-card-art{height:100%;min-height:183px}.game-library .game-card-copy{padding:22px 18px}.game-library .game-card h3{font-size:22px}.jump-main h1{font-size:30px;letter-spacing:1px}.jump-panel{padding:0 13px}.jump-streak{font-size:9px}.jump-streak .icon{width:15px;height:15px}.jump-panel .scoreboard{gap:19px}.jump-stage-label{top:11px;left:12px;right:12px;font-size:6px;letter-spacing:1px}.jump-stage-label span:last-child{font-size:8px}.jump-first-hint{font-size:9px;bottom:12px;gap:4px}.jump-first-hint .icon{height:13px;width:13px}.jump-input .primary-button{font-size:12px;min-height:48px;padding:10px 15px}.jump-input>p{font-size:9px}.jump-stage .board-overlay{padding:10px}.jump-stage .overlay-emblem{display:none}.jump-stage .board-overlay .eyebrow{font-size:5px}.jump-stage .board-overlay h2{font-size:19px;margin:9px 0 6px}.jump-stage .board-overlay p{font-size:10px;line-height:1.7}.jump-stage .board-overlay .primary-button{margin-top:11px;min-height:40px;padding:9px 16px;font-size:11px}.related-games .game-cards{grid-template-columns:1fr}.related-games .game-card{display:grid;grid-template-columns:40% 1fr}.related-games .game-card-art{height:100%;min-height:175px}.related-games .game-card-copy{padding:21px 18px}.related-games .game-card h3{font-size:22px}.preview-hop{transform:scale(.85)}}@media(max-width:350px){.jump-main h1{font-size:27px}.jump-main .title-sun .icon{width:24px;height:24px}.jump-streak{font-size:8px}.jump-panel .scoreboard{gap:14px}.jump-stage .board-overlay h2{font-size:17px;margin:6px 0}.jump-stage .board-overlay p{font-size:9px}.jump-stage .board-overlay .eyebrow{display:none}.jump-stage .board-overlay .primary-button{margin-top:8px;min-height:36px}.game-library .game-card h3,.related-games .game-card h3{font-size:19px}.game-library .game-card-copy,.related-games .game-card-copy{padding:20px 13px}.preview-hop{transform:scale(.72)}}.preview-hop .hop-lion{width:55px;height:58px;left:12px;bottom:37px;filter:none}.language-switch{display:flex;align-items:center;gap:7px;flex-shrink:0;border:1px solid #dedecb;border-radius:12px;padding:0 10px;background:#fffdf5;color:#63785b;min-height:44px}.language-switch>span{font-size:23px;line-height:1}.language-switch select{font:inherit;font-size:12px;color:#514b3b;background:transparent;border:0;min-height:42px;max-width:110px;cursor:pointer;padding:0 4px}.language-switch:focus-within{outline:2px solid #9b7a34;outline-offset:3px}.language-switch select:focus{outline:none}html[lang=en] .brand-en,html[lang=en] .footer-brand>span{display:none}html[lang=en] h1,html[lang=en] h2,html[lang=en] h3{letter-spacing:0}html[lang=ja]{font-family:Inter,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif}html[lang=ja] h1,html[lang=ja] h2,html[lang=ja] h3{font-family:Georgia,Hiragino Mincho ProN,Yu Mincho,serif}html:not([lang=zh-CN]) .intro h1{font-size:clamp(27px,3.8vw,45px);line-height:1.25;max-width:760px;flex-wrap:wrap;row-gap:5px}html:not([lang=zh-CN]) .home-hero h1{font-size:clamp(37px,4.6vw,58px);letter-spacing:0;line-height:1.3}html:not([lang=zh-CN]) .hero-spark{right:12px}html:not([lang=zh-CN]) .game-card h3{font-size:22px;line-height:1.25}html:not([lang=zh-CN]) .game-card p{line-height:1.7}html:not([lang=zh-CN]) .mode-label span{display:none}html:not([lang=zh-CN]) .meadow-hud,html:not([lang=zh-CN]) .garden-hud{font-size:11px}html:not([lang=zh-CN]) .board-overlay h2{font-size:clamp(20px,2.6vw,28px);line-height:1.25}html:not([lang=zh-CN]) .board-overlay p{line-height:1.65}html:not([lang=zh-CN]) .board-overlay .eyebrow{letter-spacing:1px}html:not([lang=zh-CN]) .board-overlay .text-button{white-space:normal}html:not([lang=zh-CN]) .scoreboard{gap:18px}html:not([lang=zh-CN]) .section-heading{gap:20px}html:not([lang=zh-CN]) .section-heading>span{max-width:280px;text-align:right}html:not([lang=zh-CN]) .mini-guide b{line-height:1.6}html:not([lang=zh-CN]) .card-tags{flex-wrap:wrap;row-gap:3px}@media(max-width:760px){.site-header{flex-wrap:wrap;height:auto;min-height:90px;padding:15px 0;gap:12px}.site-header .brand{order:0;margin-right:auto}.language-switch{order:1}.site-header nav{order:2;width:100%;justify-content:center;gap:24px;padding:7px 0 0}.site-header nav>a.active:after{bottom:-14px}.language-switch select{font-size:12px;max-width:94px}.language-switch{padding:0 7px;gap:3px}.site-header nav .text-button{display:inline-flex}html:not([lang=zh-CN]) .home-hero h1{font-size:40px}html:not([lang=zh-CN]) .game-controls{gap:12px;flex-wrap:wrap;height:auto;min-height:58px;padding:12px 0}html:not([lang=zh-CN]) .control-button{font-size:10px}html:not([lang=zh-CN]) .game-card h3{font-size:18px}html:not([lang=zh-CN]) .game-card-copy{padding:20px 16px}html:not([lang=zh-CN]) .card-tags{font-size:8px}html:not([lang=zh-CN]) .intro-aside{display:none}html:not([lang=zh-CN]) .title-sun{display:none}html:not([lang=zh-CN]) .section-heading>span{max-width:140px;font-size:10px}html:not([lang=zh-CN]) .game-topbar .mode-label{font-size:10px}html:not([lang=zh-CN]) .mini-tip p{font-size:11px}html:not([lang=zh-CN]) .companion-column{grid-template-columns:1fr}html:not([lang=zh-CN]) .lion-art{height:220px;object-fit:cover}html:not([lang=zh-CN]) .lion-card p{font-size:12px}html:not([lang=zh-CN]) .sun-card>p,html:not([lang=zh-CN]) .sun-card>small{font-size:11px}html:not([lang=zh-CN]) .lion-intro>span:nth-child(2){font-size:10px}html:not([lang=zh-CN]) .section-mini-title h2{font-size:14px}html:not([lang=zh-CN]) .board-overlay{padding:16px}html:not([lang=zh-CN]) .board-overlay h2{font-size:21px}html:not([lang=zh-CN]) .board-overlay p{font-size:11px}html:not([lang=zh-CN]) .board-overlay .primary-button{margin-top:12px;padding:10px 16px}html:not([lang=zh-CN]) .overlay-emblem{height:32px;width:32px;margin-bottom:8px}html:not([lang=zh-CN]) .board-overlay .eyebrow{font-size:6px}html:not([lang=zh-CN]) .score-current>span,html:not([lang=zh-CN]) .score-best>span{font-size:9px}html:not([lang=zh-CN]) .garden-input{flex-wrap:wrap}html:not([lang=zh-CN]) .garden-input .primary-button{min-height:44px}html:not([lang=zh-CN]) .under-game{flex-wrap:wrap;row-gap:8px}html:not([lang=zh-CN]) .game-cards{min-width:0}}@media(max-width:360px){.site-header{margin-inline:14px}.site-header .brand small{font-size:7px}.site-header .brand strong{font-size:14px}.site-header .brand{gap:6px}.language-switch{padding-inline:3px}.language-switch select{max-width:84px}.language-switch>span{display:none}html:not([lang=zh-CN]) .board-overlay h2{font-size:18px}html:not([lang=zh-CN]) .scoreboard{gap:12px}html:not([lang=zh-CN]) .meadow-hud,html:not([lang=zh-CN]) .garden-hud{font-size:9px;max-width:90px}}html:not([lang=zh-CN]) .sun-card>p,html:not([lang=zh-CN]) .sun-card>small{white-space:normal;overflow-wrap:anywhere}html:not([lang=zh-CN]) .board-message{white-space:normal;max-width:calc(100% - 24px);text-align:center}html:not([lang=zh-CN]) .little-note p{white-space:normal}
