:root{--gold:#c9a84c;--gold-dark:#a8893a;--gold-soft:#f3ead3;--blue:#5b7db1;--blue-light:#64b5f6;--blue-deep:#3f5c8a;--blue-soft:#e8eef7;--error:#e53935;--success:#4caf50;--bg:#fafaf7;--surface:#fff;--text:#2b2b33;--text-soft:#6b6b76;--border:#e3e3dd;--shadow:0 4px 16px #2b2b331a;--shadow-soft:0 2px 8px #2b2b330f;--radius:16px;--radius-sm:10px;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}[data-theme=dark]{--bg:#17171f;--surface:#23232e;--text:#ecece6;--text-soft:#a0a0ae;--border:#3a3a48;--blue-soft:#2a3347;--gold-soft:#3b3323;--shadow:0 4px 16px #00000073;--shadow-soft:0 2px 8px #00000059}[data-theme=dark] .cell-candidate:hover{background:#38455f}[data-theme=dark] .level-node-locked{background:#2c2c37}[data-theme=dark] .difficulty-btn-done,[data-theme=dark] .world-card-badge-done{color:#7bc47f;background:#24382a}[data-theme=dark] .tutorial-done{color:#7bc47f}[data-theme=dark] .cell.error-confirmed{background:#3f2427}[data-theme=dark] .cell.error-eliminated{background:#3f3524}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;overflow-x:hidden}#app{flex-direction:column;min-height:100dvh;display:flex}button{cursor:pointer;font-family:inherit}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.btn{border-radius:var(--radius-sm);border:none;padding:12px 24px;font-size:1rem;font-weight:600;transition:transform 80ms,box-shadow .15s,background-color .15s}.btn:active{transform:scale(.97)}.btn-primary{background:var(--gold);color:#fff;box-shadow:var(--shadow-soft)}.btn-primary:hover{background:var(--gold-dark)}.btn-secondary{background:var(--surface);color:var(--blue);border:2px solid var(--blue)}.btn-secondary:hover{background:var(--blue-soft)}.overlay-backdrop{z-index:100;background:#2b2b3373;justify-content:center;align-items:center;padding:16px;animation:.18s overlay-fade;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.overlay-card{background:var(--surface);border-radius:var(--radius);border-top:6px solid var(--gold);box-shadow:var(--shadow);text-align:center;width:100%;max-width:420px;padding:28px 24px;animation:.2s overlay-pop}@keyframes overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes overlay-pop{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.overlay-title{color:var(--text);margin:0 0 10px;font-size:1.35rem}.overlay-body{color:var(--text-soft);white-space:pre-line;margin-bottom:20px;font-size:.97rem;line-height:1.45}.overlay-actions{flex-direction:column;gap:10px;display:flex}.overlay-actions .btn{width:100%}.stamp-inline{object-fit:contain;vertical-align:-.12em;width:1em;height:1em;display:inline-block}.toast{background:var(--blue);color:#fff;box-shadow:var(--shadow);z-index:200;border-radius:999px;padding:10px 22px;font-size:.95rem;animation:.2s overlay-fade;position:fixed;bottom:28px;left:50%;transform:translate(-50%)}.loading-screen{background:linear-gradient(160deg, var(--blue) 0%, var(--blue-deep) 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;min-height:100dvh;padding:24px;display:flex}.loading-logo{filter:drop-shadow(0 3px 4px #00000040);width:min(340px,72vw);height:auto}.loading-tagline{color:#ffffffd9;margin:0;font-size:1rem}.loading-bar{background:#ffffff40;border-radius:999px;width:min(320px,70vw);height:14px;margin-top:10px;overflow:hidden}.loading-bar-fill{background:var(--gold);border-radius:999px;width:0%;height:100%;transition:width .25s}.worlds-screen{flex-direction:column;flex:1;min-height:100dvh;display:flex}.worlds-topbar{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 20px;display:flex}.worlds-logo{width:auto;height:36px}.worlds-topbar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.worlds-counter{color:var(--text);background:var(--gold-soft);white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:.95rem}.worlds-counter b{color:var(--gold-dark)}.worlds-topbar-btn{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:7px 12px;font-size:.9rem;font-weight:600;transition:border-color .15s,background-color .15s}.worlds-topbar-btn:hover{border-color:var(--blue);background:var(--blue-soft)}.worlds-login-btn{border-color:var(--blue);color:var(--blue)}.worlds-user{color:var(--blue);font-size:.92rem;font-weight:600}.worlds-user-btn{border-color:var(--blue);color:var(--blue);text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.profile-label{text-align:left;margin-bottom:6px;font-size:.85rem;display:block}.profile-name-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);padding:10px 12px;font-family:inherit;font-size:1rem}.profile-name-input:focus{border-color:var(--blue);outline:none}.worlds-footer{text-align:center;padding:10px 0 16px}.worlds-footer a{color:var(--text-soft);font-size:.78rem;text-decoration:none}.worlds-footer a:hover{color:var(--blue);text-decoration:underline}.worlds-body{flex:1;justify-content:center;align-items:center;padding:28px 20px 40px;display:flex}.worlds-grid{grid-template-columns:repeat(4,minmax(180px,230px));justify-content:center;gap:22px;width:100%;max-width:1040px;display:grid}@media (max-width:900px){.worlds-grid{grid-template-columns:repeat(2,minmax(180px,260px))}}@media (max-width:480px){.worlds-grid{grid-template-columns:minmax(200px,300px)}}.world-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-soft);flex-direction:column;align-items:center;gap:8px;padding:34px 16px 20px;font-family:inherit;transition:transform .12s,box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.world-card:hover{box-shadow:var(--shadow);border-color:var(--gold);transform:translateY(-3px)}.world-card:active{transform:translateY(-1px)scale(.99)}.world-card-flap{background:linear-gradient(var(--blue-soft), var(--surface));clip-path:polygon(0 0,100% 0,50% 100%);pointer-events:none;height:26px;position:absolute;top:0;left:0;right:0}.world-card-visual{justify-content:center;align-items:center;width:100%;height:110px;display:flex;position:relative}.world-card-img{object-fit:contain;max-width:100%;max-height:110px}.world-card-img-float{animation:4.4s ease-in-out infinite island-float}@keyframes island-float{0%,to{transform:translateY(-3px)}50%{transform:translateY(3px)}}.world-card-placeholder{font-size:3.4rem;line-height:1}.world-card-lock{filter:drop-shadow(0 2px 3px #2b2b3359);font-size:2.6rem;position:absolute}.world-card-name{color:var(--text);font-size:1.05rem;font-weight:700}.world-card-locked .world-card-name{color:var(--text-soft)}.world-card-badge{color:var(--blue);background:var(--blue-soft);border-radius:999px;padding:3px 10px;font-size:.8rem}.world-card-badge-done{color:#2e7d32;background:#e6f4e7}.welcome-card{max-width:440px;position:relative}.welcome-close{color:var(--text-soft);background:0 0;border:none;padding:6px;font-size:1.05rem;position:absolute;top:10px;right:12px}.welcome-close:hover{color:var(--text)}.welcome-title{color:var(--text);margin:0 0 10px;font-size:1.6rem}.welcome-subtitle{color:var(--text-soft);margin:0 0 22px;font-size:.98rem;line-height:1.45}.welcome-actions{flex-direction:column;gap:12px;display:flex}.welcome-actions .btn{justify-content:center;align-items:center;gap:10px;width:100%;display:inline-flex}.welcome-google-icon{flex:none}.welcome-note{color:var(--text-soft);margin:16px 0 0;font-size:.82rem}.story-screen{background:var(--bg);flex-direction:column;flex:1;align-items:center;min-height:100dvh;display:flex}.story-strip{flex-direction:column;gap:26px;width:min(680px,100%);padding:24px 16px 48px;display:flex}.story-panel{flex-direction:column;gap:10px;display:flex}.story-img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow-soft)}.story-dialogs{flex-direction:column;gap:6px;display:flex}.story-dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);margin:0;padding:10px 14px;font-size:.95rem;line-height:1.45}.story-speaker{text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:.82rem;font-weight:800;display:block}.story-continue{align-self:center;min-width:220px}.story-screen-desktop{justify-content:center;gap:18px;padding:24px}.story-carousel{justify-content:center;align-items:center;gap:18px;width:100%;display:flex}.story-panel-desktop{max-width:min(1100px,100vw - 160px)}.story-panel-desktop .story-img{aspect-ratio:1456/816;object-fit:contain;width:100%}.story-arrow{background:var(--gold);color:#fff;width:54px;height:54px;box-shadow:var(--shadow-soft);border:none;border-radius:50%;flex:none;font-size:1.7rem;font-weight:700}.story-arrow:hover{background:var(--gold-dark)}.story-arrow:disabled{background:var(--border);cursor:default}.story-dots{gap:8px;display:flex}.story-dot{background:var(--border);border-radius:50%;width:10px;height:10px}.story-dot-active{background:var(--gold)}.tutorial-skip{padding:7px 14px;font-size:.85rem}.tutorial-panel{background:var(--surface);border:2px solid var(--gold);border-radius:var(--radius);width:min(460px,100vw - 24px);box-shadow:var(--shadow);z-index:40;text-align:center;flex-direction:column;align-items:center;gap:12px;padding:16px 18px;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.tutorial-panel.hidden{display:none}.tutorial-panel-text{color:var(--text);margin:0;font-size:.93rem;line-height:1.45}.tutorial-panel-preview:empty{display:none}.tutorial-preview-card{cursor:default;display:inline-flex}.game-grid{width:100%;max-width:calc(500px * var(--grid-scale,1));touch-action:manipulation;gap:5px;margin:0 auto;display:grid}.cell{aspect-ratio:1;background:var(--surface);border:1.5px solid var(--border);border-radius:8px;transition:box-shadow .15s;position:relative;overflow:hidden}.cell-candidates{gap:2px;display:grid;position:absolute;top:3px;bottom:3px;left:3px;right:3px}.cell-candidate{background:var(--blue-soft);touch-action:none;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:0;min-height:0;padding:2px;display:flex}.cell-candidate img{object-fit:contain;pointer-events:none;width:100%;height:100%}.cell-candidate:hover{background:#d5e2f3}.cell-candidate.holding{outline:2px solid var(--gold)}.cell-candidate.eliminated{opacity:.18;background:var(--bg)}.cell-confirmed-icon{object-fit:contain;width:84%;height:84%;margin:auto;display:none;position:absolute;top:8%;bottom:8%;left:8%;right:8%}.cell.confirmed .cell-candidates{display:none}.cell.confirmed .cell-confirmed-icon{display:block}.cell.confirmed{border-color:var(--blue);background:var(--blue-soft)}.cell.hint-revealed{border-color:var(--gold);background:var(--gold-soft)}.cell-bounce{animation:.35s cell-bounce}@keyframes cell-bounce{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.cell-flash:after{content:"";pointer-events:none;background:#ffffff8c;animation:.3s forwards cell-flash;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes cell-flash{to{opacity:0}}.cell.error-confirmed{box-shadow:inset 0 0 0 3px var(--error);background:#fde7e7}.cell.error-eliminated{background:#fdf3e0;box-shadow:inset 0 0 0 3px #f5a623}.cell-victory{animation:.45s cell-victory}@keyframes cell-victory{0%{transform:scale(1);box-shadow:0 0 #ffd700b3}40%{transform:scale(1.08);box-shadow:0 0 18px 4px #ffd7008c}to{box-shadow:none;transform:scale(1)}}.clue-card{background:var(--surface);cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:6px;flex:none;gap:0;transition:transform .15s,opacity .15s;display:flex}.clue-card-h{flex-direction:row}.clue-card-v{flex-direction:column}.clue-square{width:var(--clue-square,38px);height:var(--clue-square,38px);border:1px solid var(--gold);background:var(--bg);justify-content:center;align-items:center;padding:2px;display:flex}.clue-square.active{background:var(--surface)}.clue-square img{object-fit:contain;pointer-events:none;width:100%;height:100%}.clue-square-text{color:var(--text);font-size:.95rem;font-weight:800}.clue-card.resolved{opacity:.35;transform:scale(.92)}.clue-card.dragging{z-index:50;opacity:.85;pointer-events:none;position:fixed;transform:scale(1.08)}.levels-screen{flex-direction:column;flex:1;min-height:100dvh;display:flex}.levels-topbar{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:12px 20px;display:flex;position:sticky;top:0}.levels-back{color:var(--blue);background:0 0;border:none;padding:6px 8px;font-size:.95rem;font-weight:600}.levels-title{color:var(--text);flex:1;margin:0;font-size:1.15rem}.levels-counters{gap:8px;display:flex}.levels-counter{background:var(--gold-soft);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:.9rem}.levels-counter b{color:var(--gold-dark)}.levels-path-wrap{flex:1;justify-content:center;padding:24px 16px 64px;display:flex}.levels-path{flex-direction:column;align-items:center;gap:18px;width:min(420px,100%);display:flex}.levels-divider{width:100%;color:var(--text-soft);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:12px;margin:18px 0 6px;font-size:.85rem;font-weight:700;display:flex}.levels-divider:before,.levels-divider:after{content:"";background:var(--border);flex:1;height:1.5px}.level-row{justify-content:center;width:100%;display:flex;position:relative}.level-node{width:58px;height:58px;transform:translateX(var(--tx,0));border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;font-size:1.15rem;font-weight:800;transition:transform .1s;display:flex;position:relative;box-shadow:0 4px #2b2b332e}.level-node:not(:disabled):hover{transform:translateX(var(--tx,0)) scale(1.08)}.level-node:not(:disabled):active{transform:translateX(var(--tx,0)) scale(.96)}.level-node-done{background:var(--blue);color:#fff;box-shadow:0 4px 0 var(--blue-deep)}.level-node-open{background:var(--surface);color:var(--blue);border:3px solid var(--blue);box-shadow:0 4px #2b2b3324}.level-node-current{background:var(--gold);color:#fff;box-shadow:0 4px 0 var(--gold-dark);border:none;animation:1.6s ease-in-out infinite node-pulse}@keyframes node-pulse{0%,to{box-shadow:0 4px 0 var(--gold-dark), 0 0 0 0 #c9a84c73}50%{box-shadow:0 4px 0 var(--gold-dark), 0 0 0 12px #c9a84c00}}.level-node-adgate{background:var(--gold-soft);border:2.5px dashed var(--gold);font-size:1.4rem}.level-node-locked{color:var(--text-soft);cursor:default;opacity:.75;background:#ececea;font-size:1.2rem;box-shadow:0 4px #2b2b3314}.level-node-face{line-height:1}.level-node-stars{white-space:nowrap;text-shadow:0 1px 1px #2b2b3340;font-size:.62rem;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}.level-deco{object-fit:contain;opacity:.9;pointer-events:none;width:44px;height:44px;position:absolute;top:50%;transform:translateY(-50%)}.level-deco-left{left:8%}.level-deco-right{right:8%}.difficulty-row{justify-content:center;gap:10px;margin-bottom:20px;display:flex}.difficulty-btn{background:var(--blue-soft);border-radius:var(--radius-sm);border:2px solid #0000;flex-direction:column;flex:1;align-items:center;gap:4px;max-width:110px;padding:12px 8px;font-family:inherit;transition:border-color .12s,transform .1s;display:flex}.difficulty-btn:hover{border-color:var(--gold);transform:translateY(-2px)}.difficulty-btn-done{background:#e6f4e7}.difficulty-btn-stars{min-height:1em;font-size:.72rem}.difficulty-btn-size{color:var(--text);font-size:1.15rem;font-weight:800}.difficulty-btn-reward{color:var(--gold-dark);font-size:.78rem;font-weight:700}.ad-sim-card{position:relative}.ad-sim-close{color:var(--text-soft);background:0 0;border:none;padding:6px;font-size:1.05rem;position:absolute;top:10px;right:12px}.ad-sim-screen{background:var(--blue-deep);border-radius:var(--radius-sm);justify-content:center;align-items:center;height:120px;margin-bottom:14px;display:flex}.ad-sim-note{color:#fffc;padding:0 18px;font-size:.88rem}.ad-sim-progress{background:var(--blue-soft);border-radius:999px;height:8px;margin-bottom:16px;overflow:hidden}.ad-sim-progress-fill{background:var(--gold);border-radius:999px;width:0%;height:100%}.ad-sim-claim{width:100%}.ad-sim-claim:disabled{opacity:.55;cursor:default}.game-screen{flex-direction:column;flex:1;min-height:100dvh;display:flex}.game-topbar{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 16px;display:flex;position:sticky;top:0}.game-back{color:var(--blue);background:0 0;border:none;padding:4px 10px;font-size:1.3rem;font-weight:700}.game-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;font-size:.98rem;font-weight:800;overflow:hidden}.game-timer{font-variant-numeric:tabular-nums;color:var(--text-soft);font-size:.92rem}.game-stamps{background:var(--gold-soft);border-radius:999px;align-items:center;gap:5px;padding:4px 12px;font-size:.92rem;display:inline-flex}.game-stamps img{width:17px;height:17px}.game-stamps b{color:var(--gold-dark)}.game-zoom{flex-wrap:wrap;justify-content:center;gap:22px;padding:8px 16px 0;display:flex}.game-zoom-control{color:var(--text-soft);align-items:center;gap:8px;font-size:.8rem;display:inline-flex}.game-zoom-control input[type=range]{width:110px;accent-color:var(--gold);cursor:pointer}.game-layout{max-width:max(640px, calc(500px * var(--grid-scale,1)));flex-direction:column;flex:1;gap:14px;width:100%;margin:0 auto;padding:14px 12px 26px;display:flex}.game-clues{flex-direction:column;order:2;gap:10px;display:flex}.game-main{order:1}.game-clues-v{--clue-square:calc(clamp(30px, 9vw, 38px) * var(--clue-scale,1));flex-wrap:nowrap;justify-content:center;gap:4px;max-width:100%;display:flex;overflow-x:auto}.game-clues-h{--clue-square:calc(clamp(30px, 9vw, 38px) * var(--clue-scale,1));flex-wrap:wrap;justify-content:center;gap:5px;display:flex}.game-clues-h:empty,.game-clues-v:empty{display:none}.game-clues-v,.game-clues-h{flex-shrink:0}.game-main{flex-direction:column;gap:16px;display:flex}.game-buttons{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.game-btn{color:#fff;align-items:center;gap:6px;padding:11px 18px;font-size:.95rem;display:inline-flex}.game-btn img{width:15px;height:15px}.game-btn-undo{background:var(--blue)}.game-btn-undo:hover{background:var(--blue-deep)}.game-btn-hint{background:var(--gold)}.game-btn-hint:hover{background:var(--gold-dark)}.game-btn-check{background:var(--success)}.game-btn-check:hover{background:#3d8b40}@media (min-width:1000px){.game-layout{flex-direction:row;justify-content:center;align-items:flex-start;gap:28px;max-width:none;padding:24px}.game-clues{flex:0 620px;min-width:320px;max-height:calc(100dvh - 120px);padding:4px;overflow-y:auto}.game-clues-v{--clue-square:calc(40px * var(--clue-scale,1));flex-wrap:wrap;justify-content:flex-start}.game-clues-h{--clue-square:calc(40px * var(--clue-scale,1));justify-content:flex-start}.game-main{flex:0 1 calc(500px * var(--grid-scale,1));min-width:340px;position:sticky;top:80px}}
