/* Version 10: one home, one activity, one clear next step. */
:root{--ink:#183f3a;--muted:#587066;--cream:#fbf8ed;--accent:#e6ae4d;--line:#d9dfcf}
button,input,textarea,summary{font-family:Nunito,system-ui,sans-serif}button{touch-action:manipulation}button:focus-visible,summary:focus-visible{outline:3px solid #5384a1;outline-offset:3px}button[hidden]{display:none!important}.primary{background:#204f43;color:#fffdf3;border-radius:15px;box-shadow:none;font-weight:800}.primary:hover:not(:disabled){background:#173e34}.secondary{background:#fffdf4;border:1px solid #cdd7c7;color:#254d42;border-radius:14px}.primary:disabled{background:#d9e0d3;color:#5c6d5b;opacity:1;cursor:default}
.path-screen{background:var(--cream);grid-template-rows:auto minmax(0,1fr);color:var(--ink)}.home-header{height:68px;display:flex;align-items:center;justify-content:space-between;padding:10px max(24px,env(safe-area-inset-left));border-bottom:1px solid var(--line);background:#fffdf5}.home-header>div{display:flex;align-items:center;gap:16px}.home-mark{display:flex;align-items:center;gap:11px;letter-spacing:.12em;font-size:14px}.home-mark>.icon{width:30px;height:30px;color:#467664}.home-teacher{background:none;border:0;font-size:13px;color:#5d7165;min-height:44px;padding:8px 3px}.home-scroll{overflow:auto;overscroll-behavior:contain;min-height:0;-webkit-overflow-scrolling:touch}.home-wrap{max-width:1080px;margin:auto;padding:32px 30px 26px}.home-hero{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin-bottom:34px}.home-hero-art{height:310px;overflow:hidden;border-radius:26px;position:relative;background:#cedcb2}.home-hero-art>img{width:100%;height:100%;object-fit:cover;object-position:52% 47%;display:block}.home-art-badge{position:absolute;bottom:17px;left:18px;background:#fffaf0ed;color:#254f42;border:1px solid #fff8dc;border-radius:30px;padding:9px 14px;display:flex;gap:6px;align-items:center;font-size:12px}.home-art-badge>.icon{width:17px;height:17px}.home-hero-copy .eyebrow{color:#67806c;letter-spacing:.14em;font-size:10px;margin:0 0 12px}.home-hero-copy h1{font:600 clamp(28px,3.4vw,42px)/1.12 Fraunces,Georgia,serif;letter-spacing:-.035em;margin:0 0 14px}.home-hero-description{font-size:16px;line-height:1.6;color:#587061;margin:0 0 22px}.home-resume{display:flex;align-items:center;gap:13px;width:100%;min-height:85px;background:#244f43;color:#fff8e8;padding:16px 18px;border:0;border-radius:18px;text-align:left;box-shadow:0 4px 0 #17392f}.home-resume>span:nth-child(2){flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.home-resume small{font-size:9px;color:#e2ce91;letter-spacing:.08em;font-weight:800}.home-resume strong{font-size:16px;line-height:1.35}.home-resume>span>span{font-size:11px;line-height:1.4;color:#dae8d1}.resume-circle{width:36px;height:36px;display:grid;place-items:center;background:#efc568;color:#254b38;border-radius:50%;font-size:12px;flex:none}.home-resume>b{font-size:23px;font-weight:600}.home-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.home-section-heading h2{font:600 27px/1.2 Fraunces,Georgia,serif;margin:0 0 6px}.home-section-heading p{font-size:14px;color:#637763;margin:0}.home-finished{font-size:12px;color:#476747;white-space:nowrap;background:#e7eddd;padding:9px 13px;border-radius:30px}.chapter-garden{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.garden-chapter{display:flex;flex-direction:column;align-items:flex-start;position:relative;padding:20px;border:1px solid #d6decb;background:#fffdf4;min-height:172px;border-radius:20px;color:var(--ink);text-align:left;box-shadow:0 3px 0 #dfe4d2;transition:transform .16s,box-shadow .16s}.garden-chapter:hover{transform:translateY(-3px);box-shadow:0 6px 0 #dfe4d2}.garden-number{position:absolute;top:17px;right:17px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;border:1px solid #d5ddcc;font-size:11px;color:#75876a}.garden-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:color-mix(in srgb,var(--chapter) 12%,white);color:var(--chapter);margin-bottom:14px}.garden-icon>.icon{width:25px;height:25px}.garden-chapter>strong{font-size:15px;line-height:1.3;flex:1;padding-right:8px}.garden-status{font-size:11px;color:#667c65;margin-top:7px}.garden-dots{display:flex;gap:5px;margin-top:14px}.garden-dots i{width:15px;height:4px;background:#e3e7d9;border-radius:4px}.garden-dots i.done{background:var(--chapter)}.garden-chapter.done .garden-number{background:var(--chapter);border-color:var(--chapter);color:white}.garden-chapter.current{border:2px solid #dfb35b;padding:19px;background:#fff9e8}.home-bottom{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.home-bottom>button{display:flex;align-items:center;gap:9px;text-align:left;min-height:54px;font-size:13px;font-weight:800;color:#54715d;background:#edf0e2;border:0;border-radius:13px;padding:12px 15px}.home-bottom>button>.icon{width:20px;height:20px;flex:none}.home-bottom>button>span{margin-left:auto}.home-saved{display:flex;justify-content:center;align-items:center;gap:7px;font-size:11px;color:#7b8a75;margin:22px 0 0}.home-saved .icon{height:16px;width:16px}
/* Activity shell: brief orientation, large working area, pinned actions. */
.learning-screen,.living-screen{grid-template-rows:62px minmax(0,1fr) auto;background:var(--cream)}.learn-header,.living-header,.craft-header{background:#fffdf5;border-bottom:1px solid var(--line);min-height:62px;padding:8px 20px;gap:12px}.learn-header .back-button,.living-header .back-button,.craft-header .back-button{min-height:44px;display:flex;align-items:center;gap:5px;padding:8px 10px;font-size:13px;border:0;border-radius:12px;background:#eef1e4;color:#325949}.learn-location{font-size:12px;flex:1;text-align:center;display:block!important}.listen-button{border:0;background:transparent;color:#496b56;min-height:44px;display:flex;align-items:center;gap:6px;font-size:12px;padding:5px}.listen-button>.icon{height:22px;width:22px}.learn-body,.living-body{background:var(--cream);min-height:0;overflow-y:auto;overflow-x:hidden}.learn-content,.living-content{display:block;width:min(100%,760px);padding:24px 28px 28px;box-sizing:border-box}.learn-heading{margin:22px 0 25px;text-align:center;position:static}.learn-heading h1{font:600 clamp(25px,3.4vw,36px)/1.18 Fraunces,Georgia,serif;margin:0 0 10px;letter-spacing:-.025em}.learn-heading>p{font-size:16px;line-height:1.55;color:#5e7361;max-width:580px;margin:0 auto}.learn-footer{grid-row:3;border-top:1px solid var(--line);background:#fffdf6;padding:11px 22px max(12px,env(safe-area-inset-bottom));z-index:3}.learn-footer-row{display:flex;align-items:center;gap:15px;max-width:704px;margin:0 auto}.learn-footer #learn-actions{display:flex;gap:10px;justify-content:flex-end;flex:1}.learn-footer #learn-actions>button{min-height:48px;padding:12px 24px;font-size:15px;min-width:140px}.learn-help{height:46px;min-width:96px;border:1px solid #d5deca;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:7px;background:#f4f5e9;color:#557156;font-size:14px}.learn-help span{display:inline}.learn-footer #learn-feedback:empty{display:none}.learn-footer #learn-feedback{font-size:13px;line-height:1.45;max-width:704px;margin:0 auto 9px;color:#596e59}.step-picker{border:0;background:none;color:#70836d}.step-picker>summary{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:40px;cursor:pointer;font-size:12px}.step-picker>summary::-webkit-details-marker{display:none}.step-picker>summary strong{font-size:11px;font-weight:800;color:#56705a}.step-picker[open]>nav{display:grid;gap:4px;background:#edf1e3;padding:10px;border-radius:14px;margin-bottom:10px}.step-picker nav>button{display:flex;gap:12px;align-items:center;padding:10px;min-height:45px;text-align:left;border:0;border-radius:10px;background:#fffcf1;color:#315540;font-size:13px}.step-picker nav>button[aria-current]{background:#e3ebd2}.step-picker nav>button>span{width:24px;flex:none;text-align:center;font-weight:800}.step-picker nav>button>small{margin-left:auto}.quiet-steps{display:flex;gap:5px;height:5px}.quiet-steps i{height:5px;flex:1;background:#e1e7d6;border-radius:4px}.quiet-steps i.done{background:var(--chapter)}.quiet-steps i.now{background:#e1b256}.learn-hint{background:#ecf0e0;border:1px solid #cfdcc1;font-size:15px;padding:17px 20px;line-height:1.55;border-radius:16px}.learn-hint strong{color:#3a624a}.learn-hint p{margin:6px 0 0}.gentle-note{font-size:11px;color:#6d8068;margin:18px 0}.gentle-note summary{cursor:pointer;min-height:35px}.gentle-note p{font-size:12px}.one-question{text-align:center;padding:20px 0 8px}.one-question>h2{font:600 24px Fraunces,Georgia,serif;margin:0 0 12px}.one-question>p{font-size:15px;line-height:1.5;color:#62755c}.answer-options button{min-height:53px;font-size:15px;border-radius:14px;padding:12px 16px}.number-question{padding:18px 0}.number-question label{font-size:17px;line-height:1.45}.number-entry input{font-size:30px}.planning-option{min-height:74px;border-radius:15px}.planning-option strong{font-size:15px}.planning-option small{font-size:12px;line-height:1.4}.planning-option[disabled]{opacity:.45}.plan-ledger{background:#eaf0dd;border-radius:18px;padding:16px}.community-voices p{font-size:14px}.sample-tabs button,.sequence-options button{font-size:14px;min-height:48px}.sequence-path{gap:5px}.sequence-slot{padding:10px 14px}.sequence-slot:not(.filled):not(.current){display:none}.sequence-slot.filled{opacity:.7}.sequence-slot.current{min-height:56px;border:2px solid #dcb563}.sequence-options{margin-top:18px}.trial-table{font-size:16px}.trial-table caption{font-size:12px;padding:8px}.material-stage h2{font-size:24px}.material-stage>p{font-size:15px}.chapter-step-list{display:grid;gap:9px}.chapter-step-list>button{display:flex;align-items:center;gap:15px;min-height:60px;padding:12px 16px;background:#fffdf5;border:1px solid var(--line);border-radius:15px;text-align:left;color:var(--ink)}.chapter-step-list>button>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#eaf0dc;flex:none}.chapter-step-list>button>strong{font-size:15px;flex:1}
/* A chapter has a beginning and a recognisable finish. */
.simple-chapter-cover{text-align:center}.cover-scene{height:220px;border-radius:23px;overflow:hidden;position:relative;background:#e1e8c6}.cover-scene>img{height:100%;width:100%;object-fit:cover;object-position:50% 62%;filter:saturate(.84)}.scene-1>img,.scene-2>img{object-position:84% 30%}.scene-3>img,.scene-6>img{object-position:50% 5%}.scene-5>img{object-position:88% 80%}.cover-person{position:absolute;width:100px;height:142px;bottom:0;left:30px;filter:drop-shadow(0 4px 2px #193b3925)}.cover-person .character{width:100%;height:100%}.cover-chapter-icon{position:absolute;right:20px;bottom:20px;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:#fff8e9ed;color:var(--chapter)}.cover-chapter-icon>.icon{width:34px;height:34px}.simple-chapter-cover>.eyebrow{font-size:10px;letter-spacing:.1em;color:#78876b;margin:19px 0 8px}.simple-chapter-cover h2{font:600 30px/1.2 Fraunces,Georgia,serif;margin:0 0 12px}.simple-chapter-cover>p:not(.eyebrow){font-size:16px;line-height:1.5;color:#5d7460;margin:0 auto 17px;max-width:460px}.chapter-three{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.chapter-three>span{font-size:12px;background:#eaf0df;padding:8px 12px;border-radius:30px;color:#4a6a50}.simple-chapter-cover>small{display:block;font-size:11px;color:#7c8974;margin:17px 0 3px}.simple-result{text-align:center;border:1px solid #d6dfc8;border-radius:25px;background:#fffdf4;padding:24px}.result-art{height:105px;display:flex;align-items:center;justify-content:center}.result-art>.icon{width:62px;height:62px;color:var(--chapter);padding:20px;border-radius:50%;background:#edf2df;box-sizing:content-box}.result-art>.reward-installation{height:138px;width:155px}.simple-result.chapter-finished .result-art{height:148px}.simple-result>h2{font:600 27px/1.2 Fraunces,Georgia,serif;margin:20px 0}.result-six{display:flex;justify-content:center;gap:9px;margin-bottom:22px}.result-six>span{display:grid;place-items:center;width:34px;height:34px;background:#edf0e0;border-radius:50%;font-size:13px;color:#849372}.result-six>span.done{background:var(--chapter);color:#fff9e8}.simple-result>small{font-size:11px;color:#7b8973}.result-details{margin:12px 0 19px;text-align:left;border-top:1px solid #e1e6d7;padding-top:9px}.result-details summary{min-height:38px;font-size:12px;text-align:center;cursor:pointer;color:#718368}.result-details p{font-size:14px;line-height:1.6;color:#536e54}
/* The workshop now uses the same quiet working area. */
.craft-layout{grid-template-columns:minmax(0,740px);justify-content:center;padding:0 24px;gap:0}.maker-card,.craft-side{display:none!important}.craft-center{min-width:0;max-width:none;padding:22px 0 12px;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto auto;box-shadow:none;border:0;border-radius:0}.craft-title{text-align:center;padding:0 0 17px}.craft-title>.eyebrow{display:none}.craft-title h2{font:600 clamp(24px,3vw,33px)/1.2 Fraunces,Georgia,serif;margin:0 0 10px}.craft-title p{font-size:15px;line-height:1.5;color:#5e765f;margin:0 auto;max-width:570px}.craft-surface{background:#fffaf0;border-radius:22px;min-height:0;grid-column:auto;grid-row:auto;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain}.craft-controls{grid-column:auto;grid-row:auto;justify-content:center;padding-right:0}.craft-brand{flex:1;text-align:center}.craft-brand>span{font-size:11px}.craft-brand>small{display:none}.craft-actions{gap:7px}.craft-actions #craft-read{display:flex;width:44px;min-width:44px;height:44px;align-items:center;justify-content:center}.craft-actions #craft-path{display:none}.craft-actions #craft-help{min-width:44px}.craft-steps{background:#fbf8ed;border-top:1px solid #dce2d1;padding:8px 16px}.craft-controls>button{min-height:48px;font-size:14px;padding:11px 19px}.making-wizard{max-width:570px;margin:auto;padding:17px 20px 24px}.making-mini-steps{display:flex;justify-content:center;gap:16px;color:#91a081;font-size:12px}.making-mini-steps>.active{color:#244e3b;font-weight:800}.making-mini-steps>.done{color:#668453}.wizard-preview{display:flex;justify-content:center;height:215px;margin:8px 0 10px}.wizard-preview>canvas{height:100%;width:auto;max-width:100%;object-fit:contain}.making-wizard .studio-patterns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.making-wizard .studio-pattern{padding:10px;min-height:90px;border-radius:15px}.making-wizard .studio-pattern canvas{height:60px;width:100%;object-fit:contain}.making-wizard .studio-pattern span{font-size:13px}.making-wizard .studio-palettes{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.making-wizard .studio-palette{min-height:92px;padding:14px;border-radius:15px}.making-wizard .palette-chip{height:34px;width:100%;border-radius:8px;display:block}.making-wizard .studio-palette small{font-size:13px;margin-top:8px;display:block}.wizard-summary,.wizard-ready{text-align:center;font-size:16px}.wizard-ready{color:#4e744c}.making-wizard>#design-help{display:block;margin:12px auto 0}.craft-feedback{font-size:13px;line-height:1.45;color:#617256;min-height:0;margin-top:10px}.craft-feedback:empty{display:none}.craft-background{opacity:.06}.craft-screen{background:var(--cream);grid-template-rows:62px minmax(0,1fr) auto}.craft-steps{min-height:32px}
/* Optional adventures remain available, with a quieter entrance. */
.living-title{position:static;text-align:center;margin-bottom:24px}.living-title>.eyebrow{font-size:10px;letter-spacing:.08em;color:#708467}.living-title h1{font:600 clamp(25px,3vw,34px)/1.2 Fraunces,Georgia,serif}.living-title>p:last-child{font-size:15px;line-height:1.5}.living-content{display:block}.living-footer{background:#fffdf5;border-top:1px solid var(--line);padding:12px 22px max(12px,env(safe-area-inset-bottom))}.living-footer .primary{min-height:48px;font-size:15px}.living-header>span{font-size:11px;letter-spacing:0}.living-header #living-path{display:none}.living-help{border:0;background:#eef2e3;border-radius:15px;font-size:13px;padding:8px 15px;margin-top:22px}.living-help summary{min-height:34px;display:flex;align-items:center}.extra-choices{display:grid;gap:16px}.extra-choices>button{border:1px solid var(--line);border-radius:20px;background:#fffdf2;display:grid;grid-template-columns:58px 1fr 22px;gap:6px 16px;align-items:center;text-align:left;padding:22px;color:var(--ink)}.extra-choices .icon{grid-row:span 2;width:37px;height:37px;justify-self:center;color:#57805c}.extra-choices strong{font-size:18px}.extra-choices small{grid-column:2;color:#6a7b5f;font-size:13px;line-height:1.4}.extra-choices b{grid-column:3;grid-row:1/3;font-size:22px}.optional-note{text-align:center;color:#7b8970;font-size:12px;margin:20px 0}.living-story-card{border-radius:18px}.studio-brief{border-radius:18px}.studio-single-choice{padding:20px;background:#fffdf4;border:1px solid var(--line);border-radius:20px}.studio-single-choice>.prototype-bag{display:block;height:175px;width:185px;margin:auto}.studio-single-choice .design-option{margin:15px 0 20px}.studio-single-choice .design-option legend{font-size:17px;margin-bottom:12px}.studio-single-choice .design-option button{font-size:14px;padding:11px;min-height:47px}.studio-single-choice .design-option>div{display:flex;gap:8px}.studio-single-choice .design-option button{flex:1}.studio-edit-colours{margin-top:16px;font-size:13px}.studio-edit-colours summary{min-height:44px;cursor:pointer}.studio-edit-colours .colour-studio{margin-top:12px}.living-step-back{margin-top:14px;min-height:44px;font-size:13px}.day-resources{gap:8px}.day-resources>div{border-radius:14px}.job-card{border-radius:15px}.job-card strong{font-size:14px}.job-card small{font-size:12px;line-height:1.45}
/* Consistent utility and adult controls. */
.game-header #journal-btn,.game-header #sound-btn,.game-header .fund-pill{display:none!important}.game-brand{width:auto;min-width:68px}.game-brand>span:last-child{display:block;font-size:13px}.game-brand #trip-counter{display:none}.game-brand>.icon,.game-brand>span:first-child{width:21px}.header-stats{gap:8px}.game-header #map-btn,.game-header #menu-btn{display:flex;flex-direction:column;gap:2px;width:51px;min-width:51px;height:46px;padding:4px}.world-control-label{font-size:9px;line-height:1;font-weight:800}.game-header .icon{width:20px;height:20px}.game-header .backpack-dock{min-width:74px}.game-header .backpack-dock>span:nth-child(2),.game-header .basket-dots,.game-header .dock-chevron{display:none}.mission-card{border-radius:19px;background:#fffdf3f5;box-shadow:0 5px 18px #25483a17}.mission-card h1{font-family:Fraunces,Georgia,serif}.mission-card .chapter-line{font-size:10px}.mission-footer #guide-btn{background:#264f41;color:#fffaf0;border-radius:12px;padding:10px 14px;min-height:44px;font-size:13px}.simple-menu{display:grid;gap:10px;margin-top:20px}.simple-menu>button{display:flex;gap:12px;align-items:center;background:#eff2e4;border:1px solid #d9e0ce;min-height:62px;border-radius:15px;padding:15px;text-align:left;font-size:16px;color:#325643}.simple-menu>button>span{margin-left:auto}.simple-menu .icon{width:25px;height:25px}.teacher-shortcut-actions{display:flex;gap:10px;flex-wrap:wrap}.keepsakes details{margin:8px 0;border:1px solid var(--line);border-radius:12px;padding:5px 13px;background:#fffdf5}.keepsakes summary{cursor:pointer;min-height:48px;display:flex;gap:12px;align-items:center;font-size:15px}.keepsakes summary>span{color:#6a9252}.keepsakes p{font-size:14px;line-height:1.55}.welcome-card{background:#fffcf1;border-radius:27px;border:1px solid #e5dfcb}.welcome-card .welcome-footer{flex-direction:row;justify-content:center;gap:16px}.welcome-card .welcome-footer .source-link{font-size:11px}.welcome-card .primary{min-height:52px}.welcome-card .build-label{display:none}.screen-control{font-size:11px;border-radius:11px;min-height:44px}
@media(max-width:700px){.home-header{height:60px;padding:8px 16px}.home-header>div{gap:14px}.home-mark{font-size:12px;gap:8px}.home-mark>.icon{height:26px;width:26px}.home-wrap{padding:17px 16px 24px}.home-hero{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}.home-hero-art{height:135px;width:100%;border-radius:20px}.home-art-badge{bottom:10px;left:12px;padding:6px 10px;font-size:10px}.home-hero-copy{width:100%}.home-hero-copy .eyebrow{display:none}.home-hero-copy h1{font-size:29px;margin:0 0 9px}.home-hero-description{font-size:13px;line-height:1.5;margin-bottom:17px}.home-hero-description br{display:none}.home-resume{min-height:78px;padding:13px 15px;border-radius:16px}.home-resume strong{font-size:15px}.home-resume>span>span{font-size:10px}.home-section-heading{gap:8px;margin-bottom:14px;align-items:flex-start}.home-section-heading h2{font-size:24px}.home-section-heading p{font-size:11px;line-height:1.5}.home-finished{font-size:10px;padding:7px 10px;margin-top:3px}.chapter-garden{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.garden-chapter{min-height:155px;padding:16px;border-radius:18px}.garden-chapter.current{padding:15px}.garden-icon{width:36px;height:36px;border-radius:12px;margin-bottom:10px}.garden-icon>.icon{width:23px;height:23px}.garden-number{right:13px;top:14px;width:24px;height:24px;font-size:10px}.garden-chapter>strong{font-size:14px}.garden-status{font-size:10px}.garden-dots{gap:4px;margin-top:12px}.garden-dots i{width:14px}.home-bottom{grid-template-columns:1fr;gap:8px;margin-top:20px}.home-bottom>button{min-height:49px;font-size:13px}.learning-screen,.living-screen{grid-template-rows:56px minmax(0,1fr) auto}.learn-header,.living-header,.craft-header{min-height:56px;padding:6px 10px;gap:7px}.learn-header .back-button{font-size:12px;padding:6px 8px}.learn-location{font-size:11px}.listen-button{flex-direction:column;gap:1px;font-size:9px;width:44px;flex:none}.listen-button>.icon{width:19px;height:19px}.learn-content,.living-content{padding:15px 16px 24px;width:100%}.learn-heading{margin:18px 0 20px}.learn-heading h1{font-size:27px;margin-bottom:9px}.learn-heading>p{font-size:14px;line-height:1.5}.step-picker>summary{font-size:11px;gap:8px}.step-picker>summary strong{font-size:10px;flex:none}.learn-footer{padding:9px 12px max(10px,env(safe-area-inset-bottom))}.learn-footer #learn-actions>button{min-height:48px;min-width:0;padding:11px 15px;font-size:13px;flex:1}.learn-footer-row{gap:9px}.learn-help{min-width:83px;font-size:12px}.learn-footer #learn-feedback{font-size:12px;margin-bottom:8px}.answer-options button{font-size:14px;padding:11px 12px}.cover-scene{height:157px;border-radius:18px}.cover-person{width:75px;height:108px;left:19px}.cover-chapter-icon{width:48px;height:48px;right:15px;bottom:15px}.cover-chapter-icon>.icon{width:25px;height:25px}.simple-chapter-cover h2{font-size:26px}.simple-chapter-cover>p:not(.eyebrow){font-size:14px}.chapter-three{gap:6px}.chapter-three>span{font-size:10px;padding:7px 10px}.simple-result{padding:19px 15px;border-radius:21px}.simple-result>h2{font-size:24px}.result-six{gap:7px}.result-six>span{width:30px;height:30px}.simple-result.chapter-finished .result-art{height:130px}.one-question>h2{font-size:23px}.one-question>p{font-size:14px}.craft-screen{grid-template-rows:56px minmax(0,1fr) auto}.craft-layout{padding:0 12px;display:grid;grid-template-columns:minmax(0,1fr)}.craft-center{padding:18px 0 10px}.craft-title h2{font-size:26px}.craft-title p{font-size:14px}.craft-header>.craft-brand{display:none}.craft-actions{margin-left:auto;gap:5px}.craft-actions #craft-path{min-width:64px;font-size:11px;padding:7px}.craft-header>.back-button{font-size:12px;padding:7px}.making-wizard{padding:14px 13px 20px}.wizard-preview{height:175px;margin:6px 0 12px}.making-mini-steps{font-size:11px;gap:13px}.making-wizard .studio-pattern{padding:8px;min-height:80px}.making-wizard .studio-pattern canvas{height:49px}.making-wizard .studio-pattern span{font-size:11px}.making-wizard .studio-palettes{gap:9px}.making-wizard .studio-palette{padding:10px;min-height:80px}.making-wizard .studio-palette small{font-size:11px}.craft-controls>button{font-size:13px;padding:11px 14px}.craft-controls{gap:8px;flex-wrap:wrap}.game-header{padding:8px;gap:8px}.game-brand{width:59px;min-width:59px;gap:5px;padding:7px 4px}.game-brand>span:last-child{font-size:11px}.header-stats{gap:5px}.game-header .backpack-dock{min-width:51px;width:51px;padding:5px}.game-header #map-btn,.game-header #menu-btn{width:46px;min-width:46px}.game-header #full-btn{width:49px;min-width:49px}.extra-choices>button{padding:19px 15px;gap:5px 10px;grid-template-columns:43px 1fr 20px}.extra-choices strong{font-size:16px}.extra-choices small{font-size:12px}.extra-choices .icon{width:29px;height:29px}.living-header>.back-button{font-size:12px;padding:6px 8px}.living-title h1{font-size:27px}.living-title>p:last-child{font-size:14px}.studio-single-choice{padding:16px}.studio-single-choice .prototype-bag{height:154px;width:166px}.studio-single-choice .design-option legend{font-size:16px}.studio-single-choice .design-option button{font-size:12px;padding:9px}.welcome-card{max-width:390px}.welcome-card h2{font-size:2rem}.welcome-card .welcome-footer{gap:12px}}
@media(max-width:360px){.home-wrap{padding:14px 12px 22px}.home-hero-art{height:113px}.home-hero-copy h1{font-size:27px}.home-finished{font-size:9px;padding:7px 8px}.home-section-heading h2{font-size:22px}.chapter-garden{gap:9px}.garden-chapter{padding:14px;min-height:146px}.garden-chapter.current{padding:13px}.garden-chapter>strong{font-size:13px}.garden-dots i{width:12px}.learn-header{gap:4px}.learn-location{display:none!important}.learn-header .listen-button{margin-left:auto}.learn-content,.living-content{padding-left:12px;padding-right:12px}.learn-heading h1{font-size:25px}.game-header{padding:7px 5px;gap:4px}.header-stats{gap:3px}.game-brand{width:53px;min-width:53px}.game-header .backpack-dock{width:47px;min-width:47px}.game-header #map-btn,.game-header #menu-btn{width:44px;min-width:44px}.game-header #full-btn{width:48px;min-width:48px}}
@media(max-height:460px) and (min-width:600px){.home-header{height:52px}.home-wrap{padding-top:18px}.home-hero{display:grid;grid-template-columns:1fr 1fr;gap:24px}.home-hero-art{height:205px}.home-hero-copy h1{font-size:27px}.home-hero-copy .eyebrow{display:none}.home-hero-description{font-size:13px;margin-bottom:14px}.home-resume{min-height:76px;padding:12px}.chapter-garden{grid-template-columns:repeat(4,minmax(0,1fr))}.home-bottom{grid-template-columns:repeat(3,1fr)}.learning-screen,.living-screen{grid-template-rows:52px minmax(0,1fr) auto}.learn-header,.living-header,.craft-header{min-height:52px;padding-top:4px;padding-bottom:4px}.learn-content,.living-content{display:block;width:min(100%,730px);padding-top:12px}.learn-heading{margin:12px 0 18px}.learn-heading h1{font-size:26px}.learn-heading>p{font-size:14px}.cover-scene{height:160px}.learn-footer{padding-top:7px;padding-bottom:7px}.learn-footer #learn-actions>button{min-height:44px}.craft-layout{grid-template-columns:minmax(0,720px)}.craft-title{position:static}.craft-screen{grid-template-rows:52px minmax(0,1fr) auto}.craft-center{display:grid;padding-top:10px}.wizard-preview{height:150px}.welcome-card .welcome-footer{grid-row:4}}
@media(prefers-reduced-motion:reduce){.garden-chapter{transition:none}.garden-chapter:hover{transform:none}}
