.language-selector-module__qY11cq__selector{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.language-selector-module__qY11cq__compact{flex-direction:column;align-items:flex-start;gap:.55rem;width:100%}.language-selector-module__qY11cq__compact .language-selector-module__qY11cq__labelGroup{width:100%}.language-selector-module__qY11cq__compact .language-selector-module__qY11cq__options{grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;width:100%;display:grid}.language-selector-module__qY11cq__compact .language-selector-module__qY11cq__option{text-align:center;min-width:0;min-height:34px;padding:0 .35rem}.language-selector-module__qY11cq__compact .language-selector-module__qY11cq__optionLabel{display:none}.language-selector-module__qY11cq__compact .language-selector-module__qY11cq__optionShort{display:inline}.language-selector-module__qY11cq__labelGroup{flex-direction:column;gap:.15rem;display:flex}.language-selector-module__qY11cq__label{color:var(--accent-gold);letter-spacing:.1em;text-transform:uppercase;font-size:.68rem;font-weight:900}.language-selector-module__qY11cq__helper{max-width:24rem;color:var(--text-secondary);font-size:.78rem;line-height:1.45}.language-selector-module__qY11cq__options{border:2px solid var(--border-color);background:var(--bg-secondary);box-shadow:4px 4px 0 var(--border-color);border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem;display:inline-flex}.language-selector-module__qY11cq__option{min-height:36px;color:var(--text-secondary);letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:0;padding:0 .85rem;font-size:.78rem;font-weight:900;transition:color .18s,background-color .18s,border-color .18s,transform .18s}.language-selector-module__qY11cq__option:hover{color:var(--bg-primary);background:var(--accent-success);border-color:var(--accent-success)}.language-selector-module__qY11cq__option:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.language-selector-module__qY11cq__optionActive{color:var(--bg-primary);background:var(--accent-gold);border-color:var(--accent-gold);box-shadow:none}.language-selector-module__qY11cq__optionActive:hover{color:var(--bg-primary);background:var(--accent-gold)}.language-selector-module__qY11cq__optionLabel{white-space:nowrap}.language-selector-module__qY11cq__optionShort{display:none}@media (max-width:640px){.language-selector-module__qY11cq__selector{align-items:stretch;width:100%}.language-selector-module__qY11cq__options{justify-content:space-between;width:100%}.language-selector-module__qY11cq__option{text-align:center;flex:1;padding:0 .6rem}}@media (max-width:420px){.language-selector-module__qY11cq__optionLabel{display:none}.language-selector-module__qY11cq__optionShort{display:inline}}
.chapters-module___hab_G__chaptersPage{--ch-bg:var(--bg-primary);--ch-bg-soft:var(--bg-secondary);--ch-surface:var(--bg-card);--ch-text:var(--text-primary);--ch-muted:var(--text-secondary);--ch-faint:var(--text-muted);--ch-gold:var(--accent-gold);--ch-gold-2:var(--accent-success);--ch-gold-soft:var(--accent-gold-dim);--ch-gold-border:var(--accent-gold-border);--ch-border:var(--border-color);--ch-green:var(--accent-success);--ch-red:var(--accent-warning);--ch-blue-muted:var(--text-primary);--ch-font-display:var(--font-display);--ch-font-body:var(--font-body);min-height:100vh;color:var(--ch-text);background:var(--ch-bg);font-family:var(--ch-font-body)}.chapters-module___hab_G__header{border-bottom:1px solid var(--ch-border);justify-content:center;align-items:center;min-height:340px;padding:clamp(4rem,8vw,6.5rem) 1.25rem clamp(3rem,7vw,5rem);display:flex;position:relative;overflow:hidden}.chapters-module___hab_G__header:before{content:"";background:linear-gradient(90deg,transparent,rgba(var(--accent-rgb),.52),transparent);width:min(920px,92vw);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.chapters-module___hab_G__headerContent{z-index:1;text-align:center;max-width:860px;position:relative}.chapters-module___hab_G__headerTitle{font-family:var(--ch-font-display);letter-spacing:0;margin:0;font-size:clamp(2.8rem,8vw,5.7rem);font-weight:400;line-height:.98}.chapters-module___hab_G__headerTitleGradient{color:var(--ch-gold);-webkit-text-fill-color:currentColor;background:0 0;font-style:italic}.chapters-module___hab_G__headerDescription{max-width:680px;color:var(--ch-muted);margin:1.2rem auto 0;font-size:clamp(1rem,2vw,1.18rem);line-height:1.75}.chapters-module___hab_G__statusBadge{border:1px solid var(--ch-gold-border);background:var(--ch-gold-soft);color:var(--ch-gold);letter-spacing:.1em;text-transform:uppercase;margin-top:1.35rem;padding:.55rem 1rem;font-size:.72rem;font-weight:900;display:inline-flex}.chapters-module___hab_G__languageSelectorWrap{justify-content:center;margin-top:1.25rem;display:flex}.chapters-module___hab_G__authActions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.1rem;display:flex}.chapters-module___hab_G__signInBtn,.chapters-module___hab_G__signUpBtn,.chapters-module___hab_G__unlockBtn,.chapters-module___hab_G__ctaButton{letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border-radius:0;justify-content:center;align-items:center;min-height:44px;padding:0 1.15rem;font-size:.82rem;font-weight:900;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.chapters-module___hab_G__signInBtn{border:1px solid var(--ch-border);color:var(--ch-muted);background:0 0}.chapters-module___hab_G__signInBtn:hover{color:var(--ch-gold);border-color:var(--ch-gold-border);background:var(--ch-gold-soft)}.chapters-module___hab_G__signUpBtn,.chapters-module___hab_G__unlockBtn,.chapters-module___hab_G__ctaButton{border:1px solid var(--ch-gold);background:var(--ch-gold);color:var(--ch-bg)}.chapters-module___hab_G__signUpBtn:hover,.chapters-module___hab_G__unlockBtn:hover,.chapters-module___hab_G__ctaButton:hover{background:var(--ch-gold-2);border-color:var(--ch-gold-2);transform:translateY(-1px)}.chapters-module___hab_G__chaptersContainer{width:100%}.chapters-module___hab_G__chaptersWrapper{width:100%;max-width:1080px;margin:0 auto;padding:clamp(2.5rem,6vw,4.5rem) clamp(1rem,4vw,2.5rem) clamp(4rem,8vw,6rem)}.chapters-module___hab_G__chaptersList{border-top:1px solid var(--ch-border);gap:0;display:grid}.chapters-module___hab_G__chapterCard{color:inherit;background:rgba(var(--bg-card-rgb),.54);border:1px solid var(--ch-border);border-top:0;padding:clamp(1.2rem,3vw,1.65rem);text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:block;position:relative;overflow:hidden}.chapters-module___hab_G__chapterCard:before{content:"";background:var(--ch-gold);transform-origin:top;width:3px;transition:transform .2s;position:absolute;inset:0 auto 0 0;transform:scaleY(0)}.chapters-module___hab_G__chapterCard:hover{background:rgba(var(--accent-rgb),.06);border-color:var(--ch-gold-border);transform:translate(4px)}.chapters-module___hab_G__chapterCard:hover:before{transform:scaleY(1)}.chapters-module___hab_G__chapterCardLocked{opacity:.72}.chapters-module___hab_G__chapterCardUnlocked{opacity:1}.chapters-module___hab_G__cardGlow{display:none}.chapters-module___hab_G__cardContent{z-index:1;justify-content:space-between;align-items:center;gap:1.25rem;display:flex;position:relative}.chapters-module___hab_G__cardLeft{align-items:flex-start;gap:1rem;min-width:0;display:flex}.chapters-module___hab_G__cardIcon{width:3.25rem;height:3.25rem;color:var(--ch-gold);background:var(--ch-gold-soft);border:1px solid var(--ch-gold-border);font-family:var(--ch-font-display);flex-shrink:0;justify-content:center;align-items:center;font-size:1.35rem;font-weight:400;display:flex}.chapters-module___hab_G__cardIcon svg{color:var(--ch-gold)}.chapters-module___hab_G__cardInfo{min-width:0}.chapters-module___hab_G__cardTitle{color:var(--ch-text);font-family:var(--ch-font-display);margin:0 0 .3rem;font-size:clamp(1.3rem,3vw,1.95rem);font-weight:400;line-height:1.2}.chapters-module___hab_G__chapterCard:hover .chapters-module___hab_G__cardTitle{color:var(--ch-gold)}.chapters-module___hab_G__cardDescription{max-width:760px;color:var(--ch-muted);margin:0;font-size:.95rem;line-height:1.65}.chapters-module___hab_G__statusBadgeWrapper{flex-shrink:0}.chapters-module___hab_G__badgeFree,.chapters-module___hab_G__badgeLocked,.chapters-module___hab_G__badgeUnlocked{letter-spacing:.08em;text-transform:uppercase;border:1px solid;align-items:center;gap:.45rem;min-height:32px;padding:0 .78rem;font-size:.72rem;font-weight:900;display:inline-flex}.chapters-module___hab_G__badgeFree{color:var(--ch-green);background:rgba(var(--success-rgb),.08);border-color:rgba(var(--success-rgb),.26)}.chapters-module___hab_G__badgeLocked{color:var(--ch-red);background:rgba(var(--warning-rgb),.08);border-color:rgba(var(--warning-rgb),.26)}.chapters-module___hab_G__badgeUnlocked{color:var(--ch-gold);background:var(--ch-gold-soft);border-color:var(--ch-gold-border)}.chapters-module___hab_G__badgeIcon{width:14px;height:14px}.chapters-module___hab_G__ctaSection{text-align:center;width:100%;padding:0 clamp(1rem,4vw,2.5rem) clamp(4rem,8vw,6rem)}.chapters-module___hab_G__ctaContent{background:rgba(var(--bg-card-rgb),.82);border:1px solid var(--ch-border);border-top:3px solid var(--ch-gold);max-width:700px;margin:0 auto;padding:clamp(2rem,5vw,3rem)}.chapters-module___hab_G__ctaTitle{color:var(--ch-text);font-family:var(--ch-font-display);margin:0 0 .7rem;font-size:clamp(1.9rem,5vw,3rem);font-weight:400;line-height:1.1}.chapters-module___hab_G__ctaDescription{color:var(--ch-muted);margin:0 auto 1.4rem;line-height:1.7}.chapters-module___hab_G__ctaButton{min-height:52px;padding:0 1.6rem}.chapters-module___hab_G__ctaFooter{color:var(--ch-faint);margin:1rem 0 0;font-size:.86rem}.chapters-module___hab_G__loadingContainer{min-height:100vh;color:var(--ch-text);background:var(--ch-bg);justify-content:center;align-items:center;display:flex}.chapters-module___hab_G__loadingContent{text-align:center}.chapters-module___hab_G__spinner{border:2px solid rgba(var(--accent-rgb),.16);border-top-color:var(--ch-gold);border-radius:50%;width:3rem;height:3rem;margin:0 auto;animation:1s linear infinite chapters-module___hab_G__spin}@keyframes chapters-module___hab_G__spin{to{transform:rotate(360deg)}}.chapters-module___hab_G__loadingText{color:var(--ch-muted);margin-top:1rem}@media (max-width:780px){.chapters-module___hab_G__cardContent{flex-direction:column;align-items:flex-start}.chapters-module___hab_G__statusBadgeWrapper{align-self:flex-start}.chapters-module___hab_G__authActions{flex-direction:column;align-items:stretch}.chapters-module___hab_G__signInBtn,.chapters-module___hab_G__signUpBtn,.chapters-module___hab_G__unlockBtn,.chapters-module___hab_G__languageSelectorWrap{width:100%}}@media (max-width:520px){.chapters-module___hab_G__header{min-height:auto}.chapters-module___hab_G__cardLeft{gap:.85rem}.chapters-module___hab_G__cardIcon{width:2.75rem;height:2.75rem;font-size:1.1rem}.chapters-module___hab_G__chapterCard:hover{transform:none}}.chapters-module___hab_G__statusBadge,.chapters-module___hab_G__chapterCard,.chapters-module___hab_G__ctaContent{border:2px solid var(--ch-border);box-shadow:5px 5px 0 var(--ch-border);border-radius:16px}.chapters-module___hab_G__chapterCard{background:var(--ch-bg-soft);margin-bottom:1rem}.chapters-module___hab_G__chapterCard:hover{background:var(--ch-surface);border-color:var(--ch-border);box-shadow:3px 3px 0 var(--ch-border);transform:translate(1px,1px)}.chapters-module___hab_G__cardIcon,.chapters-module___hab_G__badgeFree,.chapters-module___hab_G__badgeUnlocked{color:var(--ch-bg);background:var(--ch-gold);border:2px solid var(--ch-border)}.chapters-module___hab_G__badgeLocked{border:2px solid var(--ch-border)}.chapters-module___hab_G__signUpBtn,.chapters-module___hab_G__unlockBtn,.chapters-module___hab_G__ctaButton{border:2px solid var(--ch-border);box-shadow:5px 5px 0 var(--ch-border);border-radius:4px}.chapters-module___hab_G__signInBtn{border:2px solid var(--ch-border);background:var(--ch-surface);border-radius:9999px}.chapters-module___hab_G__headerTitle,.chapters-module___hab_G__ctaTitle,.chapters-module___hab_G__cardTitle{letter-spacing:0}
.chapterlayout-module__-Mp-Ua__appContainer{--reader-bg:var(--bg-primary);--reader-bg-soft:var(--bg-secondary);--reader-surface:var(--bg-card);--reader-surface-2:var(--bg-card-hover);--reader-text:var(--text-primary);--reader-muted:var(--text-secondary);--reader-faint:var(--text-muted);--reader-gold:var(--accent-gold);--reader-gold-2:var(--accent-success);--reader-gold-soft:var(--accent-gold-dim);--reader-gold-border:var(--accent-gold-border);--reader-border:var(--border-color);--reader-sidebar-width:360px;--reader-font-display:var(--font-display);--reader-font-body:var(--font-body);background:var(--reader-bg);min-height:100vh;color:var(--reader-text);font-family:var(--reader-font-body)}.chapterlayout-module__-Mp-Ua__mobileToggle{z-index:1100;background:rgba(var(--bg-card-rgb),.94);width:2.9rem;height:2.9rem;color:var(--reader-gold);border:1px solid var(--reader-gold-border);cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:0;justify-content:center;align-items:center;transition:background-color .18s,border-color .18s,transform .18s;display:none;position:fixed;top:1rem;left:1rem;box-shadow:0 18px 38px #00000047}.chapterlayout-module__-Mp-Ua__mobileToggle:hover{background:rgba(var(--accent-rgb),.1);border-color:var(--reader-gold)}.chapterlayout-module__-Mp-Ua__mobileToggle:active{transform:translateY(1px)}.chapterlayout-module__-Mp-Ua__sidebar{z-index:1000;width:var(--reader-sidebar-width);background:linear-gradient(180deg,rgba(var(--accent-rgb),.055),transparent 13rem),var(--reader-bg-soft);border-right:1px solid var(--reader-border);height:100vh;transition:transform .28s cubic-bezier(.16,1,.3,1);position:fixed;inset:0 auto 0 0;overflow:hidden auto;box-shadow:22px 0 60px #0003}.chapterlayout-module__-Mp-Ua__sidebar:after{content:"";pointer-events:none;background:linear-gradient(180deg,transparent,rgba(var(--accent-rgb),.42),transparent);width:1px;height:100%;position:absolute;inset:0 0 auto auto}.chapterlayout-module__-Mp-Ua__sidebar::-webkit-scrollbar{width:5px}.chapterlayout-module__-Mp-Ua__dropdownMenu::-webkit-scrollbar{width:5px}.chapterlayout-module__-Mp-Ua__sidebar::-webkit-scrollbar-track{background:0 0}.chapterlayout-module__-Mp-Ua__dropdownMenu::-webkit-scrollbar-track{background:0 0}.chapterlayout-module__-Mp-Ua__sidebar::-webkit-scrollbar-thumb{background:rgba(var(--accent-rgb),.34);border-radius:0}.chapterlayout-module__-Mp-Ua__dropdownMenu::-webkit-scrollbar-thumb{background:rgba(var(--accent-rgb),.34);border-radius:0}.chapterlayout-module__-Mp-Ua__sidebarOpen{transform:translate(0)}.chapterlayout-module__-Mp-Ua__sidebarClosed{transform:translate(-100%)}.chapterlayout-module__-Mp-Ua__sidebarHeader{z-index:12;background:rgba(var(--bg-secondary-rgb),.96);border-bottom:1px solid var(--reader-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:1.25rem;position:sticky;top:0}.chapterlayout-module__-Mp-Ua__sidebarTitle{color:var(--reader-gold);letter-spacing:0;text-transform:uppercase;align-items:center;gap:.65rem;margin-bottom:.85rem;font-size:.72rem;font-weight:900;display:flex}.chapterlayout-module__-Mp-Ua__sidebarTitle:before{content:"";background:var(--reader-gold);opacity:.8;width:1.35rem;height:1px}.chapterlayout-module__-Mp-Ua__chapterSelector{position:relative}.chapterlayout-module__-Mp-Ua__chapterButton{background:rgba(var(--bg-card-rgb),.86);border:1px solid var(--reader-gold-border);width:100%;min-height:66px;color:var(--reader-text);text-align:left;cursor:pointer;box-shadow:inset 0 1px 0 rgba(var(--text-primary-rgb),.035);border-radius:0;justify-content:space-between;align-items:center;gap:.85rem;padding:.8rem .85rem;transition:background-color .18s,border-color .18s;display:flex}.chapterlayout-module__-Mp-Ua__chapterButton:hover,.chapterlayout-module__-Mp-Ua__chapterButton:focus-visible{background:rgba(var(--accent-rgb),.08);border-color:var(--reader-gold);outline:none}.chapterlayout-module__-Mp-Ua__chapterButtonContent{flex:1;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.75rem;min-width:0;display:grid}.chapterlayout-module__-Mp-Ua__chapterBadge{background:var(--reader-gold);border:1px solid var(--reader-gold);width:2rem;height:2rem;color:var(--reader-bg);font-family:var(--reader-font-display);flex-shrink:0;justify-content:center;align-items:center;font-size:1.05rem;font-weight:400;line-height:1;display:inline-flex}.chapterlayout-module__-Mp-Ua__chapterButtonText{min-width:0;color:var(--reader-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.chapterlayout-module__-Mp-Ua__chapterButtonIcon{color:var(--reader-gold);flex-shrink:0;transition:transform .18s}.chapterlayout-module__-Mp-Ua__chapterButtonIconRotated{transform:rotate(180deg)}.chapterlayout-module__-Mp-Ua__dropdownBackdrop{z-index:10;background:#0000008f;animation:.18s chapterlayout-module__-Mp-Ua__fadeIn;position:fixed;inset:0}.chapterlayout-module__-Mp-Ua__dropdownMenu{z-index:20;background:var(--reader-bg-soft);border:1px solid var(--reader-gold-border);max-height:min(26rem,56vh);animation:.18s chapterlayout-module__-Mp-Ua__slideUp;position:absolute;top:calc(100% + .45rem);left:0;right:0;overflow-y:auto;box-shadow:0 22px 46px #00000061}.chapterlayout-module__-Mp-Ua__dropdownItem{text-align:left;border:0;border-bottom:1px solid rgba(var(--text-primary-rgb),.055);cursor:pointer;width:100%;color:var(--reader-muted);background:0 0;padding:0}.chapterlayout-module__-Mp-Ua__dropdownItem:last-child{border-bottom:0}.chapterlayout-module__-Mp-Ua__dropdownItem:hover,.chapterlayout-module__-Mp-Ua__dropdownItemActive{background:rgba(var(--accent-rgb),.08)}.chapterlayout-module__-Mp-Ua__dropdownItemContent{grid-template-columns:2rem minmax(0,1fr) .45rem;align-items:start;gap:.75rem;padding:.78rem .9rem;display:grid}.chapterlayout-module__-Mp-Ua__dropdownItemNumber{background:rgba(var(--text-primary-rgb),.04);border:1px solid var(--reader-border);width:2rem;height:2rem;color:var(--reader-faint);justify-content:center;align-items:center;font-size:.76rem;font-weight:900;display:inline-flex}.chapterlayout-module__-Mp-Ua__dropdownItemTitle{color:var(--reader-muted);padding-top:.12rem;font-size:.86rem;font-weight:700;line-height:1.45}.chapterlayout-module__-Mp-Ua__dropdownItem:hover .chapterlayout-module__-Mp-Ua__dropdownItemNumber,.chapterlayout-module__-Mp-Ua__dropdownItemActive .chapterlayout-module__-Mp-Ua__dropdownItemNumber{color:var(--reader-gold);border-color:var(--reader-gold-border);background:var(--reader-gold-soft)}.chapterlayout-module__-Mp-Ua__dropdownItem:hover .chapterlayout-module__-Mp-Ua__dropdownItemTitle,.chapterlayout-module__-Mp-Ua__dropdownItemActive .chapterlayout-module__-Mp-Ua__dropdownItemTitle{color:var(--reader-text)}.chapterlayout-module__-Mp-Ua__dropdownItemIndicator{background:var(--reader-gold);width:.42rem;height:.42rem;margin-top:.78rem}.chapterlayout-module__-Mp-Ua__languageWrap{background:rgba(var(--text-primary-rgb),.03);border:1px solid var(--reader-border);margin-top:.85rem;padding:.8rem}.chapterlayout-module__-Mp-Ua__navSection{padding:1rem .95rem .5rem}.chapterlayout-module__-Mp-Ua__navSectionTitle{color:var(--reader-faint);letter-spacing:0;text-transform:uppercase;margin:0 0 .55rem;padding:0 .45rem;font-size:.72rem;font-weight:900}.chapterlayout-module__-Mp-Ua__navLink,.chapterlayout-module__-Mp-Ua__chapterLink{width:100%;min-height:44px;color:var(--reader-muted);text-align:left;cursor:pointer;font-family:var(--reader-font-body);background:0 0;border:1px solid #0000;border-left-width:2px;border-radius:0;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.72rem;margin:0;padding:.62rem .72rem;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s;display:grid;position:relative}.chapterlayout-module__-Mp-Ua__navLink:hover,.chapterlayout-module__-Mp-Ua__chapterLink:hover{color:var(--reader-text);background:rgba(var(--accent-rgb),.07);border-left-color:rgba(var(--accent-rgb),.48)}.chapterlayout-module__-Mp-Ua__navLinkActive,.chapterlayout-module__-Mp-Ua__chapterLinkActive{color:var(--reader-gold);background:rgba(var(--accent-rgb),.1);border-color:rgba(var(--accent-rgb),.2);border-left-color:var(--reader-gold)}.chapterlayout-module__-Mp-Ua__navIcon,.chapterlayout-module__-Mp-Ua__chapterNumber{background:rgba(var(--text-primary-rgb),.035);border:1px solid var(--reader-border);width:2rem;height:2rem;color:var(--reader-faint);justify-content:center;align-items:center;font-size:.68rem;font-weight:900;line-height:1;display:inline-flex}.chapterlayout-module__-Mp-Ua__navLinkActive .chapterlayout-module__-Mp-Ua__navIcon,.chapterlayout-module__-Mp-Ua__chapterLinkActive .chapterlayout-module__-Mp-Ua__chapterNumber{color:var(--reader-bg);background:var(--reader-gold);border-color:var(--reader-gold)}.chapterlayout-module__-Mp-Ua__navText,.chapterlayout-module__-Mp-Ua__chapterTitleShort{min-width:0;color:inherit;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.84rem;font-weight:750;line-height:1.36;display:-webkit-box;overflow:hidden}.chapterlayout-module__-Mp-Ua__sidebarDivider{background:linear-gradient(90deg,transparent,var(--reader-border),transparent);height:1px;margin:.85rem 1.25rem}.chapterlayout-module__-Mp-Ua__sidebarBackdrop{z-index:999;background:#000000d1;animation:.18s chapterlayout-module__-Mp-Ua__fadeIn;display:none;position:fixed;inset:0}.chapterlayout-module__-Mp-Ua__mainContent{min-height:100vh;margin-left:var(--reader-sidebar-width);padding:0}.chapterlayout-module__-Mp-Ua__readerTopNav{z-index:90;position:sticky;top:0}.chapterlayout-module__-Mp-Ua__readerTopNav .nav{z-index:1;background:linear-gradient(180deg,rgba(var(--bg-primary-rgb),.96),rgba(var(--bg-primary-rgb),.88));position:relative;top:auto}.chapterlayout-module__-Mp-Ua__readerTopNav .nav-container{max-width:none;padding:13px clamp(1.25rem,4vw,3.5rem)}.chapterlayout-module__-Mp-Ua__contentWrapper{width:100%;max-width:860px;margin:0 auto;padding:clamp(2.25rem,5vw,4rem) clamp(2rem,6vw,5rem)}@keyframes chapterlayout-module__-Mp-Ua__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes chapterlayout-module__-Mp-Ua__slideUp{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1025px){.chapterlayout-module__-Mp-Ua__sidebar{transform:translate(0)!important}}@media (max-width:1180px) and (min-width:1025px){.chapterlayout-module__-Mp-Ua__appContainer{--reader-sidebar-width:330px}}@media (max-width:1024px){.chapterlayout-module__-Mp-Ua__mobileToggle{display:flex}.chapterlayout-module__-Mp-Ua__sidebar{width:min(360px,92vw);transform:translate(-100%)}.chapterlayout-module__-Mp-Ua__sidebarOpen{transform:translate(0)}.chapterlayout-module__-Mp-Ua__sidebarBackdrop{display:block}.chapterlayout-module__-Mp-Ua__mainContent{margin-left:0;padding:0}.chapterlayout-module__-Mp-Ua__readerTopNav .nav-container{padding-left:4.6rem}.chapterlayout-module__-Mp-Ua__contentWrapper{padding:2.25rem 1.4rem 2rem}}@media (max-width:640px){.chapterlayout-module__-Mp-Ua__sidebarHeader{padding:1rem}.chapterlayout-module__-Mp-Ua__navSection{padding:.9rem .75rem .4rem}.chapterlayout-module__-Mp-Ua__chapterButton{min-height:62px;padding:.72rem}.chapterlayout-module__-Mp-Ua__chapterButtonText{font-size:.86rem}.chapterlayout-module__-Mp-Ua__navText,.chapterlayout-module__-Mp-Ua__chapterTitleShort{font-size:.8rem}.chapterlayout-module__-Mp-Ua__mainContent{padding:0}.chapterlayout-module__-Mp-Ua__contentWrapper{padding:2rem 1rem 1.5rem}}.chapterlayout-module__-Mp-Ua__sidebar{border-right:3px solid var(--reader-border);box-shadow:5px 0 0 var(--reader-border)}.chapterlayout-module__-Mp-Ua__chapterButton,.chapterlayout-module__-Mp-Ua__languageWrap,.chapterlayout-module__-Mp-Ua__dropdownMenu{border:2px solid var(--reader-border);box-shadow:5px 5px 0 var(--reader-border);border-radius:16px}.chapterlayout-module__-Mp-Ua__navLink,.chapterlayout-module__-Mp-Ua__chapterLink{border-radius:12px}.chapterlayout-module__-Mp-Ua__navLinkActive,.chapterlayout-module__-Mp-Ua__chapterLinkActive{color:var(--reader-bg);background:var(--reader-gold);border-color:var(--reader-border)}.chapterlayout-module__-Mp-Ua__navLinkActive .chapterlayout-module__-Mp-Ua__navIcon,.chapterlayout-module__-Mp-Ua__chapterLinkActive .chapterlayout-module__-Mp-Ua__chapterNumber,.chapterlayout-module__-Mp-Ua__chapterBadge{color:var(--reader-bg);background:var(--reader-gold);border:2px solid var(--reader-border)}.chapterlayout-module__-Mp-Ua__mobileToggle{border:2px solid var(--reader-border);box-shadow:4px 4px 0 var(--reader-border)}
