:root{color-scheme:light;--maze-sky: linear-gradient(180deg, #f9f7ff 0%, #edf7ff 100%);--maze-surface: rgba(255, 255, 255, .88);--maze-text: #2d2140;--maze-soft: #66567e;--maze-hedge-top: #7bc10f;--maze-hedge-bottom: #446f08;--maze-hedge-shadow: rgba(41, 73, 0, .38);--maze-card: rgba(255, 255, 255, .82);--maze-card-border: rgba(123, 193, 15, .25);--maze-accent: #7d4dff;--maze-accent-2: #ff74b7;--maze-glow: rgba(124, 77, 255, .28)}html,body{margin:0;min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--maze-text);background:radial-gradient(circle at top left,rgba(255,214,255,.65),transparent 34%),radial-gradient(circle at 85% 10%,rgba(184,248,255,.72),transparent 28%),linear-gradient(180deg,#fff8fb,#eef7ff)}.fairymaze-shell{--game-shell-max-width: 100%;--game-shell-pad-top: 12px;--game-shell-pad-bottom: 12px;--game-presentation-overlay-bg: rgba(28, 14, 52, .56);--game-presentation-card-bg: rgba(255, 255, 255, .96);--game-presentation-card-color: var(--maze-text);--game-presentation-card-border: transparent;--game-presentation-card-radius: 24px;--game-presentation-card-padding: 28px;--game-presentation-card-width: 520px;--game-presentation-muted-color: #65527d}.fairymaze-shell .game-shell__top{align-items:center}.fairymaze-shell .game-presentation-card{box-shadow:0 24px 80px #00000038}.fairymaze-shell .game-presentation-card h2{font-size:1.7rem}.fairymaze-shell .game-presentation-card p{margin-bottom:18px;line-height:1.55}.status{color:var(--maze-soft)}.hud{gap:8px}.pill{background:#ffffffc2;border:1px solid rgba(101,61,161,.15);box-shadow:0 6px 16px #2f145614}button{border:none;border-radius:999px;padding:9px 14px;cursor:pointer;font-weight:800;background:linear-gradient(180deg,#8b64ff,#6c44eb);color:#fff;box-shadow:0 10px 24px #6c44eb38}button.secondary{background:#ffffffe0;color:var(--maze-text);box-shadow:0 8px 18px #2c174914}button:disabled,input:disabled{opacity:.6;cursor:not-allowed}.maze-layout{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;min-height:0;width:100%;height:100%;align-items:center}.question-text{min-width:76px;font-size:1.25rem;font-weight:900;letter-spacing:0;text-align:center;color:var(--maze-text)}.maze-stage{position:relative;width:min(100%,760px,62vh);margin:0 auto;aspect-ratio:1 / 1;max-height:62vh;border-radius:28px;overflow:hidden;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.94),transparent 42%),linear-gradient(180deg,#fffdf8,#f6fbff);border:1px solid rgba(97,49,152,.12);box-shadow:0 20px 60px #391a6624,inset 0 0 0 1px #ffffff8c}.maze-grid{position:absolute;display:grid;gap:0;z-index:1}.bonus-coin-layer{position:absolute;z-index:3;pointer-events:none}.bonus-coin{position:absolute;display:grid;place-items:center;border-radius:999px;font-size:1rem;line-height:1;filter:drop-shadow(0 0 8px rgba(255,204,51,.74)) drop-shadow(0 5px 7px rgba(104,75,20,.2));animation:bonus-coin-twinkle 1.8s ease-in-out infinite}.bonus-coin.collected{animation:bonus-coin-pop .22s ease-out forwards}.bonus-coin-float{position:absolute;z-index:4;display:inline-grid;place-items:center;min-width:48px;padding:3px 7px;border-radius:999px;background:#fffadff0;border:1px solid rgba(226,172,29,.55);color:#7a4c00;font-size:.84rem;font-weight:900;line-height:1;box-shadow:0 10px 18px #7a4c002e;transform:translate(var(--coin-x, 0),var(--coin-y, 0));animation:bonus-coin-float-up .76s ease-out forwards}@keyframes bonus-coin-twinkle{0%,to{transform:translate(var(--coin-x, 0),var(--coin-y, 0)) scale(1)}50%{transform:translate(var(--coin-x, 0),var(--coin-y, 0)) scale(1.12)}}@keyframes bonus-coin-pop{to{opacity:0;transform:translate(var(--coin-x, 0),var(--coin-y, 0)) scale(1.8)}}@keyframes bonus-coin-float-up{0%{opacity:0;transform:translate(var(--coin-x, 0),var(--coin-y, 0)) translate(-12px) scale(.82)}18%{opacity:1}to{opacity:0;transform:translate(var(--coin-x, 0),var(--coin-y, 0)) translate(-12px,-34px) scale(1.08)}}.maze-cell{box-sizing:border-box}.maze-cell.path{background:radial-gradient(circle at 25% 18%,#fffffff5,#ffffffd9 48%,#f4fafff0);border:1px solid rgba(131,112,166,.05)}.maze-cell.wall{background:radial-gradient(circle at 22% 22%,#9bdc2d 0 16%,#7bc10f 18%,#5e9b0a 48%,#446f08);box-shadow:inset -3px -3px #00000014,inset 3px 3px #ffffff14}.maze-cell.wall:after{content:"";display:block;width:100%;height:100%;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.16) 0 12%,transparent 13%),radial-gradient(circle at 72% 28%,rgba(255,255,255,.14) 0 9%,transparent 10%),radial-gradient(circle at 46% 68%,rgba(0,0,0,.08) 0 11%,transparent 12%)}.maze-cell.entrance,.maze-cell.exit{box-shadow:inset 0 0 0 3px #fffc}.maze-cell.entrance{background:linear-gradient(180deg,#f4ffd4,#e8ffe1)}.maze-cell.exit{background:linear-gradient(180deg,#fff1c9,#fff9e2)}.sprite{position:absolute;display:grid;place-items:center;z-index:5;pointer-events:none;transition:transform 80ms linear;filter:drop-shadow(0 10px 16px rgba(30,20,52,.22))}.sprite-glow{position:absolute;inset:8%;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.6) 0%,transparent 65%)}.troll-glow{background:radial-gradient(circle,rgba(122,255,149,.22) 0%,transparent 65%)}.sprite-icon{position:relative;font-size:1.9rem;line-height:1;transform:translateY(-1px)}.sprite-img{position:relative;width:94%;height:94%;object-fit:contain}.hidden{display:none!important}.fairy .sprite-icon{filter:drop-shadow(0 0 12px rgba(255,168,240,.65))}.prize .sprite-icon{filter:drop-shadow(0 0 18px rgba(255,188,44,.7))}.troll .sprite-icon{filter:drop-shadow(0 0 10px rgba(72,255,104,.18))}.answer-controls{width:min(100%,620px);margin:0 auto;display:grid;gap:8px;justify-items:center}.answer-form{display:grid;grid-template-columns:auto minmax(90px,150px);gap:8px;align-items:center}.answer-form input{width:100%;box-sizing:border-box;min-height:38px;border-radius:10px;border:1px solid rgba(108,68,235,.22);padding:6px 10px;font-size:1rem;font-weight:800;text-align:center;background:#f8f7fff0}.answer-form input::placeholder{font-size:.9rem;opacity:.65}.answer-form button{min-height:38px;padding:5px 8px;border-radius:10px;font-size:.86rem}.direction-pad{display:grid;grid-template-columns:repeat(3,max-content);grid-template-areas:". up ." "left down right";gap:6px;justify-content:center;align-items:center}.direction-btn{width:48px;height:40px;min-height:40px;padding:0;border-radius:10px;border:1px solid rgba(63,55,80,.14);background:linear-gradient(180deg,#d7d3df,#b9b2c8);color:#5e5868;box-shadow:0 5px 12px #2a1f3a14;font-size:1.45rem;font-weight:900;line-height:1}.direction-btn.active{border-color:#3a933f61;background:linear-gradient(180deg,#7ed957,#33a852);color:#fff;box-shadow:0 7px 16px #33a85238}.direction-btn:disabled{opacity:1}.direction-btn--up{grid-area:up}.direction-btn--right{grid-area:right}.direction-btn--down{grid-area:down}.direction-btn--left{grid-area:left}.direction-pad--touch-dock{width:100%;margin:0}.direction-pad--touch-dock .direction-btn{width:100%}.bottom{min-height:1.2em;color:var(--maze-soft);font-weight:700}.character-section{margin:14px 0;text-align:left}.character-section__title{margin:0 0 8px;color:#5d4a75;font-size:.9rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.character-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(68px,1fr));gap:8px}.character-choice{display:grid;place-items:center;gap:3px;min-height:78px;padding:6px;border-radius:16px;border:2px solid rgba(101,82,125,.12);background:#f9f7ffe6;color:var(--maze-text);box-shadow:0 8px 20px #391a6614}.character-choice.selected{border-color:#33a852b8;background:linear-gradient(180deg,#ecffe7fa,#fffffff2);box-shadow:0 10px 22px #33a85229,inset 0 0 0 2px #ffffffb8}.character-choice img{width:46px;height:46px;object-fit:contain}.character-choice__fallback{font-size:2rem;line-height:1}.character-choice__fallback--text{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(180deg,#ecffe7,#fff);color:#245d2e;font-size:.64rem;font-weight:900;line-height:1.05;text-align:center}.character-choice__label{font-size:.68rem;font-weight:900;color:#6a5880;line-height:1}.big-number{font-size:3rem;font-weight:900;margin:8px 0}.result-prize{min-height:104px;display:flex;align-items:end;justify-content:center;gap:14px}.result-prize-img{width:min(190px,52vw);max-height:150px;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(57,26,102,.22)) drop-shadow(0 0 22px rgba(255,214,87,.42))}.result-fairy-img{width:min(96px,24vw);max-height:112px;object-fit:contain;filter:drop-shadow(0 14px 20px rgba(57,26,102,.2)) drop-shadow(0 0 18px rgba(255,168,240,.42))}.result-fairy-fallback{font-size:3.2rem;line-height:1}.subtitle{color:#6f5b89;margin-bottom:18px}@media(max-width:820px){.maze-stage{border-radius:24px}.direction-pad{gap:8px}.maze-stage{width:min(100%,560px,54vh);max-height:54vh;border-radius:22px}.answer-controls{width:min(100%,500px)}}@media(min-width:700px)and (max-height:760px){.fairymaze-shell{--game-shell-pad-top: 6px;--game-shell-pad-bottom: 6px}.fairymaze-shell.game-shell--touch-ui .game-shell__touch-dock{grid-template-columns:minmax(0,1fr) minmax(148px,190px);align-items:center;justify-items:stretch;gap:8px}.fairymaze-shell.game-shell--touch-ui .game-keypad-wrapper{width:100%;margin:0}.maze-layout{gap:6px;align-items:stretch}.fairymaze-shell.game-shell--touch-ui .maze-stage{width:min(100%,56vw,calc(100dvh - 300px));max-height:calc(100dvh - 300px);align-self:center}.fairymaze-shell.game-shell--touch-ui .answer-controls{gap:4px}.fairymaze-shell.game-shell--touch-ui .answer-form{grid-template-columns:auto minmax(78px,120px)}.fairymaze-shell.game-shell--touch-ui .direction-pad--touch-dock{grid-template-columns:repeat(3,minmax(0,1fr));align-self:center;gap:5px}.fairymaze-shell.game-shell--touch-ui .direction-btn{height:40px;min-height:40px;font-size:1.1rem;border-radius:8px}}@media(max-width:699px){.fairymaze-shell.game-shell--touch-ui .game-shell__touch-dock{gap:6px}}@media(max-width:620px){.maze-layout{gap:10px}.maze-stage{width:min(100%,460px,44vh);max-height:44vh}.answer-controls{width:min(100%,360px);gap:6px}.answer-form{grid-template-columns:auto minmax(78px,112px);gap:6px}.question-text{min-width:58px;font-size:1.05rem}.answer-form input{min-height:34px}.direction-btn{width:42px;height:36px;min-height:36px;font-size:1.25rem}.fairymaze-shell .game-presentation-card{--game-presentation-card-padding: 20px}.character-picker{grid-template-columns:repeat(4,1fr)}.character-choice{min-height:66px}.character-choice img{width:38px;height:38px}}
