:root{--paper:#f5efe4;--paper-deep:#ebe2d4;--surface:#fffaf2;--surface-strong:#fff;--ink:#1d2923;--muted:#6e756e;--line:#1d29231f;--forest:#24493c;--forest-dark:#183329;--coral:#e76f51;--coral-soft:#f8d9cd;--sun:#f3c969;--sage:#b8cabb;--blue:#4a7184;--danger:#a54436;--shadow:0 18px 48px #2c261d17;--radius-sm:14px;--radius-md:22px;--radius-lg:32px;--content:1120px}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);scroll-behavior:smooth}body{background:var(--paper);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}::selection{background:var(--sun);color:var(--ink)}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.065em;font-size:clamp(2.3rem,5vw,4.8rem);font-weight:690;line-height:.98}h2{letter-spacing:-.045em;font-size:clamp(1.55rem,3vw,2.5rem);line-height:1.05}h3{letter-spacing:-.018em;font-size:1.05rem;line-height:1.25}.eyebrow{color:var(--coral);text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:760}.muted{color:var(--muted)}.meta{color:var(--muted);font-size:.78rem}.section-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.section-heading h2{margin-bottom:0}.section-heading a{color:var(--forest);font-size:.88rem;font-weight:720}.button{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 19px;font-weight:720;transition:transform .16s,background .16s,color .16s,box-shadow .16s;display:inline-flex}.button:active{transform:scale(.975)}.button:disabled{opacity:.55;cursor:wait}.button-primary{background:var(--forest);color:#fffaf1;box-shadow:0 8px 20px #24493c2e}.button-primary:hover{background:var(--forest-dark)}.button-secondary{background:var(--paper-deep);color:var(--ink)}.button-ghost{border:1px solid var(--line);background:0 0}.button-coral{background:var(--coral);color:#fff}.button-large{min-height:54px;padding-inline:24px}.full-width{width:100%}.icon-button{background:var(--paper-deep);cursor:pointer;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:inline-grid}.icon-button.active{background:var(--coral-soft);color:var(--danger)}.logo{letter-spacing:-.05em;align-items:center;gap:10px;font-size:1.4rem;font-weight:780;display:inline-flex}.logo-mark{background:var(--forest);color:#fffaf1;letter-spacing:-.08em;border-radius:12px;place-items:center;width:38px;height:38px;font-size:1.16rem;display:grid}.app-shell{min-height:100vh}.desktop-sidebar{display:none}.page-shell{min-height:100vh;padding:28px 20px calc(112px + env(safe-area-inset-bottom))}.page-content{width:min(100%, var(--content));margin-inline:auto}.page-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.page-header h1{margin-bottom:7px;font-size:clamp(2.1rem,7vw,3.7rem)}.page-header p{color:var(--muted);margin-bottom:0}.bottom-nav{z-index:30;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffaf2f0;border:1px solid #1d29231a;border-radius:22px;grid-template-columns:repeat(7,1fr);align-items:center;height:66px;padding:5px;display:grid;position:fixed;box-shadow:0 10px 34px #1d292329}.bottom-nav a{min-width:0;height:55px;color:var(--muted);border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:clamp(.52rem,1.7vw,.65rem);font-weight:680;display:flex}.bottom-nav a.active{background:var(--paper-deep);color:var(--forest)}.floating-add{z-index:35;right:21px;bottom:calc(91px + env(safe-area-inset-bottom));color:#fff;background:var(--coral);border-radius:50%;place-items:center;width:58px;height:58px;display:grid;position:fixed;box-shadow:0 12px 28px #b7452c4d}.app-shell:has(.selection-bar) .floating-add{display:none}.app-shell:has(.flashcards-page) .floating-add{display:none}.login-page{background:var(--forest);place-items:center;min-height:100svh;padding:24px;display:grid;position:relative;overflow:hidden}.login-ambient{color:#ffffff12;letter-spacing:-.08em;font-size:clamp(5rem,15vw,14rem);font-weight:740;position:absolute;inset:0}.login-ambient span{white-space:nowrap;position:absolute}.login-ambient span:first-child{top:-4%;left:-3%;transform:rotate(-6deg)}.login-ambient span:nth-child(2){top:40%;right:-15%;transform:rotate(8deg)}.login-ambient span:nth-child(3){bottom:-7%;left:4%;transform:rotate(-3deg)}.login-card{z-index:1;background:var(--surface);border-radius:30px;width:min(100%,480px);padding:30px;position:relative;box-shadow:0 30px 90px #07151059}.login-copy{padding-block:48px 28px}.login-copy h1{margin-bottom:20px;font-size:clamp(2.6rem,10vw,4.5rem)}.login-copy>p:last-child{color:var(--muted);font-size:1.05rem;line-height:1.6}.login-form{gap:15px;display:grid}.login-form label,.field-label{color:var(--muted);gap:7px;font-size:.78rem;font-weight:750;display:grid}.login-form input,.text-input,.select-input,.textarea-input{width:100%;min-height:52px;color:var(--ink);border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;outline:0;padding:13px 15px;transition:border .15s,box-shadow .15s}.login-form input:focus,.text-input:focus,.select-input:focus,.textarea-input:focus{border-color:var(--forest);box-shadow:0 0 0 3px #24493c1c}.textarea-input{resize:vertical;min-height:126px;line-height:1.5}.form-error{color:var(--danger);margin:0;font-size:.85rem}.hero-grid{gap:16px;margin-bottom:42px;display:grid}.continue-card{border-radius:var(--radius-lg);background:var(--forest);color:#fffaf1;min-height:340px;box-shadow:var(--shadow);flex-direction:column;justify-content:space-between;padding:28px;display:flex;position:relative;overflow:hidden}.continue-card:after{content:"";border:55px solid #f3c9692e;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-110px;right:-100px}.continue-card .eyebrow{color:var(--sun)}.continue-card h2{max-width:620px;margin-bottom:8px;font-size:clamp(2.25rem,7vw,4rem)}.continue-card p{color:#fffaf1b3}.continue-bottom{z-index:1;justify-content:space-between;align-items:center;gap:18px;display:flex;position:relative}.play-main{background:var(--coral);color:#fff;border:0;border-radius:50%;flex:none;place-items:center;width:78px;height:78px;display:grid;box-shadow:0 14px 28px #0000002e}.waveform{flex:1;align-items:center;gap:4px;max-width:340px;height:42px;display:flex}.waveform i{background:#fffaf16b;border-radius:99px;width:4px;display:block}.waveform i:nth-child(4n+1){height:34%}.waveform i:nth-child(4n+2){height:80%}.waveform i:nth-child(4n+3){height:52%}.waveform i:nth-child(4n){height:100%}.progress-card{border-radius:var(--radius-lg);background:var(--sun);flex-direction:column;justify-content:space-between;min-height:190px;padding:24px;display:flex}.progress-card h3{margin-bottom:5px;font-size:1.35rem}.progress-ring{background:conic-gradient(var(--forest) var(--progress,0%), #ffffff73 0);border-radius:50%;place-items:center;width:86px;height:86px;display:grid;position:relative}.progress-ring:before{content:"";background:var(--sun);border-radius:50%;position:absolute;inset:9px}.progress-ring strong{font-size:1.15rem;position:relative}.progress-card-bottom{justify-content:space-between;align-items:flex-end;gap:15px;display:flex}.quick-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:42px;display:grid}.quick-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:128px;padding:18px;display:flex}.quick-card>span:first-child{background:var(--coral-soft);width:40px;height:40px;color:var(--danger);border-radius:13px;place-items:center;display:grid}.quick-card:nth-child(2)>span:first-child{color:var(--forest);background:#dbe7df}.quick-card strong{font-size:1rem}.quick-card small{color:var(--muted);margin-top:3px;display:block}.lesson-list{gap:10px;display:grid}.lesson-row{background:var(--surface);border:1px solid var(--line);border-radius:19px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px;display:grid}.lesson-row-main{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;min-width:0;display:grid}.lesson-copy{min-width:0}.lesson-art{background:var(--sage);width:56px;height:56px;color:var(--forest);border-radius:16px;place-items:center;display:grid}.lesson-row:nth-child(3n+2) .lesson-art{background:var(--coral-soft);color:var(--danger)}.lesson-row h3{text-overflow:ellipsis;white-space:nowrap;margin-bottom:5px;overflow:hidden}.lesson-row p{color:var(--muted);margin:0;font-size:.78rem}.status-pill{background:var(--paper-deep);width:fit-content;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:5px;padding:5px 9px;font-size:.68rem;font-weight:760;display:inline-flex}.status-pill.ready{color:var(--forest);background:#dcebe0}.status-pill.failed{background:var(--coral-soft);color:var(--danger)}.lesson-row-actions{align-items:center;gap:8px;display:flex}.lesson-play,.lesson-delete{width:38px;height:38px;color:var(--forest);border-radius:50%;place-items:center;display:grid}.lesson-delete{cursor:pointer;color:var(--muted);background:0 0;border:0;transition:color .15s,background .15s}.lesson-delete:hover{color:var(--danger);background:var(--coral-soft)}.lesson-delete:disabled{cursor:not-allowed;opacity:.38}.lesson-error{color:var(--danger);margin-top:5px;font-size:.7rem;display:block}.automatic-audio-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--forest);color:#fffaf1;box-shadow:var(--shadow);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;margin-bottom:18px;padding:22px;display:grid;position:relative;overflow:hidden}.automatic-audio-card:after{content:"AUTO";color:#ffffff0b;letter-spacing:-.08em;pointer-events:none;font-size:5.8rem;font-weight:800;position:absolute;bottom:-28px;right:-9px}.automatic-audio-card.ready{color:var(--forest);box-shadow:none;background:#dce8de}.automatic-audio-card.ready:after{color:#24493c0b}.automatic-audio-mark{z-index:1;background:var(--sun);width:50px;height:50px;color:var(--forest);border-radius:16px;place-items:center;display:grid;position:relative}.automatic-audio-card>div{z-index:1;position:relative}.automatic-audio-card .eyebrow{color:var(--sun);margin-bottom:7px}.automatic-audio-card.ready .eyebrow{color:var(--forest)}.automatic-audio-card h2{margin-bottom:7px;font-size:clamp(1.35rem,4vw,2rem)}.automatic-audio-card p:last-child{color:#fffaf1ad;max-width:720px;margin:0;font-size:.86rem;line-height:1.5}.automatic-audio-card.ready p:last-child{color:var(--muted)}.automatic-audio-status{z-index:1;color:#fffaf1c2;text-transform:uppercase;letter-spacing:.06em;border:1px solid #ffffff29;border-radius:999px;grid-column:2;width:fit-content;padding:6px 10px;font-size:.68rem;font-weight:750;position:relative}.automatic-audio-card.ready .automatic-audio-status{color:var(--forest);border-color:#24493c24}.custom-lesson-panel{margin-top:18px}.category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.category-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:174px;padding:20px;transition:transform .17s,box-shadow .17s;display:flex}.category-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.category-card:nth-child(4n+1){background:var(--forest);color:#fffaf1}.category-card:nth-child(4n+2){background:var(--sun)}.category-card:nth-child(4n+3){background:#dbe7df}.category-card:nth-child(4n){background:var(--coral-soft)}.category-card .category-icon{background:#ffffff7a;border-radius:14px;place-items:center;width:42px;height:42px;display:grid}.category-card h3{margin:0;font-size:1.13rem}.category-card p{opacity:.66;margin:6px 0 0;font-size:.78rem;line-height:1.35}.book-grid{gap:18px;display:grid}.book-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);min-height:360px;box-shadow:var(--shadow);grid-template-columns:minmax(150px,210px) minmax(0,1fr);align-items:center;gap:clamp(22px,4vw,48px);padding:22px;transition:transform .18s,box-shadow .18s;display:grid;position:relative;overflow:hidden}.book-card:hover{transform:translateY(-3px);box-shadow:0 24px 64px #2c261d21}.book-cover{aspect-ratio:3/4;background:var(--forest);color:#fffaf1;border-radius:8px 18px 18px 8px;flex-direction:column;padding:24px 19px;display:flex;position:relative;overflow:hidden;box-shadow:-8px 12px 28px #1d292333,inset 7px 0 #ffffff0f}.book-cover:after{content:"ES";color:#f3c96921;letter-spacing:-.1em;font-size:7.5rem;font-weight:790;position:absolute;bottom:-30px;right:-12px}.book-cover>span{color:var(--sun);letter-spacing:.13em;text-transform:uppercase;font-size:.58rem;font-weight:760}.book-cover strong{z-index:1;letter-spacing:-.065em;max-width:150px;margin:auto 0;font-size:clamp(1.65rem,4vw,2.45rem);line-height:.94;position:relative}.book-cover small{z-index:1;color:#fffaf1a6;font-size:.64rem;font-weight:650;position:relative}.book-card-copy{gap:20px;display:grid}.book-card-icon{background:var(--coral-soft);width:48px;height:48px;color:var(--danger);border-radius:16px;place-items:center;display:grid}.book-card-copy h2{margin:8px 0 10px;font-size:clamp(2rem,5vw,3.6rem)}.book-card-copy p{max-width:560px;color:var(--muted);margin:0;line-height:1.55}.book-card-meta{flex-wrap:wrap;gap:8px;display:flex}.book-card-meta span{background:var(--paper-deep);min-height:34px;color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:0 12px;font-size:.72rem;font-weight:690;display:inline-flex}.book-card-arrow{color:var(--forest);position:absolute;top:24px;right:24px}.book-back{width:fit-content;color:var(--muted);align-items:center;gap:7px;margin-bottom:24px;font-size:.8rem;font-weight:720;display:inline-flex}.book-back:hover{color:var(--forest)}.book-detail-hero{border-radius:var(--radius-lg);background:var(--forest);color:#fffaf1;min-height:350px;box-shadow:var(--shadow);flex-direction:column;justify-content:space-between;margin-bottom:46px;padding:clamp(28px,5vw,52px);display:flex;position:relative;overflow:hidden}.book-detail-hero:after{content:"KTS";color:#ffffff0d;letter-spacing:-.12em;font-size:clamp(8rem,22vw,16rem);font-weight:800;position:absolute;bottom:-55px;right:-22px}.book-detail-hero>div{z-index:1;position:relative}.book-detail-hero .eyebrow{color:var(--sun)}.book-detail-hero h1{max-width:780px;margin-bottom:14px;font-size:clamp(2.8rem,8vw,6.3rem)}.book-detail-hero>div>p:last-child{color:#fffaf1ad;max-width:660px;margin-bottom:32px;font-size:1rem;line-height:1.6}.book-detail-rhythm{flex-wrap:wrap;gap:8px;display:flex}.book-detail-rhythm span{color:#fffaf1c7;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:7px;min-height:36px;padding:0 12px;font-size:.72rem;font-weight:680;display:inline-flex}.book-listening-section{margin-bottom:48px}.book-listening-heading{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:16px;margin-bottom:18px;display:grid}.book-listening-mark{background:var(--coral);color:#fff;border-radius:18px;place-items:center;width:56px;height:56px;display:grid;box-shadow:0 10px 24px #b7452c33}.book-listening-heading .eyebrow{margin:2px 0 8px}.book-listening-heading h2{max-width:760px;margin-bottom:9px;font-size:clamp(2rem,5vw,3.7rem)}.book-listening-heading>div>p:last-child{max-width:730px;color:var(--muted);margin:0;line-height:1.55}.book-listening-controls{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 18px 72px;display:flex}.book-listening-controls>span{color:var(--muted);font-size:.7rem;font-weight:680}.book-gap-picker{border:1px solid var(--line);background:var(--paper-deep);border-radius:999px;align-items:center;gap:11px;width:fit-content;min-height:48px;padding:5px 6px 5px 13px;display:flex}.book-gap-picker>span{color:var(--muted);white-space:nowrap;font-size:.7rem;font-weight:720}.book-gap-options{align-items:center;gap:3px;display:flex}.book-gap-options button{min-width:42px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:0 9px;font-size:.72rem;font-weight:760;transition:background .15s,color .15s,transform .15s}.book-gap-options button:active{transform:scale(.95)}.book-gap-options button.active{background:var(--forest);color:#fff;box-shadow:0 5px 13px #24493c2e}.book-listening-grid{gap:12px;display:grid}.book-listening-pack{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);flex-direction:column;min-height:270px;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 34px #2c261d0e}.book-listening-pack:after{content:attr(data-range);color:#24493c09;letter-spacing:-.1em;pointer-events:none;font-size:7rem;font-weight:800;position:absolute;bottom:-26px;right:-12px}.book-listening-pack:nth-child(4n+2) .book-pack-range{background:var(--sun)}.book-listening-pack:nth-child(4n+3) .book-pack-range{background:var(--coral-soft);color:var(--danger)}.book-listening-pack:nth-child(4n) .book-pack-range{background:#dbe7df}.book-pack-topline{z-index:1;justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}.book-pack-topline>span:last-child{color:var(--muted);align-items:center;gap:5px;font-size:.68rem;font-weight:700;display:inline-flex}.book-pack-range{background:var(--paper-deep);min-height:34px;color:var(--forest);letter-spacing:.08em;border-radius:10px;align-items:center;padding:0 11px;font-size:.72rem;font-weight:790;display:inline-flex}.book-pack-copy{z-index:1;margin:27px 0 22px;position:relative}.book-pack-copy .eyebrow{margin-bottom:7px;font-size:.64rem}.book-pack-copy h3{margin-bottom:8px;font-size:clamp(1.45rem,3vw,1.95rem)}.book-pack-copy>p:last-child{color:var(--muted);margin:0;font-size:.76rem}.book-pack-actions{z-index:1;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid;position:relative}.book-pack-actions .button{min-width:0;padding-inline:12px;font-size:.78rem}.book-pack-actions .button-ghost{background:#ffffff85}.book-pack-unavailable{z-index:1;color:var(--danger);margin-top:9px;font-size:.68rem;line-height:1.4;position:relative}.book-listening-error{margin-top:12px}.book-chapter-list{gap:11px;display:grid}.book-chapter-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;min-height:118px;padding:16px;transition:transform .16s,border-color .16s;display:grid}.book-chapter-card:hover{border-color:var(--sage);transform:translate(3px)}.book-chapter-number{background:var(--paper-deep);width:68px;height:80px;color:var(--forest);letter-spacing:-.04em;border-radius:18px;place-items:center;font-size:1.35rem;font-weight:770;display:grid}.book-chapter-card:nth-child(2n) .book-chapter-number{background:var(--sun)}.book-chapter-copy .eyebrow{margin-bottom:7px;font-size:.65rem}.book-chapter-copy h3{margin-bottom:6px;font-size:clamp(1.2rem,3vw,1.55rem)}.book-chapter-copy p{color:var(--muted);margin:0;font-size:.78rem}.book-chapter-arrow{background:var(--forest);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.book-chapter-header{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.book-chapter-header h1{max-width:800px;margin:8px 0 12px;font-size:clamp(2.7rem,8vw,5.6rem)}.book-chapter-header>div>p:last-child{max-width:650px;color:var(--muted);margin:0;line-height:1.55}.book-chapter-emblem{background:var(--sun);width:112px;height:112px;color:var(--forest);border-radius:30px;flex:none;align-content:center;place-items:center;gap:8px;display:grid}.book-chapter-emblem small{font-size:.63rem;font-weight:730}.chapter-reader{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);margin-bottom:34px;padding:clamp(18px,4vw,34px)}.chapter-reader-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:22px;padding-bottom:18px;display:flex}.chapter-reader-heading h2{margin:7px 0 0}.chapter-reader-heading>span{background:var(--paper-deep);min-height:32px;color:var(--muted);border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 10px;font-size:.68rem;font-weight:740;display:inline-flex}.chapter-sentence-list{display:grid}.chapter-sentence{border-bottom:1px solid var(--line);grid-template-columns:36px minmax(0,1fr);gap:14px;padding:20px 0;display:grid}.chapter-sentence:last-child{border-bottom:0}.chapter-sentence-number{background:var(--paper-deep);width:32px;height:32px;color:var(--muted);border-radius:10px;place-items:center;font-size:.65rem;font-weight:760;display:grid}.chapter-sentence .spanish{letter-spacing:-.025em;margin:0 0 7px;font-size:clamp(1.22rem,3vw,1.65rem);font-weight:680;line-height:1.4}.chapter-sentence .english{color:var(--muted);margin:0;font-size:.92rem;line-height:1.5}.chapter-recall{margin-bottom:34px}.chapter-recall-heading{margin-bottom:17px}.chapter-recall-heading h2{margin:7px 0 8px}.chapter-recall-heading p:last-child{color:var(--muted);margin:0;line-height:1.5}.chapter-recall-grid{gap:10px;display:grid}.chapter-recall-card{border:1px solid var(--line);background:var(--surface);border-radius:20px;overflow:hidden}.chapter-recall-card summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;min-height:90px;padding:17px 19px;list-style:none;display:flex}.chapter-recall-card summary::-webkit-details-marker{display:none}.chapter-recall-card summary>span:first-child{gap:5px;display:grid}.chapter-recall-card summary small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.62rem;font-weight:750}.chapter-recall-card summary strong{font-size:1.2rem}.chapter-reveal{color:var(--forest);align-items:center;gap:6px;font-size:.72rem;font-weight:720;display:inline-flex}.chapter-recall-card[open] .chapter-reveal svg{transform:rotate(180deg)}.chapter-recall-card>p{border-top:1px solid var(--line);color:var(--forest);background:#dfe9e1;margin:0;padding:19px;font-size:1.45rem;font-weight:720}.chapter-action-grid{gap:12px;margin-bottom:34px;display:grid}.chapter-action-card{border-radius:var(--radius-lg);flex-direction:column;justify-content:space-between;min-height:315px;padding:24px;display:flex}.chapter-action-card.story{background:var(--forest);color:#fffaf1}.chapter-action-card.recall{background:var(--sun);color:var(--ink)}.chapter-action-icon{background:#ffffff24;border-radius:17px;place-items:center;width:52px;height:52px;display:grid}.chapter-action-card.recall .chapter-action-icon{background:#ffffff73}.chapter-action-card.story .eyebrow{color:var(--sun)}.chapter-action-card h2{margin:8px 0 10px;font-size:clamp(1.8rem,4vw,2.7rem)}.chapter-action-card p:last-child{opacity:.72;max-width:530px;margin:0;line-height:1.5}.chapter-action-card .book-gap-picker{margin-top:22px}.chapter-action-card.story .book-gap-picker{background:#ffffff17;border-color:#ffffff26}.chapter-action-card.story .book-gap-picker>span,.chapter-action-card.story .book-gap-options button{color:#fffaf1b3}.chapter-action-card.story .book-gap-options button.active{background:var(--sun);color:var(--forest);box-shadow:none}.chapter-action-card .button{width:fit-content;margin-top:24px}.chapter-action-error{grid-column:1/-1}.book-chapter-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-top:20px;display:flex}.book-chapter-footer a{color:var(--forest);align-items:center;gap:7px;font-size:.8rem;font-weight:720;display:inline-flex}.book-chapter-footer span{color:var(--muted);font-size:.78rem}.words-lesson-card{border-radius:var(--radius-lg);background:var(--forest);color:#fffaf1;box-shadow:var(--shadow);gap:20px;margin-bottom:28px;padding:24px;display:grid;position:relative;overflow:hidden}.words-lesson-card:after{content:attr(data-word-count);color:#ffffff0e;letter-spacing:-.09em;pointer-events:none;font-size:10rem;font-weight:780;position:absolute;bottom:-45px;right:-14px}.words-lesson-mark{z-index:1;background:var(--sun);width:58px;height:58px;color:var(--forest);border-radius:18px;place-items:center;display:grid;position:relative}.words-lesson-copy{z-index:1;position:relative}.words-lesson-copy .eyebrow{color:var(--sun);margin-bottom:9px}.words-lesson-copy h2{max-width:560px;margin-bottom:9px;font-size:clamp(2rem,6vw,3.45rem)}.words-lesson-copy>p{color:#fffaf1b3;max-width:680px;margin-bottom:17px;line-height:1.55}.words-rhythm{flex-wrap:wrap;gap:8px;display:flex}.words-rhythm span{color:#fffaf1c7;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:6px;min-height:32px;padding:0 11px;font-size:.72rem;font-weight:680;display:inline-flex}.words-lesson-card>.button{z-index:1;width:fit-content;position:relative}.words-lesson-error{z-index:1;color:#ffd9d0;position:relative}.words-toolbar{margin-top:6px}.visibility-label{color:var(--muted);align-items:center;gap:6px;font-size:.74rem;font-weight:700;display:inline-flex}.word-list{gap:10px;display:grid}.word-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);grid-template-columns:36px minmax(0,1fr) auto;align-items:start;gap:13px;padding:18px;display:grid}.word-rank{background:var(--paper-deep);width:32px;height:32px;color:var(--muted);border-radius:10px;place-items:center;font-size:.7rem;font-weight:760;display:grid}.word-main{min-width:0}.word-spanish{flex-wrap:wrap;align-items:baseline;gap:9px;display:flex}.word-spanish strong{letter-spacing:-.025em;font-size:1.35rem}.word-spanish span{color:var(--blue);font-size:.72rem;font-weight:670}.word-english{color:var(--muted);margin:4px 0 13px;font-size:.9rem;font-weight:620}.word-key-form{border-left:3px solid var(--coral);background:var(--coral-soft);border-radius:0 13px 13px 0;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:2px 10px;margin:0 0 12px;padding:10px 12px;display:grid}.word-key-form>span{color:var(--danger);letter-spacing:.1em;text-transform:uppercase;grid-column:1/-1;font-size:.58rem;font-weight:780}.word-key-form strong{letter-spacing:-.02em;font-size:1.08rem}.word-key-form p{color:var(--muted);margin:0;font-size:.8rem;font-weight:650}.word-example{background:#ebe2d49e;border-radius:15px;padding:12px 14px}.word-example>span{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:.6rem;font-weight:780;display:block}.word-example p{margin:0;font-size:.82rem;line-height:1.45}.word-example p+p{color:var(--muted);margin-top:4px}.word-card .sentence-actions{margin-top:-4px}.word-card .sentence-actions .icon-button{background:0 0;width:37px;height:37px}.word-card .sentence-actions .icon-button.active{background:var(--coral-soft)}.pattern-grid{gap:12px;display:grid}.pattern-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.pattern-card h3{margin-bottom:5px;font-size:1.25rem}.pattern-card p{color:var(--muted);margin:0;font-size:.82rem}.pattern-count{background:var(--paper-deep);border-radius:50%;flex:none;place-items:center;width:48px;height:48px;font-weight:750;display:grid}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.search-box{flex:230px;position:relative}.search-box svg{color:var(--muted);position:absolute;top:50%;left:15px;transform:translateY(-50%)}.search-box input{padding-left:44px}.filter-chip{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:999px;min-height:42px;padding:0 15px;font-size:.82rem;font-weight:690}.filter-chip.active{background:var(--forest);border-color:var(--forest);color:#fff}.filter-chip:disabled{cursor:not-allowed;opacity:.45}.sentence-list{gap:10px;display:grid}.sentence-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);padding:18px}.sentence-card.selected{border-color:var(--forest);box-shadow:inset 0 0 0 1px var(--forest)}.sentence-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.sentence-select{width:25px;height:25px;accent-color:var(--forest);margin-top:3px}.sentence-text .spanish{margin-bottom:5px;font-size:1.08rem;font-weight:690;line-height:1.45}.sentence-text .english{color:var(--muted);margin-bottom:0;font-size:.9rem;line-height:1.45}.sentence-actions{gap:5px;display:flex}.sentence-actions .icon-button{background:0 0;width:38px;height:38px}.sentence-actions .audio-preview-button{transition:background .16s,color .16s,transform .16s}.sentence-actions .audio-preview-button:active:not(:disabled){transform:scale(.94)}.sentence-actions .audio-preview-button.is-playing{color:var(--forest);background:#dbe7df}.sentence-actions .audio-preview-button.is-preparing{color:var(--muted);cursor:wait;opacity:.62}.sentence-actions .audio-preview-button.has-error{color:var(--danger)}.sentence-tags{flex-wrap:wrap;gap:6px;padding:14px 0 0 37px;display:flex}.tag{background:var(--paper-deep);color:var(--muted);border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:680}.selection-bar{z-index:8;background:var(--ink);color:#fff;border-radius:999px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:min(100%,650px);margin:16px auto 0;padding:10px 12px 10px 18px;display:flex;position:sticky;bottom:82px;box-shadow:0 16px 36px #1d292340}.selection-bar strong{font-size:.86rem}.collection-picker{position:relative}.collection-trigger{min-height:42px;color:var(--ink);cursor:pointer;background:#fffaf1;border:0;border-radius:999px;align-items:center;gap:7px;padding:0 15px;font-size:.8rem;font-weight:730;display:inline-flex}.collection-trigger svg:last-child{color:var(--muted);margin-left:2px}.collection-popover{z-index:20;border:1px solid var(--line);background:var(--surface);width:min(350px,100vw - 36px);color:var(--ink);border-radius:22px;padding:18px;position:absolute;bottom:calc(100% + 13px);left:50%;transform:translate(-50%);box-shadow:0 22px 60px #12221b3d}.collection-popover:after{content:"";background:var(--surface);border-right:1px solid var(--line);border-bottom:1px solid var(--line);width:14px;height:14px;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)rotate(45deg)}.collection-popover-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.collection-popover-header .eyebrow{margin-bottom:5px;font-size:.62rem}.collection-popover-header h3{margin-bottom:0;font-size:1.18rem}.collection-popover-header .icon-button{width:35px;height:35px}.collection-options{gap:6px;max-height:162px;margin-bottom:14px;display:grid;overflow-y:auto}.collection-option{border:1px solid var(--line);width:100%;min-height:43px;color:var(--ink);cursor:pointer;text-align:left;background:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:10px;padding:0 13px;font-size:.84rem;font-weight:680;display:flex}.collection-option:hover{border-color:var(--sage);background:#f7faf7}.collection-create{border-top:1px solid var(--line);padding-top:13px}.collection-create label{color:var(--muted);margin-bottom:8px;font-size:.7rem;font-weight:730;display:block}.collection-create>div{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.collection-create .text-input{min-height:43px;padding-block:9px}.collection-create .button{white-space:nowrap;min-height:43px;padding-inline:13px;font-size:.75rem}.collection-create .form-error{margin-top:8px;font-size:.72rem}.collection-manage{color:var(--forest);text-align:center;margin-top:13px;font-size:.73rem;font-weight:720;display:block}.add-flow{max-width:760px;margin-inline:auto}.stepper{gap:8px;margin-bottom:32px;display:flex}.stepper i{background:var(--paper-deep);border-radius:99px;flex:1;height:4px}.stepper i.active{background:var(--coral)}.add-panel{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--line);padding:24px}.add-panel h2{margin-bottom:10px;font-size:clamp(1.8rem,7vw,3rem)}.add-panel>p{color:var(--muted);line-height:1.55}.add-panel form{gap:16px;margin-top:24px;display:grid}.proposal-grid{gap:15px;display:grid}.proposal-translation{background:#dfe9e1;border-radius:18px;padding:18px}.proposal-translation label{color:var(--forest)}.proposal-translation textarea{background:#ffffffb3;font-size:1.25rem;font-weight:650}.confidence{background:var(--paper-deep);border-radius:999px;height:8px;overflow:hidden}.confidence span{background:var(--forest);border-radius:inherit;height:100%;display:block}.notice{color:#6b4b10;background:#fff0d0;border-radius:15px;padding:14px 16px;font-size:.83rem;line-height:1.45}.empty-state{border-radius:var(--radius-lg);text-align:center;border:1px dashed #1d292333;place-items:center;min-height:260px;padding:30px;display:grid}.empty-state>div{max-width:410px}.empty-state h2{font-size:1.7rem}.empty-state p{color:var(--muted);line-height:1.5}.settings-grid{gap:16px;display:grid}.settings-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--line);padding:22px}.settings-card h2{margin-bottom:18px;font-size:1.25rem}.settings-fields{gap:15px;display:grid}.range-row{grid-template-columns:1fr auto;align-items:center;gap:10px;display:grid}.range-row input{accent-color:var(--forest);width:100%}.settings-actions{justify-content:flex-end;gap:10px;display:flex}.player-page{background:var(--forest);color:#fffaf1;flex-direction:column;min-height:100svh;display:flex;overflow:hidden}.player-top{min-height:74px;padding:calc(14px + env(safe-area-inset-top)) 18px 12px;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:12px;display:grid}.player-top .icon-button{color:#fff;background:#ffffff1a}.player-title{text-align:center;min-width:0}.player-title strong,.player-title span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.player-title span{color:#ffffff94;margin-top:3px;font-size:.7rem}.phrase-stage{text-align:center;flex:1;place-items:center;padding:24px;display:grid;position:relative}.phrase-stage:before,.phrase-stage:after{content:"";border:42px solid #f3c96914;border-radius:50%;width:220px;height:220px;position:absolute}.phrase-stage:before{top:8%;left:-140px}.phrase-stage:after{bottom:4%;right:-160px}.phrase-copy{z-index:1;width:min(100%,780px);position:relative}.phrase-copy .language-label{color:var(--sun);text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:780}.phrase-copy .spanish{letter-spacing:-.055em;text-wrap:balance;margin:16px 0 22px;font-size:clamp(2.2rem,8vw,5.6rem);font-weight:630;line-height:1.04}.phrase-copy .english{color:#fffaf1a3;text-wrap:balance;margin:0;font-size:clamp(1rem,3vw,1.4rem);line-height:1.5}.player-controls{z-index:2;padding:22px 24px calc(24px + env(safe-area-inset-bottom));background:#19352b;position:relative}.timeline{width:100%;height:6px;accent-color:var(--coral);cursor:pointer}.time-row{color:#ffffff85;justify-content:space-between;margin-top:7px;font-size:.68rem;display:flex}.transport{justify-content:center;align-items:center;gap:clamp(25px,9vw,55px);margin:18px 0;display:flex}.transport button{color:#fff;cursor:pointer;background:0 0;border:0}.transport .play{background:var(--coral);border-radius:50%;place-items:center;width:84px;height:84px;display:grid;box-shadow:0 14px 28px #0003}.player-options{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.player-options button{color:#ffffffb8;background:0 0;border:1px solid #ffffff21;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 13px;font-size:.74rem;font-weight:680;display:inline-flex}.player-options button.active{color:var(--sun);background:#f3c96924;border-color:#f3c96980}.toast{z-index:60;left:50%;bottom:calc(96px + env(safe-area-inset-bottom));color:#fff;background:var(--ink);width:max-content;max-width:calc(100% - 30px);box-shadow:var(--shadow);border-radius:999px;padding:12px 16px;font-size:.82rem;position:fixed;transform:translate(-50%)}.skeleton{background:var(--paper-deep);border-radius:12px;animation:1.5s ease-in-out infinite pulse}.spinner{animation:.9s linear infinite spin}@keyframes pulse{50%{opacity:.55}}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width:700px){.page-shell{padding-inline:34px}.hero-grid{grid-template-columns:minmax(0,2fr) minmax(220px,.75fr)}.continue-card,.progress-card{min-height:380px}.progress-card-bottom{display:block}.progress-ring{margin-bottom:26px}.quick-grid{grid-template-columns:repeat(4,1fr)}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pattern-grid,.settings-grid{grid-template-columns:1fr 1fr}.add-panel{padding:38px}.automatic-audio-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding:28px}.automatic-audio-status{grid-area:1/3}.words-lesson-card{grid-template-columns:auto minmax(0,1fr);padding:34px}.words-lesson-card>.button,.words-lesson-error{grid-column:2}.chapter-recall-grid,.chapter-action-grid,.book-listening-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.selection-bar{border-radius:24px;padding:11px 12px}.selection-bar>strong{flex:1 0 100%;padding-inline:3px}.collection-picker,.collection-trigger,.selection-bar>.button{flex:1}.collection-trigger,.selection-bar>.button{width:100%;padding-inline:13px}.word-card{grid-template-columns:32px minmax(0,1fr);padding:15px}.word-card .sentence-actions{grid-column:2;justify-content:flex-end}.words-lesson-card>.button{width:100%}.book-card{grid-template-columns:112px minmax(0,1fr);gap:17px;min-height:280px;padding:15px}.book-cover{padding:17px 13px}.book-cover strong{font-size:1.42rem}.book-card-icon,.book-card-copy>div>.eyebrow,.book-card-arrow{display:none}.book-card-copy{gap:14px}.book-card-copy h2{margin-top:0;font-size:1.65rem}.book-card-copy p{font-size:.8rem}.book-card-meta{display:grid}.book-card-meta span{width:fit-content}.book-detail-rhythm{display:grid}.book-detail-rhythm span{width:fit-content}.book-detail-page .section-heading{align-items:flex-start}.book-detail-page .section-heading>span{display:none}.book-listening-heading{grid-template-columns:1fr}.book-listening-mark{border-radius:15px;width:48px;height:48px}.book-listening-controls{margin-left:0}.book-gap-picker{justify-content:space-between;width:100%}.book-listening-pack{padding:18px}.book-pack-actions{grid-template-columns:1fr}.book-chapter-number{border-radius:15px;width:52px;height:64px}.book-chapter-card{gap:12px;min-height:100px;padding:13px}.book-chapter-arrow{width:36px;height:36px}.book-chapter-header{align-items:flex-start}.book-chapter-emblem{display:none}.chapter-reader{padding-inline:16px}.chapter-reader-heading{align-items:flex-start}.chapter-reader-heading>span{display:none}.chapter-action-card .button{width:100%}.book-chapter-footer{flex-direction:column;align-items:flex-start}}@media (min-width:1040px){.app-shell{grid-template-columns:246px minmax(0,1fr);display:grid}.desktop-sidebar{border-right:1px solid var(--line);background:#fffaf273;flex-direction:column;height:100vh;padding:28px 18px 22px;display:flex;position:sticky;top:0}.desktop-sidebar .logo{padding:0 10px 34px}.desktop-sidebar nav{gap:5px;display:grid}.side-link{min-height:45px;color:var(--muted);border-radius:14px;align-items:center;gap:12px;padding:0 13px;font-size:.87rem;font-weight:680;display:flex}.side-link:hover,.side-link.active{background:var(--paper-deep);color:var(--forest)}.sidebar-bottom{gap:10px;margin-top:auto;display:grid}.signed-in{color:var(--muted);padding-inline:12px;font-size:.7rem}.page-shell{padding:42px 48px 70px}.bottom-nav,.floating-add{display:none}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.selection-bar{bottom:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.flashcards-page{--fc-surface:#fffdf9;--fc-well:#eee8dd;--fc-quiet:#f8f4ec;--fc-answer:#dfe9e1}.flashcards-header{align-items:end;gap:22px;margin-bottom:26px;display:grid}.flashcards-header h1{letter-spacing:-.075em;margin:0 0 10px;font-size:clamp(3.1rem,9vw,6.5rem)}.flashcards-header>div:first-child>p:last-child{max-width:680px;color:var(--muted);margin:0;font-size:.96rem;line-height:1.55}.flashcard-summary{border:1px solid var(--line);background:#ffffff6b;border-radius:18px;align-items:center;gap:15px;width:fit-content;min-height:56px;padding:9px 17px;display:flex}.flashcard-summary span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;gap:1px;font-size:.67rem;font-weight:700;display:grid}.flashcard-summary strong{color:var(--ink);letter-spacing:-.02em;font-size:1.05rem;line-height:1}.flashcard-summary i{background:var(--line);width:1px;height:29px}.flashcard-sections{background:var(--paper-deep);border-radius:999px;gap:3px;width:fit-content;margin-bottom:26px;padding:4px;display:flex}.flashcard-sections button{min-height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:7px;padding:0 16px;font-size:.78rem;font-weight:730;transition:background .18s,color .18s,transform .12s;display:inline-flex}.flashcard-sections button:active{transform:scale(.97)}.flashcard-sections button.active{background:var(--fc-surface);color:var(--forest)}.flashcard-intake{border:1px solid var(--line);background:var(--fc-surface);border-radius:30px;overflow:hidden}.intake-intro{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr);gap:22px;padding:clamp(24px,5vw,46px);display:grid}.intake-mark{background:var(--sun);width:60px;height:60px;color:var(--forest);border-radius:19px;place-items:center;display:grid}.intake-intro .eyebrow{margin-bottom:8px}.intake-intro h2{max-width:700px;margin-bottom:11px;font-size:clamp(2rem,5vw,3.8rem)}.intake-intro>div:last-child>p:last-child{max-width:720px;color:var(--muted);margin:0;line-height:1.55}.intake-mode-picker{background:var(--fc-well);border-radius:15px;grid-template-columns:1fr 1fr;margin:26px clamp(22px,5vw,46px) 0;padding:4px;display:grid}.intake-mode-picker button{min-height:45px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:12px;font-size:.8rem;font-weight:730}.intake-mode-picker button.active{background:var(--fc-surface);color:var(--forest)}.flashcard-intake form{padding:24px clamp(22px,5vw,46px) clamp(28px,5vw,46px)}.intake-fields{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:18px;display:grid}.intake-fields label,.bulk-field{color:var(--ink);gap:9px;font-size:.78rem;font-weight:760;display:grid}.intake-fields label>span,.bulk-field>span{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.intake-fields small,.bulk-field small{color:var(--muted);font-size:.65rem;font-weight:650}.intake-fields textarea,.bulk-field textarea{border:1px solid var(--line);resize:vertical;background:var(--fc-quiet);width:100%;min-height:145px;color:var(--ink);border-radius:18px;outline:0;padding:17px;font-size:1rem;line-height:1.5;transition:border-color .16s,background .16s,box-shadow .16s}.intake-fields textarea:focus,.bulk-field textarea:focus{border-color:var(--forest);background:var(--fc-surface);box-shadow:0 0 0 3px #24493c17}.intake-fields textarea::placeholder,.bulk-field textarea::placeholder{color:#9d9d96}.intake-or{align-items:center;display:flex}.intake-or span{min-width:54px;color:var(--muted);text-align:center;font-size:.65rem;font-weight:730}.bulk-field textarea{min-height:275px;font-size:1.03rem}.bulk-field em{color:var(--muted);font-size:.73rem;font-style:normal;font-weight:500;line-height:1.45}.flashcard-intake .form-error{margin-top:16px}.intake-success{background:var(--fc-answer);color:var(--forest);border-radius:13px;align-items:center;gap:8px;margin:16px 0 0;padding:12px 14px;font-size:.8rem;font-weight:670;display:flex}.intake-submit{margin-top:22px}.intake-submit svg:last-child{margin-left:3px}.flashcard-study{max-width:920px;margin-inline:auto}.study-toolbar{justify-content:space-between;align-items:flex-end;gap:22px;margin-bottom:14px;display:flex}.study-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px 3px;font-size:.65rem;font-weight:760;display:block}.study-mode-picker{flex-wrap:wrap;gap:5px;display:flex}.study-mode-picker button{border:1px solid var(--line);min-height:38px;color:var(--muted);cursor:pointer;background:0 0;border-radius:999px;padding:0 13px;font-size:.7rem;font-weight:710}.study-mode-picker button.active{border-color:var(--forest);background:var(--forest);color:#fffaf1}.study-progress{color:var(--ink);font-variant-numeric:tabular-nums;flex:none;padding-bottom:9px;font-size:.84rem;font-weight:760}.study-progress i{color:var(--muted);padding-inline:3px;font-style:normal;font-weight:500}.study-card{border:1px solid var(--line);background:var(--fc-surface);border-radius:32px;grid-template-rows:auto 1fr auto;min-height:500px;transition:background .2s,border-color .2s;display:grid;overflow:hidden}.study-card.is-flipped{background:var(--fc-answer);border-color:#24493c33}.study-card-topline{border-bottom:1px solid var(--line);min-height:54px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;gap:15px;padding:0 22px;font-size:.64rem;font-weight:760;display:flex}.study-card.is-flipped .study-card-topline{color:var(--forest);border-color:#24493c1f}.study-card-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:clamp(30px,6vw,72px);display:flex}.study-word{letter-spacing:-.075em;text-wrap:balance;margin:0;font-size:clamp(3.6rem,11vw,7.2rem);font-weight:660;line-height:.96}.study-phrase{letter-spacing:-.055em;text-wrap:balance;max-width:790px;margin:0;font-size:clamp(2.25rem,7vw,4.8rem);font-weight:630;line-height:1.08}.study-context{max-width:660px;color:var(--muted);text-wrap:balance;margin:25px 0 0;font-size:clamp(1rem,2.6vw,1.3rem);line-height:1.5}.study-card.is-flipped .study-context{color:#24493cab}.flashcard-audio-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px;display:flex}.flashcard-audio-row button{border:1px solid var(--line);min-height:43px;color:var(--forest);cursor:pointer;background:#ffffff94;border-radius:999px;align-items:center;gap:7px;padding:0 15px;font-size:.73rem;font-weight:730;transition:transform .12s,background .16s;display:inline-flex}.flashcard-audio-row button:hover{background:#fff}.flashcard-audio-row button:active{transform:scale(.96)}.flashcard-audio-row button:disabled{color:var(--muted);cursor:wait;opacity:.65}.say-it-hint{color:var(--muted);margin:26px 0 0;font-size:.78rem}.study-cloze{letter-spacing:-.045em;text-wrap:balance;max-width:800px;margin:0;font-size:clamp(2.1rem,7vw,4.4rem);font-weight:620;line-height:1.2}.study-cloze:not(.answer){white-space:pre-wrap}.study-cloze:not(.answer):first-line{-webkit-text-decoration-color:var(--forest);text-decoration-color:var(--forest)}.missing-answer{color:var(--forest);background:#ffffff9e;border-radius:999px;align-items:center;gap:8px;margin-top:27px;padding:10px 14px;font-size:.78rem;font-weight:760;display:inline-flex}.study-translation{color:#24493ca3;margin:18px 0 0;font-size:.8rem}.study-translation span{opacity:.55;padding-inline:5px}.flip-control{border:0;border-top:1px solid var(--line);min-height:60px;color:var(--forest);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;font-size:.78rem;font-weight:760;display:flex}.study-card.is-flipped .flip-control{border-color:#24493c1f}.study-audio-error{text-align:center;margin-top:11px}.study-navigation{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:16px;display:grid}.study-arrow{border:1px solid var(--line);background:var(--fc-surface);width:50px;height:50px;color:var(--forest);cursor:pointer;border-radius:50%;place-items:center;display:grid}.study-arrow.next{background:var(--forest);color:#fff}.study-arrow:disabled{cursor:not-allowed;opacity:.32}.study-track{background:var(--paper-deep);border-radius:99px;height:4px;overflow:hidden}.study-track span{border-radius:inherit;background:var(--coral);height:100%;transition:width .22s cubic-bezier(.32,.72,0,1);display:block}.flashcard-empty{text-align:center;border:1px dashed #1d292333;border-radius:30px;flex-direction:column;justify-content:center;align-items:center;min-height:470px;padding:38px 24px;display:flex}.flashcard-empty-mark{background:var(--sun);width:68px;height:68px;color:var(--forest);border-radius:21px;place-items:center;margin-bottom:26px;display:grid}.flashcard-empty h2{max-width:600px;margin-bottom:13px;font-size:clamp(2.1rem,6vw,4rem)}.flashcard-empty>p:not(.eyebrow){max-width:570px;color:var(--muted);margin-bottom:25px;line-height:1.55}.flashcard-library-heading{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:20px;display:flex}.flashcard-library-heading .eyebrow{margin-bottom:7px}.flashcard-library-heading h2{margin:0}.flashcard-library-list{border:1px solid var(--line);background:var(--fc-surface);border-radius:25px;overflow:hidden}.flashcard-library-row{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:15px;min-height:94px;padding:16px 18px;display:grid}.flashcard-library-row:last-child{border-bottom:0}.flashcard-kind-mark{background:var(--paper-deep);width:42px;height:42px;color:var(--forest);border-radius:13px;place-items:center;font-size:.75rem;font-weight:800;display:grid}.flashcard-library-row strong{margin-bottom:3px;font-size:1.02rem;display:block}.flashcard-library-row p{color:var(--muted);margin:0;font-size:.82rem}.flashcard-library-row small{color:var(--forest);margin-top:7px;font-size:.74rem;display:block}.audio-status{background:var(--paper-deep);min-height:30px;color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:.65rem;font-weight:730;display:inline-flex}.audio-status.ready{background:var(--fc-answer);color:var(--forest)}.exercise-count{color:var(--muted);font-size:.68rem;font-weight:680}@media (min-width:700px){.flashcards-header{grid-template-columns:minmax(0,1fr) auto}}@media (max-width:699px){.flashcards-page{margin-top:-2px}.flashcards-header h1{font-size:clamp(3.1rem,18vw,5rem)}.flashcard-sections{width:100%}.flashcard-sections button{flex:1;padding-inline:9px}.intake-intro{grid-template-columns:1fr}.intake-mark{border-radius:16px;width:52px;height:52px}.intake-fields{grid-template-columns:1fr;gap:11px}.intake-or{justify-content:center}.intake-or span{min-width:0}.intake-fields textarea{min-height:116px}.intake-submit{width:100%}.study-toolbar{align-items:flex-start}.study-progress{padding-top:29px}.study-mode-picker{gap:4px}.study-mode-picker button{padding-inline:9px;font-size:.64rem}.study-card{border-radius:26px;min-height:460px}.study-card-content{padding-inline:22px}.study-word{font-size:clamp(3.2rem,18vw,5.4rem)}.study-phrase,.study-cloze{font-size:clamp(2rem,10vw,3.25rem)}.flashcard-library-heading{flex-direction:column;align-items:flex-start}.flashcard-library-row{grid-template-columns:auto minmax(0,1fr)}.audio-status,.exercise-count{grid-column:2;width:fit-content}.exercise-count{margin-top:-9px}}@media (prefers-color-scheme:dark){body:has(.flashcards-page){background:#0c0f0d}body:has(.flashcards-page) .page-shell{background:#0c0f0d}body:has(.flashcards-page) .desktop-sidebar{color:#f5f5f3;background:#101411;border-color:#ffffff1a}body:has(.flashcards-page) .desktop-sidebar .side-link{color:#9da49f}body:has(.flashcards-page) .desktop-sidebar .side-link.active{color:#e9f0eb;background:#252b27}body:has(.flashcards-page) .bottom-nav{background:#171b18f0;border-color:#ffffff1a}body:has(.flashcards-page) .bottom-nav a{color:#9da49f}body:has(.flashcards-page) .bottom-nav a.active{color:#dce8e0;background:#252b27}.flashcards-page{--fc-surface:#171b18;--fc-well:#252b27;--fc-quiet:#202521;--fc-answer:#20352b;--ink:#f5f5f3;--muted:#a5aaa6;--line:#ffffff1a;--paper-deep:#252b27;color:#f5f5f3}.flashcards-page .eyebrow{color:#f28a70}.flashcards-header>div:first-child>p:last-child,.flashcards-page .study-label,.flashcards-page .say-it-hint,.flashcards-page .flashcard-library-row p,.flashcards-page .exercise-count{color:#a5aaa6}.flashcard-summary{background:#ffffff08;border-color:#ffffff1f}.flashcard-summary strong,.intake-fields label,.bulk-field,.study-progress{color:#f5f5f3}.flashcard-summary i,.study-card-topline,.flip-control,.flashcard-library-row{border-color:#ffffff1a}.flashcard-sections,.flashcard-kind-mark,.audio-status{background:#252b27}.flashcard-sections button.active{color:#b9d2c3}.intake-fields textarea,.bulk-field textarea{color:#f5f5f3;border-color:#ffffff1a}.study-card,.flashcard-intake,.flashcard-library-list{border-color:#ffffff1a}.flashcard-audio-row button{color:#b9d2c3;background:#ffffff0d;border-color:#ffffff1f}.flashcard-audio-row button:hover{background:#ffffff1a}.study-card.is-flipped{color:#edf4ef}.study-card.is-flipped .study-context,.study-translation{color:#a9b9ae}.missing-answer{color:#c5dccf;background:#ffffff14}.study-arrow{color:#c5dccf;border-color:#ffffff1a}.study-arrow.next{background:#3d6958}.flashcard-empty{border-color:#ffffff29}.audio-status.ready{color:#c5dccf}}
