:root{--background:#faf7f0;--text:#343a40;--accent:#0a58ca;--surface:oklch(from var(--background) calc(l - .025) c h);--surface-strong:oklch(from var(--background) calc(l - .055) c h);--border:oklch(from var(--text) calc(l + .21) c h);--control-border:oklch(from var(--text) calc(l + .3) c h);--muted:oklch(from var(--text) calc(l + .08) c h);--muted-subtle:oklch(from var(--text) calc(l + .17) c h);--heading:oklch(from var(--text) calc(l - .08) c h);--navigation-text:var(--heading);--verse-number:oklch(from var(--text) calc(l + .15) c h);--focus:var(--accent);--active-background:oklch(from var(--accent) calc(l + .06) c h);--link:var(--accent);--status-pending:#876300;--status-available:#247348;--active-text:#fff;--logo-filter:brightness(0)}@supports (color:lab(0% 0 0)){:root{--background:lab(97.3211% .13715 3.7457);--text:lab(24.0256% -1.4756 -4.63647);--accent:lab(38.9739% 15.0173 -66.3237);--status-pending:lab(44.71% 9.41956 51.5212);--status-available:lab(42.8771% -33.0216 16.5903);--active-text:lab(100% 0 0)}}@media (prefers-color-scheme:dark){:root{--background:#212529;--text:#adb5bd;--accent:#6ea8fe;--surface:oklch(from var(--background) calc(l + .045) c h);--surface-strong:oklch(from var(--background) calc(l + .08) c h);--border:oklch(from var(--text) calc(l - .21) c h);--control-border:oklch(from var(--text) calc(l - .34) c h);--muted:var(--text);--muted-subtle:oklch(from var(--text) calc(l - .11) c h);--heading:oklch(from var(--text) calc(l + .2) c h);--navigation-text:var(--heading);--focus:oklch(from var(--accent) calc(l + .08) c h);--active-background:oklch(from var(--accent) calc(l - .17) c h);--status-pending:#dcad49;--status-available:#51b37b;--logo-filter:none}@supports (color:lab(0% 0 0)){:root{--background:lab(14.3953% -1.06153 -3.31397);--text:lab(73.2252% -1.7103 -5.09789);--accent:lab(67.6866% -.487268 -49.2722);--status-pending:lab(73.7303% 10.1982 56.359);--status-available:lab(66.0184% -39.9619 19.6141)}}}@font-face{font-family:Merriweather;src:url(/assets/Merriweather-Regular-rtU9Xc2a.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Merriweather;src:url(/assets/Merriweather-Italic-GcduroKQ.ttf)format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Merriweather;src:url(/assets/Merriweather-Bold-BDomNHLE.ttf)format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Merriweather;src:url(/assets/Merriweather-BoldItalic-ClSsL0df.ttf)format("truetype");font-weight:700;font-style:italic;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:Merriweather,Georgia,serif;font-size:16pt}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html,body,#app{background:var(--background);width:100%;height:100%;color:var(--text);margin:0;overflow:hidden}body{text-align:left;line-height:1.5;font-family:Merriweather,serif!important;font-weight:400!important}h1,h2,h3,h4,h5,h6{color:var(--heading);margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}h2{font-size:calc(1.325rem + .9vw)}h3{font-size:calc(1.3rem + .6vw)}p{margin-top:0;margin-bottom:1rem}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.site-wrapper{grid-template-rows:auto minmax(0,1fr);height:100dvh;min-height:100%;display:grid}.app-header{z-index:20;width:100%;padding:max(.25rem, env(safe-area-inset-top)) max(.25rem, env(safe-area-inset-right)) .25rem max(.25rem, env(safe-area-inset-left));background:var(--background);box-shadow:0 2px 0 var(--background);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:0;margin:0 auto;display:grid;position:relative}.brand{height:50.6094px;color:var(--navigation-text);align-items:center;gap:.356rem;padding:0 .5rem;font-size:1.5rem;display:flex}.brand img,.intro img{filter:var(--logo-filter)}.brand img{align-self:start;display:block}.brand span{padding-inline:1rem}.search-box{position:relative}.search-box input{border:1px solid var(--control-border);background:var(--background);width:100%;color:var(--text);border-radius:.375rem;padding:.375rem 3.25rem .375rem .75rem;line-height:1.5}.search-box input::placeholder{color:var(--muted-subtle)}.search-box input::-webkit-search-cancel-button{display:none}.book-filter{border:1px solid var(--border);width:3rem;color:var(--muted);cursor:pointer;background:0 0;border-radius:.375rem;margin-right:0;padding:.1rem;font-size:.75rem;line-height:1.5;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.site-content,.search-results{scrollbar-color:var(--border) var(--background);scrollbar-width:thin;min-height:0;overflow:auto}.site-content::-webkit-scrollbar{width:4px;height:4px}.search-results::-webkit-scrollbar{width:4px;height:4px}.reader::-webkit-scrollbar{width:4px;height:4px}.site-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.search-results::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.reader::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.page,.search-results>section{width:100%;margin-inline:auto;padding-inline:.75rem}.page{padding-top:1rem;padding-bottom:max(2rem, env(safe-area-inset-bottom))}.intro{text-align:center;margin:0 auto 3rem}.intro img{margin:0 auto;display:block}.intro h1{margin:0 0 3rem}.intro p{line-height:inherit}hr{border:0;border-top:1px solid var(--border);margin:3rem}.testament h2{text-align:center}.toc{flex-wrap:wrap;gap:5px;margin:0 0 3rem;padding:0;list-style:none;display:flex}.toc li{border:1px solid var(--control-border);flex:0 auto}.toc a{min-width:50px;color:var(--navigation-text);text-align:center;padding:.5rem;display:block}.book-toc li{flex-grow:1}.book-page h1{margin-top:0}.book-page h1 a{color:var(--navigation-text)}.book-page .toc{margin-bottom:1rem}.home-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:end;gap:1.5rem;margin-top:2rem;padding:1.5rem 0 0;font-size:.72rem;display:flex}.home-footer h2{margin:0 0 .5rem;font-size:.9rem}.home-footer p{margin:.3rem 0}.home-footer a{color:var(--navigation-text)}.offline-status{color:var(--muted);flex:none;align-items:center;gap:.4rem;display:flex}.status-dot{background:var(--status-pending);border-radius:50%;width:.55rem;height:.55rem}.status-available .status-dot{background:var(--status-available)}.status-saving .status-dot,.status-updating .status-dot{animation:1.5s ease-in-out infinite status-pulse}@keyframes status-pulse{50%{opacity:.35}}.reader{overscroll-behavior-y:contain;scrollbar-color:var(--border) var(--background);scrollbar-width:thin;overflow-anchor:none;height:100%;overflow:auto}.chapter{contain:layout style;width:100%;margin:0 auto;padding-inline:.75rem;position:relative}.chapter-heading{z-index:10;background:var(--background);color:var(--text);margin:0;padding:.5rem;font-size:1rem;font-weight:700;line-height:1.5;position:sticky;top:0}.chapter-heading a{color:var(--navigation-text)}.chapter article{padding-bottom:0}.verse{line-height:inherit;margin:0 0 1rem;padding-left:2em;position:relative}.verse-number{color:var(--verse-number);-webkit-user-select:none;user-select:none;position:absolute;left:0}.verse-text .small-caps{font-variant-caps:small-caps}.has-focus .verse{opacity:.35;transition:opacity .15s}.has-focus .verse-focused{opacity:1}.verse-focused{scroll-margin-top:100px}.reader-end-space{pointer-events:none;height:100vh}.reader-message,.fatal-page{text-align:center;place-items:center;min-height:100%;padding:1rem;display:grid}.error-card{border:1px solid var(--border);background:var(--surface);border-radius:.4rem;width:min(100%,760px);padding:1.5rem}.error-card h1{font-size:1.4rem}.error-card p{color:var(--muted);line-height:1.6}.error-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.error-actions a,.error-actions button{border:1px solid var(--border);background:var(--surface-strong);color:var(--navigation-text);cursor:pointer;border-radius:.3rem;padding:.55rem .8rem}.available-list{columns:4 12rem;padding-left:1.2rem}.available-list li{break-inside:avoid;padding:.2rem}.available-list a{color:var(--navigation-text)}.search-results{padding-bottom:max(2rem, env(safe-area-inset-bottom))}.search-results>section{margin-block:1rem;display:flow-root}.search-results h2{text-align:center;font-size:calc(1.3rem + .6vw)}.muted{color:var(--muted-subtle)}.result-list{border-radius:.375rem;margin:0 0 1rem;padding:0;list-style:none}.result-list li,.reference-result{border:1px solid var(--control-border);background:var(--background);padding:.5rem 1rem;display:block;position:relative}.result-list li+li{border-top:0}.result-list li:first-child,.reference-result{border-radius:.375rem .375rem 0 0}.result-list li:last-child,.reference-result{border-radius:0 0 .375rem .375rem}.reference-result{border-radius:.375rem}.result-list p{color:var(--text);line-height:inherit;margin:0 0 1rem}.pagination{justify-content:center;margin:.5rem 0 1rem;display:flex}.pagination button{border:1px solid var(--control-border);background:var(--background);min-width:2.2rem;color:var(--link);cursor:pointer;padding:.375rem .75rem}.pagination button+button{border-left:0}.pagination button:first-child{border-radius:.375rem 0 0 .375rem}.pagination button:last-child{border-radius:0 .375rem .375rem 0}.pagination button[aria-current=page]{border-color:var(--active-background);background:var(--active-background);color:var(--active-text)}.pagination button:disabled{background:var(--surface-strong);color:var(--muted-subtle);cursor:default}.initial-loading{background:var(--background);position:fixed;inset:0}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}@media (max-width:575.98px){.brand span{display:none}}@media (max-width:620px){.home-footer{flex-direction:column;align-items:start}.offline-status{align-self:end}}@media (min-width:576px){.app-header,.page,.chapter,.search-results>section{max-width:540px}}@media (min-width:768px){.app-header,.page,.chapter,.search-results>section{max-width:720px}}@media (min-width:992px){.app-header,.page,.chapter,.search-results>section{max-width:960px}}@media (min-width:1200px){h1{font-size:2.5rem}h2{font-size:2rem}h3,.search-results h2{font-size:1.75rem}.app-header,.page,.chapter,.search-results>section{max-width:1140px}}@media (min-width:1400px){.app-header,.page,.chapter,.search-results>section{max-width:1320px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
