@layer reset{*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{min-width:280px;margin:0}img,svg{max-width:100%;display:block}button,input,select{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}a{color:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}[hidden]{display:none!important}}@layer base{:root{color-scheme:light;font-synthesis:none;--site-bg:#f8f8f8;--site-surface:#eeeeef;--site-surface-blue:#f8f8f8;--site-panel:#fff;--site-panel-translucent:#f8f8f8f0;--site-text:#171719;--site-muted:#656569;--site-action:#cf1633;--site-action-hover:#ac1029;--site-action-soft:#fae8ec;--site-button-text:#fff;--site-border:#e2e2e5;--site-border-strong:#ccccd1;--site-focus:#cf1633;--site-control:#eeeeef;--site-control-text:#48484d;--site-danger:#bb1730;--accent:#f8cad3;--serif:"Literata Variable", Georgia, serif;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--mobile-header-height:64px;--mobile-nav-height:68px;--touch-target:44px;font-family:Golos Text Variable,system-ui,sans-serif}html[data-site-theme=dark]{color-scheme:dark;--site-bg:#111113;--site-surface:#1b1b1e;--site-surface-blue:#111113;--site-panel:#19191c;--site-panel-translucent:#111113f0;--site-text:#f5f5f6;--site-muted:#ababaf;--site-action:#eb2344;--site-action-hover:#ff3c5c;--site-action-soft:#351b24;--site-button-text:#fff;--site-border:#303034;--site-border-strong:#505057;--site-focus:#f8cad3;--site-control:#242428;--site-control-text:#c8c8ce;--site-danger:#ff8094}body{background:var(--site-bg);color:var(--site-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance;line-height:1.15}h1{letter-spacing:-.055em;font-weight:550}h2{letter-spacing:-.04em;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:520}h3{letter-spacing:-.025em;font-weight:550}:focus-visible{outline:2px solid var(--site-focus);outline-offset:4px}::selection{background:var(--accent);color:#18181b}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:200;background:var(--site-text);color:var(--site-bg);border-radius:8px;padding:12px 20px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:none}.site-shell{width:min(1200px,100% - 80px);margin-inline:auto}.icon{flex:none;width:22px;height:22px}.eyebrow,.section-kicker,.account-kicker{color:var(--site-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 16px;font-size:.75rem;font-weight:550;display:flex}.section-space{padding-block:46px}.section-heading{justify-content:space-between;align-items:end;gap:16px;margin-bottom:28px;display:flex}.section-heading h2{margin:0}.section-heading .eyebrow{margin-bottom:10px}.primary-button,.quiet-button,.telegram-button{background:var(--site-action);min-height:50px;color:var(--site-button-text);border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:20px;padding:12px 22px;font-size:.9375rem;font-weight:500;line-height:1.4;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.primary-button:hover,.telegram-button:hover{background:var(--site-action-hover);transform:translateY(-2px)}.quiet-button{border-color:var(--site-border-strong);color:var(--site-text);background:0 0}.quiet-button:hover{background:var(--site-surface)}.text-link{justify-content:center;align-items:center;gap:12px;min-height:44px;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.text-link .icon{width:18px;height:18px;transition:transform .2s}.text-link:hover .icon{transform:translate(4px)}.text-link:hover{text-underline-offset:5px;text-decoration:underline}.icon-button{width:44px;min-height:44px;color:var(--site-text);background:0 0;border:1px solid #0000;border-radius:50%;place-content:center;padding:0;display:grid}.icon-button:hover{background:var(--site-surface)}}@layer components{.site-header{z-index:40;background:var(--site-panel-translucent);backdrop-filter:blur(16px);border-bottom:1px solid var(--site-border);padding-top:var(--safe-top);position:sticky;top:0}.site-header-inner{justify-content:space-between;align-items:center;gap:30px;height:80px;display:flex}.site-brand{letter-spacing:-.065em;align-items:center;gap:9px;font-size:1.65rem;font-weight:640;line-height:1;text-decoration:none;display:inline-flex}.site-brand .cube-mark{width:40px;height:40px}.brand-dot{color:#e51b3b}.site-nav{gap:32px;margin-left:auto;margin-right:auto;display:flex}.site-nav a{min-height:44px;color:var(--site-muted);align-items:center;font-size:.875rem;text-decoration:none;display:flex;position:relative}.site-nav a[aria-current=page]{color:var(--site-text)}.site-nav a[aria-current=page]:after{content:"";background:#e51b3b;border-radius:10px;width:14px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header-actions{align-items:center;gap:12px;display:flex}.header-login{align-items:center;gap:8px;min-height:44px;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}[data-theme-icon=sun]{display:none}html[data-site-theme=dark] [data-theme-icon=sun]{display:block}html[data-site-theme=dark] [data-theme-icon=moon],.mobile-site-nav{display:none}.site-footer{border-top:1px solid var(--site-border);margin-top:40px}.site-footer-main{justify-content:space-between;align-items:center;gap:30px;padding-block:38px;display:flex}.site-footer-main p{color:var(--site-muted);margin:12px 0 0;font-size:.875rem}.footer-links{flex-wrap:wrap;gap:28px;display:flex}.footer-links a,.site-footer-meta a{align-items:center;min-height:44px;font-size:.8125rem;text-decoration:none;display:inline-flex}.footer-links a:hover,.site-footer-meta a:hover{text-decoration:underline}.site-footer-meta{border-top:1px solid var(--site-border);color:var(--site-muted);justify-content:space-between;align-items:center;gap:20px;padding-block:16px;font-size:.75rem;display:flex}.site-footer-meta div{flex-wrap:wrap;gap:24px;display:flex}.book-card{flex-direction:column;min-width:0;display:flex;position:relative}.book-card-link{flex:1;text-decoration:none;display:block}.book-cover-shell{background:var(--site-surface);border-radius:10px;padding:14px;transition:background .2s;position:relative}.generated-book-cover{aspect-ratio:3/4;min-width:0;color:var(--cover-ink);background:var(--cover-bg);border-radius:2px 5px 5px 2px;flex-direction:column;padding:8.5%;transition:transform .32s cubic-bezier(.2,.8,.3,1),box-shadow .32s;display:flex;position:relative;overflow:hidden;box-shadow:3px 5px 10px #12121429,inset 5px 0 7px #0000001a;container-type:inline-size}.book-card-link:hover .generated-book-cover{transform:translateY(-6px)rotate(-1deg);box-shadow:4px 12px 18px #12121433}.cover-ink{--cover-bg:#171719;--cover-ink:#f7f7f7;--cover-art:#e51b3b}.cover-red{--cover-bg:#c91432;--cover-ink:#fff;--cover-art:#faacbb}.cover-silver{--cover-bg:#c9c9ce;--cover-ink:#202023;--cover-art:#b31732}.cover-paper{--cover-bg:#f0eeee;--cover-ink:#19191c;--cover-art:#db1938}.cover-bone{--cover-bg:#e7dede;--cover-ink:#4b2029;--cover-art:#b5243e}.cover-charcoal{--cover-bg:#353539;--cover-ink:#fff;--cover-art:#e35770}.cover-title{z-index:1;font-family:var(--serif);font-weight:500;font-size:var(--cover-title-size,15cqw);letter-spacing:-.045em;overflow-wrap:normal;word-break:normal;hyphens:none;text-wrap:balance;flex-shrink:0;margin-top:18%;line-height:1.13}.cover-edition{z-index:1;margin-top:auto;padding-top:7%;font-size:5.5cqw;line-height:1.3;position:relative}.cover-geometry{opacity:.75;flex-shrink:1;width:90%;height:30%;min-height:0;margin:auto auto 0;position:relative;overflow:hidden}.cover-geometry i{border:1px solid var(--cover-art);display:block;position:absolute}.pattern-orbit .cover-geometry i,.pattern-radar .cover-geometry i{aspect-ratio:1;border-radius:50%;width:80%;top:10%;left:10%}.pattern-orbit .cover-geometry i:nth-child(2),.pattern-radar .cover-geometry i:nth-child(2){transform:translate(15%,10%)}.pattern-orbit .cover-geometry i:nth-child(3),.pattern-radar .cover-geometry i:nth-child(3){transform:translate(-15%,10%)}.pattern-orbit .cover-geometry i:nth-child(4),.pattern-radar .cover-geometry i:nth-child(4){transform:translateY(25%)}.pattern-grid .cover-geometry{background:repeating-linear-gradient(0deg, transparent 0 19%, var(--cover-art) 19% 20%), repeating-linear-gradient(90deg, transparent 0 19%, var(--cover-art) 19% 20%);transform:skewY(-12deg)}.pattern-steps .cover-geometry i{background:var(--cover-art);border:0;width:30%;height:50%;bottom:0;left:2%}.pattern-steps .cover-geometry i:nth-child(2){height:75%;left:34%}.pattern-steps .cover-geometry i:nth-child(3){height:100%;left:66%}.pattern-steps .cover-geometry i:nth-child(4){display:none}.pattern-ribbon .cover-geometry,.pattern-signal .cover-geometry{background:repeating-linear-gradient(-35deg, transparent 0 10px, var(--cover-art) 11px 12px)}.book-card-copy{padding:17px 0 10px}.book-series{color:var(--site-muted);margin:0 0 6px;font-size:.75rem;line-height:1.5}.book-card h3{text-wrap:pretty;margin:0 0 9px;font-size:1rem;line-height:1.35}.book-card-link:hover h3{text-underline-offset:4px;text-decoration:underline}.book-meta{color:var(--site-muted);flex-wrap:wrap;gap:4px 12px;margin:0;font-size:.75rem;display:flex}.book-meta [data-progress-label]:empty{display:none}.book-meta [data-progress-label]{color:var(--site-action)}.book-card-footer{justify-content:space-between;align-items:center;gap:4px;padding-top:6px;display:flex}.book-card h3.book-card-accessible-title{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.book-card-save{width:44px;height:44px;color:var(--site-muted);background:0 0;border:0;border-radius:8px;flex:0 0 44px;order:3;justify-content:center;align-items:center;padding:0;display:inline-flex}.book-card-save:hover{background:var(--site-surface);color:var(--site-action)}.book-card-save [data-save-label]{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.book-card-save .icon{width:18px;height:18px}.book-card-save[aria-pressed=true]{color:var(--site-action)}[data-save-book][aria-pressed=true] .icon{fill:currentColor}.book-progress-track{background:var(--site-border);border-radius:0 0 10px 10px;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.book-progress-value{background:#e51b3b;height:100%;transition:width .3s;display:block}.library-main{padding-block:40px 64px}.library-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px;display:flex}.library-heading h1{margin:0 0 10px;font-size:clamp(2.25rem,4.5vw,3.75rem)}.library-heading p{color:var(--site-muted);margin-bottom:0;font-size:.9375rem}.library-discovery{top:var(--site-header-height,calc(80px + var(--safe-top)));z-index:20;background:var(--site-bg);margin-bottom:15px;padding-block:14px 20px;position:sticky}.library-search-row{grid-template-columns:minmax(0,1fr) auto;gap:16px;display:grid}.library-search{border:1px solid var(--site-border-strong);background:var(--site-panel);border-radius:8px;align-items:center;gap:12px;min-width:0;min-height:54px;padding:0 16px;display:flex}.library-search:focus-within{border-color:var(--site-focus);box-shadow:0 0 0 2px color-mix(in srgb, var(--site-focus) 18%, transparent)}.library-search .icon{color:var(--site-muted)}.library-search input{width:100%;min-width:0;min-height:50px;color:var(--site-text);background:0 0;border:0;outline:none;font-size:1rem}input::placeholder{color:var(--site-muted);opacity:.85}.library-sort{border:1px solid var(--site-border);min-width:0;color:var(--site-text);background:var(--site-surface);border-radius:8px;padding:0 12px;font-size:.875rem}.library-filters{scrollbar-width:none;align-items:center;gap:8px;padding:14px 2px 4px;display:flex;overflow-x:auto}.library-filters button{border:1px solid var(--site-border);min-height:44px;color:var(--site-muted);background:0 0;border-radius:99px;flex:none;padding:9px 16px;font-size:.875rem}.library-filters button[aria-pressed=true]{border-color:var(--site-text);background:var(--site-text);color:var(--site-bg)}.library-filters button:hover:not([aria-pressed=true]){background:var(--site-surface)}.library-results-bar{justify-content:space-between;align-items:center;gap:20px;min-height:32px;margin-bottom:20px;display:flex}.library-results-bar p{color:var(--site-muted);margin:0;font-size:.875rem}.library-results-bar button{min-height:44px;color:var(--site-muted);background:0 0;border:0;padding:4px 0;font-size:.875rem;text-decoration:underline}.library-book-list,.me-book-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 24px;display:grid}.library-empty,.me-empty{text-align:center;border:1px dashed var(--site-border-strong);background:var(--site-surface);border-radius:12px;padding:60px 20px}.library-empty .icon,.me-empty>.icon{width:36px;height:36px;color:var(--site-muted);margin:0 auto 20px}.me-empty strong{margin-bottom:8px;font-size:1.125rem;display:block}.me-empty p,.library-empty p{max-width:34ch;color:var(--site-muted);margin:0 auto 24px}.book-detail{padding-block:28px 64px}.breadcrumbs{color:var(--site-muted);align-items:center;gap:12px;margin-bottom:32px;font-size:.875rem;display:flex}.breadcrumbs a{align-items:center;gap:8px;min-height:44px;text-decoration:none;display:inline-flex}.book-detail-hero{grid-template-columns:260px minmax(0,1fr);align-items:center;gap:64px;display:grid}.book-detail-cover{background:var(--site-surface);border-radius:12px;padding:22px}.book-copy h1{max-width:20ch;margin:0 0 18px;font-size:clamp(2rem,4vw,3.6rem)}.book-byline{color:var(--site-muted);margin-bottom:16px}.book-description{max-width:60ch;color:var(--site-muted);margin-bottom:20px}.book-tags{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.book-tags span{background:var(--site-surface);color:var(--site-muted);border-radius:5px;padding:5px 10px;font-size:.75rem}.book-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.book-actions .quiet-button{gap:8px}.book-reading-info{color:var(--site-muted);margin:14px 0 0;font-size:.8125rem}.book-detail-body{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:64px;margin-top:60px;display:grid}.book-detail-body h2{margin-bottom:22px;font-size:1.7rem}.chapter-list{margin:0;padding:0;list-style:none}.chapter-list li{border-top:1px solid var(--site-border)}.chapter-list li:last-child{border-bottom:1px solid var(--site-border)}.chapter-list a{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;padding:14px 4px;text-decoration:none;transition:background .15s,padding .15s;display:grid}.chapter-list a:hover{background:var(--site-surface);padding-inline:8px}.chapter-number,.chapter-time{color:var(--site-muted);font-size:.75rem}.chapter-title{font-size:.9375rem;line-height:1.5}.book-preview{border:1px solid var(--site-border);background:var(--site-panel);border-radius:12px;padding:30px}.book-preview h3{font:500 1.5rem/1.3 var(--serif);margin-bottom:22px}.book-preview-prose{font:400 1rem/1.85 var(--serif)}.book-preview-prose p:last-child{margin-bottom:26px}.book-preview-gate{border-top:1px solid var(--site-border);padding-top:20px}.book-preview-gate p{color:var(--site-muted);font-size:.875rem}.book-sticky-cta{z-index:35;bottom:calc(var(--mobile-nav-height) + var(--safe-bottom) + 12px);position:fixed;left:16px;right:16px;box-shadow:0 8px 25px #0003}.continue-card{border:1px solid var(--site-border);background:var(--site-panel);border-left:3px solid var(--site-action);border-radius:10px;align-items:center;gap:18px;padding:20px 24px;text-decoration:none;display:flex}.continue-action{background:var(--site-action-soft);color:var(--site-action);border-radius:7px;padding:8px 12px;font-size:.8125rem;font-weight:500}.book-source-title{max-width:60ch;color:var(--site-muted);margin-top:24px;font-size:.8125rem}.book-source-title summary{cursor:pointer;align-items:center;gap:10px;min-height:44px;display:flex}.book-source-title summary:before{content:"+";color:var(--site-text);font-size:1.1rem}.book-source-title summary::-webkit-details-marker{display:none}.book-source-title[open] summary:before{content:"−"}.continue-symbol{background:var(--site-action-soft);width:48px;height:48px;color:var(--site-action);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.continue-card>div{flex-direction:column;flex:1;min-width:0;display:flex}.continue-card .eyebrow{margin:0 0 4px;font-size:.6875rem}.continue-card strong{font-size:1rem;line-height:1.4}[data-home-continue-chapter]{color:var(--site-muted);margin-top:3px;font-size:.8125rem}.site-toast{z-index:100;background:var(--site-text);max-width:calc(100% - 32px);color:var(--site-bg);border-radius:10px;padding:12px 20px;font-size:.875rem;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000026}.legal-main{max-width:780px;padding-block:56px 80px}.legal-hero h1{overflow-wrap:anywhere;font-size:clamp(2rem,5vw,3.5rem)}.legal-content section{margin-top:35px}.legal-content h2{font-size:1.4rem}.legal-main p{color:var(--site-muted)}.library-motion-ready [data-library-reveal],.library-motion-ready .library-catalog .book-card{transition:opacity .5s,transform .5s;transition-delay:calc(var(--reveal-order,0) * 35ms)}.library-motion-ready [data-library-reveal]:not(.is-visible),.library-motion-ready .library-catalog .book-card:not(.is-visible){opacity:0;transform:translateY(14px)}@media (width<=1050px){.site-shell{width:calc(100% - 48px)}.site-nav{gap:22px}.library-book-list{grid-template-columns:repeat(3,minmax(0,1fr))}.book-detail-hero{grid-template-columns:230px minmax(0,1fr);gap:36px}.book-detail-body{gap:36px}}@media (width<=700px){html{scroll-padding-top:84px}.site-shell{width:calc(100% - 36px)}.site-header-inner{height:var(--mobile-header-height);gap:8px}.site-brand{gap:7px;font-size:1.4rem}.site-brand .cube-mark{width:26px;height:26px}.site-nav{display:none}.header-actions{gap:8px}.header-login{font-size:.8125rem}.header-login .icon{width:18px}.mobile-site-nav{z-index:45;height:calc(var(--mobile-nav-height) + var(--safe-bottom));padding:6px 8px calc(6px + var(--safe-bottom));border-top:1px solid var(--site-border);background:var(--site-panel-translucent);backdrop-filter:blur(20px);grid-template-columns:repeat(3,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-site-nav a{min-width:0;color:var(--site-muted);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:4px;font-size:.6875rem;text-decoration:none;display:flex}.mobile-site-nav a[aria-current=page]{color:var(--site-action);font-weight:550}.mobile-site-nav a .icon{width:21px;height:21px}.has-mobile-site-nav{padding-bottom:calc(var(--mobile-nav-height) + var(--safe-bottom))}.section-space{padding-block:30px}.section-heading{align-items:center;gap:10px;margin-bottom:20px}.section-heading .text-link{white-space:nowrap;gap:7px;font-size:.8125rem}.section-heading .eyebrow{max-width:28ch;font-size:.6875rem}.site-footer{margin-top:24px}.site-footer-main{flex-direction:column;align-items:flex-start;gap:14px;padding-block:28px 16px}.footer-links{gap:16px}.site-footer-meta{flex-direction:column;align-items:flex-start;gap:6px;padding-block:12px 18px}.site-footer-meta div{gap:20px}.library-main{padding-block:28px 36px}.library-heading{margin-bottom:12px}.library-heading h1{font-size:2.35rem}.library-heading p{font-size:.875rem}.library-discovery{top:var(--site-header-height,calc(var(--mobile-header-height) + var(--safe-top)));margin-bottom:10px;padding-block:10px 12px}.library-search-row{gap:8px}.library-search{gap:8px;min-height:50px;padding-inline:12px}.library-search input{min-height:48px;font-size:1rem}.library-sort{width:48px;padding:0 4px;font-size:.875rem}.library-filters{gap:7px;margin-right:-18px;padding-top:10px;padding-right:18px}.library-filters button{padding-inline:13px;font-size:.8125rem}.library-book-list,.me-book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.book-cover-shell{border-radius:8px;padding:10px}.book-card h3{margin-bottom:8px;font-size:.9375rem;line-height:1.3}.book-card-copy{padding-top:12px}.book-meta{gap:3px 8px;font-size:.75rem}.book-series{font-size:.75rem}.book-card-save{font-size:.8125rem}.book-detail{padding-top:8px}.breadcrumbs{margin-bottom:18px;font-size:.8125rem}.book-detail-hero{grid-template-columns:96px minmax(0,1fr);align-items:start;gap:18px;display:grid}.book-detail-cover{grid-area:1/1;padding:8px}.book-detail-cover .cover-title{font-size:var(--cover-title-size,15cqw)}.book-detail-cover .cover-topline{gap:4px;font-size:4.5cqw}.book-detail-cover .cover-author{font-size:6cqw}.book-detail-cover .cover-edition{font-size:5cqw}.book-detail-cover .cover-geometry{min-height:8px}.book-copy{display:contents}.book-title-group{grid-area:1/2;align-self:center}.book-copy>:not(.book-title-group){grid-column:1/-1;margin-bottom:0}.book-copy .book-description{margin-top:4px}.book-copy h1{margin-bottom:12px;font-size:clamp(1.65rem,7vw,2.25rem)}.book-copy .eyebrow{letter-spacing:.04em;margin-bottom:12px;font-size:.6875rem}.book-byline{margin-bottom:10px;font-size:.8125rem}.book-description{margin-bottom:18px;font-size:.9375rem}.book-tags{gap:5px;margin-bottom:18px}.book-tags span{padding:3px 6px;font-size:.75rem}.book-actions{gap:8px}.book-actions .primary-button{gap:12px;width:100%;min-height:48px;padding-inline:12px;font-size:.875rem}.book-actions .quiet-button{min-height:44px;padding:10px 12px;font-size:.8125rem}.book-detail-body{grid-template-columns:1fr;gap:36px;margin-top:36px}.chapter-list a{grid-template-columns:22px minmax(0,1fr) auto;gap:10px;min-height:72px}.chapter-title{font-size:.875rem}.book-preview{padding:22px}.book-preview-prose{max-height:340px;overflow:hidden;mask-image:linear-gradient(#000 80%,#0000)}.book-reading-info{font-size:.75rem}.continue-card{grid-template-columns:38px minmax(0,1fr);gap:12px;padding:16px;display:grid}.continue-action{grid-column:2;justify-self:start}.continue-symbol{width:38px;height:38px}.continue-card strong{font-size:.9375rem}.site-toast{bottom:calc(var(--mobile-nav-height) + var(--safe-bottom) + 18px)}}@media (width<=360px){.site-shell{width:calc(100% - 28px)}.library-filters{margin-right:-14px;padding-right:14px}.site-brand{font-size:1.3rem}.header-actions{gap:1px}.header-login{gap:4px}.book-detail-hero{grid-template-columns:72px minmax(0,1fr);gap:14px}.library-book-list{gap:20px 10px}.book-cover-shell{padding:8px}.section-heading .text-link{font-size:.75rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}.library-search-row{grid-template-columns:1fr}.library-sort{width:auto;max-width:180px;min-height:44px;margin-left:auto}.error-page-main{min-height:65vh;padding-block:70px}.error-page-main h1{font-size:clamp(2.3rem,6vw,4rem)}.error-page-main>p{max-width:45ch;color:var(--site-muted)}.error-page-actions{flex-wrap:wrap;gap:12px;display:flex}@media (width<=700px){.library-results-bar{flex-wrap:wrap;gap:10px}.library-sort{max-width:160px;font-size:.8125rem}}.library-filters::-webkit-scrollbar{display:none}.library-sort-menu{z-index:30;min-width:180px;margin-left:auto;font-size:.875rem;position:relative}.library-sort-menu summary{border:1px solid var(--site-border);background:var(--site-surface);min-height:46px;color:var(--site-text);cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;padding:10px 16px;list-style:none;display:flex}.library-sort-menu summary::-webkit-details-marker{display:none}.library-sort-menu[open] summary{border-color:var(--site-action)}.library-sort-menu summary:focus-visible{outline:2px solid var(--site-action);outline-offset:3px}.library-sort-options{border:1px solid var(--site-border);background:var(--site-surface);min-width:240px;color:var(--site-text);border-radius:16px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #0003}.library-sort-options label{cursor:pointer;border-radius:10px;align-items:center;gap:12px;min-height:46px;padding:10px 12px;display:flex}.library-sort-options label:hover,.library-sort-options label:focus-within{background:var(--site-bg)}.library-sort-options label:has(input:checked){color:var(--site-action);background:color-mix(in srgb, var(--site-action) 9%, var(--site-surface));font-weight:600}.library-sort-options input{accent-color:var(--site-action);width:16px;height:16px;margin:0}@media (width<=400px){.library-sort-menu{min-width:160px;font-size:.8rem}}html:has(.discovery-header){--site-header-height:calc(133px + var(--safe-top));scroll-padding-top:calc(var(--site-header-height) + 12px)}html[data-site-theme=dark] .site-header.discovery-header{--site-bg:#171719;--site-panel-translucent:#171719f7}.site-header.discovery-header .site-shell{width:min(1240px,100% - 64px)}.site-header.discovery-header{--site-bg:#fff;--site-panel-translucent:#fffffff7;background:var(--site-panel-translucent);backdrop-filter:blur(12px)}.discovery-header .site-header-inner{gap:26px;height:88px}.discovery-header .site-brand{flex-shrink:0}.header-discovery{flex:1;gap:16px;min-width:0;display:flex}.header-catalog-link{background:var(--site-action);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:46px;padding:0 18px;font-size:14px;font-weight:550;text-decoration:none;display:inline-flex}.header-catalog-link:hover{background:var(--site-action-hover)}.header-catalog-link .icon{width:19px;height:19px}.header-search{border:1px solid var(--site-border-strong);background:var(--site-bg);border-radius:8px;flex:1;min-width:0;display:flex}.header-search:focus-within{border-color:var(--site-action);outline:1px solid var(--site-action)}.header-search input{width:100%;min-width:0;color:var(--site-text);background:0 0;border:0;border-radius:8px;outline:0;padding:0 14px;font-size:14px}.header-search input::placeholder{color:var(--site-muted);opacity:1}.header-search button{min-height:44px;color:var(--site-muted);background:0 0;border:0;border-radius:7px;flex:0 0 44px;place-items:center;display:grid}.header-search button:hover{color:var(--site-action)}.discovery-header .header-actions{gap:14px}.header-saved-link{white-space:nowrap;align-items:center;gap:7px;font-size:13px;text-decoration:none;display:flex}.header-saved-link .icon{width:19px;height:19px}.header-saved-link[aria-current]{color:var(--site-action)}.discovery-header .header-login{font-size:13px}.header-navigation{scrollbar-width:none;align-items:center;gap:30px;padding-right:8px;font-size:13px;display:flex;overflow-x:auto}.header-navigation::-webkit-scrollbar{display:none}.header-navigation a{white-space:nowrap;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;min-height:44px;text-decoration:none;display:inline-flex}.header-navigation a:hover{color:var(--site-action)}.header-navigation a[aria-current]{border-bottom-color:var(--site-action);color:var(--site-action)}.header-navigation .header-navigation-offer{color:var(--site-action);margin-left:auto;font-weight:600}@media (width<=1100px){.discovery-header .site-header-inner{gap:18px}.discovery-header .site-brand{font-size:24px}.discovery-header .site-brand .cube-mark{width:32px;height:32px}.header-discovery{gap:10px}.header-catalog-link{padding-inline:12px}.discovery-header .header-actions{gap:8px}.header-saved-link span{display:none}.header-saved-link{justify-content:center;min-width:36px;min-height:44px}.header-navigation{gap:24px}}@media (width<=800px){html:has(.discovery-header){--site-header-height:calc(165px + var(--safe-top))}.site-header.discovery-header .site-shell{width:calc(100% - 36px)}.discovery-header .site-header-inner{grid-template-columns:1fr auto;gap:0 12px;height:auto;padding-block:12px;display:grid}.discovery-header .site-brand{min-height:40px;font-size:23px}.discovery-header .site-brand .cube-mark{width:30px;height:30px}.header-discovery{grid-area:2/1/auto/-1;margin-top:10px}.discovery-header .header-actions{grid-area:1/2}.header-navigation{gap:22px;font-size:12px}.header-navigation a{min-height:40px}.header-navigation .header-navigation-offer{margin-left:0}}@media (width<=540px){.site-header.discovery-header{position:sticky}.discovery-header .header-saved-link{display:none}.header-catalog-link{min-height:44px;padding-inline:12px;font-size:12px}.header-catalog-link .icon{width:17px}.header-search input{padding-left:11px;font-size:16px}.header-search input::placeholder{font-size:12px}}}
