:root{--color-bg: #fafaf9;--color-bg-alt: #f5f5f4;--color-text: #1c1917;--color-text-muted: #78716c;--color-primary: #1a1a2e;--color-accent: #e2725b;--color-accent-rgb: 226, 114, 91;--color-border: #e7e5e4;--font-body: system-ui, -apple-system, sans-serif;--font-serif: "Georgia", "Times New Roman", serif;--max-width: 720px;--sidebar-width: 260px;--left-rail-width: 48px;--left-panel-width: 300px;--right-panel-width: 320px;--header-height: 49px;--bottom-nav-height: 56px;--highlight-yellow: rgba(253, 224, 71, .35);--highlight-orange: rgba(251, 146, 60, .35);--highlight-green: rgba(74, 222, 128, .3);--highlight-blue: rgba(96, 165, 250, .3)}:root.dark{--color-bg: #1c1917;--color-bg-alt: #292524;--color-text: #fafaf9;--color-text-muted: #a8a29e;--color-primary: #c4b5fd;--color-accent: #e2725b;--color-accent-rgb: 226, 114, 91;--color-border: #44403c;--highlight-yellow: rgba(253, 224, 71, .2);--highlight-orange: rgba(251, 146, 60, .2);--highlight-green: rgba(74, 222, 128, .18);--highlight-blue: rgba(96, 165, 250, .18)}@media(prefers-color-scheme:dark){:root:not(.light){--color-bg: #1c1917;--color-bg-alt: #292524;--color-text: #fafaf9;--color-text-muted: #a8a29e;--color-primary: #c4b5fd;--color-accent: #e2725b;--color-accent-rgb: 226, 114, 91;--color-border: #44403c}}.apocrypha-theme{--color-bg: #f5f0e6;--color-bg-alt: #ede6d6;--color-text: #3d3425;--color-text-muted: #8a7e6c;--color-border: #d4c9b5;--color-accent: #a0845c}:root.dark .apocrypha-theme{--color-bg: #1a1712;--color-bg-alt: #242018;--color-text: #d4c8b0;--color-text-muted: #8a7e6c;--color-border: #3a3228;--color-accent: #c49a6c}@media(prefers-color-scheme:dark){:root:not(.light) .apocrypha-theme{--color-bg: #1a1712;--color-bg-alt: #242018;--color-text: #d4c8b0;--color-text-muted: #8a7e6c;--color-border: #3a3228;--color-accent: #c49a6c}}.app.immersive{--color-bg: #0a0a0f;--color-bg-alt: #12121a;--color-text: #d4c8b0;--color-text-muted: #8a7e6c;--color-border: #2a2520;--color-accent: #c49a6c}:root{--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-in-out-quart: cubic-bezier(.76, 0, .24, 1);--ease-snappy: cubic-bezier(.2, 0, 0, 1);--duration-instant: 80ms;--duration-fast: .15s;--duration-base: .22s;--duration-slow: .35s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}html{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased}body{min-height:100dvh}button,a{-webkit-tap-highlight-color:transparent}button:active:not(:disabled),a:active{transform:scale(.97);transition:transform var(--duration-instant) var(--ease-snappy)}.app.svelte-12qhfyh{display:flex;flex-direction:column;height:100dvh}.app.focus-mode.svelte-12qhfyh header:where(.svelte-12qhfyh),.app.focus-mode.svelte-12qhfyh .desktop-left:where(.svelte-12qhfyh),.app.focus-mode.svelte-12qhfyh .mobile-sidebar:where(.svelte-12qhfyh),.app.focus-mode.svelte-12qhfyh .mobile-overlay:where(.svelte-12qhfyh),.app.focus-mode.svelte-12qhfyh .mobile-bottom-nav:where(.svelte-12qhfyh){display:none}.app.focus-mode.svelte-12qhfyh main:where(.svelte-12qhfyh){max-width:640px;margin:0 auto;padding:3rem 2rem;scrollbar-width:none;-ms-overflow-style:none}.app.focus-mode.svelte-12qhfyh main:where(.svelte-12qhfyh)::-webkit-scrollbar{display:none}.exit-focus.svelte-12qhfyh{position:fixed;top:1rem;right:1rem;z-index:50;display:flex;align-items:center;gap:.4rem;padding:.4rem .75rem;background:var(--color-bg, #fff);border:1px solid var(--color-border, #ddd);border-radius:6px;color:var(--color-muted, #666);font-size:.8rem;cursor:pointer;opacity:0;animation:svelte-12qhfyh-fade-in .3s ease .5s forwards;box-shadow:0 1px 4px #0000001a;transition:opacity .15s ease,background .15s ease}.exit-focus.svelte-12qhfyh:hover{background:var(--color-surface, #f5f5f5);color:var(--color-text, #333);opacity:1!important}@keyframes svelte-12qhfyh-fade-in{to{opacity:.5}}.app.immersive.svelte-12qhfyh .exit-focus:where(.svelte-12qhfyh){background:var(--color-bg-alt);border-color:var(--color-border);color:var(--color-text-muted)}.app.immersive.svelte-12qhfyh .exit-focus:where(.svelte-12qhfyh):hover{background:var(--color-border);color:var(--color-text)}header.svelte-12qhfyh{border-bottom:1px solid var(--color-border);background:var(--color-bg);z-index:20;flex-shrink:0}nav.svelte-12qhfyh{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between}.nav-left.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.menu-toggle.svelte-12qhfyh{display:none;background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:.25rem}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:var(--color-text);text-decoration:none;letter-spacing:-.02em}.logo-icon.svelte-12qhfyh{flex-shrink:0}.nav-center.svelte-12qhfyh{display:flex;align-items:center;gap:1.5rem;flex:1;margin:0 1.5rem;min-width:0}.nav-links.svelte-12qhfyh{display:flex;gap:1.5rem;flex-shrink:0}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted);text-decoration:none;font-size:.875rem;font-weight:500}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text)}.desktop-search.svelte-12qhfyh{flex:1;min-width:0}.nav-actions.svelte-12qhfyh{display:flex;gap:.5rem}.action-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:.375rem;background:none;border:1px solid var(--color-border);border-radius:6px;color:var(--color-text-muted);cursor:pointer;transition:border-color var(--duration-fast, .15s) var(--ease-out-quart, ease),color var(--duration-fast, .15s) var(--ease-out-quart, ease),background var(--duration-fast, .15s) var(--ease-out-quart, ease),transform var(--duration-instant, 80ms) var(--ease-snappy, ease)}.action-btn.svelte-12qhfyh:hover{border-color:var(--color-accent);color:var(--color-text)}.action-btn.svelte-12qhfyh:active{transform:scale(.92)}.action-btn-active.svelte-12qhfyh{border-color:var(--color-accent);color:var(--color-accent);background:#e2725b14}.user-btn.svelte-12qhfyh{border-radius:50%;padding:.3rem}.user-btn-active.svelte-12qhfyh{background:var(--color-accent, #2563eb);border-color:var(--color-accent, #2563eb);color:#fff}.user-avatar.svelte-12qhfyh{font-size:.75rem;font-weight:700;line-height:1;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.dropdown-user-info.svelte-12qhfyh{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.125rem}.dropdown-user-info.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.8125rem}.dropdown-user-info.svelte-12qhfyh span:where(.svelte-12qhfyh){font-size:.6875rem;color:var(--color-text-muted)}.dropdown-wrapper.svelte-12qhfyh{position:relative}.dropdown-menu.svelte-12qhfyh{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:50;padding:.25rem;animation:svelte-12qhfyh-dropdown-in .18s var(--ease-out-quart, cubic-bezier(.25, 1, .5, 1));transform-origin:top right}@keyframes svelte-12qhfyh-dropdown-in{0%{opacity:0;transform:translateY(-6px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8125rem;color:var(--color-text);text-decoration:none;background:none;border:none;border-radius:6px;cursor:pointer;font-family:inherit;text-align:left;transition:background .1s}.dropdown-item.svelte-12qhfyh:hover{background:var(--color-bg-alt, rgba(0, 0, 0, .04))}.dropdown-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){color:var(--color-text-muted);flex-shrink:0}.dropdown-divider.svelte-12qhfyh{height:1px;background:var(--color-border);margin:.25rem .5rem}.dropdown-hint.svelte-12qhfyh{padding:.375rem .75rem;font-size:.6875rem;color:var(--color-text-muted);opacity:.6}.dropdown-hint.svelte-12qhfyh kbd:where(.svelte-12qhfyh){padding:1px 4px;border:1px solid var(--color-border);border-radius:3px;font-size:.625rem;font-family:inherit}.dropdown-item-small.svelte-12qhfyh{font-size:.75rem;color:var(--color-text-muted);padding:.375rem .75rem}.body.svelte-12qhfyh{display:flex;flex:1;overflow:hidden}.desktop-left.svelte-12qhfyh{flex-shrink:0;height:100%}.mobile-overlay.svelte-12qhfyh,.mobile-sidebar.svelte-12qhfyh,.mobile-right-overlay.svelte-12qhfyh{display:none}main.svelte-12qhfyh{flex:1;overflow-y:auto;padding:1.5rem 2rem;position:relative}main.svelte-12qhfyh>*{max-width:var(--max-width)}main.study-layout.svelte-12qhfyh{padding-right:1rem}main.study-layout.svelte-12qhfyh>*{max-width:720px;margin-left:0;margin-right:auto}.mobile-bottom-nav.svelte-12qhfyh,.mobile-search-overlay.svelte-12qhfyh,.mobile-more-sheet.svelte-12qhfyh,.mobile-sheet-backdrop.svelte-12qhfyh{display:none}@media(max-width:768px){.menu-toggle.svelte-12qhfyh{display:block}.desktop-left.svelte-12qhfyh,.nav-center.svelte-12qhfyh{display:none}.desktop-only.svelte-12qhfyh{display:none!important}nav.svelte-12qhfyh{padding:.625rem .875rem}.nav-actions.svelte-12qhfyh{gap:.375rem}.mobile-overlay.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;border:none;z-index:14;cursor:default;animation:svelte-12qhfyh-overlay-fade-in .2s var(--ease-out-quart, ease)}@keyframes svelte-12qhfyh-overlay-fade-in{0%{opacity:0}to{opacity:1}}.mobile-sidebar.svelte-12qhfyh{display:block;position:fixed;top:var(--header-height);left:0;bottom:var(--bottom-nav-height);z-index:15;width:min(320px,90vw);background:var(--color-bg-alt);box-shadow:2px 0 8px #0000001a;overflow-y:auto;animation:svelte-12qhfyh-sidebar-slide-in .25s var(--ease-out-quart, cubic-bezier(.25, 1, .5, 1))}@keyframes svelte-12qhfyh-sidebar-slide-in{0%{transform:translate(-100%);opacity:.6}to{transform:translate(0);opacity:1}}.mobile-sidebar.svelte-12qhfyh .left-panel,.mobile-sidebar.svelte-12qhfyh .left-panel.expanded{width:100%!important;height:100%;border-right:none;transition:none}.mobile-sidebar.svelte-12qhfyh .icon-rail{display:none!important}.mobile-sidebar.svelte-12qhfyh .tab-content{display:block!important;width:100%;overflow-y:auto;overflow-x:hidden;height:100%;flex:1}.mobile-right-overlay.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;border:none;z-index:14;cursor:default}main.svelte-12qhfyh{padding:1rem 1rem 5.5rem}.mobile-bottom-nav.svelte-12qhfyh{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:30;background:var(--color-bg);border-top:1px solid var(--color-border);padding:.25rem 0;padding-bottom:max(.25rem,env(safe-area-inset-bottom))}.bottom-tab.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.375rem 0;background:none;border:none;color:var(--color-text-muted);text-decoration:none;font-family:inherit;font-size:.625rem;font-weight:500;cursor:pointer;transition:color var(--duration-fast, .15s) var(--ease-out-quart, ease),transform var(--duration-instant, 80ms) var(--ease-snappy, ease);-webkit-tap-highlight-color:transparent}.bottom-tab.svelte-12qhfyh:active{transform:scale(.88)}.bottom-tab.active.svelte-12qhfyh{color:var(--color-accent)}.bottom-tab.active.svelte-12qhfyh svg:where(.svelte-12qhfyh){animation:svelte-12qhfyh-tab-bounce .3s var(--ease-spring, cubic-bezier(.34, 1.56, .64, 1))}@keyframes svelte-12qhfyh-tab-bounce{0%{transform:scale(.75)}to{transform:scale(1)}}.bottom-tab.svelte-12qhfyh span:where(.svelte-12qhfyh){line-height:1}.mobile-search-overlay.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;left:0;bottom:56px;z-index:25;background:var(--color-bg);padding:.75rem;animation:svelte-12qhfyh-overlay-fade-in .15s var(--ease-out-quart, ease)}.mobile-search-header.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem}.mobile-search-header.svelte-12qhfyh .search-wrapper{flex:1}.mobile-search-cancel.svelte-12qhfyh{background:none;border:none;color:var(--color-accent);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;padding:.5rem;flex-shrink:0}.mobile-sheet-backdrop.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:28;border:none;cursor:default}.mobile-more-sheet.svelte-12qhfyh{display:block;position:fixed;bottom:0;left:0;right:0;z-index:29;background:var(--color-bg);border-top-left-radius:16px;border-top-right-radius:16px;padding:.75rem 1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));box-shadow:0 -4px 20px #0000001f;animation:svelte-12qhfyh-sheet-up .3s var(--ease-out-quart, cubic-bezier(.25, 1, .5, 1))}@keyframes svelte-12qhfyh-sheet-up{0%{transform:translateY(110%);opacity:.7}to{transform:translateY(0);opacity:1}}.sheet-handle.svelte-12qhfyh{width:36px;height:4px;background:var(--color-border);border-radius:2px;margin:0 auto .75rem}.sheet-grid.svelte-12qhfyh{display:grid;grid-template-columns:repeat(3,1fr);gap:.25rem}.sheet-item.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.75rem .5rem;border-radius:12px;background:none;border:none;color:var(--color-text);text-decoration:none;font-family:inherit;font-size:.75rem;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background var(--duration-fast, .15s) var(--ease-out-quart, ease),transform var(--duration-instant, 80ms) var(--ease-snappy, ease)}.sheet-item.svelte-12qhfyh:hover{background:var(--color-bg-alt)}.sheet-item.svelte-12qhfyh:active{background:var(--color-bg-alt);transform:scale(.93)}.sheet-icon.svelte-12qhfyh{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-alt);border-radius:12px;color:var(--color-text-muted)}.sheet-footer.svelte-12qhfyh{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.sheet-footer.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.6875rem;color:var(--color-text-muted);text-decoration:none}.sheet-dot.svelte-12qhfyh{font-size:.6875rem;color:var(--color-text-muted);opacity:.4}}.focus-warning-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center;animation:svelte-12qhfyh-overlay-bg-in .2s var(--ease-out-quart, ease)}@keyframes svelte-12qhfyh-overlay-bg-in{0%{opacity:0}to{opacity:1}}.focus-warning.svelte-12qhfyh{background:var(--color-bg, #fff);border:1px solid var(--color-border, #ddd);border-radius:12px;padding:1.5rem;max-width:360px;width:90%;box-shadow:0 12px 40px #0003;animation:svelte-12qhfyh-dialog-pop-in .25s var(--ease-spring, cubic-bezier(.34, 1.56, .64, 1))}@keyframes svelte-12qhfyh-dialog-pop-in{0%{opacity:0;transform:scale(.92) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.focus-warning.svelte-12qhfyh h3:where(.svelte-12qhfyh){margin:0 0 .75rem;font-size:1rem;font-weight:600}.focus-warning.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0 0 .5rem;font-size:.875rem;color:var(--color-text-muted, #666);line-height:1.5}.focus-warning.svelte-12qhfyh kbd:where(.svelte-12qhfyh){padding:2px 6px;border:1px solid var(--color-border, #ddd);border-radius:4px;font-size:.8125rem;font-family:inherit;background:var(--color-bg-alt, #f5f5f5)}.dont-show.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;margin:1rem 0;font-size:.8125rem;color:var(--color-text-muted, #666);cursor:pointer}.dont-show.svelte-12qhfyh input:where(.svelte-12qhfyh){cursor:pointer}.focus-warning-actions.svelte-12qhfyh{display:flex;gap:.5rem;justify-content:flex-end}.btn-secondary.svelte-12qhfyh,.btn-primary.svelte-12qhfyh{padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;font-family:inherit}.btn-secondary.svelte-12qhfyh{background:none;border:1px solid var(--color-border, #ddd);color:var(--color-text-muted, #666)}.btn-secondary.svelte-12qhfyh:hover{background:var(--color-bg-alt, #f5f5f5)}.btn-primary.svelte-12qhfyh{background:var(--color-accent, #2563eb);border:1px solid var(--color-accent, #2563eb);color:#fff}.btn-primary.svelte-12qhfyh:hover{opacity:.9}
