:root{--ink:#244d43;--muted:#6c7c78;--paper:#fffdf7;--cream:#f7f0df;--line:#dfd4ba;--green:#4d9d76;--green-dark:#2f7659;--coral:#e77761;--gold:#e5aa49;--blue:#5e95b4;--shadow:0 14px 0 rgba(103,87,54,.12),0 22px 38px rgba(76,68,45,.11);font-family:Trebuchet MS,Arial,sans-serif;color:var(--ink)}*{box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:radial-gradient(circle at 12% 8%,rgba(255,255,255,.75),transparent 26%),linear-gradient(135deg,#e2efdd,#f8f2df 72%);color:var(--ink)}button,a{font:inherit}.app{width:min(1120px,calc(100% - 32px));margin:26px auto 34px}.game-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:78px;padding:12px 18px;border:1px solid rgba(92,117,82,.18);border-radius:22px;background:rgba(255,253,247,.94);box-shadow:0 9px 22px rgba(72,82,59,.08);margin-bottom:18px}.game-brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;border-radius:16px;padding:5px 8px;margin:-5px -8px;transition:background .2s,transform .2s}.game-brand:hover{background:#edf5e8;transform:translateY(-1px)}.game-brand:focus-visible{outline:4px solid rgba(77,157,118,.25);outline-offset:2px}.game-brand>span:last-child{display:grid;gap:2px}.game-brand strong{font-size:20px;line-height:1}.game-brand small{font-size:11px;color:var(--muted)}.game-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#e8f2df;color:var(--green)}.game-icon svg{width:36px;height:30px;fill:none;stroke:currentColor;stroke-width:3;stroke-linejoin:round}.game-icon circle{fill:#e77761;stroke:none}.age-pill,.counter,.screen-heading>span,.task-title-line>span{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:8px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font-weight:800;white-space:nowrap}.screen{display:none}.screen.is-active{display:block}.hero-card,.screen-card,.play-card,.result-card{border:2px solid #dfd4ba;border-radius:32px;background:var(--paper);box-shadow:var(--shadow);overflow:hidden}.hero-card{display:grid;grid-template-columns:1fr 1.08fr}.hero-scene{min-height:500px;background:#e9edd7}.hero-scene img{display:block;width:100%;height:100%;object-fit:cover}.hero-copy{padding:54px 52px 42px;align-self:center}.eyebrow{margin:0 0 10px;color:#b76250;font-family:Georgia,serif;font-size:14px;font-weight:800;letter-spacing:.08em}.hero-copy h1,.screen-heading h2,.play-heading h2,.result-copy h2{font-family:Georgia,serif;letter-spacing:-.03em;line-height:.98}.hero-copy h1{font-size:56px;margin:0 0 22px}.hero-copy>p:not(.eyebrow){font-size:19px;line-height:1.55;color:var(--muted);margin:0 0 22px}.hero-facts,.result-facts{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.hero-facts span,.result-facts span{padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800}.primary-button,.secondary-button,.hint-button,.text-button,.round-back,.route-card button{border:0;cursor:pointer;min-height:50px;border-radius:15px;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s}.primary-button{padding:13px 24px;color:#fff;background:var(--green);box-shadow:0 6px 0 var(--green-dark)}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 0 var(--green-dark)}.primary-button:active{transform:translateY(4px);box-shadow:0 2px 0 var(--green-dark)}.secondary-button{padding:11px 16px;color:var(--ink);background:#fff;border:2px solid #bdd2bf}.secondary-button:hover{background:#eef5e9}.secondary-button:disabled,.hint-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.hint-button{padding:11px 18px;background:#f6cf6b;color:#604b1d;box-shadow:0 5px 0 #c99932}.text-button{background:transparent;color:var(--ink);padding:8px}.text-button:hover{text-decoration:underline}.hero-steps{grid-column:1/-1;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);padding:0;margin:0;border-top:1px solid var(--line)}.hero-steps li{display:flex;align-items:center;gap:13px;padding:20px 22px;min-width:0}.hero-steps li+li{border-left:1px solid var(--line)}.hero-steps b{display:grid;place-items:center;flex:0 0 44px;height:44px;border-radius:13px;color:#fff;background:var(--coral);font-size:20px}.hero-steps span{display:grid;gap:3px;min-width:0}.hero-steps strong{font-size:15px}.hero-steps small{color:var(--muted);line-height:1.25}.screen-card,.play-card{padding:34px}.screen-heading,.play-heading,.task-title-line{display:flex;align-items:center;justify-content:space-between;gap:18px}.screen-heading h2,.play-heading h2{font-size:42px;margin:0}.screen-heading{margin-bottom:26px}.route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:20px}.route-card{--route:#4d9d76;display:flex;flex-direction:column;min-width:0;min-height:390px;border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 7px 0 #e7deca}.route-art{height:124px;display:grid;place-items:center;background:color-mix(in srgb,var(--route),white 84%)}.route-art img{width:94px;height:94px;object-fit:contain;filter:drop-shadow(0 7px 6px rgba(43,64,53,.18))}.route-card>p{margin:20px 20px 5px;color:var(--route);font-family:Georgia,serif;font-weight:800;font-size:12px;letter-spacing:.08em}.route-card h3{font-family:Georgia,serif;font-size:29px;line-height:1.05;margin:0 20px 8px}.route-card>span{margin:0 20px 18px;color:var(--muted);line-height:1.4}.route-meta{display:flex;justify-content:space-between;margin:auto 20px 7px;font-size:13px}.route-meta small{color:var(--muted)}.route-bar{height:8px;background:#eee8da;margin:0 20px 16px;border-radius:9px;overflow:hidden}.route-bar i{display:block;height:100%;background:var(--route)}.route-card button{display:flex;justify-content:space-between;align-items:center;margin:0;border-radius:0;padding:14px 20px;background:color-mix(in srgb,var(--route),white 91%);color:var(--ink);border-top:1px solid var(--line)}.route-card button:hover{background:color-mix(in srgb,var(--route),white 80%)}.play-heading{justify-content:flex-start}.play-heading>div{flex:1}.round-back{width:48px;min-height:48px;border:2px solid #d8e2d3;background:#fff;color:var(--ink);font-size:22px}.round-back:hover{background:#eef5e9}.route-progress{height:8px;border-radius:99px;background:#e7e3d7;margin:22px 0;overflow:hidden}.route-progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,#e18d44,var(--green));transition:width .25s}.task-title-line p{margin:0 0 4px;font:800 12px Georgia,serif;color:#b76250;letter-spacing:.08em}.task-title-line h3{font:700 32px Georgia,serif;margin:0}.task-title-line>span{background:#e9f3e5;border:0;font-size:13px}.task-prompt{text-align:center;color:var(--muted);font-weight:700;margin:20px 0 18px}.puzzle-layout{display:grid;grid-template-columns:minmax(0,1fr) 258px;gap:20px;padding:20px;border:1px solid #eadfc9;border-radius:24px;background:#fbf6e9}.board-panel{min-width:0}.sudoku-board{width:min(100%,590px);aspect-ratio:1;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border:5px solid #547766;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 7px 0 #cfc6ad}.sudoku-cell{--region-bg:#edf3e7;position:relative;display:grid;place-items:center;min-width:0;border:1px solid rgba(65,89,74,.32);background:var(--region-bg);cursor:pointer;padding:6px}.sudoku-cell[data-region="0"]{--region-bg:#e7f1df}.sudoku-cell[data-region="1"]{--region-bg:#f6ead7}.sudoku-cell[data-region="2"]{--region-bg:#e5eff2}.sudoku-cell[data-region="3"]{--region-bg:#f6e2dc}.sudoku-cell.is-region-right{border-right:5px solid #547766}.sudoku-cell.is-region-bottom{border-bottom:5px solid #547766}.sudoku-cell.is-selected{box-shadow:inset 0 0 0 5px #e69b3f;background:#fff8d9;z-index:2}.sudoku-cell.is-same:not(.is-selected){box-shadow:inset 0 0 0 3px rgba(77,157,118,.45)}.sudoku-cell.is-wrong{background:#ffe5dc;box-shadow:inset 0 0 0 5px var(--coral);animation:nudge .24s}.sudoku-cell.is-guided{box-shadow:inset 0 0 0 5px #e5aa49;animation:pulse 1.1s infinite}.sudoku-cell.is-fixed{cursor:default}.sudoku-cell.is-fixed::after{content:"";position:absolute;left:8px;top:8px;width:9px;height:9px;border-radius:50%;background:#547766}.sudoku-cell img{display:block;width:82%;height:82%;object-fit:contain;object-position:center;filter:drop-shadow(0 4px 3px rgba(48,57,45,.18));pointer-events:none}.sudoku-cell.is-fixed img{opacity:.9}.sudoku-cell .cell-number{position:absolute;right:6px;bottom:4px;font-size:10px;color:rgba(36,77,67,.58)}.region-legend{display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted);font-size:13px;margin-top:16px;text-align:center}.region-legend i{width:34px;border-top:5px solid #547766;border-radius:5px}.animal-panel{display:flex;flex-direction:column;padding:18px;border-radius:20px;background:#fff;border:1px solid var(--line)}.animal-panel>p{margin:0;color:#b76250;font:800 12px Georgia,serif;letter-spacing:.08em}.animal-panel h4{font:700 26px Georgia,serif;margin:5px 0 14px}.animal-palette{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:15px}.animal-choice{min-height:112px;border:2px solid #dce5d9;border-radius:16px;background:#f9fbf5;cursor:pointer;padding:7px;display:grid;grid-template-rows:74px auto;place-items:center;color:var(--ink);font-weight:800}.animal-choice:hover{border-color:var(--green);transform:translateY(-1px)}.animal-choice.is-selected{border-color:#e69b3f;background:#fff7dc;box-shadow:0 4px 0 #dfbb66}.animal-choice img{width:72px;height:72px;object-fit:contain;object-position:center}.animal-choice span{font-size:12px;text-align:center}.animal-panel>.secondary-button{margin-top:10px;width:100%}.feedback{margin-top:18px;min-height:86px;border-radius:19px;border-left:6px solid #7ca58f;background:#eef5e9;padding:17px 19px;display:flex;align-items:center}.feedback>div{display:grid;gap:5px}.feedback strong{font-size:16px}.feedback span{color:var(--muted);line-height:1.4}.feedback[data-tone="error"]{border-color:var(--coral);background:#fff0ea}.feedback[data-tone="hint"]{border-color:var(--gold);background:#fff5d8}.feedback[data-tone="success"]{border-color:var(--green);background:#e6f4e8}.play-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:16px}.play-actions>div{display:flex;gap:10px}.task-tabs{display:flex;justify-content:center;gap:9px;margin-top:18px}.task-tabs button{width:42px;height:42px;border:0;border-radius:50%;background:#e5e4da;color:var(--ink);font-weight:800;cursor:pointer}.task-tabs button.is-active{outline:3px solid #e69b3f}.task-tabs button.is-done{background:var(--green);color:#fff}.result-card{display:grid;grid-template-columns:1.15fr .85fr;min-height:430px;background:linear-gradient(112deg,#fffdf7 0 56%,#dfeeda 56%)}.result-copy{padding:56px}.result-copy h2{font-size:56px;margin:0 0 18px}.result-copy>p:not(.eyebrow){font-size:19px;color:var(--muted);line-height:1.5}.result-actions{display:flex;gap:13px;flex-wrap:wrap}.result-art{display:grid;place-items:center;padding:40px}.result-art::before{content:"";grid-area:1/1;width:270px;height:270px;border-radius:50%;background:#fff0c9}.result-art img{grid-area:1/1;width:245px;height:245px;object-fit:contain;z-index:1;filter:drop-shadow(0 12px 8px rgba(62,73,58,.2))}@keyframes nudge{50%{transform:translateX(4px)}}@keyframes pulse{50%{box-shadow:inset 0 0 0 5px #e5aa49,0 0 0 5px rgba(229,170,73,.18)}}button:focus-visible,a:focus-visible{outline:4px solid rgba(77,157,118,.28);outline-offset:3px}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}
@media(max-width:900px){.hero-copy{padding:38px 30px}.hero-copy h1{font-size:46px}.screen-card,.play-card{padding:25px}.puzzle-layout{grid-template-columns:minmax(0,1fr) 220px}.animal-choice{min-height:94px;grid-template-rows:58px auto}.animal-choice img{width:58px;height:58px}.route-card h3{font-size:25px}.route-card{min-height:370px}.result-copy{padding:42px}.result-copy h2{font-size:46px}}
@media(max-width:720px){.app{width:min(1120px,calc(100% - 20px));margin-top:12px}.game-bar{min-height:66px;padding:8px 12px;border-radius:18px}.game-brand strong{font-size:17px}.game-brand small{font-size:9px}.game-icon{width:42px;height:42px}.age-pill{min-height:36px;padding:6px 11px;font-size:13px}.hero-card{grid-template-columns:1fr}.hero-scene{min-height:330px;max-height:420px}.hero-copy{padding:32px 28px}.hero-copy h1{font-size:42px}.hero-steps{grid-template-columns:1fr}.hero-steps li+li{border-left:0;border-top:1px solid var(--line)}.screen-card,.play-card{padding:20px;border-radius:24px}.screen-heading h2,.play-heading h2{font-size:32px}.route-grid{grid-template-columns:1fr}.route-card{min-height:0;display:grid;grid-template-columns:120px 1fr;grid-template-rows:auto auto auto auto auto}.route-art{height:auto;grid-row:1/6}.route-art img{width:88px;height:88px}.route-card>p{margin-top:16px}.route-card h3{font-size:25px}.route-card>span{margin-bottom:12px}.route-meta{margin-top:0}.route-bar{margin-bottom:12px}.route-card button{grid-column:1/-1}.puzzle-layout{grid-template-columns:1fr}.sudoku-board{width:min(100%,560px)}.animal-panel{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:end}.animal-panel>p,.animal-panel h4{grid-column:1/-1}.animal-palette{grid-column:1/-1;grid-template-columns:repeat(4,1fr);margin:0}.animal-choice{min-height:88px;grid-template-rows:58px auto;padding:4px}.animal-choice img{width:58px;height:58px}.animal-panel>.secondary-button{margin:0;min-height:46px}.feedback{min-height:76px}.result-card{grid-template-columns:1fr;background:linear-gradient(160deg,#fffdf7 0 58%,#dfeeda 58%)}.result-copy{padding:38px}.result-copy h2{font-size:44px}.result-art{padding:20px 30px 40px}.result-art::before{width:230px;height:230px}.result-art img{width:210px;height:210px}}
@media(max-width:470px){.app{width:calc(100% - 12px)}.game-bar{gap:7px}.game-brand{gap:7px}.game-brand small{max-width:150px}.age-pill{font-size:11px;padding:5px 8px}.hero-scene{min-height:250px}.hero-copy{padding:25px 18px}.hero-copy h1{font-size:36px}.hero-copy>p:not(.eyebrow){font-size:16px}.hero-steps li{padding:15px}.hero-steps b{flex-basis:40px;height:40px}.screen-card,.play-card{padding:14px}.screen-heading{align-items:flex-start}.screen-heading h2,.play-heading h2{font-size:28px}.screen-heading>span{font-size:10px;min-height:34px;padding:5px 8px}.route-card{grid-template-columns:92px 1fr}.route-art img{width:70px;height:70px}.route-card h3{font-size:22px}.route-card>p,.route-card h3,.route-card>span,.route-meta,.route-bar{margin-left:13px;margin-right:13px}.play-heading{gap:9px}.round-back{width:40px;min-height:40px}.counter{min-height:34px;padding:5px 8px;font-size:11px}.task-title-line{align-items:flex-start}.task-title-line h3{font-size:27px}.task-title-line>span{font-size:10px;min-height:34px;padding:5px 8px}.task-prompt{font-size:13px;margin:14px 0}.puzzle-layout{padding:10px;gap:12px}.sudoku-board{border-width:4px;border-radius:17px}.sudoku-cell{padding:2px}.sudoku-cell.is-region-right{border-right-width:4px}.sudoku-cell.is-region-bottom{border-bottom-width:4px}.sudoku-cell.is-selected,.sudoku-cell.is-wrong,.sudoku-cell.is-guided{box-shadow:inset 0 0 0 3px #e69b3f}.sudoku-cell.is-fixed::after{width:6px;height:6px;left:4px;top:4px}.sudoku-cell .cell-number{display:none}.animal-panel{padding:11px;grid-template-columns:1fr 1fr}.animal-palette{grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.animal-choice{min-width:0;min-height:76px;grid-template-rows:48px auto;border-radius:11px}.animal-choice img{width:48px;height:48px}.animal-choice span{font-size:9px}.animal-panel>.secondary-button{font-size:11px;padding:7px}.feedback{padding:13px;min-height:74px}.feedback strong{font-size:14px}.feedback span{font-size:12px}.play-actions{align-items:stretch}.play-actions>div{flex:1}.play-actions button{width:100%;padding:9px 10px;font-size:12px}.task-tabs{gap:6px}.task-tabs button{width:36px;height:36px}.result-copy{padding:30px 19px}.result-copy h2{font-size:39px}.result-copy>p:not(.eyebrow){font-size:16px}.result-actions{display:grid}.result-actions button{width:100%}}
