:root{--ink:#164e46;--muted:#71877f;--orange:#f46f46;--orange-dark:#d95532;--mint:#d7f4ef;--paper:#fffcf5;--gold:#f6ba42;--line:#e5ebe4;--card:#fff;--shadow:0 6px 22px #174b3510;--radius:22px;font-family:'PingFang SC','Microsoft YaHei',system-ui,sans-serif;color:var(--ink);background:#e8eeea;font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.46}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1{font-size:30px;line-height:1.3;letter-spacing:-.7px}h2{font-size:23px;line-height:1.4}h3{font-size:18px;line-height:1.4}p{line-height:1.7}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #199e90;outline-offset:4px}.icon{width:23px;height:23px;display:inline-block;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.layout{max-width:1200px;min-height:100vh;margin:auto;display:grid;grid-template-columns:205px 1fr;background:var(--paper);box-shadow:0 0 90px #214c3110}.sidebar{padding:38px 23px;background:#fffefa;border-right:1px solid var(--line);position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:30px}.brand{font-weight:900;font-size:25px;display:flex;align-items:center;gap:9px;letter-spacing:1px}.brand .brand-icon{background:var(--ink);color:var(--gold);width:38px;height:42px;display:grid;place-items:center;border-radius:12px 12px 16px 16px;transform:rotate(-6deg)}.brand small{display:block;font-size:10px;letter-spacing:2px;font-weight:600;opacity:.6;margin-top:1px}.sidebar .tagline{font-size:13px;color:var(--muted);margin-top:-14px}.side-nav{display:grid;gap:10px}.side-nav a{padding:14px 18px;border-radius:15px;display:flex;gap:12px;align-items:center;font-weight:700;font-size:15px}.side-nav a.active{background:var(--mint);color:#106e5b}.sidebar-bottom{margin-top:auto;display:grid;gap:10px}.side-note{border:1px dashed #cfdbd2;border-radius:16px;padding:16px;font-size:13px;line-height:1.7;color:var(--muted);background:#f7f8ed}.page{padding:28px 36px 36px;min-width:0;position:relative;overflow:hidden}.mobile-nav{display:none}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;min-height:40px;gap:10px}.topbar .brand{display:none}.top-label{font-size:14px;font-weight:700;color:var(--muted);letter-spacing:1px}.top-actions{display:flex;gap:9px;align-items:center}.icon-btn{border:1px solid var(--line);background:white;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.pill{display:inline-flex;align-items:center;gap:6px;border-radius:30px;padding:7px 12px;font-size:12px;font-weight:700;background:#edf4e9;color:#41634c;white-space:nowrap}.pill.orange{background:#fff0e4;color:#b45b27}.pill.gold{background:#fff2cb;color:#966613}.pill.mock{background:#edf0f4;color:#6a7584;font-weight:500}.muted{color:var(--muted);font-size:14px}.eyebrow{font-size:12px;letter-spacing:1.7px;font-weight:800;color:#528578;text-transform:uppercase}.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:25px 0 13px}.section-title h2{font-size:20px}.text-btn{border:0;background:none;padding:9px 0;font-size:13px;font-weight:700;display:inline-flex;gap:5px;align-items:center}.text-btn .icon{width:16px;height:16px}.btn{width:100%;min-height:56px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:16px;background:var(--orange);color:#fff;font-size:17px;font-weight:800;box-shadow:0 4px 0 var(--orange-dark);transition:transform .15s,box-shadow .15s;padding:14px 18px}.btn:hover{filter:brightness(1.03)}.btn:active{transform:translateY(3px);box-shadow:0 1px 0 var(--orange-dark)}.btn.secondary{background:#fff;box-shadow:none;border:1.5px solid #d7e4dc;color:var(--ink)}.btn.green{background:var(--ink);box-shadow:0 4px 0 #0c3631}.btn.small{min-height:44px;font-size:14px;border-radius:12px;padding:10px 14px}.stack{display:grid;gap:14px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.row{display:flex;align-items:center;gap:12px}.between{justify-content:space-between}.progress{height:9px;background:#e8eee3;border-radius:20px;overflow:hidden}.progress>span{display:block;height:100%;background:var(--gold);border-radius:20px;transition:width .7s ease}.progress.teal>span{background:#4cae93}.progress.orange>span{background:var(--orange)}.spacer{height:18px}.hero{position:relative;border-radius:28px;min-height:340px;background:#d6eee5;overflow:hidden;isolation:isolate}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 53%;z-index:-2}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#e4f5dfed 0%,#e4f5df9c 37%,transparent 65%);z-index:-1}.hero-copy{padding:33px;max-width:55%}.hero-copy h1{font-size:33px;margin:12px 0 10px;line-height:1.45}.hero-copy p{font-size:14px;color:#567166}.hero-label{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid #fafeee9c;background:#fff9;border-radius:8px;font-size:12px;font-weight:700}.hero-bottom{position:absolute;bottom:20px;left:26px;right:26px;display:flex;justify-content:space-between;align-items:end;gap:12px}.avatar-label{padding:10px 15px;background:#ffffffd9;backdrop-filter:blur(8px);border-radius:15px;font-size:12px;box-shadow:var(--shadow)}.avatar-label b{display:block;font-size:15px;margin-bottom:3px}.floating-tip{font-size:12px;background:#fffef2;padding:10px 12px;border-radius:14px 14px 3px 14px;box-shadow:var(--shadow);animation:float 4s ease-in-out infinite}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:17px 0}.stat{background:#fff;border:1px solid var(--line);padding:17px;border-radius:18px;display:flex;align-items:center;gap:12px}.stat .symbol{display:grid;place-items:center;background:#fff3d2;color:#d69e28;width:40px;height:40px;border-radius:13px}.stat:nth-child(2) .symbol{background:#fff0e2;color:#ec8844}.stat:nth-child(3) .symbol{background:#e8f1fe;color:#7d92c2}.stat strong{display:block;font-size:25px;font-weight:900;line-height:1.15}.stat small{font-size:12px;color:var(--muted)}.home-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:18px}.adventure-card{background:#eef4dc;border-color:#e3eaca;display:flex;flex-direction:column;gap:16px}.chapter-icon{width:54px;height:54px;background:#d3e5b8;display:grid;place-items:center;border-radius:16px;color:#648c42}.chapter-icon .icon{width:30px;height:30px}.adventure-card .btn{margin-top:auto}.wish-mini{background:#fff8e5;border-color:#f0e4be;display:flex;flex-direction:column;gap:14px}.wish-mini .icon{color:#b38a3a}.wish-mini h3{font-size:17px}.wish-mini .progress{margin-top:auto;background:#ede5c9}.wish-mini .progress span{min-width:5px}.tiny{font-size:12px;color:var(--muted);line-height:1.6}.mini-links{display:flex;justify-content:center;gap:20px;margin:24px 0 2px}.back-title{display:flex;align-items:center;gap:12px}.back-title h2{font-size:19px}.page-head{margin:6px 0 22px}.page-head p{margin-top:9px;font-size:14px;color:var(--muted)}.center{text-align:center}.narrow{max-width:650px;margin:0 auto}.splash{max-width:640px;margin:0 auto;text-align:center}.splash .brand{justify-content:center;margin:26px 0}.splash-art{width:100%;height:330px;object-fit:cover;border-radius:34px 34px 45% 45%;margin:10px 0 28px}.splash h1{font-size:36px;line-height:1.45}.splash p{margin:16px 0 24px;color:var(--muted);font-size:15px}.splash .btn{max-width:390px;margin:0 auto}.splash .small-note{margin:24px 0;font-size:12px}.island-map{position:relative;border-radius:26px;background:linear-gradient(#d5eee1 0%,#edf4d8 48%,#d6ece7 100%);height:590px;overflow:hidden;border:1px solid #cdded0}.map-art{position:absolute;width:100%;height:100%;object-fit:cover;opacity:.23;filter:saturate(.7)}.map-path{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:#fffaf0;stroke-width:23;stroke-linecap:round;stroke-dasharray:1 34}.map-node{position:absolute;display:flex;align-items:center;gap:14px;background:none;border:0;text-align:left}.map-node.n1{bottom:50px;left:14%}.map-node.n2{bottom:245px;left:40%}.map-node.n3{top:44px;left:15%}.node-circle{width:76px;height:76px;border-radius:26px;display:grid;place-items:center;background:var(--orange);color:white;font-size:30px;font-weight:900;box-shadow:0 7px 0 #c95c33,0 0 0 7px #ffffffa8;transform:rotate(-7deg)}.map-node.completed .node-circle{background:#3fa88c;box-shadow:0 7px 0 #27866e,0 0 0 7px #ffffffa8}.map-node.locked .node-circle{background:#a9bbb0;box-shadow:0 7px 0 #8ca093,0 0 0 7px #ffffffa8}.node-text{background:#fffefaed;padding:13px 16px;border-radius:15px;box-shadow:var(--shadow)}.node-text strong{display:block;font-size:15px}.node-text small{display:block;font-size:12px;color:var(--muted);margin:5px 0}.node-text .stars{font-size:16px}.map-caption{position:absolute;right:15px;bottom:15px;background:#fff8;padding:6px 10px;border-radius:20px;font-size:11px}.stars{color:#e9ad2e;letter-spacing:6px;white-space:nowrap}.stars .empty{color:#dbe0d6}.legend{display:flex;justify-content:center;gap:20px;font-size:12px;margin-top:18px;color:var(--muted)}.dot{width:8px;height:8px;border-radius:50%;background:#f46f46;display:inline-block;margin-right:5px}.story-banner{height:180px;border-radius:22px;overflow:hidden;position:relative;margin-bottom:22px}.story-banner img{width:100%;height:100%;object-fit:cover;object-position:50% 40%}.story-banner:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#103e3acc,transparent 90%)}.story-banner .banner-text{position:absolute;bottom:20px;left:22px;color:white;z-index:1}.story-banner h1{font-size:27px;margin:6px 0}.reading-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:13px;color:var(--muted)}.font-controls{display:flex;gap:6px}.font-controls button{background:#fff;border:1px solid var(--line);border-radius:8px;width:37px;height:35px}.article{background:white;border:1px solid var(--line);border-radius:20px;padding:26px}.article p{font-size:var(--reading-size,18px);line-height:1.95;margin:0 0 20px;text-align:justify}.article p:last-child{margin:0}.article .dropcap{float:left;color:var(--orange);font-size:47px;font-weight:800;line-height:1.3;margin:0 8px 0 0}.bottom-action{margin:24px 0 8px;display:grid;gap:13px}.hint{padding:14px 16px;background:#eaf3e2;border-radius:15px;font-size:14px;line-height:1.7;display:flex;align-items:flex-start;gap:10px}.hint.gold{background:#fff4d5}.hint.mock-note{background:#f0f2f4;color:#6c7b83;font-size:12px}.quiz-progress{display:flex;gap:5px;margin:12px 0 25px}.quiz-progress span{flex:1;height:7px;border-radius:5px;background:#e3eade}.quiz-progress .done{background:#5bac8f}.quiz-progress .current{background:var(--orange)}.question-card{padding:28px}.question-title{font-size:23px;line-height:1.6;margin:20px 0 25px}.option{display:flex;align-items:center;gap:12px;width:100%;min-height:60px;padding:15px;border:1.5px solid #e4e9df;border-radius:15px;background:#fff;text-align:left;margin:11px 0;font-size:15px;font-weight:600;transition:.2s}.option .letter{width:29px;height:29px;display:grid;place-items:center;background:#f0f3ec;border-radius:9px;font-size:13px;flex-shrink:0}.option.selected{background:#edf7e9;border-color:#7bb78a}.option.selected .letter{background:#3c8c6d;color:white}.option.correct{border-color:#5bab89;background:#edf8f0;animation:pop .3s}.option.wrong{border-color:#e0b874;background:#fff7e9}.answer-note{font-size:14px;line-height:1.7;padding:15px;background:#edf8f0;border-radius:13px;margin-top:12px}.answer-note.wrong{background:#fff7e9}.score-orbit{width:200px;height:200px;border-radius:50%;margin:26px auto;display:grid;place-items:center;position:relative;background:conic-gradient(var(--gold) calc(var(--score)*1%),#e9eddf 0);box-shadow:0 0 0 10px #fff7e3}.score-orbit:before{content:'';position:absolute;inset:12px;border-radius:50%;background:var(--paper)}.score-inside{position:relative;text-align:center}.score-inside strong{font-size:62px;line-height:1;font-weight:900;letter-spacing:-3px}.score-inside small{display:block;font-size:13px;color:var(--muted);margin-top:9px}.score-inside .icon{width:18px;height:18px;color:#d29a22}.score-title{margin:25px 0 10px;font-size:27px}.score-sub{font-size:14px;color:var(--muted);max-width:440px;margin:auto;line-height:1.8}.reward-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}.reward-item{background:#fff8e4;border:1px solid #f1e7c7;border-radius:17px;padding:16px 8px;text-align:center}.reward-item strong{display:block;font-size:24px;margin:8px 0 3px}.reward-item small{font-size:12px;color:var(--muted)}.reward-item .icon{color:#cfa244}.energy-card{padding:24px;background:#fff6dc;border:1px solid #eadcb5;border-radius:24px;margin:22px 0}.energy-numbers{display:flex;justify-content:space-between;margin-bottom:14px;align-items:end}.energy-numbers strong{font-size:40px}.energy-numbers small{font-size:14px;color:#9b8348}.energy-card .progress{height:14px;background:#eadfbd}.mission{display:flex;align-items:center;gap:14px;padding:19px;border:1px solid var(--line);background:white;border-radius:20px;margin:14px 0}.mission .mission-icon{width:50px;height:50px;background:#e6f5ed;display:grid;place-items:center;border-radius:16px;flex-shrink:0}.mission div:nth-child(2){flex:1}.mission h3{font-size:16px}.mission p{font-size:12px;color:var(--muted);margin-top:4px}.mission .bonus{font-size:16px;font-weight:800;color:#cd8238}.buddy{width:65px;height:65px;border-radius:21px;background:#fff1b8;display:grid;place-items:center;color:#e6a52f;font-size:42px;flex-shrink:0;box-shadow:0 4px 0 #eed48b;animation:float 4s ease-in-out infinite}.buddy.small{width:44px;height:44px;font-size:29px;border-radius:15px}.buddy-bubble{background:#fff;border:1px solid var(--line);border-radius:20px 20px 20px 3px;padding:18px;font-size:15px;line-height:1.8;flex:1}.mic-area{text-align:center;padding:40px 0 25px}.mic-button{width:142px;height:142px;border:0;background:var(--orange);color:white;border-radius:50%;box-shadow:0 0 0 14px #fff0e6,0 0 0 28px #fff6ed;display:grid;place-items:center;margin:20px auto 40px;transition:.3s}.mic-button .icon{width:55px;height:55px;stroke-width:1.5}.mic-button.recording{animation:micPulse 1.3s ease-in-out infinite;background:#e55b41}.wave{height:48px;display:flex;gap:5px;align-items:center;justify-content:center;margin:15px 0}.wave i{width:5px;height:var(--height);background:#6aaa93;border-radius:6px}.wave.active i{animation:wave .8s ease-in-out infinite alternate;animation-delay:var(--delay)}.wave.active i:nth-child(3n){background:var(--orange)}.record-time{font-size:27px;font-variant-numeric:tabular-nums;letter-spacing:3px;font-weight:800}.transcript{background:#fffdf3;padding:19px;border-radius:16px;margin:15px 0;font-size:15px;line-height:1.9;border:1px solid #ebe6ce}.dimension-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:14px}.dimension-row:last-child{border:0}.gain{font-size:29px;color:#3c9676;font-weight:900;margin:18px 0;animation:pop .6s}.celebrate{position:relative;overflow:hidden}.confetti{position:absolute;inset:0;pointer-events:none}.confetti i{position:absolute;left:var(--x);top:5px;width:7px;height:12px;background:var(--c);transform:rotate(var(--rot));animation:confetti 1.9s ease-out both;animation-delay:var(--delay);opacity:0}.victory-stars{font-size:64px;letter-spacing:10px;margin:25px 0;color:#f0b63c;text-shadow:0 5px 0 #d79329,0 12px 25px #f0b63c25;animation:pop .7s}.journey-summary{display:flex;align-items:center;justify-content:center;gap:16px;margin:20px 0;color:var(--muted);font-size:13px}.journey-summary strong{display:block;font-size:28px;color:var(--ink);margin:4px}.level-card{background:var(--ink);color:#fff;padding:25px;border-radius:25px;position:relative;overflow:hidden}.level-card h2{margin:9px 0}.level-card .eyebrow{color:#a7d4bb}.level-card .progress{background:#ffffff20;margin:20px 0 9px}.level-card .muted{color:#c1d6c5}.avatar{width:70px;height:70px;background-image:url('assets/island.png');background-size:240px;background-position:64% 52%;border:3px solid #fff8;border-radius:24px;flex-shrink:0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:19px}.day{background:#f0f3eb;border-radius:14px;padding:12px 2px;text-align:center;font-size:12px;color:var(--muted)}.day b{display:block;font-size:18px;margin-top:8px;color:#b3beaf}.day.active{background:#fff0d3;color:#9a7229}.day.active b{color:#d59d2e}.badge-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.badge-item{text-align:center;padding:24px 14px;background:white;border:1px solid var(--line);border-radius:22px}.badge-emblem{width:85px;height:90px;margin:0 auto 17px;background:#ffe09a;clip-path:polygon(50% 0,95% 20%,90% 75%,50% 100%,10% 75%,5% 20%);display:grid;place-items:center;color:#b88226}.badge-emblem .icon{width:39px;height:39px}.badge-item.locked{opacity:.56}.badge-item.locked .badge-emblem{background:#dce5da;color:#829383}.badge-item h3{font-size:16px}.badge-item p{font-size:12px;color:var(--muted);margin:7px 0 10px}.wish-card{padding:23px;border-radius:25px;background:#fff;border:1px solid var(--line);margin-bottom:18px;overflow:hidden}.wish-art{height:110px;display:flex;align-items:center;justify-content:center;background:#eaf3df;border-radius:17px;margin-bottom:18px;color:#7a9e5f}.wish-art .icon{width:60px;height:60px;stroke-width:1.4}.wish-card:nth-child(2n) .wish-art{background:#fff0de;color:#d0a463}.wish-card .progress{margin:17px 0 10px}.wish-card h3{margin-bottom:7px}.wish-card .btn{margin-top:18px}.wish-stats{display:flex;justify-content:space-between;font-size:13px}.wish-stats b{color:#b1822e}.parent-page{--paper:#f4f6f8;--ink:#263c4b;--muted:#7b8a96;--line:#e4e9ee;--orange:#456d83;--orange-dark:#31586b;background:var(--paper)}.parent-page h1{font-size:28px}.parent-page .card{box-shadow:none;border-radius:18px}.parent-page .top-label{letter-spacing:0}.parent-page .pill{background:#e7eef2;color:#577787}.parent-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.parent-stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px 16px}.parent-stat b{display:block;font-size:30px;margin:10px 0 3px}.parent-stat small{font-size:12px;color:var(--muted)}.ability{display:grid;grid-template-columns:80px 1fr 35px;gap:12px;align-items:center;margin:18px 0;font-size:13px}.ability .progress{height:7px;background:#e9edf1}.ability .progress span{background:#6e9e9b}.recommendation{padding:17px 19px;background:#edf3f6;border-left:3px solid #87a8bb;border-radius:4px 12px 12px 4px;font-size:14px;line-height:1.8;margin-top:20px}.record{border-bottom:1px solid var(--line);padding:19px 0}.record:last-child{border:0;padding-bottom:0}.record summary{list-style:none;cursor:pointer}.record-top{display:flex;justify-content:space-between;gap:10px;font-size:15px}.record-score{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:12px;color:var(--muted);flex-wrap:wrap}.record-score strong{font-size:21px;color:var(--ink)}.timeline{margin:18px 0 0 7px;border-left:2px solid #dde6ed;padding-left:16px;font-size:13px;line-height:1.8;color:#6a7f8b}.timeline p{margin:10px 0}.empty{padding:32px 10px;text-align:center;color:var(--muted);font-size:14px;line-height:1.8}.form-field{display:grid;gap:9px;margin:22px 0}.form-field label{font-size:14px;font-weight:700}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #d6e0e5;border-radius:11px;padding:14px;background:white;color:var(--ink);outline-offset:2px;min-height:50px}.form-field textarea{min-height:82px;resize:vertical}.form-error{color:#b14535;font-size:13px;min-height:20px}.form-switch{display:grid;grid-template-columns:1fr 1fr;gap:9px}.form-switch label{border:1px solid #d6e0e5;border-radius:12px;padding:14px;display:flex;align-items:center;gap:8px;font-size:14px}.form-switch input{width:16px;min-height:16px;accent-color:#436e80}.modal-backdrop{position:fixed;inset:0;background:#16332dd1;z-index:100;display:flex;align-items:center;justify-content:center;padding:22px;backdrop-filter:blur(4px)}.modal{background:var(--paper);width:100%;max-width:430px;padding:26px;border-radius:27px;max-height:90vh;overflow:auto;box-shadow:0 20px 100px #0004}.modal h2{margin-bottom:12px}.scenario{width:100%;border:1px solid #dae5d9;background:white;border-radius:16px;text-align:left;padding:17px;margin:10px 0;display:flex;align-items:center;justify-content:space-between}.scenario strong{font-size:16px}.scenario small{display:block;color:var(--muted);margin-top:6px;font-size:12px}.modal-close{float:right}.danger{color:#b84e3c}.demo-ribbon{background:#f1f3ed;border:1px dashed #cbd7cd;border-radius:11px;padding:10px 12px;font-size:12px;line-height:1.6;margin-bottom:18px;color:#617768}.toast-visible{opacity:1!important;transform:translate(-50%,0)!important}#toast{position:fixed;bottom:110px;left:50%;transform:translate(-50%,15px);padding:13px 21px;background:#164e46ed;color:white;border-radius:14px;font-size:14px;max-width:calc(100% - 35px);width:max-content;opacity:0;pointer-events:none;transition:.25s;z-index:200;box-shadow:var(--shadow)}.design-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.swatch{height:85px;border-radius:17px;padding:12px;display:flex;align-items:end;font-size:12px;border:1px solid #0001}.desktop-caption{text-align:center;font-size:11px;letter-spacing:1px;color:#94a28e;margin-top:30px}.main-action{margin-top:24px}.parent-entry{border:0;background:none;display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding:9px}.mock-tag{font-size:11px;font-weight:500;background:#f0f2f5;color:#78858d;border-radius:6px;padding:3px 6px;margin-left:6px}.saved-label{display:flex;gap:6px;align-items:center;font-size:12px;color:#71877f}.saved-label .icon{width:14px;height:14px}.preview-label{font-size:11px;color:#9aa69c;letter-spacing:1px}.loading-dots{display:inline-flex;gap:5px;margin-left:8px}.loading-dots i{width:5px;height:5px;background:#6e9e87;border-radius:50%;animation:wave .7s alternate infinite}.loading-dots i:nth-child(2){animation-delay:.2s}.loading-dots i:nth-child(3){animation-delay:.4s}@keyframes float{50%{transform:translateY(-5px)}}@keyframes pop{0%{transform:scale(.9);opacity:.4}70%{transform:scale(1.04)}100%{transform:scale(1);opacity:1}}@keyframes wave{to{transform:scaleY(.3);opacity:.5}}@keyframes micPulse{50%{box-shadow:0 0 0 20px #ffeadf,0 0 0 36px #fff5ec}}@keyframes confetti{0%{opacity:0;transform:translateY(-20px) rotate(0)}20%{opacity:1}100%{opacity:.5;transform:translateY(390px) rotate(var(--rot))}}
@media(min-width:1000px){.hero{min-height:365px}.page.home-page{padding-top:25px}.page:not(.home-page)>.narrow{padding-top:2px}.home-page .hero-copy h1{font-size:35px}.home-page .hero-copy{padding:34px}.home-page .stats{margin:21px 0}.home-page .home-grid{margin-top:20px}.home-page .adventure-card,.home-page .wish-mini{min-height:207px}}
@media(max-width:759px){body{background:var(--paper)}.layout{display:block;max-width:520px;box-shadow:none}.sidebar{display:none}.page{padding:19px 20px 102px;min-height:100dvh}.page.parent-page{padding-bottom:40px}.page.splash-page{padding-bottom:28px}.topbar{margin-bottom:21px;min-height:38px}.topbar .brand{display:flex;font-size:22px}.brand .brand-icon{width:32px;height:35px;border-radius:10px 10px 13px 13px}.brand small{font-size:8px}.top-label{display:none}.top-actions .pill{font-size:11px;padding:7px 9px}.icon-btn{width:35px;height:35px}.icon-btn .icon{width:19px;height:19px}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:520px;z-index:30;background:#fffffff2;backdrop-filter:blur(18px);border-top:1px solid #e2e9df;padding:9px 14px calc(12px + env(safe-area-inset-bottom));gap:7px}.mobile-nav a{text-align:center;color:#92a095;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px;padding:5px;border-radius:14px}.mobile-nav a .icon{width:23px;height:23px}.mobile-nav a.active{color:#26795e;font-weight:800}.mobile-nav a.active .icon{fill:#e3f2d9}.hero{min-height:318px;border-radius:24px}.hero>img{object-position:60% 50%}.hero:after{background:linear-gradient(110deg,#def1dfed 0%,#def1df65 40%,transparent 70%)}.hero-copy{padding:24px 22px;max-width:78%}.hero-copy h1{font-size:28px;line-height:1.4;margin-top:10px}.hero-copy p{font-size:12px;max-width:130px}.hero-label{font-size:10px;padding:4px 7px}.hero-bottom{left:16px;right:14px;bottom:17px}.avatar-label{padding:9px 12px;border-radius:12px;font-size:10px}.avatar-label b{font-size:13px}.floating-tip{font-size:10px;padding:8px 10px;max-width:133px}.stats{gap:8px;margin:14px 0 17px}.stat{padding:13px 10px;gap:7px;border-radius:16px}.stat .symbol{width:28px;height:32px;border-radius:10px;background:none!important}.stat .symbol .icon{width:24px;height:24px}.stat strong{font-size:23px}.stat small{font-size:10px}.home-grid{grid-template-columns:1fr;gap:16px}.adventure-card{padding:18px;gap:15px}.adventure-card .chapter-icon{width:43px;height:43px;border-radius:13px}.adventure-card h3{font-size:16px}.adventure-card .muted{font-size:12px}.adventure-card .btn{min-height:53px}.wish-mini{padding:18px;gap:12px}.wish-mini h3{font-size:15px}.wish-mini .tiny{font-size:11px}.section-title h2{font-size:19px}.mini-links{margin-top:15px}.desktop-caption{display:none}h1{font-size:27px}h2{font-size:22px}.page-head{margin:7px 0 22px}.page-head p{font-size:13px}.back-title{gap:10px}.back-title h2{font-size:17px}.card{padding:19px}.splash .brand{margin:27px 0 18px}.splash-art{height:275px;margin:3px 0 28px}.splash h1{font-size:31px}.splash p{font-size:14px}.splash .small-note{font-size:11px}.island-map{height:537px}.map-node.n1{left:10%;bottom:48px}.map-node.n2{left:28%;bottom:228px}.map-node.n3{left:8%;top:48px}.node-circle{width:64px;height:64px;font-size:25px;border-radius:22px}.node-text{padding:11px 12px}.node-text strong{font-size:13px}.node-text small{font-size:11px}.node-text .stars{font-size:14px;letter-spacing:3px}.story-banner{height:168px}.story-banner h1{font-size:26px}.article{padding:22px 20px}.article p{font-size:var(--reading-size,18px)}.question-card{padding:22px 19px}.question-title{font-size:22px}.option{font-size:14px;min-height:63px;padding:13px;gap:10px}.score-orbit{width:185px;height:185px;margin:26px auto}.score-title{font-size:26px}.score-sub{font-size:14px}.reward-row{gap:8px;margin:24px 0}.reward-item{padding:14px 7px}.reward-item strong{font-size:23px}.reward-item small{font-size:11px}.energy-numbers strong{font-size:36px}.energy-card{padding:21px}.mission{padding:16px}.mission h3{font-size:15px}.mic-area{padding-top:38px}.buddy-bubble{font-size:14px;padding:16px}.buddy{width:52px;height:52px;font-size:34px;border-radius:17px}.victory-stars{font-size:57px;letter-spacing:8px}.journey-summary{gap:11px}.journey-summary strong{font-size:26px}.badge-grid{gap:12px}.badge-item{padding:20px 11px}.badge-item h3{font-size:14px}.badge-item p{font-size:11px}.parent-page .topbar{margin-bottom:23px}.parent-stats{gap:8px}.parent-stat{padding:16px 10px}.parent-stat b{font-size:25px}.parent-stat .muted{font-size:11px}.parent-stat small{font-size:10px}.ability{grid-template-columns:67px 1fr 28px;gap:8px;font-size:12px}.record-top{font-size:13px}.record-score{gap:8px;font-size:11px}.record-score strong{font-size:20px}.parent-page .page-head h1{font-size:26px}.preview-label{display:none}.wish-art{height:100px}.design-grid{grid-template-columns:1fr 1fr}.level-card{padding:22px}.calendar-days{gap:6px}.day{font-size:11px;padding:12px 2px}.parent-entry{font-size:11px}.form-switch label{font-size:13px}.saved-label{font-size:11px}.mock-tag{font-size:10px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
@media(max-width:759px){.icon-btn{min-width:44px;min-height:44px}.font-controls button{min-width:44px;min-height:44px}.gain{font-size:23px}.home-page .stat small{font-size:11px}}
.ai-mode-note{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 20px;padding:10px 14px;border-radius:14px;background:#f0f2f4;color:#63727b;font-size:12px}.ai-mode-note.connected{background:#e9f6ee;color:#247258}.voice-confirm-card,.answer-compose{display:grid;gap:12px;margin-top:24px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.voice-confirm-card label,.answer-compose label{display:flex;justify-content:space-between;gap:12px;align-items:center}.voice-confirm-card label span,.answer-compose label span{font-size:12px;color:var(--muted)}.voice-transcript-input,.follow-answer-input{width:100%;min-height:150px;resize:vertical;border:1.5px solid #cfddd3;border-radius:15px;padding:16px;background:#fffdf6;color:var(--ink);font-size:16px;line-height:1.8}.voice-transcript-input:focus,.follow-answer-input:focus{outline:3px solid #bfe6d8;outline-offset:2px;border-color:#47997e}.voice-answer-btn{min-height:50px;border:1.5px solid #cfe1d7;border-radius:14px;background:#edf7f1;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px}.voice-answer-btn .icon{width:21px;height:21px}@media(max-width:759px){.voice-confirm-card,.answer-compose{padding:17px}.voice-transcript-input,.follow-answer-input{font-size:16px;min-height:135px}}
.profile-card{display:grid;gap:22px}.profile-window{display:flex;padding:3px;border-radius:10px;background:#e9eef1}.profile-window button{border:0;background:transparent;border-radius:8px;padding:7px 10px;font-size:12px}.profile-window button.active{background:#fff;box-shadow:0 2px 7px #263c4b18;font-weight:800}.profile-dimensions{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 22px}.profile-dimension{display:grid;gap:8px}.profile-dimension b{font-size:13px}.profile-dimension span,.profile-dimension small{font-size:11px;color:var(--muted)}.profile-dimension .progress{height:7px}.trend-panel{padding:17px;background:#f7f9fa;border-radius:15px;display:grid;gap:12px}.trend-row{display:grid;grid-template-columns:42px 1fr 72px;align-items:center;gap:10px;font-size:11px}.trend-row b{text-align:right;font-size:12px}.trend-row .progress{height:7px}@media(max-width:759px){.profile-dimensions{grid-template-columns:1fr}.profile-card>.row{align-items:flex-start}.record-score .icon{display:none}.trend-row{grid-template-columns:38px 1fr 68px}}
@media(max-width:759px){.home-page .topbar{margin-bottom:15px}.home-page .hero{min-height:230px}.home-page .hero-copy{padding:18px;max-width:82%}.home-page .hero-copy h1{font-size:24px;margin:8px 0}.home-page .hero-copy p{font-size:11px}.home-page .hero:after{background:linear-gradient(100deg,#e3f4dfed,#e3f4dfa6 38%,transparent 73%)}.home-page .hero-bottom{bottom:12px}.home-page .floating-tip{max-width:126px;font-size:10px}.home-page .stats{margin:12px 0 14px}.home-page .stat{padding:10px 9px}.home-page .stat strong{font-size:22px}.home-page .home-grid{gap:14px}.home-page .adventure-card{padding:15px;gap:12px}.home-page .adventure-card .btn{min-height:50px}.home-page .wish-mini{padding:14px 16px;gap:9px}.home-page .wish-mini .pill{font-size:10px;padding:5px 8px}.home-page .wish-mini .pill .icon{width:16px;height:16px}.home-page .wish-mini h3{font-size:14px}.home-page .wish-mini .text-btn{padding:0}.home-page .wish-mini .tiny{font-size:10px}.home-page .wish-mini .progress{height:7px}}
@keyframes fill-energy{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.layout[data-child-theme="violet"]{--theme-accent:#8064d8;--theme-soft:#eee9ff;--theme-deep:#5841a8}
.layout[data-child-theme="blossom"]{--theme-accent:#e46f9c;--theme-soft:#ffe8f1;--theme-deep:#ad416b}
.layout[data-child-theme="sunshine"]{--theme-accent:#ef8b3c;--theme-soft:#fff0dc;--theme-deep:#bd5e22}
.layout[data-child-theme] .page:not(.parent-page) .avatar-label{border:2px solid var(--theme-accent);background:color-mix(in srgb,var(--theme-soft) 72%,white)}
.layout[data-child-theme] .page:not(.parent-page) .chapter-icon,.layout[data-child-theme] .page:not(.parent-page) .badge-emblem{background:var(--theme-soft);color:var(--theme-deep)}
.layout[data-child-theme] .page:not(.parent-page) .level-card .avatar{box-shadow:0 0 0 6px var(--theme-soft),0 0 0 9px var(--theme-accent)}
.layout[data-child-theme] .page:not(.parent-page) .hero-label{border-color:var(--theme-accent)}
.layout[data-child-theme] .page:not(.parent-page) .theme-mark{color:var(--theme-deep);font-weight:800}
.profile-page .page-head .eyebrow,.profile-page .theme-avatar{color:var(--theme-deep)}
.profile-hero{display:grid;justify-items:center;gap:7px;padding:22px;margin-bottom:18px;border-radius:24px;background:linear-gradient(145deg,var(--theme-soft),#fff)}
.profile-hero .theme-avatar{width:118px;height:118px;display:grid;place-items:center;border-radius:42px;background:#fff;font-size:72px;border:6px solid var(--theme-accent);box-shadow:0 12px 28px #263c4b18}
.profile-hero span{font-size:13px;color:var(--muted)}
.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 24px}
.theme-choice{min-height:126px;border:2px solid transparent;border-radius:18px;background:#f7f7f4;padding:13px 8px;display:grid;justify-items:center;gap:5px}
.theme-choice span{font-size:32px}.theme-choice b{font-size:14px}.theme-choice small{font-size:10px;line-height:1.45;color:var(--muted)}
.theme-choice.active{border-color:var(--theme-accent);background:var(--theme-soft);box-shadow:0 5px 16px #263c4b12}
.parent-page{--theme-accent:#456d83;--theme-soft:#edf3f6;--theme-deep:#31586b}
@media(max-width:420px){.theme-grid{grid-template-columns:1fr}.theme-choice{min-height:78px;grid-template-columns:45px 1fr;justify-items:start;text-align:left;align-items:center}.theme-choice span{grid-row:1/3;font-size:30px}.theme-choice small{font-size:11px}}
.parent-lock-screen{max-width:460px;padding-top:34px}.parent-lock-icon{width:92px;height:92px;margin:0 auto 20px;border-radius:30px;display:grid;place-items:center;background:#e6eef2;font-size:46px;box-shadow:0 12px 30px #263c4b16}.parent-lock-screen input{text-align:center;font-size:26px;letter-spacing:12px;font-weight:900}
.wish-generator{display:grid;gap:14px;margin-bottom:20px;background:#f8fafb}.wish-generator h3{margin-bottom:-6px}.wish-preview{display:grid;grid-template-columns:170px 1fr;gap:18px;align-items:center;padding:15px;background:#fff;border:1px solid var(--line);border-radius:17px}.wish-preview p{font-size:12px;color:var(--muted);margin:6px 0}.wish-picture{height:160px;border-radius:20px;position:relative;overflow:hidden;display:grid;place-items:center;align-content:center;gap:3px;background:linear-gradient(145deg,#eee9ff,#cfc2ff);color:#4f3a8c}.wish-picture.palette-blossom{background:linear-gradient(145deg,#ffe9f2,#ffc5dc);color:#9a3f65}.wish-picture.palette-sunshine{background:linear-gradient(145deg,#fff0d8,#ffc977);color:#8d4d1d}.wish-picture .wish-illustration{font-size:62px;filter:drop-shadow(0 8px 8px #263c4b20)}.wish-picture small{font-size:10px;letter-spacing:1px}.wish-picture b{font-size:14px;padding:0 12px;text-align:center}.wish-picture .wish-spark{position:absolute;right:14px;top:8px;font-size:24px;color:#fff}.wish-card>.wish-picture{height:140px;margin-bottom:18px}.wish-picture.preview{height:135px}
@media(max-width:520px){.wish-preview{grid-template-columns:1fr}.wish-picture.preview{height:150px}.parent-lock-screen{padding-top:14px}}
.mission{width:100%;text-align:left;position:relative}.mission.current{border-color:#f1a06f;box-shadow:0 0 0 3px #fff0e7}.mission-step{width:27px;height:27px;border-radius:10px;background:#eef2ec;color:#64756c;display:grid;place-items:center;font-size:12px;font-weight:900;flex-shrink:0}.mission.current .mission-step{background:var(--orange);color:#fff}.mission:disabled{opacity:.62}.mission:disabled .bonus{color:#57987e}
.energy-card .progress>span,.settlement-page .wish-mini .progress>span{transform-origin:left;animation:fill-energy .75s ease-out both}
