:root{color:#25324d;font-synthesis:none;text-rendering:optimizelegibility;background:#fff8df;font-family:Trebuchet MS,Comic Sans MS,ui-rounded,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.app{color:#20304f;background:linear-gradient(#ffffff24,#ffffff47),url(/art/rainbow-island-bg.png) 50%/cover fixed,#dff8ff;grid-template-columns:minmax(0,1fr) minmax(230px,300px);gap:14px;min-height:100dvh;padding:14px;display:grid;overflow:hidden}.panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffef8e6;border:3px solid #20304fe6;border-radius:18px;box-shadow:0 12px 24px #20304f29}button{color:#20304f;font:inherit;cursor:pointer;background:#fffef8;border:3px solid #20304f;border-radius:14px;font-weight:900;box-shadow:0 5px #20304f2e}button.active,button:hover:not(:disabled),.difficulty.active{color:#fffef8;background:#20304f}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(28px,4vw,44px);line-height:.95}h2{margin:10px 0;font-size:18px}.game-stage{grid-template-rows:auto auto minmax(0,1fr) auto;align-items:stretch;gap:10px;min-width:0;min-height:0;display:grid}.game-header{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:10px;display:grid}.brand{align-items:center;gap:10px;min-width:0;display:flex}.compact-brand h1{font-size:clamp(24px,3vw,34px)}.brand-mark{object-fit:contain;flex:none;width:62px;height:62px}.eyebrow{color:#e35d70;letter-spacing:0;text-transform:uppercase;margin-bottom:2px;font-size:12px;font-weight:900}.quick-nav,.mode-tabs,.mode-tabs.compact,.tool-row,.number-pad{gap:8px;display:grid}.quick-nav{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-nav button,.mode-tabs button,.tool-row button{min-height:40px}.topbar{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:10px;display:grid}.stat{background:#ffffffbd;border:2px dashed #20304f3d;border-radius:14px;grid-template-rows:auto auto;align-content:center;justify-items:center;gap:2px;min-height:52px;display:grid}.stat span{color:#69738b;font-size:12px;font-weight:800}.stat strong{color:#20304f;white-space:nowrap;font-size:18px}.board-wrap{place-items:center;min-height:0;display:grid;position:relative}.sudoku-board{aspect-ratio:1;grid-template-columns:repeat(var(--size), 1fr);grid-template-rows:repeat(var(--size), 1fr);background:#20304f;border:5px solid #20304f;border-radius:20px;width:min(58dvh,100%,610px);display:grid;overflow:hidden;box-shadow:0 18px 28px #20304f38;container-type:inline-size}.cell{color:#20304f;min-width:0;min-height:0;font-size:clamp(20px, calc(58cqw / var(--size)), 42px);box-shadow:none;background:#fffef8f5;border:1px solid #20304f;border-width:0 1px 1px 0;place-items:center;font-weight:900;line-height:1;transition:transform .16s,background .16s;display:grid;overflow:hidden}.size-3 .cell{font-size:clamp(54px,22cqw,88px)}.cell small{color:#6d7890;overflow-wrap:anywhere;max-width:100%;padding:2px;font-size:clamp(8px,1.8vw,13px);line-height:1.1}.cell.given{color:#1c688c;background:#eaf7ff}.cell.related{background:#fff3bd}.cell.same{background:#c8f1d3}.cell.selected{z-index:1;background:#ffcf5d;position:relative;transform:scale(1.02)}.cell.conflict{color:#d63357;background:#ffe0e6}.pause-screen{text-align:center;background:#fffffff0;border:3px solid #20304f;border-radius:18px;place-items:center;font-size:clamp(22px,4vw,42px);font-weight:900;display:grid;position:absolute;inset:8%}.controls{padding:10px}.mode-tabs.compact{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:8px}.number-pad{grid-template-columns:repeat(9,1fr)}.number-pad:has(button:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.number-pad:has(button:nth-child(4):last-child){grid-template-columns:repeat(4,1fr)}.number-pad:has(button:nth-child(6):last-child){grid-template-columns:repeat(6,1fr)}.number-pad button{background:#b9f0ff;min-height:48px;font-size:24px}.tool-row{grid-template-columns:repeat(5,1fr);margin-top:8px}.drawer{z-index:30;width:min(420px,100vw - 28px);transition:transform .22s;position:fixed;top:14px;bottom:14px;left:14px;overflow:auto;transform:translate(calc(-100% - 28px))}.feature-drawer{width:min(760px,100vw - 28px);left:auto;right:14px;transform:translate(calc(100% + 28px))}.leaderboard-drawer{width:min(520px,100vw - 28px)}.drawer.open{transform:translate(0)}.drawer-backdrop{z-index:25;box-shadow:none;cursor:default;background:#ffffff03;border:0;border-radius:0;position:fixed;inset:0}.drawer-close{z-index:2;background:#fffef8;border-radius:999px;justify-self:end;min-height:34px;margin:0 0 10px auto;padding:4px 14px;font-size:13px;position:sticky;top:0}.side-panel,.reward-panel{padding:14px}.mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr));margin:14px 0}.difficulty-list{gap:8px;display:grid}.difficulty-current{border:3px solid #20304f;border-left:12px solid var(--accent);background:#fffef8e6;border-radius:16px;gap:4px;margin-bottom:8px;padding:12px;display:grid}.difficulty{border-left:12px solid var(--accent);justify-content:space-between;align-items:center;min-height:46px;padding:9px 12px;display:flex}.difficulty small{color:inherit;opacity:.78;font-size:11px}.journey-map{background:#fff9;border-radius:18px;margin:8px 0;overflow:hidden}.journey-map img{width:100%;display:block}.level-pages{background:#eef8ff;border:2px solid #20304f;border-radius:14px;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-bottom:7px;padding:5px;display:grid}.level-pages button{min-height:30px;box-shadow:none;background:0 0;border:0;border-radius:10px;font-size:11px}.level-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;display:grid}.level-grid button{place-items:center;min-height:34px;font-size:13px;display:grid}.level-grid span{color:#ffb703;font-size:9px}.level-grid-paged{display:none}.reward-panel{align-content:start;gap:12px;display:grid}.sticker-card,.difficulty-note,.profile-card{background:#fffef8db;border:3px solid #20304f;border-radius:16px;padding:12px}.sticker-card{background:repeating-linear-gradient(-8deg,#ffffffeb,#ffffffeb 14px,#fff6cceb 15px 28px)}.sticker-card strong{margin-bottom:8px;font-size:24px;display:block}.difficulty-note,.profile-card{gap:4px;display:grid}.difficulty-note span,.difficulty-note small,.status-line,.profile-card span,.leader-row small,.sticker-item small{color:#5d6780;font-weight:800;line-height:1.45}.status-line{margin:0}.profile-card{background:#f8fbff;grid-template-columns:56px 1fr;align-items:center;gap:12px}.profile-card img,.leader-row img{object-fit:contain;width:54px;height:54px}.feature-panel{min-height:100%;padding:18px;overflow:auto}.leaderboard-list,.form-stack{gap:12px;display:grid}.panel-heading,.inline-form{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.mode-tabs.mini{grid-template-columns:repeat(2,minmax(0,1fr));width:min(220px,100%);margin:0}.leader-row{background:#fffef8;border:3px solid #20304f;border-radius:16px;grid-template-columns:42px 56px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.leader-row>strong{background:#ffcf5d;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.sticker-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.sticker-item{text-align:center;background:#fffef8;border:3px solid #20304f;border-radius:18px;place-items:center;gap:6px;min-height:178px;padding:12px;display:grid}.sticker-item img{object-fit:contain;width:86px;height:86px}.sticker-item.locked img{filter:grayscale();opacity:.38}.sticker-item button,.form-stack button,.child-tabs button{min-height:38px}.avatar-section{background:#eef8ffd1;border:3px solid #20304f;border-radius:18px;gap:8px;padding:10px;display:grid}.avatar-section>div:first-child{gap:2px;display:grid}.avatar-section small{color:#5d6780;font-weight:800}.avatar-grid{scroll-snap-type:x proximity;gap:8px;padding:2px 2px 8px;display:flex;overflow-x:auto}.avatar-option{scroll-snap-align:start;background:#fffef8;flex:0 0 86px;place-items:center;gap:4px;min-height:92px;padding:6px;display:grid}.avatar-option img{object-fit:contain;width:48px;height:48px}.avatar-option span{font-size:12px;line-height:1.1}.avatar-option.active{background:#b9f0ff}.form-stack input{color:#20304f;background:#fff;border:3px solid #20304f;border-radius:14px;min-height:46px;padding:8px 12px;font-weight:900}.form-stack label{justify-content:space-between;align-items:center;gap:12px;font-weight:900;display:flex}.child-tabs{flex-wrap:wrap;gap:8px;display:flex}.child-chip{align-items:center;gap:6px;display:inline-flex}.empty-inline{color:#5d6780;background:#fffef8b8;border:2px dashed #20304f47;border-radius:14px;width:100%;padding:10px 12px;font-weight:900}.child-tabs button.danger{color:#d63357;background:#fff4f4}.recovery-card,.empty-state{text-align:center;background:#fff6cc;border:3px solid #20304f;border-radius:18px;place-items:center;gap:8px;padding:14px;display:grid}.empty-state img{width:150px;max-width:70%}.recovery-card code{font-size:22px;font-weight:900}.mascot-buddy{z-index:20;pointer-events:none;grid-template-columns:minmax(160px,260px) 112px;align-items:end;gap:8px;animation:3s ease-in-out infinite buddy-bob;display:grid;position:fixed;bottom:18px;right:min(320px,18vw)}.mascot-buddy.still{animation:none}.mascot-buddy img{object-fit:contain;filter:drop-shadow(0 8px 12px #20304f33);width:112px;height:112px}.mascot-bubble{color:#20304f;background:#fffef8f5;border:3px solid #20304f;border-radius:18px;padding:12px 14px;font-weight:900;line-height:1.35;position:relative;box-shadow:0 8px 18px #20304f29}.mascot-bubble:after{content:"";background:#fffef8;border-top:3px solid #20304f;border-right:3px solid #20304f;width:14px;height:14px;position:absolute;bottom:20px;right:-8px;transform:rotate(45deg)}.reward-modal{z-index:50;background:#20304f52;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.reward-card{text-align:center;place-items:center;gap:8px;width:min(440px,100%);padding:20px;display:grid}.reward-art{object-fit:contain;width:min(260px,80%)}.reward-stars{color:#ffb703;font-size:36px;font-weight:900;animation:.78s both star-pop}.unlock-toast{z-index:60;background:#fffef8;border:3px solid #20304f;border-radius:18px;place-items:center;gap:4px;width:min(220px,100vw - 32px);padding:14px;animation:.82s cubic-bezier(.2,1.3,.3,1) star-pop;display:grid;position:fixed;top:18px;right:18px;box-shadow:0 12px 24px #20304f2e}.unlock-toast img{object-fit:contain;width:100px;height:100px}.unlock-toast.still{animation:none}@keyframes buddy-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes star-pop{0%{opacity:0;transform:translateY(18px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width>=1061px){html,body,#root{width:100%;height:100%;overflow:hidden}.app{height:100dvh;min-height:0;position:fixed;inset:0}.reward-panel{max-height:calc(100dvh - 28px);overflow:hidden}.mascot-buddy{display:none}}@media (width<=1060px){.app{grid-template-columns:1fr;min-height:100svh;overflow:hidden auto}.reward-panel{display:none}.sudoku-board{width:min(72vw,58svh,560px)}.mascot-buddy{grid-template-columns:minmax(130px,220px) 92px;bottom:14px;right:14px}.mascot-buddy img{width:92px;height:92px}}@media (width<=620px){.app{gap:6px;padding:6px}.game-stage{gap:6px}.game-header{grid-template-columns:1fr;padding:8px}.brand-mark{width:48px;height:48px}.compact-brand h1{font-size:26px}.quick-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.quick-nav button,.mode-tabs button,.tool-row button{min-height:36px;font-size:13px}.topbar{gap:3px;padding:5px}.stat{min-height:34px;padding:2px}.stat span{display:none}.stat strong{font-size:12px}.sudoku-board{border-width:3px;width:min(94vw,43svh,390px)}.size-3 .cell{font-size:clamp(38px,18cqw,64px)}.controls{padding:7px}:is(.number-pad,.number-pad:has(button:nth-child(4):last-child),.number-pad:has(button:nth-child(6):last-child)){grid-template-columns:repeat(3,1fr);gap:6px}.number-pad button{min-height:38px;font-size:20px}.tool-row{grid-template-columns:repeat(3,1fr);gap:6px}.drawer,.feature-drawer{width:auto;inset:6px;transform:translateY(calc(100% + 12px))}.drawer.open{transform:translateY(0)}.level-grid-full{display:none}.level-grid-paged{display:grid}.level-grid button{min-height:32px}.inline-form,.panel-heading{grid-template-columns:1fr}.leader-row{grid-template-columns:36px 46px 1fr;gap:8px;padding:8px}.leader-row>strong{width:32px;height:32px}.leader-row img{width:44px;height:44px}.leader-row small{grid-column:3}.sticker-grid{grid-template-columns:repeat(2,1fr)}.mascot-buddy{left:6px;right:6px;bottom:max(6px, env(safe-area-inset-bottom));z-index:24;grid-template-columns:minmax(0,1fr) 64px;align-items:end;gap:4px;position:fixed}.controls{margin-bottom:72px}.mascot-buddy img{width:64px;height:64px}.mascot-bubble{border-radius:16px;padding:8px 10px;font-size:12px;line-height:1.3}.mascot-bubble:after{display:none}.avatar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=621px) and (width<=1060px) and (orientation:landscape){html,body,#root{width:100%;height:100%;overflow:hidden}.app{gap:6px;height:100dvh;min-height:0;padding:6px;position:fixed;inset:0;overflow:hidden}.game-stage{grid-template-rows:auto auto minmax(0,1fr) auto;gap:6px}.game-header{grid-template-columns:auto minmax(0,1fr);min-height:0;padding:6px 8px}.brand{gap:6px}.brand-mark{width:38px;height:38px}.compact-brand h1{font-size:22px}.eyebrow{font-size:9px}.quick-nav{gap:6px}.quick-nav button,.mode-tabs button,.tool-row button{min-height:30px;font-size:12px}.topbar{gap:4px;padding:5px}.stat{min-height:34px;padding:2px}.stat span{font-size:9px}.stat strong{font-size:13px}.sudoku-board{width:min(46dvh,48vw,430px)}.size-3 .cell{font-size:clamp(36px,12cqw,64px)}.controls{padding:6px}.number-pad button{min-height:30px;font-size:17px}.tool-row{margin-top:5px}.mascot-buddy{display:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
