:root{--green:#68bb60;--green-dark:#3c8f48;--mint:#eaf7e8;--ink:#20242a;--muted:#7c838b;--line:#e6e9e7;--cream:#fff9d9;--danger:#d75c5c;--shadow:0 14px 40px rgba(30,44,32,.1);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:var(--ink);background:#fafcf9;font-size:16px}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.boot{min-height:100vh;display:grid;place-content:center;text-align:center;color:var(--green-dark)}.logo-mark{display:grid;place-items:center;width:52px;height:52px;margin:auto;border-radius:15px;background:var(--green);color:#fff;font:700 30px Georgia}.topbar{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1160px)/2));position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand .logo-mark{width:34px;height:34px;border-radius:10px;font-size:20px;margin:0}.nav{display:flex;gap:6px;align-items:center}.nav button,.ghost{border:0;background:transparent;padding:10px 13px;border-radius:10px;color:#4b5259}.nav button:hover,.nav button.active,.ghost:hover{background:var(--mint);color:var(--green-dark)}.primary{border:0;border-radius:12px;background:var(--green);color:#fff;padding:11px 18px;font-weight:700;box-shadow:0 7px 18px #68bb6038}.primary:hover{background:#58aa52}.shell{max-width:1160px;margin:auto;padding:30px 22px 100px}.hero{min-height:540px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:55px;padding:54px 0}.eyebrow{color:var(--green-dark);font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}.hero h1{font-size:clamp(2.6rem,5vw,5rem);line-height:1.04;letter-spacing:-.055em;margin:16px 0 24px}.hero h1 em{font-style:normal;color:var(--green)}.lead{font-size:1.15rem;color:#616970;line-height:1.8;max-width:36rem}.hero-actions{display:flex;gap:12px;margin:30px 0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px}.stat strong{font-size:1.65rem;display:block}.stat span{color:var(--muted);font-size:.85rem}.hero-visual{position:relative}.hero-card{border-radius:30px;overflow:hidden;background:#fff;box-shadow:var(--shadow);transform:rotate(1.5deg);border:8px solid #fff}.hero-card img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}.hero-caption{padding:20px 22px}.hero-caption strong{display:block;font-size:1.15rem}.hero-caption small{color:var(--green-dark)}.float-chip{position:absolute;left:-28px;top:18%;background:#fff;padding:13px 18px;border-radius:14px;box-shadow:var(--shadow);font-weight:700}.section{padding:68px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px}.section h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.04em;margin:0}.muted{color:var(--muted)}.feature-grid,.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{background:#fff;border:1px solid var(--line);padding:24px;border-radius:18px}.feature b{display:block;margin-bottom:7px}.feature .icon{font-size:1.6rem;margin-bottom:18px}.steps{grid-template-columns:repeat(5,1fr)}.step{padding:22px;border-top:3px solid var(--green);background:#fff}.step i{font-style:normal;color:var(--green);font-weight:800;font-size:1.4rem}.step b{display:block;margin:14px 0 8px}.catalog-tools{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.search{flex:1;min-width:220px;border:1px solid var(--line);border-radius:12px;padding:12px 15px;background:#fff}.select{border:1px solid var(--line);border-radius:12px;padding:12px 34px 12px 13px;background:#fff}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.video-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;transition:.2s}.video-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.thumb{position:relative;aspect-ratio:16/10;background:#dde5dc;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.duration{position:absolute;right:9px;bottom:9px;background:#0f1210c7;color:#fff;border-radius:6px;padding:3px 7px;font-size:.78rem}.demo-badge{position:absolute;left:9px;top:9px;background:var(--green);color:#fff;border-radius:8px;padding:5px 8px;font-size:.75rem}.video-card .body{padding:15px}.video-card h3{font-size:1rem;margin:0 0 11px;line-height:1.45}.meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.78rem}.pill{background:#f1f5f1;padding:4px 8px;border-radius:999px}.pagination{display:flex;justify-content:center;gap:10px;margin-top:32px}.empty{text-align:center;padding:80px 20px;color:var(--muted)}.player-page{max-width:1220px;margin:auto;padding:18px 18px 125px}.backline{display:flex;align-items:center;gap:12px;height:44px;font-weight:750}.learning-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:20px}.video-wrap{position:sticky;top:84px;align-self:start;background:#111;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}video{display:block;width:100%;max-height:calc(100vh - 130px);background:#111}.subtitle-list{height:calc(100vh - 112px);overflow:auto;padding:1px 6px 80px}.subtitle{position:relative;background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px 50px 15px 16px;margin:0 0 9px;cursor:pointer}.subtitle.active{background:var(--cream);border-color:#f2df91}.subtitle .time{font:700 .75rem ui-monospace,monospace;color:#a07b16}.subtitle .en{font-size:1rem;font-weight:620;line-height:1.5;margin:5px 0}.subtitle .zh{color:#858b91;line-height:1.45}.star{position:absolute;right:12px;top:12px;border:0;background:#fff;border-radius:50%;width:32px;height:32px;color:#c8ceca;font-size:1.2rem}.star.on{color:#edb32e}.studybar{position:fixed;left:0;right:0;bottom:0;z-index:30;background:#fff;border-top:1px solid var(--line);box-shadow:0 -10px 30px #0000000f}.studybar-inner{max-width:900px;margin:auto;display:grid;grid-template-columns:repeat(7,1fr);align-items:center}.tool{border:0;background:#fff;padding:13px 6px 11px;color:#444;font-size:.78rem}.tool span{display:block;font-size:1.25rem;margin-bottom:2px}.tool.active{color:var(--green-dark);background:var(--mint)}.play-main{width:52px;height:52px;border-radius:50%;border:0;background:var(--green);color:#fff;font-size:1.35rem;margin:auto}.modal-backdrop{position:fixed;inset:0;z-index:50;background:#0d120e7a;display:grid;place-items:center;padding:20px}.modal{width:min(620px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 24px 80px #00000038}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line)}.modal-head h2{font-size:1.25rem;margin:0}.close{border:0;background:#f1f3f1;border-radius:50%;width:36px;height:36px}.modal-body{padding:22px}.tabs{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:18px}.tab{border:1px solid var(--line);background:#fff;padding:9px 13px;border-radius:10px}.tab.active{background:var(--mint);border-color:#bfe1bb;color:var(--green-dark)}.flashcard{min-height:350px;border-radius:18px;background:linear-gradient(145deg,#eff9ed,#fff);display:flex;flex-direction:column;justify-content:center;text-align:center;padding:40px;border:1px solid #dbeed8}.flashcard h3{font-size:2.1rem;margin:8px}.phonetic{color:var(--muted)}.definition{text-align:left;background:#fff;border-radius:13px;padding:17px;margin-top:22px}.card-actions{display:flex;justify-content:center;gap:10px;margin-top:18px}.card-actions button{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:10px}.auth-form{display:grid;gap:12px}.auth-form input{padding:13px;border:1px solid var(--line);border-radius:10px}.auth-switch{text-align:center;color:var(--green-dark);border:0;background:transparent}.profile-grid{display:grid;grid-template-columns:240px 1fr;gap:28px}.side{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;height:max-content}.side button{width:100%;text-align:left;border:0;background:transparent;padding:12px;border-radius:9px}.side button.active{background:var(--mint);color:var(--green-dark);font-weight:700}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.metric strong{display:block;font-size:2rem}.calendar{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.days{display:grid;grid-template-columns:repeat(14,1fr);gap:7px}.day{aspect-ratio:1;border-radius:4px;background:#edf0ed}.day.on{background:var(--green)}.faq{max-width:800px;margin:auto}.faq details{background:#fff;border-bottom:1px solid var(--line);padding:20px}.faq summary{font-weight:700;cursor:pointer}.faq p{color:var(--muted);line-height:1.7}.footer{background:#18231a;color:#d8e4d8;padding:48px 22px;text-align:center}.footer strong{color:#fff}.record-box{text-align:center;padding:30px}.record-ring{width:110px;height:110px;border:6px solid #dcefd9;border-radius:50%;display:grid;place-items:center;margin:10px auto 22px}.record-ring button{width:76px;height:76px;border-radius:50%;border:0;background:var(--danger);color:#fff}.notice{padding:12px 15px;background:#fff8d9;border-radius:10px;margin-bottom:16px}.hidden{display:none!important}#toast{position:fixed;z-index:100;right:20px;top:82px;display:grid;gap:8px}.toast{background:#202722;color:#fff;padding:12px 16px;border-radius:10px;box-shadow:var(--shadow);animation:pop .2s}.tag-list{display:flex;gap:8px;flex-wrap:wrap}.tag{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 12px;font-size:.85rem}.tag.active{background:var(--green);color:#fff;border-color:var(--green)}@keyframes pop{0%{transform:translateY(-8px);opacity:0}}.lesson-page{min-height:100vh;padding:20px;background:#f7faf6}.lesson-loading{min-height:70vh;display:grid;place-items:center;color:var(--muted)}.lesson-grid{width:100%;margin:auto;display:grid;grid-template-columns:minmax(0,3fr) minmax(390px,2fr);gap:20px;align-items:start}.lesson-grid.reading-open{grid-template-columns:minmax(420px,1.12fr) minmax(360px,.9fr) minmax(390px,1fr)}.video-column,.subtitle-panel,.reading-panel{min-width:0}.lesson-titlebar,.panel-head{height:84px;background:#fff;border:1px solid var(--line);border-radius:15px 15px 0 0;display:flex;align-items:center;padding:0 24px}.lesson-titlebar h1{margin:0;font-size:1.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lesson-meta{margin-left:auto;display:flex;gap:20px;color:var(--muted);font-size:.9rem;white-space:nowrap}.icon-btn{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:11px;background:transparent;color:#7f8982;font-size:1.18rem}.icon-btn:hover,.icon-btn.active{background:var(--green-dark);color:#fff}.back-btn{font-size:2rem;margin-right:6px;color:#3d4540}.lesson-video{background:#101211;overflow:hidden}.lesson-video video{display:block;width:100%;aspect-ratio:16/9;max-height:calc(100vh - 150px);background:#101211}.video-intro{background:#fff;border:1px solid var(--line);border-radius:14px;margin-top:16px;padding:20px 24px;box-shadow:0 3px 9px #2134250d}.video-intro h2{font-size:1rem;margin:0 0 12px}.video-intro p{margin:0;color:#778079;line-height:1.75}.subtitle-panel,.reading-panel{height:calc(100vh - 40px);background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.panel-head{height:84px;border:0;border-bottom:1px solid var(--line);border-radius:0}.panel-head h2{font-size:1.05rem;margin:0}.panel-tools{margin-left:auto;display:flex;gap:4px}.lesson-page .subtitle-list{height:calc(100% - 84px);overflow:auto;padding:12px 14px 80px;background:#fbfdfb}.lesson-page .subtitle{position:relative;background:#fff;border:1px solid #edf0ed;border-radius:12px;padding:14px 50px 15px 16px;margin:0 0 9px;cursor:pointer;transition:.18s}.lesson-page .subtitle:hover{border-color:#d9e5da}.lesson-page .subtitle.active{background:var(--cream);border-color:#f2df91;box-shadow:0 2px 5px #50451414}.lesson-page .subtitle .time{font:600 .78rem ui-monospace,monospace;color:#839087}.lesson-page .subtitle.active .time{color:#f09a00}.lesson-page .subtitle .en{font-size:1rem;font-weight:620;line-height:1.5;margin:5px 0}.lesson-page .subtitle .zh{color:#858f88;line-height:1.45}.lesson-page .star{top:50%;transform:translateY(-50%);border:1px solid #e3e9e4;box-shadow:0 4px 12px #1c302012}.term-highlight{border:0;border-bottom:4px solid #8be190;background:linear-gradient(transparent 60%,#e6f9e8 60%);padding:0 1px;color:inherit;font-weight:inherit}.term-highlight:hover{color:var(--green-dark)}.term-highlight.phrase{border-bottom-color:#62c976}.reading-panel{display:flex;flex-direction:column}.reading-tabs{height:72px;flex:0 0 72px;display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);padding:0 14px}.reading-tab{border:0;background:transparent;color:#758079;font-weight:700;position:relative}.reading-tab.active:after{content:"";position:absolute;left:25%;right:25%;bottom:0;height:3px;border-radius:3px;background:var(--green-dark)}.reading-controls{padding:12px 14px 8px}.filter-row,.visibility-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.filter-chip{border:0;border-radius:999px;padding:8px 13px;background:#eef5ee;color:#708077;font-size:.82rem}.filter-chip.active{background:var(--green-dark);color:#fff}.reading-list{flex:1;overflow:auto;padding:0 14px 50px}.reading-card{border:1px solid #dfe4e0;border-radius:12px;margin-bottom:12px;padding:17px 18px;background:#fff;box-shadow:0 3px 8px #192c1e0f}.reading-card header{display:flex;justify-content:space-between;gap:12px}.reading-card h3{font-size:1.3rem;margin:0 0 6px}.reading-card .phonetic{margin:0;color:#8a928d}.speak-btn{border:0;background:#f1f3f2;border-radius:50%;width:28px;height:28px;color:#647069}.status-dot{width:9px;height:9px;border-radius:50%;background:#cfd5d1;margin-top:8px}.status-dot.known{background:#54b96a}.status-dot.unknown{background:#e07a68}.definition-line{font-weight:650;border-bottom:1px solid #e7ebe7;padding-bottom:12px}.reading-card blockquote{margin:12px 0;background:#f8faf8;border-left:3px solid var(--green-dark);border-radius:8px;padding:11px 13px;color:#4e5851}.reading-card blockquote span{display:block;color:#858e88;margin-top:7px}.reading-card footer{display:flex;justify-content:space-between;align-items:center;gap:8px;border-top:1px solid #edf0ed;padding-top:12px}.jump-btn,.mark-btn{border:0;border-radius:999px;background:#eef7ed;color:var(--green-dark);padding:8px 12px}.mark-btn{background:transparent;color:#929a95;padding:7px 9px}.mark-btn.active{background:var(--green-dark);color:#fff}.compact{padding:40px 10px}.brand-button{border:0;background:transparent;padding:0}.library-section,.profile-section{padding-top:28px}.results-grid{margin-top:24px}.offline-banner{position:fixed;left:50%;top:10px;transform:translate(-50%);z-index:120;background:#243127;color:#fff;border-radius:999px;padding:9px 16px;font-size:.85rem;box-shadow:var(--shadow)}.native-app body{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);overscroll-behavior-y:none}.native-app .topbar{top:env(safe-area-inset-top)}.native-app .lesson-page,.native-app .modal-backdrop{padding-bottom:max(8px,env(safe-area-inset-bottom))}.native-app input{font-size:16px}.native-app button{-webkit-tap-highlight-color:transparent}.native-app .hero{min-height:auto}.native-app .footer{padding-bottom:calc(48px + env(safe-area-inset-bottom))}@media(max-width:1240px){.lesson-grid,.lesson-grid.reading-open{grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr)}.reading-panel{grid-column:1/-1;height:70vh}.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{max-width:520px;margin:auto}.video-grid,.steps,.feature-grid{grid-template-columns:repeat(2,1fr)}.profile-grid{grid-template-columns:1fr}.side{display:flex;overflow:auto}.side button{white-space:nowrap}.metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.hero{grid-template-columns:1fr;min-height:auto}.hero-visual{max-width:520px;margin:auto}.video-grid,.steps,.feature-grid{grid-template-columns:repeat(2,1fr)}.learning-layout{grid-template-columns:1fr}.video-wrap{position:relative;top:auto}.profile-grid{grid-template-columns:1fr}.side{display:flex;overflow:auto}.side button{white-space:nowrap}.metrics{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.lesson-page{padding:8px}.lesson-grid,.lesson-grid.reading-open{display:block}.lesson-titlebar{height:64px;padding:0 12px}.lesson-titlebar h1{font-size:1rem}.lesson-meta{gap:8px;font-size:.75rem}.lesson-meta span:first-child{display:none}.video-intro{margin:8px 0;padding:16px}.subtitle-panel,.reading-panel{height:auto;margin-top:10px}.panel-head{height:64px;padding:0 12px}.panel-tools{gap:0}.icon-btn{width:36px;height:36px}.lesson-page .subtitle-list{height:auto;max-height:70vh}.reading-panel{max-height:78vh}.reading-list{min-height:300px}.reading-tabs{height:62px;flex-basis:62px}.reading-card footer{align-items:flex-start;flex-direction:column}}.library-topbar{height:92px;position:relative;padding:0 max(24px,calc((100vw - 1600px)/2));background:#fbfdf9;border-color:#e7eee7}.sv-brand{display:flex;align-items:center;gap:12px;border:0;background:transparent;color:#142b51;text-align:left}.sv-brand>span:last-child{display:grid;line-height:1}.sv-brand b{font-size:28px;letter-spacing:.02em}.sv-brand small{font-size:11px;letter-spacing:.42em;font-weight:900;margin:4px 0 0 3px}.sv-play{position:relative;display:grid;place-items:center;width:46px;height:42px;border-radius:18px 18px 18px 5px;background:#08c976;color:#fff;font-size:16px}.sv-play i{position:absolute;right:-7px;bottom:-2px;width:21px;height:18px;border-radius:10px 10px 4px;background:#4a83ff;color:#fff;font-style:normal;font-size:8px;letter-spacing:-1px;display:grid;place-items:center}.library-nav{display:flex;align-items:center;gap:14px}.library-nav button{border:1px solid #d6e6da;background:#fff;color:#789083;border-radius:15px;padding:12px 20px;font-weight:750;box-shadow:0 5px 16px #375b3e0a}.library-nav button.active{color:#fff;background:#4ba66c;border-color:#4ba66c}.library-nav .user-orb{width:50px;height:50px;padding:0;border-radius:50%;background:#f1f7f2;color:#4a9a67}.library-page{min-height:calc(100vh - 92px);background:#f6f9f4;padding:38px 24px 90px}.library-layout{max-width:1600px;margin:auto;display:grid;grid-template-columns:365px minmax(0,1fr);gap:38px;align-items:start}.library-sidebar{display:grid;gap:20px}.library-side-card{background:#fff;border:1px solid #e4ebe5;border-radius:20px;padding:25px;box-shadow:0 4px 16px #2c483106}.library-side-card h2{font-size:17px;margin:0 0 28px;color:#32423a}.stat-card{min-height:204px}.library-stats{display:grid;grid-template-columns:repeat(3,1fr);text-align:center}.library-stats div{position:relative}.library-stats strong{display:block;font-size:40px;line-height:1;color:#37483f}.library-stats span{display:block;color:#4aa66c;font-size:14px;font-weight:650;margin-top:14px}.library-stats div:first-child:after{content:"";position:absolute;width:32px;height:4px;background:#4aa66c;border-radius:3px;left:50%;bottom:-15px;transform:translate(-50%)}.calendar-card{padding:18px 19px 22px}.calendar-card header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.calendar-card header button{width:38px;height:38px;border:0;border-radius:11px;background:#f7faf7;color:#829088;font-size:22px}.calendar-week,.month-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.calendar-week span{font-size:11px;color:#a0aba4;padding:5px 0 12px}.month-grid{row-gap:10px}.month-grid span{width:36px;height:36px;margin:auto;display:grid;place-items:center;border-radius:50%;font-size:13px;color:#5e6e64}.month-grid span.outside{color:#d8ded9}.month-grid span.today{background:#4ba66c;color:#fff;font-weight:800}.message-card h2{margin-bottom:18px}.message-note{min-height:150px;border-radius:12px;background:#e9f5e9;border-left:4px solid #51ae70;padding:15px 17px;display:flex;flex-direction:column;color:#5b9d6c}.message-note p{font-size:13px;line-height:1.75;margin:6px 0}.message-note time{margin-top:auto;font-size:12px;color:#7bb58a}.library-content{min-width:0}.library-filters{height:76px;background:#fff;border:1px solid #e4ebe5;border-radius:18px;padding:12px 14px;display:flex;align-items:center;gap:10px;margin-bottom:25px}.library-search{min-width:260px;flex:1;height:50px;border-radius:13px;background:#f7f9f6;display:flex;align-items:center;padding:0 15px;color:#7d8d83}.library-search span{font-size:25px;margin-right:8px}.library-search input{width:100%;border:0;outline:0;background:transparent;color:#3c4b42}.library-filters select{height:50px;border:1px solid #e2e9e3;border-radius:12px;background:#fff;color:#65776c;padding:0 31px 0 16px;font-weight:650;max-width:110px}.video-count{white-space:nowrap;font-size:16px;margin-left:8px}.video-count small{font-size:12px;color:#89958d;font-weight:500}.library-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.library-video-card{min-width:0;background:#fff;border:1px solid #e8ede8;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .18s,box-shadow .18s}.library-video-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px #26452c1a}.library-thumb{position:relative;aspect-ratio:16/9;background:#dfe8df;overflow:hidden}.library-thumb img{width:100%;height:100%;object-fit:cover;display:block}.library-thumb span{position:absolute;right:8px;bottom:8px;background:#141715d6;color:#fff;padding:4px 7px;border-radius:4px;font-size:12px}.library-card-body{padding:17px 18px 15px}.library-card-body h3{margin:0 0 9px;font-size:17px;color:#304039;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.library-card-body>p{height:22px;margin:0 0 15px;color:#7b8980;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.video-tags{display:flex;gap:6px;min-height:25px;overflow:hidden}.video-tags span,.library-card-body footer span{display:inline-block;white-space:nowrap;border-radius:8px;padding:4px 8px;font-size:11px;font-weight:650}.creator-tag{background:#fff0f7;color:#ef649a}.topic-tag{background:#e9f8f1;color:#2fbc83}.library-card-body footer{display:flex;align-items:center;gap:7px;margin-top:14px}.library-card-body footer time{margin-left:auto;color:#a0aaa4;font-size:12px}.level-tag{background:#e1f5f7;color:#39899a}.level-tag.level-advanced{background:#fde8eb;color:#c45a6a}.level-tag.level-intermediate{background:#fff2d9;color:#b17a22}.accent-tag{background:#f1ecfa;color:#76a}.library-video-grid>.empty{grid-column:1/-1;background:#fff;border-radius:16px}.ks-library-brand{display:flex;align-items:center;gap:12px;border:0;background:transparent;text-align:left;color:#294136}.ks-library-brand img{width:46px;height:46px;border-radius:13px}.ks-library-brand>span{display:grid;line-height:1}.ks-library-brand b{font-size:23px;letter-spacing:-.03em}.ks-library-brand small{font-size:9px;letter-spacing:.17em;color:#6e8276;margin-top:6px}.library-nav .user-orb{overflow:hidden}.library-nav .user-orb img{width:100%;height:100%;object-fit:cover}.account-settings-page{min-height:100vh;background:#f4f8f2;padding:24px}.account-settings-shell{max-width:920px;margin:auto}.account-settings-topbar{height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.account-settings-topbar button{justify-self:start;border:0;background:transparent;color:#50635a;font-weight:700;font-size:15px}.account-settings-topbar h1{margin:0;font-size:21px}.account-settings-topbar i{width:60px}.account-settings-stack{display:grid;gap:18px}.account-card{background:#fff;border:1px solid #e1e8e2;border-radius:18px;padding:26px 28px;box-shadow:0 5px 20px #233d2809}.account-card h2{font-size:18px;margin:0 0 22px;color:#304038}.account-card-head{display:flex;align-items:flex-start;justify-content:space-between}.account-card-head h2{margin-bottom:7px}.account-card-head p{margin:0 0 20px;color:#859188;font-size:14px}.account-profile-layout{display:grid;grid-template-columns:180px 1fr;gap:34px}.account-avatar-panel{display:flex;flex-direction:column;align-items:center;padding-right:28px;border-right:1px solid #edf0ed}.account-avatar{width:112px;height:112px;border:0;border-radius:50%;background:linear-gradient(145deg,var(--green),#3c8f48);color:#fff;font-size:36px;font-weight:800;overflow:hidden;padding:0}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-avatar-panel strong{margin-top:12px}.account-avatar-panel small{color:#9aa39d;margin-top:5px}.account-form-grid,.account-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.account-form-grid label,.account-password-grid label{display:grid;gap:8px;color:#516158;font-weight:650;font-size:14px}.account-form-grid input,.account-password-grid input{width:100%;height:48px;border:1px solid #dfe5e0;border-radius:11px;padding:0 14px;outline:0;background:#fff}.account-form-grid input:focus,.account-password-grid input:focus{border-color:var(--green)}.account-form-grid input:disabled{background:#f5f7f5;color:#909a94}.account-actions{grid-column:1/-1;display:flex;gap:10px;margin-top:4px}.account-button{border:0;border-radius:11px;padding:11px 20px;font-weight:750}.account-button.primary{background:var(--green);color:#fff}.account-button.secondary{background:#eef6ed;color:var(--green-dark)}.account-billing-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:5px 0 20px}.account-billing-summary>div{background:#f7faf7;border-radius:12px;padding:16px}.account-billing-summary span{display:block;color:#8a958e;font-size:12px;margin-bottom:8px}.account-billing-summary strong{color:#35453c}.account-theme-head>span{background:#edf6ec;color:var(--green-dark);border-radius:999px;padding:7px 12px;font-size:12px}.account-theme-options{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.account-theme-options label{position:relative;display:flex;align-items:center;gap:9px;border:1px solid #e2e7e3;border-radius:12px;padding:13px;cursor:pointer}.account-theme-options label.selected{border-color:var(--theme-option-color);background:color-mix(in srgb,var(--theme-option-color) 9%,white)}.account-theme-options input{position:absolute;opacity:0}.account-theme-options i{width:20px;height:20px;border-radius:50%;background:var(--theme-option-color)}.account-theme-options b{margin-left:auto;color:var(--theme-option-color);opacity:0}.account-theme-options label.selected b{opacity:1}.account-empty-state{text-align:center;color:#a0aaa4;background:#f7f9f7;border-radius:12px;padding:28px}.account-password-grid{grid-template-columns:repeat(3,1fr)}.account-footer-card{text-align:center}.account-button.logout{background:#fff0f0;color:#c95858;min-width:180px}@media(max-width:1280px){.library-layout{grid-template-columns:290px minmax(0,1fr);gap:22px}.library-filters{height:auto;flex-wrap:wrap}.library-search{flex-basis:100%}.library-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.library-topbar{height:70px;padding:0 14px}.ks-library-brand img{width:38px;height:38px}.ks-library-brand b{font-size:18px}.ks-library-brand small{font-size:7px}.library-nav{gap:6px}.library-nav button:not(.active):not(.user-orb){display:none}.library-nav button.active{padding:9px 13px}.library-nav .user-orb{width:40px;height:40px}.library-page{padding:14px 10px 70px}.library-layout{display:block}.library-sidebar{grid-template-columns:1fr 1fr;margin-bottom:14px}.stat-card{grid-column:1/-1;min-height:170px}.calendar-card{display:none}.message-card{grid-column:1/-1}.message-note{min-height:110px}.library-side-card{padding:18px}.library-filters{padding:10px;margin-bottom:14px;gap:7px}.library-filters select{flex:1;min-width:92px;max-width:none;height:43px;padding-left:11px}.video-count{margin-left:auto}.library-video-grid{grid-template-columns:1fr;gap:14px}.library-card-body{padding:14px}.library-thumb{aspect-ratio:16/9}.account-settings-page{padding:8px}.account-settings-topbar{height:58px}.account-settings-topbar button span{display:none}.account-card{padding:20px 16px}.account-profile-layout{grid-template-columns:1fr}.account-avatar-panel{border:0;border-bottom:1px solid #edf0ed;padding:0 0 20px}.account-form-grid,.account-password-grid,.account-billing-summary{grid-template-columns:1fr}.account-theme-options{grid-template-columns:1fr 1fr}.account-theme-head{gap:10px}}@media(max-width:620px){.topbar{height:58px;padding:0 14px}.brand b,.nav .desktop{display:none}.shell{padding:20px 15px 90px}.hero{padding:26px 0;gap:34px}.hero h1{font-size:2.8rem}.stats{grid-template-columns:repeat(2,1fr)}.hero-card{border-radius:20px}.float-chip{left:-5px}.section{padding:45px 0}.feature-grid,.steps,.video-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.lesson-page .subtitle{padding:13px 46px 14px 14px}.metrics{grid-template-columns:1fr 1fr}.modal-backdrop{padding:8px;align-items:end}.modal{border-radius:22px 22px 10px 10px;max-height:91vh}.hero-actions{flex-wrap:wrap}}.hub-page{min-height:calc(100vh - 92px);background:#f6f9f4;padding:42px 24px 100px}.hub-shell{max-width:1180px;margin:auto}.hub-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.hub-heading h1{font-size:38px;margin:7px 0 0;letter-spacing:-.04em}.hub-heading p{color:#7b8980}.favorite-list,.record-list{display:grid;gap:12px}.favorite-row,.record-row{display:flex;align-items:center;gap:18px;background:#fff;border:1px solid #e3eae4;border-radius:16px;padding:18px 20px}.favorite-copy{min-width:0;flex:1;display:grid;gap:7px;text-align:left;border:0;background:transparent}.favorite-copy small,.record-row small{color:#4ba66c;font-weight:700}.favorite-copy strong{font-size:17px;color:#314039}.favorite-copy span,.record-row span{color:#879189}.remove-favorite{border:0;background:#f5f7f5;color:#879189;border-radius:10px;padding:9px 12px}.hub-filters{display:flex;gap:8px;margin-bottom:20px}.hub-filters button{border:1px solid #dfe7e0;background:#fff;color:#748279;border-radius:999px;padding:9px 16px}.hub-filters button.active{background:#4ba66c;color:#fff;border-color:#4ba66c}.hub-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hub-card-grid .reading-card{margin:0}.hub-empty{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #d9e3da;border-radius:18px;padding:70px 20px}.hub-empty>span{display:block;color:#75b58a;font-size:36px}.hub-empty h3{margin:10px 0 24px}.record-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.record-summary>div{background:#fff;border:1px solid #e3eae4;border-radius:16px;padding:22px}.record-summary strong{display:block;font-size:32px}.record-summary span{color:#849088}.record-row img{width:150px;aspect-ratio:16/9;object-fit:cover;border-radius:11px;background:#e7ede7}.record-row>div{flex:1;min-width:0;display:grid;gap:6px}.record-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-row button{border:0;border-radius:10px;background:#eaf5e9;color:#3c8f48;padding:10px 14px;font-weight:700}.auth-page,.pricing-page{min-height:100vh;background:radial-gradient(circle at 15% 10%,#dff6df,transparent 34%),linear-gradient(145deg,#f7fcf6,#e7f6e5);display:grid;place-items:center;padding:76px 20px;position:relative}.auth-home{position:absolute;left:28px;top:24px;border:0;background:transparent;color:#52645a;font-weight:700}.auth-card,.pricing-card{width:min(460px,100%);background:#fff;border:1px solid #e0e9e1;border-radius:24px;padding:36px 42px;box-shadow:0 24px 70px #2a4f311f}.auth-card>img{display:block;width:62px;height:62px;margin:0 auto 18px}.auth-card h1,.pricing-card h1{text-align:center;font-size:30px;margin:0}.auth-card>p,.pricing-lead{text-align:center;color:#849088;line-height:1.7}.auth-card .auth-form{margin-top:26px}.auth-card label{display:grid;gap:7px;color:#526158;font-size:14px;font-weight:700}.auth-card input{height:48px}.forgot-link{justify-self:end;border:0;background:transparent;color:#4a9e67;font-size:13px}.auth-submit{margin-top:5px;height:48px}.auth-card>.auth-switch{display:block;margin:18px auto 0}.auth-icp{position:absolute;bottom:22px;color:#8da095}.pricing-card{width:min(620px,100%);padding:45px 52px}.pricing-card .eyebrow{text-align:center}.pricing-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:28px 0}.pricing-benefits>div{display:grid;text-align:center;background:#f4f9f3;border-radius:13px;padding:16px 8px}.pricing-benefits b{font-size:23px;color:#42955a}.pricing-benefits span{font-size:12px;color:#7c8b82;margin-top:4px}.pricing-price{text-align:center;margin:24px 0}.pricing-price del{color:#a6aea9}.pricing-price strong{display:block;font-size:64px;color:#3b8e52;line-height:1}.pricing-price strong small{font-size:26px}.pricing-price>span{color:#829087}.pricing-card ul{display:grid;gap:11px;list-style:none;padding:0;margin:28px auto;max-width:400px}.pricing-card li:before{content:"✓";color:#48a362;font-weight:900;margin-right:10px}.pricing-action{display:block;width:100%;height:52px}.pricing-note{text-align:center;color:#89958e}.pricing-note button{border:0;background:transparent;color:#3c8f48;font-weight:700}@media(max-width:800px){.hub-page{padding:24px 12px 70px}.hub-heading{align-items:start;flex-direction:column}.hub-card-grid{grid-template-columns:1fr}.record-summary{grid-template-columns:repeat(3,1fr)}.record-row{align-items:flex-start;flex-wrap:wrap}.record-row img{width:110px}.record-row button{margin-left:auto}.auth-card,.pricing-card{padding:30px 22px}.pricing-benefits{gap:6px}.library-nav button{padding:9px 10px;font-size:12px}}.practice-box{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);padding:14px 18px;margin-top:12px;border-radius:14px}.practice-box>div{display:grid;gap:3px;flex:1;min-width:220px}.practice-box span{color:var(--muted);font-size:13px}.practice-box button{border:0;border-radius:10px;background:#edf6ec;color:var(--green-dark);padding:10px 13px;font-weight:700}.practice-box button.recording{background:#fff0f0;color:#c85858}.practice-box audio{width:100%;height:38px}.card-head-actions{display:flex;align-items:center;gap:10px}.card-star{border:0;background:transparent;color:#bdc5bf;font-size:22px}.card-star.on{color:#edb32e}.flashcard-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:14px}.flashcard-toolbar select{height:42px;max-width:280px;border:1px solid #dfe7e0;border-radius:11px;background:#fff;padding:0 12px;color:#617168}.flashcard-toolbar .hub-filters{margin:0;flex:1}.chinese-toggle{border:1px solid #dfe7e0;background:#fff;border-radius:10px;padding:10px 13px;color:#65756b}.hub-card-grid.hide-chinese .definition-line,.hub-card-grid.hide-chinese blockquote span{display:none}.record-tabs{justify-content:flex-end}.account-order-list{display:grid;gap:8px}.account-order-list>div{display:flex;align-items:center;gap:16px;background:#f7f9f7;border-radius:11px;padding:13px}.account-order-list span{display:grid;gap:4px;flex:1}.account-order-list small{color:#8d9891}.account-order-list i{font-style:normal;color:var(--green-dark);background:#e9f5e8;padding:5px 9px;border-radius:999px;font-size:12px}:root{--landing-ink:#19362c;--landing-soft:#f4f8f1;--landing-card:#fff;--landing-shadow:0 24px 70px rgba(37,74,49,.11);--landing-shadow-soft:0 12px 36px rgba(37,74,49,.07);font-family:SF Pro Display,SF Pro Text,PingFang SC,Microsoft YaHei,Inter,system-ui,sans-serif}body{background:#fbfdf9}.topbar{box-shadow:0 1px #23422c0a;transition:box-shadow .25s,background .25s}.topbar:hover{box-shadow:0 10px 30px #23422c0e}.landing-shell{overflow:hidden}.landing-hero{max-width:1320px;min-height:720px;margin:auto;padding:76px 34px 82px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:86px}.hero-copy{position:relative;z-index:2}.hero-copy h1{margin:18px 0 25px;color:var(--landing-ink);font-size:clamp(3.4rem,6.1vw,6.2rem);line-height:.98;letter-spacing:-.065em}.hero-copy h1 em{font-style:normal;color:var(--green)}.hero-copy .lead{max-width:590px}.landing-primary{min-height:52px;padding:0 24px;border-radius:14px;box-shadow:0 12px 30px #54a85447}.hero-actions .ghost{font-weight:750}.hero-actions .ghost span{display:inline-block;transition:transform .2s}.hero-actions .ghost:hover span{transform:translate(4px)}.social-proof{display:flex;align-items:center;gap:16px;margin-top:34px}.avatar-stack{display:flex}.avatar-stack i{position:relative;z-index:calc(10 - var(--avatar-index));display:grid;place-items:center;width:38px;height:38px;margin-left:-9px;border:3px solid #fff;border-radius:50%;background:hsl(calc(112 + var(--avatar-index)*34) 48% 68%);color:#fff;font-style:normal;font-size:12px;font-weight:850;box-shadow:0 5px 12px #1b3e271a}.avatar-stack i:first-child{margin-left:0}.social-proof>div:last-child{display:grid;gap:3px}.social-proof b{font-size:14px;color:#345346}.social-proof span{font-size:12px;color:#8b9891}.hero-showcase{position:relative;min-height:540px;display:grid;place-items:center}.hero-glow{position:absolute;width:560px;height:560px;border-radius:50%;background:radial-gradient(circle,#d8f3d5 0,#edf8e9 48%,transparent 70%);filter:blur(3px);animation:glowPulse 6s ease-in-out infinite}.browser-frame{position:relative;z-index:2;width:min(680px,100%);overflow:hidden;border:8px solid #fff;border-radius:24px;background:#fff;box-shadow:0 40px 90px #224f2f2e;transform:perspective(1100px) rotateY(-5deg) rotateX(1deg);transition:transform .45s ease,box-shadow .45s}.browser-frame:hover{transform:perspective(1100px) rotateY(-1deg) translateY(-5px);box-shadow:0 48px 110px #224f2f38}.browser-bar{height:42px;display:flex;align-items:center;gap:7px;padding:0 13px;background:#f7f9f6}.browser-bar i{width:8px;height:8px;border-radius:50%;background:#cdd7cf}.browser-bar i:first-child{background:#ee9b91}.browser-bar i:nth-child(2){background:#ebcc72}.browser-bar i:nth-child(3){background:#75c887}.browser-bar span{margin:auto;color:#a1aaa4;font-size:10px}.browser-video{position:relative;aspect-ratio:16/9;background:linear-gradient(145deg,#d9e8da,#b9d5bd);overflow:hidden}.browser-video img{width:100%;height:100%;object-fit:cover;display:block}.browser-video:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 55%,#0f191259)}.browser-video button{position:absolute;z-index:2;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:66px;height:66px;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:#ffffffe6;color:var(--green-dark);font-size:20px;box-shadow:0 12px 30px #0000002b;transition:transform .2s}.browser-video button:hover{transform:translate(-50%,-50%) scale(1.08)}.browser-subtitle{display:grid;gap:6px;padding:17px 20px}.browser-subtitle small{color:#df9e32}.browser-subtitle b{color:#2d4237}.browser-subtitle span{font-size:13px;color:#87918a}.hero-float-card{position:absolute;z-index:3;display:grid;grid-template-columns:42px auto;column-gap:10px;align-items:center;padding:13px 16px;border:1px solid rgba(224,235,225,.8);border-radius:15px;background:#ffffffe8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:var(--landing-shadow-soft);animation:floatCard 4.8s ease-in-out infinite}.hero-float-card>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#e9f6e7;color:var(--green-dark);font-size:18px}.hero-float-card b{font-size:13px}.hero-float-card small{color:#8c9790;font-size:10px}.float-left{left:-38px;top:17%}.float-right{right:-20px;bottom:11%;animation-delay:-2.1s}.landing-stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:1180px;margin:0 auto 80px;border:1px solid #e2ebe2;border-radius:22px;background:#fff;box-shadow:var(--landing-shadow-soft)}.landing-stats>div{position:relative;display:grid;text-align:center;padding:29px 16px}.landing-stats>div:not(:last-child):after{content:"";position:absolute;right:0;top:24%;height:52%;width:1px;background:#e6ece6}.landing-stats strong{color:var(--landing-ink);font-size:30px}.landing-stats span{margin-top:6px;color:#829087;font-size:13px}.device-section{min-height:680px;padding:100px max(34px,calc((100vw - 1220px)/2));display:grid;grid-template-columns:.78fr 1.22fr;align-items:center;gap:80px;background:linear-gradient(145deg,#eff8ed,#f9fcf8)}.device-copy h2,.landing-heading h2,.purchase-copy h2{margin:12px 0 21px;color:var(--landing-ink);font-size:clamp(2.4rem,4.5vw,4rem);line-height:1.08;letter-spacing:-.05em}.device-copy>p,.landing-heading>p,.purchase-copy>p{color:#75857c;line-height:1.8}.device-copy ul{display:grid;gap:13px;padding:0;margin:27px 0 31px;list-style:none;color:#50645a}.device-copy li i{display:inline-grid;place-items:center;width:23px;height:23px;margin-right:10px;border-radius:50%;background:#dff2dc;color:#368548;font-style:normal;font-weight:900}.device-stage{position:relative;min-height:490px}.device-laptop{position:absolute;left:2%;top:55px;width:82%;padding:14px 14px 30px;border-radius:18px 18px 9px 9px;background:#26332d;box-shadow:0 35px 70px #1c372536;transform:rotate(-2deg)}.device-laptop:after{content:"";position:absolute;left:-8%;right:-8%;bottom:-9px;height:18px;border-radius:3px 3px 18px 18px;background:#aeb7b0}.device-laptop>div{overflow:hidden;border-radius:8px;background:#f9fbf8}.device-video{display:grid;place-items:center;aspect-ratio:16/8;background:linear-gradient(145deg,#729c83,#263e34);color:#fff;font-size:37px}.device-laptop section{display:grid;gap:5px;padding:17px}.device-laptop small{color:#88948d}.device-tablet{position:absolute;right:1%;top:7px;width:31%;padding:11px;border-radius:19px;background:#36443e;box-shadow:0 24px 54px #1c372536;transform:rotate(4deg)}.device-tablet>div{min-height:300px;display:flex;flex-direction:column;justify-content:center;padding:18px;border-radius:11px;background:#fff}.device-tablet b{color:var(--green-dark);font-size:12px}.device-tablet span{margin-top:34px;font-size:20px;font-weight:800}.device-tablet small{margin-top:7px;color:#8a958e}.device-phone{position:absolute;right:7%;bottom:5px;width:25%;padding:10px;border-radius:28px;background:#17231e;box-shadow:0 25px 58px #1c372540;transform:rotate(3deg)}.device-phone>div{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border-radius:20px;background:#f9fcf8;text-align:center}.device-phone small{color:#75a780}.device-phone b{margin-top:30px;font-size:19px}.device-phone span{color:#9aa39d}.device-phone button{margin-top:28px;border:0;border-radius:999px;background:var(--green);color:#fff;padding:8px 20px}.landing-section{max-width:1220px;margin:auto;padding:110px 34px}.landing-heading{display:flex;align-items:end;justify-content:space-between;gap:50px;margin-bottom:42px}.landing-heading>p{max-width:470px;margin:0}.landing-heading.centered{align-items:center;flex-direction:column;text-align:center;gap:5px}.landing-heading.centered>p{max-width:620px}.topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.topic-grid button{display:flex;align-items:flex-start;gap:17px;text-align:left;border:1px solid #e3ebe3;border-radius:18px;background:#fff;padding:24px;box-shadow:0 5px 18px #26462f09;animation:fadeUp .6s both;animation-delay:var(--topic-delay);transition:transform .25s,box-shadow .25s,border-color .25s}.topic-grid button:hover{transform:translateY(-5px);border-color:#cfe4cf;box-shadow:var(--landing-shadow-soft)}.topic-grid button>i{display:grid;place-items:center;flex:0 0 49px;height:49px;border-radius:15px;background:#ebf6e9;color:var(--green-dark);font-style:normal;font-size:20px}.topic-grid small{color:#7eb18b;font-weight:800;letter-spacing:.08em}.topic-grid h3{margin:5px 0 7px;color:#2a4437;font-size:19px}.topic-grid p{margin:0;color:#849087;font-size:13px;line-height:1.65}.topic-grid button>span{margin-left:auto;color:#a6b0aa;transition:transform .2s}.topic-grid button:hover>span{transform:translate(4px)}.tools-section{max-width:none;background:#17281f;color:#fff;padding-left:max(34px,calc((100vw - 1220px)/2));padding-right:max(34px,calc((100vw - 1220px)/2))}.tools-section .landing-heading h2{color:#fff}.tools-section .eyebrow{color:#83d384}.tools-section .landing-heading p{color:#aebdb4}.feature-grid.polished{max-width:1220px;margin:auto;grid-template-columns:repeat(3,1fr)}.feature-grid.polished article{padding:29px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff0e;animation:fadeUp .6s both;animation-delay:var(--feature-delay);transition:background .25s,transform .25s}.feature-grid.polished article:hover{transform:translateY(-4px);background:#ffffff17}.feature-grid.polished i{display:grid;place-items:center;width:46px;height:46px;margin-bottom:23px;border-radius:14px;background:#67b866;color:#fff;font-style:normal;font-size:20px}.feature-grid.polished h3{margin:0 0 10px;font-size:18px}.feature-grid.polished p{margin:0;color:#aab9b0;line-height:1.75;font-size:14px}.purchase-section{max-width:1120px;margin:110px auto;padding:72px;display:grid;grid-template-columns:1fr 390px;align-items:center;gap:90px;border-radius:32px;background:linear-gradient(135deg,#eaf7e7,#f8fcf6);box-shadow:inset 0 0 0 1px #4c90531a}.purchase-copy ol{display:grid;gap:15px;padding:0;margin:28px 0 32px;list-style:none}.purchase-copy li{display:flex;align-items:center;gap:14px}.purchase-copy li>i{display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:50%;background:#fff;color:var(--green-dark);font-style:normal;font-weight:900;box-shadow:0 5px 15px #2c523514}.purchase-copy li span{display:grid}.purchase-copy li small{margin-top:4px;color:#859189}.purchase-qr-card{text-align:center;border:1px solid #e1e9e1;border-radius:24px;background:#fff;padding:34px;box-shadow:var(--landing-shadow)}.qr-art{position:relative;width:190px;height:190px;margin:0 auto 24px;border:12px solid #fff;border-radius:13px;background-color:#fff;background-image:linear-gradient(90deg,#19362c 12%,transparent 12%,transparent 22%,#19362c 22%,#19362c 30%,transparent 30%,transparent 38%,#19362c 38%,#19362c 45%,transparent 45%,transparent 53%,#19362c 53%,#19362c 65%,transparent 65%,transparent 74%,#19362c 74%,#19362c 83%,transparent 83%),linear-gradient(#19362c 9%,transparent 9%,transparent 18%,#19362c 18%,#19362c 27%,transparent 27%,transparent 42%,#19362c 42%,#19362c 49%,transparent 49%,transparent 60%,#19362c 60%,#19362c 72%,transparent 72%,transparent 84%,#19362c 84%);box-shadow:0 8px 25px #1e3f2a1f}.qr-art i{position:absolute;width:48px;height:48px;border:8px solid #19362c;background:#fff}.qr-art i:after{content:"";position:absolute;inset:8px;background:#19362c}.qr-art i:first-child{left:7px;top:7px}.qr-art i:nth-child(2){right:7px;top:7px}.qr-art i:nth-child(3){left:7px;bottom:7px}.purchase-qr-card h3{margin:0;color:#294438}.purchase-qr-card p{color:#89958e;font-size:13px;line-height:1.7}.purchase-qr-card button{border:0;background:transparent;color:var(--green-dark);font-weight:800}.landing-section.faq{padding-top:50px;padding-bottom:110px}.landing-section.faq details{border:1px solid #e3eae3;border-radius:14px;margin-bottom:10px;transition:border-color .2s,box-shadow .2s}.landing-section.faq details[open]{border-color:#cfe3cf;box-shadow:0 9px 26px #284b310f}.landing-footer{padding:52px max(28px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;background:#13231b;color:#9caea3}.landing-footer>div{display:flex;align-items:center;gap:15px}.landing-footer .logo-mark{margin:0;width:44px;height:44px;font-size:24px}.landing-footer strong{color:#fff;font-size:17px}.landing-footer p{margin:5px 0 0;font-size:12px}.landing-footer nav{display:flex;gap:7px}.landing-footer nav button{border:0;background:transparent;color:#b8c5bd;padding:9px}.landing-footer>small{grid-column:1/-1;padding-top:25px;border-top:1px solid rgba(255,255,255,.08);font-size:11px}.video-column,.subtitle-panel,.reading-panel,.reading-card,.library-video-card{transition:box-shadow .25s,transform .25s,border-color .25s}.reading-card:hover{border-color:#cfe1d0;box-shadow:0 10px 28px #1e402917}.lesson-video{box-shadow:0 18px 45px #0f1a1326}.lesson-page .subtitle{box-shadow:0 2px 8px #1f3c2806}.lesson-page .subtitle:hover{transform:translateY(-1px);box-shadow:0 8px 22px #1f3c2813}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes glowPulse{0%,to{transform:scale(.96);opacity:.75}50%{transform:scale(1.05);opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.landing-hero{grid-template-columns:1fr;padding-top:60px;gap:35px}.hero-copy{text-align:center}.hero-copy .lead{margin-left:auto;margin-right:auto}.hero-actions,.social-proof{justify-content:center}.hero-showcase{width:min(760px,100%);margin:auto}.device-section{grid-template-columns:1fr;padding-top:80px}.device-copy{max-width:680px}.device-stage{width:min(760px,100%);margin:auto}.purchase-section{margin:80px 28px;grid-template-columns:1fr 330px;gap:50px;padding:54px}.topic-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.landing-hero{min-height:auto;padding:44px 18px 55px}.hero-copy h1{font-size:3.25rem}.hero-copy .lead{font-size:1rem}.hero-actions{align-items:stretch;flex-direction:column}.landing-primary{width:100%}.social-proof{align-items:flex-start}.hero-showcase{min-height:360px}.browser-frame{border-width:5px;border-radius:17px;transform:none}.browser-subtitle b{font-size:12px}.float-left{left:-3px;top:2%}.float-right{right:-2px;bottom:0}.hero-float-card{padding:9px 11px;grid-template-columns:34px auto}.hero-float-card>span{width:34px;height:34px}.landing-stats{grid-template-columns:1fr 1fr;margin:0 14px 55px}.landing-stats>div:nth-child(2):after{display:none}.landing-stats>div:nth-child(-n+2){border-bottom:1px solid #e6ece6}.device-section{padding:70px 18px;gap:35px}.device-stage{min-height:390px}.device-laptop{width:88%;top:55px}.device-tablet{width:35%}.device-phone{width:31%;right:2%}.landing-section{padding:75px 18px}.landing-heading{align-items:flex-start;flex-direction:column;gap:8px}.landing-heading h2,.device-copy h2,.purchase-copy h2{font-size:2.55rem}.topic-grid,.feature-grid.polished{grid-template-columns:1fr}.purchase-section{margin:55px 12px;padding:38px 20px;grid-template-columns:1fr;gap:35px}.purchase-qr-card{padding:28px 20px}.landing-footer{grid-template-columns:1fr;padding:42px 22px}.landing-footer nav{flex-wrap:wrap}.landing-footer>small{grid-column:auto}.lesson-video{box-shadow:none}}@media(max-width:760px){.device-stage{width:100%;height:min(82vw,340px);min-height:260px;overflow:hidden;isolation:isolate}.device-laptop{z-index:1;left:1%;top:28%;width:82%;padding:8px 8px 19px;border-radius:12px 12px 7px 7px;transform:rotate(-1deg)}.device-laptop:after{left:-4%;right:-4%;bottom:-6px;height:11px}.device-laptop>div{border-radius:6px}.device-video{font-size:clamp(22px,7vw,34px)}.device-laptop section{gap:3px;padding:9px 10px}.device-laptop section b{font-size:clamp(10px,3.1vw,14px)}.device-laptop small{font-size:clamp(8px,2.5vw,11px)}.device-tablet{z-index:2;right:2%;top:2%;width:29%;padding:7px;border-radius:13px;transform:rotate(2deg)}.device-tablet>div{min-height:155px;padding:10px;border-radius:8px;text-align:center}.device-tablet b{font-size:clamp(9px,2.8vw,12px)}.device-tablet span{max-width:100%;margin-top:18px;font-size:clamp(10px,3.2vw,14px);overflow-wrap:anywhere}.device-tablet small{font-size:clamp(8px,2.5vw,11px);overflow-wrap:anywhere}.device-phone{z-index:3;right:4%;bottom:2%;width:27%;max-width:112px;padding:6px;border-radius:19px;transform:rotate(1deg)}.device-phone>div{min-height:175px;padding:9px;border-radius:13px}.device-phone small{font-size:clamp(8px,2.5vw,11px)}.device-phone b{max-width:100%;margin-top:16px;font-size:clamp(10px,3vw,13px);overflow-wrap:anywhere}.device-phone span{max-width:100%;font-size:clamp(8px,2.4vw,10px);overflow-wrap:anywhere}.device-phone button{margin-top:14px;padding:5px 12px;font-size:clamp(9px,2.7vw,12px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.landing-hero{max-width:1400px;grid-template-columns:minmax(560px,.96fr) minmax(600px,1.04fr);gap:44px}.hero-copy h1{font-size:clamp(3.4rem,5.1vw,5.35rem)}@media(max-width:1100px){.landing-hero{grid-template-columns:1fr;gap:35px}.hero-copy h1{font-size:clamp(3.4rem,8vw,5.35rem)}}@media(max-width:760px){.hero-copy h1{font-size:3.25rem}}.unified-header{background:#fbfdf9f0;box-shadow:0 1px #23422c0d}.unified-header .header-buy{border-color:var(--green);background:var(--green);color:#fff;box-shadow:0 7px 18px rgba(var(--theme-rgb),.2)}.unified-header .header-buy:hover{background:var(--green-dark);color:#fff}.library-video-card.locked .library-thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#121c160a,#121c1633);pointer-events:none}.video-access{position:absolute;z-index:2;left:10px;top:10px;display:grid;place-items:center;min-width:34px;height:30px;padding:0 9px;border-radius:9px;background:#16201ad6;color:#fff;font-style:normal;font-size:14px;font-weight:800;box-shadow:0 5px 14px #0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.video-access.free{background:var(--green);font-size:12px}@media(max-width:800px){.unified-header .home-nav button{display:block}.unified-header .home-nav .desktop-only{display:none}.unified-header .home-nav{gap:5px}.unified-header .home-nav button{padding:9px 11px}.unified-header .home-nav .user-orb{padding:0}}.library-topbar{padding-left:max(24px,calc((100vw - 1440px)/2));padding-right:max(24px,calc((100vw - 1440px)/2))}.library-layout{max-width:1440px}.library-filters{height:auto;min-height:76px;align-items:center;flex-wrap:wrap}.filter-selects{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.multi-select{position:relative;min-width:104px}.multi-select summary{height:50px;display:flex;align-items:center;gap:8px;padding:0 13px;border:1px solid #dfe7e0;border-radius:12px;background:#fff;color:#65776c;font-weight:700;list-style:none;cursor:pointer;transition:border-color .18s,box-shadow .18s}.multi-select summary::-webkit-details-marker{display:none}.multi-select summary>span{flex:1;max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select summary>b{display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:var(--green);color:#fff;font-size:11px}.multi-select summary>i{font-style:normal;color:#91a097;transition:transform .18s}.multi-select[open] summary{border-color:color-mix(in srgb,var(--green) 60%,white);box-shadow:0 0 0 3px rgba(var(--theme-rgb),.12)}.multi-select[open] summary>i{transform:rotate(180deg)}.multi-menu{position:absolute;z-index:30;top:calc(100% + 8px);left:0;width:max(220px,100%);max-height:320px;overflow:auto;padding:9px;border:1px solid #dfe7e0;border-radius:14px;background:#fff;box-shadow:0 18px 48px #1f362629}.multi-menu header{display:flex;align-items:center;justify-content:space-between;padding:7px 8px 9px;color:#34463c}.multi-menu header button{border:0;background:transparent;color:var(--green-dark);font-size:12px}.multi-menu label{display:flex;align-items:center;gap:10px;padding:10px;border-radius:9px;color:#64736a;cursor:pointer}.multi-menu label:hover,.multi-menu label.selected{background:var(--theme-soft);color:var(--green-dark)}.multi-menu input{position:absolute;opacity:0;pointer-events:none}.multi-menu label>span{flex:1}.multi-menu label>i{visibility:hidden;font-style:normal;font-weight:900}.multi-menu label.selected>i{visibility:visible}.filter-result{display:flex;align-items:center;gap:9px;margin-left:auto;white-space:nowrap}.filter-result small{font-size:12px;color:#89958d;font-weight:500}.filter-result button{border:0;background:var(--theme-soft);color:var(--green-dark);border-radius:999px;padding:7px 10px;font-size:12px;font-weight:750}@media(max-width:800px){.library-topbar{height:64px;padding:0 10px}.unified-header .ks-library-brand{gap:7px}.unified-header .ks-library-brand img{width:36px;height:36px}.unified-header .ks-library-brand b{font-size:16px}.unified-header .ks-library-brand small{display:none}.unified-header .home-nav{display:flex;flex:1;justify-content:flex-end}.unified-header .home-nav button{font-size:13px;padding:8px 10px}.unified-header .home-nav .header-buy{display:block}.library-page{padding:14px 10px 60px}.library-filters{display:grid;height:auto;gap:10px;padding:12px}.library-search{min-width:0;width:100%}.filter-selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.multi-select{min-width:0}.multi-select summary{height:44px}.multi-menu{position:fixed;z-index:80;inset:auto 12px 12px;width:auto;max-height:58vh;border-radius:18px;padding:12px}.filter-result{width:100%;justify-content:space-between;margin:0}.library-content{overflow:visible}}@media(max-width:390px){.unified-header .ks-library-brand>span{display:none}.unified-header .home-nav button{padding:8px 9px}}@media(max-width:800px){.unified-header .library-nav.home-nav button:not(.user-orb){display:block}.unified-header .library-nav.home-nav .desktop-only{display:none}}:root{--theme-soft:#eaf7e8;--theme-pale:#f4f8f1;--theme-ink:#19362c;--theme-rgb:104,187,96;--landing-ink:var(--theme-ink);--landing-soft:var(--theme-pale);--landing-shadow:0 24px 70px rgba(var(--theme-rgb),.14);--landing-shadow-soft:0 12px 36px rgba(var(--theme-rgb),.1)}::selection{background:rgba(var(--theme-rgb),.24)}body,.library-topbar{background:color-mix(in srgb,var(--theme-pale) 38%,white)}.primary:hover{background:var(--green-dark)}.primary,.landing-primary{box-shadow:0 10px 25px rgba(var(--theme-rgb),.26)}.nav button:hover,.nav button.active,.ghost:hover,.side button.active,.tool.active,.tab.active{background:var(--theme-soft);color:var(--green-dark)}.hero-glow{background:radial-gradient(circle,var(--theme-soft) 0,var(--theme-pale) 50%,transparent 72%)}.hero-float-card>span,.topic-grid button>i,.device-copy li i{background:var(--theme-soft);color:var(--green-dark)}.device-section,.purchase-section{background:linear-gradient(145deg,var(--theme-soft),color-mix(in srgb,var(--theme-pale) 62%,white))}.tools-section,.landing-footer,.footer{background:var(--theme-ink)}.tools-section .eyebrow{color:color-mix(in srgb,var(--green) 72%,white)}.feature-grid.polished i{background:var(--green)}.topic-grid button:hover,.landing-section.faq details[open],.reading-card:hover{border-color:color-mix(in srgb,var(--green) 38%,white)}.qr-art{background-image:linear-gradient(90deg,var(--theme-ink) 12%,transparent 12%,transparent 22%,var(--theme-ink) 22%,var(--theme-ink) 30%,transparent 30%,transparent 38%,var(--theme-ink) 38%,var(--theme-ink) 45%,transparent 45%,transparent 53%,var(--theme-ink) 53%,var(--theme-ink) 65%,transparent 65%,transparent 74%,var(--theme-ink) 74%,var(--theme-ink) 83%,transparent 83%),linear-gradient(var(--theme-ink) 9%,transparent 9%,transparent 18%,var(--theme-ink) 18%,var(--theme-ink) 27%,transparent 27%,transparent 42%,var(--theme-ink) 42%,var(--theme-ink) 49%,transparent 49%,transparent 60%,var(--theme-ink) 60%,var(--theme-ink) 72%,transparent 72%,transparent 84%,var(--theme-ink) 84%)}.qr-art i{border-color:var(--theme-ink)}.qr-art i:after{background:var(--theme-ink)}.library-page,.hub-page,.lesson-page,.account-page,.account-settings-page{background:color-mix(in srgb,var(--theme-pale) 72%,white)}.mobile-player-page{min-height:100dvh;background:#f8fbf8;color:#26332e;padding-bottom:205px}.mobile-player-header{height:64px;display:flex;align-items:center;gap:12px;padding:0 16px;background:#fff;border-bottom:1px solid #edf0ed}.mobile-player-header button{border:0;background:none;color:#5e6d65;font-size:38px;line-height:1;width:36px}.mobile-player-header h1{font-size:18px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-player-video{position:sticky;top:0;z-index:5;padding:0;background:#fff}.mobile-player-video video{display:block;width:100%;aspect-ratio:16/9;background:#141916;object-fit:contain}.mobile-player-subtitles{padding:12px 12px 30px;max-width:750px;margin:auto}.mobile-subtitle-card{background:#fff;border:1px solid #e3e9e4;border-radius:16px;padding:14px 16px;margin-bottom:10px;box-shadow:0 3px 10px #1f3d2b08}.mobile-subtitle-card.active{background:#fff7d5;border-color:#f2dfa0}.mobile-subtitle-top{display:flex;align-items:center;justify-content:space-between}.mobile-subtitle-top time{font:700 13px ui-monospace,monospace;color:#77867b}.mobile-subtitle-card.active time{color:#d99018}.mobile-subtitle-top button{border:0;background:#fff;border-radius:50%;width:34px;height:34px;font-size:26px;color:#bec7c2;line-height:1}.mobile-subtitle-top button.saved{color:#e4a42d}.mobile-subtitle-en{font-size:1em;font-weight:700;line-height:1.55;margin:5px 0 7px}.mobile-subtitle-zh{color:#77867b;line-height:1.55}.mobile-subtitle-hidden{margin:8px 0;color:#9ca9a1;font-style:italic}.mobile-sentence-practice{display:flex;align-items:center;gap:9px;background:#f4f8fa;border-radius:12px;padding:9px;margin-top:12px}.mobile-sentence-practice button{width:42px;height:42px;border:0;border-radius:50%;background:#3684ef;color:#fff}.mobile-sentence-practice button+button{background:#f04b4b}.mobile-sentence-practice button.recording{animation:glowPulse 1s infinite}.mobile-sentence-practice audio{min-width:0;flex:1;height:38px}.mobile-player-controls{position:fixed;bottom:0;left:0;right:0;z-index:20;background:#fff;border-top:1px solid #e4e9e5;padding:8px 10px max(10px,env(safe-area-inset-bottom));box-shadow:0 -10px 30px #23352b0f}.mobile-player-tools,.mobile-player-actions{display:grid;grid-template-columns:repeat(5,1fr);align-items:center}.mobile-player-tools button,.mobile-player-actions button{border:0;background:transparent;color:#515d58;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:52px}.mobile-player-tools span{font-size:25px;line-height:1.1}.mobile-player-tools small{font-size:11px;margin-top:3px}.mobile-player-progress{display:flex;align-items:center;gap:10px;margin:6px 2px;color:#6d7980;font-variant-numeric:tabular-nums;font-size:13px}.mobile-player-progress span:first-child{color:#10a879}.mobile-player-progress input{flex:1;min-width:0;accent-color:#10af80}.mobile-player-actions button{font-size:25px}.mobile-player-actions .main-play{width:58px;height:58px;min-height:58px;margin:auto;border-radius:50%;background:#46ac4b;color:#fff;font-size:25px;box-shadow:0 5px 16px #46ac4b38}.mobile-player-controls.collapsed{padding-top:4px}.mobile-player-controls.collapsed~.mobile-player-subtitles{padding-bottom:120px}.mobile-player-scrim{position:fixed;inset:0;z-index:30;background:#131c1761;display:flex;align-items:flex-end}.mobile-player-sheet{position:relative;width:100%;max-height:75dvh;overflow:auto;border-radius:22px 22px 0 0;background:#f7f9fc;padding:28px 16px max(24px,env(safe-area-inset-bottom));box-shadow:0 -10px 35px #0000001a}.mobile-player-sheet h2{font-size:19px;margin:10px 4px 20px}.sheet-handle{position:absolute;top:9px;left:calc(50% - 22px);height:5px;width:44px;background:#cbd2da;border-radius:10px}.sheet-close{position:absolute;right:14px;top:17px;border:0;background:transparent;font-size:26px;color:#77818a}.sheet-row,.sheet-options>button,.sheet-link{display:flex;align-items:center;gap:12px;width:100%;min-height:58px;margin-bottom:9px;border:1px solid #e2e7ec;border-radius:14px;background:#fff;padding:12px 16px;color:#263139;text-align:left}.sheet-row strong{font-size:14px;white-space:nowrap}.sheet-row input[type=range]{flex:1;min-width:40px;accent-color:#0fb482}.sheet-row input[type=checkbox]{margin-left:auto;width:22px;height:22px;accent-color:#0fb482}.sheet-row span{font-size:13px;white-space:nowrap}.sheet-segment{display:flex;gap:3px;margin-left:auto;background:#f3f6f9;border-radius:999px;padding:3px}.sheet-segment button{border:0;border-radius:999px;background:transparent;padding:7px 10px;color:#68737c;white-space:nowrap}.sheet-segment button.selected,.sheet-options>button.selected{background:#10af80;color:#fff}.sheet-options>button{font-weight:700}.sheet-label{color:#75828b;margin:18px 3px 10px}.sheet-link{font-weight:700}.mobile-card-list{max-height:55dvh;overflow:auto;margin-top:14px}@media(min-width:801px){.mobile-player-page{display:none}}.library-nav button.active,.hub-filters button.active{background:var(--green);border-color:var(--green)}.library-nav .user-orb,.record-row button,.account-button.secondary,.filter-chip,.jump-btn{background:var(--theme-soft);color:var(--green-dark)}.library-stats span,.favorite-copy small,.record-row small{color:var(--green-dark)}.library-stats div:first-child:after,.month-grid span.today{background:var(--green)}.message-note{background:var(--theme-soft);border-left-color:var(--green);color:var(--green-dark)}.icon-btn:hover,.icon-btn.active,.filter-chip.active,.mark-btn.active{background:var(--green-dark);color:#fff}.reading-tab.active{color:var(--green-dark)}.reading-tab.active:after{background:var(--green-dark)}.term-highlight{border-bottom-color:var(--green);background:linear-gradient(transparent 60%,var(--theme-soft) 60%)}.term-highlight.phrase{border-bottom-color:var(--green-dark)}.reading-card blockquote{border-left-color:var(--green-dark);background:color-mix(in srgb,var(--theme-pale) 55%,white)}.account-avatar{background:linear-gradient(145deg,var(--green),var(--green-dark))}.account-theme-head>span{background:var(--theme-soft);color:var(--green-dark)}.account-billing-summary>div,.pricing-benefits>div{background:color-mix(in srgb,var(--theme-pale) 74%,white)}.auth-page,.pricing-page{background:radial-gradient(circle at 15% 10%,var(--theme-soft),transparent 34%),linear-gradient(145deg,color-mix(in srgb,var(--theme-pale) 54%,white),var(--theme-soft))}.forgot-link,.pricing-benefits b,.pricing-card li:before,.pricing-note button,.pricing-price strong{color:var(--green-dark)}[data-theme=blue] .avatar-stack i{background:hsl(calc(205 + var(--avatar-index)*18) 58% 68%)}[data-theme=purple] .avatar-stack i{background:hsl(calc(265 + var(--avatar-index)*16) 48% 70%)}[data-theme=orange] .avatar-stack i{background:hsl(calc(18 + var(--avatar-index)*18) 62% 69%)}.mobile-library-bar,.mobile-search-shell,.mobile-search-history,.mobile-search-summary,.mobile-overlay{display:none}.mobile-search-page .mobile-search-shell{display:flex;max-width:900px;margin:auto}.mobile-search-page .mobile-search-history,.mobile-search-page .mobile-search-summary{display:block;max-width:900px;margin:auto}.mobile-search-page .mobile-search-summary{display:flex}.mobile-search-page .library-layout{display:none}.mobile-search-page:has(.mobile-search-summary) .library-layout{display:block;max-width:900px}.mobile-search-page .library-sidebar,.mobile-search-page .library-filters{display:none}.mobile-search-page .library-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:800px){body:has(.library-page)>.topbar,body:has(.library-page) #root>.topbar,body:has(.library-page) #root>header.unified-header{display:none}.library-page{min-height:100dvh;padding:0 0 48px;background:#f9fcf9}.mobile-library-bar{position:sticky;top:env(safe-area-inset-top,0px);z-index:18;display:flex;align-items:center;gap:10px;height:74px;padding:10px 14px;background:#fff;border-bottom:1px solid #edf2ed}.mobile-round-button{position:relative;flex:0 0 46px;height:46px;border:0;border-radius:50%;background:#f5f9f6;color:var(--green-dark);font-size:23px;line-height:1}.mobile-round-button i{position:absolute;right:-2px;top:-3px;display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:var(--green);color:#fff;font-size:10px;font-style:normal}.mobile-search-trigger{display:flex;align-items:center;gap:10px;flex:1;min-width:0;height:46px;padding:0 17px;border:0;border-radius:25px;background:#f5f9f6;color:#7d8d83;text-align:left;font-size:16px}.mobile-search-trigger span{font-size:24px;line-height:1}.library-layout{display:block;padding:18px 14px 0}.library-sidebar,.library-filters{display:none}.library-video-grid{grid-template-columns:1fr;gap:20px}.library-video-card{border:0;border-radius:17px;box-shadow:0 5px 20px #28462d0e}.library-card-body{padding:17px 18px}.library-card-body h3{font-size:18px}.library-card-body>p{font-size:14px}.mobile-overlay{position:fixed;inset:0;z-index:100;display:block;background:#18271e6b}.mobile-drawer{position:absolute;inset:0 auto 0 0;width:min(85vw,390px);overflow-y:auto;padding:24px 20px max(30px,env(safe-area-inset-bottom));background:#fff;box-shadow:12px 0 35px #14281929}.mobile-drawer-close{position:absolute;right:14px;top:15px;border:0;background:transparent;color:#72867a;font-size:31px}.mobile-user{display:flex;align-items:center;gap:11px;width:100%;margin:40px 0 20px;padding:0 0 20px;border:0;border-bottom:1px solid #e6eee8;background:transparent;color:#2e4035;text-align:left}.mobile-user>span{display:grid;place-items:center;width:45px;height:45px;border:1px solid #d8e8db;border-radius:50%;background:#f1fbf4;color:var(--green-dark);font-weight:800}.mobile-user strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-user b{padding:4px 7px;border-radius:6px;background:#304339;color:#fff;font-size:10px}.mobile-user i{margin-left:auto;font-style:normal;color:#86978b}.mobile-drawer-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:6px 0 20px;border-bottom:1px solid #e6eee8;text-align:center}.mobile-drawer-stats strong{display:block;color:var(--green-dark);font-size:27px}.mobile-drawer-stats span{color:#809087;font-size:12px}.mobile-drawer .calendar-card{display:block;margin:18px 0;padding:12px 5px;border:0;box-shadow:none}.mobile-drawer .calendar-card header{margin-bottom:10px}.mobile-drawer .calendar-card header b{font-size:14px}.mobile-drawer .month-grid{row-gap:4px}.mobile-drawer .month-grid span{width:31px;height:31px;font-size:12px}.mobile-drawer nav{border-top:1px solid #e7efe9;border-bottom:1px solid #e7efe9;padding:9px 0}.mobile-drawer nav button{display:flex;align-items:center;gap:14px;width:100%;padding:15px 8px;border:0;background:#fff;color:#34463d;text-align:left;font-size:21px}.mobile-drawer nav button span{flex:1;font-size:17px;font-weight:750}.mobile-drawer-message h2{font-size:17px}.mobile-drawer-message>div{border-left:3px solid var(--green);border-radius:12px;background:var(--theme-soft);padding:14px;color:#47795a}.mobile-drawer-message p{font-size:13px;line-height:1.65}.mobile-drawer-message time{font-size:11px}.mobile-filter-overlay{display:flex;align-items:flex-end}.mobile-filter-sheet{display:flex;flex-direction:column;width:100%;max-height:min(87dvh,900px);border-radius:24px 24px 0 0;background:#fff;overflow:hidden}.mobile-filter-sheet>header{display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:0 18px;border-bottom:1px solid #e6eee8}.mobile-filter-sheet>header button{width:39px;height:39px;border:1px solid #e4ede6;border-radius:50%;background:#fff;color:#6a7c70;font-size:25px}.mobile-filter-sheet>header h2{margin:0;font-size:19px}.mobile-filter-sheet>header span{color:#859489;font-size:13px}.mobile-filter-scroll{overflow:auto;flex:1;padding:8px 18px 20px}.mobile-filter-scroll section{margin:22px 0}.mobile-filter-scroll h3{margin:0 0 14px;font-size:17px;color:#33463b}.mobile-filter-options{display:flex;flex-wrap:wrap;gap:9px}.mobile-filter-options button{min-height:43px;padding:8px 13px;border:0;border-radius:11px;background:#f6faf7;color:#73857a;font-size:14px}.mobile-filter-options button.selected{background:#dff0e6;color:var(--green-dark);font-weight:800}.mobile-filter-sheet>footer{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 18px max(16px,env(safe-area-inset-bottom));border-top:1px solid #e6eee8;background:#fff}.mobile-filter-sheet>footer button{height:48px;border:0;border-radius:25px;background:#f3f8f4;color:#33463b;font-weight:800}.mobile-filter-sheet>footer button:last-child{background:var(--green);color:#fff}.mobile-search-page{background:#fbfdfb}.mobile-search-page .library-layout{display:none}.mobile-search-page:has(.mobile-search-summary) .library-layout{display:block;padding:0 14px}.mobile-search-page .library-video-grid{grid-template-columns:1fr;margin-top:12px}.mobile-search-shell{display:flex;align-items:center;gap:12px;padding:18px 16px}.mobile-search-form{display:flex;align-items:center;flex:1;height:54px;min-width:0;padding:0 16px;border-radius:18px;background:#fff;box-shadow:0 6px 22px #21432b0f}.mobile-search-form span{font-size:25px;color:#75877b}.mobile-search-form input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding-left:12px;font-size:16px}.mobile-search-shell>button{border:0;background:transparent;color:#304238;font-size:16px;font-weight:750}.mobile-search-history{display:block;padding:24px 16px}.mobile-search-history h2{font-size:16px;color:#839188}.mobile-search-history>button{display:flex;justify-content:space-between;width:100%;margin:10px 0;padding:17px;border:0;border-radius:13px;background:#fff;text-align:left;color:#35483b}.mobile-search-history>button span{color:#8a9c90}.mobile-search-history p{color:#88978c}.mobile-search-summary{display:flex;align-items:center;justify-content:space-between;padding:22px 16px 8px}.mobile-search-summary h2{margin:0;font-size:18px}.mobile-search-summary span{color:#829086}}.locale-switcher{position:relative;display:inline-flex;align-items:center;gap:7px;min-width:148px;height:42px;padding:0 34px 0 11px;border:1px solid #dce7df;border-radius:999px;background:#ffffffeb;box-shadow:0 3px 14px #24452d0f;color:#31443a;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s;white-space:nowrap}.locale-switcher:hover{border-color:var(--green);box-shadow:0 5px 18px rgba(var(--theme-rgb),.14);transform:translateY(-1px)}.locale-switcher:focus-within{border-color:var(--green);box-shadow:0 0 0 3px rgba(var(--theme-rgb),.16)}.locale-switcher select{position:absolute;inset:0;width:100%;height:100%;border:0;opacity:0;cursor:pointer}.locale-globe{position:relative;display:grid;place-items:center;width:21px;height:21px;border:1.5px solid #809087;border-radius:50%;font-size:0}.locale-globe:before,.locale-globe:after{content:"";position:absolute}.locale-globe:before{width:9px;height:17px;border-left:1px solid #809087;border-right:1px solid #809087;border-radius:50%}.locale-globe:after{width:17px;border-top:1px solid #809087}.locale-flag{font-size:17px;line-height:1}.locale-current{overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:750}.locale-chevron{position:absolute;right:13px;top:9px;color:#74867b;font-size:17px}.auth-card>.locale-switcher,.pricing-card>.locale-switcher{display:flex;width:max-content;margin:0 0 8px auto}.social-auth{display:grid;gap:10px;margin:14px 0 18px;justify-items:center}.apple-login{width:100%;min-height:42px;border:0;border-radius:7px;background:#000;color:#fff;font-weight:700;font-size:15px}@media(max-width:720px){.locale-switcher{min-width:44px;width:44px;height:40px;padding:0;justify-content:center}.locale-switcher .locale-globe,.locale-switcher .locale-current,.locale-switcher .locale-chevron{display:none}.locale-switcher .locale-flag{font-size:20px}.auth-card>.locale-switcher,.pricing-card>.locale-switcher{width:44px}}.landing-footer nav a{display:inline-flex;align-items:center;color:#b8c5bd;padding:9px;text-decoration:none;transition:color .2s}.landing-footer .landing-footer-brand{display:flex;align-items:center;gap:12px}.landing-footer .footer-brand-icon{width:44px;height:44px;border-radius:13px;object-fit:cover}.landing-footer nav button:hover,.landing-footer nav button:focus-visible{color:#fff}.boot-logo{display:block;width:64px;height:64px;margin:0 auto 10px;border-radius:18px;object-fit:cover;box-shadow:0 12px 30px #235b3424}.purchase-section,.telegram-community{width:calc(100% - 56px);max-width:1120px;margin:72px auto;padding:58px 72px;display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:center;gap:70px;border:1px solid #dce8df;border-radius:32px;box-shadow:var(--landing-shadow-soft)}.telegram-community{border-color:#dce8ef;background:linear-gradient(135deg,#eef8fd,#fbf5ff)}.purchase-copy h2,.telegram-community-copy h2{margin:12px 0 18px;color:var(--landing-ink);font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08;letter-spacing:-.045em}.telegram-community-copy p{max-width:570px;margin:0 0 28px;color:#586c62;line-height:1.8}.purchase-copy>.primary,.telegram-community-copy .primary{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;text-decoration:none}.telegram-community-copy small{display:block;margin-top:14px;color:#78909c;letter-spacing:.04em}.telegram-qr,.purchase-product{display:block;width:100%;padding:17px;border:0;border-radius:26px;background:#fff;box-shadow:0 22px 55px #39506924;transition:transform .2s,box-shadow .2s}.telegram-qr:hover,.purchase-product:hover{transform:translateY(-4px);box-shadow:0 28px 62px #39506933}.telegram-qr img,.purchase-product img{display:block;width:100%;height:auto;border-radius:16px}.purchase-product{padding:14px;text-align:left;color:var(--landing-ink)}.purchase-product span{display:block;padding:14px 6px 4px;font-weight:800}.telegram-community .eyebrow{color:#2681ad}@media(max-width:760px){.purchase-section,.telegram-community{width:auto;margin:42px 12px;padding:36px 20px;grid-template-columns:1fr;gap:28px}.telegram-community-copy h2{font-size:2.45rem}.telegram-qr,.purchase-product{width:min(290px,100%);margin:auto}.telegram-community-copy .primary{justify-content:center;width:100%}}.locale-switcher{min-width:132px;height:50px;gap:8px;padding:0 34px 0 13px;border:1px solid #dfe7e0;border-radius:12px;background:#fff;box-shadow:none;color:#65776c;font-weight:700;transition:border-color .18s,box-shadow .18s}.locale-switcher:hover{border-color:color-mix(in srgb,var(--green) 60%,white);box-shadow:0 3px 12px rgba(var(--theme-rgb),.1);transform:none}.locale-switcher:focus-within{border-color:color-mix(in srgb,var(--green) 60%,white);box-shadow:0 0 0 3px rgba(var(--theme-rgb),.12)}.locale-switcher .locale-current{flex:1;max-width:100%;font-size:14px;font-weight:700}.locale-switcher .locale-chevron{position:absolute;right:13px;top:auto;color:#91a097;font-style:normal;transition:transform .18s}.locale-switcher:focus-within .locale-chevron{transform:rotate(180deg)}.auth-card>.locale-switcher,.pricing-card>.locale-switcher{width:132px}@media(max-width:720px){.locale-switcher{min-width:124px;width:124px;height:44px;padding:0 31px 0 12px;justify-content:flex-start}.locale-switcher .locale-current{display:block;font-size:13px}.locale-switcher .locale-chevron{right:11px}.auth-card>.locale-switcher,.pricing-card>.locale-switcher{width:124px}}.locale-select{min-width:148px}.locale-select summary>span{display:flex;align-items:center;gap:8px;max-width:120px}.locale-select .locale-flag{font-style:normal;font-size:17px;line-height:1}.locale-menu label>span{display:flex;align-items:center;gap:9px}.library-nav .locale-menu{left:auto;right:0}.auth-card>.locale-select,.pricing-card>.locale-select{width:148px;margin:0 0 8px auto}@media(max-width:800px){.locale-select{min-width:124px}.locale-select summary>span{max-width:94px}.locale-select .multi-menu{left:12px;right:12px}.auth-card>.locale-select,.pricing-card>.locale-select{width:124px}}.pricing-payment-actions{display:grid;gap:10px}.pricing-secondary{border:1px solid #dfe7e0;border-radius:12px;background:#fff;color:var(--green-dark);font-weight:700;cursor:pointer}.pricing-secondary:hover{border-color:var(--green);background:var(--theme-soft)}.pricing-action:disabled{opacity:.65;cursor:wait}.unified-header .home-nav>button:not(.header-buy){color:#34483d}.unified-header .header-buy,.primary,.landing-primary,.device-phone button{background:#2f7d3c;color:#fff}.unified-header .header-buy:hover,.primary:hover,.landing-primary:hover{background:#246330}.hero-copy .eyebrow,.landing-heading .eyebrow,.purchase-copy .eyebrow,.hero-copy h1 em,.purchase-qr-card button{color:#216331}.browser-bar span,.browser-subtitle span,.hero-float-card small,.landing-stats span,.device-copy>p,.landing-heading>p,.purchase-copy>p,.purchase-copy li small,.purchase-qr-card p,.landing-section.faq p{color:#4f6257}.browser-subtitle small{color:#825100}.tools-section .eyebrow{color:#a5e3a4}.tools-section .landing-heading p,.feature-grid.polished p{color:#c0cec5}.landing-footer{color:#bac7bf}.account-email-verification{grid-column:1/-1;display:grid;grid-template-columns:1fr 150px auto;gap:10px;align-items:center;padding:14px;background:#f5faf4;border:1px solid #d8ead6;border-radius:12px}.account-email-verification p{margin:0;color:#58665e;font-size:13px}.account-email-verification input{height:42px}.account-orders{display:grid;gap:12px}.account-orders article{border:1px solid #e3e9e4;border-radius:13px;padding:16px;background:#fafcfa}.account-orders header{display:flex;justify-content:space-between;gap:12px;margin-bottom:13px}.order-status{font-size:12px;border-radius:999px;padding:4px 9px;background:#eef2ef;color:#657169}.order-status.fulfilled,.order-status.paid{background:#e7f6e7;color:#28753a}.order-status.refunded,.order-status.failed{background:#fff0f0;color:#b74d4d}.account-orders dl{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px;margin:0}.account-orders dl div{min-width:0}.account-orders dt{font-size:11px;color:#89958d;margin-bottom:3px}.account-orders dd{margin:0;color:#3e4d44;font-size:13px;overflow-wrap:anywhere}.account-danger-card{display:flex;justify-content:space-between;align-items:center;border-color:#f0d7d7;background:snow}.account-danger-card h2{color:#9f3838;margin-bottom:7px}.account-danger-card p{margin:0;color:#8c7272;font-size:13px}.account-button.danger{background:#b94343;color:#fff;min-width:130px}@media(max-width:800px){.account-email-verification,.account-orders dl{grid-template-columns:1fr}.account-danger-card{align-items:flex-start;flex-direction:column;gap:16px}.account-button.danger{width:100%}}.mobile-hub-backbar{display:none}@media(max-width:800px){.hub-subpage-header{padding:0 12px;background:#fff}.hub-subpage-header>.ks-library-brand,.hub-subpage-header>.library-nav{display:none}.mobile-hub-backbar{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;width:100%;height:64px}.mobile-hub-backbar button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:#66786e;font-size:38px;font-weight:400;line-height:1}.mobile-hub-backbar strong{text-align:center;color:#304238;font-size:17px}.mobile-hub-backbar i{display:block}.hub-page .hub-heading{display:none}.hub-page{padding-top:18px}.unified-header .locale-select{position:relative;z-index:25}.unified-header .locale-select .locale-menu{position:absolute;z-index:100;top:calc(100% + 8px);right:0;bottom:auto;left:auto;width:230px;max-height:min(360px,calc(100vh - 90px));padding:9px;border-radius:14px}}.native-support-links nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.native-support-links a,.native-support-links button{display:flex;align-items:center;min-height:48px;padding:11px 14px;border:1px solid #e1e8e2;border-radius:11px;background:#f8fbf8;color:#35483b;text-align:left;font-weight:650;overflow-wrap:anywhere}.native-guest-card>img{display:block;width:64px;height:64px;margin:0 auto 16px;border-radius:17px}.native-guest-card{text-align:center}.native-guest-card .account-actions{justify-content:center;margin-top:20px}@media(max-width:480px){.native-support-links nav{grid-template-columns:1fr}.native-guest-card .account-actions{flex-direction:column}.native-guest-card .account-actions button{width:100%}}.native-guest-notice{max-width:1600px;margin:0 auto 24px;padding:18px 20px;display:flex;align-items:center;gap:18px;border:1px solid #dce8de;border-radius:16px;background:var(--theme-soft);color:var(--theme-ink)}.native-guest-notice>div{flex:1;min-width:0}.native-guest-notice p{margin:5px 0 0;line-height:1.5;font-size:14px}.native-guest-notice button{flex-shrink:0}.native-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;background:#fff;border-bottom:1px solid #e1e8e2}.native-page-header>button{min-height:44px;border:0;background:transparent;color:var(--green-dark);font-weight:700;text-align:left}.native-page-header .locale-menu{left:auto;right:0}.native-guest-card p{line-height:1.6;color:#65776c}@media(max-width:480px){.native-guest-notice{margin:12px 10px;padding:14px;gap:10px;align-items:flex-start}.native-guest-notice button{padding:10px}.native-page-header{padding:10px 14px}}@media(max-width:800px){.native-app body:has(.library-page) #root>header.unified-header{display:flex;position:relative;top:0;z-index:30;height:64px;gap:14px}.native-app body:has(.library-page) .unified-header .ks-library-brand>span{display:none}.native-app body:has(.library-page) .unified-header .library-nav{margin-left:auto}.native-app body:has(.library-page) .unified-header .library-nav>button:not(.user-orb){display:none}}.landing-footer nav a{color:#b8c5bd;padding:9px;text-decoration:none}.landing-footer nav a:hover,.landing-footer nav a:focus-visible{color:#fff}.device-tablet b{color:#286739}.device-tablet small,.device-phone small,.device-phone span{color:#536459}.feature-grid.polished article>i{background:#32753b;color:#fff}.legal-page{min-height:calc(100vh - 180px);background:linear-gradient(155deg,#f5fbf3,#fff 48%);padding:66px 20px 110px;color:#243a2e}.legal-shell{width:min(980px,100%);margin:auto}.legal-shell>.eyebrow{color:#368448;font-size:12px;font-weight:800;letter-spacing:.16em}.legal-shell h1{font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:-.045em;margin:13px 0 8px}.legal-updated{color:#6b7d70;font-size:13px;margin:0 0 28px}.legal-intro{font-size:18px;line-height:1.8;color:#50665a;max-width:780px;margin:0 0 34px}.legal-toc{display:flex;flex-wrap:wrap;gap:9px;padding:24px;border:1px solid #e0eadf;background:#fff;border-radius:20px;box-shadow:0 12px 36px #284e300d}.legal-toc a{padding:8px 12px;border-radius:999px;background:#eef7ec;color:#316d40;font-size:13px;text-decoration:none}.legal-toc a:hover,.legal-toc a:focus-visible{background:#dcefd8}.legal-sections{display:grid;gap:14px;margin-top:28px}.legal-sections section{scroll-margin-top:110px;padding:29px 34px;border:1px solid #e5ece4;border-radius:19px;background:#fff}.legal-sections h2{display:flex;gap:14px;align-items:baseline;margin:0 0 13px;font-size:20px;color:#213a2d}.legal-sections h2 span{font-size:12px;color:#67a673;letter-spacing:.08em}.legal-sections p{margin:0;color:#53675a;line-height:1.85;font-size:15px}.legal-contact{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:28px;padding:24px 30px;border-radius:18px;background:#e8f4e6;color:#2b5736}.legal-contact a{color:#17652b;font-weight:700;overflow-wrap:anywhere}.legal-analytics{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-top:28px;padding:22px 28px;border:1px solid #d9e8d8;border-radius:18px;background:#fff;color:#31543c}.legal-analytics button{border:1px solid #85b58a;border-radius:10px;padding:10px 16px;background:#f4fbf2;color:#246b35;font-weight:700;cursor:pointer}.analytics-consent{position:fixed;z-index:1000;left:50%;bottom:18px;transform:translate(-50%);width:min(780px,calc(100% - 30px));display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px;border:1px solid #cfe1cf;border-radius:18px;background:#fff;box-shadow:0 18px 60px #14361e33;color:#22382b}.analytics-consent b{font-size:16px}.analytics-consent p{font-size:13px;line-height:1.6;color:#52685a;margin:6px 0 0}.analytics-policy{border:0;background:transparent;padding:0;color:#236e33;text-decoration:underline;cursor:pointer}.analytics-actions{display:flex;gap:9px;flex-shrink:0}.analytics-actions button{min-height:39px;border-radius:10px;padding:0 14px;cursor:pointer}.analytics-actions button:first-child{border:1px solid #b7cbb8;background:#fff;color:#31533b}.site-legal-links{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px max(22px,calc((100vw - 1180px)/2));background:#13231b;color:#b8c5bd;font-size:12px}.site-legal-links nav{display:flex;flex-wrap:wrap;gap:12px 22px;align-items:center}.site-legal-links button,.site-legal-links a{border:0;background:transparent;padding:3px 0;color:#d1ddd3;font:inherit;text-decoration:none;cursor:pointer}.site-legal-links button:hover,.site-legal-links a:hover{text-decoration:underline;color:#fff}@media(max-width:640px){.legal-page{padding:40px 15px 70px}.legal-toc{padding:16px}.legal-sections section{padding:23px 20px}.site-legal-links{align-items:flex-start;flex-direction:column}.analytics-consent{align-items:stretch;flex-direction:column;gap:15px}.analytics-actions button{flex:1}}
