: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{background:radial-gradient(circle at 10% 12%,#ffd5668c,#0000 24%),radial-gradient(circle at 87% 18%,#71d2ff6b,#0000 26%),linear-gradient(135deg,#fff5c6 0%,#ddf7ff 50%,#ffe3ea 100%);grid-template-columns:minmax(250px,310px) minmax(360px,1fr) minmax(240px,300px);gap:18px;min-height:100vh;padding:18px;display:grid}.panel{background:#ffffffd1;border:4px solid #25324d;border-radius:8px;box-shadow:8px 8px #25324d2e}.side-panel,.reward-panel{align-self:start;padding:18px}.brand{align-items:center;gap:12px;display:flex}.mascot{color:#25324d;background:#ffcf5d;border:4px solid #25324d;border-radius:50%;place-items:center;width:62px;height:62px;font-size:34px;font-weight:900;display:grid;transform:rotate(-8deg)}.eyebrow{color:#e35d70;letter-spacing:0;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}h1,h2,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(28px,5vw,46px);line-height:1}h2{margin:18px 0 10px;font-size:18px}.mode-tabs{grid-template-columns:repeat(auto-fit,minmax(68px,1fr));gap:8px;margin:18px 0;display:grid}.mode-tabs.compact{margin:0 0 10px}.mode-tabs button,.tool-row button,.number-pad button,.level-grid button,.difficulty{color:#25324d;background:#fff;border:3px solid #25324d;border-radius:8px;font-weight:900;box-shadow:3px 3px #25324d2e}.mode-tabs button,.tool-row button{min-height:42px}button.active,.difficulty.active{color:#fff;background:#25324d}.difficulty-list{gap:8px;display:grid}.difficulty{border-left:12px solid var(--accent);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.difficulty small{opacity:.78;font-size:11px}.level-grid{grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.level-grid button{place-items:center;min-height:38px;font-size:14px;display:grid}.level-grid span{color:#ffb703;font-size:9px}.game-stage{grid-template-rows:auto minmax(320px,1fr) auto;align-items:center;gap:14px;display:grid}.topbar{grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;display:grid}.stat{background:#f8fbff;border:2px dashed #25324d47;border-radius:8px;place-items:center;min-height:58px;display:grid}.stat span{color:#68728a;font-size:12px}.stat strong{color:#25324d;font-size:19px}.board-wrap{place-items:center;display:grid;position:relative}.sudoku-board{aspect-ratio:1;grid-template-columns:repeat(var(--size), 1fr);grid-template-rows:repeat(var(--size), 1fr);background:#25324d;border:5px solid #25324d;border-radius:8px;width:min(74vh,100%,620px);display:grid;overflow:hidden;box-shadow:12px 12px #25324d2e;container-type:inline-size}.cell{color:#25324d;width:100%;min-width:0;height:100%;min-height:0;font-size:clamp(20px, calc(58cqw / var(--size)), 42px);background:#fffef8;border:1px solid #25324d;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(58px,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:4px solid #25324d;border-radius:8px;place-items:center;font-size:clamp(22px,4vw,42px);font-weight:900;display:grid;position:absolute;inset:8%}.controls{padding:12px}.number-pad{grid-template-columns:repeat(9,1fr);gap:8px;display:grid}.size-3+.number-pad{grid-template-columns:repeat(3,1fr)}.number-pad:has(button:nth-child(3):last-child){grid-template-columns:repeat(3,1fr)}.number-pad button{background:#b9f0ff;min-height:52px;font-size:24px}.tool-row{grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px;display:grid}.reward-panel{gap:16px;display:grid}.sticker-card{background:repeating-linear-gradient(-8deg,#fff,#fff 14px,#fff6cc 15px 28px);border:3px solid #25324d;border-radius:8px;min-height:150px;padding:18px}.sticker-card strong{margin-bottom:8px;font-size:26px;display:block}.settings{gap:12px;display:grid}.settings label{justify-content:space-between;align-items:center;gap:12px;font-weight:800;display:flex}.settings input[type=range]{width:120px}.status-line{color:#5d6780;margin:0;font-weight:800;line-height:1.5}.profile-card{background:#f8fbff;border:3px solid #25324d;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.profile-card img,.leader-row img{object-fit:contain;width:54px;height:54px}.profile-card div{gap:3px;display:grid}.profile-card span{color:#68728a;font-size:12px;font-weight:800}.feature-panel{align-self:stretch;width:min(100%,860px);min-height:min(68vh,680px);padding:18px}.leaderboard-list,.form-stack{gap:12px;display:grid}.leader-row{background:#fffef8;border:3px solid #25324d;border-radius:8px;grid-template-columns:42px 56px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid;box-shadow:4px 4px #25324d24}.leader-row>strong{background:#ffcf5d;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.leader-row small{color:#68728a;font-weight:800}.sticker-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;display:grid}.sticker-item{text-align:center;background:#fffef8;border:3px solid #25324d;border-radius:8px;place-items:center;gap:6px;min-height:172px;padding:12px;display:grid;box-shadow:4px 4px #25324d24}.sticker-item img{object-fit:contain;width:86px;height:86px}.sticker-item.locked img{filter:grayscale();opacity:.38}.sticker-item small{color:#68728a;font-weight:800}.form-stack input{color:#25324d;background:#fff;border:3px solid #25324d;border-radius:8px;min-height:46px;padding:8px 12px;font-weight:900}.form-stack button{color:#25324d;background:#b9f0ff;border:3px solid #25324d;border-radius:8px;min-height:46px;font-weight:900;box-shadow:3px 3px #25324d2e}.form-stack label{justify-content:space-between;align-items:center;gap:12px;font-weight:900;display:flex}.unlock-toast{z-index:20;background:#fffef8;border:4px solid #25324d;border-radius:8px;place-items:center;gap:4px;width:min(220px,100vw - 32px);padding:16px;animation:.82s cubic-bezier(.2,1.3,.3,1) sticker-pop;display:grid;position:fixed;bottom:22px;right:22px;box-shadow:8px 8px #25324d2e}.unlock-toast img{object-fit:contain;width:110px;height:110px}.unlock-toast.still{animation:none}@keyframes sticker-pop{0%{opacity:0;transform:translateY(24px)scale(.82)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1060px){.app{grid-template-columns:1fr}.side-panel,.reward-panel{align-self:stretch}.level-grid{grid-template-columns:repeat(10,1fr)}.game-stage{grid-row:1}}@media (width<=620px){.app{gap:8px;padding:8px}.panel{border-width:3px;box-shadow:5px 5px #25324d29}.topbar{grid-template-columns:repeat(2,1fr);gap:6px;padding:8px}.stat{min-height:48px}.stat strong{font-size:17px}.sudoku-board{border-width:4px;width:min(94vw,430px);box-shadow:7px 7px #25324d29}.size-3 .cell{font-size:clamp(54px,21cqw,76px)}.number-pad{grid-template-columns:repeat(3,1fr);gap:8px}.controls{padding:10px}.number-pad button{min-height:58px;font-size:26px}.tool-row{grid-template-columns:repeat(3,1fr);gap:8px}.tool-row button{min-height:50px}.feature-panel{min-height:auto;padding:12px}.leader-row{grid-template-columns:34px 46px 1fr}.leader-row small{grid-column:3}.sticker-grid{grid-template-columns:repeat(2,1fr)}.sticker-item{min-height:154px;padding:10px}.sticker-item img{width:72px;height:72px}.unlock-toast{bottom:12px;right:12px}.level-grid{grid-template-columns:repeat(5,1fr)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
