:root{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#22434c;background:#f6fbf8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;min-width:320px}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}button:focus-visible,input:focus-visible{outline:3px solid #ffb64b;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.035em}a{color:inherit}.app-shell{min-height:100vh;position:relative;overflow:hidden;background:linear-gradient(180deg,#f0faf6 0,#f8fbf7 500px,#f9fbf6)}.ambient{position:absolute;border-radius:50%;pointer-events:none;filter:blur(2px)}.ambient-one{width:600px;height:600px;right:-280px;top:180px;background:radial-gradient(circle,#d5f3ea9a 0,transparent 70%)}.ambient-two{width:430px;height:430px;left:-270px;top:950px;background:radial-gradient(circle,#ffecd29a 0,transparent 70%)}.site-header{position:relative;z-index:20;background:#ffffffcf;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #dcebe5}.header-inner{max-width:1260px;margin:auto;padding:16px 28px;display:flex;align-items:center;gap:34px}.brand{border:0;background:none;padding:0;display:flex;align-items:center;gap:12px;color:#1b4b54;text-align:left;flex-shrink:0}.brand-mark{width:46px;height:46px;border-radius:15px;background:#1caaa0;color:#fff;display:grid;place-items:center;font-size:32px;box-shadow:0 7px #168d86}.brand strong{display:block;font-size:19px;line-height:1.1;letter-spacing:-.04em}.brand small{display:block;color:#789199;font-size:10px;letter-spacing:.04em;margin-top:5px}.desktop-nav{display:flex;gap:5px;flex:1;justify-content:center}.desktop-nav button{border:0;background:transparent;color:#607b82;padding:11px 14px;border-radius:13px;font-weight:800;display:flex;align-items:center;gap:7px;white-space:nowrap}.desktop-nav button:hover,.desktop-nav button.active{background:#e4f5ee;color:#188f85}.header-actions{display:flex;align-items:center;gap:12px}.star-counter{display:flex;align-items:center;gap:7px;background:#fff4d6;color:#bd7a07;border:1px solid #ffe6a5;border-radius:999px;padding:8px 14px;font-weight:900;min-width:60px;justify-content:center}.icon-button{display:grid;place-items:center;width:38px;height:38px;border:0;background:transparent;color:#59757e;border-radius:11px}.icon-button:hover{background:#e9f4ef}.mobile-menu-button{display:none}.main-content{position:relative;z-index:1;max-width:1260px;margin:0 auto;padding:0 28px 88px;min-height:72vh}.page-enter{animation:enter .35s ease both}@keyframes enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.eyebrow{display:block;color:#1f9a8e;font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}.primary-button,.secondary-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:15px;padding:14px 20px;min-height:50px;font-weight:900;border:2px solid transparent;transition:transform .18s,box-shadow .18s,background .18s;text-decoration:none}.primary-button{background:#168f87;color:#fff;box-shadow:0 6px #0e746e}.primary-button:not(:disabled):hover{background:#087e77;transform:translateY(-2px);box-shadow:0 8px #0e746e}.primary-button:not(:disabled):active{transform:translateY(4px);box-shadow:0 2px #0e746e}.secondary-button{background:#fff;color:#1d6668;border-color:#cce9df;box-shadow:0 4px #d5eae3}.secondary-button:not(:disabled):hover{transform:translateY(-2px);background:#f5fffb}.danger-button{color:#ab4c4c;background:#fff4f1;border-color:#f6ceca}.danger-button:hover{background:#ffe8e3}.text-button,.back-link,.section-link{display:inline-flex;align-items:center;gap:7px;background:none;border:0;color:#208e85;font-weight:900;padding:8px 4px}.text-button:hover,.back-link:hover,.section-link:hover{text-decoration:underline}.section{padding-top:72px}.section-heading,.page-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-heading h2,.page-heading h1{font-size:clamp(27px,3vw,38px);line-height:1.2;margin:0 0 9px;color:#20444b}.section-heading p,.page-heading p{color:#738c90;font-size:15px;margin:0;line-height:1.7}.page-heading{padding-top:52px}.page-heading h1{font-size:clamp(32px,4vw,46px)}.round-illustration{width:88px;height:88px;border-radius:30px;background:#ddf4e8;display:grid;place-items:center;font-size:44px;transform:rotate(8deg)}.hero{min-height:540px;padding:64px 0 35px;display:grid;grid-template-columns:1.03fr .97fr;gap:25px;align-items:center}.hero-copy{position:relative;z-index:2;max-width:600px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;border:1px solid #c7e9de;background:#eaf8ee;color:#228b79;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:900}.hero h1{color:#173d47;font-size:clamp(48px,5.1vw,72px);line-height:1.2;margin:23px 0 19px;font-weight:950}.hero h1 em{font-style:normal;color:#15948b;position:relative;white-space:nowrap}.hero h1 em:after{content:"";position:absolute;height:10px;left:4px;right:0;bottom:0;background:#ffd46b8f;border-radius:100%;z-index:-1;transform:rotate(-2deg)}.hero-copy>p{color:#6d898f;line-height:1.85;font-size:17px;max-width:500px;margin-bottom:28px}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.hero-facts{display:flex;gap:21px;flex-wrap:wrap;margin-top:25px;color:#6d8b8b;font-size:12px;font-weight:800}.hero-facts span{display:flex;align-items:center;gap:5px}.hero-facts svg{color:#24a695}.hero-art{height:440px;position:relative;display:grid;place-items:center}.island-illustration{position:relative;width:min(100%,520px);height:320px;border-radius:50% 50% 42% 42%;background:linear-gradient(180deg,#bcf3ef,#dbf9d6 64%,#99d7bd 65%);box-shadow:inset 0 -25px #78c9ab,0 25px 55px #49b7a033;overflow:hidden;transform:rotate(-3deg)}.hill{position:absolute;bottom:-80px;border-radius:50%}.hill-back{width:360px;height:240px;left:-100px;background:#8bd48b}.hill-front{width:460px;height:250px;right:-130px;background:#5fbd82}.tree{position:absolute;font-size:72px;bottom:62px;filter:drop-shadow(0 8px 3px #298a7a44)}.tree-left{left:40px;transform:rotate(-12deg)}.tree-right{right:35px;transform:rotate(11deg)}.mascot{width:155px;height:140px;position:absolute;left:50%;bottom:20px;transform:translate(-50%);background:#fff2c9;border:9px solid #f7c76c;border-radius:46% 46% 40% 40%;box-shadow:0 13px #36967455}.mascot:before,.mascot:after{content:"";position:absolute;width:50px;height:15px;background:#ffdf90;border-radius:50%;bottom:5px}.mascot:before{left:-23px;transform:rotate(-25deg)}.mascot:after{right:-23px;transform:rotate(25deg)}.mascot-eye{position:absolute;top:50px;width:13px;height:18px;border-radius:50%;background:#234a52}.mascot-eye.left{left:43px}.mascot-eye.right{right:43px}.mascot-mouth{position:absolute;width:30px;height:17px;border:4px solid #234a52;border-top:0;border-radius:0 0 50% 50%;left:50%;top:78px;transform:translate(-50%)}.island-flag{position:absolute;top:42px;left:50%;font-size:35px;color:#fff4a6;filter:drop-shadow(0 2px 0 #d9a14e)}.hero-wave{position:absolute;width:100%;height:70px;bottom:25px;background:radial-gradient(ellipse at center,#64c7b36b 0,transparent 66%)}.float-star,.float-cloud{position:absolute;z-index:2}.float-star{font-size:46px;color:#ffca65}.star-a{top:20px;right:100px}.star-b{left:30px;top:110px;font-size:30px}.float-cloud{color:#fff;font-size:78px;text-shadow:0 8px 16px #88cfba60}.cloud-a{left:40px;top:0}.cloud-b{right:-5px;bottom:60px;font-size:50px}.island-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.island-card{border:1px solid #dfede5;text-align:left;min-height:292px;padding:20px;position:relative;overflow:hidden;border-radius:25px;background:#fff;box-shadow:0 10px 28px #47897e12;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.island-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px #47897e28}.island-card:before{content:"";position:absolute;width:190px;height:190px;right:-75px;top:-75px;border-radius:50%;background:var(--bubble)}.forest{--bubble:#d2efd6;--accent:#469f69}.cloud{--bubble:#dbe8fa;--accent:#5d8ebf}.beach{--bubble:#fff0d7;--accent:#de9b52}.valley{--bubble:#e6e1f5;--accent:#8f7bc3}.island-card-top{display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:1}.island-icon{font-size:49px;filter:drop-shadow(0 6px 3px #30544b25)}.island-badge{background:#ffffffc9;border:1px solid #fff;border-radius:999px;padding:6px 9px;color:#5d7980;font-size:11px;font-weight:900}.island-card-copy{position:relative;z-index:1;margin-top:27px}.card-kicker{font-size:10px;color:#90a2a0;font-weight:900;letter-spacing:.1em}.island-card h3{font-size:26px;margin:6px 0 3px;color:#20434b}.island-card p{color:#82999b;margin:0;font-size:12px;font-weight:700}.card-progress{margin-top:auto;padding-top:20px;position:relative;z-index:1}.card-progress>div:first-child{display:flex;justify-content:space-between;gap:7px;color:#778e90;font-size:11px;font-weight:800;margin-bottom:8px}.card-progress strong{color:#2c6b70}.progress-track{display:block;height:8px;background:#e8f1ed;border-radius:999px;overflow:hidden}.progress-track>span,.progress-track>i{display:block;height:100%;background:var(--accent,#1ca59a);border-radius:inherit}.island-card-arrow{position:absolute;right:17px;bottom:16px;color:var(--accent);display:none}.daily-panel{border-radius:29px;padding:31px;background:#e1f4ec;display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:center;box-shadow:0 14px 40px #4b9a7912}.daily-copy{padding:18px 18px 18px 12px}.daily-copy h2{font-size:clamp(29px,3vw,39px);line-height:1.3;max-width:400px;color:#1d514f;margin-bottom:15px}.daily-copy p{color:#638786;line-height:1.8;max-width:400px}.daily-list{background:#fff;border-radius:23px;padding:19px 23px;box-shadow:0 12px 25px #2c7d5f12}.daily-list-head{display:flex;justify-content:space-between;align-items:center;padding:3px 3px 15px;border-bottom:1px solid #edf2ee;color:#2b6766;font-weight:900}.daily-list-head small{color:#9aaeac;font-size:11px}.task-row{display:flex;align-items:center;gap:14px;width:100%;padding:14px 6px;border:0;border-bottom:1px solid #eef3ef;background:#fff;text-align:left;color:#26444c;min-height:69px}.task-row:last-child{border-bottom:0}.task-row:hover{background:#f7fcfa}.task-row-number{width:35px;height:35px;flex-shrink:0;display:grid;place-items:center;border-radius:11px;background:#e5f5ee;color:#2b9a7b;font-size:13px;font-weight:900}.task-row-text{flex:1;min-width:0}.task-row-text strong{display:block;font-size:14px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-row-text small{display:block;color:#9babaa;font-size:11px;margin-top:5px}.task-chevron{color:#91aaa4;flex-shrink:0}.status-pill{font-size:10px;border-radius:999px;padding:5px 8px;white-space:nowrap;font-weight:900}.status-new{background:#eef4f1;color:#93a5a0}.status-practiced{background:#e4f3ee;color:#369585}.status-confident{background:#fff0df;color:#bd8640}.status-mastered{background:#e2edff;color:#557db4}.empty-copy{text-align:center;color:#8aa09c;padding:20px}.offline-badge{display:inline-flex;align-items:center;gap:7px;background:#edf4f1;color:#738b87;padding:10px 13px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap}.offline-badge.ready{background:#dff4e8;color:#258364}.offline-badge.preparing{background:#fff3df;color:#a5793c}.offline-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.volume-switch{display:flex;gap:9px;flex-wrap:wrap;margin:27px 0 20px}.volume-switch button{border:1px solid #e1eae6;background:#fff;color:#71898a;font-size:13px;font-weight:900;padding:12px 16px;border-radius:13px}.volume-switch button.selected{color:#fff;background:#198d86;border-color:#198d86;box-shadow:0 5px #0e766e}.map-banner{min-height:222px;padding:30px 40px;border-radius:29px;position:relative;overflow:hidden;background:#e0f5e3}.map-banner.cloud{background:#e4effa}.map-banner.beach{background:#fff0d5}.map-banner.valley{background:#eeeafa}.map-banner>div:first-child{position:relative;z-index:1}.map-small-label{font-size:11px;letter-spacing:.1em;color:#3d8d82;font-weight:900}.map-banner h2{font-size:38px;color:#204f55;margin:13px 0 4px}.map-banner p{font-size:14px;color:#638b88}.map-progress{display:inline-block;margin-top:10px;padding:8px 12px;background:#ffffffad;border-radius:999px;font-size:12px;font-weight:900;color:#447979}.banner-orbit{position:absolute;width:340px;height:340px;right:45px;top:-56px;border:55px solid #ffffff54;border-radius:50%}.banner-orbit span{position:absolute;left:50%;top:50%;font-size:90px;color:#fff;transform:translate(-50%,-50%)}.map-section-title{margin-top:48px}.unit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.unit-card{position:relative;min-height:208px;background:#fff;border:1px solid #e5eee8;border-radius:22px;padding:21px;text-align:left;display:flex;flex-direction:column;box-shadow:0 8px 19px #467b6810;transition:transform .18s}.unit-card:hover{transform:translateY(-3px);box-shadow:0 12px 25px #467b6821}.unit-index{font-size:11px;color:#a0b2ae;font-weight:900;letter-spacing:.09em}.unit-card-icon{position:absolute;right:21px;top:17px;font-size:34px}.unit-card>strong{font-size:20px;color:#254851;margin-top:22px;line-height:1.25;max-width:86%}.unit-card>small{color:#92a6a3;font-size:12px;margin-top:6px}.unit-progress-line{height:7px;border-radius:9px;background:#eef3ef;margin-top:auto;overflow:hidden}.unit-progress-line i{display:block;height:100%;background:#38b9a3;border-radius:9px}.unit-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:11px;font-weight:900;color:#5c9388}.page-back{margin-top:38px}.unit-hero{background:#e5f5eb;border-radius:27px;margin-top:20px;padding:32px 38px}.unit-hero h1{font-size:39px;color:#235251;margin-bottom:11px}.unit-hero p{color:#6c8987;line-height:1.75;max-width:860px}.unit-hero-meta{display:flex;gap:18px;margin-top:19px;color:#4d8580;font-size:12px;font-weight:900}.unit-hero-meta span{display:flex;align-items:center;gap:6px}.lesson-list{display:grid;gap:19px;margin-top:32px}.lesson-card{background:#fff;border-radius:22px;border:1px solid #e4eee9;box-shadow:0 8px 21px #467b6810;overflow:hidden}.lesson-head{display:flex;align-items:center;gap:17px;padding:22px 25px;background:#fbfefc;border-bottom:1px solid #e8f0ec}.lesson-number{width:42px;height:42px;display:grid;place-items:center;background:#dff5e8;color:#2d9b83;font-size:18px;font-weight:950;border-radius:13px}.lesson-head h2{font-size:21px;color:#224950;margin:4px 0 0}.lesson-count{margin-left:auto;color:#7b9792;font-size:12px;font-weight:900}.lesson-tasks{padding:0 20px}.challenge-page{padding-top:30px}.challenge-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.challenge-source{color:#93a6a3;font-size:12px;font-weight:800}.challenge-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.challenge-card{background:#fff;border:1px solid #e1eee7;border-radius:28px;padding:32px;box-shadow:0 15px 40px #3d7a6814}.challenge-meta{display:flex;align-items:center;gap:10px}.pill{display:inline-block;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:900}.pill-mint{background:#ddf6ea;color:#1d9674}.pill-peach{background:#fff0df;color:#c38844}.tiny-label{color:#9aadaa;font-size:12px;font-weight:800}.challenge-title-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:25px}.challenge-title-row h1{font-size:clamp(25px,3vw,38px);line-height:1.27;color:#224952;margin:0}.listen-button{width:91px;height:81px;flex-shrink:0;border:2px solid #bce6d9;border-radius:20px;background:#e9f9f3;color:#239887;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:900}.listen-button:hover{background:#d8f4e9}.challenge-instruction{margin:17px 0 25px;color:#789391;font-size:14px;line-height:1.7}.question-box{padding:24px;background:#edf9f3;border:1px solid #d8f1e4;border-radius:21px}.question-count{display:inline-block;color:#3f9b7d;font-size:11px;font-weight:900;margin-bottom:10px}.question-box h2{font-size:clamp(20px,2.5vw,27px);line-height:1.45;margin:0;color:#22534f;word-break:break-word;white-space:pre-wrap}.answer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:25px 0}.answer-option{min-height:72px;display:flex;align-items:center;gap:15px;text-align:left;background:#fff;border:2px solid #e1ede8;border-radius:16px;padding:11px 15px;font-size:21px;font-weight:900;color:#31545b}.answer-option:hover{border-color:#84d2bd;background:#f8fffb}.answer-option.selected{border-color:#17a88e;background:#e6f8ec;color:#147763;box-shadow:0 4px #95d9bb}.option-letter{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:#eff5f0;color:#8aaba2;font-size:13px;flex-shrink:0}.answer-option.selected .option-letter{background:#bce9cf;color:#16836e}.number-answer{display:flex;align-items:center;gap:18px;margin:29px 0 24px;color:#537b79;font-weight:900}.number-answer input{width:170px;height:80px;border-radius:18px;border:2px solid #a5dcca;background:#f6fffa;text-align:center;color:#216c68;font-weight:950;font-size:39px}.number-spark{font-size:30px;color:#f5c567}.order-answer{margin:25px 0}.order-answer>p,.match-answer>p{color:#76918d;font-size:13px;font-weight:800}.order-slots,.order-options{display:flex;gap:11px;flex-wrap:wrap;margin:13px 0}.order-slot,.order-options button{width:63px;height:63px;border-radius:15px;font-size:25px;font-weight:950}.order-slot{border:2px dashed #a4d4c5;color:#9dbfb2;background:#f6fbf7}.order-slot.filled{border-style:solid;background:#e2f5e9;color:#298576}.order-options button{border:2px solid #d4e7dd;background:#fff;color:#315d5d}.order-options button:hover{background:#e4f5eb}.tiles-answer{margin:24px 0}.tile-basket{display:flex;align-items:center;gap:6px;min-height:125px;padding:18px;border:2px dashed #a4d7c7;border-radius:18px;background:#f5fdf7;flex-wrap:wrap;font-size:30px}.tile-basket em{font-size:14px;color:#9ab4aa;font-style:normal}.tile-controls{display:flex;gap:12px;margin-top:15px}.tile-controls button{border:1px solid #cbe6da;border-radius:13px;background:#fff;color:#278778;font-weight:900;padding:12px 17px}.match-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:14px 0 23px}.match-columns>div{display:grid;gap:8px}.match-columns button{border:2px solid #d8e9e2;background:#fff;color:#315d5d;border-radius:13px;padding:14px}.match-columns button.selected,.match-columns button.matched{background:#e1f5e9;border-color:#63c4a6}.hint-again{margin:2px 0 16px}.mini-hint{background:#fff8e6;border-radius:13px;color:#a5743c;padding:12px 16px;margin-bottom:15px}.challenge-submit{min-width:180px}.feedback{display:flex;gap:14px;padding:19px;border-radius:18px;margin:20px 0;line-height:1.6}.feedback strong{display:block;font-size:16px}.feedback p{font-size:14px;margin:4px 0 0}.feedback small{color:#7d9a90}.feedback-wrong{background:#fff4e4;color:#aa763b}.feedback-correct{background:#e2f7e9;color:#278363}.next-button{margin-top:10px}.self-task-box,.knowledge-tip{display:flex;gap:14px;padding:19px;border-radius:18px;margin:17px 0}.self-task-box{background:#edf8f3}.self-emoji{font-size:28px}.self-task-box strong,.knowledge-tip strong{font-size:14px;color:#327d6e}.self-task-box p,.knowledge-tip p{color:#5d7778;line-height:1.7;font-size:14px;margin:5px 0 0}.knowledge-tip{background:#fff8e8}.knowledge-tip svg{flex-shrink:0;color:#c49a42}.knowledge-tip strong{color:#9d7739}.draw-area{margin:22px 0;border:1px solid #daeae3;border-radius:19px;padding:15px;background:#fcfffd}.draw-head{display:flex;justify-content:space-between;align-items:center;font-weight:900;color:#457d74;font-size:13px}.draw-area canvas{display:block;width:100%;height:190px;margin-top:10px;border-radius:12px;border:1px dashed #bbd8c8;background:repeating-linear-gradient(90deg,transparent 0,transparent 74px,#e7eee9 75px),repeating-linear-gradient(0deg,transparent 0,transparent 63px,#e7eee9 64px),#fff;touch-action:none}.draw-area p{font-size:11px;color:#a2b3ac;margin:9px 0 0}.book-note{background:#f4f4ff;border:1px solid #e1e1f4;border-radius:13px;padding:12px 15px;color:#7c78a7;font-size:12px;line-height:1.7;margin:18px 0}.checklist{margin-top:28px}.checklist h2{font-size:18px;color:#2e595b;margin-bottom:13px}.check-row{display:flex;align-items:flex-start;gap:11px;margin:10px 0;padding:14px;border:1px solid #e2eee7;border-radius:13px;color:#5c7b7b;font-size:13px;line-height:1.55;cursor:pointer}.check-row input{position:absolute;opacity:0;width:1px;height:1px}.check-square{width:23px;height:23px;border:2px solid #b7d7c8;border-radius:7px;color:transparent;display:grid;place-items:center;flex-shrink:0}.check-row:has(input:checked){background:#ecf9f0;border-color:#8fd9b5;color:#267c68}.check-row input:checked+.check-square{background:#31ae85;border-color:#31ae85;color:#fff}.check-row input:focus-visible+.check-square{outline:3px solid #ffb64b;outline-offset:3px}.self-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:23px}.challenge-side{position:sticky;top:22px;padding:25px;border:1px solid #deede5;background:#f5fcf7;border-radius:24px;text-align:center}.buddy-face{height:104px;width:120px;border-radius:46% 46% 42% 42%;background:#fff1c3;border:7px solid #f6ce80;margin:5px auto 18px;position:relative;transform:rotate(-5deg)}.buddy-eye{position:absolute;top:38px;width:10px;height:15px;border-radius:50%;background:#345b57}.eye-one{left:32px}.eye-two{right:32px}.buddy-smile{position:absolute;top:63px;left:47px;width:20px;height:13px;border:3px solid #345b57;border-top:0;border-radius:0 0 50% 50%}.buddy-speech{padding:17px;background:#fff;border-radius:17px;box-shadow:0 6px 15px #5e99851c}.buddy-speech strong{color:#369480;font-size:13px}.buddy-speech p{font-size:13px;color:#71918c;margin:7px 0 0;line-height:1.7}.side-progress{border-top:1px solid #d8e8dd;margin-top:22px;padding-top:17px;text-align:left;display:grid;gap:5px}.side-progress span{font-size:10px;color:#9ab0a8;font-weight:900;margin-top:7px}.side-progress strong{font-size:12px;color:#507a76;word-break:break-all}.review-note{display:flex;gap:12px;background:#eaf7ec;border-radius:18px;color:#508576;padding:17px 21px;max-width:820px}.review-note p{margin:0;font-size:13px;line-height:1.7}.review-list{background:#fff;border:1px solid #e3eee8;border-radius:24px;padding:23px;margin-top:24px;max-width:850px;box-shadow:0 8px 26px #487d6810}.review-list .section-heading{margin-bottom:10px}.review-list .section-heading h2{font-size:25px}.empty-panel{text-align:center;padding:48px 20px;color:#829a94}.empty-panel>span{font-size:42px}.empty-panel h3{color:#33665f;margin:14px 0 6px}.empty-panel .secondary-button{margin-top:15px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:26px 0 44px}.stat-card{padding:24px;border-radius:21px;min-height:155px;display:flex;flex-direction:column}.stat-card.yellow{background:#fff1d6}.stat-card.green{background:#e3f5e8}.stat-card.blue{background:#e4effc}.stat-card.peach{background:#ffecde}.stat-card span{font-size:12px;color:#66827f;font-weight:900}.stat-card strong{font-size:47px;line-height:1.1;margin:12px 0 6px;color:#244c50}.stat-card small{font-size:11px;color:#8ca09c}.progress-volumes{background:#fff;border:1px solid #e0ece4;border-radius:24px;padding:24px;max-width:900px}.volume-progress-row{width:100%;display:flex;align-items:center;gap:15px;background:#fff;border:0;border-bottom:1px solid #edf2ee;padding:17px 5px;text-align:left}.volume-progress-row:last-child{border:0}.volume-progress-row:hover{background:#f8fcf9}.volume-progress-icon{font-size:29px;width:45px}.volume-progress-info{flex:1}.volume-progress-info strong{display:block;color:#254f53}.volume-progress-info small{display:block;margin:4px 0 11px;color:#92a7a3;font-size:11px}.volume-progress-info .progress-track{height:6px}.volume-progress-count{font-size:12px;font-weight:900;color:#6a9b8b}.volume-progress-row>svg{color:#a0b3ac}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:19px}.settings-card{background:#fff;border:1px solid #e4eee8;box-shadow:0 8px 25px #477d6810;border-radius:24px;padding:28px;min-height:256px}.settings-icon{height:55px;width:55px;border-radius:17px;display:grid;place-items:center}.settings-icon.mint{background:#def5e8;color:#2c9a7d}.settings-icon.yellow{background:#fff0d1;color:#bc8b31}.settings-icon.blue{background:#e2efff;color:#6089bb}.settings-icon.peach{background:#ffebdf;color:#c8785b}.settings-card h2{font-size:21px;color:#2c5153;margin:18px 0 7px}.settings-card p{font-size:13px;line-height:1.75;color:#77918f;max-width:420px}.settings-card small{display:block;color:#a0b0aa;font-size:11px;margin-top:12px}.settings-buttons{display:flex;gap:10px;flex-wrap:wrap}.site-footer{max-width:1260px;margin:auto;padding:30px 28px 100px;color:#8da69e;display:flex;gap:25px;border-top:1px solid #e3ede7;font-size:12px}.site-footer span:first-child{font-weight:950;color:#459783}.site-footer button{margin-left:auto;border:0;background:none;color:#61948a;display:flex;gap:6px;align-items:center;font-weight:800}.toast,.storage-warning{position:fixed;z-index:70;left:50%;bottom:35px;transform:translate(-50%);background:#244f54;color:#fff;max-width:min(90vw,500px);padding:14px 20px;border-radius:14px;box-shadow:0 12px 27px #14404744;text-align:center;font-size:13px;font-weight:800}.storage-warning{bottom:82px;background:#a65e44}.mobile-bottom-nav{display:none}@media(max-width:1050px){.desktop-nav button{padding:10px 8px;font-size:13px}.header-inner{gap:16px}.hero h1{font-size:54px}.island-grid,.unit-grid{grid-template-columns:repeat(2,1fr)}.challenge-layout{grid-template-columns:minmax(0,1fr) 230px}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.header-inner{padding:11px 17px;gap:10px}.brand-mark{width:39px;height:39px;font-size:27px;border-radius:12px}.brand strong{font-size:16px}.brand small{font-size:8px}.desktop-nav,.desktop-settings{display:none}.mobile-menu-button{display:grid}.desktop-nav.mobile-open{display:flex;position:absolute;left:12px;right:12px;top:64px;flex-direction:column;align-items:stretch;background:#fff;padding:12px;border-radius:18px;box-shadow:0 15px 30px #285e5b33;z-index:50}.desktop-nav.mobile-open button{font-size:14px}.header-actions{margin-left:auto}.main-content{padding:0 16px 98px}.hero{grid-template-columns:1fr;padding:38px 0 25px;min-height:auto;gap:0}.hero h1{font-size:clamp(43px,8vw,60px)}.hero-copy>p{font-size:15px}.hero-art{height:290px;order:-1}.island-illustration{width:350px;height:230px}.tree{font-size:50px;bottom:46px}.mascot{width:115px;height:104px;border-width:6px;bottom:12px}.mascot-eye{top:36px}.mascot-eye.left{left:32px}.mascot-eye.right{right:32px}.mascot-mouth{top:58px;left:50px}.island-flag{top:25px}.hero-wave{bottom:0}.float-cloud{font-size:55px}.cloud-b{font-size:35px}.section{padding-top:55px}.section-heading,.page-heading{align-items:flex-start}.section-heading h2,.page-heading h1{font-size:30px}.daily-panel{grid-template-columns:1fr;padding:20px;gap:10px}.daily-copy{padding:7px}.daily-copy h2{font-size:29px}.daily-list{padding:15px}.unit-grid{grid-template-columns:repeat(2,1fr)}.map-banner{padding:25px;min-height:190px}.map-banner h2{font-size:29px}.banner-orbit{right:-140px}.challenge-layout{grid-template-columns:1fr}.challenge-side{display:none}.challenge-card{padding:24px}.challenge-title-row{align-items:flex-start}.listen-button{width:74px;height:68px}.stats-grid{grid-template-columns:repeat(2,1fr)}.site-footer{padding:20px 17px 110px;gap:10px}.site-footer span:nth-child(2){display:none}.mobile-bottom-nav{position:fixed;z-index:50;bottom:0;left:0;right:0;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:#ffffffed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid #dbeae2;display:flex;justify-content:space-around;box-shadow:0 -6px 20px #265c4d0d}.mobile-bottom-nav button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;gap:2px;color:#8da49f;padding:5px 10px;border-radius:11px;min-width:62px;font-size:10px;font-weight:900}.mobile-bottom-nav button.active{color:#1a9b87;background:#e7f7ec}.toast{bottom:85px}.storage-warning{bottom:140px}}@media(max-width:520px){.brand small{display:none}.star-counter{padding:6px 9px}.hero-art{height:225px}.island-illustration{width:290px;height:190px}.tree{font-size:42px;bottom:35px}.tree-left{left:24px}.tree-right{right:22px}.mascot{width:93px;height:85px;bottom:8px}.mascot-eye{top:25px;width:8px;height:12px}.mascot-eye.left{left:27px}.mascot-eye.right{right:27px}.mascot-mouth{top:46px;left:35px}.hero h1{font-size:43px}.hero-buttons .primary-button,.hero-buttons .secondary-button{width:100%}.hero-facts{gap:9px 13px}.island-grid{grid-template-columns:1fr 1fr;gap:10px}.island-card{min-height:230px;border-radius:19px;padding:15px}.island-icon{font-size:35px}.island-badge{font-size:9px;max-width:71px;text-align:center}.island-card-copy{margin-top:17px}.island-card h3{font-size:20px}.island-card p{font-size:10px;line-height:1.4}.card-progress{padding-top:13px}.card-progress>div:first-child{font-size:9px}.daily-panel{margin:0 -3px}.daily-copy h2{font-size:26px}.daily-list .task-row-text strong{font-size:12px}.daily-list .task-row{gap:8px}.daily-list .status-pill,.section-link{display:none}.unit-grid{grid-template-columns:1fr 1fr;gap:10px}.unit-card{padding:14px;min-height:185px}.unit-card>strong{font-size:16px}.unit-card-icon{font-size:27px;right:12px;top:10px}.unit-card>small{font-size:10px}.volume-switch{gap:6px}.volume-switch button{padding:10px;font-size:11px}.page-heading{padding-top:30px}.page-heading .offline-badge{display:none}.page-heading h1{font-size:28px}.round-illustration{width:58px;height:58px;font-size:31px;border-radius:18px}.unit-hero{padding:23px}.unit-hero h1{font-size:29px}.unit-hero p{font-size:13px}.lesson-head{padding:16px;gap:10px}.lesson-head h2{font-size:17px}.lesson-count{font-size:10px}.lesson-tasks{padding:0 9px}.task-row{gap:8px}.task-row-number{width:29px;height:29px;font-size:10px}.task-row-text strong{font-size:12px}.task-row-text small{font-size:10px}.status-pill{font-size:9px}.challenge-card{padding:19px;border-radius:20px}.challenge-title-row h1{font-size:24px}.listen-button{width:66px;height:62px;border-radius:14px;font-size:10px}.listen-button svg{width:20px}.question-box{padding:17px}.question-box h2{font-size:20px}.answer-grid{gap:8px}.answer-option{min-height:65px;font-size:17px;gap:8px;padding:8px}.option-letter{width:25px;height:25px;font-size:10px}.self-actions>*{flex:1;min-width:130px;padding:12px}.settings-grid{grid-template-columns:1fr}.stats-grid{gap:9px}.stat-card{padding:17px;min-height:130px}.stat-card strong{font-size:38px}.stat-card span,.stat-card small{font-size:10px}}.voice-preferences,.ai-diagnosis-section{margin-top:20px;padding-top:18px;border-top:1px solid #e9e3fa}.voice-section-title,.ai-diagnosis-section{display:flex;align-items:center;justify-content:space-between;gap:16px}.voice-section-title h3,.ai-diagnosis-section h3{display:flex;align-items:center;gap:8px;margin:0 0 5px;color:#3c4f57;font-size:17px}.voice-section-title p,.ai-diagnosis-section p{margin:0;color:#75847f;font-size:13px;line-height:1.55}.voice-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:10px;margin-top:14px}.voice-choice{min-height:82px;border:1px solid #e1e7e2;border-radius:16px;background:#fff;color:#526b70;display:grid;place-items:center;gap:4px;padding:10px;box-shadow:0 3px #edf1ed}.voice-choice span{font-size:25px}.voice-choice strong{font-size:12px}.voice-choice.selected{border-color:#9686e5;background:#f6f3ff;color:#624cc3;box-shadow:0 3px #e4ddfb}.voice-custom-label{display:grid;gap:7px;margin-top:12px;color:#50676b;font-size:13px;font-weight:800}.voice-custom-label textarea{width:100%;min-height:80px;resize:vertical;border:1px solid #dce7e0;border-radius:13px;padding:11px 13px;color:#38525a;background:#fff;font:inherit;line-height:1.5}.voice-custom-label small,.voice-unlock-note{color:#87948f;font-size:11px;font-weight:500}.ai-capabilities{display:flex;flex-wrap:wrap;gap:8px;margin-top:15px}.ai-capabilities span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#f0edff;color:#6a59b7;padding:7px 10px;font-size:11px;font-weight:800}.ai-report{white-space:pre-wrap;margin-top:13px;border-radius:15px;background:#f8f7ff;border:1px solid #e7e1ff;padding:15px;color:#485b62;font-size:14px;line-height:1.75}.ai-hint-action{margin-top:10px}.ai-hint-result{margin:11px 0;padding:13px 15px;border:1px solid #e7ddff;border-radius:14px;background:#faf8ff;color:#52626b;line-height:1.6}.ai-hint-result strong{color:#6a55bb}.ai-hint-result p{margin:5px 0 0}.ai-speech-target{display:grid;gap:5px;margin-bottom:12px;padding:12px 14px;border-radius:13px;background:#fff;color:#495f66}.ai-speech-target strong{font-size:12px;color:#768580}.ai-speech-target span{font-size:17px;font-weight:800;line-height:1.6}.speech-score-card{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:13px;margin-top:12px;padding:12px 14px;border:1px solid #d9eee4;border-radius:15px;background:#f6fcf8;color:#4e635e}.speech-score-number{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:#e1f4e9;color:#198d72}.speech-score-number span{font-size:23px;font-weight:900;line-height:1}.speech-score-number small{font-size:9px}.speech-score-card strong{font-size:14px}.speech-score-card p{margin:4px 0;font-size:12px;line-height:1.5}.speech-score-card small{font-size:11px;color:#74827c}.pet-home-card{width:100%;display:flex;align-items:center;gap:16px;text-align:left;padding:17px 21px;border:1px solid #d7ece2;border-radius:20px;background:linear-gradient(100deg,#fff,#f1fbf5 60%,#fff8e9);color:#416269;box-shadow:0 5px #e6f0e9}.pet-home-card:hover{transform:translateY(-2px);box-shadow:0 7px #e6f0e9}.pet-home-avatar{display:grid;place-items:center;flex:0 0 60px;height:60px;border-radius:19px;background:#fff;font-size:37px;box-shadow:0 3px 10px #b6ccbd55}.pet-home-copy{display:grid;gap:5px;flex:1}.pet-home-copy strong{font-size:17px}.pet-home-copy small{color:#7b8b82;font-size:12px;line-height:1.45}.pet-home-stats{display:flex;gap:7px}.pet-home-stats span{padding:7px 9px;border-radius:999px;background:#fff;color:#5a7772;font-size:12px;font-weight:900}.pet-modal-backdrop{z-index:100}.pet-modal-card{width:min(600px,96vw);max-height:92vh;overflow:auto;padding:22px;border:1px solid #e0ece3;border-radius:25px;background:#fffdf8;box-shadow:0 25px 80px #183e4b44}.pet-modal-header{display:flex;align-items:center;justify-content:space-between}.pet-modal-header .eyebrow{margin-bottom:5px}.pet-modal-header h2{display:flex;align-items:center;gap:10px;margin:0;color:#345c5b;font-size:25px}.pet-level-chip{padding:5px 9px;border-radius:999px;background:#fff1c8;color:#a36b0b;font-size:12px}.pet-stage{position:relative;display:grid;justify-items:center;gap:9px;margin:15px 0;padding:18px;border-radius:21px;background:linear-gradient(180deg,#eefaf3,#fff8e9);overflow:hidden}.pet-panda{font-size:104px;line-height:1.15;filter:drop-shadow(0 8px 4px #50795b22)}.pet-stage.eating .pet-panda{animation:panda-chew .22s ease-in-out 4 alternate}.pet-stage.happy .pet-panda{animation:panda-cheer .6s ease-in-out 2}@keyframes panda-chew{to{transform:translateY(-5px) rotate(4deg)}}@keyframes panda-cheer{50%{transform:translateY(-12px) rotate(-5deg)}}.pet-sparkle{position:absolute;color:#e3ac35;font-size:25px}.sparkle-one{left:21%;top:24px}.sparkle-two{right:20%;top:48px}.pet-message{max-width:420px;border-radius:15px;background:#fff;padding:11px 15px;color:#58706b;text-align:center;font-size:14px;line-height:1.55;box-shadow:0 3px 10px #456d5b12}.pet-progress-row{display:grid;grid-template-columns:1fr auto;gap:8px 14px;align-items:center}.pet-progress-row>div{display:flex;justify-content:space-between;color:#647a72;font-size:12px}.pet-progress-row strong{color:#4b8b65}.pet-progress-track{grid-column:1/-1;height:10px;border-radius:999px;background:#e8f0e9;overflow:hidden}.pet-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9ad48e,#43ae86);transition:width .35s}.pet-progress-row small{grid-column:1/-1;color:#87938b;font-size:11px;line-height:1.45}.pet-inventory{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.pet-inventory span{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border-radius:12px;background:#f4f8f2;color:#678076;font-size:12px}.pet-inventory svg{color:#dba52e}.pet-actions{display:flex;flex-wrap:wrap;gap:10px}.pet-actions button{flex:1}.pet-shop{margin-top:19px;padding-top:16px;border-top:1px solid #e9eee5}.pet-shop-heading{display:flex;align-items:center;justify-content:space-between;color:#6b9c72}.pet-shop-heading h3{margin:0 0 4px;color:#48645a;font-size:16px}.pet-shop-heading p{margin:0;color:#88968b;font-size:12px}.pet-shop-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.pet-shop-item{display:grid;justify-items:center;gap:4px;padding:12px 8px;border:1px solid #deeadc;border-radius:15px;background:#fff;color:#587267}.pet-shop-item span{font-size:22px}.pet-shop-item strong{font-size:13px}.pet-shop-item small{color:#b07b1e;font-size:11px;font-weight:900}.pet-shop-item.featured{background:#f4fbf0}.pet-shop-item:not(:disabled):hover{border-color:#9dcc9d;background:#f9fff5}@media(max-width:600px){.voice-section-title,.ai-diagnosis-section{align-items:flex-start;flex-direction:column}.voice-section-title>button,.ai-diagnosis-section>button{width:100%;justify-content:center}.pet-home-card{gap:10px;padding:13px}.pet-home-avatar{flex-basis:48px;height:48px;font-size:30px;border-radius:15px}.pet-home-copy strong{font-size:14px}.pet-home-copy small{font-size:11px}.pet-home-stats{flex-direction:column;gap:4px}.pet-home-stats span{padding:5px 7px;font-size:10px}.pet-home-card>svg{display:none}.pet-modal-card{padding:17px;border-radius:19px}.pet-modal-header h2{font-size:21px}.pet-panda{font-size:84px}.pet-inventory{gap:5px}.pet-inventory span{font-size:10px;padding:7px}.pet-actions{flex-direction:column}.pet-shop-options{gap:7px}.speech-score-card{grid-template-columns:52px 1fr;gap:10px}.speech-score-number{width:48px;height:48px}.speech-score-card>svg{display:none}}.reveal-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;margin:23px 0 7px;min-height:67px;border:2px dashed #8fd6bc;border-radius:17px;background:#e9f8ef;color:#237e6d;font-size:16px;font-weight:900}.reveal-button:hover{background:#d9f4e5;border-style:solid}.check-row input{position:static;opacity:1;width:23px;height:23px;flex-shrink:0;margin:0;accent-color:#31ae85}.check-row .check-square{display:none}.draw-controls{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.draw-grid-toggle{display:inline-flex;background:#eef6f2;border-radius:10px;padding:3px;gap:3px}.draw-grid-toggle button{border:0;background:transparent;padding:4px 10px;border-radius:7px;font-size:12px;font-weight:900;color:#6b8b85}.draw-grid-toggle button.active{background:#fff;color:#1d887a;box-shadow:0 2px 4px #00000012}.draw-colors{display:flex;gap:7px;align-items:center}.color-dot{width:20px;height:20px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #d6e4de;cursor:pointer}.color-dot.selected{transform:scale(1.2);box-shadow:0 0 0 2px #ffb64b}.draw-widths{display:flex;gap:5px;align-items:center}.width-btn{border:1px solid #dbeae3;background:#fff;padding:3px 8px;border-radius:7px;font-size:11px;font-weight:900;color:#5a7b77}.width-btn.selected{background:#1d887a;color:#fff;border-color:#1d887a}.draw-canvas-wrapper{position:relative;width:100%;height:190px;margin-top:10px;border-radius:12px;overflow:hidden;border:1px solid #e1eee7;background:#fff}.draw-bg-canvas{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.draw-fg-canvas{position:absolute;left:0;top:0;width:100%;height:100%;touch-action:none}@keyframes buddyJump{0%,to{transform:rotate(-5deg) translateY(0)}50%{transform:rotate(5deg) translateY(-14px) scale(1.05)}}.buddy-face.celebrating{animation:buddyJump .6s ease infinite}.buddy-face.celebrating .buddy-eye{height:7px;border-radius:10px 10px 0 0;top:43px}.buddy-face.celebrating .buddy-smile{height:20px;background:#e74c3c;border-color:#e74c3c}.review-tabs{display:flex;gap:12px;margin:20px 0}.review-tab-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:14px;border:1px solid #dcebe4;background:#fff;color:#678783;font-size:14px;font-weight:900;transition:all .18s}.review-tab-btn.active{background:#189086;color:#fff;border-color:#189086;box-shadow:0 4px #0d736b}.mistakes-container{display:grid;gap:12px;margin-top:15px}.mistake-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border:1px solid #fee2e2;border-radius:16px;box-shadow:0 4px 12px #e53e3e0a}.mistake-item-info strong{display:block;font-size:16px;color:#2c4b50}.mistake-item-info small{color:#90a5a2;font-size:12px;margin-top:3px;display:block}.mistake-badge{display:inline-block;padding:3px 8px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:900;margin-bottom:6px}.mistake-item-actions{display:flex;align-items:center;gap:10px}.mistake-btn{padding:8px 16px;min-height:38px;font-size:13px}.badges-section{margin:36px 0 44px}.badge-stat-pill{display:inline-flex;align-items:center;gap:6px;background:#fff5db;color:#a9741a;font-size:12px;font-weight:900;padding:6px 14px;border-radius:999px;border:1px solid #fedc97}.badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:20px}.badge-card{display:flex;align-items:flex-start;gap:14px;padding:18px;border-radius:20px;background:#fff;border:1px solid #e1eee8;box-shadow:0 6px 16px #3b73650a;transition:transform .2s}.badge-card:hover{transform:translateY(-3px)}.badge-card.unlocked{border-color:#fed7aa;background:linear-gradient(135deg,#fffdf7 0,#fff7ed)}.badge-card.locked{opacity:.65;filter:grayscale(.8)}.badge-icon{font-size:36px;flex-shrink:0;filter:drop-shadow(0 4px 2px #3c625818)}.badge-info strong{display:block;font-size:15px;color:#22464d}.badge-info p{font-size:11px;color:#789390;margin:4px 0 8px;line-height:1.4}.badge-progress{display:inline-block;font-size:10px;font-weight:900;color:#278b7b;background:#e3f5ec;padding:3px 8px;border-radius:999px}.badge-card.unlocked .badge-progress{background:#fef3c7;color:#b45309}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#15373da6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:20px}.eyecare-modal{background:#fff;padding:36px 30px;border-radius:28px;max-width:440px;text-align:center;box-shadow:0 25px 60px #113c3b44}.eyecare-icon{font-size:56px;margin-bottom:12px}.eyecare-modal h2{font-size:24px;color:#1e4c48;margin:0 0 10px}.eyecare-modal p{font-size:14px;line-height:1.75;color:#678984;margin-bottom:24px}.unit-print-action{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #bce1d4;color:#1e8476;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:900;cursor:pointer}.unit-print-action:hover{background:#f2faf6}.print-modal-backdrop{overflow-y:auto;padding:30px 10px;align-items:start}.print-modal{background:#fff;border-radius:24px;width:min(100%,820px);box-shadow:0 20px 50px #18423f33;overflow:hidden}.print-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#f5faf7;border-bottom:1px solid #e2eee8}.print-modal-header strong{font-size:16px;color:#22474a;display:block}.print-modal-header small{font-size:11px;color:#859e9b}.print-modal-actions{display:flex;align-items:center;gap:12px}.printable-sheet{padding:40px;color:#222;background:#fff}.print-sheet-head{border-bottom:2px solid #222;padding-bottom:14px;margin-bottom:24px;text-align:center}.print-sheet-head h1{font-size:20px;margin:0 0 12px;color:#111}.print-sheet-meta{display:flex;justify-content:space-around;font-size:13px;font-weight:700}.print-question{margin-bottom:22px;padding-bottom:18px;border-bottom:1px dashed #ccc}.print-q-title{font-size:14px;margin-bottom:6px}.print-q-level{color:#666;font-size:12px}.print-q-desc{font-size:14px;line-height:1.7;margin:6px 0 10px}.print-q-options{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;margin-bottom:10px}.print-answer-line{font-size:12px;color:#777;margin-top:10px}.print-sheet-foot{text-align:center;font-size:11px;color:#999;margin-top:30px}@media print{body *{visibility:hidden}.printable-sheet,.printable-sheet *{visibility:visible}.printable-sheet{position:absolute;left:0;top:0;width:100%;padding:10mm;margin:0}.no-print,.app-shell>header,.app-shell>footer,.mobile-bottom-nav{display:none!important}}@media(max-width:1050px){.badges-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.badges-grid{grid-template-columns:1fr}}.ai-settings-card{grid-column:1/-1;border-color:#ddd6fb;background:linear-gradient(135deg,#fff 55%,#f8f5ff)}.settings-icon.violet{background:#eee9ff;color:#7955c9}.ai-settings-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.ai-settings-heading h2{margin-bottom:8px}.ai-lock-button{white-space:nowrap}.ai-notice{display:flex;align-items:flex-start;gap:9px;margin:16px 0;padding:13px 15px;border-radius:14px;background:#f5f1ff;color:#615487;font-size:13px;line-height:1.6}.ai-notice svg{flex:0 0 auto;margin-top:1px}.ai-status-note,.ai-message{margin:13px 0 0;color:#728683;font-size:13px;line-height:1.6}.ai-ready{display:flex;align-items:center;gap:8px;color:#22866c;font-weight:800}.ai-unlock-form{max-width:520px;margin-top:18px}.ai-unlock-form label{display:block;margin-bottom:8px;color:#41615f;font-size:13px;font-weight:800}.ai-password-row{display:flex;gap:10px}.ai-password-row input{min-width:0;flex:1;border:1px solid #d8e4dd;border-radius:13px;padding:12px 14px;font:inherit;background:#fff}.ai-password-row .primary-button{white-space:nowrap}.ai-speech-tools{margin:17px 0;padding:17px;border:1px solid #e6e0fa;border-radius:17px;background:#fbfaff}.ai-speech-buttons{display:flex;gap:10px;flex-wrap:wrap}.ai-speech-caption{margin:10px 0 0;color:#7e8d89;font-size:12px;line-height:1.55}.ai-speech-locked{display:flex;gap:9px;align-items:center;margin:14px 0;padding:13px;border-radius:13px;background:#f7f6f3;color:#78837f;font-size:13px;line-height:1.5}.recording-button{background:#ca695e!important}.ai-speech-message{display:flex;gap:8px;align-items:center;margin:12px 0 0;color:#6a6d91;font-size:13px}.ai-transcript{margin-top:12px;padding:14px;border-radius:13px;background:#fff;border:1px solid #eee8fa}.ai-transcript strong{font-size:13px;color:#66538c}.ai-transcript p{margin:8px 0;color:#294f52;line-height:1.7}.ai-transcript small{color:#8b9893;line-height:1.5}@media(max-width:520px){.ai-password-row{align-items:stretch;flex-direction:column}.ai-password-row .primary-button{justify-content:center}.ai-settings-heading{align-items:flex-start;flex-direction:column}.ai-speech-buttons>*{flex:1;justify-content:center}}
