.SearchForm-module__TZwX9q__form{background:var(--bg-secondary);border:1px solid var(--border);box-shadow:0 4px 24px var(--shadow);border-radius:16px;margin-bottom:2rem;padding:1.5rem}.SearchForm-module__TZwX9q__searchContainer{margin-bottom:1rem}.SearchForm-module__TZwX9q__searchInputWrapper{background:var(--accent);border-radius:12px;display:flex;overflow:hidden}.SearchForm-module__TZwX9q__searchIcon{align-items:center;display:flex}.SearchForm-module__TZwX9q__searchText{white-space:nowrap}.SearchForm-module__TZwX9q__searchInput{font-family:var(--font-reading,var(--font-body));border:2px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-right:none;border-radius:12px 0 0 12px;flex:1;min-width:0;padding:1rem 1.25rem;font-size:1.25rem}.SearchForm-module__TZwX9q__searchInput:focus{outline:none}.SearchForm-module__TZwX9q__searchInput::placeholder{color:var(--text-muted)}.SearchForm-module__TZwX9q__searchInput:disabled{opacity:.6;cursor:not-allowed}.SearchForm-module__TZwX9q__searchButton{font-family:var(--font-ui);background:var(--accent);color:var(--accent-text);cursor:pointer;transition:background-color var(--transition-fast);border:none;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;display:flex}.SearchForm-module__TZwX9q__searchButton:hover:not(:disabled){background:var(--accent-hover)}.SearchForm-module__TZwX9q__searchButton:disabled{opacity:.5;cursor:not-allowed}.SearchForm-module__TZwX9q__spinner{border:2px solid var(--accent-text);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite SearchForm-module__TZwX9q__spin}@keyframes SearchForm-module__TZwX9q__spin{to{transform:rotate(360deg)}}.SearchForm-module__TZwX9q__filtersRow{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.SearchForm-module__TZwX9q__filterChip{align-items:center;gap:.5rem;display:flex}.SearchForm-module__TZwX9q__chipLabel{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.03em;color:var(--text-tertiary);white-space:nowrap;font-size:.75rem;font-weight:500}.SearchForm-module__TZwX9q__chipSelect{font-family:var(--font-ui);border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M3 5l3 3 3-3'/%3E%3C/svg%3E");background-position:right .4rem center;background-repeat:no-repeat;border-radius:4px;padding:.25rem 1.5rem .25rem .5rem;font-size:.85rem;font-weight:500}.SearchForm-module__TZwX9q__chipSelect:focus{border-color:var(--accent);outline:none}.SearchForm-module__TZwX9q__chipSelect:disabled{opacity:.6;cursor:not-allowed}.SearchForm-module__TZwX9q__chipInput{font-family:var(--font-ui);border:1px solid var(--border);background:var(--bg-primary);width:60px;color:var(--text-primary);text-align:center;border-radius:4px;padding:.25rem .5rem;font-size:.85rem;font-weight:500}.SearchForm-module__TZwX9q__chipInput:focus{border-color:var(--accent);outline:none}.SearchForm-module__TZwX9q__chipInput:disabled{opacity:.6;cursor:not-allowed}.SearchForm-module__TZwX9q__exampleQueries{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.SearchForm-module__TZwX9q__exampleLabel{font-family:var(--font-ui);color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em;font-size:.75rem;font-weight:500}.SearchForm-module__TZwX9q__exampleButton{font-family:var(--font-ui);border:1px solid var(--border);cursor:pointer;color:var(--text-secondary);transition:all var(--transition-fast);background:0 0;border-radius:16px;padding:.375rem .75rem;font-size:.8rem;font-weight:500}.SearchForm-module__TZwX9q__exampleButton:hover{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}@media (max-width:640px){.SearchForm-module__TZwX9q__form{padding:1rem}.SearchForm-module__TZwX9q__searchInputWrapper{background:0 0;border:none;flex-direction:column;gap:0;padding:0}.SearchForm-module__TZwX9q__searchInputWrapper:focus-within{box-shadow:none}.SearchForm-module__TZwX9q__searchIconLeft{display:none}.SearchForm-module__TZwX9q__searchInput{border:1px solid var(--border);background:var(--bg-primary);border-radius:12px;width:100%;margin-bottom:.5rem;padding:.875rem 1rem;font-size:1rem}.SearchForm-module__TZwX9q__searchInput:focus{border-color:var(--accent)}.SearchForm-module__TZwX9q__searchButton{border-radius:12px;width:100%;min-height:48px;padding:.875rem 1.5rem}.SearchForm-module__TZwX9q__filtersRow{gap:.5rem}.SearchForm-module__TZwX9q__filterChip{padding:.5rem .25rem .5rem .75rem}.SearchForm-module__TZwX9q__chipSelect,.SearchForm-module__TZwX9q__chipInput{padding:.375rem 1.5rem .375rem .5rem;font-size:.9rem}.SearchForm-module__TZwX9q__chipInput{width:40px;padding:.375rem .5rem}.SearchForm-module__TZwX9q__exampleQueries{justify-content:flex-start;margin-top:.25rem}.SearchForm-module__TZwX9q__exampleLabel{width:100%;margin-bottom:.25rem}.SearchForm-module__TZwX9q__exampleButton{padding:.5rem .875rem;font-size:.8rem}}
.SearchResults-module__qSMIsq__results{margin-top:1.5rem;animation:.3s ease-in SearchResults-module__qSMIsq__fadeIn}@keyframes SearchResults-module__qSMIsq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SearchResults-module__qSMIsq__resultsHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.SearchResults-module__qSMIsq__resultsCount{font-family:var(--font-ui);color:var(--text-tertiary);font-size:.9rem}.SearchResults-module__qSMIsq__resultsMeta{font-family:var(--font-ui);color:var(--text-muted);font-size:.85rem}.SearchResults-module__qSMIsq__resultsList{flex-direction:column;gap:1rem;display:flex}.SearchResults-module__qSMIsq__resultCard{background:var(--bg-secondary);border:1px solid var(--border);transition:all var(--transition-fast);cursor:pointer;border-radius:12px;padding:1.5rem}.SearchResults-module__qSMIsq__resultCard:hover{border-color:var(--accent);box-shadow:0 8px 24px var(--shadow);transform:translateY(-2px)}.SearchResults-module__qSMIsq__resultReference{font-family:var(--font-display);color:var(--accent);margin-bottom:.5rem;font-size:1rem;font-weight:500}.SearchResults-module__qSMIsq__resultText{font-family:var(--font-reading,var(--font-body));color:var(--text-primary);margin-bottom:.75rem;font-size:1rem;line-height:1.7}.SearchResults-module__qSMIsq__resultMeta{font-family:var(--font-ui);color:var(--text-muted);gap:1rem;font-size:.8rem;display:flex}.SearchResults-module__qSMIsq__similarityBadge{color:var(--accent-alt);background:#2d5a4a1a;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-weight:500;display:inline-flex}.SearchResults-module__qSMIsq__similarityHigh{color:var(--accent-alt);background:#2d5a4a26}.SearchResults-module__qSMIsq__similarityMedium{color:var(--accent);background:#c45a3a1a}.SearchResults-module__qSMIsq__similarityLow{color:var(--text-tertiary);background:#6b72801a}.SearchResults-module__qSMIsq__noResults{text-align:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:4rem 2rem}.SearchResults-module__qSMIsq__noResultsIcon{color:var(--text-muted);opacity:.5;margin-bottom:1rem;font-size:2.5rem}.SearchResults-module__qSMIsq__noResultsTitle{font-family:var(--font-display);color:var(--text-secondary);margin-bottom:.5rem;font-size:1.25rem}.SearchResults-module__qSMIsq__noResultsText{font-family:var(--font-ui);color:var(--text-tertiary);font-size:.95rem}.SearchResults-module__qSMIsq__searchPlaceholder{text-align:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:4rem 2rem}.SearchResults-module__qSMIsq__placeholderIcon{color:var(--text-muted);opacity:.4;margin-bottom:1rem;font-size:2.5rem}.SearchResults-module__qSMIsq__placeholderText{font-family:var(--font-ui);color:var(--text-tertiary);margin:0;font-size:.95rem}.SearchResults-module__qSMIsq__alert{color:var(--text-primary);font-family:var(--font-ui);background:#c45a3a0d;border:1px solid #c45a3a33;border-radius:12px;margin-bottom:1rem;padding:1.25rem 1.5rem}.SearchResults-module__qSMIsq__alertTitle{color:var(--accent);margin-bottom:.25rem;font-weight:600}.SearchResults-module__qSMIsq__errorHint{color:var(--text-tertiary);margin-top:.75rem;font-size:.9rem}@media (max-width:640px){.SearchResults-module__qSMIsq__resultsHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.SearchResults-module__qSMIsq__resultCard{padding:1.25rem}.SearchResults-module__qSMIsq__noResults,.SearchResults-module__qSMIsq__searchPlaceholder{padding:3rem 1.5rem}}
.Dropdown-module__1ag0Oa__dropdown{position:relative}.Dropdown-module__1ag0Oa__dropdownBtn{border:1px solid var(--nav-border,var(--border));color:var(--nav-text);cursor:pointer;font-family:var(--font-ui);transition:var(--transition-fast);white-space:nowrap;background:0 0;border-radius:20px;align-items:center;gap:.4rem;max-width:100%;min-height:34px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;display:flex;overflow:hidden}.Dropdown-module__1ag0Oa__dropdownBtn span{color:var(--nav-text);text-overflow:ellipsis;max-width:100%;font-weight:500;overflow:hidden}.Dropdown-module__1ag0Oa__dropdownBtn:hover{background-color:var(--nav-elevated);border-color:var(--logo-primary);color:var(--logo-primary);transform:translateY(-1px)}.Dropdown-module__1ag0Oa__dropdownBtn:hover span{color:var(--logo-primary)}.Dropdown-module__1ag0Oa__dropdownBtn.Dropdown-module__1ag0Oa__active{background-color:var(--nav-elevated);border-color:var(--logo-primary)}.Dropdown-module__1ag0Oa__dropdownBtn svg{fill:var(--nav-text);flex-shrink:0;width:10px;height:6px;transition:transform .2s}.Dropdown-module__1ag0Oa__dropdownBtn:hover svg{fill:var(--logo-primary)}.Dropdown-module__1ag0Oa__dropdownBtn.Dropdown-module__1ag0Oa__active svg{transform:rotate(180deg)}.Dropdown-module__1ag0Oa__dropdownContent{background-color:var(--dropdown-bg);min-width:180px;box-shadow:0 8px 24px var(--shadow),0 0 0 1px var(--border);border:1px solid var(--border);z-index:1001;border-radius:12px;display:none;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden}.Dropdown-module__1ag0Oa__dropdownContent.Dropdown-module__1ag0Oa__show{display:block}.Dropdown-module__1ag0Oa__dropdownContent.Dropdown-module__1ag0Oa__scrollable{max-height:400px;overflow-y:auto}.Dropdown-module__1ag0Oa__searchContainer{border-bottom:1px solid var(--border);background-color:var(--dropdown-bg);z-index:1;padding:.5rem;position:sticky;top:0}.Dropdown-module__1ag0Oa__searchInput{border:1px solid var(--border);width:100%;font-family:var(--font-ui);background-color:var(--bg-primary);color:var(--text-primary);transition:border-color var(--transition-fast);border-radius:8px;outline:none;padding:.5rem .75rem;font-size:.875rem}.Dropdown-module__1ag0Oa__searchInput::placeholder{color:var(--text-muted)}.Dropdown-module__1ag0Oa__searchInput:focus{border-color:var(--accent)}.Dropdown-module__1ag0Oa__optionsList{max-height:300px;overflow-y:auto}.Dropdown-module__1ag0Oa__noResults{text-align:center;color:var(--text-muted);font-family:var(--font-ui);padding:1rem;font-size:.875rem}.Dropdown-module__1ag0Oa__optionButton{color:var(--dropdown-text);font-family:var(--font-ui);border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:.6rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .15s,color .15s;display:flex}.Dropdown-module__1ag0Oa__optionButton span{color:var(--dropdown-text);font-weight:500}.Dropdown-module__1ag0Oa__optionButton.Dropdown-module__1ag0Oa__active span{color:var(--accent-text)}.Dropdown-module__1ag0Oa__optionButton:last-child{border-bottom:none}.Dropdown-module__1ag0Oa__optionButton:hover{background-color:var(--verse-hover);color:var(--text-primary)}.Dropdown-module__1ag0Oa__optionButton.Dropdown-module__1ag0Oa__active{background-color:var(--accent);color:var(--accent-text);font-weight:600}.Dropdown-module__1ag0Oa__optionButton.Dropdown-module__1ag0Oa__active:hover{background-color:var(--accent);color:var(--accent-text);opacity:.95}.Dropdown-module__1ag0Oa__badge{opacity:.8;margin-left:.5rem;font-size:.85rem}@media (max-width:768px){.Dropdown-module__1ag0Oa__dropdownBtn{border-radius:18px;gap:.35rem;min-height:36px;padding:.45rem .65rem;font-size:.8rem}.Dropdown-module__1ag0Oa__dropdownContent{min-width:160px}.Dropdown-module__1ag0Oa__optionButton{padding:.55rem .85rem;font-size:.8rem}}@media (max-width:480px){.Dropdown-module__1ag0Oa__dropdownBtn{border-radius:22px;min-height:44px;padding:.5rem .75rem;font-size:1rem}.Dropdown-module__1ag0Oa__dropdownBtn svg{width:10px;height:6px}.Dropdown-module__1ag0Oa__dropdownContent{min-width:200px;max-width:calc(100vw - 2rem);left:50%;transform:translate(-50%)}.Dropdown-module__1ag0Oa__dropdownContent.Dropdown-module__1ag0Oa__scrollable{max-height:60vh}.Dropdown-module__1ag0Oa__optionButton{align-items:center;min-height:48px;padding:.875rem 1rem;font-size:.9rem;display:flex}.Dropdown-module__1ag0Oa__searchContainer{padding:.75rem}.Dropdown-module__1ag0Oa__searchInput{min-height:44px;padding:.75rem 1rem;font-size:1rem}}
.ThemeToggle-module__3b5zuq__themeToggle{border:1px solid var(--nav-border,var(--border));color:var(--nav-text);cursor:pointer;width:36px;height:36px;transition:var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.ThemeToggle-module__3b5zuq__themeToggle:hover{background-color:var(--nav-elevated,var(--bg-elevated));border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}@media (max-width:768px){.ThemeToggle-module__3b5zuq__themeToggle{width:40px;height:40px}}@media (max-width:480px){.ThemeToggle-module__3b5zuq__themeToggle{width:38px;height:38px;font-size:.95rem}}
.FontSizeControl-module__9GMuLq__fontSizeControl{align-items:center;gap:.5rem;display:flex}.FontSizeControl-module__9GMuLq__controlBtn{border:1px solid var(--nav-border,var(--border));color:var(--nav-text);cursor:pointer;width:36px;height:36px;font-family:var(--font-ui);transition:var(--transition-fast);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:flex}.FontSizeControl-module__9GMuLq__controlBtn:hover:not(:disabled){background-color:var(--nav-elevated,var(--bg-elevated));border-color:var(--accent);color:var(--accent);transform:translateY(-1px)}.FontSizeControl-module__9GMuLq__controlBtn:disabled{opacity:.3;cursor:not-allowed}@media (max-width:768px){.FontSizeControl-module__9GMuLq__controlBtn{width:40px;height:40px;font-size:.8rem}}.FontSizeControl-module__9GMuLq__sizeIndicator{flex-direction:column;align-items:center;gap:.2rem;min-width:50px;display:flex}.FontSizeControl-module__9GMuLq__sizeLabel{font-family:var(--font-ui);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:500}.FontSizeControl-module__9GMuLq__progressBar{background-color:var(--border);border-radius:2px;width:100%;height:3px;overflow:hidden}.FontSizeControl-module__9GMuLq__progressFill{background-color:var(--accent);border-radius:2px;height:100%;transition:width .2s}@media (max-width:768px){.FontSizeControl-module__9GMuLq__sizeIndicator{min-width:45px}.FontSizeControl-module__9GMuLq__sizeLabel{font-size:.65rem}}@media (max-width:480px){.FontSizeControl-module__9GMuLq__controlBtn{width:38px;height:38px;font-size:.75rem}.FontSizeControl-module__9GMuLq__sizeIndicator{min-width:40px}.FontSizeControl-module__9GMuLq__sizeLabel{font-size:.6rem}.FontSizeControl-module__9GMuLq__progressBar{height:2px}}
.FontFamilySelector-module__c_Ij5q__select{font-family:var(--font-ui);color:var(--nav-text,var(--text-primary));background-color:var(--nav-bg,var(--bg-secondary));border:1px solid var(--nav-border,var(--border));cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236B6B6B' d='M3 4.5L6 8l3-3.5H3z'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:12px;border-radius:6px;min-width:110px;padding:.375rem 1.5rem .375rem .5rem;font-size:.8rem;font-weight:500;transition:border-color .15s}.FontFamilySelector-module__c_Ij5q__select:hover{border-color:var(--accent)}.FontFamilySelector-module__c_Ij5q__select:focus{border-color:var(--accent);outline:none}.FontFamilySelector-module__c_Ij5q__select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}[data-theme=dark] .FontFamilySelector-module__c_Ij5q__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238A8A8A' d='M3 4.5L6 8l3-3.5H3z'/%3E%3C/svg%3E")}[data-theme=sepia] .FontFamilySelector-module__c_Ij5q__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236A5D4A' d='M3 4.5L6 8l3-3.5H3z'/%3E%3C/svg%3E")}
.PaletteSelector-module__WQf6FG__container{align-items:center;gap:.5rem;display:flex}.PaletteSelector-module__WQf6FG__swatch{background-color:var(--swatch-color);cursor:pointer;border:2px solid #0000;border-radius:50%;flex-shrink:0;width:22px;height:22px;padding:0;transition:transform .15s,border-color .15s,box-shadow .15s}.PaletteSelector-module__WQf6FG__swatch:hover{transform:scale(1.15)}.PaletteSelector-module__WQf6FG__swatch:focus{outline:none}.PaletteSelector-module__WQf6FG__swatch:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PaletteSelector-module__WQf6FG__swatch.PaletteSelector-module__WQf6FG__active{border-color:var(--text-primary);box-shadow:0 0 0 2px var(--bg-primary,#fff);transform:scale(1.1)}.PaletteSelector-module__WQf6FG__compact .PaletteSelector-module__WQf6FG__swatch{width:18px;height:18px}
.LanguageSwitcher-module__gdGMiG__switcher{background-color:var(--nav-elevated,var(--bg-elevated));border:1px solid var(--nav-border,var(--border));border-radius:6px;gap:2px;padding:2px;display:flex}.LanguageSwitcher-module__gdGMiG__localeBtn{color:var(--nav-text-muted,var(--text-tertiary));font-family:var(--font-ui);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;min-width:32px;padding:.35rem .5rem;font-size:.75rem;font-weight:600}.LanguageSwitcher-module__gdGMiG__localeBtn:hover{color:var(--nav-text);background-color:#ffffff1a}.LanguageSwitcher-module__gdGMiG__localeBtn.LanguageSwitcher-module__gdGMiG__active{background-color:var(--accent);color:var(--accent-text)}.LanguageSwitcher-module__gdGMiG__localeBtn.LanguageSwitcher-module__gdGMiG__active:hover{background-color:var(--accent-hover)}
.OverflowMenu-module__Pm6hAa__container{z-index:100;flex-shrink:0;display:block;position:relative}.OverflowMenu-module__Pm6hAa__overlay{z-index:1000;position:fixed;inset:0}.OverflowMenu-module__Pm6hAa__menuButton{width:32px;height:32px;color:var(--nav-text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;display:flex}.OverflowMenu-module__Pm6hAa__menuButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.OverflowMenu-module__Pm6hAa__menuButton:hover,.OverflowMenu-module__Pm6hAa__menuButton.OverflowMenu-module__Pm6hAa__active{background-color:var(--nav-elevated);border-color:var(--logo-primary);color:var(--logo-primary)}.OverflowMenu-module__Pm6hAa__menu{background-color:var(--dropdown-bg);border:1px solid var(--border);box-shadow:0 8px 24px var(--shadow),0 0 0 1px var(--border);z-index:1001;--nav-bg:var(--dropdown-bg);--nav-text:var(--dropdown-text,var(--text-primary));--nav-border:var(--border);--nav-elevated:var(--bg-secondary);--nav-text-muted:var(--text-tertiary);border-radius:12px;min-width:200px;animation:.15s forwards OverflowMenu-module__Pm6hAa__slideInDown;position:absolute;top:calc(100% + 8px);right:0}@keyframes OverflowMenu-module__Pm6hAa__slideInDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.OverflowMenu-module__Pm6hAa__menuItem{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.OverflowMenu-module__Pm6hAa__menuItem:last-child{border-bottom:none}.OverflowMenu-module__Pm6hAa__menuLabel{font-family:var(--font-ui);color:var(--text-secondary);font-size:.875rem;font-weight:500}.OverflowMenu-module__Pm6hAa__divider{background-color:var(--border);height:1px;margin:0}.OverflowMenu-module__Pm6hAa__logoutButton{font-family:var(--font-ui);color:var(--accent);border:1px solid var(--accent);cursor:pointer;transition:all var(--transition-fast);background:0 0;border-radius:6px;padding:.5rem .75rem;font-size:.8rem;font-weight:500}.OverflowMenu-module__Pm6hAa__logoutButton:hover{background-color:var(--accent);color:var(--accent-text)}.OverflowMenu-module__Pm6hAa__loginButton{font-family:var(--font-ui);color:var(--accent-text);background:var(--accent);border:1px solid var(--accent);cursor:pointer;transition:all var(--transition-fast);border-radius:6px;padding:.5rem .75rem;font-size:.8rem;font-weight:500}.OverflowMenu-module__Pm6hAa__loginButton:hover{opacity:.9}@media (max-width:480px){.OverflowMenu-module__Pm6hAa__container{z-index:200;position:relative}.OverflowMenu-module__Pm6hAa__menuButton{z-index:201;touch-action:manipulation;-webkit-tap-highlight-color:#0000001a;width:44px;height:44px;position:relative}.OverflowMenu-module__Pm6hAa__menu{z-index:1002;min-width:220px;right:0}.OverflowMenu-module__Pm6hAa__menuItem{min-height:56px;padding:1rem 1.25rem}.OverflowMenu-module__Pm6hAa__menuLabel{font-size:.9rem}.OverflowMenu-module__Pm6hAa__logoutButton,.OverflowMenu-module__Pm6hAa__loginButton{min-height:40px;padding:.625rem 1rem;font-size:.85rem}}
@keyframes BottomSheet-module__0MgWVG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BottomSheet-module__0MgWVG__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes BottomSheet-module__0MgWVG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes BottomSheet-module__0MgWVG__slideDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.BottomSheet-module__0MgWVG__overlay{background-color:var(--overlay-bg,#00000080);z-index:9999;overscroll-behavior:contain;touch-action:none;justify-content:stretch;align-items:flex-end;animation:.2s ease-out BottomSheet-module__0MgWVG__fadeIn;display:flex;position:fixed;inset:0}.BottomSheet-module__0MgWVG__overlay.BottomSheet-module__0MgWVG__closing{animation:.2s ease-in forwards BottomSheet-module__0MgWVG__fadeOut}.BottomSheet-module__0MgWVG__sheet{background:var(--bg-primary);touch-action:auto;overscroll-behavior:contain;border-radius:20px 20px 0 0;flex-direction:column;width:100%;height:85vh;max-height:85vh;animation:.3s ease-out BottomSheet-module__0MgWVG__slideUp;display:flex;overflow:hidden}.BottomSheet-module__0MgWVG__sheet.BottomSheet-module__0MgWVG__closing{animation:.2s ease-in forwards BottomSheet-module__0MgWVG__slideDown}.BottomSheet-module__0MgWVG__header{background:var(--bg-primary);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:1rem 1.25rem;display:flex}.BottomSheet-module__0MgWVG__title{font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:600}.BottomSheet-module__0MgWVG__closeButton{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast,.15s ease);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:10px;outline:none;justify-content:center;align-items:center;font-size:1.125rem;display:flex}.BottomSheet-module__0MgWVG__closeButton:hover{background:var(--bg-elevated);color:var(--text-primary)}.BottomSheet-module__0MgWVG__closeButton:focus-visible{box-shadow:0 0 0 2px var(--bg-primary),0 0 0 4px var(--accent)}.BottomSheet-module__0MgWVG__closeButton:active{transform:scale(.95)}.BottomSheet-module__0MgWVG__tabNav{background:var(--bg-secondary);-webkit-overflow-scrolling:touch;border-bottom:none;flex-shrink:0;gap:0;padding:0;display:flex;overflow-x:auto}.BottomSheet-module__0MgWVG__tabNav::-webkit-scrollbar{display:none}.BottomSheet-module__0MgWVG__tabNav{-ms-overflow-style:none;scrollbar-width:none}.BottomSheet-module__0MgWVG__tab{min-width:0;min-height:56px;font-family:var(--font-ui),system-ui,sans-serif;cursor:pointer;transition:all var(--transition-fast,.15s ease);-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-bottom:2px solid #0000;outline:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.125rem;padding:.625rem .5rem;display:flex}.BottomSheet-module__0MgWVG__tab:hover{background:var(--bg-elevated)}.BottomSheet-module__0MgWVG__tab:focus-visible{background:var(--bg-elevated);box-shadow:inset 0 0 0 2px var(--accent)}.BottomSheet-module__0MgWVG__tab:active{background:var(--bg-elevated)}.BottomSheet-module__0MgWVG__activeTab{border-bottom-color:var(--accent);background:var(--bg-primary)}.BottomSheet-module__0MgWVG__tab i{color:var(--text-tertiary);font-size:1rem}.BottomSheet-module__0MgWVG__activeTab i{color:var(--accent)}.BottomSheet-module__0MgWVG__tabLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);opacity:.6;font-size:.6rem;font-weight:500}.BottomSheet-module__0MgWVG__activeTab .BottomSheet-module__0MgWVG__tabLabel{color:var(--accent);opacity:.8}.BottomSheet-module__0MgWVG__tabValue{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:1rem;font-weight:500;line-height:1.2;overflow:hidden}.BottomSheet-module__0MgWVG__activeTab .BottomSheet-module__0MgWVG__tabValue{color:var(--accent);font-weight:600}.BottomSheet-module__0MgWVG__tabBadge{color:var(--accent);background:#c45a3a1a;border-radius:4px;justify-content:center;align-items:center;padding:.125rem .375rem;font-size:.625rem;font-weight:700;display:inline-flex}.BottomSheet-module__0MgWVG__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 70px);background:var(--bg-primary);flex:1;overflow-y:auto}@media (min-width:400px){.BottomSheet-module__0MgWVG__tab{min-width:auto}}@media (min-width:480px){.BottomSheet-module__0MgWVG__sheet{height:80vh;max-height:80vh}.BottomSheet-module__0MgWVG__tabNav{padding:0 .5rem}.BottomSheet-module__0MgWVG__tab{min-height:64px;padding:.875rem .75rem}.BottomSheet-module__0MgWVG__tabLabel{font-size:.7rem}.BottomSheet-module__0MgWVG__tabValue{font-size:1rem}}@media (min-width:768px){.BottomSheet-module__0MgWVG__sheet{border-radius:20px;max-width:640px;height:75vh;max-height:75vh;margin:0 auto}.BottomSheet-module__0MgWVG__overlay{justify-content:center;align-items:center;padding:2rem}.BottomSheet-module__0MgWVG__header{padding:1.25rem 1.5rem}.BottomSheet-module__0MgWVG__content{padding-bottom:1.5rem}}@media (min-width:1024px){.BottomSheet-module__0MgWVG__sheet{border-radius:16px;max-width:600px;height:auto;max-height:70vh;box-shadow:0 20px 60px #0000004d}}@media (prefers-reduced-motion:reduce){.BottomSheet-module__0MgWVG__overlay,.BottomSheet-module__0MgWVG__sheet,.BottomSheet-module__0MgWVG__tab,.BottomSheet-module__0MgWVG__closeButton{transition:none;animation:none}.BottomSheet-module__0MgWVG__closeButton:active{transform:none}}[data-theme=dark] .BottomSheet-module__0MgWVG__tabBadge{background:#e8826a26}[data-theme=dark] .BottomSheet-module__0MgWVG__activeTab{background:var(--bg-secondary)}
.MobileNavSheet-module__8excIW__tabPanel,.MobileNavSheet-module__8excIW__listContainer{min-height:100%}.MobileNavSheet-module__8excIW__listItem{width:100%;min-height:48px;font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast,.15s ease);-webkit-tap-highlight-color:transparent;text-align:left;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:400;display:flex}.MobileNavSheet-module__8excIW__listItem+.MobileNavSheet-module__8excIW__listItem{border-top:1px solid var(--border-light)}@media (hover:hover){.MobileNavSheet-module__8excIW__listItem:hover{background:var(--verse-hover)}}.MobileNavSheet-module__8excIW__listItem:focus{box-shadow:none;outline:none}.MobileNavSheet-module__8excIW__listItem:focus-visible{background:var(--verse-hover);box-shadow:inset 0 0 0 2px var(--accent)}.MobileNavSheet-module__8excIW__listItem:active{background:var(--bg-elevated)}.MobileNavSheet-module__8excIW__listItem.MobileNavSheet-module__8excIW__active{background:var(--accent);color:var(--accent-text);border-top-color:#0000}.MobileNavSheet-module__8excIW__listItem.MobileNavSheet-module__8excIW__active+.MobileNavSheet-module__8excIW__listItem{border-top-color:#0000}.MobileNavSheet-module__8excIW__listItem.MobileNavSheet-module__8excIW__active .MobileNavSheet-module__8excIW__listItemText{font-weight:500}.MobileNavSheet-module__8excIW__listItem.MobileNavSheet-module__8excIW__active .MobileNavSheet-module__8excIW__checkIcon{color:var(--accent-text)}.MobileNavSheet-module__8excIW__listItemText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.MobileNavSheet-module__8excIW__versionFullName{color:var(--text-tertiary);font-size:.875em;font-weight:400}.MobileNavSheet-module__8excIW__listItem.MobileNavSheet-module__8excIW__active .MobileNavSheet-module__8excIW__versionFullName{color:var(--accent-text);opacity:.8}.MobileNavSheet-module__8excIW__aiBadge{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);background:#c45a3a1a;border-radius:4px;justify-content:center;align-items:center;margin-left:.5rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.MobileNavSheet-module__8excIW__checkIcon{color:var(--accent);margin-left:.5rem;font-size:.875rem}.MobileNavSheet-module__8excIW__testamentHeader{font-family:var(--font-ui),system-ui,sans-serif;letter-spacing:.08em;color:var(--text-muted);background:var(--bg-primary);z-index:5;border:none;padding:.625rem 1.25rem;font-size:.6875rem;font-weight:500;position:sticky;top:0}.MobileNavSheet-module__8excIW__chapterGrid{grid-template-columns:repeat(5,1fr);gap:.625rem;padding:1rem 1.25rem;display:grid}.MobileNavSheet-module__8excIW__chapterButton{aspect-ratio:1;min-height:52px;font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-tertiary);background:var(--bg-secondary);border:1px solid var(--border-light);cursor:pointer;transition:all var(--transition-fast,.15s ease);-webkit-tap-highlight-color:transparent;border-radius:12px;outline:none;justify-content:center;align-items:center;font-size:1rem;font-weight:400;display:flex}.MobileNavSheet-module__8excIW__chapterButton:focus{box-shadow:none;border-color:var(--border);outline:none}@media (hover:hover){.MobileNavSheet-module__8excIW__chapterButton:hover{border-color:var(--accent);background:var(--bg-elevated)}}.MobileNavSheet-module__8excIW__chapterButton:focus-visible{box-shadow:0 0 0 2px var(--bg-primary),0 0 0 4px var(--accent)}.MobileNavSheet-module__8excIW__chapterButton:active{transform:scale(.95)}.MobileNavSheet-module__8excIW__chapterButton.MobileNavSheet-module__8excIW__active{background:var(--accent);border-color:var(--accent);color:var(--accent-text);font-weight:600}@media (min-width:400px){.MobileNavSheet-module__8excIW__chapterGrid{grid-template-columns:repeat(6,1fr)}}@media (min-width:480px){.MobileNavSheet-module__8excIW__listItem{padding:1rem 1.5rem;font-size:1.0625rem}.MobileNavSheet-module__8excIW__testamentHeader{padding:.875rem 1.5rem}.MobileNavSheet-module__8excIW__chapterGrid{grid-template-columns:repeat(7,1fr);gap:.75rem;padding:1.25rem 1.5rem}.MobileNavSheet-module__8excIW__chapterButton{min-height:56px;font-size:1.125rem}}@media (min-width:768px){.MobileNavSheet-module__8excIW__chapterGrid{grid-template-columns:repeat(8,1fr)}}@media (prefers-reduced-motion:reduce){.MobileNavSheet-module__8excIW__listItem,.MobileNavSheet-module__8excIW__chapterButton{transition:none}.MobileNavSheet-module__8excIW__chapterButton:active{transform:none}}[data-theme=dark] .MobileNavSheet-module__8excIW__aiBadge{background:#e8826a26}[data-theme=dark] .MobileNavSheet-module__8excIW__listItem.MobileNavSheet-module__8excIW__active{background:#e8826a1f}
@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8c352cd2dd0b7ed3-s.8d4acfd6.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:400;font-display:swap;src:url(../media/38df7484fe560b25-s.p.60f15535.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(../media/8c352cd2dd0b7ed3-s.8d4acfd6.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Libre Baskerville;font-style:normal;font-weight:700;font-display:swap;src:url(../media/38df7484fe560b25-s.p.60f15535.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Libre Baskerville Fallback;src:local(Times New Roman);ascent-override:76.22%;descent-override:21.22%;line-gap-override:0.0%;size-adjust:127.26%}.libre_baskerville_8a551783-module__ck6HNa__className{font-family:Libre Baskerville,Libre Baskerville Fallback;font-style:normal}
.Navigation-module__Pj2Xoq__navbar{z-index:1000;background-color:var(--nav-bg);border-bottom:1px solid var(--nav-border,var(--border));transition:var(--transition);padding:.75rem 1.5rem;position:fixed;top:0;left:0;right:0;overflow:visible}.Navigation-module__Pj2Xoq__navbarContent{max-width:var(--content-max-width);grid-template-columns:1fr auto 1fr;align-items:center;width:100%;margin:0 auto;display:grid}.Navigation-module__Pj2Xoq__leftSection{justify-self:start}.Navigation-module__Pj2Xoq__centerSection{justify-content:center;justify-self:center;align-items:center;display:flex}.Navigation-module__Pj2Xoq__rightSection{justify-self:end;align-items:center;gap:.5rem;display:flex}.Navigation-module__Pj2Xoq__logoFull{display:block}.Navigation-module__Pj2Xoq__logoMobile{display:none}.Navigation-module__Pj2Xoq__logoLink{transition:var(--transition-fast);flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Navigation-module__Pj2Xoq__logoLink:hover{opacity:.85}.Navigation-module__Pj2Xoq__logoLink svg{height:auto;display:block}.Navigation-module__Pj2Xoq__logoText{font-family:var(--font-ui),system-ui,sans-serif;color:var(--accent);letter-spacing:-.01em;transition:var(--transition-fast);font-size:1.25rem;font-weight:600}.Navigation-module__Pj2Xoq__logoLink:hover .Navigation-module__Pj2Xoq__logoText{color:var(--accent-hover)}.Navigation-module__Pj2Xoq__iconButton{border:1px solid var(--nav-border);cursor:pointer;width:36px;height:36px;color:var(--nav-text-muted);transition:var(--transition-fast);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navigation-module__Pj2Xoq__iconButton:hover{background:var(--nav-elevated);color:var(--logo-primary);border-color:var(--logo-primary);transform:translateY(-1px)}.Navigation-module__Pj2Xoq__iconButton:active{transform:scale(.95)}.Navigation-module__Pj2Xoq__iconButton.Navigation-module__Pj2Xoq__active{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.Navigation-module__Pj2Xoq__iconButton.Navigation-module__Pj2Xoq__active:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.Navigation-module__Pj2Xoq__centerGroup{align-items:center;gap:.5rem;min-width:0;display:flex}.Navigation-module__Pj2Xoq__navArrow{border:1px solid var(--nav-border);cursor:pointer;width:36px;height:36px;color:var(--nav-text-muted);transition:var(--transition-fast);background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navigation-module__Pj2Xoq__navArrow:hover:not(:disabled){background:var(--nav-elevated);color:var(--logo-primary);border-color:var(--logo-primary);transform:translateY(-1px)}.Navigation-module__Pj2Xoq__navArrow:active:not(:disabled){transform:scale(.92)}.Navigation-module__Pj2Xoq__navArrow:disabled,.Navigation-module__Pj2Xoq__navArrow.Navigation-module__Pj2Xoq__disabled{opacity:.3;cursor:not-allowed}.Navigation-module__Pj2Xoq__navArrow i{font-size:.7rem}.Navigation-module__Pj2Xoq__navArrow:first-child{margin-right:.5rem}.Navigation-module__Pj2Xoq__navArrow:last-child{margin-left:.5rem}.Navigation-module__Pj2Xoq__locationTrigger{border:1px solid var(--nav-border);cursor:pointer;font-family:var(--font-ui);color:var(--nav-text);min-width:140px;min-height:40px;transition:var(--transition-fast);background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;font-size:.9375rem;font-weight:500;display:none}.Navigation-module__Pj2Xoq__locationTrigger:hover{background:var(--nav-elevated);border-color:var(--nav-border)}.Navigation-module__Pj2Xoq__locationTrigger:active{transform:scale(.98)}.Navigation-module__Pj2Xoq__locationText{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Navigation-module__Pj2Xoq__locationIcon{opacity:.5;transition:transform var(--transition-fast);font-size:.65rem}.Navigation-module__Pj2Xoq__locationTrigger:hover .Navigation-module__Pj2Xoq__locationIcon{opacity:.8}.Navigation-module__Pj2Xoq__desktopDropdowns{align-items:center;gap:.5rem;display:flex}@media (max-width:1024px){.Navigation-module__Pj2Xoq__desktopDropdowns{display:none}.Navigation-module__Pj2Xoq__locationTrigger{display:flex}.Navigation-module__Pj2Xoq__navbar{padding:.6rem 1rem}.Navigation-module__Pj2Xoq__rightSection .Navigation-module__Pj2Xoq__iconButton{display:none}.Navigation-module__Pj2Xoq__navbarContent{max-width:100%}.Navigation-module__Pj2Xoq__logoLink svg{transform-origin:0;transform:scale(.9)}.Navigation-module__Pj2Xoq__logoText{font-size:1.15rem}.Navigation-module__Pj2Xoq__locationTrigger{min-height:38px;padding:.45rem .875rem;font-size:.875rem}.Navigation-module__Pj2Xoq__navArrow{width:34px;height:34px}.Navigation-module__Pj2Xoq__navArrow:first-child{margin-right:.375rem}.Navigation-module__Pj2Xoq__navArrow:last-child{margin-left:.375rem}}@media (max-width:640px){.Navigation-module__Pj2Xoq__navbar{padding:.5rem 1.5rem}.Navigation-module__Pj2Xoq__logoFull{display:none}.Navigation-module__Pj2Xoq__logoMobile{align-items:center;display:flex}.Navigation-module__Pj2Xoq__logoText{font-size:1.1rem}.Navigation-module__Pj2Xoq__centerGroup{gap:.25rem}.Navigation-module__Pj2Xoq__locationTrigger{border-radius:6px;min-height:36px;padding:.4rem .75rem;font-size:.8125rem}.Navigation-module__Pj2Xoq__locationIcon{font-size:.6rem}.Navigation-module__Pj2Xoq__navArrow{width:32px;height:32px}.Navigation-module__Pj2Xoq__navArrow:first-child{margin-right:.25rem}.Navigation-module__Pj2Xoq__navArrow:last-child{margin-left:.25rem}.Navigation-module__Pj2Xoq__rightSection{gap:.25rem}}@media (max-width:480px){.Navigation-module__Pj2Xoq__navbar{padding:.5rem 1.5rem}.Navigation-module__Pj2Xoq__logoLink svg{transform-origin:0;transform:scale(.7)}.Navigation-module__Pj2Xoq__logoText{font-size:1rem}.Navigation-module__Pj2Xoq__locationTrigger{min-height:34px;padding:.35rem .625rem}}
.BottomNav-module__VCeYPq__bottomNav{display:none}@media (max-width:1024px){.BottomNav-module__VCeYPq__bottomNav{background:var(--bg-secondary);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0);z-index:9998;justify-content:space-around;align-items:stretch;min-height:64px;display:flex;position:fixed;bottom:0;left:0;right:0}.BottomNav-module__VCeYPq__navButton{cursor:pointer;font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-secondary);transition:all var(--transition-fast,.15s ease);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.5rem .25rem;font-size:.75rem;font-weight:500;display:flex}.BottomNav-module__VCeYPq__navButton i{transition:color var(--transition-fast,.15s ease);font-size:1.25rem}@media (hover:hover){.BottomNav-module__VCeYPq__navButton:hover:not(.BottomNav-module__VCeYPq__active){background:var(--bg-elevated)}}.BottomNav-module__VCeYPq__navButton:active:not(.BottomNav-module__VCeYPq__active){background:var(--bg-elevated)}.BottomNav-module__VCeYPq__navButton.BottomNav-module__VCeYPq__active,.BottomNav-module__VCeYPq__navButton.BottomNav-module__VCeYPq__active i{color:var(--accent)}.BottomNav-module__VCeYPq__navButton:not(.BottomNav-module__VCeYPq__active),.BottomNav-module__VCeYPq__navButton:not(.BottomNav-module__VCeYPq__active) i{color:var(--text-secondary)}.BottomNav-module__VCeYPq__navButton:disabled{cursor:default;opacity:.7}.BottomNav-module__VCeYPq__label{line-height:1.2}.BottomNav-module__VCeYPq__spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite BottomNav-module__VCeYPq__spin}@keyframes BottomNav-module__VCeYPq__spin{to{transform:rotate(360deg)}}}@media (prefers-reduced-motion:reduce){.BottomNav-module__VCeYPq__navButton,.BottomNav-module__VCeYPq__navButton i{transition:none}.BottomNav-module__VCeYPq__spinner{border-top-color:var(--accent);border-right-color:var(--accent);animation:none}}
.Verse-module__JteVFq__verseContainer{transition:background-color var(--transition-fast);cursor:pointer;border-radius:4px;grid-template-columns:48px 1fr;gap:.5rem;margin:0;padding:.5rem 0;display:grid}@media (max-width:1024px){.Verse-module__JteVFq__verseContainer{grid-template-columns:40px 1fr}.Verse-module__JteVFq__verseNumber{padding-right:.5rem}}@media (hover:hover){.Verse-module__JteVFq__verseContainer:hover{background-color:var(--verse-hover)}}.Verse-module__JteVFq__highlighted{background-color:var(--verse-hover);animation:3s ease-out forwards Verse-module__JteVFq__fadeHighlight}@keyframes Verse-module__JteVFq__fadeHighlight{0%{background-color:var(--verse-hover)}70%{background-color:var(--verse-hover)}to{background-color:#0000}}.Verse-module__JteVFq__verseNumber{font-family:var(--font-display);color:var(--accent);text-align:right;-webkit-user-select:none;user-select:none;padding-top:.15rem;padding-right:.75rem;font-size:.9rem;font-weight:500}.Verse-module__JteVFq__verseText{font-family:var(--font-reading,var(--font-body));font-size:inherit;color:var(--text-primary);line-height:1.9}.Verse-module__JteVFq__revisionBadge{font-family:var(--font-ui);color:var(--accent-alt);cursor:help;vertical-align:middle;background-color:#2d5a4a1a;border:1px solid #2d5a4a33;border-radius:4px;align-items:center;margin-left:.5rem;padding:.15rem .4rem;font-size:.7rem;font-weight:500;display:inline-flex}.Verse-module__JteVFq__revisionBadge:hover{background-color:#2d5a4a26}.Verse-module__JteVFq__pendingBadge{font-family:var(--font-ui);color:#b45309;cursor:help;vertical-align:middle;background-color:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:4px;align-items:center;margin-left:.5rem;padding:.15rem .4rem;font-size:.7rem;font-weight:500;display:inline-flex}.Verse-module__JteVFq__pendingBadge:hover{background-color:#f59e0b33}.Verse-module__JteVFq__saveError{color:#d32f2f;z-index:1004;background-color:#ffebee;border:1px solid #ef9a9a;border-radius:6px;max-width:400px;padding:1rem;animation:.3s ease-out Verse-module__JteVFq__slideInRight;position:fixed;bottom:1rem;right:1rem;box-shadow:0 4px 16px #0003}@keyframes Verse-module__JteVFq__slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (max-width:480px){.Verse-module__JteVFq__verseContainer{grid-template-columns:20px 1fr;gap:.25rem}.Verse-module__JteVFq__verseNumber{padding-right:.15rem;font-size:.7rem}}
.UnifiedVerseModal-module__1M9Pvq__tabContent{min-height:200px;padding:1.25rem}.UnifiedVerseModal-module__1M9Pvq__tabContent:has(.UnifiedVerseModal-module__1M9Pvq__embeddedContent){padding:0}.UnifiedVerseModal-module__1M9Pvq__embeddedContent>div>.UnifiedVerseModal-module__1M9Pvq__overlay,.UnifiedVerseModal-module__1M9Pvq__embeddedContent>div[class*=overlay]{background:0 0;padding:0;animation:none;position:static}.UnifiedVerseModal-module__1M9Pvq__embeddedContent>div>.UnifiedVerseModal-module__1M9Pvq__overlay>div,.UnifiedVerseModal-module__1M9Pvq__embeddedContent>div>div[class*=modal]{width:100%;max-width:none;box-shadow:none;background:0 0;border-radius:0;animation:none}.UnifiedVerseModal-module__1M9Pvq__embeddedContent div[class*=header]{display:none}
.ParallelWord-module__aeYPyq__word{text-align:center;background:var(--bg-secondary);border:1px solid var(--border);cursor:pointer;transition:all var(--transition-fast);border-radius:8px;flex-direction:column;align-items:center;min-width:80px;margin:.25rem;padding:.75rem .875rem;display:inline-flex;position:relative}.ParallelWord-module__aeYPyq__word:hover,.ParallelWord-module__aeYPyq__word.ParallelWord-module__aeYPyq__hovered{background:var(--bg-elevated);border-color:var(--accent);box-shadow:0 8px 24px var(--shadow-elevated);transform:translateY(-3px)}.ParallelWord-module__aeYPyq__word:focus{outline:2px solid var(--accent);outline-offset:2px}.ParallelWord-module__aeYPyq__word.ParallelWord-module__aeYPyq__rtl{direction:rtl}.ParallelWord-module__aeYPyq__originalText{color:var(--text-primary);margin-bottom:.375rem;font-size:1.4rem;font-weight:500;line-height:1.4}.ParallelWord-module__aeYPyq__originalText.ParallelWord-module__aeYPyq__hebrew{font-family:var(--font-hebrew);font-size:1.5rem}.ParallelWord-module__aeYPyq__originalText.ParallelWord-module__aeYPyq__greek{font-family:var(--font-greek);font-size:1.35rem}.ParallelWord-module__aeYPyq__transliteration{font-family:var(--font-ui);color:var(--text-tertiary);margin-bottom:.25rem;font-size:.75rem;font-style:italic}.ParallelWord-module__aeYPyq__gloss{font-family:var(--font-ui);color:var(--text-secondary);margin-bottom:.25rem;font-size:.8rem;font-weight:500}.ParallelWord-module__aeYPyq__strong{color:var(--text-muted);background:var(--bg-primary);border-radius:4px;margin-top:.25rem;padding:.125rem .375rem;font-family:JetBrains Mono,monospace;font-size:.65rem}.ParallelWord-module__aeYPyq__pos{font-family:var(--font-ui);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.65rem}.ParallelWord-module__aeYPyq__tooltip{background:var(--bg-elevated);border:1px solid var(--border);min-width:180px;max-width:280px;box-shadow:0 12px 32px var(--shadow-elevated);z-index:100;pointer-events:none;text-align:left;border-radius:8px;padding:.75rem 1rem;animation:.15s ParallelWord-module__aeYPyq__fadeInUp;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.ParallelWord-module__aeYPyq__tooltip:after{content:"";border:8px solid #0000;border-top-color:var(--bg-elevated);position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes ParallelWord-module__aeYPyq__fadeInUp{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.ParallelWord-module__aeYPyq__tooltipHeader{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.ParallelWord-module__aeYPyq__tooltipLemma{font-family:var(--font-body);color:var(--text-primary);font-size:1.1rem;font-weight:500}.ParallelWord-module__aeYPyq__tooltipPos{font-family:var(--font-ui);color:var(--text-muted);text-transform:uppercase;background:var(--bg-primary);border-radius:4px;padding:.125rem .375rem;font-size:.7rem}.ParallelWord-module__aeYPyq__tooltipGlosses{font-family:var(--font-ui);color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.ParallelWord-module__aeYPyq__tooltipStrong{color:var(--text-muted);margin-bottom:.375rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.ParallelWord-module__aeYPyq__tooltipHint{font-family:var(--font-ui);color:var(--accent);border-top:1px solid var(--border);margin-top:.5rem;padding-top:.375rem;font-size:.7rem}@media (max-width:640px){.ParallelWord-module__aeYPyq__word{min-width:70px;padding:.625rem .75rem}.ParallelWord-module__aeYPyq__originalText{font-size:1.2rem}.ParallelWord-module__aeYPyq__originalText.ParallelWord-module__aeYPyq__hebrew{font-size:1.3rem}.ParallelWord-module__aeYPyq__tooltip{min-width:260px;position:fixed;top:50%;bottom:auto;left:50%;transform:translate(-50%,-50%)}.ParallelWord-module__aeYPyq__tooltip:after{display:none}}
.ReadTab-module__u4AS7a__readTab{padding:1rem 0}.ReadTab-module__u4AS7a__currentVerse{border-bottom:2px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.ReadTab-module__u4AS7a__sectionTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:1rem;font-weight:600}.ReadTab-module__u4AS7a__verseText{color:var(--text-primary);margin:0;font-size:1.1rem;line-height:1.8}.ReadTab-module__u4AS7a__parallelSection{min-height:200px;margin-top:1.5rem}.ReadTab-module__u4AS7a__parallelVerses{flex-direction:column;gap:1rem;display:flex}.ReadTab-module__u4AS7a__parallelVerse{background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;gap:1rem;padding:.75rem;transition:background .2s;display:flex}.ReadTab-module__u4AS7a__parallelVerse:hover{background:var(--verse-hover)}.ReadTab-module__u4AS7a__versionLabel{width:60px;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;font-size:.75rem;font-weight:700}.ReadTab-module__u4AS7a__versionText{color:var(--text-primary);flex:1;font-size:.95rem;line-height:1.6}.ReadTab-module__u4AS7a__loading,.ReadTab-module__u4AS7a__error{text-align:center;color:var(--text-secondary);min-height:100px;padding:2rem 1rem;font-size:.9rem}.ReadTab-module__u4AS7a__error{color:#d32f2f;background:#ffebee;border:1px solid #ef9a9a;border-radius:6px}
.WordDetailsModal-module__3kldsG__overlay{z-index:2000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out WordDetailsModal-module__3kldsG__fadeIn;display:flex;position:fixed;inset:0}@keyframes WordDetailsModal-module__3kldsG__fadeIn{0%{opacity:0}to{opacity:1}}.WordDetailsModal-module__3kldsG__modal{background-color:var(--bg-secondary);border-radius:16px;width:100%;max-width:500px;max-height:85vh;animation:.25s ease-out WordDetailsModal-module__3kldsG__slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes WordDetailsModal-module__3kldsG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.WordDetailsModal-module__3kldsG__closeButton{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.WordDetailsModal-module__3kldsG__closeButton:hover{background-color:var(--verse-hover);color:var(--text-primary)}.WordDetailsModal-module__3kldsG__header{text-align:center;border-bottom:1px solid var(--border);background:linear-gradient(to bottom,var(--bg-primary),var(--bg-secondary));border-radius:16px 16px 0 0;padding:2rem 2rem 1.5rem}.WordDetailsModal-module__3kldsG__originalWord{color:var(--text-primary);margin:0 0 .5rem;font-size:2.5rem;font-weight:500;line-height:1.3}.WordDetailsModal-module__3kldsG__originalWord.WordDetailsModal-module__3kldsG__rtl{direction:rtl;font-family:SBL Hebrew,Ezra SIL,Times New Roman,serif}.WordDetailsModal-module__3kldsG__transliteration{color:var(--text-tertiary);margin:0;font-size:1.1rem;font-style:italic}.WordDetailsModal-module__3kldsG__content{padding:1.5rem 2rem 2rem}.WordDetailsModal-module__3kldsG__quickInfo{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;display:flex}.WordDetailsModal-module__3kldsG__badge{background-color:var(--bg-primary);border:1px solid var(--border);border-radius:8px;flex-direction:column;flex:1;min-width:100px;padding:.5rem .75rem;display:flex}.WordDetailsModal-module__3kldsG__badgeLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.7rem}.WordDetailsModal-module__3kldsG__badgeValue{color:var(--accent);font-size:.9rem;font-weight:600}.WordDetailsModal-module__3kldsG__section{margin-bottom:1.5rem}.WordDetailsModal-module__3kldsG__sectionTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .75rem;font-size:.8rem;font-weight:600}.WordDetailsModal-module__3kldsG__lemma{color:var(--text-primary);margin:0;font-size:1.8rem}.WordDetailsModal-module__3kldsG__lemma.WordDetailsModal-module__3kldsG__rtl{direction:rtl;font-family:SBL Hebrew,Ezra SIL,Times New Roman,serif}.WordDetailsModal-module__3kldsG__primaryGloss{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:500}.WordDetailsModal-module__3kldsG__glossList{flex-wrap:wrap;gap:.5rem;display:flex}.WordDetailsModal-module__3kldsG__glossTag{background-color:var(--bg-primary);border:1px solid var(--border);color:var(--text-secondary);border-radius:20px;padding:.35rem .75rem;font-size:.9rem;display:inline-block}.WordDetailsModal-module__3kldsG__meaningsList{margin:0;padding-left:1.25rem}.WordDetailsModal-module__3kldsG__meaningsList li{color:var(--text-secondary);margin-bottom:.5rem;line-height:1.5}.WordDetailsModal-module__3kldsG__meaningsList li:last-child{margin-bottom:0}.WordDetailsModal-module__3kldsG__notes{flex-direction:column;gap:.5rem;display:flex}.WordDetailsModal-module__3kldsG__note{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.WordDetailsModal-module__3kldsG__noteType{color:var(--accent);text-transform:capitalize;margin-right:.5rem}.WordDetailsModal-module__3kldsG__footer{border-top:1px solid var(--border);text-align:center;padding-top:1rem}.WordDetailsModal-module__3kldsG__languageLabel{color:var(--text-tertiary);font-size:.85rem}@media (max-width:600px){.WordDetailsModal-module__3kldsG__modal{max-height:90vh;margin:.5rem}.WordDetailsModal-module__3kldsG__header{padding:1.5rem 1.5rem 1rem}.WordDetailsModal-module__3kldsG__originalWord{font-size:2rem}.WordDetailsModal-module__3kldsG__content{padding:1rem 1.5rem 1.5rem}.WordDetailsModal-module__3kldsG__quickInfo{flex-direction:column}.WordDetailsModal-module__3kldsG__badge{flex:auto;min-width:auto}}
.ReviewTab-module__IcDmTG__reviewTab{flex-direction:column;gap:1.25rem;display:flex}.ReviewTab-module__IcDmTG__section{flex-direction:column;gap:.5rem;display:flex}.ReviewTab-module__IcDmTG__label{color:var(--text-primary);font-size:.9rem;font-weight:600}.ReviewTab-module__IcDmTG__originalText{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);border-radius:6px;padding:.75rem;font-size:1rem;font-style:italic;line-height:1.6}.ReviewTab-module__IcDmTG__aiSuggestion{color:var(--text-primary);background:#e3f2fd;border:2px solid #2196f3;border-radius:6px;padding:.75rem;font-size:1rem;line-height:1.6}.ReviewTab-module__IcDmTG__textarea{border:2px solid var(--border-color);resize:vertical;border-radius:6px;padding:.75rem;font-family:inherit;font-size:1rem;line-height:1.6;transition:border-color .2s}.ReviewTab-module__IcDmTG__textarea:focus{border-color:var(--accent);outline:none}.ReviewTab-module__IcDmTG__textarea:disabled{opacity:.6;cursor:not-allowed}.ReviewTab-module__IcDmTG__input{border:2px solid var(--border-color);border-radius:6px;padding:.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.ReviewTab-module__IcDmTG__input:focus{border-color:var(--accent);outline:none}.ReviewTab-module__IcDmTG__input:disabled{opacity:.6;cursor:not-allowed}.ReviewTab-module__IcDmTG__error{color:#d32f2f;background:#ffebee;border:1px solid #ef9a9a;border-radius:6px;padding:.75rem;font-size:.9rem}.ReviewTab-module__IcDmTG__success{color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:6px;padding:.75rem;font-size:.9rem;animation:.3s ease-out ReviewTab-module__IcDmTG__fadeIn}.ReviewTab-module__IcDmTG__pending{color:#b45309;background:#fff8e1;border:1px solid #ffd54f;border-radius:6px;padding:.75rem;font-size:.9rem;animation:.3s ease-out ReviewTab-module__IcDmTG__fadeIn}@keyframes ReviewTab-module__IcDmTG__fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ReviewTab-module__IcDmTG__actions{gap:.75rem;padding-top:.5rem;display:flex}.ReviewTab-module__IcDmTG__button{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;display:inline-flex}.ReviewTab-module__IcDmTG__button:disabled{opacity:.6;cursor:not-allowed}.ReviewTab-module__IcDmTG__primaryButton{background:var(--accent);color:#fff}.ReviewTab-module__IcDmTG__primaryButton:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ReviewTab-module__IcDmTG__secondaryButton{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.ReviewTab-module__IcDmTG__secondaryButton:hover:not(:disabled){background:var(--bg-tertiary)}.ReviewTab-module__IcDmTG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite ReviewTab-module__IcDmTG__spin;display:inline-block}@keyframes ReviewTab-module__IcDmTG__spin{to{transform:rotate(360deg)}}
.ParallelVerse-module__bxJKFq__verse{border-bottom:1px solid var(--border-light);flex-wrap:wrap;align-items:flex-start;gap:.25rem;padding:1rem 0;display:flex}.ParallelVerse-module__bxJKFq__verseNumber{font-family:var(--font-display);color:var(--accent);min-width:32px;padding-top:.75rem;font-size:.9rem;font-weight:500}.ParallelVerse-module__bxJKFq__verseContent{padding:1rem}.ParallelVerse-module__bxJKFq__wordsContainer{flex-wrap:wrap;gap:.25rem;margin-bottom:1rem;display:flex}.ParallelVerse-module__bxJKFq__wordsContainer.ParallelVerse-module__bxJKFq__rtl{direction:rtl;justify-content:flex-start}.ParallelVerse-module__bxJKFq__translations{border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.ParallelVerse-module__bxJKFq__translationRow{align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.ParallelVerse-module__bxJKFq__translationRow:last-child{margin-bottom:0}.ParallelVerse-module__bxJKFq__versionLabel{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;background-color:var(--bg-primary);text-align:center;border-radius:4px;flex-shrink:0;min-width:50px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.ParallelVerse-module__bxJKFq__translationText{color:var(--text-primary);font-size:1rem;line-height:1.6}.ParallelVerse-module__bxJKFq__horizontal .ParallelVerse-module__bxJKFq__wordsContainer{flex-direction:row}.ParallelVerse-module__bxJKFq__vertical .ParallelVerse-module__bxJKFq__wordsContainer{flex-direction:column;align-items:flex-start}.ParallelVerse-module__bxJKFq__vertical.ParallelVerse-module__bxJKFq__rtl .ParallelVerse-module__bxJKFq__wordsContainer{align-items:flex-end}.ParallelVerse-module__bxJKFq__table .ParallelVerse-module__bxJKFq__wordsContainer{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;display:grid}@media (max-width:768px){.ParallelVerse-module__bxJKFq__verse{padding:.75rem 0}.ParallelVerse-module__bxJKFq__verseNumber{min-width:28px;font-size:.85rem}.ParallelVerse-module__bxJKFq__verseContent{padding:.75rem}.ParallelVerse-module__bxJKFq__wordsContainer{gap:.15rem}.ParallelVerse-module__bxJKFq__translationRow{flex-direction:column;gap:.25rem}.ParallelVerse-module__bxJKFq__versionLabel{align-self:flex-start}}
.HistoryTab-module__cVMa4q__historyTab{flex-direction:column;gap:1.5rem;display:flex}.HistoryTab-module__cVMa4q__loading,.HistoryTab-module__cVMa4q__error{text-align:center;color:var(--text-secondary);padding:2rem}.HistoryTab-module__cVMa4q__sectionTitle{color:var(--text-primary);margin:0 0 .75rem;font-size:1rem;font-weight:600}.HistoryTab-module__cVMa4q__reviewCard{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;margin-bottom:.75rem;padding:1rem}.HistoryTab-module__cVMa4q__currentReview .HistoryTab-module__cVMa4q__reviewCard{border-color:var(--accent);background:var(--bg-primary);border-width:2px}.HistoryTab-module__cVMa4q__reviewText{color:var(--text-primary);margin:0 0 .75rem;font-size:1rem;line-height:1.6}.HistoryTab-module__cVMa4q__reviewMeta{color:var(--text-secondary);gap:1rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.HistoryTab-module__cVMa4q__reviewer{font-weight:500}.HistoryTab-module__cVMa4q__timestamp{color:var(--text-tertiary)}.HistoryTab-module__cVMa4q__reviewComments{color:var(--text-secondary);background:#0000000d;border-radius:4px;margin-top:.5rem;padding:.5rem;font-size:.9rem}.HistoryTab-module__cVMa4q__deleteButton,.HistoryTab-module__cVMa4q__cancelButton,.HistoryTab-module__cVMa4q__createNewButton{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.HistoryTab-module__cVMa4q__deleteButton{color:#d32f2f;background:#ffebee;margin-top:.75rem}.HistoryTab-module__cVMa4q__deleteButton:hover:not(:disabled){background:#ffcdd2}.HistoryTab-module__cVMa4q__deleteButton.HistoryTab-module__cVMa4q__deleting{opacity:.6;cursor:wait}.HistoryTab-module__cVMa4q__cancelButton{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);margin-left:.5rem}.HistoryTab-module__cVMa4q__cancelButton:hover:not(:disabled){background:var(--bg-tertiary)}.HistoryTab-module__cVMa4q__previousReviews{border:1px solid var(--border-color);border-radius:8px;padding:0;overflow:hidden}.HistoryTab-module__cVMa4q__summaryTitle{color:var(--text-primary);cursor:pointer;background:var(--bg-secondary);-webkit-user-select:none;user-select:none;padding:.75rem 1rem;font-weight:600;list-style:none}.HistoryTab-module__cVMa4q__summaryTitle::-webkit-details-marker{display:none}.HistoryTab-module__cVMa4q__summaryTitle:before{content:"▶";margin-right:.5rem;transition:transform .2s;display:inline-block}.HistoryTab-module__cVMa4q__previousReviews[open] .HistoryTab-module__cVMa4q__summaryTitle:before{transform:rotate(90deg)}.HistoryTab-module__cVMa4q__previousList{background:var(--bg-primary);padding:1rem}.HistoryTab-module__cVMa4q__revisionNumber{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.HistoryTab-module__cVMa4q__originalTranslation{background:var(--bg-secondary);border:1px dashed var(--border-color);border-radius:8px;padding:1rem}.HistoryTab-module__cVMa4q__originalText{color:var(--text-secondary);margin:0;font-size:1rem;font-style:italic;line-height:1.6}.HistoryTab-module__cVMa4q__createNewButton{background:var(--accent);color:#fff;padding:.75rem 1.5rem;font-size:1rem}.HistoryTab-module__cVMa4q__createNewButton:hover{opacity:.9;transform:translateY(-1px)}.HistoryTab-module__cVMa4q__statusBadge{text-transform:capitalize;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.HistoryTab-module__cVMa4q__statusApproved{color:#2e7d32;background-color:#2e7d321a;border:1px solid #2e7d3233}.HistoryTab-module__cVMa4q__statusPending{color:#b45309;background-color:#f59e0b1a;border:1px solid #f59e0b4d}.HistoryTab-module__cVMa4q__statusRejected{color:#d32f2f;background-color:#d32f2f1a;border:1px solid #d32f2f33}
.StrongsModal-module__oXbLFG__overlay{z-index:1002;background-color:#0009;justify-content:center;align-items:flex-start;padding:5vh 0;animation:.2s ease-out StrongsModal-module__oXbLFG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes StrongsModal-module__oXbLFG__fadeIn{0%{opacity:0}to{opacity:1}}.StrongsModal-module__oXbLFG__modal{background-color:var(--bg-secondary);box-shadow:0 8px 32px var(--shadow);border:1px solid var(--border);border-radius:8px;width:90%;max-width:700px;padding:1.5rem;animation:.3s ease-out StrongsModal-module__oXbLFG__slideIn}@keyframes StrongsModal-module__oXbLFG__slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.StrongsModal-module__oXbLFG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.StrongsModal-module__oXbLFG__title{color:var(--text-primary);margin:0;font-family:Noto Serif,Georgia,serif;font-size:1.1rem;font-weight:600}.StrongsModal-module__oXbLFG__closeButton{cursor:pointer;color:var(--text-tertiary);opacity:.7;transition:var(--transition);background:0 0;border:none;flex-shrink:0;margin-left:1rem;padding:.25rem .5rem;font-size:1.25rem}.StrongsModal-module__oXbLFG__closeButton:hover{opacity:1;color:var(--text-primary)}.StrongsModal-module__oXbLFG__loading{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.95rem}.StrongsModal-module__oXbLFG__error{text-align:center;color:#d32f2f;padding:2rem;font-size:.95rem}.StrongsModal-module__oXbLFG__verseInfo{margin-bottom:1.5rem}.StrongsModal-module__oXbLFG__originalText{font-family:var(--font-hebrew);color:var(--text-primary);text-align:center;direction:rtl;margin:.5rem 0;font-size:1.4rem;line-height:2}.StrongsModal-module__oXbLFG__translationText{color:var(--text-secondary);text-align:center;margin:.5rem 0;font-family:Noto Serif,Georgia,serif;font-size:1rem;line-height:1.8}.StrongsModal-module__oXbLFG__wordsGrid{flex-direction:column;gap:1rem;display:flex}.StrongsModal-module__oXbLFG__wordCard{background-color:var(--bg-primary);border:1px solid var(--border);transition:var(--transition);border-radius:6px;padding:.75rem 1rem}.StrongsModal-module__oXbLFG__wordHeader{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.StrongsModal-module__oXbLFG__originalWord{font-family:var(--font-hebrew);color:var(--text-primary);direction:rtl;font-size:1.3rem;font-weight:500}.StrongsModal-module__oXbLFG__transliteration{color:var(--text-tertiary);font-size:.9rem;font-style:italic}.StrongsModal-module__oXbLFG__greekPronunciation{color:var(--text-secondary);font-size:.9rem;font-style:italic}.StrongsModal-module__oXbLFG__strongsLink{background-color:var(--accent);color:var(--accent-text);transition:var(--transition);cursor:pointer;border:none;border-radius:4px;outline:none;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.8rem;font-weight:600;display:inline-flex}.StrongsModal-module__oXbLFG__strongsLink:hover{opacity:.85;transform:translateY(-1px)}.StrongsModal-module__oXbLFG__translatedWords{color:var(--text-secondary);margin-top:.5rem;font-family:Noto Serif,Georgia,serif;font-size:.95rem;line-height:1.6}.StrongsModal-module__oXbLFG__translatedWords:before{content:"→ ";color:var(--accent);font-weight:700}.StrongsModal-module__oXbLFG__definitionSection{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.StrongsModal-module__oXbLFG__definitionLoading{text-align:center;color:var(--text-tertiary);padding:1rem;font-size:.9rem;font-style:italic}.StrongsModal-module__oXbLFG__definition{flex-direction:column;gap:1rem;display:flex}.StrongsModal-module__oXbLFG__definitionBlock{background-color:var(--bg-secondary);border-left:3px solid var(--accent);border-radius:4px;padding:.75rem}.StrongsModal-module__oXbLFG__definitionTitle{color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;font-size:.85rem;font-weight:600}.StrongsModal-module__oXbLFG__definitionContent{color:var(--text-primary);white-space:pre-wrap;font-family:Noto Serif,Georgia,serif;font-size:.95rem;line-height:1.7}.StrongsModal-module__oXbLFG__definitionError{text-align:center;color:#d32f2f;padding:1rem;font-size:.9rem;font-style:italic}.StrongsModal-module__oXbLFG__externalLink{background-color:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;transition:var(--transition);border-radius:4px;align-items:center;gap:.25rem;margin-top:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.StrongsModal-module__oXbLFG__externalLink:hover{background-color:var(--verse-hover);border-color:var(--accent);color:var(--accent)}.StrongsModal-module__oXbLFG__meaningsList{color:var(--text-primary);margin:0;padding-left:1.25rem;font-family:Noto Serif,Georgia,serif;font-size:.95rem;line-height:1.8}.StrongsModal-module__oXbLFG__meaningsList li{margin-bottom:.25rem}.StrongsModal-module__oXbLFG__meaningsList li::marker{color:var(--accent)}.StrongsModal-module__oXbLFG__rootWordsContainer{flex-direction:column;gap:.5rem;display:flex}.StrongsModal-module__oXbLFG__rootWordItem{flex-direction:column;display:flex}.StrongsModal-module__oXbLFG__rootWordLink{background-color:var(--bg-primary);border:1px solid var(--border);cursor:pointer;transition:var(--transition);width:fit-content;font-family:inherit;font-size:inherit;border-radius:6px;outline:none;align-items:center;gap:.5rem;padding:.5rem .75rem;display:inline-flex}.StrongsModal-module__oXbLFG__rootWordLinkExpanded{background-color:var(--verse-hover);border-color:var(--accent);border-bottom-right-radius:0;border-bottom-left-radius:0;width:100%}.StrongsModal-module__oXbLFG__rootWordOriginal{font-family:var(--font-hebrew);color:var(--text-primary);direction:rtl;font-size:1.1rem}.StrongsModal-module__oXbLFG__rootWordTranslit{color:var(--text-tertiary);font-size:.85rem;font-style:italic}.StrongsModal-module__oXbLFG__rootWordStrongs{color:var(--accent);background-color:rgba(var(--accent-rgb),.1);border-radius:3px;padding:.15rem .4rem;font-size:.75rem;font-weight:600}.StrongsModal-module__oXbLFG__rootWordExpander{color:var(--text-tertiary);margin-left:.25rem;font-size:.7rem}.StrongsModal-module__oXbLFG__rootWordDefinition{background-color:var(--bg-primary);border:1px solid var(--accent);border-radius:0 0 6px 6px;width:100%;margin-top:-1px;padding:.75rem}.StrongsModal-module__oXbLFG__rootDefContent{color:var(--text-primary);font-family:Noto Serif,Georgia,serif;font-size:.9rem;line-height:1.6}.StrongsModal-module__oXbLFG__rootDefMeanings{color:var(--text-primary);margin:.5rem 0 0;padding-left:1.25rem;font-family:Noto Serif,Georgia,serif;font-size:.9rem;line-height:1.6}.StrongsModal-module__oXbLFG__rootDefMeanings li{margin-bottom:.2rem}.StrongsModal-module__oXbLFG__rootDefMeanings li::marker{color:var(--accent)}.StrongsModal-module__oXbLFG__versesToggle{background-color:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border);cursor:pointer;transition:var(--transition);border-radius:4px;align-items:center;gap:.4rem;margin-top:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.StrongsModal-module__oXbLFG__versesToggle:hover,.StrongsModal-module__oXbLFG__versesToggleActive{background-color:var(--verse-hover);border-color:var(--accent);color:var(--accent)}.StrongsModal-module__oXbLFG__versesCount{color:var(--text-tertiary);font-size:.75rem}.StrongsModal-module__oXbLFG__versesSection{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.StrongsModal-module__oXbLFG__verseItem{background:var(--bg-secondary);border:1px solid var(--border);transition:var(--transition);border-radius:4px;padding:.6rem .75rem}.StrongsModal-module__oXbLFG__verseItem:hover{border-color:var(--accent)}.StrongsModal-module__oXbLFG__verseRef{color:var(--accent);letter-spacing:.3px;margin-right:.5rem;font-size:.75rem;font-weight:700}.StrongsModal-module__oXbLFG__verseTransliteration{color:var(--accent);font-style:italic;font-weight:500}.StrongsModal-module__oXbLFG__verseItemText{color:var(--text-primary);margin:.35rem 0 0;font-family:Noto Serif,Georgia,serif;font-size:.85rem;line-height:1.6}.StrongsModal-module__oXbLFG__versesEmpty{text-align:center;color:var(--text-tertiary);padding:1rem;font-size:.85rem;font-style:italic}.StrongsModal-module__oXbLFG__loadMoreButton{border:1px dashed var(--border);color:var(--accent);cursor:pointer;transition:var(--transition);background:0 0;border-radius:4px;padding:.5rem 1rem;font-size:.8rem;font-weight:500}.StrongsModal-module__oXbLFG__loadMoreButton:hover{border-color:var(--accent);background-color:var(--verse-hover)}
.VersionSelector-module__FHKjPW__container{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;margin-bottom:1.5rem;padding:1rem}.VersionSelector-module__FHKjPW__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.VersionSelector-module__FHKjPW__title{color:var(--text-secondary);margin:0;font-size:.9rem;font-weight:600}.VersionSelector-module__FHKjPW__count{color:var(--text-tertiary);font-size:.8rem}.VersionSelector-module__FHKjPW__versions{flex-wrap:wrap;gap:.5rem;display:flex}.VersionSelector-module__FHKjPW__version{border:2px solid var(--border);background-color:var(--bg-primary);cursor:pointer;border-radius:8px;flex-direction:row;align-items:center;min-width:70px;padding:.5rem 1rem;transition:all .2s;display:flex}.VersionSelector-module__FHKjPW__version:hover:not(.VersionSelector-module__FHKjPW__disabled){border-color:var(--accent);transform:translateY(-1px)}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__selected{background-color:var(--accent);border-color:var(--accent);color:var(--accent-text)}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__disabled{opacity:.5;cursor:not-allowed}.VersionSelector-module__FHKjPW__versionName{align-items:center;gap:.25rem;font-size:.9rem;font-weight:600;display:flex}.VersionSelector-module__FHKjPW__aiBadge{font-size:.8rem}.VersionSelector-module__FHKjPW__language{text-transform:uppercase;letter-spacing:.5px;opacity:.7;margin-left:.5rem;font-size:.65rem}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__selected .VersionSelector-module__FHKjPW__language{opacity:.9}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__selected{cursor:grab;-webkit-user-select:none;user-select:none}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__selected:active{cursor:grabbing}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__dragging{opacity:.5;transform:scale(.95)}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__dragOver{outline:2px dashed var(--text-primary);outline-offset:2px}.VersionSelector-module__FHKjPW__dragHandle{color:var(--accent-text);opacity:.6;margin-right:.25rem;font-size:.75rem}.VersionSelector-module__FHKjPW__version.VersionSelector-module__FHKjPW__selected:hover .VersionSelector-module__FHKjPW__dragHandle{opacity:1}@media (max-width:600px){.VersionSelector-module__FHKjPW__versions{gap:.4rem}.VersionSelector-module__FHKjPW__version{min-width:60px;padding:.4rem .75rem}.VersionSelector-module__FHKjPW__versionName{font-size:.85rem}}@media (max-width:640px){.VersionSelector-module__FHKjPW__container{padding:.75rem}.VersionSelector-module__FHKjPW__header{flex-direction:column;align-items:flex-start;gap:.75rem}.VersionSelector-module__FHKjPW__versions{flex-wrap:wrap;gap:.5rem}.VersionSelector-module__FHKjPW__version{min-height:44px;padding:.5rem 1rem;font-size:.85rem}}
.DisplayOptions-module__TCkakq__container{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:1rem;display:flex}.DisplayOptions-module__TCkakq__section{flex-direction:column;gap:.5rem;display:flex}.DisplayOptions-module__TCkakq__sectionTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:.75rem;font-weight:600}.DisplayOptions-module__TCkakq__toggles{flex-wrap:wrap;gap:1rem;display:flex}.DisplayOptions-module__TCkakq__toggle{cursor:pointer;align-items:center;gap:.5rem;display:flex}.DisplayOptions-module__TCkakq__toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.DisplayOptions-module__TCkakq__toggleLabel{color:var(--text-secondary);-webkit-user-select:none;user-select:none;font-size:.9rem}.DisplayOptions-module__TCkakq__displayModes{background-color:var(--bg-primary);border-radius:8px;gap:.25rem;padding:.25rem;display:flex}.DisplayOptions-module__TCkakq__modeButton{width:36px;height:36px;color:var(--text-tertiary);cursor:pointer;background-color:#0000;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex}.DisplayOptions-module__TCkakq__modeButton:hover{background-color:var(--verse-hover);color:var(--text-primary)}.DisplayOptions-module__TCkakq__modeButton.DisplayOptions-module__TCkakq__active{background-color:var(--accent);color:var(--accent-text)}@media (max-width:600px){.DisplayOptions-module__TCkakq__container{flex-direction:column;gap:1rem;padding:.75rem}.DisplayOptions-module__TCkakq__toggles{gap:.75rem}.DisplayOptions-module__TCkakq__toggleLabel{font-size:.85rem}}
.RelatedTab-module__SALIAG__relatedTab{padding:1rem 0}.RelatedTab-module__SALIAG__verseList{flex-direction:column;gap:.75rem;display:flex}.RelatedTab-module__SALIAG__verseCard{text-align:left;background:var(--bg-secondary);border:1px solid var(--border);cursor:pointer;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;transition:background .2s,border-color .2s;display:block}.RelatedTab-module__SALIAG__verseCard:hover{background:var(--verse-hover);border-color:var(--accent)}.RelatedTab-module__SALIAG__verseHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.RelatedTab-module__SALIAG__reference{color:var(--accent);letter-spacing:.3px;font-size:.8rem;font-weight:700}.RelatedTab-module__SALIAG__similarity{color:var(--text-secondary);background:var(--bg-primary);border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600}.RelatedTab-module__SALIAG__verseText{color:var(--text-primary);margin:0 0 .5rem;font-size:.9rem;line-height:1.6}.RelatedTab-module__SALIAG__loading,.RelatedTab-module__SALIAG__error,.RelatedTab-module__SALIAG__empty{text-align:center;color:var(--text-secondary);min-height:100px;padding:2rem 1rem;font-size:.9rem}.RelatedTab-module__SALIAG__error{color:#d32f2f;background:#ffebee;border:1px solid #ef9a9a;border-radius:6px}.RelatedTab-module__SALIAG__empty{font-style:italic}
.login-module__HJLLgq__container{background-color:var(--bg-primary);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-module__HJLLgq__card{background-color:var(--bg-secondary);width:100%;max-width:400px;box-shadow:0 4px 24px var(--shadow);border:1px solid var(--border-light);border-radius:12px;padding:2.5rem;animation:.3s forwards login-module__HJLLgq__fadeInScale}.login-module__HJLLgq__header{text-align:center;margin-bottom:2rem}.login-module__HJLLgq__logo{font-family:var(--font-ui),system-ui,sans-serif;color:var(--accent);letter-spacing:-.01em;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.login-module__HJLLgq__logoWrapper{justify-content:center;margin-bottom:.75rem;display:flex}.login-module__HJLLgq__logoWrapper svg{display:block}.login-module__HJLLgq__subtitle{font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-tertiary);margin:0;font-size:.95rem}.login-module__HJLLgq__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__HJLLgq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.login-module__HJLLgq__label{font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-secondary);font-size:.875rem;font-weight:500}.login-module__HJLLgq__input{width:100%;font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-primary);background-color:var(--bg-primary);border:1px solid var(--border);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);border-radius:8px;outline:none;padding:.875rem 1rem;font-size:1rem}.login-module__HJLLgq__input::placeholder{color:var(--text-muted)}.login-module__HJLLgq__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #c45a3a1a}.login-module__HJLLgq__input:disabled{opacity:.6;cursor:not-allowed}.login-module__HJLLgq__checkboxGroup{align-items:center;gap:.625rem;display:flex}.login-module__HJLLgq__checkbox{width:1.125rem;height:1.125rem;accent-color:var(--accent);cursor:pointer}.login-module__HJLLgq__checkbox:disabled{cursor:not-allowed}.login-module__HJLLgq__checkboxLabel{font-family:var(--font-ui),system-ui,sans-serif;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.9rem}.login-module__HJLLgq__error{font-family:var(--font-ui),system-ui,sans-serif;color:#c00;background-color:#cc000014;border:1px solid #c003;border-radius:8px;padding:.875rem 1rem;font-size:.9rem;animation:.2s login-module__HJLLgq__fadeIn}[data-theme=dark] .login-module__HJLLgq__error{color:#ff6b6b;background-color:#ff6b6b1a;border-color:#ff6b6b33}[data-theme=sepia] .login-module__HJLLgq__error{color:#b44;background-color:#bb444414;border-color:#b443}.login-module__HJLLgq__submitButton{width:100%;font-family:var(--font-ui),system-ui,sans-serif;color:var(--accent-text);background-color:var(--accent);cursor:pointer;transition:background-color var(--transition-fast),transform var(--transition-fast);border:none;border-radius:8px;margin-top:.5rem;padding:.875rem 1rem;font-size:1rem;font-weight:500}.login-module__HJLLgq__submitButton:hover:not(:disabled){background-color:var(--accent-hover)}.login-module__HJLLgq__submitButton:active:not(:disabled){transform:scale(.98)}.login-module__HJLLgq__submitButton:disabled{opacity:.6;cursor:not-allowed}@media (max-width:480px){.login-module__HJLLgq__card{padding:2rem 1.5rem}.login-module__HJLLgq__logo{font-size:1.75rem}}
.ReaderVersionSelect-module__koSRwW__indexContainer{max-width:1024px;padding:calc(60px + 2rem) 2rem 2rem;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px));background-color:var(--bg-secondary);min-height:100vh;margin:0 auto}.ReaderVersionSelect-module__koSRwW__indexHeader{text-align:center;border-bottom:2px solid var(--border);margin-bottom:3rem;padding:2rem 0}.ReaderVersionSelect-module__koSRwW__indexHeader h1{color:var(--text-primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:600}.ReaderVersionSelect-module__koSRwW__itemsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.ReaderVersionSelect-module__koSRwW__itemCard{background:var(--bg-secondary);border:1px solid var(--border);transition:var(--transition);border-radius:8px;overflow:hidden}.ReaderVersionSelect-module__koSRwW__itemCard:hover{box-shadow:0 4px 12px var(--shadow);border-color:var(--accent);transform:translateY(-2px)}.ReaderVersionSelect-module__koSRwW__itemCard a{color:var(--text-primary);text-align:center;transition:var(--transition);padding:1.5rem 1rem;font-size:1.1rem;font-weight:500;text-decoration:none;display:block}.ReaderVersionSelect-module__koSRwW__itemCard:hover a{color:var(--accent)}.ReaderVersionSelect-module__koSRwW__backLink{color:var(--accent);transition:var(--transition);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1rem;text-decoration:none;display:inline-flex}.ReaderVersionSelect-module__koSRwW__backLink:hover{opacity:.8;transform:translate(-4px)}@media (max-width:768px){.ReaderVersionSelect-module__koSRwW__indexContainer{padding:calc(60px + 1.5rem)1rem calc(80px + env(safe-area-inset-bottom,0px))}.ReaderVersionSelect-module__koSRwW__itemsGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}}@media (max-width:480px){.ReaderVersionSelect-module__koSRwW__indexContainer{padding:calc(60px + 1rem)1rem calc(80px + env(safe-area-inset-bottom,0px))}.ReaderVersionSelect-module__koSRwW__itemsGrid{grid-template-columns:1fr}}
.ChapterReader-module__XRn8vW__chapter{max-width:var(--content-max-width);padding:2rem;padding-top:calc(var(--navbar-height) + 2rem);padding-bottom:calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px));background-color:var(--bg-secondary);box-sizing:border-box;min-height:100vh;margin:0 auto;overflow-x:hidden}.ChapterReader-module__XRn8vW__chapterTitle{font-family:var(--font-display);color:var(--text-primary);text-align:center;margin:1rem 0 2rem;font-size:2rem;font-weight:500}.ChapterReader-module__XRn8vW__loading{min-height:40vh;color:var(--text-tertiary);font-family:var(--font-ui);justify-content:center;align-items:center;display:flex}.ChapterReader-module__XRn8vW__error{text-align:center;color:var(--accent);font-family:var(--font-ui);background:#c45a3a14;border:1px solid #c45a3a33;border-radius:8px;margin:2rem 0;padding:2rem}@media (max-width:1024px){.ChapterReader-module__XRn8vW__chapter{max-width:100%;padding:calc(var(--navbar-height) + 2rem)2rem calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px))1rem}.ChapterReader-module__XRn8vW__chapterTitle{display:none}}@media (max-width:768px){.ChapterReader-module__XRn8vW__chapter{padding:calc(var(--navbar-height) + 1.5rem)1rem calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px))}}@media (max-width:480px){.ChapterReader-module__XRn8vW__chapter{padding:calc(var(--navbar-height) + 1rem)1rem calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px))}}@media print{.ChapterReader-module__XRn8vW__chapter{max-width:100%;padding:0}}
.ParallelIndex-module__jXfrLG__container{background-color:var(--bg-primary);max-width:1400px;min-height:calc(100vh - 60px);margin:0 auto;padding:2rem}.ParallelIndex-module__jXfrLG__header{text-align:center;margin-bottom:2rem}.ParallelIndex-module__jXfrLG__title{color:var(--text-primary);font-size:2rem}.ParallelIndex-module__jXfrLG__tablesContainer{align-items:flex-start;gap:2rem;display:flex}.ParallelIndex-module__jXfrLG__testament{flex:1}.ParallelIndex-module__jXfrLG__testamentTitle{color:var(--text-primary);text-align:center;margin-bottom:1rem;font-size:1.5rem}.ParallelIndex-module__jXfrLG__table{border-collapse:collapse;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;width:100%;overflow:hidden}.ParallelIndex-module__jXfrLG__table thead{background:var(--accent);color:#fff}.ParallelIndex-module__jXfrLG__table th{text-align:left;padding:.75rem;font-weight:600}.ParallelIndex-module__jXfrLG__table tbody .ParallelIndex-module__jXfrLG__row{cursor:pointer;border-bottom:1px solid var(--border);transition:background-color .2s}.ParallelIndex-module__jXfrLG__table tbody .ParallelIndex-module__jXfrLG__row:hover{background-color:var(--hover-background)}.ParallelIndex-module__jXfrLG__table tbody .ParallelIndex-module__jXfrLG__row:last-child{border-bottom:none}.ParallelIndex-module__jXfrLG__table td{color:var(--text-primary);padding:.75rem}.ParallelIndex-module__jXfrLG__table td:last-child{text-align:center;color:var(--text-tertiary);font-size:.9rem}@media (max-width:768px){.ParallelIndex-module__jXfrLG__tablesContainer{flex-direction:column}.ParallelIndex-module__jXfrLG__container{padding:1.5rem 1rem}.ParallelIndex-module__jXfrLG__title{font-size:1.5rem}}
.ParallelBook-module__Z0BSra__container{background-color:var(--bg-primary);max-width:1024px;min-height:calc(100vh - 60px);margin:0 auto;padding:2rem}.ParallelBook-module__Z0BSra__header{margin-bottom:2rem}.ParallelBook-module__Z0BSra__backLink{color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.ParallelBook-module__Z0BSra__backLink:hover{opacity:.8}.ParallelBook-module__Z0BSra__title{color:var(--text-primary);margin:0 0 .5rem;font-size:2rem;font-weight:600}.ParallelBook-module__Z0BSra__subtitle{color:var(--text-tertiary);margin:0;font-size:1rem}.ParallelBook-module__Z0BSra__grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.75rem;display:grid}.ParallelBook-module__Z0BSra__card{aspect-ratio:1;background-color:var(--bg-secondary);border:1px solid var(--border);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.ParallelBook-module__Z0BSra__card:hover{border-color:var(--accent);box-shadow:0 4px 12px var(--shadow);background-color:var(--accent);transform:translateY(-2px)}.ParallelBook-module__Z0BSra__card:hover .ParallelBook-module__Z0BSra__chapterNumber{color:var(--accent-text)}.ParallelBook-module__Z0BSra__card:focus{outline:2px solid var(--accent);outline-offset:2px}.ParallelBook-module__Z0BSra__chapterNumber{color:var(--text-primary);font-size:1.2rem;font-weight:600;transition:color .2s}.ParallelBook-module__Z0BSra__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.ParallelBook-module__Z0BSra__errorContainer h1{color:var(--text-primary);margin-bottom:.5rem}.ParallelBook-module__Z0BSra__errorContainer p{color:var(--text-tertiary);margin-bottom:1.5rem}@media (max-width:768px){.ParallelBook-module__Z0BSra__container{padding:1.5rem 1rem}.ParallelBook-module__Z0BSra__title{font-size:1.75rem}.ParallelBook-module__Z0BSra__grid{grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.5rem}.ParallelBook-module__Z0BSra__chapterNumber{font-size:1rem}}@media (max-width:480px){.ParallelBook-module__Z0BSra__grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr))}}
.ParallelChapter-module__8PoaAG__container{padding:2rem;padding-top:calc(var(--navbar-height) + 3rem);padding-bottom:calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px));background-color:var(--bg-primary);box-sizing:border-box;max-width:1400px;min-height:100vh;margin:0 auto;overflow-x:hidden}.ParallelChapter-module__8PoaAG__header{text-align:center;margin-bottom:2rem}.ParallelChapter-module__8PoaAG__title{color:var(--text-primary);margin:0;font-size:2rem;font-weight:600}.ParallelChapter-module__8PoaAG__tableContainer{margin-top:2rem;overflow-x:auto}.ParallelChapter-module__8PoaAG__versesTable{border-collapse:collapse;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;width:100%;overflow:hidden}.ParallelChapter-module__8PoaAG__versesTable thead{background:var(--accent);color:#fff;z-index:10;position:sticky;top:0}.ParallelChapter-module__8PoaAG__verseHeader,.ParallelChapter-module__8PoaAG__versionHeader{text-align:left;padding:.75rem 1rem;font-size:.95rem;font-weight:600}.ParallelChapter-module__8PoaAG__verseHeader{text-align:center;width:60px}.ParallelChapter-module__8PoaAG__verseRow{border-bottom:1px solid var(--border);transition:background-color .15s}.ParallelChapter-module__8PoaAG__verseRow:hover{background-color:var(--hover-background)}.ParallelChapter-module__8PoaAG__verseRow:last-child{border-bottom:none}.ParallelChapter-module__8PoaAG__verseNumber{text-align:center;color:var(--text-secondary);vertical-align:top;width:60px;padding:1rem;font-size:.9rem;font-weight:600}.ParallelChapter-module__8PoaAG__verseText{color:var(--text-primary);vertical-align:top;padding:1rem;font-size:1rem;line-height:1.8}.ParallelChapter-module__8PoaAG__noData{color:var(--text-tertiary);font-style:italic}.ParallelChapter-module__8PoaAG__loading{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.ParallelChapter-module__8PoaAG__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite ParallelChapter-module__8PoaAG__spin}@keyframes ParallelChapter-module__8PoaAG__spin{to{transform:rotate(360deg)}}.ParallelChapter-module__8PoaAG__error{text-align:center;color:#c53030;background:#c530301a;border:1px solid #c530304d;border-radius:12px;margin:2rem 0;padding:2rem}.ParallelChapter-module__8PoaAG__error p{margin:0 0 1rem}.ParallelChapter-module__8PoaAG__retryButton{background-color:var(--accent);color:var(--accent-text);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:opacity .2s}.ParallelChapter-module__8PoaAG__retryButton:hover{opacity:.9}.ParallelChapter-module__8PoaAG__info{text-align:center;color:var(--text-tertiary);background-color:var(--bg-secondary);border:1px dashed var(--border);border-radius:12px;padding:3rem 2rem}.ParallelChapter-module__8PoaAG__info p{margin:0;font-size:1.1rem}.ParallelChapter-module__8PoaAG__warnings{background-color:#fffbeb;border:1px solid #fbbf24;border-radius:12px;margin-top:2rem;padding:1rem 1.5rem}.ParallelChapter-module__8PoaAG__warnings h3{color:#92400e;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.ParallelChapter-module__8PoaAG__warning{color:#92400e;margin-bottom:.5rem;font-size:.85rem;line-height:1.5}.ParallelChapter-module__8PoaAG__warning:last-child{margin-bottom:0}.ParallelChapter-module__8PoaAG__errorContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.ParallelChapter-module__8PoaAG__errorContainer h1{color:var(--text-primary);margin-bottom:.5rem}.ParallelChapter-module__8PoaAG__errorContainer p{color:var(--text-tertiary);margin-bottom:1.5rem}.ParallelChapter-module__8PoaAG__backButton{background-color:var(--accent);color:var(--accent-text);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:opacity .2s}.ParallelChapter-module__8PoaAG__backButton:hover{opacity:.9}[data-theme=dark] .ParallelChapter-module__8PoaAG__warnings{background-color:#fbbf241a;border-color:#fbbf2466}[data-theme=dark] .ParallelChapter-module__8PoaAG__warnings h3,[data-theme=dark] .ParallelChapter-module__8PoaAG__warning{color:#fbbf24}@media (max-width:768px){.ParallelChapter-module__8PoaAG__container{padding:calc(var(--navbar-height) + 2.5rem)1rem calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px))}.ParallelChapter-module__8PoaAG__header{margin-bottom:1.5rem}.ParallelChapter-module__8PoaAG__title{font-size:1.5rem}.ParallelChapter-module__8PoaAG__versesTable{font-size:.9rem}.ParallelChapter-module__8PoaAG__verseText{padding:.75rem;font-size:.95rem}.ParallelChapter-module__8PoaAG__verseNumber{padding:.75rem .5rem}}@media (max-width:480px){.ParallelChapter-module__8PoaAG__container{padding:calc(var(--navbar-height) + 2rem)1rem calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px))}.ParallelChapter-module__8PoaAG__header{display:none}.ParallelChapter-module__8PoaAG__title{font-size:1.25rem}.ParallelChapter-module__8PoaAG__versesTable{font-size:.85rem}.ParallelChapter-module__8PoaAG__verseText{padding:.5rem;line-height:1.6}}.ParallelChapter-module__8PoaAG__mobileCards{display:none}@media (max-width:640px){.ParallelChapter-module__8PoaAG__tableContainer{display:none}.ParallelChapter-module__8PoaAG__mobileCards{flex-direction:column;gap:1.25rem;padding-bottom:2rem;display:flex}.ParallelChapter-module__8PoaAG__verseCard{background:var(--bg-secondary);border:1px solid var(--border);box-shadow:0 2px 8px var(--shadow);border-radius:16px;overflow:hidden}.ParallelChapter-module__8PoaAG__cardHeader{background:var(--accent);color:var(--accent-text);font-family:var(--font-ui);letter-spacing:.02em;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.ParallelChapter-module__8PoaAG__translationBlock{border-bottom:1px solid var(--border);padding:1rem}.ParallelChapter-module__8PoaAG__translationBlock:last-child{border-bottom:none}.ParallelChapter-module__8PoaAG__versionLabel{font-family:var(--font-ui);color:var(--accent);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.ParallelChapter-module__8PoaAG__translationText{font-family:var(--font-reading,var(--font-body));color:var(--text-primary);font-size:1rem;line-height:1.7}.ParallelChapter-module__8PoaAG__header{margin-bottom:1rem}.ParallelChapter-module__8PoaAG__title{font-size:1.5rem}}
.SearchPage-module__V3IGjG__pageContainer{background:var(--bg-primary);min-height:100vh}.SearchPage-module__V3IGjG__mainContent{max-width:900px;padding:2rem 1.5rem calc(var(--bottomnav-height) + env(safe-area-inset-bottom,0px));padding-top:calc(var(--navbar-height) + 2rem);margin:0 auto}.SearchPage-module__V3IGjG__pageHeader{text-align:center;margin-bottom:2.5rem;padding-top:1rem}.SearchPage-module__V3IGjG__pageTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin:0 0 .75rem;font-size:2.5rem;font-weight:500}.SearchPage-module__V3IGjG__pageSubtitle{font-family:var(--font-ui);color:var(--text-tertiary);margin:0;font-size:1.1rem}.SearchPage-module__V3IGjG__loadingMessage,.SearchPage-module__V3IGjG__errorMessage{text-align:center;font-family:var(--font-ui);color:var(--text-tertiary);background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;padding:3rem 2rem}.SearchPage-module__V3IGjG__errorMessage{color:var(--accent);background:#c45a3a0d;border-color:#c45a3a33}@media (max-width:768px){.SearchPage-module__V3IGjG__mainContent{padding:calc(var(--navbar-height) + 1.5rem)1rem calc(80px + env(safe-area-inset-bottom,0px))}}@media (max-width:640px){.SearchPage-module__V3IGjG__pageTitle{font-size:1.75rem}.SearchPage-module__V3IGjG__pageSubtitle{font-size:.95rem}}@media (max-width:480px){.SearchPage-module__V3IGjG__mainContent{padding:calc(60px + 1rem)1rem calc(80px + env(safe-area-inset-bottom,0px))}}
/*# sourceMappingURL=e63503bf0ab5d652.css.map*/