:root { --ink: #314035; --muted: #687468; --cream: #f7f1df; --paper: #fffaf0; --sage: #a7b798; --sage-deep: #59705a; --terracotta: #c97758; --sky: #b9d5d4; --shadow: 0 14px 35px rgba(70, 75, 52, .14); font-family: Lexend, "Avenir Next", Avenir, system-ui, sans-serif; color: var(--ink); background: var(--cream); }
* { box-sizing: border-box; } body { margin: 0; min-height: 100dvh; overflow-x: hidden; } button { font: inherit; } button, a { -webkit-tap-highlight-color: transparent; } button { cursor: pointer; } .library-shell { min-height: 100dvh; overflow: hidden; background: linear-gradient(150deg, #faf3df 2%, #e8ecd8 60%, #ceded0); padding: max(22px, env(safe-area-inset-top)) clamp(20px, 5vw, 72px) 56px; }
.library-header { max-width: 1150px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; } .brand { color: var(--ink); display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: -.05em; font-size: 1.24rem; } .brand-mark { width: 38px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 13px 13px 13px 4px; background: var(--terracotta); color: #fff8e9; font-size: .77rem; letter-spacing: -.1em; box-shadow: 0 4px 0 #a85d45; }.header-actions { display: flex; align-items: center; gap: 8px; }.google-button, .signout-button { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(89,112,90,.2); border-radius: 999px; background: rgba(255,250,240,.72); color: var(--sage-deep); font-size: .72rem; font-weight: 600; }.google-mark { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #fff; color: #4285f4; font-weight: 900; }.account-chip { display: inline-flex; align-items: center; gap: 6px; max-width: 170px; overflow: hidden; color: var(--sage-deep); font-size: .72rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }.account-avatar { display: grid; place-items: center; flex: 0 0 auto; width: 25px; height: 25px; border-radius: 50%; background: var(--sage-deep); color: #fffaf0; }.language-switch { display: flex; gap: 2px; padding: 3px; border: 1px solid rgba(89,112,90,.2); border-radius: 999px; background: rgba(255,250,240,.65); color: var(--muted); font-size: .72rem; font-weight: 600; }.language-switch span { min-width: 31px; padding: 6px 5px; border-radius: 999px; }.language-switch .active { background: var(--sage-deep); color: #fffaf0; }.icon-button, .reader-icon { width: 42px; height: 42px; border: 0; border-radius: 50%; font-weight: 800; } .ink { background: rgba(255,255,255,.65); color: var(--ink); box-shadow: inset 0 0 0 1px rgba(49,64,53,.08); }
.library-intro { position: relative; max-width: 1150px; margin: clamp(44px, 8vw, 100px) auto clamp(52px, 8vw, 90px); } .library-intro h1, .completion h1 { max-width: 620px; margin: 8px 0; font-size: clamp(2.45rem, 7vw, 5.2rem); letter-spacing: -.065em; line-height: .94; } .library-intro > p:not(.eyebrow) { max-width: 460px; margin: 18px 0 23px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.22rem); line-height: 1.55; }.eyebrow { color: var(--terracotta); font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; font-weight: 900; margin: 0; }.progress-note { width: fit-content; background: rgba(255,250,240,.78); border-radius: 999px; padding: 10px 15px 10px 10px; font-size: .88rem; font-weight: 800; }.check-dot, .book-check { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--sage-deep); color: white; margin-right: 6px; }.sun-motif { position: absolute; left: min(67vw, 740px); top: -70px; width: clamp(200px, 26vw, 330px); aspect-ratio: 1; border-radius: 49% 51% 62% 38% / 48% 38% 62% 52%; background: #ecc66d; opacity: .68; transform: rotate(20deg); }.sun-motif::after { content: ""; position: absolute; width: 65%; height: 65%; left: 17%; top: 17%; border: 2px dashed rgba(255,250,230,.75); border-radius: 50%; }
.shelf { max-width: 1150px; margin: auto; } .section-title { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; }.section-title h2 { font-size: 1.55rem; letter-spacing: -.04em; margin: 0; }.section-title span { color: var(--muted); font-size: .92rem; }.book-grid { display: grid; grid-template-columns: repeat(6, minmax(120px, 1fr)); gap: clamp(14px, 2vw, 24px); }.book-card { position: relative; border: 0; padding: 0; text-align: center; color: var(--ink); background: none; }.book-art, .placeholder-art { display: block; aspect-ratio: .74; overflow: hidden; border-radius: 19px 19px 16px 16px; margin-bottom: 12px; box-shadow: 0 7px 0 #405447, 0 13px 18px rgba(46,63,45,.18); transition: transform .25s ease, box-shadow .25s ease; }.book-card.available:hover .book-art, .book-card.available:focus-visible .book-art { transform: translateY(-6px) rotate(-1deg); box-shadow: 0 10px 0 #405447, 0 19px 24px rgba(46,63,45,.21); }.book-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }.book-name { display: block; font-size: 1rem; font-weight: 900; }.book-state { color: var(--muted); font-size: .74rem; display: block; margin-top: 4px; }.placeholder { opacity: .65; }.placeholder-art { box-shadow: none; background: linear-gradient(140deg, #d7e0c8, #bed0c0); display: grid; place-items: center; color: #f8efdc; font-size: 2rem; }.book-stamp { position: absolute; right: -12px; top: -14px; z-index: 1; width: clamp(58px, 9vw, 82px); filter: drop-shadow(0 3px 5px rgba(49,64,53,.18)); transform: rotate(11deg); }
.scrim, .reader-scrim { position: fixed; inset: 0; background: rgba(44,55,43,.42); backdrop-filter: blur(7px); z-index: 10; }.detail-sheet { position: fixed; z-index: 11; bottom: 0; left: 50%; transform: translateX(-50%); width: min(680px, 100%); max-height: min(720px, 90dvh); overflow: auto; border-radius: 34px 34px 0 0; background: var(--paper); padding: 14px clamp(24px, 7vw, 54px) max(28px, env(safe-area-inset-bottom)); text-align: center; box-shadow: 0 -12px 42px rgba(25,38,29,.16); }.sheet-grabber { width: 44px; height: 5px; border-radius: 99px; background: #c8d0bd; margin: 0 auto 19px; }.detail-cover { width: min(160px, 38vw); aspect-ratio: .74; object-fit: cover; border-radius: 18px; box-shadow: 0 7px 0 #405447, var(--shadow); }.sheet-copy h2 { font-size: clamp(1.8rem, 6vw, 2.45rem); letter-spacing: -.06em; margin: 15px 0 7px; }.sheet-copy > p:last-child { color: var(--muted); line-height: 1.45; margin: 0 auto; max-width: 330px; }.story-facts { display: flex; justify-content: center; gap: 14px; color: var(--sage-deep); font-weight: 800; font-size: .86rem; margin: 20px 0; }.story-facts span + span { border-left: 1px solid #ccd4c3; padding-left: 14px; }.resume-note { color: var(--muted); font-size: .89rem; margin: 0 0 12px; }.primary-button { border: 0; background: var(--terracotta); color: #fffaf0; min-height: 56px; width: 100%; border-radius: 18px; padding: 13px 20px; font-weight: 900; font-size: 1rem; box-shadow: 0 5px 0 #a75c47; transition: transform .15s ease, box-shadow .15s ease; }.primary-button span { float: right; font-size: 1.35rem; line-height: .8; }.primary-button:active { transform: translateY(3px); box-shadow: 0 2px 0 #a75c47; }.text-button { padding: 14px; border: 0; background: none; color: var(--sage-deep); font-size: .9rem; font-weight: 900; }
.reader { position: fixed; inset: 0; height: 100dvh; background: #839994; overflow: hidden; color: var(--ink); touch-action: pan-y; }.scene { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: var(--image-position); user-select: none; }.reader::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(29,43,34,.25), transparent 26%, transparent 58%, rgba(29,43,34,.1)); }.reader-top { position: relative; z-index: 3; padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) 0 max(16px, env(safe-area-inset-left)); display: grid; grid-template-columns: 43px 1fr 43px 43px; align-items: center; gap: 12px; }.reader-icon { background: rgba(255,250,240,.88); color: var(--ink); box-shadow: 0 4px 14px rgba(41,56,43,.13); }.fullscreen-reader-button { color: var(--sage-deep); font-size: 1.25rem; }.segments { display: grid; grid-template-columns: repeat(14, 1fr); gap: 3px; }.segment { height: 5px; background: rgba(255,250,240,.56); border-radius: 99px; }.segment.active { background: var(--terracotta); }.tap-zone { position: absolute; z-index: 2; top: 68px; bottom: 0; width: 24%; border: 0; background: transparent; }.previous { left: 0; }.next { right: 0; }.story-box { position: absolute; z-index: 4; bottom: max(18px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); width: min(88%, 690px); padding: clamp(17px, 3vw, 25px) clamp(21px, 4vw, 31px); border-radius: 25px; background: rgba(255,250,240,.82); backdrop-filter: blur(5px); box-shadow: var(--shadow); text-align: center; }.story-box p { margin: 0; font-size: clamp(1.05rem, 2.5vw, 1.35rem); font-weight: 400; line-height: 1.58; letter-spacing: -.01em; }.story-box.opening { padding: clamp(25px, 6vw, 53px) clamp(28px, 6vw, 56px); }.story-box.opening p { font-size: clamp(2rem, 6vw, 4.5rem); line-height: 1.1; letter-spacing: -.05em; font-weight: 500; }.mini-mark { color: var(--terracotta); font-size: .67rem; letter-spacing: .17em; font-weight: 600; display: block; margin-bottom: 12px; }.story-next, .story-previous { display: grid; place-items: center; position: absolute; top: 50%; width: 48px; aspect-ratio: 1; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,250,240,.92); box-shadow: 0 5px 13px rgba(49,64,53,.15); font-size: 1.35rem; font-weight: 500; }.story-next { right: -24px; color: var(--terracotta); }.story-previous { left: -24px; color: var(--sage-deep); }.story-previous:disabled { opacity: .3; cursor: default; }.settings-sheet, .source-sheet { position: fixed; z-index: 6; bottom: 0; left: 50%; transform: translateX(-50%); width: min(550px, 100%); border-radius: 30px 30px 0 0; background: var(--paper); padding: 15px 22px max(24px, env(safe-area-inset-bottom)); box-shadow: 0 -10px 34px rgba(27,37,28,.18); }.settings-sheet h2, .source-sheet h2 { margin: 4px 0 13px; font-size: 1.25rem; letter-spacing: -.04em; }.settings-sheet button { display: flex; justify-content: space-between; width: 100%; padding: 17px 4px; background: transparent; border: 0; border-top: 1px solid #e2e5d8; color: var(--ink); font-weight: 800; text-align: left; }.source-sheet ul { color: var(--sage-deep); line-height: 1.8; font-weight: 700; padding-left: 22px; }.source-sheet p { color: var(--muted); font-size: .9rem; line-height: 1.45; }
.completion { min-height: 100dvh; display: grid; place-items: center; position: relative; overflow: hidden; background: #91b3a6; padding: 22px; }.completion-art { position: absolute; width: 100%; height: 100%; object-fit: cover; opacity: .32; filter: blur(7px); transform: scale(1.07); }.completion-card { position: relative; width: min(455px, 100%); padding: clamp(34px, 8vw, 60px) clamp(25px, 7vw, 47px); background: rgba(255,250,240,.93); border-radius: 32px; text-align: center; box-shadow: var(--shadow); }.completion-stamp { display: block; width: clamp(95px, 23vw, 132px); margin: 0 auto 13px; filter: drop-shadow(0 4px 6px rgba(49,64,53,.17)); transform: rotate(-8deg); }.completion h1 { font-size: clamp(2.35rem, 9vw, 4.1rem); margin: 0 auto 10px; }.completion-card p { color: var(--muted); font-size: 1.08rem; margin: 0; }.completion-count { display: block; color: var(--sage-deep); font-size: .88rem; font-weight: 900; margin: 21px 0; }
@media (min-width: 700px) { .detail-sheet { bottom: 22px; border-radius: 32px; max-height: calc(100dvh - 44px); }.story-box { bottom: max(20px, env(safe-area-inset-bottom)); width: min(72%, 830px); border-radius: 20px; }.tap-zone { width: 31%; }.book-grid { grid-template-columns: repeat(6, 1fr); } }
@media (max-width: 699px) { .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }.sun-motif { left: 59vw; top: -27px; }.library-intro { margin-top: 58px; }.library-intro h1 { max-width: 280px; }.section-title { margin-bottom: 18px; }.story-facts { gap: 9px; font-size: .76rem; }.story-facts span + span { padding-left: 9px; }.reader-top { grid-template-columns: 40px 1fr 40px 40px; gap: 8px; }.reader-icon { width: 40px; height: 40px; }.segments { gap: 2px; }.segment { height: 4px; }.detail-sheet { min-height: 470px; }.google-button { max-width: 42px; padding: 8px; font-size: 0; }.google-mark { font-size: .8rem; }.account-chip { max-width: 92px; }.signout-button { padding-inline: 8px; } }
@media (orientation: landscape) and (max-height: 600px) { .reader-top { padding-top: max(10px, env(safe-area-inset-top)); }.story-box { bottom: max(12px, env(safe-area-inset-bottom)); width: min(78%, 900px); padding-top: 12px; padding-bottom: 12px; }.story-box p { font-size: clamp(.95rem, 2vw, 1.14rem); }.story-box.opening { padding: 20px 70px; }.story-box.opening p { font-size: clamp(1.8rem, 4vw, 3.2rem); }.mini-mark { margin-bottom: 7px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }

/* A1 platform shell. Reader styles above remain intentionally isolated. */
:root { --ld-blue: #0786f7; --ld-cream: #fbe9dc; --ld-paper: #fff9f3; --ld-ink: #18202a; --ld-muted: #6e7379; --ld-line: rgba(24, 32, 42, .10); }
.platform-shell { min-height: 100dvh; color: var(--ld-ink); background: var(--ld-paper); padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
.platform-header { width: min(1180px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ld-line); }
.platform-logo { display: block; width: 104px; border: 0; background: transparent; padding: 0; }.platform-logo img { display: block; width: 100%; height: 44px; object-fit: contain; object-position: left center; }
.desktop-nav { display: none; gap: 28px; }.desktop-nav button, .platform-header-actions button { border: 0; background: transparent; color: var(--ld-muted); font-size: .86rem; font-weight: 500; }.desktop-nav button { padding: 10px 0; }.desktop-nav button.active { color: var(--ld-blue); font-weight: 600; }
.platform-header-actions { display: flex; align-items: center; gap: 10px; }.platform-header-actions .google-button { color: var(--ld-ink); border-color: var(--ld-line); }.platform-account-button { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ld-blue) !important; color: var(--ld-paper) !important; font-weight: 700 !important; }
.platform-page { width: min(1060px, calc(100% - 40px)); margin: 0 auto; padding: clamp(38px, 7vw, 86px) 0 28px; }.editorial-intro { max-width: 660px; }.platform-kicker { color: var(--ld-blue); margin: 0 0 10px; font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.editorial-intro h1, .series-detail-layout h1 { margin: 0; font-size: clamp(2.45rem, 6vw, 5.3rem); font-weight: 600; letter-spacing: -.065em; line-height: .98; }.editorial-intro > p:last-child, .lead-copy { margin: 17px 0 0; color: var(--ld-muted); font-size: clamp(1rem, 2vw, 1.12rem); line-height: 1.62; }
.home-continue { margin-top: clamp(45px, 8vw, 82px); }.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 16px; }.section-heading h2 { margin: 0; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -.045em; }.section-heading > span { color: var(--ld-muted); font-size: .84rem; }.story-hero { position: relative; display: grid; width: 100%; min-height: min(520px, 63vw); overflow: hidden; border: 0; border-radius: 18px; background: var(--ld-cream); color: var(--ld-paper); text-align: left; }.story-hero img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; transition: transform .35s ease; }.story-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,32,42,.54), rgba(24,32,42,.04) 66%); }.story-hero:hover img { transform: scale(1.025); }.story-hero-copy { position: relative; z-index: 1; align-self: end; display: grid; gap: 8px; width: min(440px, 80%); padding: clamp(24px, 5vw, 56px); }.story-hero-copy small { font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }.story-hero-copy strong { font-size: clamp(1.65rem, 4vw, 3rem); font-weight: 600; letter-spacing: -.055em; line-height: 1.02; }.story-hero-copy em { color: rgba(255,249,243,.85); font-size: .9rem; font-style: normal; }
.platform-section { margin-top: clamp(55px, 10vw, 110px); }.editorial-link { border: 0; padding: 0; background: transparent; color: var(--ld-blue); font-size: .85rem; font-weight: 600; text-align: left; }.series-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 5vw, 54px); }.series-entry { display: grid; grid-template-columns: minmax(0, .72fr) 1fr; align-items: center; gap: 18px; border: 0; padding: 0; background: transparent; color: var(--ld-ink); text-align: left; }.series-entry > span:last-child { display: grid; gap: 5px; }.series-entry strong { font-size: clamp(1.05rem, 2vw, 1.35rem); letter-spacing: -.035em; }.series-entry small { color: var(--ld-muted); font-size: .82rem; line-height: 1.45; }.series-entry em { color: var(--ld-blue); font-size: .72rem; font-style: normal; font-weight: 600; }.series-cover { display: block; overflow: hidden; border-radius: 13px; aspect-ratio: .75; background: var(--ld-cream); }.series-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }.akhlak-cover { display: grid; place-items: center; background: var(--ld-blue); }.akhlak-cover img { width: 72%; height: 72%; object-fit: contain; }.class-feature { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 28px 0; border-top: 1px solid var(--ld-line); border-bottom: 1px solid var(--ld-line); }.class-feature h2 { margin: 4px 0 7px; font-size: clamp(1.5rem, 3vw, 2.4rem); letter-spacing: -.05em; }.class-feature p:not(.platform-kicker) { margin: 0; color: var(--ld-muted); line-height: 1.55; }.explore-section { padding-bottom: 20px; }.explore-list { display: flex; flex-wrap: wrap; gap: 12px 27px; font-size: clamp(1.1rem, 2vw, 1.45rem); letter-spacing: -.035em; }.explore-list span { border-bottom: 1px solid var(--ld-line); padding-bottom: 6px; }
.library-series-list { display: grid; gap: clamp(60px, 11vw, 128px); margin-top: clamp(54px, 10vw, 100px); }.library-series-feature { display: grid; grid-template-columns: minmax(240px, .8fr) 1fr; align-items: center; gap: clamp(32px, 8vw, 110px); border: 0; padding: 0; background: transparent; color: var(--ld-ink); text-align: left; }.library-series-feature.reverse { grid-template-columns: 1fr minmax(240px, .8fr); }.library-series-feature.reverse .series-cover { order: 2; }.library-series-feature h2 { margin: 4px 0 12px; font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.065em; line-height: .98; }.library-series-feature p:not(.platform-kicker) { margin: 0 0 17px; color: var(--ld-muted); line-height: 1.6; }.library-series-feature > .series-cover { max-width: 390px; }.series-detail-layout { display: grid; grid-template-columns: minmax(220px, .65fr) 1fr; align-items: center; gap: clamp(34px, 8vw, 110px); margin-top: 46px; }.series-detail-layout .series-cover { max-width: 380px; }.quiet-back { border: 0; padding: 0; background: transparent; color: var(--ld-muted); font-size: .85rem; }.series-detail-layout > div > p:not(.platform-kicker) { color: var(--ld-muted); line-height: 1.6; }
.class-program { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; margin-top: 58px; padding: 30px 0; border-top: 1px solid var(--ld-line); border-bottom: 1px solid var(--ld-line); }.class-program p { color: var(--ld-muted); margin: 0 0 8px; }.class-program h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.55rem); letter-spacing: -.055em; }.class-program span { color: var(--ld-muted); font-size: .86rem; }.class-state { align-self: end; }.editorial-rows { margin-top: 40px; }.editorial-rows > div, .editorial-rows > section { display: grid; grid-template-columns: minmax(150px, .65fr) 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--ld-line); }.editorial-rows strong { font-size: .94rem; }.editorial-rows span { color: var(--ld-muted); line-height: 1.5; }
.account-identity { display: flex; align-items: center; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--ld-line); }.large-avatar { display: grid; place-items: center; width: 74px; height: 74px; flex: 0 0 auto; border-radius: 50%; background: var(--ld-blue); color: var(--ld-paper); font-size: 1.65rem; font-weight: 600; }.account-identity h1 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.6rem); letter-spacing: -.055em; }.account-identity p:not(.platform-kicker) { margin: 5px 0 0; color: var(--ld-muted); font-size: .9rem; }.editorial-form { display: grid; grid-template-columns: minmax(0, 300px) auto; align-items: end; justify-content: space-between; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--ld-line); }.editorial-form label, .child-editor label { display: grid; gap: 7px; color: var(--ld-muted); font-size: .76rem; }.editorial-form input, .child-editor input { width: 100%; border: 0; border-bottom: 1px solid var(--ld-line); border-radius: 0; outline: none; background: transparent; color: var(--ld-ink); padding: 8px 0; font: inherit; }.editorial-form input:focus, .child-editor input:focus { border-color: var(--ld-blue); }.account-rows > section { display: block; }.row-heading, .child-row, .access-row, .language-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.row-heading { margin-bottom: 12px; }.child-row, .access-row { padding: 11px 0; color: var(--ld-muted); font-size: .88rem; }.child-row button { border: 0; background: transparent; color: var(--ld-blue); font-size: .76rem; }.access-row em { color: var(--ld-blue); font-size: .76rem; font-style: normal; }.empty-row { color: var(--ld-muted); font-size: .88rem; }.language-row, .logout-row { width: 100%; border: 0; padding: 12px 0 0; background: transparent; color: var(--ld-muted); text-align: left; font: inherit; }.language-row span { color: var(--ld-blue); }.logout-row { color: var(--ld-blue); font-weight: 600; }.signed-out { min-height: 62dvh; display: grid; place-items: center; }.signed-out .editorial-intro { text-align: center; }.primary-platform-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; margin-top: 24px; padding: 10px 16px; border: 0; border-radius: 10px; background: var(--ld-blue); color: var(--ld-paper); font-weight: 600; }.account-overlay { position: fixed; z-index: 20; inset: 0; display: grid; place-items: end center; padding: 20px; background: rgba(24,32,42,.30); }.child-editor { width: min(480px, 100%); display: grid; gap: 19px; padding: 26px; border-radius: 16px; background: var(--ld-paper); }.child-editor > div { display: flex; justify-content: space-between; align-items: center; }.child-editor .primary-platform-button { margin: 0; }
.platform-bottom-nav { position: fixed; z-index: 8; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); min-height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--ld-line); background: rgba(255,249,243,.96); }.platform-bottom-nav button { display: grid; place-content: center; gap: 3px; border: 0; background: transparent; color: var(--ld-muted); font-size: .68rem; }.platform-bottom-nav button > span { font-size: 1rem; line-height: 1; }.platform-bottom-nav button.active { color: var(--ld-blue); font-weight: 700; }
@media (min-width: 760px) { .platform-shell { padding-bottom: 0; }.platform-bottom-nav { display: none; }.desktop-nav { display: flex; }.platform-page { width: min(1180px, calc(100% - 96px)); }.platform-header { width: min(1180px, calc(100% - 96px)); }.platform-header-actions .google-button { font-size: .76rem; }.story-hero { min-height: min(590px, 54vw); }.series-pair { max-width: 780px; }.account-page { max-width: 790px; }.account-page .editorial-intro { max-width: none; } }
@media (max-width: 559px) { .platform-header { width: min(100% - 28px, 1180px); min-height: 64px; }.platform-logo { width: 82px; }.platform-header-actions { gap: 5px; }.platform-header-actions .google-button { width: 38px; height: 34px; padding: 0; justify-content: center; font-size: 0; }.platform-header-actions .google-mark { font-size: .8rem; }.platform-page { width: min(100% - 32px, 1060px); }.story-hero { min-height: 390px; }.story-hero-copy { width: 92%; padding: 22px; }.series-pair { gap: 22px; }.series-entry { grid-template-columns: 1fr; gap: 10px; align-items: start; }.series-entry .series-cover { width: 100%; }.series-entry > span:last-child { gap: 3px; }.class-feature { align-items: start; flex-direction: column; }.library-series-feature, .library-series-feature.reverse, .series-detail-layout, .class-program { grid-template-columns: 1fr; }.library-series-feature.reverse .series-cover { order: 0; }.library-series-feature > .series-cover, .series-detail-layout .series-cover { max-width: 240px; }.editorial-rows > div, .editorial-rows > section { grid-template-columns: 1fr; gap: 9px; }.editorial-form { grid-template-columns: 1fr; align-items: start; }.account-identity { align-items: flex-start; }.large-avatar { width: 58px; height: 58px; font-size: 1.3rem; } }

/* A1 polish overrides: platform chrome only, never the reader. */
.platform-logo { width: 136px; }.platform-logo img { height: 54px; }.platform-header { min-height: 82px; }.platform-login-affordance { color: var(--ld-ink) !important; font-size: .78rem !important; }.platform-header-actions .language-switch { padding: 1px; border-color: transparent; background: transparent; font-size: .66rem; }.platform-header-actions .language-switch span { min-width: 27px; padding: 5px 4px; }.platform-header-actions .language-switch .active { background: rgba(7,134,247,.10); color: var(--ld-blue); }.platform-kicker { color: var(--ld-muted); font-size: .67rem; letter-spacing: .09em; }.section-heading h2 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); font-weight: 600; }.story-hero-copy small { color: rgba(255,249,243,.82); letter-spacing: .09em; }.story-hero-copy em { font-size: .82rem; }
.akhlak-cover { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: clamp(16px, 3vw, 30px); overflow: hidden; background: var(--ld-cream); color: var(--ld-blue); }.akhlak-cover::before { content: ""; position: absolute; width: 58%; aspect-ratio: 1; right: -20%; bottom: -16%; border: 2px solid rgba(7,134,247,.22); border-radius: 50%; }.akhlak-cover::after { content: ""; position: absolute; width: 38%; aspect-ratio: 1; right: 13%; bottom: 11%; border: 2px solid rgba(7,134,247,.22); border-radius: 50%; }.akhlak-cover small, .akhlak-cover em, .akhlak-cover strong { position: relative; z-index: 1; }.akhlak-cover small { color: var(--ld-blue); font-size: clamp(.5rem, 1vw, .7rem); font-style: normal; letter-spacing: .08em; text-transform: lowercase; }.akhlak-cover strong { color: var(--ld-blue); font-size: clamp(1.28rem, 3.1vw, 3rem); font-weight: 600; letter-spacing: -.08em; line-height: .86; }.akhlak-cover em { color: var(--ld-ink); font-size: clamp(.6rem, 1.1vw, .82rem); font-style: normal; }.akhlak-cover i { position: absolute; z-index: 1; right: 25%; bottom: 22%; width: 16%; aspect-ratio: 1; border-radius: 3px; background: var(--ld-blue); transform: rotate(22deg); }
.library-series-list { gap: clamp(46px, 8vw, 90px); }.library-series-feature h2 { margin-top: 0; }.library-series-feature > div > span { display: inline-block; color: var(--ld-blue); font-size: .82rem; font-weight: 600; }.series-detail-layout { margin-top: 36px; }.class-program { grid-template-columns: minmax(180px, .46fr) 1fr; align-items: stretch; gap: clamp(28px, 6vw, 76px); margin-top: 46px; }.class-program > .series-cover { width: min(100%, 270px); }.class-program-copy { display: flex; flex-direction: column; justify-content: center; }.class-program-copy > p:first-child { margin: 0 0 7px; color: var(--ld-muted); }.class-access-copy { margin: 20px 0 0 !important; padding-top: 16px; border-top: 1px solid var(--ld-line); color: var(--ld-muted); font-size: .9rem; }.class-page .editorial-rows { margin-top: 26px; }.explore-program { display: grid; grid-template-columns: minmax(180px, .42fr) 1fr; align-items: center; gap: clamp(28px, 7vw, 95px); padding-top: 10px; }.explore-program > div:first-child { max-width: 260px; }.explore-program h2 { margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 3rem); letter-spacing: -.06em; }.explore-program p { margin: 0 0 17px; color: var(--ld-muted); line-height: 1.6; }
.signed-out { min-height: auto; display: block; }.signed-out .editorial-intro { text-align: left; }.quiet-benefits { display: grid; gap: 9px; margin-top: 30px; color: var(--ld-muted); font-size: .86rem; }.quiet-benefits span { padding-top: 10px; border-top: 1px solid var(--ld-line); }.platform-bottom-nav button { gap: 0; font-size: .73rem; font-weight: 500; }.platform-bottom-nav button.active { font-weight: 700; }.platform-bottom-nav button::before { content: ""; width: 4px; height: 4px; margin: 0 auto 5px; border-radius: 50%; background: transparent; }.platform-bottom-nav button.active::before { background: var(--ld-blue); }
@media (max-width: 559px) { .platform-header { min-height: 70px; }.platform-logo { width: 106px; }.platform-logo img { height: 48px; }.platform-login-affordance { padding: 6px 0 !important; }.platform-header-actions .language-switch { display: none; }.explore-program { grid-template-columns: minmax(110px, .6fr) 1fr; gap: 20px; }.explore-program > div:first-child { max-width: 170px; }.akhlak-cover { padding: 14px; }.class-program { grid-template-columns: minmax(120px, .55fr) 1fr; gap: 20px; }.class-program > .series-cover { max-width: 170px; }.class-program h2 { font-size: 1.35rem; }.class-program-copy > p:first-child { font-size: .82rem; }.class-access-copy { font-size: .8rem; }.library-series-list { gap: 46px; } }

.platform-logo { width: 54px; height: 54px; overflow: hidden; border-radius: 50%; background: var(--ld-blue); }.platform-logo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }.brand-mark { border-radius: 50%; }
@media (max-width: 559px) { .platform-logo { width: 46px; height: 46px; } }

/* A2 sandbox checkout affordance. It remains part of the editorial program view. */
.purchase-entry { display: grid; justify-items: start; gap: 11px; margin: 22px 0; padding: 17px 0; border-top: 1px solid var(--ld-line); border-bottom: 1px solid var(--ld-line); }.purchase-entry > p { margin: 0; color: var(--ld-ink); font-size: .9rem; font-weight: 600; }.purchase-cta { min-height: 42px; border: 0; border-radius: 999px; padding: 0 18px; background: var(--ld-blue); color: var(--ld-paper); font-size: .84rem; font-weight: 600; }.purchase-cta:disabled { cursor: wait; opacity: .68; }.purchase-cta.subtle { margin: 18px 0; border: 1px solid var(--ld-line); background: transparent; color: var(--ld-blue); }.purchase-error, .payment-return-notice { margin: 0; color: var(--ld-muted); font-size: .82rem; line-height: 1.5; }.purchase-error { color: var(--terracotta); }.payment-return-notice { margin: 14px 0; }

/* A3 enrollment flow: a quiet editorial page, not a storefront. */
.offer-page { max-width: 880px; padding-bottom: 76px; }.offer-intro { max-width: 680px; padding: clamp(34px, 7vw, 78px) 0 44px; }.offer-intro h1 { margin: 0; max-width: 650px; font-size: clamp(2.6rem, 8vw, 6.2rem); font-weight: 600; letter-spacing: -.075em; line-height: .94; }.offer-intro > p:not(.platform-kicker) { max-width: 480px; margin: 20px 0 0; color: var(--ld-muted); font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.55; }.offer-meta { display: grid; gap: 7px; margin-top: 30px; color: var(--ld-muted); font-size: .86rem; }.offer-meta span:first-child { color: var(--ld-ink); font-weight: 600; }.offer-section { padding: 28px 0; border-top: 1px solid var(--ld-line); }.offer-section h2 { margin: 0 0 18px; font-size: .72rem; color: var(--ld-muted); letter-spacing: .12em; text-transform: uppercase; }.offer-list { display: grid; gap: 0; max-width: 680px; }.offer-list p { margin: 0; padding: 14px 0; border-bottom: 1px solid var(--ld-line); font-size: clamp(1rem, 2vw, 1.18rem); letter-spacing: -.02em; }.offer-list p:last-child { border-bottom: 0; }.offer-payment { padding-bottom: 0; }.offer-price { display: grid; gap: 5px; max-width: 680px; padding: 4px 0 24px; }.offer-price strong { font-size: 1.05rem; font-weight: 600; }.offer-price b { font-size: clamp(2rem, 5vw, 3.8rem); font-weight: 600; letter-spacing: -.07em; line-height: 1; }.offer-price span { color: var(--ld-muted); font-size: .86rem; }.offer-price p { max-width: 520px; margin: 15px 0 0; color: var(--ld-muted); font-size: .9rem; line-height: 1.5; }.offer-action, .offer-success, .offer-confirmation { display: grid; justify-items: start; gap: 10px; max-width: 460px; padding-top: 18px; }.offer-action .purchase-cta { min-height: 52px; padding-inline: 24px; font-size: .9rem; }.offer-action > span { color: var(--ld-muted); font-size: .78rem; }.offer-success > p, .offer-confirmation > p { margin: 0; color: var(--ld-ink); font-size: 1.05rem; line-height: 1.45; }.offer-confirmation > span { color: var(--ld-muted); font-size: .86rem; line-height: 1.5; }.offer-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }.offer-actions .purchase-cta.subtle { margin: 0; }.offer-shell .platform-bottom-nav { display: none; }
@media (max-width: 559px) { .offer-page { width: min(100% - 32px, 880px); }.offer-intro { padding-top: 34px; }.offer-intro h1 { font-size: clamp(2.5rem, 14vw, 4.2rem); }.offer-meta { margin-top: 24px; }.offer-section { padding: 23px 0; }.offer-actions { width: 100%; }.offer-actions .purchase-cta { width: 100%; }.offer-action .purchase-cta { width: 100%; }.offer-action, .offer-success, .offer-confirmation { max-width: none; } }

.offer-shared-access { max-width: 580px; margin: 0 0 22px; color: var(--ld-muted); line-height: 1.55; }
.payment-choices { display: grid; gap: 0; max-width: 680px; }
.payment-choice { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid var(--ld-line); }
.payment-choice:last-of-type { border-bottom: 1px solid var(--ld-line); }
.payment-choice > div { display: grid; gap: 5px; }
.payment-choice-label { margin: 0; color: var(--ld-ink); font-weight: 600; }
.payment-choice strong { font-size: clamp(1.45rem, 3vw, 2.2rem); letter-spacing: -.055em; }
.payment-choice span, .payment-choice p:last-child, .offer-secure-note, .installment-phone-step > p:not(.payment-choice-label), .installment-phone-form > span { color: var(--ld-muted); font-size: .82rem; line-height: 1.5; }
.payment-choice p:last-child { max-width: 390px; margin: 7px 0 0; }
.offer-secure-note { display: block; margin-top: 18px; }
.installment-phone-step { max-width: 520px; padding: 22px 0; border-top: 1px solid var(--ld-line); }
.installment-phone-step > p { margin: 0 0 8px; }
.installment-phone-form { display: grid; gap: 9px; margin-top: 18px; }
.installment-phone-form label { color: var(--ld-muted); font-size: .76rem; }
.installment-phone-form input { width: 100%; border: 0; border-bottom: 1px solid var(--ld-line); padding: 10px 0; outline: none; background: transparent; color: var(--ld-ink); font: inherit; }
.installment-phone-form input:focus { border-color: var(--ld-blue); }
.installment-phone-form > div { display: flex; align-items: center; gap: 22px; margin-top: 10px; }
@media (max-width: 559px) { .payment-choice { align-items: stretch; flex-direction: column; gap: 15px; }.payment-choice .purchase-cta { width: 100%; }.installment-phone-form > div { align-items: stretch; flex-direction: column-reverse; gap: 12px; }.installment-phone-form > div .editorial-link { text-align: center; } }
.jalur-access-section { max-width: 680px; }
.jalur-access-intro { max-width: 520px; margin-bottom: 17px; }
.jalur-access-intro p { margin: 0 0 7px; color: var(--ld-muted); line-height: 1.55; }
.jalur-access-intro .payment-choice-label { color: var(--ld-ink); }
.jalur-access-form { display: grid; gap: 19px; max-width: 580px; padding-top: 12px; }
.jalur-form-field { display: grid; gap: 7px; }
.jalur-form-field label, .jalur-commitment { color: var(--ld-muted); font-size: .78rem; line-height: 1.5; }
.jalur-form-field input, .jalur-form-field select, .jalur-form-field textarea { width: 100%; border: 0; border-bottom: 1px solid var(--ld-line); border-radius: 0; outline: none; background: transparent; color: var(--ld-ink); padding: 9px 0; font: inherit; }
.jalur-form-field textarea { min-height: 110px; resize: vertical; border: 1px solid var(--ld-line); border-radius: 8px; padding: 10px; }
.jalur-form-field input:focus, .jalur-form-field select:focus, .jalur-form-field textarea:focus { border-color: var(--ld-blue); }
.jalur-form-field > span, .form-helper { margin: 0; color: var(--ld-muted); font-size: .76rem; line-height: 1.5; }
.jalur-commitment { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 9px; }
.jalur-commitment input { margin-top: 3px; accent-color: var(--ld-blue); }
.jalur-form-actions { display: flex; align-items: center; gap: 22px; }
@media (max-width: 559px) { .jalur-form-actions { align-items: stretch; flex-direction: column-reverse; gap: 12px; }.jalur-form-actions .editorial-link { text-align: center; } }

/* A7 Admin Lite: a quiet review surface, isolated from customer navigation. */
.admin-shell { min-height: 100dvh; background: var(--ld-paper); color: var(--ld-ink); }
.admin-header { width: min(920px, calc(100% - 40px)); min-height: 76px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--ld-line); }
.admin-brand { display: flex; align-items: center; gap: 12px; }.admin-brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }.admin-brand span { display: grid; gap: 1px; }.admin-brand strong { font-size: .9rem; }.admin-brand small { color: var(--ld-muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-signout { border: 0; background: transparent; color: var(--ld-muted); font: inherit; font-size: .78rem; }
.admin-page { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: clamp(40px, 7vw, 76px) 0 64px; }
.admin-auth-state { max-width: 620px; }.admin-auth-state h1, .admin-intro h1, .admin-detail-heading h1 { margin: 0; font-size: clamp(2.4rem, 7vw, 4.8rem); font-weight: 600; letter-spacing: -.07em; line-height: .98; }.admin-auth-state > p:not(.platform-kicker), .admin-intro > p:last-child, .admin-detail-heading > p:last-child { max-width: 540px; margin: 16px 0 24px; color: var(--ld-muted); line-height: 1.6; }
.admin-feedback { margin: 30px 0 0; padding: 13px 15px; border-left: 3px solid var(--sage-deep); background: rgba(167,183,152,.16); color: var(--sage-deep); font-size: .86rem; }
.admin-queue { margin-top: clamp(44px, 8vw, 76px); }.admin-section-heading { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--ld-line); }.admin-section-heading h2 { margin: 0; font-size: clamp(1.25rem, 3vw, 1.7rem); letter-spacing: -.04em; }.admin-section-heading span { color: var(--ld-muted); font-size: .78rem; }
.admin-request-list { display: grid; }.admin-request-row { display: grid; grid-template-columns: 1fr auto; gap: 8px 28px; padding: 25px 0; border-bottom: 1px solid var(--ld-line); }.admin-request-summary { display: grid; gap: 5px; }.admin-request-summary strong { font-size: 1rem; }.admin-request-summary span, .admin-request-row time { color: var(--ld-muted); font-size: .78rem; }.admin-request-row time { text-align: right; }.admin-request-row > p { grid-column: 1 / -1; display: -webkit-box; overflow: hidden; margin: 8px 0 5px; color: var(--ld-muted); font-size: .88rem; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }.admin-request-row .editorial-link { width: fit-content; }
.admin-state-copy, .admin-state-block { margin: 0; padding: 30px 0; color: var(--ld-muted); font-size: .9rem; }.admin-state-block p { margin: 0 0 12px; }
.admin-detail-page > .quiet-back { margin-bottom: 42px; }.admin-detail-heading > p:last-child { margin-bottom: 0; font-size: .86rem; }.admin-detail-list { margin: 42px 0 0; }.admin-detail-list > div { display: grid; grid-template-columns: minmax(150px, .42fr) 1fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid var(--ld-line); }.admin-detail-list dt { color: var(--ld-muted); font-size: .76rem; }.admin-detail-list dd { margin: 0; font-size: .92rem; line-height: 1.6; overflow-wrap: anywhere; }.admin-detail-reason dd { max-width: 560px; }
.admin-detail-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }.admin-reject-button { min-height: 42px; border: 1px solid rgba(201,119,88,.4); border-radius: 999px; padding: 0 18px; background: transparent; color: #a8543c; font: inherit; font-size: .84rem; font-weight: 600; }.admin-reject-button:disabled, .admin-signout:disabled { cursor: wait; opacity: .6; }
.admin-reject-form { display: grid; gap: 9px; margin-top: 34px; padding: 22px 0; border-top: 1px solid var(--ld-line); }.admin-reject-form label { color: var(--ld-ink); font-size: .84rem; font-weight: 600; }.admin-reject-form textarea { min-height: 110px; resize: vertical; border: 1px solid var(--ld-line); border-radius: 8px; padding: 11px; background: transparent; color: var(--ld-ink); font: inherit; }.admin-reject-form > p { margin: 0; color: var(--ld-muted); font-size: .75rem; }.admin-reject-form > div { display: flex; align-items: center; gap: 20px; margin-top: 8px; }
.admin-dialog-scrim { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(24,32,42,.32); backdrop-filter: blur(4px); }.admin-confirm-dialog { width: min(430px, 100%); border-radius: 14px; padding: clamp(24px, 6vw, 38px); outline: none; background: var(--ld-paper); box-shadow: var(--shadow); }.admin-confirm-dialog h2 { margin: 0; font-size: clamp(1.55rem, 5vw, 2.2rem); letter-spacing: -.05em; }.admin-confirm-dialog > p:not(.platform-kicker) { margin: 13px 0 26px; color: var(--ld-muted); line-height: 1.55; }.admin-confirm-dialog > div { display: flex; align-items: center; justify-content: flex-end; gap: 20px; }
.admin-shell button:focus-visible, .admin-shell textarea:focus-visible { outline: 3px solid rgba(7,134,247,.28); outline-offset: 3px; }
@media (max-width: 559px) { .admin-header { width: calc(100% - 28px); min-height: 68px; }.admin-page { width: calc(100% - 32px); padding-top: 34px; }.admin-request-row { grid-template-columns: 1fr; gap: 7px; }.admin-request-row time { text-align: left; }.admin-detail-page > .quiet-back { margin-bottom: 34px; }.admin-detail-list > div { grid-template-columns: 1fr; gap: 6px; }.admin-detail-actions { align-items: stretch; flex-direction: column; }.admin-detail-actions button, .admin-reject-form > div .admin-reject-button { width: 100%; }.admin-reject-form > div { align-items: stretch; flex-direction: column-reverse; }.admin-reject-form > div .editorial-link { text-align: center; }.admin-confirm-dialog > div { align-items: stretch; flex-direction: column-reverse; }.admin-confirm-dialog button { width: 100%; text-align: center; } }

/* A8 wireframe system: mobile-first customer information architecture. */
.wireframe-greeting { position: relative; display: grid; gap: 7px; padding: 24px 0 10px; }.wireframe-greeting h1 { margin: 0; font-size: clamp(1.75rem, 8vw, 2.8rem); font-weight: 600; letter-spacing: -.065em; line-height: 1; }.wireframe-greeting p:last-child { margin: 0; color: var(--ld-muted); font-size: .86rem; line-height: 1.45; }.wireframe-feature { margin-top: 22px; }.wireframe-feature .story-hero { min-height: 190px; border-radius: 20px; }.wireframe-feature .story-hero-copy { width: 86%; padding: 20px; }.wireframe-feature .story-hero-copy strong { font-size: clamp(1.2rem, 6vw, 1.8rem); }.wireframe-section { margin-top: 34px; }.wireframe-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }.wireframe-section-heading h2 { margin: 0; font-size: 1.2rem; letter-spacing: -.04em; }.wireframe-section-heading > span { color: var(--ld-muted); font-size: .78rem; }.wireframe-cover-grid { display: grid; gap: 14px; }.wireframe-cover-grid.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }.wireframe-cover-item, .wireframe-class-card { display: grid; justify-items: start; gap: 7px; min-width: 0; border: 0; padding: 0; background: transparent; color: var(--ld-ink); text-align: left; }.wireframe-cover-item .series-cover { width: 100%; border-radius: 15px; }.wireframe-cover-item strong, .wireframe-class-card strong { font-size: .96rem; letter-spacing: -.025em; }.wireframe-cover-item span, .wireframe-class-card span { color: var(--ld-muted); font-size: .72rem; line-height: 1.35; }.wireframe-class-item { position: relative; display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 14px; width: 100%; border: 0; padding: 0; background: transparent; color: var(--ld-ink); text-align: left; }.wireframe-class-item .series-cover { width: 96px; border-radius: 14px; }.wireframe-class-item > span { display: grid; gap: 5px; }.wireframe-class-item strong { font-size: .94rem; letter-spacing: -.025em; }.wireframe-class-item small { color: var(--ld-muted); font-size: .72rem; line-height: 1.35; }.wireframe-class-item b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ld-blue); color: white; font-size: 1.1rem; }.wireframe-menu-page { padding-top: 28px; }.wireframe-page-heading { display: flex; gap: 16px; align-items: flex-start; padding: 12px 0 26px; }.wireframe-page-heading .quiet-back { margin-top: 3px; font-size: 1.1rem; }.wireframe-page-heading h1 { margin: 0; font-size: 2rem; letter-spacing: -.06em; }.wireframe-page-heading p:last-child { max-width: 260px; margin: 8px 0 0; color: var(--ld-muted); font-size: .82rem; line-height: 1.45; }.library-menu-grid, .class-menu-grid { margin-top: 16px; }.wireframe-class-card { padding-bottom: 10px; }.wireframe-class-card .series-cover { width: 100%; border-radius: 16px; }.selected-library-page { padding-top: 26px; }.selected-library-page > .quiet-back, .class-selected-page > .quiet-back { margin-bottom: 22px; }.selected-library-intro { display: grid; grid-template-columns: 112px 1fr; align-items: center; gap: 18px; }.selected-library-intro .series-cover { width: 112px; border-radius: 16px; }.selected-library-intro h1, .class-selected-hero h1 { margin: 0; font-size: clamp(1.75rem, 7vw, 2.5rem); letter-spacing: -.065em; line-height: 1; }.selected-library-intro p:last-child, .class-selected-hero p:not(.platform-kicker):not(.class-access-copy) { margin: 8px 0 0; color: var(--ld-muted); font-size: .78rem; line-height: 1.4; }.book-section { margin-top: 34px; }.wireframe-books { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 12px; }.wireframe-book { display: grid; gap: 6px; border: 0; padding: 0; background: transparent; color: var(--ld-ink); text-align: left; }.wireframe-book .book-art { margin: 0; border-radius: 12px; box-shadow: none; }.wireframe-book strong { font-size: .78rem; }.wireframe-book > span:last-child { color: var(--ld-muted); font-size: .66rem; line-height: 1.3; }.library-empty-state { display: grid; gap: 13px; padding: 24px 0; border-top: 1px solid var(--ld-line); color: var(--ld-muted); font-size: .86rem; line-height: 1.5; }.library-empty-state p { margin: 0; }.class-selected-page { padding-top: 26px; }.class-selected-hero { display: grid; grid-template-columns: 132px 1fr; align-items: center; gap: 19px; }.class-selected-hero .series-cover { width: 132px; border-radius: 16px; }.class-selected-hero .class-access-copy { margin: 13px 0 0 !important; padding-top: 10px; border-top: 1px solid var(--ld-line); font-size: .75rem; }.continue-learning, .video-section { margin-top: 34px; }.continue-learning h2, .video-section h2 { margin: 0 0 13px; font-size: 1.15rem; letter-spacing: -.04em; }.class-empty-state { display: flex; align-items: center; gap: 13px; padding: 17px; border-radius: 15px; background: var(--ld-cream); }.class-empty-state > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ld-blue); color: white; font-size: .8rem; }.class-empty-state strong { font-size: .82rem; }.class-empty-state p { margin: 3px 0 0; color: var(--ld-muted); font-size: .72rem; }.class-empty-state.quiet { background: transparent; border: 1px solid var(--ld-line); color: var(--ld-muted); }.class-empty-state.quiet p { margin: 0; }.wireframe-account-page { padding-top: 28px; }.wireframe-account-page .account-identity { position: relative; padding-bottom: 22px; }.account-identity small { display: block; margin-top: 4px; color: var(--ld-muted); font-size: .76rem; }.account-settings-trigger { position: absolute; top: 0; right: 0; border: 0; background: transparent; color: var(--ld-ink); font-size: 1.25rem; }.account-section { margin-top: 27px; }.account-section .wireframe-section-heading { margin-bottom: 10px; }.family-list, .access-list { display: grid; border-top: 1px solid var(--ld-line); }.family-row { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; min-height: 62px; border-bottom: 1px solid var(--ld-line); }.family-avatar { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--ld-cream); color: var(--ld-blue); font-weight: 700; }.family-row > span:nth-child(2) { display: grid; gap: 3px; }.family-row strong { font-size: .84rem; }.family-row small { color: var(--ld-muted); font-size: .72rem; }.family-actions button { border: 0; background: transparent; color: var(--ld-blue); font-size: 1.2rem; }.add-child-button { width: 100%; margin-top: 12px; min-height: 42px; border: 0; border-radius: 12px; background: rgba(7,134,247,.12); color: var(--ld-blue); font: inherit; font-size: .82rem; font-weight: 600; }.wireframe-account-page .access-row { min-height: 48px; }.wireframe-account-page .access-row em { color: var(--ld-blue); font-size: .72rem; }.account-settings-link { border-top: 1px solid var(--ld-line); }.settings-row { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; width: 100%; min-height: 52px; border: 0; background: transparent; color: var(--ld-ink); text-align: left; }.settings-row span { color: var(--ld-blue); }.settings-row:last-child { justify-self: end; }.account-settings .editorial-form { margin-top: 8px; padding: 14px 0 18px; }.account-settings .language-row { display: flex; justify-content: space-between; width: 100%; padding: 14px 0; border: 0; background: transparent; color: var(--ld-muted); }.account-logout { margin-top: 24px; padding: 14px 0 0; border-top: 1px solid var(--ld-line); }.wireframe-system .platform-header { min-height: 68px; }
@media (min-width: 700px) { .wireframe-greeting { padding-top: 60px; }.wireframe-feature .story-hero { min-height: min(390px, 42vw); }.wireframe-section { margin-top: 52px; }.wireframe-cover-grid.two-up { max-width: 650px; }.wireframe-class-item { max-width: 620px; }.wireframe-menu-page, .selected-library-page, .class-selected-page { max-width: 850px; }.selected-library-intro { grid-template-columns: 180px 1fr; }.selected-library-intro .series-cover { width: 180px; }.class-selected-hero { grid-template-columns: 240px 1fr; }.class-selected-hero .series-cover { width: 240px; }.wireframe-books { max-width: 690px; gap: 22px; }.wireframe-account-page { max-width: 760px; } }
@media (max-width: 699px) { .platform-page { width: min(calc(100% - 32px), 1060px); }.platform-header { width: calc(100% - 28px); min-height: 68px; }.platform-logo { width: 46px; height: 46px; }.platform-logo img { height: 100%; }.desktop-nav { display: none; }.platform-header-actions .language-switch { display: none; } }

/* A8 focused surfaces: a calm front shelf and an image-led class view. */
.home-page { padding-top: 34px; }.home-page .wireframe-greeting { padding: 0; }.home-page .wireframe-greeting h1 { font-size: clamp(1.85rem, 8vw, 2.8rem); }.home-page .wireframe-greeting p { margin: 7px 0 0; }.home-library-shelf { margin-top: 42px; }.home-class-shelf { margin-top: 42px; }.home-page .wireframe-section-heading { margin-bottom: 12px; }.home-page .wireframe-cover-item .series-cover { border-radius: 18px; }.home-page .wireframe-cover-item strong { font-size: .95rem; }.home-page .wireframe-class-item { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; width: min(100%, calc(50% - 7px)); }.home-page .wireframe-class-item .series-cover { width: 100%; aspect-ratio: 16 / 9; border-radius: 15px; }.home-page .wireframe-class-item > span { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.home-page .wireframe-class-item small { display: none; }.home-page .wireframe-class-item > b { position: absolute; right: 10px; bottom: 42px; }
.class-selected-shell { background: var(--ld-paper); }.class-selected-topbar { width: min(1060px, calc(100% - 32px)); margin: 0 auto; padding-top: max(22px, env(safe-area-inset-top)); }.class-selected-topbar .quiet-back { font-size: .84rem; color: var(--ld-ink); }.class-selected-page { padding-top: 22px; }.class-selected-hero { display: grid; grid-template-columns: 1fr; gap: 22px; }.class-selected-art { width: 100%; }.class-selected-art .series-cover { width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; }.class-selected-title h1 { margin: 0; font-size: clamp(2rem, 8vw, 3.5rem); line-height: .98; letter-spacing: -.065em; }.class-selected-title p { max-width: 430px; margin: 10px 0 18px; color: var(--ld-muted); font-size: .92rem; line-height: 1.45; }.class-primary-action { display: flex; align-items: center; justify-content: space-between; width: min(100%, 360px); min-height: 48px; padding: 0 17px 0 19px; border: 0; border-radius: 13px; background: var(--ld-blue); color: white; font-size: .86rem; font-weight: 700; }.class-primary-action span { font-size: 1.25rem; }.class-primary-action:disabled { opacity: 1; cursor: default; }.class-selected-page .continue-learning, .class-selected-page .video-section { margin-top: 38px; }.class-selected-page .continue-learning h2, .class-selected-page .video-section h2 { margin-bottom: 13px; font-size: 1.17rem; }.class-selected-empty { display: flex; align-items: center; gap: 13px; min-height: 74px; padding: 15px 16px; border-radius: 15px; background: #edf5fc; }.class-selected-empty > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; background: var(--ld-blue); color: white; font-size: .8rem; }.class-selected-empty strong { font-size: .83rem; }.class-selected-empty p { margin: 4px 0 0; color: var(--ld-muted); font-size: .74rem; line-height: 1.35; }.class-selected-empty.quiet { min-height: 60px; background: transparent; border: 1px solid var(--ld-line); }.class-selected-empty.quiet > p { margin: 0; }.class-selected-page .wireframe-section-heading { margin-bottom: 13px; }
.artwork-lock { position: relative; display: block; }.artwork-lock.is-locked > :first-child { filter: brightness(.88); }.artwork-lock-icon { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 40px; height: 40px; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(24,32,42,.28); color: white; backdrop-filter: blur(4px); }.artwork-lock-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }.wireframe-cover-item > .artwork-lock { width: 100%; }.wireframe-class-card > .artwork-lock { width: 100%; }.wireframe-book > .artwork-lock { width: 100%; }.selected-library-intro > .artwork-lock { width: 100%; }
@media (min-width: 700px) { .home-page { padding-top: 72px; }.home-library-shelf, .home-class-shelf { margin-top: 58px; }.home-page .wireframe-cover-grid { max-width: 600px; }.home-page .wireframe-class-item { max-width: 292px; }.class-selected-topbar { padding-top: 30px; }.class-selected-page { padding-top: 28px; }.class-selected-hero { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); align-items: center; gap: clamp(34px, 7vw, 92px); }.class-selected-title p { font-size: 1rem; }.class-selected-page .continue-learning, .class-selected-page .video-section { margin-top: 58px; }.class-selected-empty { max-width: 620px; } }

/* A8 density refinement: compact app proportions without changing behavior. */
.artwork-lock.is-locked > :first-child { filter: brightness(.96); }.artwork-lock-icon { width: 44px; height: 44px; border-color: rgba(255,249,243,.82); background: rgba(255,249,243,.78); color: var(--ld-ink); box-shadow: 0 4px 12px rgba(24,32,42,.08); }.artwork-lock-icon svg { width: 19px; height: 19px; }
.account-access-summary { opacity: .72; }.account-access-summary .wireframe-section-heading h2 { font-size: .98rem; }.account-access-summary .access-row { min-height: 38px; font-size: .78rem; }.account-access-summary .access-row em { font-size: .68rem; }
@media (max-width: 699px) { .platform-header { min-height: 60px; }.platform-logo { width: 48px; height: 48px; }.platform-page { padding-top: 22px; padding-bottom: 18px; }.platform-bottom-nav { min-height: calc(58px + env(safe-area-inset-bottom)); }.home-page { padding-top: 20px; }.home-page .wireframe-greeting h1 { font-size: clamp(2rem, 8vw, 2.35rem); }.home-library-shelf, .home-class-shelf { margin-top: 28px; }.home-page .wireframe-section-heading { margin-bottom: 9px; }.home-page .wireframe-cover-item .series-cover { aspect-ratio: .82; }.home-page .wireframe-class-item { grid-template-columns: 112px 1fr auto; align-items: center; width: 100%; gap: 13px; }.home-page .wireframe-class-item .artwork-lock, .home-page .wireframe-class-item .series-cover { width: 112px; aspect-ratio: 1.35; }.home-page .wireframe-class-item > b { position: static; }.wireframe-menu-page { padding-top: 18px; }.wireframe-page-heading { padding: 5px 0 16px; }.wireframe-page-heading h1 { font-size: 1.9rem; }.wireframe-page-heading p:last-child { margin-top: 5px; }.library-menu-grid, .class-menu-grid { margin-top: 8px; }.wireframe-cover-item, .wireframe-class-card { gap: 5px; }.wireframe-cover-item strong, .wireframe-class-card strong { font-size: .9rem; }.selected-library-page { padding-top: 18px; }.selected-library-page > .quiet-back { margin-bottom: 16px; }.selected-library-intro { grid-template-columns: 1fr; gap: 13px; }.selected-library-intro > .artwork-lock, .selected-library-intro > .series-cover { width: 100%; max-width: none; }.selected-library-intro .series-cover { width: 100%; aspect-ratio: 1.55; border-radius: 16px; }.selected-library-intro h1 { font-size: 2rem; }.selected-library-intro p:last-child { margin-top: 6px; font-size: .82rem; }.book-section { margin-top: 24px; }.wireframe-books { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 14px; }.wireframe-book .book-art { border-radius: 12px; }.wireframe-book strong { font-size: .82rem; }.wireframe-book > span:last-child { font-size: .68rem; }.class-menu-grid .wireframe-class-card .series-cover { aspect-ratio: .9; }.class-selected-topbar { padding-top: 16px; }.class-selected-page { padding-top: 14px; }.class-selected-hero { gap: 16px; }.class-selected-art .series-cover { border-radius: 15px; }.class-selected-title h1 { font-size: 2rem; }.class-selected-title p { margin: 7px 0 0; font-size: .85rem; }.class-selected-page .continue-learning { margin-top: 28px; }.class-selected-page .continue-learning h2 { margin-bottom: 9px; font-size: 1.1rem; }.class-selected-empty { min-height: 66px; padding: 12px; }.class-selected-empty > span { width: 36px; height: 36px; border-radius: 10px; }.class-selected-empty strong { font-size: .78rem; }.class-selected-empty p { font-size: .7rem; }.wireframe-account-page { padding-top: 18px; }.wireframe-account-page .account-identity { padding-bottom: 18px; }.wireframe-account-page .large-avatar { width: 52px; height: 52px; font-size: 1.15rem; }.wireframe-account-page .account-section { margin-top: 20px; }.wireframe-account-page > .account-section:nth-of-type(2) { opacity: .58; }.wireframe-account-page > .account-section:nth-of-type(2) .wireframe-section-heading h2 { font-size: .98rem; }.wireframe-account-page > .account-section:nth-of-type(2) .access-row { min-height: 34px; font-size: .78rem; }.wireframe-account-page > .account-section:nth-of-type(2) .access-row em { font-size: .66rem; }.wireframe-account-page .account-settings-link { margin-top: 18px; } }

/* Final A8 navigation polish: one light outline icon family. */
.platform-bottom-nav button { align-content: center; gap: 4px; }.platform-bottom-nav button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }.platform-bottom-nav button .nav-label { font-size: .68rem; line-height: 1.1; }.platform-bottom-nav button::before { content: none !important; }.platform-bottom-nav button.active { color: var(--ld-blue); }.platform-bottom-nav button:not(.active) { color: var(--ld-muted); }

/* Account refinement: profile-first hierarchy with compact family controls. */
.refined-account-page { max-width: 720px; }.refined-account-page .account-identity { padding: 30px 0 20px; border-bottom: 0; }.account-identity div { display: grid; gap: 3px; }.account-identity small { color: var(--ld-muted); font-size: .76rem; }.account-edit-profile { margin: -4px 0 26px; }.refined-children-section { border-top: 1px solid var(--ld-line); padding-top: 24px; }.family-row-button, .manage-child-row { width: 100%; border: 0; background: transparent; color: var(--ld-ink); text-align: left; cursor: pointer; }.family-row-button { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; }.family-row-button > span:nth-child(2), .manage-child-row > span:nth-child(2) { display: grid; gap: 3px; }.family-row-button small, .manage-child-row small { color: var(--ld-muted); font-size: .73rem; }.family-row-button > b, .manage-child-row > b { color: var(--ld-muted); font-size: 1.25rem; font-weight: 400; }.account-editor-panel { margin: 28px 0 10px; padding: 24px 0 34px; border-top: 1px solid var(--ld-line); border-bottom: 1px solid var(--ld-line); }.account-editor-panel .editorial-form { grid-template-columns: 1fr; justify-content: stretch; align-items: stretch; gap: 20px; padding: 8px 0 0; border-bottom: 0; }.account-editor-panel .editorial-form label { color: var(--ld-muted); }.account-editor-panel input[readonly] { opacity: .58; }.account-editor-panel .primary-platform-button { width: fit-content; min-width: 220px; }.destructive-link { border: 0; background: transparent; color: #b44b43; padding: 5px 0; font: inherit; font-size: .82rem; text-align: left; cursor: pointer; }.child-delete-confirm { margin-top: 18px; border: 1px solid rgba(180,75,67,.35); padding: 16px; background: rgba(180,75,67,.05); }.child-delete-confirm h3 { margin: 0; font-size: 1rem; }.child-delete-confirm p { color: var(--ld-muted); font-size: .82rem; line-height: 1.45; }.child-delete-confirm > div { display: flex; gap: 16px; align-items: center; }.destructive-button { border: 1px solid #b44b43; padding: 9px 13px; background: #b44b43; color: white; font: inherit; cursor: pointer; }.refined-logout { margin-top: 36px; border-top: 1px solid var(--ld-line); padding-top: 18px; }.account-manage-page { max-width: 720px; }.account-manage-page h1 { margin: 0 0 26px; letter-spacing: -.055em; }.account-subpage-topbar { width: min(720px, calc(100% - 32px)); margin: 0 auto; }.manage-children-list { display: grid; border-top: 1px solid var(--ld-line); }.manage-child-row { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; min-height: 68px; border-bottom: 1px solid var(--ld-line); }.manage-empty-state { border-top: 1px solid var(--ld-line); padding: 22px 0; color: var(--ld-muted); }.manage-empty-state p { margin-top: 0; }.child-editor-panel { padding-bottom: 34px; }
.child-form-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; isolation: isolate; }.child-form-backdrop { position: absolute; z-index: -1; inset: 0; background: rgba(24,32,42,.48); backdrop-filter: blur(5px); }.child-form-modal .child-editor-panel { width: min(100%, 560px); max-height: min(720px, calc(100dvh - 48px)); margin: 0; overflow-y: auto; border: 0; border-radius: 18px; padding: 28px 30px 30px; background: var(--ld-paper); box-shadow: 0 24px 80px rgba(24,32,42,.24); }.child-form-modal .wireframe-section-heading { align-items: flex-start; margin-bottom: 18px; }.child-form-modal .wireframe-section-heading h2 { font-size: clamp(1.4rem, 4vw, 1.85rem); }.child-form-modal .editorial-form { gap: 22px; }.child-form-modal .destructive-link { margin-top: 2px; }.child-form-modal .child-delete-confirm { margin-top: 22px; }
.profile-form-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; isolation: isolate; }.profile-form-backdrop { position: absolute; z-index: -1; inset: 0; background: rgba(24,32,42,.48); backdrop-filter: blur(5px); }.profile-form-modal .profile-editor-panel { width: min(100%, 560px); max-height: min(720px, calc(100dvh - 48px)); margin: 0; overflow-y: auto; border: 0; border-radius: 18px; padding: 28px 30px 30px; background: var(--ld-paper); box-shadow: 0 24px 80px rgba(24,32,42,.24); }.profile-form-modal .wireframe-section-heading { align-items: flex-start; margin-bottom: 18px; }.profile-form-modal .wireframe-section-heading h2 { font-size: clamp(1.4rem, 4vw, 1.85rem); }.profile-form-modal .editorial-form { gap: 22px; }
.series-class-cta { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-top: 42px; padding: 22px 0; border-top: 1px solid var(--ld-line); border-bottom: 1px solid var(--ld-line); }.series-class-cta p { max-width: 620px; margin: 0; color: var(--ld-muted); line-height: 1.5; }.series-class-cta .editorial-link { flex: 0 0 auto; white-space: nowrap; }
@media (max-width: 699px) { .series-class-cta { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 28px; padding: 18px 0; } }

/* Class thumbnails use one production-friendly landscape asset ratio everywhere. */
.home-page .wireframe-class-item { width: min(100%, 650px); max-width: 650px; grid-template-columns: minmax(0, 1fr); gap: 10px; }
.home-page .wireframe-class-item .artwork-lock,
.home-page .wireframe-class-item .series-cover,
.class-menu-grid .wireframe-class-card .artwork-lock,
.class-menu-grid .wireframe-class-card .series-cover { width: 100%; aspect-ratio: 16 / 9; }
@media (max-width: 899px) {
  .home-page .wireframe-class-item { width: 100%; max-width: none; grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .home-page .wireframe-class-item .artwork-lock,
  .home-page .wireframe-class-item .series-cover { width: 100%; aspect-ratio: 16 / 9; }
  .wireframe-cover-grid.two-up.class-menu-grid { grid-template-columns: 1fr; max-width: none; }
.class-menu-grid .wireframe-class-card { width: 100%; }
}

/* Final visual assets keep Storybook portrait and Class/hero artwork landscape. */
.visual-series-cover, .visual-class-cover, .visual-series-hero { background: transparent; }
.visual-series-cover img, .visual-class-cover img, .visual-series-hero img { display: block; width: 100%; height: 100%; object-fit: cover; }
.visual-series-hero { aspect-ratio: 16 / 9; }
.class-empty-art { display: block; width: clamp(96px, 24vw, 190px); aspect-ratio: 3 / 4; flex: 0 0 auto; overflow: hidden; border-radius: 12px; }
.class-empty-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 700px) { .class-empty-art { aspect-ratio: 16 / 9; } }
@media (max-width: 699px) { .class-selected-empty { align-items: center; }.class-empty-art { width: 92px; } }
.class-menu-grid .wireframe-class-card > b, .class-menu-grid .wireframe-class-card::after { display: none !important; }
.home-page .wireframe-class-item > b { display: none !important; }
.wireframe-cover-grid.two-up.class-menu-grid { grid-template-columns: 1fr; width: min(100%, 650px); max-width: 650px; }
.entry-lander-page, .onboarding-page { min-height: 78dvh; display: grid; place-items: center; }.entry-lander-page .editorial-intro, .onboarding-page .editorial-intro { width: min(100%, 560px); }.entry-lander-mark { display: grid; place-items: center; margin-bottom: 24px; }.entry-lander-mark img { width: 92px; height: 92px; border-radius: 50%; }.entry-lander h1, .onboarding-page h1 { margin: 0; max-width: 600px; font-size: clamp(2.2rem, 7vw, 4.6rem); letter-spacing: -.07em; line-height: .98; }.entry-lander .editorial-intro > p:not(.platform-kicker), .onboarding-page .editorial-intro > p:not(.platform-kicker) { max-width: 470px; color: var(--ld-muted); font-size: 1.05rem; line-height: 1.5; }.entry-lander .primary-platform-button { margin-top: 20px; }.entry-lander small { display: block; margin-top: 14px; color: var(--ld-muted); font-size: .76rem; }.onboarding-page { align-items: start; padding-top: clamp(60px, 12vw, 130px); }.onboarding-phone-form { display: grid; gap: 12px; max-width: 420px; margin-top: 28px; }.onboarding-phone-form label { display: grid; gap: 8px; color: var(--ld-muted); font-size: .78rem; }.onboarding-phone-form input { border: 0; border-bottom: 1px solid var(--ld-line); padding: 10px 0; background: transparent; color: var(--ld-ink); font: inherit; outline: none; }.onboarding-phone-form input:focus { border-color: var(--ld-blue); }.onboarding-phone-form > span { color: var(--ld-muted); font-size: .76rem; }.onboarding-phone-form .primary-platform-button { margin-top: 8px; }.product-page { max-width: 900px; }.product-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) 1fr; align-items: center; gap: clamp(28px, 7vw, 84px); margin-top: 36px; }.product-hero img { width: 100%; aspect-ratio: 16 / 9; border-radius: 18px; object-fit: cover; }.product-hero h1 { margin: 0; font-size: clamp(2rem, 6vw, 4rem); line-height: .98; letter-spacing: -.065em; }.product-hero p:not(.platform-kicker) { color: var(--ld-muted); line-height: 1.5; }.product-section { margin-top: 54px; padding: 26px 0; border-top: 1px solid var(--ld-line); }.product-section h2 { margin: 0 0 14px; font-size: 1.2rem; }.product-section p { color: var(--ld-muted); line-height: 1.5; }.product-coming-soon { margin-top: 24px; }.product-section .primary-platform-button { margin-top: 12px; }
.checkout-account-summary { margin: 34px 0 0; padding: 18px 0; border-top: 1px solid var(--ld-line); border-bottom: 1px solid var(--ld-line); }.checkout-account-summary > p { margin: 0 0 12px; }.checkout-account-summary > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }.checkout-account-summary span { display: grid; gap: 4px; }.checkout-account-summary small { color: var(--ld-muted); font-size: .72rem; }.checkout-account-summary strong { font-size: .88rem; font-weight: 600; overflow-wrap: anywhere; }.checkout-profile-actions { display: block !important; margin-top: 12px; }.checkout-domicile-field { display: grid !important; grid-template-columns: minmax(0, 1fr) !important; gap: 6px !important; margin-top: 18px; max-width: 520px; }.checkout-domicile-field label { font-size: .78rem; font-weight: 600; }.checkout-domicile-field input { width: 100%; border: 1px solid var(--ld-line); border-radius: 10px; background: transparent; padding: 11px 12px; color: var(--ld-ink); font: inherit; }.checkout-domicile-field input:focus { outline: 2px solid rgba(29, 139, 255, .35); outline-offset: 2px; }.checkout-domicile-field input[aria-invalid="true"] { border-color: var(--ld-coral); }.checkout-domicile-field > span { color: var(--ld-muted); font-size: .76rem; line-height: 1.5; }
@media (max-width: 699px) { .entry-lander-page { min-height: 72dvh; }.entry-lander h1, .onboarding-page h1 { font-size: clamp(2rem, 10vw, 3rem); }.product-hero { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }.product-hero img { order: 0; }.product-hero > div { order: 1; }.product-section { margin-top: 34px; }.checkout-account-summary > div { grid-template-columns: 1fr; gap: 12px; } }
.greeting-name { display: inline-block; min-width: 1ch; }
.typing-caret { display: inline-block; width: .06em; height: .82em; margin-left: .08em; vertical-align: -.04em; border-radius: 999px; background: var(--ld-blue); animation: greeting-caret-blink 1s steps(1, end) infinite; }
@keyframes greeting-caret-blink { 50% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .typing-caret { animation: none; } }

/* Playful but restrained interaction polish for children-facing cards. */
body, button, a, [role="button"] { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230786f7' stroke='%23fff9f3' stroke-width='1.5' d='M5 2.5 19 12l-6 .8 3 5.2-2.7 1.5-3-5.2-4.3 4z'/%3E%3Ccircle cx='19' cy='5' r='2' fill='%23f4c95d'/%3E%3C/svg%3E") 4 3, pointer; }
input, textarea, select { cursor: text; }
.wireframe-cover-item, .wireframe-class-card, .wireframe-class-item { transition: transform .2s ease, filter .2s ease; }
.wireframe-cover-item .series-cover, .wireframe-class-card .series-cover, .wireframe-class-item .series-cover { transition: transform .25s ease, box-shadow .25s ease; }
@media (hover: hover) {
  .wireframe-cover-item:hover, .wireframe-cover-item:focus-visible, .wireframe-class-card:hover, .wireframe-class-card:focus-visible, .wireframe-class-item:hover, .wireframe-class-item:focus-visible { transform: translateY(-4px); }
  .wireframe-cover-item:hover .series-cover, .wireframe-cover-item:focus-visible .series-cover, .wireframe-class-card:hover .series-cover, .wireframe-class-card:focus-visible .series-cover, .wireframe-class-item:hover .series-cover, .wireframe-class-item:focus-visible .series-cover { transform: scale(1.015); box-shadow: 0 12px 24px rgba(24,32,42,.12); }
}
@media (prefers-reduced-motion: reduce) { .wireframe-cover-item, .wireframe-class-card, .wireframe-class-item, .wireframe-cover-item .series-cover, .wireframe-class-card .series-cover, .wireframe-class-item .series-cover { transition: none; } }
@media (max-width: 699px) { .refined-account-page .account-identity { padding-top: 15px; }.account-editor-panel { margin-bottom: 22px; }.account-editor-panel .primary-platform-button { width: 100%; }.account-subpage-topbar { width: min(100% - 32px, 720px); }.account-manage-page h1 { font-size: 2rem; }.child-form-modal, .profile-form-modal { padding: 12px; }.child-form-modal .child-editor-panel, .profile-form-modal .profile-editor-panel { max-height: calc(100dvh - 24px); padding: 22px 18px 24px; border-radius: 16px; } }
@media (max-width: 699px) { .home-header .platform-header-actions .language-switch { display: flex; } }
