:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#17233d;background:#fff;font-synthesis:none;--green: #16883b;--green-dark: #0d682c;--green-soft: #edf8f0;--yellow: #ffbd2e;--coral: #f26b5e;--blue: #2576d5;--muted: #667085;--line: #e4e7ec;--surface: #f7f9f8;--shadow: 0 16px 40px rgba(23, 35, 61, .09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#fff}button,input,textarea,select{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(37,118,213,.28);outline-offset:2px}.app-shell{min-height:100vh}.topbar{height:76px;padding:0 max(28px,calc((100vw - 1360px)/2));display:flex;align-items:center;gap:40px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30;background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:flex;align-items:center;gap:12px;min-width:265px}.brand img{width:50px;height:50px;object-fit:cover;border-radius:50%;border:2px solid #dbeedc}.brand strong{display:block;font-size:22px;color:var(--green);line-height:1.1}.brand strong span{font-weight:600;margin-left:2px}.brand small{display:block;color:var(--muted);margin-top:4px}.topbar nav{display:flex;align-self:stretch;gap:10px}.topbar nav button,.text-button{border:0;background:transparent;display:flex;align-items:center;gap:8px;padding:0 18px;font-size:15px;cursor:pointer;position:relative}.topbar nav button svg,.text-button svg{width:19px}.topbar nav button.active{color:var(--green);font-weight:800}.topbar nav button.active:after{content:"";position:absolute;height:3px;left:18px;right:18px;bottom:0;background:var(--green);border-radius:2px 2px 0 0}.header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.primary-button,.secondary-button,.complete-button,.reserve-form button{border:0;border-radius:8px;min-height:44px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;cursor:pointer}.primary-button{background:var(--green);color:#fff;box-shadow:0 8px 20px #16883b2e}.primary-button:hover{background:var(--green-dark)}.primary-button svg,.secondary-button svg{width:18px}.primary-button.large{min-height:52px;padding:0 30px;font-size:17px}.secondary-button{background:#fff;border:1px solid #cfd6d2;color:var(--green)}.wide{width:100%}.user-menu{display:flex;align-items:center;gap:4px}.profile-button{border:1px solid var(--line);background:#fff;border-radius:8px;height:44px;padding:0 14px;display:flex;align-items:center;gap:8px;cursor:pointer}.profile-button svg{width:21px;color:var(--green)}.icon-plain{border:0;background:transparent;padding:8px;color:var(--muted);cursor:pointer}.icon-plain svg{width:19px}.learn-page,.standard-page,.product-page{max-width:1360px;margin:0 auto;padding:36px 28px 80px}.today-head{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:center}.day-label{font-size:20px;font-weight:800;margin:0 0 14px}.day-label span{color:var(--green);margin-left:6px}.today-copy h1{font-size:clamp(44px,5vw,72px);margin:0;line-height:1;letter-spacing:0;color:#101828}.today-copy>p:not(.day-label){color:var(--muted);font-size:17px;line-height:1.7}.today-progress{max-width:450px;margin-top:28px}.today-progress span{display:block;color:var(--muted);margin-bottom:10px}.today-progress strong{color:var(--green)}.today-progress>div{height:7px;background:#edf0ee;overflow:hidden;border-radius:4px}.today-progress i{display:block;height:100%;min-width:8px;background:var(--green);border-radius:inherit}.today-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.day-rail.compact{display:flex;align-items:center;gap:18px;padding:22px 4px;margin:16px 0 8px;overflow-x:auto}.day-dot{border:0;cursor:pointer}.compact .day-dot{flex:0 0 54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#f1f3f2;color:var(--muted);font-weight:800;position:relative}.compact .day-dot:not(:last-child):after{content:"";height:2px;background:#e2e7e3;width:20px;position:absolute;left:54px;z-index:-1}.compact .day-dot svg{width:20px}.compact .day-dot.completed{background:var(--green);color:#fff}.compact .day-dot.current{border:2px solid var(--green);background:#fff;color:var(--green);border-radius:8px}.compact .day-dot.open{background:var(--green-soft);color:var(--green)}.workspace-grid{display:grid;grid-template-columns:390px 1fr;gap:20px;align-items:start}.plan-sidebar{border:1px solid var(--line);border-radius:8px;padding:22px;position:sticky;top:96px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.section-title h2{font-size:20px;margin:0 0 4px}.section-title span{color:var(--green);font-weight:800}.section-title button{display:none}.plan-sidebar .day-rail,.plan-full .day-rail{display:grid;grid-template-columns:repeat(5,1fr);gap:11px}.plan-sidebar .day-dot,.plan-full .day-dot{min-width:0;min-height:54px;background:#f5f6f6;border-radius:8px;padding:7px 3px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;color:var(--muted)}.plan-sidebar .day-dot>span,.plan-full .day-dot>span{display:none}.plan-sidebar .day-dot svg,.plan-full .day-dot svg{width:16px}.plan-sidebar .day-dot.completed,.plan-full .day-dot.completed{background:var(--green);color:#fff}.plan-sidebar .day-dot.current,.plan-full .day-dot.current{background:#fff9e7;color:#8b5a00;border:2px solid var(--yellow)}.plan-sidebar .day-dot.open,.plan-full .day-dot.open{color:var(--green);background:var(--green-soft)}.reader-panel{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.audio-bar{min-height:102px;padding:20px 26px;display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:18px;background:linear-gradient(90deg,#f2fbf4,#fff);border-bottom:1px solid var(--line)}.audio-main{width:58px;height:58px;border:4px solid #d7f0dd;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;cursor:pointer}.audio-main svg{width:25px;fill:currentColor}.audio-track strong{display:block;margin-bottom:12px}.track{height:6px;background:#e5e9e6;border-radius:4px;overflow:hidden}.track span{height:100%;background:var(--green);display:block}.speed-control{display:grid;grid-template-columns:repeat(3,52px);border:1px solid #b9d7c0;border-radius:8px;overflow:hidden;background:#fff}.speed-control button{height:38px;border:0;border-right:1px solid #dce9df;background:#fff;color:var(--muted);font-size:12px;font-weight:800;cursor:pointer}.speed-control button:last-child{border-right:0}.speed-control button.active{background:var(--green);color:#fff}.sentences{padding:0 28px}.sentence{min-height:86px;display:grid;grid-template-columns:42px 1fr 38px;align-items:center;gap:14px;border-bottom:1px solid var(--line)}.sentence.playing{background:linear-gradient(90deg,var(--green-soft),#fff);margin:0 -28px;padding:0 28px;color:var(--green)}.sentence-play{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--green);background:#fff;color:var(--green);display:grid;place-items:center;cursor:pointer}.sentence-play svg{width:19px}.sentence-copy{border:0;background:transparent;text-align:left;cursor:pointer;padding:12px 0}.sentence-copy strong{display:block;font-size:18px;margin-bottom:7px}.sentence-copy span{color:var(--muted)}.sentence-favorite{width:36px;height:36px;border:0;border-radius:50%;display:grid;place-items:center;background:transparent;color:#c8ceca;cursor:pointer}.sentence-favorite svg{width:20px}.sentence-favorite.saved{color:var(--yellow);background:#fff8dd}.sentence-favorite.saved svg{fill:var(--yellow)}.favorites-library{margin:22px 28px 4px;padding:20px;border:1px solid #eadcaa;border-radius:8px;background:#fffdf5}.favorites-head{min-height:30px;display:flex;align-items:center;justify-content:space-between;gap:16px}.favorites-head>div{display:flex;align-items:center;gap:9px}.favorites-head svg{width:20px;color:var(--yellow);fill:var(--yellow)}.favorites-head h3{margin:0;font-size:17px}.favorites-head span{min-width:25px;height:25px;padding:0 7px;border-radius:13px;display:grid;place-items:center;background:#f4df82;font-size:12px;font-weight:900}.favorites-head p{margin:0;color:var(--green);font-size:13px;font-weight:800}.favorites-empty{margin:14px 0 0;color:var(--muted);font-size:14px}.favorite-list{display:grid;gap:8px;margin-top:14px}.favorite-list button{width:100%;min-height:58px;padding:10px 12px;border:1px solid #eadfb8;border-radius:6px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;text-align:left;cursor:pointer}.favorite-list button span{min-width:0}.favorite-list strong,.favorite-list small{display:block;overflow-wrap:anywhere}.favorite-list strong{margin-bottom:5px;font-size:15px}.favorite-list small{color:var(--muted)}.favorite-list button>svg{width:18px;flex:0 0 auto;color:#9aa39d}.learning-tools{display:grid;grid-template-columns:1.1fr 1fr .9fr;border-top:1px solid var(--line);margin-top:20px}.learning-tools>div{padding:24px;min-width:0}.learning-tools>div+div{border-left:1px solid var(--line)}.learning-tools h3{font-size:16px;margin:0 0 16px}.tasks-block label{display:block}.tasks-block input{position:absolute;opacity:0}.tasks-block label span{min-height:38px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #edf0ee;font-size:14px;cursor:pointer}.tasks-block label span svg{width:20px;height:20px;padding:3px;border:1px solid #bec6c0;border-radius:50%;color:transparent}.tasks-block input:checked+span{color:var(--green)}.tasks-block input:checked+span svg{color:#fff;border-color:var(--green);background:var(--green)}.notes-block textarea{width:100%;min-height:110px;border:1px solid var(--line);border-radius:8px;resize:vertical;padding:12px;margin-bottom:10px}.word-entry{display:flex;border:1px solid var(--line);border-radius:8px;overflow:hidden;margin-bottom:10px}.word-entry input{border:0;min-width:0;flex:1;padding:10px}.word-entry button{border:0;background:var(--green);color:#fff;width:40px}.word-entry svg{width:18px}.word{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;padding:9px 2px;display:flex;justify-content:space-between;cursor:pointer;text-align:left}.word svg{width:16px;color:var(--green)}.reader-footer{padding:22px 26px 26px;display:grid;grid-template-columns:1fr auto;gap:12px;background:var(--surface)}.material-link{color:inherit;text-decoration:none;grid-column:1/2;min-height:62px;background:#fff;border:1px solid var(--line);border-radius:8px;display:flex;align-items:center;gap:12px;padding:10px 14px}.material-link>svg:first-child{color:var(--coral)}.material-link>svg:last-child{color:var(--green);margin-left:auto}.material-link span{display:flex;flex-direction:column;gap:4px}.material-link small{color:var(--muted)}.contact-inline{grid-column:1/2;border:0;background:transparent;display:flex;align-items:center;gap:8px;color:var(--green);cursor:pointer;padding:8px 2px}.contact-inline svg{width:19px}.contact-inline svg:last-child{margin-left:auto}.complete-button{grid-column:2;grid-row:1/3;min-width:215px;background:var(--yellow);color:#4f3700;align-self:stretch;font-size:17px}.standard-page{min-height:calc(100vh - 76px)}.page-heading{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:28px;margin-bottom:28px}.page-heading h1{font-size:42px;margin:0 0 10px}.page-heading p{color:var(--muted);margin:0}.big-progress strong{font-size:42px;color:var(--green)}.big-progress span{color:var(--muted)}.plan-full .day-rail{grid-template-columns:repeat(10,1fr);gap:12px}.plan-full .day-dot{aspect-ratio:1;font-size:14px}.plan-full .day-dot>span{display:block;font-size:10px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:3px}.product-page{max-width:1120px}.product-hero{min-height:470px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:60px;border-bottom:1px solid var(--line)}.product-hero h1{font-size:clamp(40px,5vw,64px);line-height:1.12;margin:0 0 20px}.product-hero p{font-size:18px;line-height:1.8;color:var(--muted)}.product-hero img{width:100%;border-radius:50%}.beta-badge,.readonly-badge{display:inline-flex;align-items:center;gap:7px;border-radius:999px;background:var(--green-soft);color:var(--green);font-weight:800;padding:8px 12px}.beta-note{display:flex;align-items:center;gap:12px;margin:24px 0;color:var(--green)}.beta-note svg{flex:0 0 28px}.beta-note span{display:flex;flex-direction:column;gap:3px}.beta-note small{color:var(--muted)}.price{display:flex;align-items:baseline;gap:16px;margin:28px 0}.price strong{font-size:48px;color:var(--coral)}.price span{color:var(--muted)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line)}.benefits>div{padding:30px 16px;display:flex;align-items:center;gap:12px}.benefits span{width:32px;height:32px;border-radius:50%;background:var(--green-soft);color:var(--green);display:grid;place-items:center;font-weight:800}.reservation{margin:56px 0;padding:34px;background:var(--green-soft);border-left:5px solid var(--green);display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:30px}.reservation h2{margin:0 0 8px}.reservation p{color:var(--muted);margin:0}.reserve-form{display:flex}.reserve-form input{min-width:0;flex:1;border:1px solid #bcd8c3;border-right:0;padding:0 14px;border-radius:8px 0 0 8px}.reserve-form button{border-radius:0 8px 8px 0;background:var(--green);color:#fff}.reservation .form-message{grid-column:1/-1;color:var(--green)}.faq{margin:60px 0;max-width:780px}.faq h2{font-size:30px}.faq details{border-bottom:1px solid var(--line);padding:18px 0}.faq summary{font-weight:800;cursor:pointer}.faq p{color:var(--muted);line-height:1.8}.support-band{width:100%;border:0;background:#fff8e9;padding:20px 24px;display:flex;align-items:center;gap:14px;text-align:left;cursor:pointer}.support-band>svg{color:var(--yellow)}.support-band>svg:last-child{margin-left:auto;color:var(--muted)}.support-band span{display:flex;flex-direction:column;gap:4px}.support-band small{color:var(--muted)}.locked-page{min-height:calc(100vh - 76px);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px}.locked-page>svg{width:60px;height:60px;color:var(--green);padding:14px;background:var(--green-soft);border-radius:50%}.locked-page h1{font-size:36px;margin-bottom:8px}.locked-page p{color:var(--muted);margin-bottom:24px}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#10182885;display:grid;place-items:center;padding:18px}.modal-card{width:min(440px,100%);background:#fff;border-radius:8px;box-shadow:0 24px 80px #00000040;padding:34px;position:relative}.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;background:#f4f5f5;border-radius:50%;display:grid;place-items:center;cursor:pointer}.modal-close svg{width:18px}.login-modal,.contact-modal,.profile-modal{text-align:center}.login-modal>img{width:112px;height:112px;object-fit:cover;border-radius:50%;border:3px solid #e0f0e3}.contact-modal>img{width:min(280px,100%);height:auto;max-height:356px;object-fit:contain;border-radius:18px;border:1px solid #dce8d9;background:#fff;box-shadow:0 12px 28px #2036271a}.login-modal h2,.contact-modal h2,.profile-modal h2{margin:18px 0 8px}.login-modal>p,.contact-modal>p,.profile-modal>p{color:var(--muted);line-height:1.6}.login-modal>input{width:100%;height:50px;border:1px solid var(--line);border-radius:8px;padding:0 14px;margin:16px 0 12px;font-size:17px}.consent{display:flex;align-items:flex-start;gap:8px;text-align:left;color:var(--muted);font-size:13px;margin-bottom:16px;line-height:1.5}.consent input{margin-top:3px}.link-button{border:0;background:transparent;color:var(--green);cursor:pointer;padding:12px;display:inline-flex;align-items:center;gap:7px}.link-button svg{width:18px}.form-message{color:var(--coral);font-size:14px;margin-top:14px}.contact-modal small{display:block;color:var(--muted);margin-top:14px}.profile-modal>svg{width:70px;height:70px;color:var(--green)}.profile-modal .link-button{margin-top:18px}.loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--green);font-weight:800;gap:16px}.loading img{width:100px;height:100px;object-fit:cover;border-radius:50%;animation:bounce 1.6s ease-in-out infinite}.service-error{min-height:100vh;padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.service-error img{width:112px;height:112px;object-fit:cover;border-radius:50%;border:3px solid #dcefe1}.service-error h1{margin:22px 0 8px;font-size:30px}.service-error p{max-width:560px;color:var(--muted);line-height:1.7;margin:0 0 22px}@keyframes bounce{50%{transform:translateY(-8px)}}.admin-login{min-height:100vh;max-width:500px;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center}.admin-login>svg{width:64px;height:64px;color:var(--green)}.admin-login p{color:var(--muted)}.admin-login input{width:100%;height:48px;border:1px solid var(--line);border-radius:8px;padding:0 12px;margin:16px 0}.admin-page{min-height:100vh;background:#f5f7f6}.admin-head{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:#fff;border-bottom:1px solid var(--line)}.admin-head h1{font-size:24px;margin:0}.admin-head .link-button{padding:0}.admin-layout{display:grid;grid-template-columns:240px 1fr;max-width:1300px;margin:24px auto;background:#fff;border:1px solid var(--line);min-height:calc(100vh - 130px)}.admin-layout aside{border-right:1px solid var(--line);max-height:calc(100vh - 130px);overflow:auto}.admin-layout aside button{width:100%;border:0;border-bottom:1px solid #edf0ee;background:#fff;padding:13px 16px;display:flex;justify-content:space-between;cursor:pointer}.admin-layout aside button span{color:var(--muted);font-size:12px}.admin-layout aside button.active{background:var(--green-soft);color:var(--green);font-weight:800}.admin-form{padding:28px}.admin-form label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:800;margin-bottom:18px}.admin-form input,.admin-form textarea,.admin-form select{border:1px solid var(--line);border-radius:6px;padding:10px}.admin-form textarea{min-height:80px}.readonly-badge svg{width:17px}.readonly-preview>h2{font-size:34px;margin:8px 0}.readonly-preview>h3{color:var(--muted);margin:0 0 12px}.readonly-preview>audio{width:100%;margin:18px 0 26px}.readonly-lines{border-top:1px solid var(--line)}.readonly-lines>div{display:grid;grid-template-columns:34px minmax(0,1fr) 260px;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.readonly-lines p{display:flex;flex-direction:column;gap:5px;margin:0}.readonly-lines small{color:var(--muted)}.readonly-lines audio{width:100%;height:36px}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.check-field{flex-direction:row!important;align-items:center}.line-editor{display:grid;grid-template-columns:30px 1fr 1fr 1fr;gap:8px;align-items:center;margin-bottom:8px}.line-editor input{min-width:0}.line-audio{display:flex;gap:6px;min-width:0}.line-audio>input{min-width:0;flex:1}.upload-button{min-height:34px;margin:0!important;padding:6px 9px;border:1px dashed #9fc8a9;border-radius:6px;color:var(--green);display:inline-flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:5px!important;cursor:pointer;font-size:12px!important}.upload-button input{display:none}.upload-button svg{width:15px}.admin-head-actions{display:flex;gap:10px}.studio-page{min-height:100vh;background:#f5f7f6}.studio-layout{display:grid;grid-template-columns:240px minmax(0,1fr);max-width:1400px;min-height:calc(100vh - 82px);margin:0 auto}.studio-history{background:#fff;border-right:1px solid var(--line);padding:18px 12px}.studio-history>.secondary-button{width:100%}.studio-history h2{font-size:13px;color:var(--muted);margin:24px 8px 10px}.studio-history>button:not(.secondary-button){display:grid;grid-template-columns:1fr auto;width:100%;text-align:left;border:0;border-radius:8px;background:transparent;padding:12px 10px;cursor:pointer;gap:3px}.studio-history>button:not(.secondary-button):hover,.studio-history>button.active{background:var(--green-soft)}.studio-history button strong{color:var(--green);font-size:13px}.studio-history button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.studio-history button small{color:var(--muted);font-size:11px}.studio-history>p{color:var(--muted);font-size:13px;padding:0 8px}.studio-workspace{max-width:980px;width:100%;padding:34px;margin:0 auto}.studio-intro{display:flex;gap:14px;align-items:flex-start;margin-bottom:26px}.studio-intro>svg{width:36px;height:36px;color:var(--green);padding:8px;background:var(--green-soft);border-radius:12px}.studio-intro h2{margin:0 0 6px}.studio-intro p{color:var(--muted);margin:0;line-height:1.6}.studio-state{color:var(--green);background:var(--green-soft);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:800}.studio-state.needs_review,.studio-state.generation_failed{color:#b54708;background:#fff1d9}.studio-workspace label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:800;margin-bottom:16px}.studio-workspace input{border:1px solid var(--line);border-radius:7px;padding:11px;font:inherit}.studio-lines{border-top:1px solid var(--line);padding-top:22px;margin-top:10px}.studio-lines h2{margin:0 0 4px;font-size:18px}.studio-lines>div>p{margin:0 0 16px;color:var(--muted);font-size:13px}.studio-line{display:grid;grid-template-columns:28px 1fr 1fr;gap:9px;align-items:center;margin-bottom:8px}.studio-line>span{color:var(--green);font-weight:800;text-align:center}.studio-actions{display:flex;gap:12px;margin:24px 0}.studio-warning{border:1px solid #f5c26b;background:#fff8e8;color:#8a4b05;padding:14px 16px;border-radius:8px;line-height:1.6}.studio-warning ul{margin:6px 0 0;padding-left:20px}.studio-output{margin-top:32px;padding-top:26px;border-top:1px solid var(--line)}.studio-output h2{margin:0}.studio-output>div>p{color:var(--muted);font-size:13px}.studio-output video{display:block;width:min(100%,390px);max-height:690px;margin:18px 0;border-radius:12px;background:#1f2937}.studio-asset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.studio-asset-grid a{color:var(--green);background:var(--green-soft);padding:10px;border-radius:8px;text-align:center;font-size:13px;text-decoration:none;font-weight:800}.copy-card{margin-top:18px;border:1px solid var(--line);background:#fff;padding:18px;border-radius:10px}.copy-card h3{margin:0 0 12px}.copy-card>button:not(.secondary-button){display:block;width:100%;text-align:left;border:0;background:#f6f8f7;padding:10px;border-radius:6px;cursor:pointer;margin:7px 0}.copy-card p{white-space:pre-line;line-height:1.7}.copy-card small{display:block;color:var(--green);margin-bottom:14px}.mobile-nav{display:none}@media(max-width:1020px){.topbar nav{display:none}.text-button{display:none}.today-head{gap:24px}.workspace-grid{grid-template-columns:1fr}.plan-sidebar{position:static}.plan-sidebar .day-rail{max-height:210px;overflow:hidden}.plan-sidebar .day-rail.expanded{max-height:none}.section-title button{display:block;border:0;background:transparent;color:var(--green);cursor:pointer}}@media(max-width:720px){body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.topbar{height:70px;padding:0 16px;position:static;border:0}.brand{min-width:0;flex:1}.brand img{width:46px;height:46px}.brand strong{font-size:20px}.brand small{display:none}.header-actions .primary-button{width:42px;height:42px;min-height:42px;padding:0;border-radius:50%}.header-actions .primary-button svg{width:22px}.header-actions .primary-button{font-size:0}.profile-button{font-size:0;border:0;padding:0;width:42px;border-radius:50%}.icon-plain{display:none}.learn-page,.standard-page,.product-page{padding:14px 16px 34px}.today-head{display:flex;flex-direction:column;align-items:stretch;gap:20px}.today-copy{display:contents}.day-label{order:0;font-size:15px;margin:6px 0 -12px}.today-copy h1{order:1;font-size:clamp(34px,10vw,44px)}.today-copy>p:not(.day-label){order:2;margin:-10px 0 0;font-size:14px}.today-progress{order:3;margin:0}.today-image{order:4;border-radius:8px}.day-rail.compact{order:5;margin:0 -16px;padding:14px 16px;gap:14px}.compact .day-dot{flex-basis:48px;height:48px;font-size:12px}.compact .day-dot:not(:last-child):after{left:48px;width:16px}.workspace-grid{display:block}.plan-sidebar{display:none}.reader-panel{border:0;overflow:visible}.audio-bar{min-height:82px;padding:12px;grid-template-columns:52px 1fr auto;gap:11px;border:1px solid var(--line);border-radius:8px;position:sticky;top:8px;z-index:8;box-shadow:0 8px 24px #17233d14}.audio-main{width:50px;height:50px}.audio-track strong{font-size:13px;margin-bottom:8px}.speed-control{grid-template-columns:repeat(3,34px)}.speed-control button{height:34px;padding:0;font-size:10px}.sentences{padding:8px 0 0}.sentence{min-height:88px;grid-template-columns:40px 1fr 36px;gap:8px}.sentence.playing{margin:0 -16px;padding:0 16px}.sentence-copy strong{font-size:17px;line-height:1.35}.favorites-library{margin:18px 0 0;padding:16px 14px}.favorites-head{align-items:flex-start;flex-direction:column;gap:7px}.favorite-list button{gap:10px}.learning-tools{grid-template-columns:1fr;margin-top:10px}.learning-tools>div{padding:22px 0}.learning-tools>div+div{border-left:0;border-top:1px solid var(--line)}.reader-footer{margin:0 -16px;padding:18px 16px 14px;grid-template-columns:1fr;background:#fff}.material-link,.contact-inline,.complete-button{grid-column:1;grid-row:auto}.complete-button{min-height:56px;width:100%;font-size:18px}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;z-index:40;min-height:66px;padding-bottom:env(safe-area-inset-bottom);background:#fffffff7;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-nav button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;color:#8c9490}.mobile-nav button.active{color:var(--green);font-weight:800}.mobile-nav svg{width:23px;height:23px}.page-heading{align-items:flex-start}.page-heading h1,.big-progress strong{font-size:32px}.plan-full .day-rail{grid-template-columns:repeat(5,1fr);gap:8px}.plan-full .day-dot{aspect-ratio:auto;min-height:60px}.product-hero{min-height:0;grid-template-columns:1fr;gap:24px;padding-bottom:34px}.product-hero h1{font-size:38px}.product-hero img{width:60%;margin:auto;grid-row:1}.benefits{grid-template-columns:1fr 1fr}.benefits>div{padding:20px 8px}.reservation{grid-template-columns:1fr;padding:24px 18px;margin:34px 0}.reserve-form{height:46px}.modal-card{padding:28px 20px}.locked-page{min-height:calc(100vh - 140px)}.admin-head{padding:0 14px}.admin-head h1{font-size:19px}.admin-layout{display:block;margin:0}.admin-layout aside{display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line)}.admin-layout aside button{flex:0 0 120px}.admin-form{padding:18px 14px 90px}.studio-layout{display:block}.studio-history{border-right:0;border-bottom:1px solid var(--line);display:flex;gap:8px;overflow-x:auto;align-items:center}.studio-history>.secondary-button{width:auto;flex:0 0 auto}.studio-history h2{display:none}.studio-history>button:not(.secondary-button){flex:0 0 135px}.studio-workspace{padding:22px 14px 80px}.studio-line{grid-template-columns:25px 1fr}.studio-line input:last-child{grid-column:2}.studio-asset-grid{grid-template-columns:1fr 1fr}.admin-head-actions{gap:6px}.admin-head-actions .secondary-button{display:none}.readonly-badge{font-size:12px;padding:7px 9px}.readonly-lines>div{grid-template-columns:28px minmax(0,1fr)}.readonly-lines audio{grid-column:2}.field-grid{grid-template-columns:1fr;gap:0}.line-editor{grid-template-columns:24px 1fr;border-bottom:1px solid var(--line);padding-bottom:12px}.line-editor>input,.line-editor>.line-audio{grid-column:2}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important}}.autoplay-prompt{width:100%;margin:0 0 14px;padding:14px 18px;border:0;border-radius:16px;background:#fff0bd;color:#865610;font-weight:800;font-size:16px;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 4px 14px #8656101f}.autoplay-prompt svg{width:20px;height:20px;fill:currentColor}:root{--rabbit-green: #26933f;--rabbit-green-dark: #167130;--rabbit-green-soft: #eef8e9;--rabbit-cream: #fffaf0;--rabbit-paper: #fffdf7;--rabbit-gold: #f4b93f;--rabbit-ink: #24312d;--rabbit-muted: #68756f;--rabbit-line: #dfdfcf;--rabbit-shadow: 0 18px 50px rgba(74, 62, 39, .12);--rabbit-radius: 18px}body{color:var(--rabbit-ink);background:var(--rabbit-cream)}.app-shell{min-height:100vh;background:var(--rabbit-cream)}.storybook-header{min-height:76px;padding:0 max(24px,calc((100vw - 1280px)/2));display:flex;align-items:center;gap:36px;position:sticky;top:0;z-index:50;background:#fffdf7f5;border-bottom:1px solid rgba(38,147,63,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.storybook-brand{display:flex;align-items:center;gap:11px;border:0;background:transparent;padding:0;text-align:left;cursor:pointer;color:inherit}.storybook-brand img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #d8ebd2}.storybook-brand span,.storybook-brand strong,.storybook-brand small{display:block}.storybook-brand strong{color:var(--rabbit-green);font-size:21px;line-height:1.15}.storybook-brand small{margin-top:4px;color:var(--rabbit-muted);font-size:12px}.storybook-desktop-nav{display:flex;align-self:stretch;margin-left:auto}.storybook-desktop-nav button{min-width:112px;border:0;background:transparent;display:flex;align-items:center;justify-content:center;gap:8px;color:#4f5a55;font-weight:750;cursor:pointer;position:relative}.storybook-desktop-nav button svg{width:18px}.storybook-desktop-nav button:after{content:"";position:absolute;right:25px;bottom:0;left:25px;height:3px;border-radius:3px 3px 0 0;background:var(--rabbit-green);transform:scaleX(0);transition:transform .18s ease}.storybook-desktop-nav button:hover,.storybook-desktop-nav button.active{color:var(--rabbit-green-dark)}.storybook-desktop-nav button.active:after{transform:scaleX(1)}.storybook-header-actions{display:flex;align-items:center;gap:8px}.storybook-start-button{min-height:46px;padding:0 20px;border:0;border-radius:13px;display:inline-flex;align-items:center;gap:8px;color:#fff;background:var(--rabbit-green);font-weight:800;cursor:pointer;box-shadow:0 10px 24px #26933f33}.storybook-start-button:hover{background:var(--rabbit-green-dark)}.storybook-start-button svg{width:18px}.storybook-icon-button{width:44px;height:44px;border:1px solid var(--rabbit-line);border-radius:13px;display:grid;place-items:center;background:#fff;color:var(--rabbit-green);cursor:pointer}.storybook-icon-button svg{width:20px}.mobile-tab-bar{display:none}.discovery-home{min-height:calc(100vh - 76px);overflow:hidden;background:var(--rabbit-cream)}.home-welcome{min-height:310px;padding:52px max(28px,calc((100vw - 1260px)/2));display:flex;align-items:flex-start;justify-content:space-between;gap:30px;position:relative;background:url(/home-reading-room.png) center 38% / cover no-repeat}.home-welcome-copy{max-width:520px;padding:28px 32px;border:1px solid rgba(255,255,255,.76);border-radius:24px;background:#fffdf7db;box-shadow:0 18px 48px #483b241a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--rabbit-green-dark);font-size:14px;font-weight:800}.home-eyebrow svg{width:18px}.home-welcome h1{margin:13px 0 8px;font-size:clamp(42px,5vw,68px);line-height:1;letter-spacing:-.03em}.home-welcome p{margin:0;color:#58645e;font-size:17px;line-height:1.7}.home-growth{min-width:220px;padding:18px 21px;display:flex;align-items:center;gap:14px;border:1px solid rgba(218,191,125,.46);border-radius:22px;background:#fffdf7e6;box-shadow:0 14px 36px #483b2414;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-growth>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;color:#a86d00;background:#fff0b7}.home-growth svg{width:27px;fill:var(--rabbit-gold);color:var(--rabbit-gold)}.home-growth div{display:grid;grid-template-columns:auto 1fr;align-items:baseline;column-gap:8px}.home-growth small,.home-growth em{grid-column:1 / -1;color:var(--rabbit-muted);font-style:normal}.home-growth strong{color:var(--rabbit-green-dark);font-size:32px;line-height:1}.home-growth em{margin-top:3px;font-size:12px}.home-open-book{width:min(1280px,calc(100% - 32px));min-height:700px;margin:-46px auto 0;padding:154px 128px 112px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:54px;position:relative;z-index:2;background:url(/home-open-book.png) center / cover no-repeat;filter:drop-shadow(0 24px 38px rgba(83,64,33,.16))}.home-portal{min-width:0;display:flex;flex-direction:column}.home-portal-heading{min-height:62px;display:flex;align-items:center;justify-content:center;gap:11px;color:var(--rabbit-green-dark);text-align:left}.home-portal-heading>svg{width:30px;height:30px}.home-portal-heading span,.home-portal-heading strong,.home-portal-heading small{display:block}.home-portal-heading strong{font-size:26px}.home-portal-heading small{margin-top:2px;color:var(--rabbit-muted);font-size:13px;font-weight:650}.home-portal>img{width:100%;height:190px;display:block;object-fit:cover;border-radius:20px 20px 10px 10px;box-shadow:0 12px 28px #473a231f}.home-portal-copy{min-height:250px;padding:18px 12px 0;display:flex;flex-direction:column;align-items:flex-start}.home-portal-copy>span{color:var(--rabbit-green);font-size:13px;font-weight:850}.home-portal-copy h2{min-height:52px;margin:7px 0 3px;font-family:Georgia,Times New Roman,serif;font-size:clamp(22px,2.2vw,30px);line-height:1.02}.home-portal-copy>p{margin:0;color:var(--rabbit-muted);font-weight:700}.home-book-details{min-height:32px;margin-top:13px;display:flex;flex-wrap:wrap;align-items:center;gap:8px 13px;color:#69736e;font-size:12px}.home-book-details span{display:inline-flex;align-items:center;gap:5px}.home-book-details svg{width:14px}.home-portal-copy>button{width:100%;min-height:50px;margin-top:auto;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;background:var(--rabbit-green);font-size:16px;font-weight:850;cursor:pointer;box-shadow:0 11px 24px #26933f33}.home-portal-copy>button:hover{background:var(--rabbit-green-dark);transform:translateY(-1px)}.home-portal-copy>button svg{width:18px}.home-portal-empty{flex:1;display:grid;place-content:center;justify-items:center;color:var(--rabbit-muted)}.home-portal-empty svg{width:44px}.home-after-book{max-width:1180px;margin:-38px auto 0;padding:0 28px 92px;position:relative;z-index:3}.home-continue-row{width:100%;min-height:126px;padding:18px 24px;border:1px solid #d8e3cf;border-radius:22px;display:grid;grid-template-columns:auto 92px minmax(0,1fr) auto;align-items:center;gap:18px;color:inherit;background:#fffdf7f7;text-align:left;cursor:pointer;box-shadow:var(--rabbit-shadow)}.home-continue-label{align-self:start;padding-top:6px;color:var(--rabbit-green-dark);font-weight:850}.home-continue-row>img{width:92px;height:82px;border-radius:14px;object-fit:cover}.home-continue-copy{min-width:0}.home-continue-copy strong,.home-continue-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-continue-copy strong{font-family:Georgia,serif;font-size:21px}.home-continue-copy small{margin-top:5px;color:var(--rabbit-muted)}.home-continue-copy i{width:min(320px,100%);height:5px;margin-top:13px;display:block;overflow:hidden;border-radius:5px;background:#e7ecdf}.home-continue-copy b{height:100%;display:block;border-radius:inherit;background:var(--rabbit-green)}.home-continue-action{min-height:44px;padding:0 18px;border:1px solid #b8d6b7;border-radius:13px;display:inline-flex;align-items:center;gap:4px;color:var(--rabbit-green-dark);font-weight:850}.home-continue-action svg{width:17px}.home-recommendations{margin-top:28px;padding:28px 30px 32px;border:1px solid rgba(225,210,175,.7);border-radius:24px;background:#fffdf7eb;box-shadow:0 14px 42px #4d3e2314}.home-section-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.home-section-title>div{display:flex;align-items:center;gap:10px}.home-section-title>div>svg{width:24px;color:#b97c00;fill:var(--rabbit-gold)}.home-section-title span,.home-section-title strong,.home-section-title small{display:block}.home-section-title strong{font-size:21px}.home-section-title small{margin-top:2px;color:var(--rabbit-muted)}.home-section-title button{border:0;display:inline-flex;align-items:center;gap:5px;color:var(--rabbit-green-dark);background:transparent;font-weight:800;cursor:pointer}.home-section-title button svg{width:16px}.home-story-strip{margin-top:20px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.home-story-strip button{min-width:0;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.home-story-strip img{width:100%;aspect-ratio:16 / 10;display:block;border-radius:14px;object-fit:cover;box-shadow:0 10px 22px #3932231f}.home-story-strip strong,.home-story-strip small{display:block;overflow:hidden;text-overflow:ellipsis}.home-story-strip strong{min-height:38px;margin-top:10px;font-family:Georgia,serif;font-size:15px;line-height:1.18}.home-story-strip small{color:var(--rabbit-muted);font-size:12px;white-space:nowrap}.plan-entry-button{width:fit-content;min-height:42px;margin:15px 0 0;padding:0 14px;border:1px solid #bcd8bd;border-radius:12px;display:inline-flex;align-items:center;gap:7px;color:var(--rabbit-green-dark);background:#fff;font-weight:800;cursor:pointer}.plan-entry-button svg{width:17px}.learn-page{padding-bottom:110px}.today-head{padding:30px;border:1px solid #e1dfcf;border-radius:24px;background:var(--rabbit-paper);box-shadow:0 14px 38px #463d2b14}.today-image,.reader-panel,.plan-sidebar{border-radius:20px}.reading-plan-page{padding-bottom:110px}.reading-plan-hero{min-height:300px;padding:44px 58px;border:1px solid #d8dfc9;border-radius:26px;display:grid;grid-template-columns:1fr 230px;align-items:center;overflow:hidden;background:#f0f8e9;box-shadow:var(--rabbit-shadow)}.reading-plan-hero>div>span,.plan-grid-heading span{color:var(--rabbit-green-dark);font-size:12px;font-weight:900;letter-spacing:.12em}.reading-plan-hero h1{margin:9px 0 8px;font-size:clamp(40px,5vw,62px)}.reading-plan-hero p{margin:0;color:var(--rabbit-muted);font-size:17px}.reading-plan-hero img{width:210px;height:210px;justify-self:end;border-radius:50%;object-fit:cover;border:8px solid rgba(255,255,255,.8)}.reading-plan-summary{width:min(460px,100%);margin-top:28px;display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:0 9px}.reading-plan-summary strong{color:var(--rabbit-green);font-size:36px}.reading-plan-summary span{color:var(--rabbit-muted)}.reading-plan-summary i{grid-column:1 / -1;height:7px;margin-top:8px;overflow:hidden;border-radius:7px;background:#dfe8d8}.reading-plan-summary b{height:100%;display:block;border-radius:inherit;background:var(--rabbit-green)}.reading-plan-page .plan-full{margin-top:26px;padding:34px;border:1px solid #e0dfd2;border-radius:24px;background:var(--rabbit-paper);box-shadow:0 14px 36px #463d2b12}.plan-grid-heading{margin-bottom:24px;display:flex;align-items:end;justify-content:space-between;gap:30px}.plan-grid-heading h2{margin:6px 0 0;font-size:28px}.plan-grid-heading p{max-width:510px;margin:0;color:var(--rabbit-muted);line-height:1.6}.profile-page{max-width:1260px;margin:0 auto;padding:42px 28px 110px}.profile-hero{min-height:260px;padding:38px 46px;border:1px solid #d8dfc9;border-radius:28px;display:flex;align-items:center;justify-content:space-between;gap:32px;background:#f1f8ea;box-shadow:var(--rabbit-shadow)}.profile-person{display:flex;align-items:center;gap:24px}.profile-person img{width:128px;height:128px;border-radius:50%;object-fit:cover;border:7px solid rgba(255,255,255,.84)}.profile-person span,.profile-section-heading span{color:var(--rabbit-green-dark);font-size:13px;font-weight:900;letter-spacing:.08em}.profile-person h1{margin:8px 0 6px;font-size:clamp(31px,4vw,48px)}.profile-person p{margin:0;color:var(--rabbit-muted)}.profile-growth{min-width:230px;padding:20px 24px;border:1px solid #e2d4a9;border-radius:22px;display:flex;align-items:center;gap:14px;background:#fffaf0}.profile-growth>svg{width:42px;height:42px;color:#b98008;fill:#ffd363}.profile-growth span,.profile-growth small,.profile-growth strong,.profile-growth em{display:block}.profile-growth small,.profile-growth em{color:var(--rabbit-muted);font-style:normal}.profile-growth strong{color:var(--rabbit-green-dark);font-size:34px}.profile-growth em{font-size:12px}.profile-stats{margin-top:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.profile-stats>div{min-height:128px;padding:20px;border:1px solid #e3e1d4;border-radius:20px;display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:12px;background:var(--rabbit-paper)}.profile-stats svg{grid-row:1 / 3;width:28px;color:var(--rabbit-green)}.profile-stats strong{align-self:end;font-size:29px}.profile-stats span{align-self:start;color:var(--rabbit-muted);font-size:13px}.profile-grid{margin-top:22px;display:grid;grid-template-columns:1fr 1fr;gap:22px}.profile-recent,.profile-parent-zone,.profile-guide{padding:30px;border:1px solid #e3e1d4;border-radius:24px;background:var(--rabbit-paper);box-shadow:0 12px 34px #463d2b0f}.profile-section-heading h2{margin:6px 0 0;font-size:27px}.profile-section-heading p{margin:8px 0 0;color:var(--rabbit-muted);line-height:1.65}.profile-recent>button:not(.profile-plan-link){width:100%;min-height:110px;margin-top:20px;padding:12px;border:1px solid #dbe1d2;border-radius:18px;display:grid;grid-template-columns:100px 1fr auto;align-items:center;gap:15px;background:#f5faef;text-align:left;cursor:pointer}.profile-recent>button img{width:100px;height:82px;border-radius:13px;object-fit:cover}.profile-recent>button span,.profile-recent>button strong,.profile-recent>button small,.profile-recent>button em{display:block}.profile-recent>button small{color:var(--rabbit-green-dark);font-weight:800}.profile-recent>button strong{margin:4px 0;font-family:Georgia,serif;font-size:19px}.profile-recent>button em{color:var(--rabbit-muted);font-style:normal}.profile-recent>button>svg{width:20px}.profile-plan-link{width:100%;min-height:76px;margin-top:12px;padding:12px 14px;border:1px solid #e3e1d4;border-radius:16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;background:#fff;text-align:left;cursor:pointer}.profile-plan-link>svg{width:21px;color:var(--rabbit-green)}.profile-plan-link span,.profile-plan-link strong,.profile-plan-link small{display:block}.profile-plan-link small{margin-top:4px;color:var(--rabbit-muted)}.profile-action-list{margin-top:14px}.profile-action-list button{width:100%;min-height:62px;padding:10px 4px;border:0;border-bottom:1px solid #ece9de;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;background:transparent;text-align:left;cursor:pointer}.profile-action-list button>svg{width:21px;color:var(--rabbit-green)}.profile-action-list button span,.profile-action-list button strong,.profile-action-list button small{display:block}.profile-action-list button small{margin-top:3px;color:var(--rabbit-muted)}.profile-action-list button>svg:last-child{width:17px;color:#89918c}.profile-action-list .profile-logout strong{color:#a14a42}.profile-guide{margin-top:22px}.profile-guide ol{margin:26px 0 0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.profile-guide li{min-height:145px;padding:20px;border-radius:18px;display:flex;gap:13px;background:#f5faef}.profile-guide li>strong{width:42px;height:42px;flex:0 0 42px;border-radius:13px;display:grid;place-items:center;color:var(--rabbit-green);background:#fff}.profile-guide li>strong svg{width:21px}.profile-guide li span,.profile-guide li em,.profile-guide li b,.profile-guide li small{display:block}.profile-guide li em{color:var(--rabbit-green);font-size:12px;font-style:normal;font-weight:900}.profile-guide li b{margin-top:4px}.profile-guide li small{margin-top:7px;color:var(--rabbit-muted);line-height:1.5}.profile-empty{min-height:110px;margin-top:20px;display:grid;place-content:center;justify-items:center;color:var(--rabbit-muted);text-align:center}.profile-empty svg{width:34px}@media(min-width:961px){.discovery-home{position:relative}.home-welcome{min-height:0;height:0;padding:0 max(32px,calc((100vw - 1540px)/2));position:absolute;top:28px;right:0;left:0;z-index:4;background:none;pointer-events:none}.home-welcome-copy{max-width:430px;padding:19px 24px;border-radius:20px}.home-welcome h1{margin:9px 0 6px;font-size:clamp(38px,3.4vw,52px)}.home-welcome p{font-size:15px;line-height:1.55}.home-growth{min-width:205px;padding:14px 17px}.home-growth>span{width:43px;height:43px}.home-growth strong{font-size:29px}.home-open-book{width:100%;height:calc(100vh - 76px);min-height:760px;max-height:1040px;margin:0;padding:188px clamp(104px,11vw,224px) 88px;gap:clamp(44px,5vw,84px);background-position:center top;background-size:cover;filter:none}.home-portal>img{width:min(92%,700px);height:auto;aspect-ratio:16 / 9;align-self:center;padding:6px;border:1px solid rgba(164,132,78,.28);border-radius:15px;background:#fff9e8e0;box-shadow:0 8px 18px #473a231f,inset 0 0 0 1px #ffffffb8}.home-portal-copy{width:min(92%,700px);flex:1;align-self:center}}@media(max-width:960px){.storybook-desktop-nav button{min-width:88px}.home-open-book{padding-right:82px;padding-left:82px;gap:42px}.home-story-strip{grid-template-columns:repeat(3,1fr)}.home-story-strip button:nth-child(n+4){display:none}.profile-guide ol{grid-template-columns:1fr 1fr}}@media(max-width:720px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.storybook-header{min-height:64px;padding:0 14px;position:sticky}.storybook-brand{gap:8px}.storybook-brand img{width:42px;height:42px}.storybook-brand strong{font-size:18px}.storybook-brand small{font-size:10px}.storybook-desktop-nav,.storybook-header-actions{display:none}.mobile-tab-bar{min-height:72px;padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);position:fixed;right:0;bottom:0;left:0;z-index:80;border-top:1px solid #dddccc;background:#fffdf7f7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -8px 28px #3a322414}.mobile-tab-bar button{min-width:0;border:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#848b87;background:transparent;font-size:11px;cursor:pointer}.mobile-tab-bar button.active{color:var(--rabbit-green);font-weight:850}.mobile-tab-bar button.active:before{content:"";width:32px;height:3px;position:absolute;top:0;border-radius:0 0 3px 3px;background:var(--rabbit-green)}.mobile-tab-bar svg{width:23px;height:23px}.discovery-home{min-height:calc(100vh - 64px)}.home-welcome{min-height:182px;padding:12px 14px;align-items:flex-start;background-position:28% 41%}.home-welcome-copy{width:68%;padding:13px 14px;border-radius:17px}.home-eyebrow{font-size:10px}.home-welcome h1{margin:7px 0 5px;font-size:29px}.home-welcome p{font-size:11px;line-height:1.45}.home-growth{min-width:0;width:31%;padding:9px 8px;gap:7px;border-radius:16px}.home-growth>span{width:30px;height:30px;border-radius:10px}.home-growth svg{width:18px}.home-growth div{display:block}.home-growth small{font-size:10px}.home-growth strong{margin-top:2px;font-size:21px}.home-growth em{display:none}.home-open-book{width:100%;height:360px;min-height:0;aspect-ratio:auto;margin:-12px auto 0;padding:68px 22px 35px;gap:15px;background-image:url(/home-open-book-mobile.png);background-position:center;background-size:cover;filter:drop-shadow(0 14px 23px rgba(83,64,33,.13))}.home-portal-heading{min-height:38px;gap:5px}.home-portal-heading>svg{width:21px;height:21px}.home-portal-heading strong{font-size:16px}.home-portal-heading small{font-size:8px}.home-portal>img{height:71px;border-radius:10px 10px 6px 6px}.home-portal-copy{min-height:142px;padding:8px 2px 0}.home-portal-copy>span{font-size:10px}.home-portal-copy h2{min-height:30px;margin:4px 0 2px;font-size:14px;line-height:1.04}.home-portal-copy>p{font-size:11px}.home-book-details{min-height:18px;margin-top:5px;gap:4px;font-size:8px}.home-book-details span:nth-child(n+2){display:none}.home-portal-copy>button{min-height:36px;border-radius:11px;gap:4px;font-size:11px}.home-portal-copy>button svg{width:14px}.home-after-book{margin-top:-8px;padding:0 12px 44px}.home-continue-row{min-height:82px;padding:9px 11px;grid-template-columns:56px minmax(0,1fr) auto;gap:9px;border-radius:16px}.home-continue-label{display:none}.home-continue-row>img{width:56px;height:56px;border-radius:10px}.home-continue-copy strong{font-size:15px}.home-continue-copy small{font-size:11px}.home-continue-copy i{margin-top:8px}.home-continue-action{min-height:36px;padding:0 10px;border-radius:10px;font-size:11px}.home-recommendations{margin-top:11px;padding:15px 14px 18px;border-radius:18px}.home-section-title strong{font-size:18px}.home-section-title small{font-size:11px}.home-section-title button{font-size:12px}.home-story-strip{margin:16px -14px 0;padding:0 14px 4px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory}.home-story-strip button,.home-story-strip button:nth-child(n+4){width:138px;flex:0 0 138px;display:block;scroll-snap-align:start}.home-story-strip strong{min-height:34px;font-size:14px}.learn-page,.standard-page{padding:14px 12px 96px}.today-head{padding:18px 16px;border-radius:18px}.today-image{border-radius:15px}.plan-entry-button{order:3;margin:0}.today-progress{order:4}.today-image{order:5}.day-rail.compact{order:6}.audio-bar{top:72px}.reader-panel{border-radius:16px}.reading-plan-hero{min-height:0;padding:26px 20px;grid-template-columns:1fr 94px;border-radius:20px}.reading-plan-hero h1{font-size:34px}.reading-plan-hero p{font-size:13px}.reading-plan-hero img{width:86px;height:86px;border-width:4px}.reading-plan-summary{margin-top:18px}.reading-plan-summary strong{font-size:28px}.reading-plan-page .plan-full{margin-top:14px;padding:20px 14px;border-radius:18px}.plan-grid-heading{display:block}.plan-grid-heading h2{font-size:23px}.plan-grid-heading p{margin-top:8px;font-size:12px}.profile-page{padding:16px 12px 96px}.profile-hero{min-height:0;padding:22px 18px;display:block;border-radius:20px}.profile-person{gap:13px}.profile-person img{width:76px;height:76px;border-width:4px}.profile-person h1{margin-top:5px;font-size:24px}.profile-person p{font-size:12px}.profile-growth{width:100%;min-width:0;margin-top:18px;padding:13px 16px}.profile-growth>svg{width:32px;height:32px}.profile-growth strong{font-size:27px}.profile-stats{grid-template-columns:1fr 1fr;gap:10px}.profile-stats>div{min-height:92px;padding:14px;border-radius:16px}.profile-stats svg{width:23px}.profile-stats strong{font-size:23px}.profile-grid{grid-template-columns:1fr;gap:12px;margin-top:12px}.profile-recent,.profile-parent-zone,.profile-guide{padding:20px 16px;border-radius:18px}.profile-section-heading h2{font-size:23px}.profile-recent>button:not(.profile-plan-link){grid-template-columns:76px 1fr auto}.profile-recent>button img{width:76px;height:68px}.profile-guide{margin-top:12px}.profile-guide ol{grid-template-columns:1fr;gap:9px}.profile-guide li{min-height:0;padding:14px}}@media(max-width:370px){.home-open-book{padding-right:16px;padding-left:16px;gap:11px}.home-portal-heading strong{font-size:15px}.home-portal-copy h2{font-size:14px}.home-continue-action span{display:none}}@media(prefers-reduced-motion:reduce){.storybook-desktop-nav button:after,.home-portal-copy>button{transition:none}.home-portal-copy>button:hover{transform:none}}:root{--storybook-cream: #fffdf7;--storybook-ink: #213229;--storybook-green: #3f9b54;--storybook-green-dark: #24743c;--storybook-sky: #dff3ff;--storybook-yellow: #ffd85a;--storybook-coral: #ef6f62;--storybook-line: #e8e1d3;--storybook-shadow: 0 24px 70px rgba(45, 67, 52, .14)}.storybook-library{min-height:calc(100vh - 74px);padding:68px clamp(24px,6vw,92px) 48px;color:var(--storybook-ink);background:radial-gradient(circle at 82% 18%,rgba(223,243,255,.72),transparent 30%),var(--storybook-cream)}.storybook-library-heading{max-width:1260px;margin:0 auto 34px}.storybook-library-heading>span{display:inline-flex;align-items:center;gap:8px;color:var(--storybook-green-dark);font-size:12px;font-weight:850;letter-spacing:.14em}.storybook-library-heading>span svg{width:16px}.storybook-library-heading h1{margin:8px 0 2px;font-size:clamp(42px,5vw,72px);line-height:1;letter-spacing:-.045em}.storybook-library-heading p{margin:14px 0 0;color:#6f7d73;font-size:clamp(17px,2vw,22px)}.storybook-feature{max-width:1260px;min-height:560px;margin:0 auto;padding:clamp(28px,4vw,58px);display:grid;grid-template-columns:minmax(320px,.78fr) minmax(520px,1.42fr);align-items:center;gap:clamp(34px,5vw,74px);overflow:clip;border:1px solid rgba(63,155,84,.14);border-radius:26px;background:linear-gradient(135deg,#f4faee,#fffaf0 60%,#f1f9ff);box-shadow:var(--storybook-shadow)}.storybook-feature-copy{position:relative;z-index:2}.storybook-kicker{display:inline-flex;padding:8px 12px;border-radius:99px;color:#2e793f;background:#e4f4df;font-size:13px;font-weight:800}.storybook-feature h2{margin:22px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4vw,60px);line-height:.98;letter-spacing:-.035em}.storybook-feature h3{margin:12px 0 0;color:var(--storybook-green-dark);font-size:clamp(22px,2.2vw,30px)}.storybook-feature-copy>p{max-width:480px;margin:20px 0;color:#68766c;font-size:16px;line-height:1.8}.storybook-meta{display:flex;flex-wrap:wrap;align-items:center;gap:9px;color:#526258;font-size:14px;font-weight:700}.storybook-meta span{display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:10px;background:#ffffffc2;border:1px solid #e8e1d3}.storybook-meta svg{width:16px;height:16px}.storybook-resume-progress{width:min(100%,420px);height:5px;margin-top:20px;overflow:hidden;border-radius:99px;background:#dfe8dc}.storybook-resume-progress span{display:block;height:100%;border-radius:inherit;background:var(--storybook-green)}.storybook-feature-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.storybook-feature-actions button{min-height:50px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:13px;font-weight:800;cursor:pointer}.storybook-feature-actions svg{width:19px}.storybook-primary-action{color:#fff;border:0;background:var(--storybook-green);box-shadow:0 10px 24px #3f9b5442}.storybook-primary-action:hover{background:var(--storybook-green-dark);transform:translateY(-1px)}.storybook-preview-action{color:#33473a;border:1px solid #d6ddcf;background:#fffc}.storybook-narration-note{min-height:50px;padding:0 15px;display:inline-flex;align-items:center;gap:8px;border:1px solid #ead7b0;border-radius:13px;color:#87601f;background:#fff6dcdb;font-size:14px;font-weight:800}.storybook-narration-note svg{width:18px}.storybook-cover-stage{position:relative;min-height:clamp(360px,38vw,520px);display:grid;place-items:center}.storybook-cover-flow{position:relative;width:min(100%,760px);height:clamp(330px,34vw,500px);display:grid;place-items:center;perspective:1200px}.storybook-cover-button{position:absolute;min-width:0;padding:0;overflow:hidden;border:0;border-radius:24px;background:#dce9d9;box-shadow:0 28px 60px #2a3c3138;cursor:pointer;transition:transform .42s var(--ease-out, ease),opacity .42s ease,filter .42s ease,box-shadow .42s ease}.storybook-cover-button:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(17,38,25,.56))}.storybook-cover-button img{display:block;width:100%;height:100%;aspect-ratio:16 / 9;object-fit:cover;object-position:center;transition:transform .55s ease}.storybook-cover-button:hover img{transform:scale(1.025)}.storybook-cover-button span{position:absolute;z-index:1;right:20px;bottom:18px;display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:850}.storybook-cover-button span svg{width:20px;fill:currentColor}.storybook-cover-button.active{z-index:3;width:min(88%,620px);height:min(100%,440px);transform:translate(0) rotate(.4deg) scale(1);box-shadow:0 32px 76px #24362b47}.storybook-cover-button.previous,.storybook-cover-button.next{z-index:2;width:min(52%,390px);height:min(76%,350px);opacity:.82;filter:saturate(.88) brightness(.92)}.storybook-cover-button.previous{transform:translate(-58%) rotate(-6deg) scale(.92)}.storybook-cover-button.next{transform:translate(58%) rotate(6deg) scale(.92)}.storybook-cover-button.previous:after,.storybook-cover-button.next:after{background:linear-gradient(180deg,#fffdf72e,#1e2c2357)}.storybook-cover-button.previous:hover,.storybook-cover-button.next:hover{opacity:1;filter:saturate(1)}.storybook-carousel-arrow{position:absolute;z-index:4;top:50%;width:48px;height:56px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.82);border-radius:16px;color:#2e4a37;background:#ffffffc7;box-shadow:0 12px 34px #26372c29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transform:translateY(-50%)}.storybook-carousel-arrow:hover{background:#fff}.storybook-carousel-arrow svg{width:24px}.storybook-carousel-prev{left:clamp(0px,1vw,18px)}.storybook-carousel-next{right:clamp(0px,1vw,18px)}.storybook-carousel-dots{position:absolute;z-index:5;right:0;bottom:-8px;left:0;display:flex;justify-content:center;gap:7px}.storybook-carousel-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#c8d2c6;cursor:pointer;transition:width .2s ease,background .2s ease}.storybook-carousel-dots button.active{width:28px;background:var(--storybook-green)}.storybook-shelf{max-width:1260px;margin:34px auto 0}.storybook-shelf-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.storybook-shelf-head h2{margin:0;font-size:clamp(24px,3vw,36px)}.storybook-shelf-head p{margin:0;color:#718077}.storybook-book-grid{display:grid;grid-template-columns:1fr;gap:24px}.storybook-book-card{padding:16px;display:grid;grid-template-columns:1fr;gap:16px;border:1px solid rgba(63,155,84,.14);border-radius:22px;background:#ffffffc2;box-shadow:0 16px 42px #2d43341a}.storybook-book-cover{width:100%;min-width:0;padding:0;overflow:hidden;border:0;border-radius:18px;background:#dce9d9;cursor:pointer}.storybook-book-cover img{display:block;width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;object-position:center}.storybook-book-card h3{margin:2px 0 4px;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.05}.storybook-book-card p{margin:0 0 12px;color:var(--storybook-green-dark);font-weight:800}.storybook-book-card .storybook-meta{gap:6px;font-size:12px}.storybook-book-card .storybook-meta span{padding:6px 8px}.storybook-card-action{min-height:42px;margin-top:14px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:11px;color:#fff;background:var(--storybook-green);font-weight:800;cursor:pointer}.storybook-card-action svg{width:17px}.storybook-experience{max-width:1180px;margin:34px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.storybook-experience>div{padding:22px;display:flex;align-items:center;gap:14px;border-top:1px solid #e5dfd2}.storybook-experience>div>svg{width:30px;height:30px;color:var(--storybook-green)}.storybook-experience span{display:flex;flex-direction:column;gap:4px}.storybook-experience strong{font-size:16px}.storybook-experience small{color:#7a877e;line-height:1.5}.storybook-empty{min-height:70vh;display:grid;place-content:center;justify-items:center;color:#647269;text-align:center;background:var(--storybook-cream)}.storybook-empty svg{width:52px;height:52px;color:var(--storybook-green)}.storybook-reader{min-height:100vh;padding:16px clamp(16px,3vw,42px) 24px;color:var(--storybook-ink);background:#f7f4ec}.storybook-reader-topbar{max-width:1360px;min-height:58px;margin:0 auto 14px;display:grid;grid-template-columns:48px minmax(0,1fr) auto 48px 48px;align-items:center;gap:8px}.storybook-reader-topbar>button{width:44px;height:44px;display:grid;place-items:center;border:1px solid #e2dccf;border-radius:12px;color:#405148;background:#ffffffd1;cursor:pointer}.storybook-reader-topbar>button.active{color:var(--storybook-green-dark);background:#e6f4e1;border-color:#b9dbbd}.storybook-reader-topbar svg{width:20px}.storybook-reader-topbar>div{min-width:0;display:flex;align-items:baseline;gap:10px}.storybook-reader-topbar strong{overflow:hidden;font-family:Georgia,serif;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.storybook-reader-topbar div span{color:#7a877e;font-size:13px}.storybook-page-number{padding:8px 13px;border-radius:99px;color:#506057;background:#ebe7de;font-size:13px;font-weight:800}.storybook-scene{position:relative;max-width:1360px;margin:0 auto;overflow:hidden;border-radius:22px;background:#dce7dd;box-shadow:var(--storybook-shadow);touch-action:pan-y;-webkit-user-select:none;user-select:none}.storybook-scene-image{display:block;width:100%;height:min(72vh,780px);min-height:520px;object-fit:cover;object-position:center}.storybook-turning-page{position:absolute;z-index:3;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;border-radius:inherit;box-shadow:0 24px 60px #16241c42;backface-visibility:hidden;transform-style:preserve-3d}.storybook-turning-page.turning-next{transform-origin:left center;animation:storybookOldPageNext 1.08s cubic-bezier(.18,.78,.2,1) both}.storybook-turning-page.turning-prev{transform-origin:right center;animation:storybookOldPagePrev 1.08s cubic-bezier(.18,.78,.2,1) both}.storybook-page-sweep{position:absolute;z-index:7;inset:-1px;pointer-events:none;border-radius:inherit;opacity:0;background:linear-gradient(105deg,transparent 0 10%,rgba(255,255,255,.98) 31%,rgba(255,244,199,.96) 46%,rgba(32,36,27,.38) 58%,transparent 82%);mix-blend-mode:screen}.storybook-page-sweep.sweep-next{animation:storybookPageSweepNext 1.08s cubic-bezier(.18,.78,.2,1) both}.storybook-page-sweep.sweep-prev{animation:storybookPageSweepPrev 1.08s cubic-bezier(.18,.78,.2,1) both;transform:scaleX(-1)}.storybook-scene:before,.storybook-scene:after{content:"";position:absolute;z-index:6;inset:-1px;pointer-events:none;opacity:0;border-radius:inherit}.storybook-scene:not(.flipping-next):before,.storybook-scene:not(.flipping-prev):after{display:none}.storybook-scene:before{background:linear-gradient(105deg,transparent 0 14%,rgba(255,253,247,.96) 34%,rgba(255,246,214,.92) 48%,rgba(35,39,30,.34) 58%,transparent 78%);transform:translate(78%)}.storybook-scene:after{background:linear-gradient(75deg,transparent 0 14%,rgba(35,39,30,.34) 42%,rgba(255,246,214,.92) 52%,rgba(255,253,247,.96) 66%,transparent 86%);transform:translate(-78%)}.storybook-scene.flipping-next:before{animation:storybookPageSweepNext 1.08s cubic-bezier(.18,.78,.2,1) both}.storybook-scene.flipping-prev:after{animation:storybookPageSweepPrev 1.08s cubic-bezier(.18,.78,.2,1) both}.storybook-scene.flipping-next .storybook-scene-image{animation:storybookPageImageNext 1.08s cubic-bezier(.2,.72,.18,1) both}.storybook-scene.flipping-prev .storybook-scene-image{animation:storybookPageImagePrev 1.08s cubic-bezier(.2,.72,.18,1) both}.storybook-scene.flipping-next .storybook-sentence-panel{animation:storybookCaptionNext .62s ease both}.storybook-scene.flipping-prev .storybook-sentence-panel{animation:storybookCaptionPrev .62s ease both}.storybook-turn{position:absolute;z-index:4;top:42%;width:50px;height:58px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.65);color:#fff;background:#192d2052;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.storybook-turn:disabled{opacity:0;pointer-events:none}.storybook-turn-prev{left:16px;border-radius:16px 9px 9px 16px}.storybook-turn-next{right:16px;border-radius:9px 16px 16px 9px}.storybook-turn svg{width:28px}.storybook-sentence-panel{position:absolute;z-index:5;right:clamp(16px,3vw,34px);bottom:clamp(16px,3vw,32px);left:clamp(16px,3vw,34px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.storybook-sentence{position:relative;min-height:84px;padding:14px 16px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;overflow:hidden;border:1px solid rgba(255,255,255,.65);border-radius:14px;color:#24332a;text-align:left;background:#fffdf7e6;box-shadow:0 10px 30px #12251829;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer}.storybook-sentence.active{border-color:#3f9b54c7;background:#f6fff2f5}.storybook-sentence.pending-audio{color:#6d726d;background:#fffdf7c7;cursor:not-allowed}.storybook-sentence.pending-audio .storybook-line-play{color:#87601f;background:#fff0c6}.storybook-sentence em{width:fit-content;padding:3px 7px;border-radius:99px;color:#87601f;background:#fff0c6;font-size:11px;font-style:normal;font-weight:850}.storybook-line-play{width:40px;height:40px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--storybook-green)}.storybook-line-play svg{width:19px}.storybook-sentence>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:5px}.storybook-sentence strong{overflow:hidden;font-family:Georgia,serif;font-size:clamp(17px,1.5vw,22px);line-height:1.25;text-overflow:ellipsis}.storybook-sentence small{color:#5f7065;font-size:14px}.storybook-sentence i{position:absolute;right:0;bottom:0;left:0;height:4px;background:#3f9b5424}.storybook-sentence i b{display:block;height:100%;background:var(--storybook-green);transition:width .15s linear}.storybook-audio-error{grid-column:1 / -1;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #efb2aa;border-radius:10px;color:#9c3f34;background:#fff0ed;cursor:pointer}.storybook-audio-error svg{width:18px}.storybook-rain{position:absolute;inset:-20%;pointer-events:none;opacity:.34;background:repeating-linear-gradient(112deg,transparent 0 22px,rgba(255,255,255,.65) 23px 24px,transparent 25px 48px);animation:storybookRain 1.15s linear infinite}.storybook-sparkles{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 24% 28%,rgba(255,255,255,.95) 0 2px,transparent 3px),radial-gradient(circle at 68% 18%,rgba(255,234,117,.9) 0 3px,transparent 4px),radial-gradient(circle at 78% 62%,rgba(255,255,255,.85) 0 2px,transparent 3px);animation:storybookSparkle 2.4s ease-in-out infinite}.motion-sway{animation:storybookSway 7s ease-in-out infinite alternate}.motion-drift{animation:storybookDrift 9s ease-in-out infinite alternate}.motion-bounce{animation:storybookBreathe 5s ease-in-out infinite}.motion-wind{animation:storybookWind 3.4s ease-in-out infinite alternate}.motion-sparkle{animation:storybookBreathe 7s ease-in-out infinite}@keyframes storybookRain{to{transform:translate3d(-34px,60px,0)}}@keyframes storybookSparkle{50%{opacity:.38;transform:scale(1.012)}}@keyframes storybookSway{0%{transform:scale(1.015) translate(-.35%)}to{transform:scale(1.025) translate(.35%)}}@keyframes storybookDrift{0%{object-position:49% center;transform:scale(1.02)}to{object-position:51% center;transform:scale(1.03)}}@keyframes storybookBreathe{50%{transform:scale(1.018)}}@keyframes storybookWind{0%{transform:scale(1.025) translate(-.3%)}to{transform:scale(1.035) translate(.5%)}}@keyframes storybookOldPageNext{0%{opacity:1;transform:perspective(1200px) rotateY(0) translate(0) scale(1);filter:brightness(1)}46%{opacity:.96;transform:perspective(1200px) rotateY(-24deg) translate(-12%) scale(.995);filter:brightness(.96)}to{opacity:0;transform:perspective(1200px) rotateY(-72deg) translate(-66%) scale(.96);filter:brightness(.82)}}@keyframes storybookOldPagePrev{0%{opacity:1;transform:perspective(1200px) rotateY(0) translate(0) scale(1);filter:brightness(1)}46%{opacity:.96;transform:perspective(1200px) rotateY(24deg) translate(12%) scale(.995);filter:brightness(.96)}to{opacity:0;transform:perspective(1200px) rotateY(72deg) translate(66%) scale(.96);filter:brightness(.82)}}@keyframes storybookPageSweepNext{0%{opacity:0;transform:translate(78%) skew(-3deg)}18%{opacity:.95}72%{opacity:.95}to{opacity:0;transform:translate(-78%) skew(-3deg)}}@keyframes storybookPageSweepPrev{0%{opacity:0;transform:translate(-78%) skew(3deg)}18%{opacity:.95}72%{opacity:.95}to{opacity:0;transform:translate(78%) skew(3deg)}}@keyframes storybookPageImageNext{0%{filter:saturate(.92) brightness(.94);transform:translate(4%) scale(1.025)}to{filter:saturate(1) brightness(1);transform:translate(0) scale(1)}}@keyframes storybookPageImagePrev{0%{filter:saturate(.92) brightness(.94);transform:translate(-4%) scale(1.025)}to{filter:saturate(1) brightness(1);transform:translate(0) scale(1)}}@keyframes storybookCaptionNext{0%{opacity:0;transform:translate(22px) translateY(4px)}to{opacity:1;transform:translate(0) translateY(0)}}@keyframes storybookCaptionPrev{0%{opacity:0;transform:translate(-22px) translateY(4px)}to{opacity:1;transform:translate(0) translateY(0)}}.storybook-player-controls{max-width:980px;min-height:68px;margin:14px auto 0;display:flex;align-items:center;justify-content:center;gap:12px}.storybook-player-controls>button{min-width:48px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #ddd7ca;border-radius:13px;color:#3f5046;background:#fff;cursor:pointer}.storybook-player-controls>button:disabled{opacity:.35;cursor:default}.storybook-player-controls .storybook-play-all{min-width:146px;padding:0 20px;color:#fff;border-color:var(--storybook-green);background:var(--storybook-green);font-weight:800}.storybook-player-controls .storybook-play-all svg{fill:currentColor}.storybook-replay{padding:0 14px}.storybook-page-dots{display:flex;align-items:center;gap:7px;margin-left:12px}.storybook-page-dots button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#c9c5bb;cursor:pointer}.storybook-page-dots button.active{width:24px;border-radius:99px;background:var(--storybook-green)}.storybook-settings{position:fixed;z-index:30;top:82px;right:clamp(18px,3vw,46px);width:min(340px,calc(100vw - 36px));padding:24px;border:1px solid #e3ddcf;border-radius:18px;background:#fffdf7fa;box-shadow:0 26px 70px #1d2d2338}.storybook-settings h2{margin:0 0 22px}.storybook-settings>label:not(.storybook-switch){display:block;margin-bottom:9px;color:#617168;font-size:13px;font-weight:800}.storybook-settings>div{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:22px}.storybook-settings>div button{min-height:42px;border:1px solid #ddd7ca;border-radius:10px;background:#fff;cursor:pointer}.storybook-settings>div button.active{color:#fff;border-color:var(--storybook-green);background:var(--storybook-green)}.storybook-settings-close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:10px;background:#f0ece3;cursor:pointer}.storybook-settings-close svg{width:18px}.storybook-switch{padding:14px 0;display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #ebe5d8}.storybook-switch span{display:flex;flex-direction:column;gap:3px;font-weight:800}.storybook-switch small{color:#7c8980;font-weight:500}.storybook-switch input{width:42px;height:24px;accent-color:var(--storybook-green)}.storybook-ambient-toggle{width:100%;min-height:44px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #ddd7ca;border-radius:11px;color:#46574d;background:#fff;cursor:pointer}.storybook-ambient-toggle svg{width:18px}.storybook-admin-page{min-height:100vh;padding:28px clamp(22px,4vw,58px) 60px;color:#25332a;background:#f7f7f3}.storybook-admin-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.storybook-admin-head h1{margin:10px 0 4px;font-size:34px}.storybook-admin-head p{margin:0;color:#758078}.storybook-admin-head>div:last-child{display:flex;align-items:center;gap:12px}.storybook-admin-status{padding:8px 12px;border-radius:99px;font-size:13px;font-weight:800}.storybook-admin-status.published{color:#276d3a;background:#dcf1df}.storybook-admin-status.draft{color:#87601f;background:#fff0c6}.storybook-admin-basics{padding:18px;display:grid;grid-template-columns:1.4fr 1.2fr .7fr .6fr;gap:12px;border:1px solid #e0ded6;border-radius:16px;background:#fff}.storybook-admin-page label{color:#657169;font-size:12px;font-weight:800}.storybook-admin-page input,.storybook-admin-page textarea,.storybook-admin-page select{width:100%;min-height:40px;margin-top:7px;padding:9px 11px;border:1px solid #d9d7cf;border-radius:9px;color:#26332b;background:#fff;font:inherit}.storybook-admin-page textarea{min-height:72px;resize:vertical}.storybook-admin-pages{margin:18px 0;padding:12px;display:flex;gap:10px;overflow-x:auto;border:1px solid #e0ded6;border-radius:16px;background:#fff}.storybook-admin-pages button{flex:0 0 114px;padding:5px;overflow:hidden;border:2px solid transparent;border-radius:10px;color:#536057;background:#f5f4ef;cursor:pointer}.storybook-admin-pages button.active{border-color:var(--storybook-green);background:#eef8ed}.storybook-admin-pages img{display:block;width:100%;height:64px;border-radius:7px;object-fit:cover}.storybook-admin-pages span{display:block;padding:6px 0 2px;font-size:12px;font-weight:800}.storybook-admin-pages .storybook-admin-add-page{display:grid;place-content:center;justify-items:center;gap:5px;border:1px dashed #aab4ab;background:transparent}.storybook-admin-workspace{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(340px,.75fr);gap:18px}.storybook-admin-preview,.storybook-admin-inspector,.storybook-admin-sentences,.storybook-admin-validation{border:1px solid #e0ded6;border-radius:16px;background:#fff}.storybook-admin-preview{overflow:hidden}.storybook-admin-preview-head{min-height:54px;padding:0 16px;display:flex;align-items:center;justify-content:space-between}.storybook-admin-preview-head>span{display:flex;align-items:center;gap:8px;font-weight:850}.storybook-admin-preview-head>div{display:flex;gap:6px}.storybook-admin-preview-head button{width:36px;height:36px;display:grid;place-items:center;border:1px solid #ddd;border-radius:8px;background:#fff;cursor:pointer}.storybook-admin-preview-head svg{width:17px}.storybook-admin-scene{min-height:390px;display:grid;place-items:center;color:#7b877f;background:#e9ede7}.storybook-admin-scene img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.storybook-admin-scene>div{display:grid;justify-items:center;gap:8px}.storybook-admin-scene svg{width:42px;height:42px}.storybook-admin-preview-lines{padding:14px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.storybook-admin-preview-lines>div{padding:12px;display:flex;gap:10px;border-radius:10px;background:#f5f8f2}.storybook-admin-preview-lines svg{width:18px;color:var(--storybook-green)}.storybook-admin-preview-lines span{display:flex;flex-direction:column;gap:4px}.storybook-admin-preview-lines small{color:#748078}.storybook-admin-inspector{padding:18px}.storybook-admin-inspector h2{margin:0 0 16px}.storybook-admin-inspector>label{display:block;margin:13px 0}.storybook-admin-asset-row{display:grid;grid-template-columns:1fr auto;align-items:end;gap:7px}.storybook-admin-upload{min-height:40px;margin:7px 0 0;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #bcd3c0;border-radius:9px;color:#2f7340!important;background:#eff8ef;cursor:pointer;white-space:nowrap}.storybook-admin-upload input{display:none}.storybook-admin-upload svg{width:15px}.storybook-admin-layers{margin-top:18px;padding-top:16px;border-top:1px solid #e7e4dc}.storybook-admin-layers>div:first-child{display:flex;align-items:center;justify-content:space-between}.storybook-admin-layers h3{margin:0;display:flex;align-items:center;gap:8px}.storybook-admin-layers h3 svg{width:18px}.storybook-admin-layer{display:grid;grid-template-columns:90px 1fr 38px;gap:6px}.storybook-admin-layer button{height:40px;align-self:end;border:1px solid #ead3cf;border-radius:8px;color:#a84e43;background:#fff5f3}.storybook-admin-layer button svg{width:16px}.storybook-admin-layers>button{margin-top:10px}.storybook-admin-sentences{margin-top:18px;padding:18px}.storybook-admin-sentences>div:first-child{display:flex;align-items:baseline;gap:12px}.storybook-admin-sentences h2{margin:0}.storybook-admin-sentences p{color:#78837b}.storybook-admin-sentence{display:grid;grid-template-columns:28px 1fr .8fr 1fr 38px;align-items:end;gap:8px;margin:9px 0}.storybook-admin-sentence>span{height:40px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--storybook-green);font-weight:850}.storybook-admin-sentence>button{height:40px;border:1px solid #ead3cf;border-radius:8px;color:#a84e43;background:#fff5f3}.storybook-admin-sentence>button svg{width:16px}.storybook-admin-validation{margin-top:18px;padding:18px;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.storybook-admin-validation>div{margin-right:auto}.storybook-admin-validation h2{margin:0 0 4px}.storybook-admin-validation>div p{margin:0;color:#78837b}.storybook-admin-validation>span{padding:9px 11px;display:inline-flex;align-items:center;gap:6px;border-radius:9px;font-size:12px;font-weight:800}.storybook-admin-validation .ready{color:#2e7440;background:#e4f3e5}.storybook-admin-validation .missing{color:#9c493d;background:#fff0ed}.storybook-admin-validation svg{width:16px}.storybook-admin-validation>p{flex-basis:100%;margin:8px 0 0;color:#2e7440}.admin-section-links{display:flex;gap:8px;margin-top:10px}.admin-section-links button{padding:7px 10px;border:1px solid #d9d7cf;border-radius:8px;background:#fff;cursor:pointer}@media(max-width:900px){.storybook-library{padding-top:42px}.storybook-feature{grid-template-columns:1fr;min-height:0}.storybook-cover-stage{grid-row:1;min-height:clamp(300px,58vw,470px)}.storybook-cover-flow{height:clamp(280px,52vw,430px)}.storybook-cover-button.active{width:min(86%,620px);height:min(92%,390px)}.storybook-cover-button.previous,.storybook-cover-button.next{width:min(46%,330px);height:min(68%,300px)}.storybook-experience{grid-template-columns:1fr}.storybook-experience>div{padding:16px 4px}.storybook-scene-image{height:min(64vh,650px);min-height:470px}.storybook-sentence-panel{grid-template-columns:1fr}.storybook-admin-basics{grid-template-columns:repeat(2,1fr)}.storybook-admin-workspace{grid-template-columns:1fr}.storybook-admin-sentence{grid-template-columns:28px 1fr 1fr}.storybook-admin-sentence .storybook-admin-asset-row{grid-column:2 / -1}}@media(max-width:600px){.storybook-library{min-height:calc(100vh - 64px);padding:30px 16px 100px}.storybook-library-heading{margin-bottom:22px}.storybook-library-heading h1{font-size:44px}.storybook-feature{padding:16px;gap:24px;border-radius:19px}.storybook-cover-stage{min-height:300px}.storybook-cover-flow{height:276px}.storybook-cover-button{border-radius:15px}.storybook-cover-button.active{width:88%;height:228px;transform:translate(0) rotate(.2deg) scale(1)}.storybook-cover-button.previous,.storybook-cover-button.next{width:46%;height:178px;opacity:.76}.storybook-cover-button.previous{transform:translate(-60%) rotate(-5deg) scale(.9)}.storybook-cover-button.next{transform:translate(60%) rotate(5deg) scale(.9)}.storybook-carousel-arrow{width:42px;height:48px;border-radius:14px}.storybook-carousel-prev{left:-4px}.storybook-carousel-next{right:-4px}.storybook-feature h2{font-size:38px}.storybook-feature-actions{display:grid}.storybook-feature-actions button{width:100%}.storybook-narration-note{justify-content:center}.storybook-shelf-head{display:block}.storybook-book-card{grid-template-columns:1fr}.storybook-book-cover img{aspect-ratio:16 / 9}.storybook-experience{margin-top:22px}.storybook-reader{padding:8px 0 92px;background:var(--storybook-cream)}.storybook-reader-topbar{min-height:50px;margin:0 8px 7px;grid-template-columns:44px minmax(0,1fr) auto 44px 44px;gap:2px}.storybook-reader-topbar>button{border:0;background:transparent}.storybook-reader-topbar>div{display:block}.storybook-reader-topbar strong{display:block;font-size:15px}.storybook-reader-topbar div span{display:none}.storybook-page-number{padding:6px 8px;font-size:11px}.storybook-scene{overflow:visible;border-radius:0;box-shadow:none;background:var(--storybook-cream)}.storybook-scene-image{width:calc(100% - 20px);height:clamp(310px,42vh,390px);min-height:0;margin:0 10px;border-radius:16px;object-fit:cover}.storybook-turning-page{inset:0 auto auto 10px;width:calc(100% - 20px);height:clamp(310px,42vh,390px);border-radius:16px}.storybook-page-sweep{inset:0 10px auto;height:clamp(310px,42vh,390px);border-radius:16px}.storybook-turn{display:none}.storybook-rain,.storybook-sparkles{inset:0 10px auto;height:calc((100vw - 20px)*.75);overflow:hidden;border-radius:16px}.storybook-sentence-panel{position:relative;inset:auto;padding:12px 14px 4px;display:grid;gap:8px}.storybook-sentence{min-height:76px;padding:11px 12px;border-color:#e6e0d3;background:#fff;box-shadow:0 5px 16px #283a2e12;-webkit-backdrop-filter:none;backdrop-filter:none}.storybook-sentence strong{font-size:18px;white-space:normal}.storybook-sentence small{font-size:13px}.storybook-player-controls{position:fixed;z-index:20;right:0;bottom:0;left:0;min-height:78px;margin:0;padding:9px 14px env(safe-area-inset-bottom);gap:7px;border-top:1px solid #e5dfd2;background:#fffdf7f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.storybook-player-controls>button{min-width:44px;min-height:44px}.storybook-player-controls .storybook-play-all{min-width:56px;padding:0 15px;border-radius:50%}.storybook-player-controls button span{display:none}.storybook-replay{display:none!important}.storybook-page-dots{margin-left:2px;gap:5px}.storybook-page-dots button{width:6px;height:6px}.storybook-page-dots button.active{width:18px}.storybook-settings{inset:auto 10px 88px;width:auto}.storybook-admin-page{padding:18px 12px 40px}.storybook-admin-head{align-items:flex-start}.storybook-admin-head,.storybook-admin-head>div:last-child{flex-direction:column}.storybook-admin-basics{grid-template-columns:1fr}.storybook-admin-scene{min-height:220px}.storybook-admin-preview-lines{grid-template-columns:1fr}.storybook-admin-sentence{grid-template-columns:28px 1fr}.storybook-admin-sentence>input,.storybook-admin-sentence .storybook-admin-asset-row{grid-column:2 / -1}}@media(prefers-reduced-motion:reduce){.storybook-reader *,.storybook-cover-button img{scroll-behavior:auto!important;animation:none!important;transition:none!important}.storybook-scene:before,.storybook-scene:after,.storybook-turning-page,.storybook-page-sweep{display:none!important;animation:none!important}.storybook-rain,.storybook-sparkles{display:none}}.storybook-library{min-height:calc(100vh - 76px);padding:48px clamp(24px,5vw,72px) 110px;background:#fffaf0}.storybook-library-heading{margin-bottom:24px}.storybook-library-heading h1{font-size:clamp(40px,4.6vw,62px)}.storybook-feature{min-height:500px;border-radius:26px;background:#f1f8ea;box-shadow:0 18px 50px #4a3e271f}.storybook-kicker{background:#e1f1dd}.storybook-book-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.storybook-book-card{gap:13px;padding:13px;border-radius:18px;background:#fffdf7;box-shadow:0 12px 32px #463d2b14}.storybook-book-cover{border-radius:14px}.storybook-book-card h3{min-height:46px;font-size:19px}.storybook-book-card .storybook-meta span:nth-child(2){display:none}.storybook-experience{margin-top:26px}@media(max-width:980px){.storybook-book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.storybook-library{min-height:calc(100vh - 64px);padding:26px 12px 96px}.storybook-library-heading{margin-bottom:18px}.storybook-library-heading h1{font-size:38px}.storybook-library-heading p{margin-top:8px;font-size:15px}.storybook-feature{min-height:0;padding:20px 16px;gap:18px;border-radius:20px}.storybook-feature h2{margin-top:12px;font-size:32px}.storybook-feature h3{margin-top:8px;font-size:20px}.storybook-feature-copy>p{margin:12px 0;font-size:13px;line-height:1.55}.storybook-cover-stage{min-height:250px}.storybook-cover-flow{height:230px}.storybook-cover-button.active{height:220px;border-radius:17px}.storybook-shelf{margin-top:22px}.storybook-shelf-head{display:block;margin:0 2px 13px}.storybook-shelf-head h2{font-size:25px}.storybook-shelf-head p{margin-top:5px;font-size:12px;line-height:1.5}.storybook-book-grid{margin:0 -12px;padding:0 12px 6px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory}.storybook-book-card{width:250px;flex:0 0 250px;scroll-snap-align:start}.storybook-book-card h3{min-height:40px;font-size:17px}.storybook-experience{grid-template-columns:1fr;gap:0;margin-top:20px}.storybook-experience>div{padding:15px 8px}}
