:root{color:#182725;font-synthesis:none;--canvas:#e6ede7;--surface:#f4f7f3;--board:#163b3a;--tile:#fff8e8;--tile-pressed:#f1e2c4;--accent:#c65a3a;--selected:#c8a96b;--text:#182725;--muted:#52635f;--inverse:#fff8e8;--apple-green:#34c759;--number-font:"SF Pro Rounded", ui-rounded, "Arial Rounded MT Bold", system-ui, sans-serif;background:#d9e2dc;font-family:Noto Sans SC,PingFang SC,Hiragino Sans GB,system-ui,sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:#d9e2dc;min-width:320px;min-height:100%}body{overscroll-behavior-y:none;background:#d9e2dc;min-width:320px;min-height:100dvh;margin:0}#root{min-height:100dvh}button,input{font:inherit}button{color:inherit;cursor:pointer;appearance:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:0;padding:0}button:focus-visible,input:focus-visible+span{outline-offset:2px;outline:3px solid #c65a3a61}button:disabled{cursor:default}.app-shell{width:min(100%,393px);min-height:100dvh;padding:max(22px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(30px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:var(--canvas);flex-direction:column;gap:12px;margin:0 auto;display:flex;position:relative;overflow-x:hidden}.game-header{justify-content:space-between;align-items:center;width:100%;height:44px;display:flex}.brand,.header-link,.back-button{background:0 0;font-size:14px;font-weight:600}.brand{align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.brand>span{background:var(--accent);border-radius:50%;flex:0 0 14px;width:14px;height:14px}.header-link{text-align:right;min-width:44px;min-height:44px}.intro{height:54px;overflow:hidden}.intro h1{letter-spacing:-.02em;margin:0;font-size:25px;font-weight:800;line-height:30px}.intro p{color:var(--muted);white-space:nowrap;margin:2px 0 0;font-size:13px;line-height:18px}.selectors{gap:8px;display:grid}.selector-row{background:var(--surface);border-radius:12px;grid-template-columns:51px minmax(0,1fr);align-items:center;height:44px;padding:4px 4px 4px 12px;display:grid}.selector-row>span{color:var(--muted);font-size:12px;font-weight:500}.selector-row>div{grid-template-columns:repeat(3,minmax(0,76px));justify-content:space-between;height:36px;display:grid}.selector-row button{min-width:0;height:36px;color:var(--muted);background:0 0;border-radius:8px;font-size:13px;font-weight:500}.selector-row button.active{background:var(--selected);color:var(--text)}.stats{background:var(--surface);border-radius:16px;grid-template-columns:repeat(3,1fr);align-items:center;height:56px;padding:0 16px;display:grid}.stats>div,.stats>button{background:0 0;flex-direction:column;align-items:flex-start;display:flex}.stats>:nth-child(2){align-items:center}.stats>:last-child{align-items:flex-end}.stats span{color:var(--muted);font-size:11px;font-weight:400;line-height:13px}.stats strong{font-family:var(--number-font);font-variant-numeric:tabular-nums;font-size:18px;font-weight:700;line-height:21px}.board-wrap{width:100%;position:relative}.board{--size:6;--gap:4px;aspect-ratio:1;grid-template-columns:repeat(var(--size), minmax(0, 1fr));grid-template-rows:repeat(var(--size), minmax(0, 1fr));gap:var(--gap);background:var(--board);touch-action:none;overscroll-behavior:contain;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;border-radius:24px;width:100%;padding:14px;display:grid;position:relative;overflow:hidden}.board,.board *{-webkit-touch-callout:none;-webkit-user-drag:none;-webkit-user-select:none!important;user-select:none!important}.tile,.slot{aspect-ratio:1;width:100%;min-width:0;position:relative}.tile{background:var(--tile);color:var(--text);font-family:var(--number-font);font-variant-numeric:tabular-nums;opacity:1;transform:translate3d(var(--drag-x,0), var(--drag-y,0), 0);touch-action:none;border-radius:12px;place-items:center;font-size:22px;font-weight:800;line-height:1;transition:transform .125s cubic-bezier(.2,.78,.25,1),background-color .12s,box-shadow .12s;display:grid}.tile.movable{background:var(--tile-pressed);box-shadow:inset 0 0 0 2px var(--accent)}.tile.hinted{background:var(--accent);color:var(--inverse);box-shadow:none;animation:.68s ease-in-out 2 hint-pulse}.tile.dragging{z-index:5;will-change:transform;transition:none;box-shadow:0 7px 14px #03191842}.tile:active{transform:translate3d(var(--drag-x,0), var(--drag-y,0), 0) scale(.97)}.empty{background:0 0;border-radius:12px}.board[data-size="8"] .tile,.board[data-size="8"] .empty{border-radius:9px}.board[data-size="8"] .tile{font-size:15px}.board[data-size="10"] .tile,.board[data-size="10"] .empty{border-radius:6px}.board[data-size="10"] .tile{font-size:11px}@keyframes hint-pulse{50%{transform:scale(.94)}}.pause-overlay{z-index:20;color:var(--inverse);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#163b3af0;border-radius:24px;place-content:center;gap:8px;padding:24px;display:grid;position:absolute;inset:0}.pause-overlay strong{font-size:24px}.pause-overlay span{opacity:.78;font-size:13px}.action-dock{gap:8px;display:grid}.secondary-actions,.primary-actions{gap:12px;display:grid}.secondary-actions{grid-template-columns:repeat(3,1fr)}.primary-actions{grid-template-columns:repeat(2,1fr);gap:9px}.action-button{background:var(--surface);width:100%;height:52px;color:var(--text);border-radius:12px;font-size:14px;font-weight:600}.action-button.accent{background:var(--accent);color:var(--inverse)}.action-button:disabled{opacity:.48}.action-button.wide{flex:none}.subpage{padding-top:max(24px, env(safe-area-inset-top));gap:18px}.back-button{align-self:flex-start;min-height:17px;line-height:17px}.subpage-heading{gap:8px;display:grid}.subpage-heading h1{letter-spacing:-.02em;margin:0;font-size:30px;font-weight:800;line-height:36px}.subpage-heading p{color:var(--muted);margin:0;font-size:13px;line-height:16px}.difficulty-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;display:grid}.difficulty-cards button{background:var(--surface);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:3px;height:112px;display:flex}.difficulty-cards button.active{background:var(--board);color:var(--inverse)}.difficulty-cards span{margin-bottom:3px;font-size:13px;font-weight:500}.difficulty-cards strong,.difficulty-cards small{font-family:var(--number-font);font-variant-numeric:tabular-nums;font-size:16px;font-weight:700;line-height:19px}.difficulty-cards small{font-size:14px}.history-section{gap:10px;display:grid}.history-section h2{margin:0;font-size:18px;line-height:22px}.history-list{gap:10px;display:grid}.history-item{background:var(--surface);width:100%;height:68px;font-family:var(--number-font);font-variant-numeric:tabular-nums;border-radius:16px;justify-content:space-between;align-items:center;padding:0 18px;font-size:14px;display:flex}.history-item strong{font-size:14px;font-weight:600}.empty-state{background:var(--surface);color:var(--muted);text-align:center;border-radius:16px;margin:0;padding:36px 18px;font-size:13px}.preferences{gap:10px;display:grid}.setting-row,.install-entry{background:var(--surface);border-radius:16px;justify-content:space-between;align-items:center;width:100%;height:66px;padding:0 18px;display:flex}.setting-row strong,.install-entry strong{font-size:15px;font-weight:600}.setting-row>span{gap:2px;display:grid}.setting-row small{color:var(--muted);font-size:11px;font-weight:400}.setting-row.unsupported{color:var(--muted)}.setting-row>span,.install-entry span{color:var(--muted);font-size:13px;font-weight:400}.install-entry{text-align:left;height:72px}.install-entry:disabled{opacity:.72}.apple-switch{flex:0 0 51px;width:51px;height:31px;position:relative}.apple-switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.apple-switch span{pointer-events:none;background:#d1d1d6;border-radius:999px;transition:background-color .16s;position:absolute;inset:0}.apple-switch span:after{content:"";background:#fff;border-radius:50%;width:27px;height:27px;transition:transform .16s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 5px #00000038}.apple-switch input:checked+span{background:var(--apple-green)}.apple-switch input:checked+span:after{transform:translate(20px)}.apple-switch.disabled{opacity:.46}.sheet-scrim{z-index:100;background:#092c2bf0;justify-content:center;align-items:flex-end;animation:.18s ease-out scrim-in;display:flex;position:fixed;inset:0}.bottom-sheet{width:min(100%,393px);padding:12px 24px max(34px, env(safe-area-inset-bottom));background:var(--surface);border-radius:32px 32px 0 0;flex-direction:column;align-items:center;animation:.24s cubic-bezier(.2,.8,.25,1) sheet-in;display:flex}.install-sheet{height:min(422px,100dvh - 48px)}.sheet-handle{background:var(--muted);border-radius:3px;flex:0 0 5px;width:36px;height:5px;margin-bottom:12px}.bottom-sheet h2{margin:0 0 12px;font-size:24px;line-height:29px}.bottom-sheet>p{width:100%;color:var(--muted);margin:0 0 12px;font-size:13px;line-height:16px}.install-steps{background:var(--tile);border-radius:18px;flex:0 0 132px;gap:8px;width:100%;height:132px;padding:16px;display:grid}.install-step{align-items:center;gap:12px;height:28px;font-size:14px;font-weight:600;display:flex}.install-step svg{fill:none;width:20px;height:20px;stroke:var(--accent);stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;flex:0 0 20px}.sheet-spacer{flex:auto;min-height:12px}.completion-sheet{gap:12px;height:min(492px,100dvh - 48px)}.completion-sheet .sheet-handle{margin-bottom:4px}.completion-mark{background:var(--accent);width:58px;height:58px;color:var(--inverse);border-radius:50%;flex:0 0 58px;place-items:center;font-size:30px;font-weight:800;display:grid}.completion-sheet h2{margin:0;font-size:28px;line-height:34px}.completion-sheet>p{width:auto;margin:0}.completion-stats{background:var(--tile);border-radius:18px;grid-template-columns:repeat(2,1fr);width:100%;height:88px;display:grid}.completion-stats>div{flex-direction:column;justify-content:center;align-items:center;display:flex}.completion-stats strong{font-family:var(--number-font);font-variant-numeric:tabular-nums;font-size:22px}.completion-stats span{color:var(--muted);font-size:11px}.sheet-link{background:0 0;min-height:44px;font-size:14px;font-weight:600}@keyframes scrim-in{0%{opacity:0}}@keyframes sheet-in{0%{opacity:.8;transform:translateY(24px)}}@media (width<=360px){.app-shell{padding-left:12px;padding-right:12px}.intro p{font-size:12px}.selector-row{grid-template-columns:43px minmax(0,1fr);padding-left:10px}.selector-row>div{grid-template-columns:repeat(3,minmax(0,72px))}.history-item{padding-inline:14px;font-size:13px}.history-item strong{font-size:13px}}@supports (-webkit-touch-callout:none){html,body,#root,.app-shell{min-height:-webkit-fill-available}body{-webkit-font-smoothing:antialiased}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important}}
