:root{--color-bg:#f5f0e8;--color-surface:#fdfaf5;--color-surface-2:#f8f3e8;--color-surface-3:#f9f5ed;--color-border:#e2d9cb;--color-border-light:#ede7da;--color-primary:#c0392b;--color-primary-hover:#a93226;--color-primary-dim:rgba(192,57,43,.08);--color-primary-text:#fff;--color-success:#52c41a;--color-warning:#fa8c16;--color-danger:#e74c3c;--color-purple:#7c5cbf;--color-teal:#1a9e7a;--color-text:#2c2018;--color-text-2:#5a4a3e;--color-text-3:#766558;--shadow-sm:0 1px 3px rgba(44,32,24,.06),0 1px 2px rgba(44,32,24,.04);--shadow-md:0 4px 16px rgba(44,32,24,.08),0 2px 6px rgba(44,32,24,.05);--shadow-lg:0 16px 48px rgba(44,32,24,.1),0 4px 12px rgba(44,32,24,.06);--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--font-sans:-apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;--font-serif:"Noto Serif SC","Source Han Serif SC","FZShuSong-Z01","Georgia",serif}[data-theme=dark]{--color-bg:#1a1410;--color-surface:#231d17;--color-surface-2:#2b241c;--color-surface-3:#302820;--color-border:#3e3328;--color-border-light:#48392d;--color-primary:#d4541a;--color-primary-hover:#e05f25;--color-primary-dim:rgba(212,84,26,.15);--color-primary-text:#fff;--color-text:#e8ddd0;--color-text-2:#b0a090;--color-text-3:#7a6f62;--shadow-sm:0 1px 3px rgba(0,0,0,.3),0 1px 2px rgba(0,0,0,.2);--shadow-md:0 4px 16px rgba(0,0,0,.35),0 2px 6px rgba(0,0,0,.25);--shadow-lg:0 16px 48px rgba(0,0,0,.45),0 4px 12px rgba(0,0,0,.3)}*,:after,:before{box-sizing:border-box}html{color-scheme:light dark}body{margin:0;font-family:var(--font-sans);font-size:15px;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-3)}.prose-area{font-family:var(--font-serif);font-size:1.15rem;line-height:2.1;color:var(--color-text);max-width:768px;margin:0 auto}@media (max-width:768px){.prose-area{font-size:1.1rem;line-height:2;padding:0 4px;letter-spacing:.02em}}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}@media (max-width:600px){.template-grid{grid-template-columns:repeat(2,1fr)}}.session-layout{height:100dvh;background:var(--color-bg)}.left-panel,.session-layout{display:flex;overflow:hidden}.left-panel{width:272px;min-width:272px;flex-shrink:0;background:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;height:100%;transition:transform .25s ease,width .25s ease}.left-panel--focus{width:0!important;min-width:0!important;border-right:none!important}@media (max-width:768px){.left-panel{position:fixed;top:0;left:0;height:100dvh;z-index:200;transform:translateX(-100%);box-shadow:var(--shadow-lg);width:280px;min-width:280px;overflow:visible}.left-panel--open{transform:translateX(0)}.left-panel--focus{transform:translateX(-100%)!important;width:272px!important;min-width:272px!important}}.drawer-overlay{display:none}@media (max-width:768px){.drawer-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:199}}.mobile-topbar{display:none}@media (max-width:768px){.mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.prose-panel{padding-top:16px!important}}.chat-panel{width:360px;flex-shrink:0;border-left:1px solid var(--color-border);background:var(--color-surface-3);display:flex;flex-direction:column;height:100dvh;margin-right:-360px;transition:margin-right .3s cubic-bezier(.16,1,.3,1);box-shadow:-4px 0 24px rgba(44,32,24,.04);position:relative;z-index:200}.chat-panel--open{margin-right:0}@media (max-width:768px){.chat-panel{position:fixed!important;inset:0 0 0 auto!important;width:100%!important;max-width:380px!important;margin-right:0!important;transform:translateX(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);z-index:300!important}.chat-panel--open{transform:translateX(0)}}.template-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.2) 65%);opacity:.85;transition:opacity .3s ease;z-index:0}.template-card:hover:before{opacity:1}@media (max-width:768px){.focus-btn{display:none!important}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.page-enter{animation:fadeIn .25s cubic-bezier(.16,1,.3,1) both}@media (max-width:768px){.bible-review-layout{flex-direction:column!important}.bible-review-left{padding:16px!important}}.editor-modal{background:var(--color-surface);border-radius:12px;box-shadow:0 8px 40px rgba(0,0,0,.18);display:flex;flex-direction:column;position:relative;width:min(680px,90vw);height:70vh;padding:24px}.editor-modal--large{width:min(860px,90vw);height:80vh}@media (max-width:768px){.editor-modal,.editor-modal--large{width:calc(100vw - 32px)!important;height:80vh!important;padding:16px!important}}@media (max-width:600px){.home-wrapper{padding:20px 16px!important}}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--color-text-3)}.md-content{line-height:1.7}.md-content p{margin:0 0 .5em}.md-content p:last-child{margin-bottom:0}.md-content h1,.md-content h2,.md-content h3{font-size:1em;font-weight:700;margin:.8em 0 .3em;color:inherit}.md-content h1:first-child,.md-content h2:first-child,.md-content h3:first-child{margin-top:0}.md-content ol,.md-content ul{margin:.3em 0 .5em;padding-left:1.4em}.md-content li{margin-bottom:.2em}.md-content strong{font-weight:700}.md-content em{font-style:italic}.md-content code{border-radius:4px;padding:1px 5px;font-size:.88em;font-family:monospace}.md-content code,.md-content pre{background:var(--color-surface-2)}.md-content pre{border-radius:8px;padding:10px 12px;overflow-x:auto;margin:.5em 0}.md-content pre code{background:none;padding:0}.md-content blockquote{border-left:3px solid var(--color-primary-dim);margin:.4em 0;padding:2px 0 2px 12px;color:inherit;opacity:.85}.md-content hr{border:none;border-top:1px solid var(--color-border);margin:.6em 0}.theme-toggle{background:none;border:1px solid var(--color-border);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;color:var(--color-text-2);transition:border-color .15s,color .15s,background .15s;flex-shrink:0}.theme-toggle:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-dim)}