:root{color-scheme:light;--bg: #ffffff;--text: #111111;--text-muted: #444444;--text-faint: #666666;--surface: #fafafa;--surface-hover: #ffffff;--border: #e0e0e0;--border-subtle: #eeeeee;--rule: #e5e5e5;--link: #333366;--chat-user-bg: #e3efff;--chat-assistant-bg: #f5f2ff;--chat-assistant-border: #e2e2e2;--error: #b00020;--accent: #44aa99;--accent-text: #06231e;--drawer-bg: #ffffff;--shadow-soft: 0 6px 18px rgba(0, 0, 0, .06);--shadow-drawer: 0 -2px 14px rgba(0, 0, 0, .18)}:root[data-theme=dark]{color-scheme:dark;--bg: #0d0d12;--text: #e5e5e5;--text-muted: #b8b8c8;--text-faint: #a0a0b8;--surface: #1e1e25;--surface-hover: #252533;--border: #343444;--border-subtle: #2a2a35;--rule: #343444;--link: #9bb4ff;--chat-user-bg: #1c2a44;--chat-assistant-bg: #272238;--chat-assistant-border: #383350;--error: #ff6b81;--drawer-bg: #16161c;--shadow-soft: 0 6px 18px rgba(0, 0, 0, .5);--shadow-drawer: 0 -2px 18px rgba(0, 0, 0, .7)}html,body,#root{height:100%;margin:0}html{font-size:125%}body{overflow-x:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);transition:background-color .2s ease,color .2s ease}.app-root{min-height:100vh;display:flex;flex-direction:column}.app-header{padding:1rem 2rem;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:baseline}.app-nav{display:flex;align-items:center;gap:1rem}.app-nav a{color:var(--link);text-decoration:none}.app-nav a:hover{text-decoration:underline}.theme-toggle,.chat-visibility-toggle{display:inline-flex;align-items:center;gap:.4rem;font:inherit;font-size:.75rem;padding:.25rem .75rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.theme-toggle:hover,.chat-visibility-toggle:hover{background:var(--surface-hover);color:var(--text)}.theme-toggle:focus-visible,.chat-visibility-toggle:focus-visible{outline:2px solid var(--link);outline-offset:2px}.app-body.chat-hidden .app-chat{display:none}.theme-toggle-icon{font-size:.85rem;line-height:1}.app-body{flex:1;display:flex;align-items:stretch}.app-main{flex:1 1 auto;padding:2rem;overflow-y:auto;min-width:0}.app-chat{flex:0 0 360px;width:360px;padding:2rem 2rem 2rem 0;position:sticky;top:var(--header-h, 96px);align-self:flex-start;height:calc(100vh - var(--header-h, 96px));display:flex;flex-direction:column;min-height:0}.app-body.chat-expanded .app-main{display:none}.app-body.chat-expanded .app-chat{position:static;top:auto;flex:1 1 auto;width:100%;max-width:960px;padding:2rem;margin:0 auto;height:calc(100vh - var(--header-h, 96px));min-height:0}.page-body{max-width:720px;margin:0 auto;text-align:left}.page-body h2{text-align:center}.page-body a,.chapter-body a{color:var(--link)}.reading-section{margin-top:1.75rem}.reading-section:first-of-type{margin-top:1rem}.reading-section-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.9rem}.reading-section-line{flex:1;height:1px;background:var(--rule)}.reading-section-title{font-size:.95rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.page-tiles{margin-top:2rem}.page-tiles h3{margin-bottom:1rem}.tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;align-items:stretch}.reading-section .tile-grid,.page-tiles.about-tiles .tile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tile{display:flex;flex-direction:column;justify-content:flex-start;height:100%;padding:.9rem 1rem;border-radius:10px;border:1px solid var(--rule);background:var(--surface);text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease,background-color .15s ease,border-color .15s ease}.tile h4{margin:0 0 .35rem;font-size:.95rem}.tile p{margin:0;font-size:.85rem;color:var(--text-muted)}.tile:hover{background:var(--surface-hover);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.chat-panel{display:flex;flex-direction:column;height:100%;flex:1 1 auto;min-height:0}.chat-header-row{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.chat-header-actions{display:flex;align-items:center;gap:.35rem;flex:0 0 auto}.chat-title{font-size:1rem;font-weight:600;margin:0}.chat-expand-btn{font-size:.75rem;padding:.2rem .7rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.chat-expand-btn:hover{background:var(--surface-hover)}.chat-messages{flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:8px}.chat-message{max-width:90%;padding:.55rem .75rem;border-radius:10px;margin-bottom:.5rem;line-height:1.4;font-size:.9rem;text-align:left}.chat-message-user{margin-left:auto;background:var(--chat-user-bg)}.chat-message-assistant{margin-right:auto;background:var(--chat-assistant-bg);border:1px solid var(--chat-assistant-border)}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:0 0 .6rem}.chat-markdown ul,.chat-markdown ol{margin:0 0 .6rem;padding-left:1.2rem}.chat-markdown li{margin-bottom:.25rem}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4{font-size:.95rem;margin:.6rem 0 .35rem}.chat-markdown code{font-size:.85em;padding:.05rem .25rem;border-radius:4px;background:var(--bg);border:1px solid var(--border)}.chat-markdown a{color:var(--link)}.chat-citations{margin-top:.5rem;padding-top:.45rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.3rem}.chat-citation-group{display:flex;flex-wrap:wrap;align-items:baseline;gap:.3rem}.chat-citation-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);flex:0 0 auto}.chat-citation{font-size:.75rem;padding:.1rem .45rem;border-radius:999px;border:1px solid var(--border);background:var(--bg);color:var(--text-muted)}.chat-citation-chapter{text-decoration:none;color:var(--link)}.chat-citation-chapter:hover{background:var(--surface-hover);text-decoration:underline}.chat-citation-scripture{font-variant-numeric:tabular-nums;color:var(--text-muted)}.chat-empty{font-size:.9rem;color:var(--text-faint)}.chat-error{margin-top:.4rem;color:var(--error);font-size:.8rem}.chat-form{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem}.chat-form textarea{resize:vertical;min-height:3rem;max-height:8rem;padding:.5rem;font-size:.9rem;font-family:inherit;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px}.chat-form textarea::placeholder{color:var(--text-faint)}.chat-form button{align-self:flex-end;padding:.35rem .9rem;font-size:.85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer}.chat-form button:hover:not(.thinking){background:var(--surface-hover)}.thinking-wrap{display:inline-flex;align-items:center;gap:6px}.spinner{width:14px;height:14px;border:2px solid transparent;border-top-color:currentColor;border-right-color:currentColor;border-radius:50%;opacity:.8;animation:spin .7s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}button.thinking{opacity:.75;cursor:wait}.app-footer{padding:1.5rem 1rem;text-align:center;font-size:.85rem;color:var(--text-faint);border-top:1px solid var(--rule);background:var(--surface)}.app-footer a{color:var(--text-muted);text-decoration:none}.app-footer a:hover{text-decoration:underline}@media(max-width:1200px){.app-body{flex-direction:column}.app-main{padding:1rem;padding-bottom:45vh;overflow-y:auto}.app-chat{position:fixed!important;inset:auto 0 0;width:100%;height:45vh;padding:.75rem 1.25rem 1rem;background:var(--drawer-bg);box-shadow:var(--shadow-drawer);z-index:1000;display:flex;flex-direction:column;overflow:hidden}.chat-panel{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.chat-messages{flex:1 1 0;overflow-y:auto;min-height:0}.chat-form{flex:0 0 auto;margin-top:.5rem}.tile-grid{grid-template-columns:1fr}.app-footer{margin-bottom:45vh}.app-body.chat-expanded .app-main{display:none}.app-body.chat-expanded .app-chat{position:static!important;top:auto;bottom:auto;height:auto;width:100%;padding:1rem;box-shadow:none}.app-body.chat-expanded~.app-footer{margin-bottom:0}.app-body.chat-hidden .app-main{padding-bottom:1rem}.app-body.chat-hidden~.app-footer{margin-bottom:0}}@media(prefers-reduced-motion:reduce){body,.tile,.theme-toggle{transition:none}}*,*:before,*:after{box-sizing:border-box}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}
