:root{--forest:#2d6a4f;--forest-dark:#20543d;--teal:#3dbfa0;--mint:#dff4e8;--mint-soft:#eef9f1;--orange:#f4872b;--orange-dark:#d86612;--orange-soft:#fff0df;--cream:#fff8f0;--paper:#fffdf9;--yellow:#fff0a0;--pink:#f6a7a7;--coffee:#4b2b1a;--coffee-soft:#7b5b46;--line:#d9cbbd;--white:#ffffff;--danger-soft:#fff0eb;--shadow:0 14px 36px rgba(75,43,26,0.11)}*{box-sizing:border-box}body,html{min-height:100%;background:var(--mint-soft)}body{margin:0;color:var(--coffee);font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button{color:inherit;font:inherit}button:focus-visible{outline:4px solid rgba(244,135,43,.35);outline-offset:3px}.app-shell{min-height:100dvh;padding:16px;display:grid;place-items:center}.game-stage{width:min(1120px,100%);min-height:min(780px,calc(100dvh - 32px));overflow:hidden;position:relative;display:flex;flex-direction:column;border:1px solid rgba(75,43,26,.13);border-radius:30px;background:var(--paper);box-shadow:var(--shadow)}.story-header{min-height:70px;padding:12px 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;border-bottom:1px solid rgba(75,43,26,.1);background:rgba(255,253,249,.96);z-index:10}.brand-mark{display:flex;align-items:center;gap:9px;color:var(--forest-dark);font-size:15px;font-weight:800;letter-spacing:.02em}.brand-logo{width:auto;height:38px;object-fit:contain}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.module-back-link{min-height:44px;padding:8px 11px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(75,43,26,.16);border-radius:14px;background:var(--white);color:var(--coffee-soft);text-decoration:none;font-size:13px;font-weight:800}.module-back-link:focus-visible{outline:4px solid rgba(244,135,43,.35);outline-offset:3px}.progress-dots{display:flex;align-items:center;gap:8px}.progress-dots span{width:10px;height:10px;border-radius:50%;background:#e6ded6;transition:width .18s ease,background .18s ease}.progress-dots span.is-on{width:28px;border-radius:999px;background:var(--orange)}.teacher-button{justify-self:end;min-height:44px;padding:7px 12px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(45,106,79,.24);border-radius:14px;background:var(--white);color:var(--forest-dark);cursor:pointer;font-size:14px;font-weight:800}.teacher-button span:first-child{font-family:Georgia,serif;font-size:17px}.screen-pad{width:100%;max-width:1040px;margin:0 auto;padding:clamp(18px,3vw,34px)}.change-screen,.intro-screen,.summary-screen,.task-screen{flex:1}.intro-screen{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.65fr);align-items:center;gap:clamp(22px,4vw,48px)}.hero-picture{min-height:470px;position:relative;overflow:hidden;border:6px solid var(--white);border-radius:28px;background:var(--cream);box-shadow:0 10px 28px rgba(75,43,26,.12)}.hero-picture img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}.hero-speech{position:absolute;top:24px;right:24px;max-width:290px;min-height:76px;padding:13px 14px 13px 18px;display:flex;align-items:center;gap:10px;border:3px solid var(--coffee);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:4px 5px 0 rgba(75,43,26,.12);font-size:clamp(18px,2vw,26px)}.hero-speech:after{content:"";position:absolute;left:42px;bottom:-16px;width:23px;height:23px;border-right:3px solid var(--coffee);border-bottom:3px solid var(--coffee);background:var(--white);transform:rotate(45deg)}.hero-speech>span{font-size:34px}.intro-actions{display:grid;justify-items:start;gap:24px}.intro-actions:before{content:"今天怎么安排？";color:var(--forest-dark);font-size:clamp(34px,4vw,54px);font-weight:950;line-height:1.05;letter-spacing:-.04em}.intro-actions p{max-width:15em;margin:0;color:var(--coffee-soft);font-size:clamp(18px,2vw,23px);font-weight:650;line-height:1.6}.hint-button,.primary-button,.secondary-button,.teacher-report-button{min-height:58px;padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:18px;cursor:pointer;font-size:18px;font-weight:900;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.primary-button{border:2px solid var(--orange-dark);background:var(--orange);color:var(--white);box-shadow:0 6px 0 #bd520d}.primary-button:focus-visible,.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 0 #bd520d}.primary-button:active{transform:translateY(4px);box-shadow:0 2px 0 #bd520d}.hint-button,.secondary-button,.teacher-report-button{border:2px solid rgba(45,106,79,.28);background:var(--white);color:var(--forest-dark)}.hint-button{min-height:52px;padding-inline:18px;font-size:16px}.compact{min-height:48px;padding:10px 18px;font-size:16px}.audio-button{width:46px;min-width:46px;height:46px;display:grid;place-items:center;border:2px solid rgba(45,106,79,.25);border-radius:50%;background:var(--white);color:var(--forest-dark);cursor:pointer;font-size:21px;box-shadow:0 3px 0 rgba(45,106,79,.17)}.audio-button:hover{background:var(--mint-soft)}.task-screen{display:flex;flex-direction:column;justify-content:center}.prompt-row{width:min(860px,100%);margin:0 auto clamp(18px,3vh,30px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.prompt-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:var(--orange-soft);font-size:34px}.change-screen h1,.prompt-copy h1,.summary-screen h1{margin:0;color:var(--forest-dark);font-size:clamp(25px,3.3vw,39px);font-weight:950;line-height:1.15;letter-spacing:-.025em}.prompt-copy p{margin:7px 0 0;color:var(--coffee-soft);font-size:17px;font-weight:650;line-height:1.5}.visual-goal{width:fit-content;margin:0 auto 22px;padding:10px 20px;display:flex;align-items:center;gap:11px;border:2px solid rgba(45,106,79,.22);border-radius:999px;background:var(--mint-soft);font-size:clamp(29px,4vw,42px)}.goal-arrow{color:var(--forest);font-size:22px;font-weight:900}.activity-grid{width:min(930px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.activity-card{min-height:188px;padding:15px 12px 14px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;overflow:hidden;border:3px solid #e7ded4;border-radius:24px;background:var(--white);cursor:pointer;box-shadow:0 6px 0 #e7ded4;transition:transform .15s ease,border .15s ease,box-shadow .15s ease}.activity-card:focus-visible:not(:disabled),.activity-card:hover:not(:disabled){transform:translateY(-4px);border-color:rgba(244,135,43,.6)}.activity-card.is-selected{border-color:var(--orange);background:var(--orange-soft);box-shadow:0 6px 0 #efb378}.activity-card.is-completed{border-color:var(--forest);background:var(--mint-soft);box-shadow:none;opacity:.62}.activity-card:disabled{cursor:default}.activity-picture{min-height:84px;display:flex;align-items:center;justify-content:center;gap:3px;line-height:1}.activity-art{width:clamp(78px,8.5vw,104px);height:clamp(78px,8.5vw,104px);object-fit:contain;filter:drop-shadow(0 4px 2px rgba(75,43,26,.1))}.activity-destination{display:inline-flex;align-items:center;gap:1px;font-size:clamp(32px,4vw,45px)}.mini-arrow{color:var(--orange-dark);font-size:23px;font-weight:950}.activity-copy{max-width:100%;display:grid;gap:4px;text-align:center}.activity-copy strong,.micro-label{color:var(--coffee);font-size:17px;font-weight:900;line-height:1.25}.activity-copy small{color:var(--coffee-soft);font-size:13px;font-weight:650;line-height:1.35}.micro-label{padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.82);font-size:14px}.selection-mark{width:31px;height:31px;position:absolute;top:10px;right:10px;display:grid;place-items:center;border:2px solid #d9d0c8;border-radius:50%;background:var(--white);color:#b1a69c;font-size:20px;font-weight:950}.is-completed .selection-mark,.is-selected .selection-mark{border-color:var(--forest);background:var(--forest);color:var(--white)}.feedback-bubble{width:min(690px,100%);min-height:56px;margin:18px auto 0;padding:9px 12px 9px 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:2px solid rgba(244,135,43,.4);border-radius:18px;background:var(--danger-soft);color:var(--coffee)}.feedback-bubble.good{border-color:rgba(45,106,79,.38);background:var(--mint-soft)}.feedback-bubble>span{font-size:26px}.feedback-bubble strong{font-size:16px;line-height:1.35}.feedback-bubble .audio-button{width:39px;min-width:39px;height:39px;font-size:18px}.action-row{width:min(930px,100%);margin:22px auto 0;justify-content:space-between;gap:14px}.action-row,.rule-picture{display:flex;align-items:center}.rule-picture{width:fit-content;margin:0 auto 24px;padding:10px 18px;flex-wrap:wrap;justify-content:center;gap:9px;border-radius:18px;background:var(--yellow);font-size:clamp(30px,4vw,43px);box-shadow:0 5px 0 #ead888}.rule-picture>span:nth-child(2n){color:var(--orange-dark);font-size:22px;font-weight:950}.rule-picture small{width:100%;text-align:center;font-size:14px;font-weight:850}.plan-track{width:min(930px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.plan-step,.remaining-step{min-height:210px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:3px solid rgba(45,106,79,.3);border-radius:24px;background:var(--white);transition:transform .14s ease,border .14s ease}.plan-step.is-dragging{transform:scale(1.035) rotate(-1deg);border-color:var(--orange);z-index:3}.plan-step.is-target,.remaining-step.is-target{border-color:var(--orange);background:var(--orange-soft)}.step-number{width:38px;height:38px;position:absolute;top:12px;left:12px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:var(--white);font-size:19px;font-weight:950}.plan-step .activity-picture,.remaining-step .activity-picture{min-height:75px}.plan-step .activity-art,.remaining-step .activity-art{width:clamp(68px,7vw,84px);height:clamp(68px,7vw,84px)}.drag-handle{width:46px;height:46px;position:absolute;top:10px;right:10px;display:grid;place-items:center;border:2px solid rgba(45,106,79,.22);border-radius:14px;background:var(--mint-soft);color:var(--forest-dark);cursor:grab;font-size:25px;font-weight:950;touch-action:none;user-select:none}.drag-handle:active{cursor:grabbing}.move-buttons{position:absolute;bottom:10px;display:flex;gap:6px}.move-buttons button{width:46px;height:40px;border:1px solid rgba(45,106,79,.2);border-radius:12px;background:var(--mint-soft);color:var(--forest-dark);cursor:pointer;font-size:20px;font-weight:950}.move-buttons button:disabled{opacity:.28;cursor:default}.calm-note,.gesture-note{margin:14px 0 0;color:var(--coffee-soft);text-align:center;font-size:14px;font-weight:700}.execution-screen{justify-content:flex-start}.mini-scene{width:min(780px,100%);height:108px;margin:-5px auto 20px;position:relative;overflow:hidden;border-radius:24px;background:var(--mint-soft)}.mini-scene:after{content:"";position:absolute;left:0;right:0;bottom:0;height:27px;background:var(--yellow);opacity:.72}.mini-scene>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 55%}.mini-rain,.mini-sun{position:absolute;right:44px;top:14px;font-size:53px}.execution-track{width:min(960px,100%);margin:0 auto;display:flex;align-items:center;justify-content:center;gap:12px}.execution-step{flex:1 1 0;display:flex;align-items:center;gap:10px}.execution-step .activity-card{min-width:0;width:100%}.path-dot{color:var(--orange);font-size:24px;letter-spacing:2px}.change-screen,.summary-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.change-screen{background:#edf7f8}.rain-cloud{font-size:clamp(80px,13vw,140px);animation:cloud-float 2.6s ease-in-out infinite}.umbrella-pop{margin-top:-42px;margin-left:140px;font-size:clamp(70px,10vw,115px);transform:rotate(8deg);animation:umbrella-pop .45s cubic-bezier(.2,1.6,.4,1) both}.change-screen p,.summary-screen p{max-width:650px;margin:15px auto;color:var(--coffee-soft);font-size:clamp(18px,2.4vw,24px);font-weight:750;line-height:1.5}.change-screen>.audio-button,.summary-screen>.audio-button{margin-bottom:18px}.completed-keepsake{min-width:240px;margin:3px 0 26px;padding:9px 16px;display:flex;align-items:center;justify-content:center;gap:9px;border:2px solid rgba(45,106,79,.23);border-radius:18px;background:var(--white)}.completed-keepsake>span:first-child{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:var(--white);font-weight:950}.completed-keepsake .activity-picture{min-height:50px}.completed-keepsake .activity-art{width:56px;height:56px}.completed-keepsake small{font-weight:800}.adjust-layout{width:min(960px,100%);margin:0 auto;display:grid;grid-template-columns:190px minmax(0,1fr) 175px;align-items:stretch;gap:14px}.done-zone,.remaining-zone{min-height:250px;padding:15px;border:2px solid rgba(45,106,79,.22);border-radius:24px;background:var(--mint-soft)}.zone-label{display:block;margin-bottom:13px;color:var(--forest-dark);font-size:15px;font-weight:900}.locked-step{min-height:162px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:20px;background:var(--white);opacity:.72}.locked-step .activity-art{width:72px;height:72px}.locked-step>span:last-child{position:absolute;top:10px;right:10px}.locked-step small{font-weight:850}.remaining-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.remaining-step{min-height:190px;padding:34px 7px 52px}.remaining-step .drag-handle{width:39px;height:39px;top:7px;right:7px}.remaining-step .move-buttons button{width:39px;height:36px}.remaining-step .activity-copy strong,.remaining-step .micro-label{font-size:14px}.umbrella-card{min-height:250px;padding:18px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;border:3px dashed var(--orange);border-radius:24px;background:var(--orange-soft);color:var(--orange-dark);cursor:pointer}.umbrella-card .activity-art{width:112px;height:112px}.umbrella-card strong{font-size:15px}.umbrella-card.is-added{border-style:solid;border-color:var(--forest);background:var(--mint);color:var(--forest-dark)}.summary-screen{background:var(--cream)}.success-art{width:min(460px,86vw);height:230px;position:relative;margin-bottom:10px;border-radius:50% 50% 20px 20px;background:var(--mint-soft);overflow:hidden}.success-art:after{content:"";position:absolute;left:0;right:0;bottom:0;height:55px;background:var(--yellow)}.success-art>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 60%}.success-umbrella{position:absolute;right:18%;bottom:34px;z-index:3;font-size:68px;transform:rotate(8deg)}.success-sun{position:absolute;top:18px;right:25px;font-size:54px}.confetti{position:absolute;color:var(--orange);font-size:27px;animation:confetti-bob 1.8s ease-in-out infinite}.confetti.one{left:16%;top:27px}.confetti.two{left:28%;top:8px;color:var(--teal);animation-delay:.25s}.confetti.three{right:18%;top:85px;animation-delay:.5s}.eyebrow{display:inline-block;margin-bottom:8px;color:var(--orange-dark);font-size:14px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.summary-actions{margin-top:12px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px}.teacher-report-button{min-height:58px;font-size:16px}.modal-backdrop{position:fixed;inset:0;z-index:50;padding:18px;display:grid;place-items:center;background:rgba(42,26,14,.48)}.teacher-panel{width:min(720px,100%);max-height:calc(100dvh - 36px);overflow:auto;position:relative;padding:clamp(24px,4vw,38px);border:1px solid rgba(75,43,26,.14);border-radius:28px;background:var(--paper);box-shadow:0 24px 70px rgba(42,26,14,.28)}.teacher-panel h2{margin:0;color:var(--forest-dark);font-size:clamp(25px,3vw,34px);line-height:1.2}.teacher-panel>p{margin:10px 0 22px;color:var(--coffee-soft);font-size:16px;line-height:1.55}.modal-close{width:45px;height:45px;position:absolute;top:15px;right:15px;display:grid;place-items:center;border:0;border-radius:50%;background:#f0e9e1;cursor:pointer;font-size:28px;line-height:1}.mode-grid{margin-bottom:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mode-option{min-height:170px;padding:20px 14px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;border:2px solid #dfd5ca;border-radius:20px;background:var(--white);cursor:pointer;text-align:center}.mode-option.is-active{border-color:var(--forest);background:var(--mint-soft)}.mode-icon{font-size:42px}.mode-option strong{color:var(--forest-dark);font-size:17px}.mode-option small{color:var(--coffee-soft);font-size:13px;line-height:1.4}.radio-mark{width:27px;height:27px;position:absolute;top:9px;right:9px;display:grid;place-items:center;border:2px solid #d6ccc1;border-radius:50%;background:var(--white);color:var(--white);font-weight:950}.is-active .radio-mark{border-color:var(--forest);background:var(--forest)}.report-panel{width:min(620px,100%)}.report-list{margin:0 0 18px;display:grid;gap:8px}.report-list>div{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:14px;background:var(--mint-soft)}.report-list dt{color:var(--coffee-soft);font-size:15px;font-weight:750}.report-list dd{margin:0;color:var(--forest-dark);font-size:17px;font-weight:950}.report-note{padding:13px 15px;border-left:5px solid var(--orange);border-radius:10px;background:var(--orange-soft);font-size:14px!important}@keyframes cloud-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes umbrella-pop{0%{opacity:0;transform:scale(.45) rotate(-14deg)}to{opacity:1;transform:scale(1) rotate(8deg)}}@keyframes confetti-bob{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-7px) rotate(12deg)}}@media (max-width:900px){.app-shell{padding:0}.game-stage{min-height:100dvh;border:0;border-radius:0}.intro-screen{grid-template-columns:1fr;align-content:center}.hero-picture{min-height:430px}.intro-actions{justify-items:center;text-align:center}.intro-actions:before{content:none}.intro-actions p{max-width:none}.activity-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:680px}.activity-card{min-height:170px}.adjust-layout{grid-template-columns:150px minmax(0,1fr)}.umbrella-card{min-height:135px;grid-column:1/-1;flex-direction:row}.umbrella-card .activity-art{width:78px;height:78px}.execution-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.execution-step{display:block}.path-dot{display:none}}@media (max-width:680px){.story-header{min-height:62px;padding:9px 12px}.brand-mark span:last-child,.module-back-link span:last-child,.teacher-button span:last-child{display:none}.module-back-link{width:44px;min-width:44px;padding:8px;justify-content:center;font-size:18px}.screen-pad{padding:17px 14px 24px}.hero-picture{min-height:52vh;border-width:3px;border-radius:22px}.hero-speech{top:12px;right:12px;max-width:245px;min-height:62px;padding:9px 10px 9px 13px;border-width:2px;font-size:17px}.hero-speech:after{bottom:-12px;width:18px;height:18px;border-width:2px}.hero-speech>span{font-size:27px}.hero-speech .audio-button{width:39px;min-width:39px;height:39px}.prompt-row{grid-template-columns:auto 1fr auto;gap:10px}.prompt-icon{width:50px;height:50px;border-radius:16px;font-size:28px}.prompt-copy h1{font-size:23px}.prompt-copy p{font-size:14px}.audio-button{width:42px;min-width:42px;height:42px}.visual-goal{font-size:28px}.activity-grid{gap:11px}.activity-card{min-height:150px;padding:12px 8px;border-width:2px;border-radius:19px;box-shadow:0 4px 0 #e7ded4}.activity-picture{min-height:68px}.activity-art{width:74px;height:74px}.activity-destination{font-size:31px}.selection-mark{width:27px;height:27px;top:7px;right:7px}.plan-track{grid-template-columns:1fr;gap:10px}.plan-step{min-height:138px;display:grid;grid-template-columns:45px 112px 1fr 102px;padding:8px 8px 8px 10px;gap:7px}.plan-step .drag-handle,.plan-step .move-buttons,.plan-step .step-number{position:static}.plan-step .activity-picture{min-height:auto}.plan-step .activity-copy,.plan-step .micro-label{text-align:left}.plan-step .activity-art{width:70px;height:70px}.plan-step .activity-destination{font-size:28px}.plan-step .move-buttons{display:flex}.rule-picture{margin-bottom:15px}.execution-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.execution-step{display:block}.execution-step .activity-card{min-height:145px}.path-dot{display:none}.mini-scene{height:90px}.mini-rain,.mini-sun{right:22px;font-size:44px}.adjust-layout{grid-template-columns:1fr}.done-zone,.remaining-zone{min-height:0;padding:11px}.locked-step{min-height:90px;flex-direction:row}.locked-step .activity-picture{min-height:65px}.remaining-track{grid-template-columns:1fr}.remaining-step{min-height:105px;display:grid;grid-template-columns:90px 1fr 42px 90px;padding:8px}.remaining-step .activity-picture{min-height:auto}.remaining-step .activity-art{width:62px;height:62px}.remaining-step .drag-handle,.remaining-step .move-buttons{position:static}.umbrella-card{min-height:100px}.action-row{margin-top:16px}.primary-button,.secondary-button,.teacher-report-button{min-height:54px;padding:12px 17px;font-size:16px}.feedback-bubble{margin-top:13px}.mode-grid{grid-template-columns:1fr}.mode-option{min-height:105px;display:grid;grid-template-columns:55px 1fr;align-items:center;justify-items:start;text-align:left}.mode-option small{grid-column:2}}.game-stage.phase-intro{overflow-y:auto;background:radial-gradient(circle at 8% 12%,rgba(244,135,43,.1),transparent 24%),radial-gradient(circle at 93% 34%,rgba(61,191,160,.12),transparent 28%),var(--paper)}.setup-screen{flex:1;max-width:1040px;padding-bottom:38px}.helper-home-hero{min-height:286px;overflow:hidden;position:relative;margin-bottom:22px;border:5px solid var(--white);border-radius:30px;background:var(--cream);box-shadow:0 12px 30px rgba(75,43,26,.13)}.helper-home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,251,241,.98),rgba(255,251,241,.88) 31%,rgba(255,251,241,.08) 58%);pointer-events:none}.helper-home-hero>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 56%}.helper-home-copy{width:min(48%,430px);min-height:286px;position:relative;z-index:1;padding:clamp(27px,4vw,46px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.helper-home-copy h1{margin:0;color:var(--forest-dark);font-size:clamp(34px,4.5vw,52px);line-height:1.06;letter-spacing:-.04em;white-space:nowrap}.helper-home-copy p{margin:12px 0 0;color:var(--coffee-soft);font-size:clamp(15px,2vw,18px);font-weight:750}.helper-home-section{padding:clamp(16px,2.5vw,24px);border:2px solid rgba(45,106,79,.12);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 8px 24px rgba(75,43,26,.07)}.helper-home-heading,.helper-option-title{display:flex;align-items:center;gap:11px}.helper-home-heading{margin-bottom:14px}.helper-home-heading>span,.helper-option-title>span{flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:var(--white);font-weight:950;box-shadow:0 4px 0 rgba(216,102,18,.24)}.helper-home-heading>span{width:42px;height:42px;font-size:19px}.helper-home-heading>div{display:grid;gap:1px}.helper-home-heading small{color:var(--orange-dark);font-size:12px;font-weight:900}.helper-home-heading h2{margin:0;color:var(--forest-dark);font-size:clamp(20px,2.7vw,27px);line-height:1.15}.helper-scene-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.helper-scene-card{min-width:0;min-height:146px;overflow:hidden;position:relative;padding:0;display:grid;grid-template-rows:100px 46px;grid-template-columns:48px minmax(0,1fr);align-items:center;border:3px solid transparent;border-radius:21px;background:var(--white);box-shadow:0 6px 0 rgba(75,43,26,.08),0 10px 20px rgba(75,43,26,.07);cursor:pointer;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.helper-scene-card:focus-visible,.helper-scene-card:hover{transform:translateY(-3px);border-color:var(--orange);box-shadow:0 8px 0 rgba(244,135,43,.14),0 13px 23px rgba(75,43,26,.1)}.helper-scene-card.is-active{border-color:var(--orange);background:var(--orange-soft);box-shadow:0 8px 0 rgba(244,135,43,.18),0 13px 23px rgba(75,43,26,.1)}.helper-scene-card>img{width:100%;height:100px;grid-column:1/-1;display:block;object-fit:cover}.helper-scene-card>span{width:36px;height:36px;margin-left:8px;display:grid;place-items:center;border-radius:50%;background:var(--mint-soft);font-size:21px}.helper-scene-card>strong{min-width:0;overflow:hidden;color:var(--forest-dark);font-size:clamp(15px,1.8vw,18px);font-weight:950;text-overflow:ellipsis;white-space:nowrap}.helper-scene-card>b{width:30px;height:30px;position:absolute;top:9px;right:9px;display:grid;place-items:center;border:3px solid var(--white);border-radius:50%;background:var(--orange);color:var(--white);font-size:17px;box-shadow:0 4px 10px rgba(75,43,26,.2)}.helper-options-panel{margin-top:16px;padding:18px;display:grid;grid-template-columns:minmax(0,2.3fr) minmax(220px,.7fr);gap:18px;border:2px solid rgba(45,106,79,.16);border-radius:25px;background:linear-gradient(135deg,rgba(223,244,232,.92),rgba(255,248,240,.92));animation:helper-options-in .22s ease both}@keyframes helper-options-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.helper-option-group{min-width:0}.helper-option-title{margin-bottom:10px;color:var(--forest-dark)}.helper-option-title>span{width:32px;height:32px;font-size:15px}.helper-option-title strong{font-size:17px}.helper-level-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.helper-level-grid button{min-width:0;min-height:92px;padding:9px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:2px solid rgba(45,106,79,.15);border-radius:16px;background:var(--white);cursor:pointer;text-align:center}.helper-level-grid button.is-active,.helper-level-grid button:focus-visible,.helper-level-grid button:hover,.helper-span-options button.is-active,.helper-span-options button:focus-visible,.helper-span-options button:hover{border-color:var(--orange);background:var(--orange-soft)}.helper-level-grid button>span{font-size:25px}.helper-level-grid small{color:var(--coffee-soft);font-size:11px;font-weight:800}.helper-level-grid strong{max-width:100%;overflow:hidden;color:var(--forest-dark);font-size:14px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.helper-span-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.helper-span-options button{min-width:0;min-height:92px;border:2px solid rgba(45,106,79,.15);border-radius:16px;background:var(--white);color:var(--forest-dark);cursor:pointer}.helper-span-options strong{font-size:29px;font-weight:950}.helper-span-options small{margin-left:2px;font-size:13px;font-weight:850}.helper-home-prompt{margin:15px 0 0;padding:12px;border-radius:16px;background:var(--mint-soft);color:var(--forest-dark);text-align:center;font-size:15px;font-weight:850}.helper-home-prompt span{margin-right:6px}.setup-start{width:min(360px,100%);margin:22px auto 0;box-shadow:0 8px 0 rgba(216,102,18,.28),0 14px 28px rgba(244,135,43,.2)}.primary-button:disabled{transform:none;border-color:#c9c1b9;background:#d9d2cb;box-shadow:none;cursor:not-allowed}.setup-note{min-height:20px;margin:15px 0 0;color:var(--coffee-soft);text-align:center;font-size:14px;font-weight:700}.setup-picker-panel{width:min(760px,100%);max-height:calc(100dvh - 36px);overflow:auto;position:relative;padding:clamp(24px,4vw,38px);border-radius:28px;background:var(--paper);box-shadow:0 24px 70px rgba(42,26,14,.28)}.setup-picker-panel h2{margin:0 0 20px;color:var(--forest-dark);font-size:clamp(26px,4vw,38px)}.setup-level-list,.setup-scene-grid,.setup-span-list{display:grid;gap:12px}.setup-scene-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.setup-scene-grid button{min-height:136px;padding:10px;display:grid;grid-template-rows:1fr auto;gap:6px;border:2px solid rgba(45,106,79,.16);border-radius:18px;background:var(--white);cursor:pointer}.setup-scene-grid img{width:100%;height:88px;object-fit:contain}.setup-scene-grid strong{color:var(--forest-dark);font-size:17px}.setup-level-list{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-level-list button{min-height:126px;padding:15px;display:grid;grid-template-columns:45px minmax(0,1fr);align-items:center;gap:12px;border:2px solid rgba(45,106,79,.16);border-radius:18px;background:var(--white);cursor:pointer;text-align:left}.setup-level-list button>span:first-child{font-size:32px}.setup-level-list button>span:last-child{display:grid;gap:3px}.setup-level-list small{color:var(--coffee-soft);font-size:12px;font-weight:800}.setup-level-list strong{color:var(--forest-dark);font-size:19px}.setup-level-list em{color:var(--coffee-soft);font-size:13px;font-style:normal;font-weight:700;line-height:1.35}.setup-span-list{grid-template-columns:repeat(3,minmax(0,1fr))}.setup-span-list button{min-height:128px;display:grid;place-content:center;gap:7px;border:2px solid rgba(45,106,79,.16);border-radius:20px;background:var(--white);cursor:pointer;text-align:center}.setup-span-list strong{color:var(--forest-dark);font-size:28px}.setup-span-list small{color:var(--coffee-soft);font-size:14px;font-weight:750}.setup-level-list button.is-active,.setup-scene-grid button.is-active,.setup-span-list button.is-active{border-color:var(--orange);background:var(--orange-soft);box-shadow:0 0 0 2px rgba(244,135,43,.12)}.relation-update-picture{width:min(260px,80%);margin:22px auto;padding:15px;display:grid;justify-items:center;gap:8px;border:4px solid var(--orange);border-radius:24px;background:var(--white)}.relation-update-picture>span{padding:5px 13px;border-radius:999px;background:var(--orange-soft);color:var(--orange-dark);font-size:14px;font-weight:900}.relation-update-picture .activity-art{width:112px;height:112px}@media (max-width:900px){.helper-options-panel{grid-template-columns:1fr}.helper-span-group{max-width:420px}}@media (max-width:680px){.helper-home-copy,.helper-home-hero{min-height:238px}.helper-home-hero{margin-bottom:14px;border-width:3px;border-radius:23px}.helper-home-hero:after{background:linear-gradient(90deg,rgba(255,251,241,.98),rgba(255,251,241,.88) 41%,rgba(255,251,241,.12) 73%)}.helper-home-hero>img{object-position:55% center}.helper-home-copy{width:66%;padding:20px}.helper-home-copy h1{font-size:clamp(28px,9vw,36px)}.helper-home-copy p{max-width:170px;margin-top:8px;font-size:14px}.helper-home-section{padding:14px;border-radius:22px}.helper-home-heading>span{width:36px;height:36px}.helper-scene-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.helper-scene-card{min-height:130px;grid-template-rows:88px 42px;grid-template-columns:42px minmax(0,1fr);border-radius:17px}.helper-scene-card>img{height:88px}.helper-scene-card>span{width:31px;height:31px;margin-left:6px;font-size:18px}.helper-scene-card>strong{font-size:14px}.helper-options-panel{padding:14px;gap:15px;border-radius:21px}.helper-level-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.helper-level-grid button,.helper-span-options button{min-height:78px}.helper-span-group{max-width:none}.setup-scene-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.setup-level-list{grid-template-columns:1fr}.setup-level-list button{min-height:92px}.setup-span-list{grid-template-columns:1fr}.setup-span-list button{min-height:84px}}@media (max-height:740px) and (min-width:681px){.game-stage{min-height:calc(100dvh - 16px)}.screen-pad{padding-top:16px;padding-bottom:18px}.helper-home-copy,.helper-home-hero{min-height:225px}.helper-home-copy h1{font-size:39px}.helper-scene-card{min-height:132px;grid-template-rows:88px 44px}.helper-scene-card>img{height:88px}.prompt-row{margin-bottom:14px}.activity-card{min-height:158px}.hero-picture{min-height:390px}.plan-step{min-height:180px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.level-intro{display:flex;flex-direction:column;justify-content:center;gap:22px}.level-hero{min-height:205px;overflow:hidden;display:grid;grid-template-columns:minmax(250px,.8fr) minmax(300px,1.2fr);align-items:center;border-radius:26px;background:linear-gradient(125deg,#e7f7ed,#fff4e7)}.level-hero img{width:100%;height:205px;object-fit:cover;object-position:center 58%}.level-hero>div{padding:24px clamp(24px,5vw,52px)}.level-hero h1{margin:5px 0 8px;color:var(--forest-dark);font-size:clamp(32px,4vw,49px);font-weight:950;line-height:1.04;letter-spacing:-.035em}.level-hero p{margin:0;color:var(--coffee-soft);font-size:18px;font-weight:750}.mode-lanes{display:grid;grid-template-columns:1.18fr .82fr;gap:18px}.mode-lane{padding:20px;border:2px solid rgba(45,106,79,.16);border-radius:24px;background:var(--mint-soft)}.surprise-lane{border-color:rgba(244,135,43,.28);background:var(--orange-soft)}.mode-lane-title{margin-bottom:14px;display:flex;align-items:center;gap:12px}.mode-lane-title>span{width:50px;height:50px;display:grid;place-items:center;border-radius:16px;background:var(--white);font-size:27px}.mode-lane-title h2,.mode-lane-title p{margin:0}.mode-lane-title h2{color:var(--forest-dark);font-size:21px;font-weight:950}.mode-lane-title p{margin-top:2px;color:var(--coffee-soft);font-size:13px;font-weight:650}.level-buttons{display:grid;gap:10px}.level-card{width:100%;min-height:82px;padding:12px 14px;display:grid;grid-template-columns:58px minmax(0,1fr) 30px;align-items:center;gap:12px;border:2px solid rgba(45,106,79,.18);border-radius:18px;background:var(--white);cursor:pointer;text-align:left;box-shadow:0 4px 0 rgba(75,43,26,.09);transition:transform .15s ease,border-color .15s ease}.level-card:focus-visible,.level-card:hover{border-color:var(--orange);transform:translateY(-2px)}.level-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:var(--cream);font-size:30px}.level-card>span:nth-child(2){min-width:0;display:grid;gap:4px}.level-card strong{color:var(--forest-dark);font-size:17px;font-weight:950}.level-card small{color:var(--coffee-soft);font-size:13px;font-weight:650;line-height:1.35}.level-card>b{color:var(--orange-dark);font-size:24px}.remember-screen{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.remember-cards{width:min(860px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.remember-card{min-height:280px;position:relative;padding:28px 24px 22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;border:3px solid rgba(45,106,79,.22);border-radius:26px;background:var(--mint-soft);text-align:center}.remember-card.rule-card{border-color:rgba(244,135,43,.34);background:var(--orange-soft)}.card-kicker{position:absolute;top:14px;left:16px;padding:5px 11px;border-radius:999px;background:var(--white);color:var(--forest-dark);font-size:14px;font-weight:900}.memory-picture,.new-rule-picture,.remember-picture{display:flex;align-items:center;justify-content:center;gap:clamp(8px,1.5vw,15px)}.memory-picture span,.remember-picture span{font-size:clamp(43px,6vw,66px)}.memory-picture img,.new-rule-picture img,.remember-picture img{width:clamp(78px,9vw,108px);height:clamp(78px,9vw,108px);object-fit:contain}.memory-picture b,.new-rule-picture b,.remember-picture b{color:var(--orange-dark);font-size:clamp(22px,3vw,34px)}.remember-card p{min-height:2.8em;margin:0;color:var(--coffee);font-size:clamp(17px,2vw,21px);font-weight:850;line-height:1.4}.remember-start{margin-top:22px}.memory-supports{width:min(720px,100%);margin:-10px auto 18px;display:flex;align-items:center;justify-content:center;gap:9px}.memory-supports>span{color:var(--coffee-soft);font-size:13px;font-weight:750}.memory-supports button{min-height:42px;padding:8px 13px;border:2px solid rgba(45,106,79,.2);border-radius:14px;background:var(--white);color:var(--forest-dark);cursor:pointer;font-size:14px;font-weight:850}.memory-review-panel{width:min(560px,100%);position:relative;padding:clamp(28px,5vw,44px);border-radius:28px;background:var(--paper);box-shadow:0 24px 70px rgba(42,26,14,.28);text-align:center}.memory-review-panel h2{margin:5px 0 22px;color:var(--forest-dark);font-size:clamp(26px,4vw,36px)}.memory-review-panel p{margin:20px auto;color:var(--coffee);font-size:clamp(18px,2.3vw,22px);font-weight:800;line-height:1.55}.memory-review-actions{display:flex;align-items:center;justify-content:center;gap:13px}.voice-preview-row{margin:-7px 0 18px;padding:10px 13px;display:flex;align-items:center;gap:10px;border-radius:14px;background:var(--orange-soft)}.voice-preview-row>span{font-size:25px}.voice-preview-row strong{color:var(--forest-dark);font-size:15px}.voice-preview-row button{min-height:38px;margin-left:auto;padding:7px 14px;border:1px solid rgba(45,106,79,.25);border-radius:12px;background:var(--white);color:var(--forest-dark);cursor:pointer;font-weight:850}.easy-grid{width:min(540px,100%);grid-template-columns:repeat(2,minmax(0,1fr))}.new-rule-picture{margin:10px 0 4px}.new-rule-picture img{width:92px;height:92px}@media (max-width:900px){.level-hero{grid-template-columns:minmax(220px,.8fr) minmax(260px,1.2fr)}.mode-lanes{grid-template-columns:1fr}.mode-lane{padding:16px}.regular-lane .level-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.level-intro{justify-content:flex-start;gap:14px}.level-hero{min-height:150px;grid-template-columns:42% 58%;border-radius:20px}.level-hero img{height:170px}.level-hero>div{padding:15px 14px}.level-hero h1{font-size:28px}.level-hero p{font-size:15px}.mode-lane-title{margin-bottom:10px}.mode-lane-title>span{width:43px;height:43px;font-size:23px}.regular-lane .level-buttons{grid-template-columns:1fr}.level-card{min-height:74px;grid-template-columns:50px minmax(0,1fr) 24px;padding:9px 11px}.level-icon{width:47px;height:47px;font-size:26px}.remember-cards{grid-template-columns:1fr;gap:11px}.remember-card{min-height:190px;padding:25px 16px 14px}.remember-card p{min-height:auto}.memory-picture span,.remember-picture span{font-size:42px}.memory-supports{margin-top:-6px;flex-wrap:wrap}.memory-supports>span{width:100%;text-align:center}.easy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-height:760px) and (min-width:681px){.level-intro{gap:12px}.level-hero{min-height:150px}.level-hero img{height:150px}.mode-lane{padding:14px}.level-card{min-height:70px}.remember-card{min-height:230px}}.scene-select-screen{flex:1;display:flex;flex-direction:column;justify-content:center;gap:25px}.scene-select-heading{text-align:center}.scene-select-heading h1{margin:6px 0 9px;color:var(--forest-dark);font-size:clamp(34px,5vw,56px);font-weight:950;line-height:1.03;letter-spacing:-.04em}.scene-select-heading p{margin:0;color:var(--coffee-soft);font-size:clamp(16px,2vw,20px);font-weight:700}.scene-grid{width:min(980px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.scene-card{min-width:0;overflow:hidden;padding:0;border:3px solid var(--white);border-radius:24px;background:var(--white);cursor:pointer;text-align:left;box-shadow:0 8px 0 rgba(75,43,26,.12),0 14px 28px rgba(75,43,26,.1);transition:transform .16s ease,border-color .16s ease}.scene-card:focus-visible,.scene-card:hover{border-color:var(--orange);transform:translateY(-4px)}.scene-card>img{width:100%;height:190px;display:block;object-fit:cover}.scene-card-copy{min-height:86px;padding:13px 14px;display:grid;grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:10px}.scene-card-copy>span:first-child{min-width:0;display:grid;gap:3px}.scene-card strong{color:var(--forest-dark);font-size:19px;font-weight:950}.scene-card small{color:var(--coffee-soft);font-size:13px;font-weight:650;line-height:1.35}.scene-card-copy>b{color:var(--orange-dark);font-size:23px}.back-link{align-self:flex-start;min-height:42px;margin-bottom:-10px;padding:8px 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(45,106,79,.2);border-radius:13px;background:var(--white);color:var(--forest-dark);cursor:pointer;font-size:14px;font-weight:850}.two-modes{grid-template-columns:repeat(2,minmax(0,1fr))}.change-activity-card>span{filter:none}@media (max-width:900px){.scene-select-screen{justify-content:flex-start}.scene-grid{grid-template-columns:1fr;gap:12px}.scene-card{display:grid;grid-template-columns:42% 58%;border-radius:20px}.scene-card>img{height:145px}.scene-card-copy{min-height:145px}}@media (max-width:680px){.scene-select-heading h1{font-size:33px}.scene-select-heading p{font-size:15px}.scene-card{grid-template-columns:40% 60%}.scene-card-copy,.scene-card>img{height:122px;min-height:122px}.scene-card-copy{grid-template-columns:41px minmax(0,1fr) 18px;padding:10px;gap:8px}.scene-card-icon{width:40px;height:40px;font-size:22px}.scene-card strong{font-size:17px}.scene-card small{font-size:12px}.two-modes{grid-template-columns:1fr}}@media (max-height:760px) and (min-width:901px){.scene-select-screen{gap:14px}.scene-select-heading h1{font-size:40px}.scene-card>img{height:150px}.scene-card-copy{min-height:72px}}.six-scenes .scene-card>img{height:140px}.six-scenes .scene-card-copy{min-height:78px}.round-progress{display:flex;align-items:center;gap:5px;color:var(--forest-dark);font-weight:850}.round-progress strong{font-size:21px}.round-progress>div{margin-left:6px;display:flex;gap:5px}.round-progress i{width:9px;height:9px;border-radius:99px;background:#d8dfd6}.round-progress i.is-on{background:var(--orange)}.level-progression{width:min(1000px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.progression-step{position:relative}.level-progression .level-card{width:100%;min-height:138px;padding:18px;grid-template-columns:58px minmax(0,1fr) 24px;background:var(--white)}.level-progression .level-card>span:nth-child(2){display:grid;gap:4px}.level-progression .level-card small{color:var(--orange-dark);font-size:13px;font-style:normal;font-weight:900}.level-progression .level-card strong{color:var(--forest-dark);font-size:20px}.level-progression .level-card em{color:var(--coffee-soft);font-size:13px;font-style:normal;font-weight:650;line-height:1.35}.load-arrow{position:absolute;top:50%;right:-22px;z-index:2;width:28px;height:28px;display:grid;place-items:center;border-radius:99px;background:var(--orange-soft);color:var(--orange-dark);font-weight:950;transform:translateY(-50%)}.load-note{margin:0;text-align:center;color:var(--coffee-soft);font-size:14px;font-weight:700}.single-cue-card{width:min(620px,100%);min-height:260px;margin:0 auto}.plan-rule-cue{display:inline-flex;align-items:center;gap:10px;margin:4px auto 10px;padding:8px 14px 8px 8px;border:2px solid rgba(244,135,43,.35);border-radius:999px;background:#fff7ec;color:var(--ink)}.plan-rule-cue>span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--orange);color:white;font-weight:900}.plan-rule-cue img{width:44px;height:44px;object-fit:contain}.plan-rule-cue small{font-size:.92rem;font-weight:850}.persistent-cue{width:min(760px,100%);margin:-4px auto 4px;padding:10px 14px;display:flex;align-items:center;justify-content:center;gap:12px;border:2px solid rgba(45,106,79,.2);border-radius:16px;background:#f5fbf4;color:var(--forest-dark)}.persistent-cue>span{font-size:12px;font-weight:900}.persistent-cue>div{display:flex;gap:7px}.persistent-cue b{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--white);box-shadow:0 2px 0 rgba(45,106,79,.12);overflow:hidden}.persistent-cue b img{width:100%;height:100%;padding:3px;object-fit:contain}.persistent-cue small{font-size:12px;font-weight:800}.memory-choice-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.cue-setting,.memory-span-setting{margin:16px 0;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(75,43,26,.12);border-radius:15px;background:var(--cream)}.cue-setting>div,.memory-span-setting>div:first-child{display:grid;gap:3px}.cue-setting strong,.memory-span-setting strong{color:var(--forest-dark)}.cue-setting small,.memory-span-setting small{color:var(--coffee-soft);line-height:1.35}.memory-span-options{display:flex;gap:7px}.memory-span-options button{min-width:58px;min-height:42px;padding:0 10px;border:2px solid #d8cfc5;border-radius:12px;background:var(--white);color:var(--coffee);cursor:pointer;font-size:15px;font-weight:900}.memory-span-options button.is-active{border-color:var(--forest);background:var(--forest);color:var(--white)}.cue-setting>button{min-width:70px;min-height:42px;border:0;border-radius:12px;background:#d7ded6;color:var(--coffee);cursor:pointer;font-weight:900}.cue-setting>button.is-on{background:var(--forest);color:var(--white)}.question-done-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.question-check{width:108px;height:108px;margin-bottom:16px;display:grid;place-items:center;border:7px solid #d6efd7;border-radius:99px;background:var(--forest);color:var(--white);box-shadow:0 8px 0 rgba(45,106,79,.18);font-size:58px;font-weight:950}.question-done-screen h1{margin:7px 0;color:var(--forest-dark);font-size:clamp(34px,5vw,54px)}.question-done-screen p{margin:0 0 24px;color:var(--coffee-soft);font-size:18px;font-weight:700}.memory-adjust-layout .remaining-step{position:relative}.remove-step{position:absolute;top:7px;right:7px;z-index:2;width:30px;height:30px;border:0;border-radius:99px;background:#f4dfd7;color:#9e452f;cursor:pointer;font-size:20px;font-weight:950}.quiet-exit{position:fixed;left:14px;bottom:12px;z-index:20;min-height:38px;padding:8px 12px;border:1px solid rgba(75,43,26,.16);border-radius:12px;background:rgba(255,255,255,.9);color:var(--coffee-soft);cursor:pointer;font-size:12px;font-weight:800;backdrop-filter:blur(8px)}.summary-actions .secondary-button{min-height:54px}@media (max-width:1000px){.memory-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.six-scenes{grid-template-columns:repeat(2,minmax(0,1fr))}.six-scenes .scene-card{display:block}.six-scenes .scene-card>img{height:125px}.six-scenes .scene-card-copy{min-height:76px}.level-progression{gap:18px}.level-progression .level-card{min-height:150px;padding:14px;grid-template-columns:48px minmax(0,1fr)}.level-progression .level-card>b{display:none}.load-arrow{right:-14px}}@media (max-width:680px){.memory-span-setting{align-items:stretch;flex-direction:column}.memory-span-options button{flex:1}.six-scenes{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.six-scenes .scene-card{display:block;border-radius:16px}.six-scenes .scene-card>img{height:98px}.six-scenes .scene-card-copy{height:auto;min-height:68px;grid-template-columns:minmax(0,1fr);padding:8px}.six-scenes .scene-card small,.six-scenes .scene-card-copy>b{display:none}.six-scenes .scene-card strong{font-size:15px}.level-progression{grid-template-columns:1fr;gap:12px}.level-progression .level-card{min-height:92px;grid-template-columns:50px minmax(0,1fr) 20px}.level-progression .level-card>b{display:block}.load-arrow{top:auto;right:50%;bottom:-20px;transform:translateX(50%)}.memory-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.persistent-cue{flex-wrap:wrap}.persistent-cue small{width:100%;text-align:center}.round-progress>div{display:none}.quiet-exit{left:8px;bottom:7px}}