:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#183042;background:#f7faf9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--board-max: min(86vw, 620px, calc(100svh - 310px) )}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#ffffffd1,#f2f8f6eb),radial-gradient(circle at 18% 18%,rgba(117,184,210,.18),transparent 34%),radial-gradient(circle at 80% 12%,rgba(231,195,79,.18),transparent 30%)}button,select{font:inherit}button{touch-action:manipulation}button:disabled,input:disabled{cursor:wait;opacity:.68}.shell{width:min(760px,100%);min-height:100vh;margin:0 auto;padding:22px 18px 26px;display:grid;grid-template-rows:auto auto 1fr auto;gap:16px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar>div:first-child{min-width:0}.top-actions{display:grid;justify-items:end;gap:8px;flex:0 0 auto}.eyebrow{margin:0 0 4px;color:#d36c61;font-size:15px;font-weight:700}.subline{margin:8px 0 0;color:#607988;font-size:14px;font-weight:700}h1{margin:0;font-size:clamp(27px,6.2vw,42px);line-height:1.08;letter-spacing:0;overflow-wrap:anywhere}.status{min-width:86px;height:58px;border-radius:8px;display:grid;place-items:center;background:#fff;border:1px solid #dae6e8;box-shadow:0 8px 24px #15303c14}.status span{font-size:24px;font-weight:800}.status small{margin-top:-16px;color:#6a8290;font-weight:700}.status.done{background:#e4f8ef;border-color:#81d39f}.account-entry{min-width:70px;height:36px;border:1px solid #d2e0e3;border-radius:8px;background:#1d82e8;color:#fff;font-weight:800;box-shadow:0 8px 20px #1d82e833}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.icon-button,.text-button,select{height:42px;border:1px solid #d2e0e3;background:#fff;color:#1c4359;box-shadow:0 6px 18px #15303c12}.icon-button{width:42px;border-radius:8px;font-size:30px;line-height:1;font-weight:800}.icon-button.active,.text-button.active{background:#1d82e8;border-color:#1d82e8;color:#fff}.text-button,select{border-radius:8px;padding:0 14px;font-weight:750}#gridSize{margin-left:auto}select{max-width:150px}.hint-panel{display:none;padding:10px 12px;border-radius:8px;border:1px solid #c8dfe8;background:#ffffffe0;color:#21485b;font-size:14px;font-weight:750;line-height:1.45;box-shadow:0 8px 22px #15303c14}.hint-panel.show{display:block}.account-row,.auth-tabs,.auth-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.account-row{justify-content:space-between}.account-row div{display:grid;gap:2px}.account-row strong{color:#173c52;font-size:15px}.account-row span,.account-message,.score-summary span{color:#607988;font-size:13px;font-weight:700}.text-button.compact{height:34px;padding:0 11px;font-size:13px}.auth-form input{min-width:0;height:44px;width:100%;border:1px solid #d2e0e3;border-radius:8px;padding:0 10px;background:#fff;color:#183042;font:inherit;font-size:14px;font-weight:650}.auth-form input::placeholder{color:#7c93a0}.leaderboard{margin:0;padding:0;list-style:none;display:grid;gap:6px}.leaderboard li{display:flex;justify-content:space-between;gap:12px;color:#38596a;font-size:13px;font-weight:750}.leaderboard strong{color:#173c52;white-space:nowrap}.leaderboard .muted{color:#7d94a0}.score-summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.score-summary strong{color:#173c52}.account-message{margin:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:start center;padding:max(24px,env(safe-area-inset-top)) 16px 24px;background:#0e243257}.account-modal{width:min(420px,100%);margin-top:42px;padding:18px;border-radius:10px;border:1px solid rgba(210,224,227,.96);background:#fff;box-shadow:0 24px 80px #0e243247;display:grid;gap:14px}.modal-header{display:flex;justify-content:space-between;gap:12px}.modal-header h2{margin:0;color:#173c52;font-size:24px;letter-spacing:0}.modal-eyebrow{margin:0 0 4px;color:#d36c61;font-size:13px;font-weight:800}.modal-close{width:36px;height:36px;border:1px solid #d2e0e3;border-radius:8px;background:#fff;color:#38596a;font-size:24px;line-height:1;font-weight:600}.modal-close:disabled{cursor:wait}.account-modal .auth-form{display:grid;gap:10px}.account-modal .auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.account-modal .auth-tabs .text-button,.account-modal .auth-form .text-button,.account-modal .submit-button{width:100%;height:44px;display:inline-grid;place-items:center;text-align:center}.submit-button.loading:after{content:"";width:14px;height:14px;margin-left:8px;border-radius:999px;border:2px solid rgba(255,255,255,.55);border-top-color:#fff;animation:spin .7s linear infinite}.submit-button.loading{grid-auto-flow:column;justify-content:center}@keyframes spin{to{transform:rotate(360deg)}}.account-modal .text-button.active{width:100%}.play-area{display:grid;place-items:center;min-height:0}.board{width:max(280px,var(--board-max));max-width:100%;aspect-ratio:1;display:grid;grid-template-columns:repeat(var(--size),minmax(0,1fr));grid-template-rows:repeat(var(--size),minmax(0,1fr));gap:clamp(1px,calc(18px / var(--size)),6px);padding:clamp(2px,calc(18px / var(--size)),6px);touch-action:none}.cell{min-width:0;min-height:0;border:0;border-radius:clamp(3px,calc(44px / var(--size)),7px);background:var(--cell-color);color:#fff;display:grid;place-items:center;font-size:clamp(10px,calc(58vw / var(--size)),38px);font-weight:900;line-height:1;cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff61,0 2px 7px #0e273214;-webkit-user-select:none;user-select:none;transition:transform .12s ease,filter .12s ease,box-shadow .12s ease}.cell:hover{transform:translateY(-1px);filter:saturate(1.06)}.cell.invalid{box-shadow:inset 0 0 0 4px #dc254ce0,0 2px 7px #0e273214}.cell.answer{box-shadow:inset 0 0 0 3px #ffffffeb,0 0 0 2px #1d82e8a6,0 2px 7px #0e273214}.cell.hint{animation:hintPulse 1.2s ease-in-out infinite;box-shadow:inset 0 0 0 3px #fffffff2,0 0 0 3px #1f87c5b8,0 8px 18px #1f87c52e}.cell.wrong-flash{animation:wrongPop .52s ease both;box-shadow:inset 0 0 0 4px #b93656d9,0 8px 18px #b936562e}@keyframes hintPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes wrongPop{0%{transform:scale(.9)}32%{transform:scale(1.08)}to{transform:scale(1)}}.rules{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;color:#496879;font-size:14px;font-weight:700}.rules span{padding:8px 10px;border-radius:8px;background:#ffffffb8;border:1px solid rgba(204,220,224,.84)}.toast{position:fixed;left:50%;bottom:22px;transform:translate(-50%,18px);opacity:0;pointer-events:none;padding:12px 18px;border-radius:8px;background:#163c52;color:#fff;font-weight:800;box-shadow:0 12px 26px #15303c33;transition:opacity .16s ease,transform .16s ease}.toast.show{opacity:1;transform:translate(-50%)}.celebration{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;pointer-events:none;opacity:0;background:#f7faf9c7;transition:opacity .18s ease}.celebration.show{opacity:1}.burst{position:absolute;color:#e7b936;font-size:min(42vw,260px);line-height:1;animation:burstSpin 1.4s ease both}.celebration-card{position:relative;min-width:min(78vw,320px);padding:24px 28px;border-radius:10px;background:#fff;border:1px solid rgba(210,224,227,.95);box-shadow:0 22px 60px #15303c33;display:grid;justify-items:center;gap:8px;transform:translateY(10px) scale(.96);animation:cardCelebrate .56s ease .12s both}.celebration-card strong{font-size:28px;color:#173c52}.celebration-card span{color:#607988;font-weight:800}@keyframes burstSpin{0%{transform:scale(.35) rotate(0);opacity:0}35%{opacity:.9}to{transform:scale(1.2) rotate(42deg);opacity:0}}@keyframes cardCelebrate{to{transform:translateY(0) scale(1)}}@media (max-width: 520px){:root{--board-max: min(94vw, calc(100svh - 285px) )}.shell{padding:16px 12px 20px;gap:12px}.topbar{align-items:flex-start;gap:10px}.top-actions{min-width:76px}h1{font-size:clamp(24px,9vw,34px)}.subline{font-size:13px}.status{min-width:70px;height:52px}select{margin-left:0;flex:1}.account-modal{margin-top:12px}}
