.meowdoku-app{--game-ink: #6f3477;--game-purple: #8d11df;--game-purple-dark: #6f0dbc;--game-pink: #ef55c8;--game-blue: #70c5ee;--game-cream: #fbf7ff;--game-shadow: 0 16px 45px rgb(71 35 105 / 16%);min-height:100dvh;overflow-x:hidden;background:radial-gradient(circle at 15% 10%,rgb(255 255 255 / 70%),transparent 28%),linear-gradient(145deg,#e1d3f7,#f3dfff 48%,#e2cff9);color:var(--game-ink);font-family:Trebuchet MS,Arial Rounded MT Bold,ui-rounded,sans-serif;isolation:isolate}.meowdoku-app,.meowdoku-app *{box-sizing:border-box;border-color:transparent}.meowdoku-app button{margin:0;border:0;font:inherit}.meowdoku-shell{position:relative;display:flex;width:min(100%,560px);min-height:100dvh;margin:0 auto;padding:24px 26px 132px;flex-direction:column;align-items:center;overflow:hidden;background-color:#f7efff;background-image:linear-gradient(rgb(255 255 255 / 56%) 2px,transparent 2px),linear-gradient(90deg,rgb(255 255 255 / 56%) 2px,transparent 2px),radial-gradient(circle,rgb(153 98 214 / 7%) 32%,transparent 34%);background-position:0 0,0 0,7px 7px;background-size:48px 48px,48px 48px,48px 48px;box-shadow:var(--game-shadow)}.game-header{position:relative;z-index:3;display:grid;width:100%;grid-template-columns:54px 1fr 54px;align-items:center}.round-button,.level-title{color:var(--game-purple)}.round-button{display:grid;width:52px;height:52px;place-items:center;border:2px solid #ddc9f6!important;border-radius:50%;background:#fffffff0;box-shadow:0 4px 12px #52228b21;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.round-button:hover,.round-button:focus-visible{box-shadow:0 7px 18px #52228b38;transform:translateY(-2px)}.round-button svg{width:30px;height:30px;stroke-width:3}.level-title{justify-self:center;padding:8px 18px;background:transparent;font-size:clamp(1.55rem,6vw,2rem);font-weight:900;letter-spacing:-.04em}.game-status{position:relative;z-index:2;display:flex;margin-top:14px;align-items:center;justify-content:center;gap:20px}.status-pill{display:flex;min-width:106px;height:42px;padding:5px 13px;align-items:center;justify-content:center;gap:2px;border:2px solid #e8b9ef!important;border-radius:999px;background:#fff;box-shadow:0 4px 10px #65308a14}.cat-progress{font-size:1.32rem}.cat-progress strong{color:#d54fe0;font-size:1.5rem;font-weight:900}.cat-progress span{font-weight:800}.status-cat{width:31px;height:31px;margin-right:3px}.fish{display:inline-flex;width:27px;height:30px;align-items:center;justify-content:center;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:1.35rem;line-height:1;filter:grayscale(1);opacity:.3;transform:translateY(2px);transition:filter .18s ease,opacity .18s ease,transform .18s ease}.fish.active{filter:drop-shadow(0 2px 1px rgb(183 67 48 / 25%));opacity:1;transform:translateY(2px) rotate(-6deg)}.fish-status{padding-block:0}.game-timer{position:relative;z-index:2;display:flex;align-items:center;gap:5px;color:#926a99;font-size:.72rem;font-weight:800}.game-board-meta{position:relative;z-index:2;display:flex;width:min(100%,430px);margin-top:18px;align-items:center;justify-content:space-between}.game-timer svg{width:16px;height:16px}.game-timer strong{color:var(--game-purple-dark);font-variant-numeric:tabular-nums}.game-rules{position:relative;z-index:2;display:grid;width:100%;margin-top:16px;padding:6px;grid-template-columns:repeat(3,1fr);gap:5px;border:2px solid rgb(214 186 238 / 70%);border-radius:16px;background:#ffffffc7}.game-help-link{position:relative;z-index:2;display:flex;align-items:center;gap:5px;color:var(--game-purple-dark);font-size:.76rem;font-weight:900;text-decoration:none}.game-help-link svg{width:19px;height:19px;padding:2px;border-radius:50%;background:#e6cdf7;stroke-width:3}.rule{min-height:48px;padding:6px 7px;border-radius:11px;background:#f8eff9;color:#845d86;font-size:clamp(.68rem,2.8vw,.83rem);font-weight:800;line-height:1.15;cursor:pointer;transition:background .14s ease,color .14s ease,transform .14s ease}.rule.active{outline:2px solid #b85ae4;background:#f0d9ff;color:var(--game-purple-dark);transform:translateY(-1px)}.puzzle-board{position:relative;z-index:2;display:grid;width:min(100%,430px);aspect-ratio:1;margin-top:10px;padding:8px;grid-template-columns:repeat(var(--board-size),minmax(0,1fr));gap:clamp(3px,1vw,6px);border:5px solid var(--game-blue)!important;border-radius:16px;background:#e9f7ff;box-shadow:0 9px #52aedc2e,0 18px 35px #593a831f}.puzzle-cell{position:relative;display:grid;min-width:0;aspect-ratio:1;place-items:center;overflow:visible;border-radius:10px;background:var(--cell-color);box-shadow:inset 0 -3px #462e5014,inset 0 1px #ffffff73;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:filter .14s ease,transform .14s ease}.puzzle-board[data-size="7"] .puzzle-cell,.puzzle-board[data-size="8"] .puzzle-cell,.puzzle-board[data-size="9"] .puzzle-cell{border-radius:7px}.puzzle-cell:hover,.puzzle-cell:focus-visible{z-index:2;outline:3px solid white;filter:brightness(1.06) saturate(1.08);transform:scale(1.04)}.puzzle-cell.cat{box-shadow:0 0 0 4px #fff176bf,0 0 22px #ffce3ed9}.board-cat{width:90%;height:90%;filter:drop-shadow(0 2px 1px rgb(54 34 36 / 18%));animation:cat-pop .24s cubic-bezier(.25,1.5,.5,1)}.cell-mark{width:72%;height:72%;color:#fff;filter:drop-shadow(0 2px 0 rgb(72 49 80 / 16%));stroke-width:4}.game-announcement{position:relative;z-index:2;display:flex;min-height:20px;margin:14px 0 0;align-items:center;justify-content:center;gap:7px;color:#875b8a;font-size:.8rem;font-weight:700;text-align:center}.game-announcement svg{width:18px;height:18px;flex:0 0 auto;color:#7951a2;stroke-width:2.4}.game-controls{position:relative;z-index:3;display:grid;width:100%;margin-top:12px;padding:9px;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;border:2px solid rgb(222 195 242 / 86%);border-radius:20px;background:#ffffffe5;box-shadow:0 10px 28px #4e266f24;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.control{display:flex;min-width:0;padding:4px 1px;flex-direction:column;align-items:center;gap:4px;border-radius:13px;background:transparent;color:#8a698e;font-size:clamp(.64rem,2.4vw,.76rem);font-weight:800;cursor:pointer}.control:hover,.control:focus-visible,.control.active{background:#f0dbff;color:var(--game-purple-dark)}.control:disabled{cursor:not-allowed;opacity:.38}.control-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:11px}.control-icon svg{width:27px;height:27px;stroke-width:2.5}.mark-icon{background:#8fd6f1;color:#fff}.cat-hill{position:absolute;z-index:0;right:-10%;bottom:-100px;left:-10%;height:154px;border-radius:50% 50% 0 0;background:linear-gradient(100deg,#cab7dd,#e7bfd7);box-shadow:inset 0 14px 26px #ffffff3d,0 -8px 24px #68488214}.footer-cat{position:absolute;top:-67px;left:50%;width:96px;height:110px;transform:translate(-50%)}.footer-cat:before{position:absolute;top:57px;left:20px;width:56px;height:58px;border:3px solid #645761;border-radius:48% 48% 42% 42%;background:#927f79;box-shadow:inset 0 -8px #493f441a;content:""}.footer-cat-face{position:absolute;z-index:2;top:0;left:8px;width:80px;height:80px;filter:drop-shadow(0 5px 6px rgb(74 54 72 / 16%))}.settings-popover{position:absolute;z-index:8;top:78px;right:24px;width:min(290px,calc(100% - 48px));padding:16px;border:2px solid #d9b7f1!important;border-radius:20px;background:#fffffff5;box-shadow:var(--game-shadow)}.popover-heading,.sheet-heading{display:flex;align-items:center;justify-content:space-between}.popover-heading strong{color:var(--game-purple-dark);font-size:1.2rem}.popover-heading button,.sheet-heading button{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#f3e6fb;color:var(--game-purple-dark);cursor:pointer}.sound-toggle{display:grid;width:100%;margin-top:12px;padding:12px;grid-template-columns:28px 1fr 48px;align-items:center;gap:10px;border-radius:14px;background:#faf5fd;color:#765a79;text-align:left;cursor:pointer}.toggle{position:relative;width:44px;height:26px;border-radius:999px;background:#d8cedb}.toggle span{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #2f1d3533;transition:transform .15s ease}.toggle.on{background:var(--game-purple)}.toggle.on span{transform:translate(18px)}.game-overlay{position:absolute;z-index:20;inset:0;display:flex;padding:20px;align-items:flex-end;justify-content:center;background:#32144661;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:overlay-in .18s ease both}.level-sheet{width:100%;max-height:min(78dvh,680px);padding:10px 20px 28px;overflow-y:auto;border-radius:28px 28px 20px 20px;background:#fffaff;box-shadow:0 -16px 45px #4016532e}.sheet-handle{width:48px;height:5px;margin:0 auto 18px;border-radius:99px;background:#dfcee7}.sheet-heading span,.eyebrow{margin:0;color:#bc75cc;font-size:.7rem;font-weight:900;letter-spacing:.18em}.sheet-heading h2{margin:3px 0 0;color:var(--game-purple-dark);font-size:1.6rem}.mode-tabs{display:grid;margin-top:18px;padding:5px;grid-template-columns:repeat(3,1fr);gap:5px;border-radius:16px;background:#f1e3fa}.mode-tabs button{display:flex;min-height:48px;padding:6px 3px;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:12px;background:transparent;color:#92729a;font-size:.72rem;font-weight:900;cursor:pointer}.mode-tabs button[aria-pressed=true]{background:#fff;box-shadow:0 4px 12px #5129681a;color:var(--game-purple-dark)}.mode-tabs svg{width:23px;height:23px}.level-grid{display:grid;margin-top:20px;grid-template-columns:repeat(3,1fr);gap:12px}.daily-card{margin-top:20px;padding:24px;border:2px solid #ecd5f7;border-radius:24px;background:radial-gradient(circle at 80% 10%,#ffe785 0 10%,transparent 11%),linear-gradient(145deg,#fbf0ff,#fffaff);text-align:center}.daily-cat{position:relative;display:grid;width:104px;height:104px;margin:0 auto 10px;place-items:center;border-radius:50%;background:#e8c7ff;box-shadow:inset 0 -8px #6b2a8f14}.daily-cat>svg:first-child{width:86px;height:86px}.daily-cat>svg:last-child{position:absolute;right:-4px;bottom:-1px;width:36px;height:36px;padding:7px;border-radius:50%;background:#fff;color:var(--game-purple);box-shadow:0 4px 12px #431f5429}.daily-card>p:first-of-type{margin:0;color:#b079ba;font-size:.78rem;font-weight:900;letter-spacing:.08em}.daily-card h3{margin:5px 0;color:var(--game-purple-dark);font-size:1.6rem}.daily-card>p:last-of-type{margin:0;color:#856b89;font-size:.88rem;line-height:1.5}.ranking-panel{margin-top:20px}.ranking-panel>p{margin:0 0 10px;color:#9c75a4;font-size:.78rem;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:.08em}.empty-ranking{display:grid;min-height:220px;padding:26px;place-items:center;align-content:center;gap:10px;border:2px dashed #ddc4e9;border-radius:22px;color:#9a7ba0;text-align:center}.empty-ranking svg{width:54px;height:54px;color:#c193d2}.empty-ranking p{max-width:240px;margin:0;line-height:1.5}.score-list{display:grid;margin:0;padding:0;gap:8px;list-style:none}.score-list li{display:grid;padding:11px 13px;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;border-radius:15px;background:#f8effc}.score-list li>strong{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#e4c1f6;color:var(--game-purple-dark)}.score-list li>span{display:flex;flex-direction:column;color:#755779;font-weight:900}.score-list small{color:#aa91af;font-size:.66rem;font-weight:700}.score-list b{color:var(--game-purple-dark);font-variant-numeric:tabular-nums}.level-card{position:relative;display:flex;aspect-ratio:1.1;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:2px solid #ead7f3!important;border-radius:18px;background:#faf2ff;color:#8c5992;font-size:1.2rem;font-weight:900;cursor:pointer}.level-card.active{border-color:#a842df!important;background:#f0dcff;color:var(--game-purple-dark)}.level-card:disabled{cursor:not-allowed;filter:grayscale(.7);opacity:.55}.level-card svg{width:36px;height:36px}.level-card>svg:last-child:not(:first-child){position:absolute;top:7px;right:7px;width:17px;height:17px;color:#43a75b}.completion-overlay{align-items:center}.completion-card{width:min(100%,390px);padding:76px 28px 28px;border:3px solid #dba5f1!important;border-radius:30px;background:#fffaff;box-shadow:0 25px 60px #32134d3d;text-align:center}.celebration-cat{position:absolute;top:calc(50% - 210px);left:50%;display:grid;width:112px;height:112px;place-items:center;border:7px solid white;border-radius:50%;background:#ffe77d;box-shadow:0 12px 25px #4f255d33;transform:translate(-50%)}.celebration-cat svg{width:92px;height:92px}.completion-card h2{margin:7px 0;color:var(--game-purple-dark);font-size:2rem}.completion-card>p:not(.eyebrow){margin:0;color:#826c85;line-height:1.5}.primary-game-button{display:flex;width:100%;min-height:54px;margin-top:24px;padding:0 18px;align-items:center;justify-content:center;gap:8px;border-radius:17px;background:linear-gradient(100deg,var(--game-purple),var(--game-pink));box-shadow:0 9px 20px #8216bf3b;color:#fff;font-weight:900;cursor:pointer;text-decoration:none}.tutorial-overlay{position:fixed;z-index:30;align-items:center}.tutorial-card{position:relative;width:min(100%,410px);padding:26px;border:3px solid #dba5f1!important;border-radius:30px;background:#fffaff;box-shadow:0 25px 60px #32134d3d;max-height:calc(100dvh - 32px);overflow-y:auto;text-align:center}.tutorial-skip{position:absolute;z-index:2;top:17px;right:18px;padding:7px 10px;border-radius:999px;background:#f2e4fa;color:#8e6a98;font-size:.72rem;font-weight:900;cursor:pointer}.tutorial-visual{position:relative;display:grid;width:154px;height:154px;margin:10px auto 18px;place-items:center;border-radius:50%;background:linear-gradient(145deg,#e8ceff,#f8eaff);box-shadow:inset 0 -10px #6a2c8b0f}.tutorial-visual .guide-mini-board{width:112px}.tutorial-orbit{position:absolute;right:1px;bottom:10px;width:39px;height:39px;padding:8px;border-radius:50%;background:#fff;color:var(--game-purple);box-shadow:0 5px 12px #4e22642b}.tutorial-card h2{margin:8px 0;color:var(--game-purple-dark);font-size:clamp(1.45rem,6vw,2rem);line-height:1.1}.tutorial-card>p:not(.eyebrow){min-height:48px;margin:0;color:#826c85;line-height:1.5}.tutorial-actions{display:grid;margin-top:24px;gap:24px}.tutorial-dots{display:flex;justify-content:center;gap:7px}.tutorial-dots span{width:7px;height:7px;border-radius:99px;background:#decde6;transition:width .15s ease,background .15s ease}.tutorial-dots .active{width:24px;background:var(--game-purple)}.tutorial-next-button{display:flex;width:100%;min-height:54px;padding:0 18px;align-items:center;justify-content:center;gap:8px;border:2px solid #6f0dbc;border-radius:17px;background:#8d11df;box-shadow:0 6px #6f0dbc;color:#fff;font-weight:900;cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.tutorial-next-button:hover,.tutorial-next-button:focus-visible{box-shadow:0 3px #6f0dbc;transform:translateY(3px)}.game-inner-page{min-height:100dvh}.home-shell{min-height:100dvh;padding-bottom:70px;justify-content:flex-start}.home-topbar{position:relative;z-index:2;display:flex;width:100%;align-items:flex-start;justify-content:space-between}.home-corner-link{display:flex;min-width:68px;align-items:center;flex-direction:column;gap:4px;color:var(--game-purple-dark);font-size:.68rem;font-weight:900;text-decoration:none}.home-corner-link svg{width:45px;height:45px;padding:9px;border:2px solid #ddc9f6;border-radius:50%;background:#ffffffeb;box-shadow:0 5px 12px #52228b21;stroke-width:2.6}.game-logo{position:relative;z-index:2;display:flex;margin-top:clamp(16px,4dvh,42px);align-items:center;flex-direction:column;text-align:center}.logo-cat-wrap{position:relative;display:grid;width:136px;height:136px;place-items:center;border:8px solid white;border-radius:42px;background:linear-gradient(145deg,#ffe978,#f7c560);box-shadow:0 10px #ddb04f,0 18px 30px #4b225b2e;transform:rotate(-3deg)}.logo-cat{width:116px;height:116px;filter:drop-shadow(0 6px 3px rgb(70 42 38 / 20%))}.logo-spark{position:absolute;color:#fff;font-size:1.6rem}.logo-spark.one{top:3px;left:8px}.logo-spark.two{right:6px;bottom:5px}.game-logo p{margin:26px 0 0;color:#b366c7;font-size:.7rem;font-weight:900;letter-spacing:.2em}.game-logo h1{margin:0;color:var(--game-purple);font-size:clamp(2.55rem,11vw,4rem);font-weight:900;letter-spacing:-.07em;line-height:1;text-shadow:0 4px 0 rgb(255 255 255 / 85%)}.game-logo>span{max-width:340px;margin-top:8px;color:#8c718f;font-size:.82rem;font-weight:700}.home-mode-list{position:relative;z-index:2;display:grid;width:min(100%,430px);margin-top:clamp(28px,5dvh,50px);gap:13px}.home-mode-button{display:grid;min-height:82px;padding:12px 16px;grid-template-columns:56px 1fr 28px;align-items:center;gap:13px;border:2px solid rgb(255 255 255 / 80%);border-radius:24px;box-shadow:inset 0 -5px #471e5014,0 9px 20px #4e266f1f;color:#64346c;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.home-mode-button:hover,.home-mode-button:focus-visible{box-shadow:inset 0 -3px #471e5014,0 12px 24px #4e266f2e;transform:translateY(-2px)}.home-mode-button.levels{background:#e8c9ff}.home-mode-button.daily{background:#ffe48a}.home-mode-button.ranking{background:#aee8f4}.home-mode-icon{display:grid;width:56px;height:56px;place-items:center;border-radius:18px;background:#ffffffbf}.home-mode-icon svg{width:34px;height:34px;stroke-width:2.5}.home-mode-copy{display:flex;min-width:0;flex-direction:column}.home-mode-copy strong{color:var(--game-purple-dark);font-size:1.18rem;font-weight:900}.home-mode-copy small{margin-top:2px;color:#856a88;font-size:.68rem;font-weight:800}.home-mode-arrow{width:27px;height:27px;color:var(--game-purple-dark);stroke-width:3}.home-fish-trail{position:relative;z-index:2;display:flex;margin-top:24px;gap:12px;font-size:1.15rem}.home-fish-trail span:nth-child(2){transform:translateY(8px) rotate(-8deg)}.menu-page-shell{align-items:stretch}.menu-page-header{display:grid;grid-template-columns:54px 1fr 54px;align-items:center;gap:12px}.menu-page-header>div{text-align:center}.menu-page-header h1{margin:2px 0 0;color:var(--game-purple-dark);font-size:clamp(1.55rem,6vw,2.1rem);line-height:1}.inner-header-icon{width:52px;height:52px;padding:11px;border-radius:18px;background:#ffe68d;color:var(--game-purple-dark);box-shadow:0 6px 14px #4e266f1f}.inner-header-icon.trophy{background:#afe8f4}.menu-page-summary{margin:22px 0 17px;color:#8d7191;font-size:.82rem;font-weight:900;text-align:center}.standalone-level-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.standalone-level-card{position:relative;display:flex;min-width:0;aspect-ratio:1;align-items:center;justify-content:center;flex-direction:column;gap:1px;border:2px solid #e4caef!important;border-radius:20px;background:#ffffffe0;box-shadow:0 7px 16px #4e266f14;color:var(--game-purple-dark);text-decoration:none}.standalone-level-card:disabled{cursor:not-allowed;filter:grayscale(.65);opacity:.5}.standalone-level-card>svg:first-child{width:38px;height:38px}.standalone-level-card strong{font-size:1.15rem}.standalone-level-card small{color:#a088a4;font-size:.62rem;font-weight:800}.standalone-level-card .level-check{position:absolute;top:8px;right:8px;width:18px;height:18px;color:#3ba151}.standalone-daily-card{margin-top:28px;padding:24px;border:3px solid #e2c4ee;border-radius:30px;background:#ffffffe5;box-shadow:0 15px 34px #4e266f1f;text-align:center}.daily-date{display:inline-flex;padding:8px 13px;align-items:center;gap:6px;border-radius:999px;background:#f0e0f8;color:#8c5c96;font-size:.75rem}.daily-date svg{width:18px;height:18px}.daily-preview{position:relative;display:grid;width:min(100%,240px);aspect-ratio:1;margin:22px auto;padding:7px;grid-template-columns:repeat(var(--preview-size),1fr);gap:3px;border:4px solid var(--game-blue);border-radius:20px;background:#fff;box-shadow:0 8px #52aedc29}.daily-preview>span{border-radius:5px}.daily-preview-cat{position:absolute;right:-15px;bottom:-17px;width:72px;height:72px;padding:5px;border:5px solid white;border-radius:50%;background:#ffe47c;filter:drop-shadow(0 6px 8px rgb(75 41 76 / 18%))}.standalone-daily-card h2{margin:5px 0;color:var(--game-purple-dark);font-size:1.85rem}.standalone-daily-card>p:last-of-type{margin:0 auto;color:#816d84;font-size:.85rem;line-height:1.5}.menu-primary-button{display:flex;min-height:54px;margin-top:22px;padding:0 18px;align-items:center;justify-content:center;gap:7px;border:2px solid #6f0dbc;border-radius:17px;background:#8d11df;box-shadow:0 6px #6f0dbc;color:#fff;font-weight:900;text-decoration:none}.standalone-empty-ranking{position:relative;display:grid;min-height:360px;padding:28px;place-items:center;align-content:center;gap:10px;border:2px dashed #d9bae7;border-radius:28px;background:#ffffffad;color:#8e7592;text-align:center}.standalone-empty-ranking>svg:first-child{width:116px;height:116px}.standalone-empty-ranking>svg:nth-child(2){width:42px;height:42px;color:#e6a825}.standalone-empty-ranking p{max-width:260px;margin:0;line-height:1.5}.standalone-score-list{display:grid;margin:0;padding:0;gap:10px;list-style:none}.standalone-score-list li{display:grid;padding:12px 14px;grid-template-columns:32px 44px 1fr auto;align-items:center;gap:9px;border:2px solid #e7d2ef;border-radius:18px;background:#ffffffd9}.standalone-score-list li>strong{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:#e6c8f6;color:var(--game-purple-dark)}.standalone-score-list li>svg{width:42px;height:42px}.standalone-score-list li>span{display:flex;min-width:0;flex-direction:column}.standalone-score-list small{color:#a68eaa;font-size:.66rem}.standalone-score-list time{color:var(--game-purple-dark);font-weight:900;font-variant-numeric:tabular-nums}.inner-page-shell{align-items:stretch;padding-bottom:70px;overflow:visible}.inner-page-header{display:grid;grid-template-columns:54px 1fr 54px;align-items:center;gap:12px}.inner-page-header>div{text-align:center}.inner-page-header h1{margin:2px 0 0;color:var(--game-purple-dark);font-size:clamp(1.65rem,7vw,2.2rem);line-height:1}.inner-header-cat{width:54px;height:54px;filter:drop-shadow(0 4px 5px rgb(57 32 61 / 17%))}.inner-page-intro{max-width:390px;margin:22px auto 24px;color:#826c85;font-size:.96rem;font-weight:700;line-height:1.55;text-align:center}.settings-section{margin-bottom:18px;padding:18px;border:2px solid #e4cdef!important;border-radius:24px;background:#ffffffe0;box-shadow:0 9px 22px #4e266f17}.settings-section-title{display:flex;margin-bottom:14px;align-items:center;gap:9px;color:var(--game-purple-dark)}.settings-section-title svg{width:24px;height:24px}.settings-section-title h2{margin:0;font-size:1.05rem}.language-picker{display:grid;margin:0;padding:0;grid-template-columns:repeat(2,1fr);gap:10px}.language-picker button{display:flex;min-height:70px;padding:10px;align-items:center;justify-content:center;gap:9px;border:2px solid #eadbf1!important;border-radius:17px;background:#faf5fd;color:#806285;cursor:pointer}.language-picker button[aria-pressed=true]{border-color:#ad43df!important;background:#f0dcff;color:var(--game-purple-dark);box-shadow:0 6px 14px #7e2aad1f}.language-picker button span{display:grid;width:38px;height:38px;place-items:center;border-radius:12px;background:#fff;font-weight:900}.settings-list{display:grid;gap:8px}.setting-row{display:grid;width:100%;padding:12px 4px;grid-template-columns:42px 1fr 46px;align-items:center;gap:10px;border-bottom:1px solid #eddfef!important;background:transparent;color:#765a79;text-align:left;cursor:pointer}.setting-row:last-child{border-bottom:0!important}.setting-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:13px;background:#f0dcff;color:var(--game-purple-dark)}.setting-icon svg{width:23px;height:23px}.setting-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.setting-copy strong{font-size:.9rem}.setting-copy small{color:#9d85a1;font-size:.7rem;line-height:1.35}.reset-settings{display:flex;min-height:48px;margin:2px auto 0;padding:0 18px;align-items:center;gap:7px;border-radius:15px;background:#eadcf1;color:#805887;font-weight:900;cursor:pointer}.reset-settings svg{width:20px;height:20px}.guide-card-list{display:grid;gap:12px}.guide-card{display:grid;min-height:134px;padding:16px;grid-template-columns:minmax(92px,108px) minmax(0,1fr);align-items:center;gap:16px;border:2px solid #e5ceef;border-radius:23px;background:#ffffffe0;box-shadow:0 8px 20px #4e266f14}.guide-card>div:last-child{min-width:0}.guide-card h2{margin:0 0 5px;color:var(--game-purple-dark);font-size:1.02rem}.guide-card p{margin:0;color:#856f88;font-size:.78rem;line-height:1.48;overflow-wrap:anywhere}.guide-visual{display:grid;min-height:100px;place-items:center;border-radius:19px;background:#f1e0fb}.guide-mini-board{display:grid;width:82px;aspect-ratio:1;padding:5px;grid-template-columns:repeat(2,1fr);gap:4px;border:3px solid var(--game-blue);border-radius:12px;background:#fff}.guide-mini-board span{display:grid;place-items:center;border-radius:7px;background:#80dff1;color:#fff;font-size:1.7rem;font-weight:900}.guide-mini-board span:nth-child(2),.guide-mini-board span:nth-child(3){background:#f291b0}.guide-mini-board span:nth-child(4){background:#95e778}.guide-mini-board svg{width:94%;height:94%}.space-board .blocked{background:#cbb7ed!important}.column-board span:nth-child(1),.column-board span:nth-child(4){background:#ffe576}.guide-action-visual{display:flex;width:86px;flex-direction:column;gap:7px;color:var(--game-purple-dark)}.guide-action-row{display:grid;min-height:35px;padding:3px 5px;grid-template-columns:22px 22px 1fr;align-items:center;gap:3px;border-radius:10px;background:#ffffffb8}.guide-action-row>svg:first-child{width:21px;height:21px}.guide-action-row b{font-size:.68rem;font-style:normal}.guide-action-row i{display:grid;width:24px;height:24px;place-items:center;border-radius:7px;background:#80dff1;color:#fff;font-size:1.15rem;font-style:normal;font-weight:900}.guide-action-row>svg:last-child{width:27px;height:27px}.guide-fish-visual{display:flex;align-items:center;justify-content:center;gap:3px}.guide-fish-visual span{display:inline-flex;width:27px;height:30px;align-items:center;justify-content:center;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;font-size:1.35rem;line-height:1;transform:translateY(-1px) rotate(-6deg)}.guide-play-button{display:flex;width:100%;min-width:0;min-height:52px;margin:24px auto 4px;padding:0 24px;align-items:center;justify-content:center;gap:8px;border:2px solid #6f0dbc;border-radius:17px;background:#8d11df;box-shadow:0 6px #6f0dbc;color:#fff;font-weight:900;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease}.guide-play-button:hover,.guide-play-button:focus-visible{box-shadow:0 3px #6f0dbc;transform:translateY(3px)}.meowdoku-app[data-reduced-motion=true] *,.meowdoku-app[data-reduced-motion=true] *:before,.meowdoku-app[data-reduced-motion=true] *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}@keyframes cat-pop{0%{opacity:0;transform:scale(.45) translateY(8px)}}@keyframes overlay-in{0%{opacity:0}}@media(max-width:560px){.meowdoku-shell{padding:max(18px,env(safe-area-inset-top)) 16px 118px;box-shadow:none}.game-header{grid-template-columns:46px 1fr 46px}.round-button{width:45px;height:45px}.round-button svg{width:26px;height:26px}.game-rules{margin-top:12px}.puzzle-board{margin-top:10px;padding:6px;border-width:4px!important}.inner-page-shell{padding-bottom:48px}.inner-page-header{grid-template-columns:46px 1fr 46px;gap:8px}.home-shell{padding-bottom:44px}.home-corner-link svg{width:42px;height:42px}.logo-cat-wrap{width:122px;height:122px}.logo-cat{width:104px;height:104px}.home-mode-list{margin-top:28px}.home-mode-button{min-height:76px}.menu-page-header{grid-template-columns:46px 1fr 46px;gap:8px}.inner-header-icon{width:46px;height:46px;padding:9px}.standalone-level-grid{gap:9px}.standalone-level-card{border-radius:17px}.inner-header-cat{width:46px;height:46px}.settings-section{padding:15px}.guide-card{padding:13px;grid-template-columns:minmax(84px,96px) minmax(0,1fr);gap:10px}.guide-visual{min-height:90px}.tutorial-card{padding:23px 20px 25px}.tutorial-visual{width:142px;height:142px;margin-bottom:15px}.tutorial-actions{margin-top:22px;gap:22px}}@media(max-width:370px){.guide-card{grid-template-columns:1fr;text-align:center}.language-picker button{flex-direction:column}}@media(max-height:760px)and (min-width:360px){.meowdoku-shell{padding-top:12px}.game-rules{display:none}.puzzle-board{width:min(82dvh,100%);margin-top:12px}.game-announcement{margin-top:9px}.game-controls{margin-top:7px}}@media(prefers-reduced-motion:reduce){.meowdoku-app *,.meowdoku-app *:before,.meowdoku-app *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
