:root{--font-sans:"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-serif:"Georgia", "Times New Roman", serif;--font-display:"Cormorant Garamond", "Georgia", serif;--radius-sm:6px;--radius-md:10px;--radius-lg:20px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 40px #0003;--transition:.18s ease;--max-width:760px;--sidebar-width:360px;--nav-height:52px}[data-theme=light]{--bg-primary:#f4f7ff;--bg-secondary:#fff;--bg-tertiary:#eaf0fc;--bg-hover:#dce8fa;--text-primary:#0d1b35;--text-secondary:#3a5280;--text-tertiary:#7a96c8;--border:#c5d6f2;--border-focus:#2563eb;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-light:#dbeafe;--scripture-accent:#0d9488;--scripture-bg:#e6faf8;--conference-accent:#6366f1;--conference-bg:#e8e8ff;--handbook-accent:#b45309;--handbook-bg:#fef3c7;--gospel-topics-accent:#15803d;--gospel-topics-bg:#dcfce7;--church-history-accent:#b91c1c;--church-history-bg:#fee2e2;--jsp-accent:#7c3aed;--jsp-bg:#ede9fe;--error-bg:#fef2f2;--error-text:#b91c1c;--error-border:#fecaca}[data-theme=dark]{--bg-primary:#07101f;--bg-secondary:#0c1929;--bg-tertiary:#122035;--bg-hover:#182d48;--text-primary:#e4eeff;--text-secondary:#7aaad8;--text-tertiary:#476a9a;--border:#1a3055;--border-focus:#3b82f6;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-light:#0d2248;--scripture-accent:#2dd4bf;--scripture-bg:#042f2e;--conference-accent:#818cf8;--conference-bg:#1c1b4b;--handbook-accent:#fbbf24;--handbook-bg:#422006;--gospel-topics-accent:#4ade80;--gospel-topics-bg:#052e16;--church-history-accent:#fca5a5;--church-history-bg:#450a0a;--jsp-accent:#a78bfa;--jsp-bg:#2e1065;--error-bg:#2d1b1b;--error-text:#f87171;--error-border:#5c2828}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior:none;height:100%;overflow:hidden}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;overscroll-behavior:none;height:100%;line-height:1.6;overflow:hidden}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.app{flex-direction:column;min-height:100dvh;display:flex;position:fixed;inset:0;overflow:hidden}@supports (height:100dvh){.app{min-height:100dvh}}.welcome-main{-webkit-overflow-scrolling:touch;flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex;position:relative;overflow-y:auto}.welcome-nav{z-index:10;position:absolute;top:16px;left:16px}.welcome-hero{flex-direction:column;align-items:center;width:100%;max-width:680px;display:flex}.welcome-brand{text-align:center;margin-bottom:44px}.welcome-icon{margin-bottom:18px}.welcome-icon svg{width:56px;height:56px;color:var(--accent);opacity:.65}.welcome-title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-primary);margin-bottom:10px;font-size:3.2rem;font-weight:600;line-height:1.1}.welcome-subtitle{color:var(--text-tertiary);font-size:1rem;font-weight:400}.welcome-hero .search-section{gap:8px;width:100%;margin-bottom:28px}.welcome-hero .search-input-wrapper textarea{min-height:54px;padding:14px 8px 14px 50px;font-size:1rem}.welcome-hero .search-icon{width:20px;height:20px;top:17px;left:16px}.welcome-hero .search-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.welcome-hero .search-submit{border-radius:var(--radius-lg)}.welcome-input-area{flex-direction:column;gap:0;width:100%;display:flex}.welcome-error{margin-bottom:16px}.example-queries{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.examples-label{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px;font-size:.75rem;font-weight:500}.examples-row{flex-direction:column;align-items:center;gap:8px;width:100%;display:flex}.example-queries button{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:.9rem;font-family:var(--font-serif);cursor:pointer;transition:all var(--transition);text-align:center;width:100%;max-width:580px;padding:11px 22px;font-style:italic}.example-queries button:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--text-primary);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.chat-nav{height:var(--nav-height);border-bottom:1px solid var(--border);background:var(--bg-secondary);z-index:100;flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px;display:flex;position:sticky;top:0}.chat-nav-left{align-items:center;gap:4px;display:flex}.home-btn{cursor:pointer;color:var(--text-primary);font-family:var(--font-display);border-radius:var(--radius-sm);transition:background var(--transition);background:0 0;border:none;align-items:center;gap:9px;padding:6px 8px;font-size:1.25rem;font-weight:600;display:flex}.home-btn:hover{background:var(--bg-hover)}.home-btn svg{width:20px;height:20px;color:var(--accent)}.sources-toggle-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition);align-items:center;gap:6px;padding:7px 14px;font-size:.85rem;font-weight:500;display:flex}.sources-toggle-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.sources-toggle-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.sources-toggle-btn svg{width:16px;height:16px}.chat-layout{height:calc(100dvh - var(--nav-height));display:flex;overflow:hidden}.chat-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.sources-aside{width:var(--sidebar-width);border-left:1px solid var(--border);background:var(--bg-secondary);flex-direction:column;flex-shrink:0;display:none;overflow:hidden}.sources-aside.open{display:flex}.sources-drag-handle{display:none}.sources-aside-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.sources-aside-header h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:.88rem;font-weight:600}.sources-close-btn{cursor:pointer;width:28px;height:28px;color:var(--text-tertiary);transition:all var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.sources-close-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.sources-close-btn svg{width:14px;height:14px}.sources-aside-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:10px;padding:12px;display:flex;overflow-y:auto}.additional-results-section{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:2px;padding-top:10px;display:flex}.additional-results-toggle{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:6px;padding:4px 0;font-size:.75rem;font-weight:500;transition:color .15s;display:flex}.additional-results-toggle:hover{color:var(--text-primary)}.additional-results-toggle .chevron{flex-shrink:0;width:14px;height:14px;transition:transform .2s}.additional-results-toggle .chevron.open{transform:rotate(90deg)}.sources-backdrop{display:none}.search-section{align-items:flex-start;gap:8px;display:flex}.search-bar{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.search-bar-row{align-items:flex-start;gap:8px;display:flex}.search-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--transition), box-shadow var(--transition);flex-direction:column;flex:1;min-width:0;display:flex}.search-card:focus-within{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-light)}.search-input-wrapper{align-items:flex-end;gap:0;display:flex;position:relative}.search-icon{width:18px;height:18px;color:var(--text-tertiary);pointer-events:none;position:absolute;top:14px;left:14px}.search-input-wrapper textarea{border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-size:.95rem;font-family:var(--font-sans);resize:none;background:0 0;border:none;min-height:44px;max-height:200px;padding:12px 8px 12px 42px;line-height:1.5;overflow-y:auto}.search-input-wrapper textarea:focus{outline:none}.search-input-wrapper textarea::placeholder{color:var(--text-tertiary)}.clear-btn{cursor:pointer;color:var(--text-tertiary);background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:4px;display:flex}.clear-btn:hover{color:var(--text-primary);background:var(--bg-hover)}.clear-btn svg{width:16px;height:16px}.search-actions{flex-shrink:0;align-items:center;gap:2px;padding:6px 8px 6px 0;display:flex}.detected-chips{flex-wrap:wrap;gap:6px;padding:0 4px;display:flex}.detected-chip{background:var(--accent-light);color:var(--text-primary);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:4px 4px 4px 10px;font-size:.82rem;font-weight:500;line-height:1.2;display:inline-flex}.detected-chip .chip-kind{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.02em;font-size:.72rem;font-weight:600}.detected-chip .chip-value{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.detected-chip .chip-dismiss{width:20px;height:20px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.detected-chip .chip-dismiss:hover{background:var(--bg-hover);color:var(--text-primary)}.detected-chip .chip-dismiss svg{width:12px;height:12px}.search-submit{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-size:.88rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition);white-space:nowrap;border:none;flex-shrink:0;align-items:center;gap:6px;padding:7px 14px;display:flex}.search-submit:hover:not(:disabled){background:var(--accent-hover)}.search-submit:disabled{opacity:.5;cursor:not-allowed}.search-submit-icon{flex-shrink:0;width:17px;height:17px;display:none}.filter-toggle-inner{display:none}.filter-toggle-outer{display:flex}.filter-toggle{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);transition:all var(--transition);flex-shrink:0;align-items:center;padding:12px;display:flex;position:relative}.filter-toggle:hover{background:var(--bg-hover);color:var(--text-primary)}.filter-toggle svg{width:18px;height:18px}.filter-badge{background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.filter-sidebar{background:var(--bg-secondary);border-left:1px solid var(--border);width:300px;height:100dvh;box-shadow:var(--shadow-lg);z-index:200;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:20px;padding-bottom:max(20px, env(safe-area-inset-bottom,20px));transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.filter-sidebar.open{transform:translate(0)}.filter-header{background:var(--bg-secondary);z-index:1;justify-content:space-between;align-items:center;margin-top:-20px;margin-bottom:16px;padding-top:20px;display:flex;position:sticky;top:-20px}.filter-header-left{align-items:center;gap:8px;display:flex}.filter-header-right{align-items:center;gap:4px;display:flex}.filter-close-btn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.filter-close-btn svg{width:18px;height:18px}.filter-close-btn:hover{color:var(--text-primary);background:var(--bg-tertiary)}.filter-header h3{font-size:1.1rem;font-weight:600}.filter-info-btn{color:var(--text-tertiary);cursor:pointer;transition:color var(--transition);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex}.filter-info-btn:hover{color:var(--accent)}.filter-info-panel{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);flex-direction:column;gap:8px;margin-bottom:14px;padding:14px;font-size:.82rem;line-height:1.5;display:flex}.filter-info-panel strong{color:var(--text-primary)}.filter-note{color:var(--text-tertiary);font-size:.78rem;font-style:italic;line-height:1.4}.clear-filters{color:var(--accent);cursor:pointer;font-size:.85rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none}.clear-filters:hover{text-decoration:underline}.filter-group{border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:4px;overflow:hidden}.filter-group-toggle{background:var(--bg-tertiary);cursor:pointer;width:100%;font-family:var(--font-sans);color:var(--text-primary);transition:background var(--transition);border:none;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.filter-group-toggle:hover{background:var(--bg-hover)}.filter-group-label{align-items:center;gap:8px;font-size:.9rem;font-weight:600;display:flex}.filter-group-hint{color:var(--text-tertiary);font-size:.72rem;font-weight:400}.filter-group-count{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:inline-flex}.filter-chevron{width:16px;height:16px;color:var(--text-tertiary);transition:transform var(--transition)}.filter-chevron.open{transform:rotate(90deg)}.filter-group-body{flex-direction:column;gap:10px;padding:12px 14px 14px;display:flex}.filter-sub-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-top:4px;font-size:.75rem;font-weight:600}.filter-group h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:8px;font-size:.8rem;font-weight:600}.filter-chips{flex-wrap:wrap;gap:6px;display:flex}.chip{border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-secondary);font-size:.8rem;font-family:var(--font-sans);cursor:pointer;transition:all var(--transition);border-radius:20px;padding:5px 12px}.chip:hover{background:var(--bg-hover)}.chip.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent);font-weight:500}.chip.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.speaker-search{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-tertiary);width:100%;color:var(--text-primary);font-size:.85rem;font-family:var(--font-sans);margin-bottom:8px;padding:8px 12px}.speaker-search:focus{border-color:var(--border-focus);outline:none}.speaker-list{flex-direction:column;gap:2px;max-height:200px;display:flex;overflow-y:auto}.speaker-item{border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;font-family:var(--font-sans);text-align:left;cursor:pointer;transition:background var(--transition);background:0 0;border:none;padding:6px 10px}.speaker-item:hover{background:var(--bg-hover)}.speaker-item.active{background:var(--accent-light);color:var(--accent);font-weight:500}.speaker-more{color:var(--text-tertiary);padding:6px 10px;font-size:.8rem}.year-range{align-items:center;gap:8px;display:flex}.year-range input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-primary);font-size:.85rem;font-family:var(--font-sans);flex:1;padding:8px 10px}.year-range input:focus{border-color:var(--border-focus);outline:none}.year-range span{color:var(--text-tertiary);font-size:.85rem}.result-card{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);transition:box-shadow var(--transition);padding:14px 16px}.result-card:hover{box-shadow:var(--shadow-md)}.result-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.result-index{color:var(--text-tertiary);font-family:monospace;font-size:.8rem;font-weight:700}.result-meta{gap:6px;display:flex}.corpus-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:600}.corpus-badge.scripture{background:var(--scripture-bg);color:var(--scripture-accent)}.corpus-badge.conference{background:var(--conference-bg);color:var(--conference-accent)}.corpus-badge.handbook{background:var(--handbook-bg);color:var(--handbook-accent)}.corpus-badge.gospel_topics,.corpus-badge.gospel_topics_essays,.corpus-badge.first_vision{background:var(--gospel-topics-bg);color:var(--gospel-topics-accent)}.corpus-badge.church_history{background:var(--church-history-bg);color:var(--church-history-accent)}.corpus-badge.joseph_smith_papers{background:var(--jsp-bg);color:var(--jsp-accent)}.role-badge{text-transform:capitalize;background:var(--bg-secondary);color:var(--text-secondary);border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:500}.result-title{margin-bottom:4px;font-size:.92rem;font-weight:600}.result-title a{align-items:center;gap:4px;display:inline-flex}.external-link-icon{opacity:.4;flex-shrink:0;width:13px;height:13px}.result-title a:hover .external-link-icon{opacity:.8}.result-subtitle{color:var(--text-secondary);margin-bottom:8px;font-size:.8rem}.result-text{font-family:var(--font-serif);color:var(--text-primary);font-size:.88rem;line-height:1.65}.talk-paragraph{margin-bottom:10px}.talk-paragraph:last-child{margin-bottom:0}.scripture-text{border-left:3px solid var(--scripture-accent,#6b8e6b);padding-left:12px}.verse-line{margin-bottom:6px}.verse-line:last-child{margin-bottom:0}.verse-num{font-family:var(--font-sans);color:var(--scripture-accent,#6b8e6b);margin-right:3px;font-size:.7rem;font-weight:700}.result-refs{flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;display:flex}.refs-label{color:var(--text-tertiary);font-size:.75rem;font-weight:500}.ref-chip{background:var(--bg-secondary);color:var(--text-secondary);border-radius:10px;padding:2px 8px;font-size:.75rem}.result-connections-toggle{border-top:1px solid var(--border-color);margin-top:10px;padding-top:8px}.result-connections-toggle .sb-connections-section{padding:0}.result-connections-toggle .sb-section-label{margin-top:4px}.result-score{color:var(--text-tertiary);margin-top:10px;font-size:.75rem}.result-card.highlighted{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light), var(--shadow-md);transition:border-color .3s,box-shadow .3s}.synthesis-panel{flex-direction:column;flex:1;min-height:0;margin-bottom:0;display:flex}.synthesis-text{font-family:var(--font-sans);font-size:.97rem;line-height:1.75}.markdown-body p{margin-bottom:14px}.markdown-body p:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{margin-top:20px;margin-bottom:8px;font-weight:700;line-height:1.3}.markdown-body h1{font-size:1.3rem}.markdown-body h2{font-size:1.15rem}.markdown-body h3{font-size:1.05rem}.markdown-body h4{color:var(--text-secondary);font-size:.95rem}.markdown-body h1:first-child,.markdown-body h2:first-child,.markdown-body h3:first-child,.markdown-body h4:first-child{margin-top:0}.markdown-body ul,.markdown-body ol{margin:8px 0 14px;padding-left:24px}.markdown-body li{margin-bottom:5px}.markdown-body li::marker{color:var(--text-tertiary)}.markdown-body .blockquote-wrapper{margin:14px 0}.markdown-body blockquote{border-left:3px solid var(--accent);background:var(--bg-tertiary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-secondary);margin:0;padding:8px 36px 8px 16px;font-style:italic}.markdown-body blockquote p{margin-bottom:4px}.markdown-body blockquote p:last-child{margin-bottom:0}.markdown-body code{background:var(--bg-tertiary);border-radius:4px;padding:2px 6px;font-family:SF Mono,Fira Code,monospace;font-size:.88em}.markdown-body pre{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);margin:12px 0;padding:12px 16px;overflow-x:auto}.markdown-body pre code{background:0 0;border-radius:0;padding:0}.markdown-body strong{color:var(--text-primary);font-weight:700}.markdown-body em{font-style:italic}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:16px 0}.markdown-body a{color:var(--accent);text-decoration:none}.markdown-body a:hover{text-decoration:underline}.markdown-body table{border-collapse:collapse;width:100%;margin:12px 0;font-size:.9rem}.markdown-body th,.markdown-body td{border:1px solid var(--border);text-align:left;padding:8px 12px}.markdown-body th{background:var(--bg-tertiary);font-weight:600}.chat-thread{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;width:100%;min-height:0;padding:28px clamp(32px,12vw,140px) 16px;overflow-y:auto}.chat-thread::-webkit-scrollbar{display:none}.chat-thread.has-long-content{scrollbar-width:thin;scrollbar-color:var(--border) transparent}.chat-thread.has-long-content::-webkit-scrollbar{width:6px;display:block}.chat-thread.has-long-content::-webkit-scrollbar-track{background:0 0}.chat-thread.has-long-content::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.chat-message{margin-bottom:24px}.chat-message:last-child{margin-bottom:0}.user-message-wrapper{flex-direction:column;align-items:flex-end;gap:6px;max-width:85%;margin-left:auto;display:flex}.user-message-row{align-items:flex-start;gap:4px;max-width:100%;display:flex}.user-message-row>.copy-btn{flex-shrink:0;margin-top:6px}.user-message{background:var(--accent-light);border-radius:var(--radius-md);overflow-wrap:break-word;word-break:break-word;max-width:100%;padding:10px 16px}.user-message p{color:var(--accent);font-size:.92rem;font-weight:500}.message-filter-chips{flex-wrap:wrap;justify-content:flex-end;gap:5px;max-width:85%;display:flex}.resume-banner{z-index:150;background:var(--accent-light);border-bottom:1px solid var(--border);color:var(--text-primary);align-items:center;gap:12px;padding:10px 16px;font-size:.88rem;display:flex;position:sticky;top:0}.resume-banner-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.resume-banner-resume,.resume-banner-cancel,.resume-banner-dismiss{border:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;padding:4px 10px;font-size:.82rem}.resume-banner-resume{background:var(--accent);color:#fff;border-color:var(--accent)}.resume-banner-resume:hover{filter:brightness(.95)}.resume-banner-dismiss{padding:2px 8px}.message-filter-chip{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);border-radius:999px;align-items:center;gap:5px;padding:3px 9px;font-size:.75rem;font-weight:500;line-height:1.2;display:inline-flex}.message-filter-chip .chip-kind{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;font-size:.68rem;font-weight:600}.message-filter-chip .chip-value{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:180px;overflow:hidden}.assistant-message{border-left:3px solid var(--accent);overflow-wrap:break-word;word-break:break-word;min-width:0;padding-left:18px}.searched-dropdown{margin-bottom:10px}.searched-dropdown-toggle{cursor:pointer;color:var(--text-tertiary);font-size:.78rem;font-family:var(--font-sans);transition:color var(--transition);background:0 0;border:none;align-items:center;gap:5px;padding:2px 0;display:inline-flex}.searched-dropdown-toggle:hover{color:var(--text-secondary)}.searched-dropdown-toggle .chevron{flex-shrink:0;transition:transform .2s}.searched-dropdown-toggle .chevron.open{transform:rotate(90deg)}.searched-dropdown-content{flex-direction:column;gap:4px;margin:6px 0 0;padding:0 0 0 14px;list-style:none;display:flex}.searched-dropdown-content li{color:var(--text-tertiary);border-left:2px solid var(--border);padding:2px 0 2px 10px;font-size:.8rem;line-height:1.4}.synthesis-loading-inline{color:var(--text-secondary);align-items:center;gap:8px;font-size:.9rem;display:flex}.agent-statuses{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.agent-status{color:var(--text-secondary);align-items:center;gap:8px;padding:6px 0;font-size:.85rem;display:flex}.agent-status .spinner{border-width:1.5px;flex-shrink:0;width:14px;height:14px}.stream-cursor{background:var(--accent);vertical-align:text-bottom;width:2px;height:1em;margin-left:2px;animation:.8s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.citation-link{background:var(--accent-light);width:18px;height:18px;color:var(--accent);font-family:var(--font-sans);cursor:pointer;vertical-align:super;transition:background var(--transition), color var(--transition);border:none;border-radius:50%;justify-content:center;align-items:center;margin:0 2px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.citation-link:hover{background:var(--accent);color:#fff}.scripture-ref-link{color:var(--scripture-accent);text-underline-offset:2px;transition:color var(--transition);font-weight:600;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.scripture-ref-link:hover{color:var(--accent);text-decoration-style:solid}.copy-btn{width:26px;height:26px;color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition), opacity var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.copy-btn:hover{color:var(--text-primary);background:var(--bg-tertiary)}.blockquote-wrapper{position:relative}.blockquote-wrapper>.copy-btn{width:22px;height:22px;position:absolute;top:4px;right:4px}.searched-dropdown-header{align-items:center;gap:2px;display:flex}.searched-dropdown-header>.copy-btn{width:20px;height:20px}.source-pills{border-top:1px solid var(--border);flex-wrap:wrap;gap:6px;margin-top:16px;padding-top:14px;display:flex}.source-pill{border:1px solid var(--border);background:var(--bg-tertiary);cursor:pointer;transition:all var(--transition);max-width:280px;font-family:var(--font-sans);border-radius:20px;align-items:center;gap:6px;padding:5px 12px;display:inline-flex}.source-pill:hover{border-color:var(--accent);background:var(--accent-light)}.source-pill.scripture{border-color:var(--scripture-accent)}.source-pill.scripture:hover{background:var(--scripture-bg)}.source-pill.conference{border-color:var(--conference-accent)}.source-pill.conference:hover{background:var(--conference-bg)}.source-pill.handbook{border-color:var(--handbook-accent)}.source-pill.handbook:hover{background:var(--handbook-bg)}.source-pill.gospel_topics,.source-pill.gospel_topics_essays,.source-pill.first_vision{border-color:var(--gospel-topics-accent)}.source-pill.gospel_topics:hover,.source-pill.gospel_topics_essays:hover,.source-pill.first_vision:hover{background:var(--gospel-topics-bg)}.source-pill.church_history{border-color:var(--church-history-accent)}.source-pill.church_history:hover{background:var(--church-history-bg)}.source-pill.joseph_smith_papers{border-color:var(--jsp-accent)}.source-pill.joseph_smith_papers:hover{background:var(--jsp-bg)}.source-pill-num{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:inline-flex}.source-pill.scripture .source-pill-num{background:var(--scripture-accent)}.source-pill.conference .source-pill-num{background:var(--conference-accent)}.source-pill.handbook .source-pill-num{background:var(--handbook-accent)}.source-pill.gospel_topics .source-pill-num,.source-pill.gospel_topics_essays .source-pill-num,.source-pill.first_vision .source-pill-num{background:var(--gospel-topics-accent)}.source-pill.church_history .source-pill-num{background:var(--church-history-accent)}.source-pill.joseph_smith_papers .source-pill-num{background:var(--jsp-accent)}.source-pill-label{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.follow-up-form{border-top:1px solid var(--border);flex-shrink:0;gap:8px;width:100%;padding:10px clamp(24px,8vw,100px) 16px;display:flex}.follow-up-form input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-primary);font-size:.9rem;font-family:var(--font-sans);flex:1;padding:10px 16px}.follow-up-form input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-light);outline:none}.follow-up-form input::placeholder{color:var(--text-tertiary)}.follow-up-form button{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition);border:none;align-items:center;padding:10px 14px;display:flex}.follow-up-form button:hover:not(:disabled){background:var(--accent-hover)}.follow-up-form button:disabled{opacity:.4;cursor:not-allowed}.follow-up-form button svg{width:18px;height:18px}.loading-state{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;padding:48px 0;display:flex}.error-banner{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border);border-radius:var(--radius-md);flex-shrink:0;padding:12px 16px;font-size:.9rem}.chat-error{margin:16px 24px 0}.empty-state{text-align:center;color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:48px 24px;display:flex}.empty-hint{color:var(--text-tertiary);margin-top:6px;font-size:.85rem}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}.spinner.large{border-width:3px;width:32px;height:32px}@keyframes spin{to{transform:rotate(360deg)}}.filter-backdrop{z-index:150;background:#0000004d;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.spinner{opacity:.6;animation:none}*{transition-duration:0s!important}}@media (width<=768px){.welcome-main{padding:48px 20px 32px;padding-top:max(48px, env(safe-area-inset-top,48px));align-items:flex-start}.welcome-title{font-size:2.4rem}.welcome-brand{margin-bottom:28px}input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select{font-size:16px!important}.search-input-wrapper textarea{font-size:16px}.welcome-hero .search-section{background:var(--bg-primary);border-top:1px solid var(--border);padding:10px 16px max(20px, env(safe-area-inset-bottom));z-index:50;width:auto;margin-bottom:0;position:fixed;bottom:0;left:0;right:0}.welcome-hero{text-align:center;justify-content:center;align-items:center;padding-bottom:120px}.welcome-main{justify-content:center;align-items:center;min-height:100svh}.welcome-main.search-focused .welcome-brand,.welcome-main.search-focused .welcome-auth-banner{display:none}.search-bar{width:100%}.search-bar-row{flex-wrap:wrap;align-items:center;gap:6px}.search-card{flex:100%}.search-submit{border-radius:50%;justify-content:center;width:36px;height:36px;padding:0}.search-submit-text{display:none}.search-submit-icon{display:flex}.welcome-input-area .examples-label{display:none}.welcome-input-area .examples-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;align-items:center;gap:8px;width:100%;overflow-x:auto}.welcome-input-area .examples-row::-webkit-scrollbar{display:none}.welcome-input-area .example-queries button{white-space:nowrap;flex-shrink:0;width:auto;padding:8px 14px;font-size:.82rem}.search-bar-row .filter-toggle{flex-shrink:0}.search-icon{display:none}.search-input-wrapper textarea{padding-left:12px}.filter-toggle-outer{display:none}.filter-toggle-inner{align-items:center;display:flex}.filter-toggle-inner .filter-toggle{box-shadow:none;background:0 0;border:none;padding:6px}.filter-toggle-inner .filter-toggle:hover{background:var(--bg-hover)}.example-queries button{text-align:left;padding:10px 16px;font-size:.85rem}.chat-nav{padding:0 12px}.home-btn span{display:none}.chat-layout{height:calc(100dvh - var(--nav-height));flex-direction:column}.chat-main{flex:1;width:100%;min-height:0}.loading-state{padding:32px 16px}.loading-state p{text-align:center;padding:0 8px;font-size:.88rem}.agent-status{padding:4px 0;font-size:.82rem}.sources-aside{border-left:none;border-top:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:300;max-height:80dvh;padding-bottom:env(safe-area-inset-bottom,0px);display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 40px #00000040;width:100%!important}.sources-aside.open{animation:.28s cubic-bezier(.32,.72,0,1) slideUpSheet;display:flex}@keyframes slideUpSheet{0%{opacity:.6;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.sources-drag-handle{background:var(--border);border-radius:2px;flex-shrink:0;order:-1;width:40px;height:4px;margin:12px auto 0;display:block}.sources-backdrop{z-index:290;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;display:block;position:fixed;inset:0}.chat-thread{padding:16px}.follow-up-form{padding:8px 12px;padding-bottom:max(8px, env(safe-area-inset-bottom,8px));border-top:1px solid var(--border)}.follow-up-form input{font-size:16px}.follow-up-form button{min-width:48px;padding:12px 16px}.user-message{max-width:100%}.user-message-wrapper{max-width:92%;margin-left:auto}.message-filter-chips{max-width:100%}.assistant-message{padding-left:12px}.source-pills{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;padding-bottom:4px;overflow-x:auto}.source-pills::-webkit-scrollbar{display:none}.source-pill{flex-shrink:0;max-width:200px}.filter-sidebar{width:100%;max-width:100%}.filter-close-btn{padding:10px}.filter-close-btn svg{width:20px;height:20px}.search-input-wrapper textarea,.follow-up-form input,.settings-instructions-textarea,.speaker-search,.year-range input,.auth-input{font-size:16px}.auth-banner,.gospel-topics-banner{text-align:center;flex-wrap:wrap;justify-content:center;gap:8px;padding:10px 14px}.chat-history-delete{opacity:.6}.chat-history-item .chat-history-content{padding:12px 14px}.page-content{padding:24px 16px}.page-title{font-size:1.5rem}.settings-account{flex-direction:column;align-items:flex-start;gap:12px}.settings-instructions-textarea{min-height:120px}.auth-modal-overlay{align-items:flex-end;padding:16px}.auth-modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:100%;padding:24px 20px}.result-card{padding:12px 14px}.result-header{flex-wrap:wrap;gap:6px}.result-text{font-size:.85rem}.detected-chip .chip-value{max-width:140px}.message-filter-chip .chip-value{max-width:120px}.synthesis-text{font-size:.93rem}.markdown-body ul,.markdown-body ol{padding-left:18px}.markdown-body blockquote{margin:10px 0;padding:6px 12px}}.hamburger-btn{cursor:pointer;width:36px;height:36px;color:var(--text-secondary);border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hamburger-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.nav-sidebar-overlay{z-index:200;opacity:0;pointer-events:none;transition:opacity var(--transition);background:#00000059;position:fixed;inset:0}.nav-sidebar-overlay.open{opacity:1;pointer-events:auto}.nav-sidebar{z-index:201;width:260px;height:100dvh;box-shadow:var(--shadow-lg);background:#0f1d33;border-right:1px solid #ffffff12;flex-direction:column;transition:transform .22s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.nav-sidebar.open{transform:translate(0)}.nav-sidebar-header{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex}.nav-sidebar-brand{font-family:var(--font-display);color:#fff;align-items:center;gap:10px;font-size:1.15rem;font-weight:600;display:flex}.nav-sidebar-brand svg{color:#ffffffd9}.nav-sidebar-close{cursor:pointer;color:#ffffff80;border-radius:var(--radius-sm);width:32px;height:32px;transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.nav-sidebar-close:hover{color:#fff;background:#ffffff14}.nav-sidebar-links{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex}.nav-item{text-align:left;cursor:pointer;border-radius:var(--radius-sm);color:#ffffffb3;width:100%;font-family:var(--font-sans);transition:all var(--transition);background:0 0;border:none;align-items:center;gap:12px;padding:11px 14px;font-size:.92rem;font-weight:500;display:flex}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item.active{color:#fff;background:#ffffff1f}.nav-item.nav-item-new-chat{background:var(--accent);color:#fff;margin-bottom:8px}.nav-item.nav-item-new-chat:hover{background:var(--accent-hover,var(--accent));color:#fff;opacity:.9}.nav-sidebar-footer{border-top:1px solid #ffffff12;padding:12px 16px}.nav-sidebar-user{color:#fff6;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;display:block;overflow:hidden}.auth-modal-overlay{z-index:500;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.auth-modal{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:32px}.auth-modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.auth-modal-header h2{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:600}.auth-close-btn{cursor:pointer;width:32px;height:32px;color:var(--text-tertiary);border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.auth-close-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.auth-google-btn{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;font-family:var(--font-sans);color:var(--text-primary);cursor:pointer;transition:all var(--transition);justify-content:center;align-items:center;gap:10px;padding:11px;font-size:.9rem;font-weight:500;display:flex}.auth-google-btn:hover{background:var(--bg-hover);border-color:var(--text-tertiary)}.auth-divider{color:var(--text-tertiary);align-items:center;gap:16px;margin:20px 0;font-size:.82rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-label{color:var(--text-secondary);flex-direction:column;gap:6px;margin-bottom:14px;font-size:.85rem;font-weight:500;display:flex}.auth-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);transition:border-color var(--transition);padding:10px 14px;font-size:.92rem}.auth-input:focus{border-color:var(--accent);outline:none}.auth-error{color:var(--error-text);background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-sm);margin-bottom:12px;padding:8px 12px;font-size:.85rem}.auth-confirmation{text-align:center;color:var(--text-secondary);padding:16px;font-size:.92rem}.auth-submit-btn{background:var(--accent);color:#fff;border-radius:var(--radius-md);width:100%;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition);border:none;padding:11px;font-size:.92rem;font-weight:600}.auth-submit-btn:hover{background:var(--accent-hover)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-switch{text-align:center;color:var(--text-tertiary);margin-top:20px;font-size:.85rem}.auth-switch-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:500}.auth-switch-btn:hover{text-decoration:underline}.auth-banner{background:var(--bg-tertiary);border-bottom:1px solid var(--border);color:var(--text-secondary);flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:9px 16px;font-size:.85rem;display:flex}.welcome-auth-banner{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:calc(100% - 48px);max-width:420px;color:var(--text-secondary);text-align:center;z-index:100;flex-direction:column;align-items:center;gap:14px;padding:24px 20px 20px;font-size:1rem;display:flex;position:fixed;top:100px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000024}.welcome-auth-banner p{margin:0;line-height:1.5}.welcome-auth-banner-signin{color:var(--bg-primary);background:var(--accent);border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-sans);width:100%;transition:opacity var(--transition);border:none;padding:8px 20px}.welcome-auth-banner-signin:hover{opacity:.88}.welcome-auth-banner-dismiss{cursor:pointer;color:var(--text-tertiary);font-size:.85rem;line-height:1;font-family:var(--font-sans);border-radius:var(--radius-sm);transition:color var(--transition);background:0 0;border:none;padding:4px 6px;position:absolute;top:8px;right:10px}.welcome-auth-banner-dismiss:hover{color:var(--text-primary)}.auth-banner button{color:var(--accent);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-sans);background:0 0;border:none;padding:0}.auth-banner button:hover{text-decoration:underline}.gospel-topics-banner{background:var(--gospel-topics-bg);border-bottom:1px solid var(--gospel-topics-accent);color:var(--gospel-topics-accent);flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:9px 16px;font-size:.85rem;display:flex}.gospel-topics-banner button{color:var(--gospel-topics-accent);border:1px solid var(--gospel-topics-accent);border-radius:var(--radius-sm);cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-sans);transition:all var(--transition);background:0 0;padding:4px 12px}.gospel-topics-banner button:hover{background:var(--gospel-topics-accent);color:#fff}.gospel-topics-banner button.dismiss{opacity:.7;border:none;align-items:center;padding:4px;display:flex}.gospel-topics-banner button.dismiss:hover{color:var(--gospel-topics-accent);opacity:1;background:0 0}.page-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;width:100%;max-width:680px;margin:0 auto;padding:40px 24px;overflow-y:auto}.page-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1.8rem;font-weight:600}.page-empty{text-align:center;color:var(--text-tertiary);padding:48px 24px;font-size:.95rem}.page-loading{justify-content:center;padding:48px;display:flex}.auth-cta-btn{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-family:var(--font-sans);cursor:pointer;transition:background var(--transition);border:none;align-items:center;margin-top:16px;padding:10px 24px;font-size:.9rem;font-weight:600;display:inline-flex}.auth-cta-btn:hover{background:var(--accent-hover)}.chat-history-list{flex-direction:column;gap:4px;margin-top:20px;display:flex}.chat-history-item{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-secondary);transition:all var(--transition);align-items:center;display:flex}.chat-history-item:hover{border-color:var(--accent);background:var(--bg-hover)}.chat-history-content{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:14px 16px;display:flex}.chat-history-title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:500;overflow:hidden}.chat-history-date{color:var(--text-tertiary);flex-shrink:0;font-size:.8rem}.chat-history-delete{cursor:pointer;width:36px;height:36px;color:var(--text-tertiary);border-radius:var(--radius-sm);transition:all var(--transition);opacity:0;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;display:flex}.chat-history-item:hover .chat-history-delete{opacity:1}.chat-history-delete:hover{background:var(--error-bg);color:var(--error-text)}.settings-section{border-bottom:1px solid var(--border);padding:24px 0}.settings-section:last-child{border-bottom:none}.settings-heading{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:16px;font-size:.82rem;font-weight:600}.settings-account{justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-user-info{align-items:center;gap:12px;min-width:0;display:flex}.settings-avatar{background:var(--accent-light);width:36px;height:36px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.settings-email{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.settings-guest-text{color:var(--text-secondary);font-size:.92rem}.settings-signout-btn{border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;flex-shrink:0;padding:8px 18px;font-size:.85rem;font-weight:500}.settings-signout-btn:hover{background:var(--error-bg);color:var(--error-text);border-color:var(--error-border)}.settings-row{color:var(--text-primary);justify-content:space-between;align-items:center;padding:4px 0;font-size:.92rem;display:flex}.settings-theme-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-sans);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);align-items:center;gap:8px;padding:8px 14px;font-size:.85rem;font-weight:500;display:flex}.settings-theme-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.settings-instructions-textarea{border:1px solid var(--border);background:var(--bg-secondary);width:100%;color:var(--text-primary);resize:vertical;transition:border-color var(--transition);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:.9rem}.settings-instructions-textarea:focus{border-color:var(--accent)}.settings-instructions-textarea::placeholder{color:var(--text-secondary)}.settings-instructions-actions{gap:8px;margin-top:10px;display:flex}.settings-save-btn{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;transition:all var(--transition);border-radius:6px;padding:7px 18px;font-size:.88rem;font-weight:600}.settings-save-btn:disabled{opacity:.45;cursor:default}.settings-save-btn:not(:disabled):hover{opacity:.85}.settings-clear-btn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);background:0 0;border-radius:6px;padding:7px 14px;font-size:.88rem}.settings-clear-btn:hover{background:var(--bg-hover);color:var(--text-primary)}@media (width<=380px){.welcome-title{font-size:2rem}.welcome-subtitle{font-size:.88rem}.example-queries button{padding:9px 12px;font-size:.82rem}.search-submit{padding:10px 16px;font-size:.88rem}.sources-toggle-btn span{display:none}.result-card{padding:10px 12px}.result-title{font-size:.85rem}.result-text{font-size:.82rem}.corpus-badge,.role-badge{font-size:.65rem}.mode-tab span{display:none}.mode-tab{padding:7px 10px}}.explore-page{height:calc(100vh - var(--nav-height));margin-top:var(--nav-height);grid-template-columns:280px 1fr;display:grid;overflow:hidden}.explore-page:has(.explore-detail){grid-template-columns:280px 1fr 380px}.explore-sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);flex-direction:column;gap:16px;padding:16px;display:flex;overflow-y:auto}.explore-sidebar-inner{flex-direction:column;gap:20px;display:flex}.explore-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:8px;font-size:.72rem;font-weight:700}.engine-controls{flex-direction:column;gap:8px;display:flex}.engine-toggles{flex-direction:column;gap:2px;display:flex}.engine-toggle-row{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition);align-items:center;gap:8px;padding:6px 4px;font-size:.82rem;display:flex}.engine-toggle-row:hover{background:var(--bg-hover)}.engine-toggle-disabled{opacity:.6;cursor:default}.engine-toggle-disabled:hover{background:0 0}.engine-coming-soon{color:var(--text-tertiary);margin-left:auto;font-size:.68rem;font-style:italic}.toggle-label{font-size:.82rem}.toggle-checkbox{appearance:none;background:var(--bg-tertiary);cursor:pointer;width:36px;height:20px;transition:background var(--transition);border:1px solid var(--border);border-radius:10px;flex-shrink:0;position:relative}.toggle-checkbox:checked{background:var(--accent);border-color:var(--accent)}.toggle-checkbox:before{content:"";width:16px;height:16px;transition:transform var(--transition);background:#fff;border-radius:50%;position:absolute;top:1px;left:1px}.toggle-checkbox:checked:before{transform:translate(16px)}.toggle-checkbox:disabled{opacity:.5;cursor:not-allowed}.engine-graph-controls{padding-left:4px}.engine-limit-row{color:var(--text-secondary);justify-content:space-between;align-items:center;padding:6px 0;font-size:.82rem;display:flex}.engine-limit-row input[type=number]{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-primary);width:60px;color:var(--text-primary);text-align:center;padding:4px 8px;font-size:.82rem}.explore-filter-groups{flex-direction:column;gap:4px;display:flex}.explore-filter-group{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.explore-filter-group-toggle{background:var(--bg-tertiary);cursor:pointer;width:100%;color:var(--text-secondary);transition:background var(--transition);border:none;justify-content:space-between;align-items:center;padding:8px 10px;font-size:.78rem;font-weight:600;display:flex}.explore-filter-group-toggle:hover{background:var(--bg-hover)}.explore-filter-group-body{flex-direction:column;gap:6px;padding:8px 10px;display:flex}.explore-filter-group-body .chip{padding:3px 8px;font-size:.72rem}.explore-filter-group-body .speaker-search{padding:4px 8px;font-size:.78rem}.explore-filter-group-body .speaker-list{max-height:120px}.explore-filter-group-body .speaker-item{padding:3px 6px;font-size:.75rem}.explore-filter-group-body .year-range input{padding:4px 6px;font-size:.78rem}.explore-center{background:var(--bg-primary);flex-direction:column;display:flex;overflow:hidden}.explore-search-bar{border-bottom:1px solid var(--border);background:var(--bg-secondary);gap:8px;padding:16px 20px 12px;display:flex}.explore-mobile-filter-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:.82rem;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;gap:5px;padding:8px 12px;display:none}.explore-mobile-filter-btn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.explore-mobile-filter-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.explore-search-input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:.9rem;font-family:var(--font-sans);transition:border-color var(--transition), box-shadow var(--transition);flex:1;padding:10px 14px}.explore-search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.explore-search-btn{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition);white-space:nowrap;border:none;align-items:center;gap:6px;padding:10px 18px;font-size:.85rem;font-weight:600;display:flex}.explore-search-btn:hover:not(:disabled){background:var(--accent-hover)}.explore-search-btn:disabled{opacity:.6;cursor:not-allowed}.explore-search-btn .spinner{width:14px;height:14px}.explore-meta-bar{color:var(--text-tertiary);background:var(--bg-tertiary);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:8px;padding:8px 20px;font-size:.75rem;display:flex}.explore-meta-candidates{color:var(--text-secondary);font-weight:600}.explore-meta-pipeline{gap:4px;display:flex}.explore-meta-stage{background:var(--accent-light);color:var(--accent);border-radius:3px;padding:2px 6px;font-size:.68rem;font-weight:600}.explore-results-list{flex:1;padding:8px 12px;list-style:none;overflow-y:auto}.explore-results-list li{list-style:none}.explore-result-item{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:var(--bg-secondary);text-align:left;flex-direction:column;gap:4px;width:100%;margin-bottom:6px;padding:12px 14px;display:flex}.explore-result-item:hover{border-color:var(--accent);background:var(--bg-hover)}.explore-result-item.selected{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-light);background:var(--accent-light)}.explore-result-header{align-items:center;gap:8px;display:flex}.explore-result-index{color:var(--text-tertiary);min-width:22px;font-size:.7rem;font-weight:700}.explore-score-badge{border-radius:3px;padding:2px 6px;font-family:monospace;font-size:.7rem;font-weight:700}.explore-score-badge.score-green{color:#166534;background:#dcfce7}[data-theme=dark] .explore-score-badge.score-green{color:#4ade80;background:#052e16}.explore-score-badge.score-yellow{color:#854d0e;background:#fef9c3}[data-theme=dark] .explore-score-badge.score-yellow{color:#fbbf24;background:#422006}.explore-score-badge.score-red{color:#991b1b;background:#fee2e2}[data-theme=dark] .explore-score-badge.score-red{color:#fca5a5;background:#450a0a}.explore-result-row-top{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.explore-graph-icon{color:var(--text-tertiary);margin-left:auto}.explore-result-title{color:var(--text-primary);font-size:.85rem;font-weight:600;line-height:1.3}.explore-result-subtitle{color:var(--text-tertiary);font-size:.75rem}.explore-result-preview{color:var(--text-secondary);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.explore-empty{height:200px;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:.88rem;display:flex}.explore-error{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border);border-radius:var(--radius-sm);margin:12px 20px;padding:10px 14px;font-size:.85rem}.explore-spinner-wrapper{justify-content:center;align-items:center;padding:40px;display:flex}.explore-inline-filters{flex-direction:column;gap:4px;display:flex}.explore-filter-section-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.explore-detail{overflow:hidden}.explore-detail-panel{background:var(--bg-secondary);border-left:1px solid var(--border);flex-direction:column;height:100%;display:flex;overflow:hidden}.explore-detail-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.explore-detail-title{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.95rem;font-weight:700;overflow:hidden}.explore-detail-header-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.explore-result-save{margin-left:auto}.explore-detail-close{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.explore-detail-close:hover{background:var(--bg-hover);color:var(--text-primary)}.explore-detail-close svg{width:16px;height:16px}.explore-detail-body{flex-direction:column;flex:1;gap:20px;padding:16px;display:flex;overflow-y:auto}.explore-detail-section{flex-direction:column;gap:8px;display:flex}.explore-detail-section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);border-bottom:1px solid var(--border);padding-bottom:4px;font-size:.72rem;font-weight:700}.explore-detail-meta-grid{flex-direction:column;gap:4px;display:flex}.explore-detail-meta-row{align-items:center;gap:10px;padding:3px 0;display:flex}.explore-detail-meta-label{color:var(--text-tertiary);flex-shrink:0;min-width:70px;font-size:.75rem;font-weight:600}.explore-detail-meta-value{color:var(--text-primary);font-size:.8rem}.explore-detail-meta-link{color:var(--accent);align-items:center;gap:4px;font-size:.8rem;text-decoration:none;display:flex}.explore-detail-meta-link:hover{text-decoration:underline}.explore-detail-meta-link .external-link-icon{width:12px;height:12px}.explore-detail-score{font-family:monospace;font-weight:700}.explore-graph-toggle-section{flex-direction:column;gap:8px;display:flex}.explore-graph-toggle-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:.8rem;font-weight:600;display:flex}.explore-graph-toggle-btn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--text-primary)}.explore-graph-toggle-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.explore-graph-toggle-count{background:var(--accent);color:#fff;border-radius:8px;margin-left:auto;padding:1px 6px;font-size:.68rem;font-weight:700}.explore-graph-viz{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-tertiary);overflow:hidden}.explore-graph-lists{flex-direction:column;gap:4px;display:flex}.explore-graph-lists-title{color:var(--text-tertiary);margin-top:8px;margin-bottom:4px;font-size:.75rem;font-weight:700}.explore-collapsible-section{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.explore-collapsible-header{background:var(--bg-tertiary);cursor:pointer;width:100%;color:var(--text-secondary);transition:background var(--transition);border:none;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.75rem;font-weight:600;display:flex}.explore-collapsible-header:hover{background:var(--bg-hover)}.explore-collapsible-label{align-items:center;gap:6px;display:flex}.explore-collapsible-count{background:var(--accent-light);color:var(--accent);border-radius:6px;padding:1px 5px;font-size:.65rem;font-weight:700}.explore-collapsible-chevron{width:14px;height:14px;color:var(--text-tertiary);transition:transform var(--transition)}.explore-collapsible-chevron.expanded{transform:rotate(180deg)}.explore-collapsible-body{padding:6px 10px}.explore-edge-list{flex-direction:column;gap:4px;list-style:none;display:flex}.explore-edge-item{align-items:center;gap:6px;font-size:.78rem;display:flex}.explore-edge-ref{color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:2px 0;font-size:.78rem;font-weight:500}.explore-edge-ref:hover{text-decoration:underline}.explore-edge-weight{background:var(--bg-tertiary);color:var(--text-tertiary);border-radius:3px;padding:1px 4px;font-family:monospace;font-size:.68rem}.explore-edge-type-label{color:var(--text-tertiary);font-size:.68rem;font-style:italic}.explore-citation-item{flex-direction:column;align-items:stretch}.explore-citation-btn{cursor:pointer;text-align:left;color:var(--text-primary);transition:color var(--transition);background:0 0;border:none;flex-direction:column;gap:2px;padding:4px 0;display:flex}.explore-citation-btn:hover{color:var(--accent)}.explore-citation-title{font-size:.78rem;font-weight:500}.explore-citation-meta{color:var(--text-tertiary);font-size:.7rem}.explore-detail-loading{color:var(--text-tertiary);align-items:center;gap:8px;padding:12px 0;font-size:.82rem;display:flex}.explore-detail-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.explore-detail-empty{color:var(--text-tertiary);padding:8px 0;font-size:.82rem;font-style:italic}.ref-chip-clickable{cursor:pointer;transition:all var(--transition);background:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-sm);border:none;padding:3px 8px;font-size:.75rem}.ref-chip-clickable:hover{background:var(--accent-light);color:var(--accent)}@media (width<=1024px){.explore-page{grid-template-columns:240px 1fr}.explore-page:has(.explore-detail){grid-template-columns:240px 1fr 320px}}@media (width<=768px){.explore-page{grid-template-columns:1fr}.explore-page:has(.explore-detail){grid-template-columns:1fr}.explore-sidebar{z-index:60;border-top:1px solid var(--border);background:var(--bg-secondary);border-right:none;border-radius:16px 16px 0 0;max-height:75vh;padding:16px;display:none;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.explore-sidebar--open{display:flex}.explore-mobile-backdrop{z-index:59;background:#0006;position:fixed;inset:0}.explore-mobile-filter-btn{display:flex}.explore-mobile-sidebar-close{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition);border:none;align-self:flex-end;margin-bottom:8px;padding:7px 18px}.explore-mobile-sidebar-close:hover{background:var(--accent-hover)}.explore-detail-panel{top:var(--nav-height);z-index:50;width:100%;position:fixed;bottom:0;right:0}.explore-search-bar{gap:6px;padding:10px 12px 8px}.explore-sort-bar{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding:6px 8px;overflow-x:auto}.explore-sort-bar::-webkit-scrollbar{display:none}.project-modal{padding:20px}.project-modal__title{margin-bottom:18px;font-size:1.1rem}}.mode-switcher{background:var(--bg-tertiary);border-radius:var(--radius-md);gap:2px;margin-bottom:12px;padding:6px;display:flex}.mode-tab{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:500;display:flex}.mode-tab:hover{background:var(--bg-hover);color:var(--text-primary)}.mode-tab.active{background:var(--bg-secondary);color:var(--accent);box-shadow:var(--shadow-sm)}.mode-tab svg{flex-shrink:0}.breadcrumb-trail{scrollbar-width:thin;gap:4px;padding:4px 0 8px;display:flex;overflow-x:auto}.breadcrumb-item{border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-secondary);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition);white-space:nowrap;flex-shrink:0;padding:3px 10px;font-size:.75rem}.breadcrumb-item:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.analytics-panel{flex-direction:column;height:100%;display:flex;overflow:hidden}.analytics-sub-nav{background:var(--bg-tertiary);border-radius:var(--radius-sm);flex-shrink:0;gap:2px;margin-bottom:12px;padding:4px;display:flex}.analytics-sub-tab{color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:6px 12px;font-size:.78rem;font-weight:500}.analytics-sub-tab:hover{background:var(--bg-hover);color:var(--text-primary)}.analytics-sub-tab.active{background:var(--bg-secondary);color:var(--accent);box-shadow:var(--shadow-sm)}.analytics-stats-bar{background:var(--bg-tertiary);border-radius:var(--radius-sm);flex-shrink:0;gap:0;margin-bottom:12px;padding:8px 4px;display:flex}.analytics-stat-item{border-right:1px solid var(--border);flex-direction:column;flex:1;align-items:center;padding:6px 8px;display:flex}.analytics-stat-item:last-child{border-right:none}.analytics-stat-value{font-variant-numeric:tabular-nums;color:var(--text-primary);font-size:1rem;font-weight:700}.analytics-stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);text-align:center;margin-top:2px;font-size:.65rem}.analytics-content{flex:1;overflow:hidden auto}.analytics-error{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border);border-radius:var(--radius-sm);margin-bottom:8px;padding:8px 12px;font-size:.82rem}.analytics-view{padding:4px 0}.analytics-loading{justify-content:center;padding:40px 0;display:flex}.analytics-empty{text-align:center;color:var(--text-tertiary);padding:40px 20px;font-size:.88rem}.analytics-meta{color:var(--text-tertiary);align-items:center;gap:12px;padding:6px 0 10px;font-size:.75rem;display:flex}.analytics-meta-source{background:var(--bg-tertiary);border-radius:var(--radius-sm);padding:2px 8px}.analytics-table-search{margin-bottom:10px}.analytics-search-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary);width:100%;color:var(--text-primary);font-size:.82rem;font-family:var(--font-sans);padding:6px 12px}.analytics-search-input::placeholder{color:var(--text-tertiary)}.analytics-search-input:focus{border-color:var(--border-focus);outline:none}.analytics-action-btn{color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);opacity:0;font-size:.68rem;font-family:var(--font-sans);background:0 0;border:none;align-items:center;margin-left:6px;padding:2px 4px;transition:opacity .15s,color .15s;display:inline-flex}.analytics-row:hover .analytics-action-btn,tr:hover .analytics-action-btn{opacity:1}.analytics-action-btn:hover{color:var(--accent)}.analytics-show-more{border:1px dashed var(--border);width:100%;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);font-size:.8rem;font-family:var(--font-sans);background:0 0;margin-top:8px;padding:8px}.analytics-show-more:hover{border-color:var(--accent);color:var(--accent)}.analytics-table{border-collapse:collapse;width:100%;font-size:.82rem}.analytics-table thead{background:var(--bg-secondary);z-index:2;position:sticky;top:0}.analytics-table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.03em;padding:8px 10px;font-size:.75rem;font-weight:600}.analytics-table td{border-bottom:1px solid var(--bg-tertiary);color:var(--text-primary);padding:7px 10px}.analytics-row:hover td{background:var(--bg-hover)}.analytics-row.clickable{cursor:pointer}.analytics-row td.clickable{cursor:pointer;color:var(--accent)}.analytics-row td.clickable:hover{text-decoration:underline}.col-rank{text-align:center;width:36px;color:var(--text-tertiary)}.col-count,.col-unique{text-align:right;font-variant-numeric:tabular-nums;width:80px}.analytics-chart-container{width:100%;min-height:300px;padding:8px 0}.analytics-legend{color:var(--text-secondary);flex-wrap:wrap;gap:12px;padding:12px 0;font-size:.75rem;display:flex}.legend-item{align-items:center;gap:5px;display:flex}.legend-swatch{border-radius:2px;width:10px;height:10px}.trends-ref-form{gap:8px;margin-bottom:12px;display:flex}.trends-ref-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary);color:var(--text-primary);flex:1;padding:7px 12px;font-size:.82rem}.trends-ref-input:focus{border-color:var(--border-focus);outline:none}.trends-ref-btn{background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:none;padding:7px 16px;font-size:.82rem;font-weight:500}.trends-ref-btn:hover{background:var(--accent-hover)}.trends-ref-btn:disabled{opacity:.6;cursor:not-allowed}.help-overlay{max-height:100%;padding:8px 0;overflow-y:auto}.help-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:20px;font-size:1.4rem;font-weight:600}.help-section{margin-bottom:20px}.help-section h3{color:var(--text-primary);margin-bottom:6px;font-size:.95rem;font-weight:600}.help-section p{color:var(--text-secondary);margin-bottom:8px;font-size:.84rem;line-height:1.6}.help-section ul{padding:0;list-style:none}.help-section li{color:var(--text-secondary);border-left:2px solid var(--border);margin-bottom:4px;padding:4px 0 4px 12px;font-size:.82rem}.help-section li strong{color:var(--text-primary)}.help-section kbd{background:var(--bg-tertiary);border:1px solid var(--border);font-size:.75rem;font-family:var(--font-sans);border-radius:3px;padding:1px 6px;display:inline-block}.analytics-controls-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.analytics-filter-chips{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.analytics-filter-label{color:var(--text-tertiary);font-size:.75rem;font-weight:600}.analytics-ref-link{color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:500}.analytics-ref-link:hover{text-decoration:underline}.analytics-rank{color:var(--text-tertiary);text-align:center;width:30px;font-size:.75rem;font-weight:700}.analytics-count{text-align:right;font-family:monospace;font-size:.8rem}.analytics-book{color:var(--text-secondary);font-size:.78rem}.analytics-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.analytics-table th.sortable:hover,.analytics-table th.sorted{color:var(--accent)}.analytics-table th.sorted:after{content:" ▼";font-size:.65rem}.analytics-table-wrapper{overflow-x:auto}.explore-sort-bar{border-bottom:1px solid var(--border);background:var(--bg-primary);flex-wrap:wrap;align-items:center;gap:4px;padding:6px 12px;display:flex}.explore-sort-option{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);white-space:nowrap;background:0 0;border-radius:20px;padding:3px 10px;font-size:.72rem;font-weight:500}.explore-sort-option:hover{background:var(--bg-hover)}.explore-sort-option.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent);font-weight:600}.explore-sort-option--sm{padding:2px 7px;font-size:.68rem}.explore-sort-control{flex-wrap:wrap;align-items:center;gap:3px;margin-bottom:6px;display:flex}.explore-show-more-btn{border:1px dashed var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-tertiary);cursor:pointer;transition:all var(--transition);text-align:center;background:0 0;margin-top:6px;padding:4px 8px;font-size:.72rem;display:block}.explore-show-more-btn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.explore-load-more-connections-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);justify-content:center;align-items:center;gap:6px;margin-top:10px;padding:7px 12px;font-size:.75rem;display:flex}.explore-load-more-connections-btn:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.explore-load-more-connections-btn:disabled{opacity:.65;cursor:default}.chat-nav-right{align-items:center;gap:8px;display:flex}.share-btn-wrapper{position:relative}.share-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition);align-items:center;gap:6px;padding:7px 14px;font-size:.85rem;font-weight:500;display:flex}.share-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.share-btn.shared{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.share-popover{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);min-width:320px;box-shadow:var(--shadow-lg,0 4px 24px #00000026);z-index:200;flex-direction:column;gap:10px;padding:12px;display:flex;position:absolute;top:calc(100% + 8px);right:0}.share-popover-link{gap:6px;display:flex}.share-popover-link input{font-family:var(--font-mono,monospace);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-primary);color:var(--text-primary);flex:1;min-width:0;padding:6px 8px;font-size:.8rem}.share-popover-link button{background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:6px 14px;font-size:.8rem;font-weight:600}.share-popover-link button:hover{opacity:.9}.share-popover-unshare{color:var(--text-tertiary);cursor:pointer;text-align:left;background:0 0;border:none;padding:4px 0;font-size:.8rem}.share-popover-unshare:hover{color:var(--danger,#e53e3e)}.share-fork-btn{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-family:var(--font-sans);cursor:pointer;transition:opacity var(--transition);border:none;align-items:center;gap:6px;padding:7px 14px;font-size:.85rem;font-weight:600;display:flex}.share-fork-btn:hover{opacity:.9}.share-fork-btn:disabled{opacity:.6;cursor:not-allowed}.shared-chat-banner{background:var(--accent-light);color:var(--accent);border-bottom:1px solid var(--border);justify-content:center;align-items:center;padding:6px 16px;font-size:.8rem;font-weight:600;display:flex}.chat-history-shared-badge{color:var(--accent);background:var(--accent-light);border-radius:var(--radius-sm);margin-left:8px;padding:2px 6px;font-size:.7rem;font-weight:600}@media (width<=768px){.share-popover{min-width:260px;right:-8px}.share-btn span{display:none}.share-fork-btn span{font-size:.78rem}}.explore-page.scripture-mode{grid-template-columns:1fr}.explore-page.scripture-mode .explore-center{overflow:hidden}.sb-layout{flex:1;min-height:0;display:flex;overflow:hidden}.sb-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.sb-detail{border-left:1px solid var(--border);flex-shrink:0;width:380px;display:flex;overflow:hidden}.sb-search-bar{border-bottom:1px solid var(--border);background:var(--bg-secondary);padding:12px 20px;position:relative}.sb-search-row{align-items:center;gap:8px;display:flex}.sb-book-picker-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);flex-shrink:0;justify-content:center;align-items:center;display:flex}.sb-book-picker-btn:hover{background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.sb-search-input{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-primary);color:var(--text-primary);font-size:.88rem;font-family:var(--font-sans);transition:border-color var(--transition), box-shadow var(--transition);flex:1;padding:8px 14px}.sb-search-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light);outline:none}.sb-search-btn{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition);border:none;padding:8px 20px;font-size:.85rem;font-weight:600}.sb-search-btn:hover:not(:disabled){background:var(--accent-hover)}.sb-search-btn:disabled{opacity:.5;cursor:not-allowed}.sb-book-picker{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:50;flex-direction:column;max-height:420px;display:flex;position:absolute;top:calc(100% + 4px);left:20px;right:20px}.sb-book-picker-search{border:none;border-bottom:1px solid var(--border);color:var(--text-primary);font-size:.85rem;font-family:var(--font-sans);background:0 0;outline:none;padding:10px 14px}.sb-book-picker-list{flex:1;padding:8px;overflow-y:auto}.sb-volume-group{margin-bottom:12px}.sb-volume-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);background:var(--bg-secondary);z-index:1;padding:4px 8px 6px;font-size:.68rem;font-weight:700;position:sticky;top:0}.sb-book-picker-item{border-radius:var(--radius-sm);align-items:center;gap:8px;padding:4px 8px;display:flex}.sb-book-picker-name{color:var(--text-primary);flex-shrink:0;min-width:120px;font-size:.82rem;font-weight:500}.sb-chapter-chips{flex-wrap:wrap;gap:3px;display:flex}.sb-chapter-chip{border:1px solid var(--border);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);font-variant-numeric:tabular-nums;border-radius:4px;padding:2px 7px;font-size:.7rem}.sb-chapter-chip:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.sb-chapter{-webkit-overflow-scrolling:touch;outline:none;flex:1;overflow-y:auto}.sb-chapter-header{background:var(--bg-primary);z-index:5;border-bottom:1px solid var(--border);justify-content:center;align-items:center;gap:16px;padding:24px 20px 16px;display:flex;position:sticky;top:0}.sb-chapter-title-block{text-align:center}.sb-chapter-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.6rem;font-weight:600;line-height:1.2}.sb-chapter-volume{color:var(--text-tertiary);letter-spacing:.03em;font-size:.75rem}.sb-nav-arrow{background:var(--bg-tertiary);border:1px solid var(--border);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sb-nav-arrow:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.sb-nav-arrow:disabled{opacity:.3;cursor:not-allowed}.sb-verses{max-width:720px;margin:0 auto;padding:20px 32px 40px}.sb-verse{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition), box-shadow .2s ease;align-items:flex-start;gap:4px;margin:0 -10px;padding:6px 10px;line-height:1.72;display:flex;position:relative}.sb-verse:hover{background:var(--bg-hover)}.sb-verse.selected{background:var(--accent-light);box-shadow:inset 3px 0 0 var(--accent)}.sb-verse.has-connections .sb-verse-num{color:var(--accent)}.sb-verse-num{color:var(--text-tertiary);text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:18px;padding-top:2px;font-size:.65rem;font-weight:700;line-height:1.72}.sb-verse-text{font-family:var(--font-serif);color:var(--text-primary);font-size:.92rem}.sb-connection-dot{background:var(--accent);border-radius:50%;flex-shrink:0;margin-top:7px;margin-left:4px;display:inline-block}.sb-chapter-footer{justify-content:space-between;align-items:center;gap:12px;max-width:720px;margin:0 auto;padding:16px 32px 32px;display:flex}.sb-footer-nav{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);padding:6px 14px;font-size:.78rem}.sb-footer-nav:hover:not(:disabled){background:var(--bg-hover);border-color:var(--accent);color:var(--accent)}.sb-footer-nav:disabled{opacity:.3;cursor:not-allowed}.sb-source-link{color:var(--text-tertiary);font-size:.72rem}.sb-source-link:hover{color:var(--accent)}.sb-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}.sb-empty-icon{color:var(--text-tertiary);opacity:.4}.sb-empty-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.3rem;font-weight:600}.sb-empty-hint{color:var(--text-tertiary);text-align:center;font-size:.85rem;line-height:1.6}.sb-detail-panel{background:var(--bg-secondary);flex-direction:column;height:100%;display:flex;overflow:hidden}.sb-detail-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.sb-detail-ref{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:600}.sb-detail-body{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.sb-detail-verse-text{font-family:var(--font-serif);color:var(--text-primary);background:var(--bg-tertiary);border-radius:var(--radius-sm);border-left:3px solid var(--accent);padding:12px 14px;font-size:.92rem;line-height:1.72}.sb-detail-verse-text .sb-verse-num{margin-right:4px}.sb-detail-summary{color:var(--text-secondary);align-items:center;gap:8px;padding:8px 0;font-size:.8rem;display:flex}.sb-summary-stat strong{color:var(--text-primary);font-weight:700}.sb-summary-divider{color:var(--text-tertiary)}.sb-connections-section{flex-direction:column;gap:6px;display:flex}.sb-section-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);border-bottom:1px solid var(--border);margin-bottom:2px;padding-bottom:4px;font-size:.72rem;font-weight:700}.sb-graph-section{flex-direction:column;gap:8px;display:flex}.sb-edge-group{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.sb-edge-group-header{background:var(--bg-tertiary);cursor:pointer;width:100%;color:var(--text-secondary);transition:background var(--transition);border:none;justify-content:space-between;align-items:center;padding:7px 10px;font-size:.78rem;font-weight:600;display:flex}.sb-edge-group-header:hover{background:var(--bg-hover)}.sb-edge-group-label{align-items:center;gap:6px;display:flex}.sb-edge-type-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sb-edge-count{background:var(--accent-light);color:var(--accent);border-radius:6px;padding:1px 5px;font-size:.65rem;font-weight:700}.sb-edge-list{flex-direction:column;gap:3px;padding:6px 10px;list-style:none;display:flex}.sb-edge-item{align-items:center;gap:6px;display:flex}.sb-edge-ref-btn{color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:none;padding:2px 0;font-size:.78rem;font-weight:500}.sb-edge-ref-btn:hover{text-decoration:underline}.sb-edge-weight{background:var(--bg-tertiary);color:var(--text-tertiary);border-radius:3px;padding:1px 4px;font-family:monospace;font-size:.65rem}.sb-talk-list{flex-direction:column;gap:2px;list-style:none;display:flex}.sb-talk-item{border-radius:var(--radius-sm)}.sb-talk-btn{cursor:pointer;text-align:left;border-radius:var(--radius-sm);width:100%;transition:background var(--transition);background:0 0;border:none;flex-direction:column;gap:1px;padding:5px 8px;display:flex}.sb-talk-btn:hover{background:var(--bg-hover)}.sb-talk-title{color:var(--text-primary);font-size:.78rem;font-weight:500}.sb-talk-meta{color:var(--text-tertiary);font-size:.68rem}@media (width<=1024px){.sb-detail{width:320px}.sb-verses{padding:16px 20px 40px}}@media (width<=768px){.sb-layout{flex-direction:column}.sb-detail{border-left:none;border-top:1px solid var(--border);width:100%;max-height:50vh}.sb-verses{padding:12px 16px 32px}}.tg-view{padding:0!important}.tg-layout{grid-template-columns:320px 1fr;height:100%;min-height:500px;display:grid}.tg-list-panel{border-right:1px solid var(--border);flex-direction:column;display:flex;overflow:hidden}.tg-search-bar{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:10px 12px;display:flex}.tg-search-input{background:var(--surface-1);border:1px solid var(--border);color:var(--text);border-radius:6px;flex:1;padding:6px 10px;font-size:.85rem}.tg-search-input:focus{border-color:var(--accent);outline:none}.tg-count{color:var(--text-muted);white-space:nowrap;font-size:.75rem}.tg-alphabet{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:2px;padding:6px 10px;display:flex}.tg-letter{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 5px;font-size:.7rem;font-weight:500}.tg-letter:hover{background:var(--surface-1);color:var(--text)}.tg-letter.active{background:var(--accent);color:#fff}.tg-topic-list{flex:1;overflow-y:auto}.tg-topic-item{border:none;border-bottom:1px solid var(--border-subtle,var(--border));width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:8px;padding:7px 12px;font-size:.85rem;display:flex}.tg-topic-item:hover{background:var(--surface-1)}.tg-topic-item.selected{background:var(--surface-2,var(--surface-1));border-left:3px solid var(--accent)}.tg-topic-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.tg-topic-count{color:var(--text-muted);background:var(--surface-1);border-radius:10px;flex-shrink:0;padding:1px 6px;font-size:.75rem}.tg-detail-panel{padding:0;overflow-y:auto}.tg-detail-header{border-bottom:1px solid var(--border);background:var(--bg);z-index:1;align-items:baseline;gap:12px;padding:16px 20px 8px;display:flex;position:sticky;top:0}.tg-detail-title{margin:0;font-size:1.1rem;font-weight:600}.tg-detail-count{color:var(--text-muted);font-size:.8rem}.tg-ref-list{columns:2;column-gap:16px;margin:0;padding:8px 12px;list-style:none}.tg-ref-list li{break-inside:avoid}.tg-ref-btn{text-align:left;width:100%;color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.85rem;display:block}.tg-ref-btn:hover{background:var(--surface-1);text-decoration:underline}@media (width<=768px){.tg-layout{grid-template-rows:1fr 1fr;grid-template-columns:1fr}.tg-list-panel{border-right:none;border-bottom:1px solid var(--border)}.tg-ref-list{columns:1}}.projects-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.projects-header .page-title{margin-bottom:0}.new-project-btn{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition), transform var(--transition);border:none;align-items:center;gap:7px;padding:9px 18px;display:inline-flex}.new-project-btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.projects-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.project-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:box-shadow var(--transition), transform var(--transition);position:relative;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.project-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.project-card__color-bar{width:100%;height:4px}.project-card__body{padding:16px 20px 20px}.project-card__name{color:var(--text-primary);margin-bottom:6px;font-size:1.05rem;font-weight:600}.project-card__description{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.project-card__footer{color:var(--text-tertiary);border-top:1px solid var(--border);justify-content:space-between;margin-top:auto;padding-top:12px;font-size:.8rem;display:flex}.project-card__delete{background:var(--bg-tertiary);border-radius:var(--radius-sm);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;opacity:0;transition:opacity var(--transition), color var(--transition), background var(--transition);border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:10px;right:10px}.project-card:hover .project-card__delete{opacity:1}.project-card__delete:hover{color:var(--error-text);background:var(--error-bg)}.project-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.project-modal{background:var(--bg-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:480px;padding:32px}.project-modal__title{color:var(--text-primary);margin-bottom:24px;font-size:1.25rem;font-weight:600}.project-modal__field{margin-bottom:18px}.project-modal__label{color:var(--text-secondary);margin-bottom:6px;font-size:.85rem;font-weight:500;display:block}.project-modal__input,.project-modal__textarea{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-size:.9rem;font-family:var(--font-sans);transition:border-color var(--transition);padding:10px 14px}.project-modal__input:focus,.project-modal__textarea:focus{border-color:var(--accent);outline:none}.project-modal__textarea{resize:vertical;min-height:80px}.project-modal__colors{flex-flow:wrap;gap:10px;display:flex}.project-modal__color-swatch{cursor:pointer;width:28px;height:28px;transition:transform var(--transition), box-shadow var(--transition);border:2px solid #0000;border-radius:50%;padding:0}.project-modal__color-swatch:hover{transform:scale(1.15)}.project-modal__color-swatch.selected{box-shadow:0 0 0 3px var(--accent);border-color:#fff}.project-modal__actions{flex-direction:row;justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.project-modal__cancel{color:var(--text-secondary);font-size:.9rem;font-family:var(--font-sans);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition);background:0 0;border:none;padding:10px 16px}.project-modal__cancel:hover{color:var(--text-primary)}.project-modal__create{background:var(--accent);color:#fff;border-radius:var(--radius-md);font-size:.9rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;transition:background var(--transition);border:none;padding:10px 24px}.project-modal__create:hover:not(:disabled){background:var(--accent-hover)}.project-modal__create:disabled{opacity:.5;cursor:not-allowed}.save-to-project-wrapper{align-items:center;display:inline-flex;position:relative}.save-to-project-btn{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;transition:color var(--transition), background var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.save-to-project-btn:hover{color:var(--accent);background:var(--accent-light)}.save-to-project-btn.saved{color:var(--accent)}.save-to-project-feedback{color:#10b981;align-items:center;gap:4px;margin-left:4px;font-size:.75rem;font-weight:500;animation:.3s feedback-flash;display:inline-flex}@keyframes feedback-flash{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.save-to-project-popover{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:50;min-width:220px;max-height:280px;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto}.save-to-project-popover__item{color:var(--text-primary);cursor:pointer;transition:background var(--transition);align-items:center;gap:10px;padding:10px 14px;font-size:.875rem;display:flex}.save-to-project-popover__item:hover{background:var(--bg-secondary)}.save-to-project-popover__item:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.save-to-project-popover__color-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.save-to-project-popover__new{border-top:1px solid var(--border);color:var(--accent);cursor:pointer;transition:background var(--transition);padding:10px 14px;font-size:.875rem}.save-to-project-popover__new:hover{background:var(--bg-secondary)}.save-to-project-popover__new:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.save-to-project-popover__inline-create{border-top:1px solid var(--border);align-items:center;gap:8px;padding:8px 14px;display:flex}.save-to-project-popover__inline-create input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.85rem;font-family:var(--font-sans);flex:1;padding:6px 10px}.save-to-project-popover__inline-create input:focus{border-color:var(--accent);outline:none}.save-to-project-popover__inline-create button{background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-size:.82rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;transition:background var(--transition);border:none;padding:6px 12px}.save-to-project-popover__inline-create button:hover:not(:disabled){background:var(--accent-hover)}.save-to-project-popover__inline-create button:disabled{opacity:.5;cursor:not-allowed}.project-detail{flex-direction:column;height:100%;display:flex;overflow:hidden}.project-detail__header{border-bottom:1px solid var(--border);background:var(--bg-primary);flex-shrink:0;align-items:center;gap:10px;padding:12px 24px;display:flex}.project-detail__back{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:color var(--transition), background var(--transition);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.project-detail__back:hover{color:var(--text-primary);background:var(--bg-secondary)}.project-detail__color-dot{border-radius:50%;flex-shrink:0;width:12px;height:12px}.project-detail__name{color:var(--text-primary);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-size:1.15rem;font-weight:600;overflow:hidden}.project-detail__name--input{border:none;border-bottom:2px solid var(--accent);font-size:1.15rem;font-weight:600;font-family:var(--font-sans);color:var(--text-primary);background:0 0;border-radius:0;width:100%;padding:2px 4px}.project-detail__name--input:focus{outline:none}.project-detail__actions{align-items:center;gap:8px;margin-left:auto;display:flex}.project-detail__compare-btn{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.85rem;font-family:var(--font-sans);cursor:pointer;transition:all var(--transition);background:0 0;padding:6px 14px}.project-detail__compare-btn:hover{border-color:var(--accent);color:var(--accent)}.project-detail__compare-btn.active{background:var(--accent-light);border-color:var(--accent);color:var(--accent);font-weight:500}.project-board{flex-direction:row;flex:1;align-items:flex-start;gap:16px;padding:16px;display:flex;overflow:auto hidden}.project-board__column{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border);width:300px;max-height:calc(100vh - 140px);transition:border-color var(--transition);flex-direction:column;flex-shrink:0;display:flex}.project-board__column--over{border-color:var(--accent)}.project-board__column--notes{background:var(--bg-tertiary)}.project-board__column-header{background:inherit;border-bottom:1px solid var(--border);z-index:1;border-radius:var(--radius-md) var(--radius-md) 0 0;align-items:center;gap:8px;padding:10px 14px;font-size:.875rem;font-weight:600;display:flex;position:sticky;top:0}.project-board__column-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.project-board__column-name-input{border:none;border-bottom:1px solid var(--accent);font-size:.875rem;font-weight:600;font-family:var(--font-sans);color:var(--text-primary);background:0 0;flex:1;padding:0 2px}.project-board__column-name-input:focus{outline:none}.project-board__column-count{color:var(--text-tertiary);font-size:.8rem;font-weight:400}.project-board__column-remove{width:22px;height:22px;color:var(--text-tertiary);cursor:pointer;opacity:.5;transition:opacity var(--transition), color var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.project-board__column-remove:hover{opacity:1;color:var(--error-text)}.project-board__column-body{flex-direction:column;flex:1;gap:8px;min-height:60px;padding:8px;display:flex;overflow-y:auto}.project-board__column-empty{text-align:center;color:var(--text-tertiary);padding:24px 8px;font-size:.8rem;font-style:italic}.project-board__add-note{border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-tertiary);font-size:.82rem;font-family:var(--font-sans);cursor:pointer;width:100%;transition:border-color var(--transition), color var(--transition);background:0 0;align-items:center;gap:6px;padding:7px 12px;display:flex}.project-board__add-note:hover{border-color:var(--accent);color:var(--accent)}.project-board__add-column{border:2px dashed var(--border);border-radius:var(--radius-md);width:220px;height:100px;color:var(--text-tertiary);cursor:pointer;transition:border-color var(--transition), color var(--transition);flex-direction:column;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;gap:6px;font-size:.875rem;display:flex}.project-board__add-column:hover{border-color:var(--accent);color:var(--accent)}.project-board__add-column:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.project-board-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:grab;transition:box-shadow var(--transition), border-color var(--transition);padding:10px 10px 10px 24px;position:relative}.project-board-card:active{cursor:grabbing}.project-board-card:hover{box-shadow:var(--shadow-sm)}.project-board-card--dragging{opacity:.45;border-color:var(--accent)}.project-board-card--chat-ref{border-left:3px solid var(--accent)}.project-board-card__drag-handle{width:20px;color:var(--border);cursor:grab;touch-action:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0}.project-board-card:hover .project-board-card__drag-handle{color:var(--text-tertiary)}.project-board-card__header{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px;display:flex}.project-board-card__corpus{padding:2px 7px!important;font-size:.7rem!important}.project-board-card__title{color:var(--text-primary);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:4px;font-size:.85rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.project-board-card__subtitle{color:var(--text-tertiary);margin-bottom:5px;font-size:.75rem;line-height:1.3}.project-board-card__text{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.55;display:-webkit-box;overflow:hidden}.project-board-card__annotation{color:var(--accent);border-left:2px solid var(--accent);cursor:pointer;margin-top:8px;padding-left:8px;font-size:.78rem;font-style:italic;line-height:1.5}.project-board-card__annotation-input{background:var(--bg-secondary);border-radius:var(--radius-sm);width:100%;font-size:.78rem;font-family:var(--font-sans);color:var(--text-primary);resize:none;border:none;margin-top:8px;padding:5px 8px}.project-board-card__annotation-input:focus{outline:1px solid var(--accent)}.project-board-card__annotation-add{color:var(--text-tertiary);font-size:.75rem;font-family:var(--font-sans);cursor:pointer;opacity:0;transition:opacity var(--transition), color var(--transition);background:0 0;border:none;margin-top:8px;padding:0;display:block}.project-board-card:hover .project-board-card__annotation-add{opacity:1}.project-board-card__annotation-add:hover{color:var(--accent)}.project-board-card__remove{width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;opacity:0;transition:opacity var(--transition), color var(--transition), background var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:6px;right:6px}.project-board-card:hover .project-board-card__remove{opacity:1}.project-board-card__remove:hover{color:var(--error-text);background:var(--error-bg)}.project-board-card__checkbox{cursor:pointer;width:14px;height:14px;accent-color:var(--accent);position:absolute;top:8px;left:6px}.project-compare{flex-direction:column;height:100%;display:flex;overflow:hidden}.project-compare__header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:14px 24px;display:flex}.project-compare__title{color:var(--text-primary);font-size:1rem;font-weight:600}.project-compare__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:color var(--transition), background var(--transition);background:0 0;border:none;justify-content:center;align-items:center;margin-left:auto;display:flex}.project-compare__close:hover{color:var(--text-primary);background:var(--bg-secondary)}.project-compare__grid{grid-template-columns:repeat(var(--compare-cols,2), 1fr);flex:1;align-items:start;gap:16px;padding:16px;display:grid;overflow-y:auto}.project-compare__cell{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);max-height:calc(100vh - 180px);padding:20px;overflow-y:auto}.project-compare__cell-header{border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:12px}.project-compare__cell-corpus{margin-bottom:8px}.project-compare__cell-title{color:var(--text-primary);margin-top:8px;margin-bottom:4px;font-size:1rem;font-weight:600}.project-compare__cell-subtitle{color:var(--text-secondary);font-size:.85rem}.project-compare__cell-text{color:var(--text-primary);font-size:.9rem;line-height:1.75}@media (width<=768px){.project-compare__grid .sp-profile{padding:4px 0}.project-compare__grid .sp-back-btn{color:var(--accent);cursor:pointer;font-size:.8rem;font-family:var(--font-sans);background:0 0;border:none;margin-bottom:8px;padding:0}.project-compare__grid .sp-back-btn:hover{text-decoration:underline}.project-compare__grid .sp-header{margin-bottom:16px}.project-compare__grid .sp-name{font-family:var(--font-display);color:var(--text-primary);margin:0 0 10px;font-size:1.1rem;font-weight:600}.project-compare__grid .sp-summary-stats{flex-wrap:wrap;gap:8px;display:flex}.project-compare__grid .sp-stat{background:var(--bg-tertiary);border-radius:var(--radius-sm);text-align:center;flex:1;min-width:80px;padding:8px 12px}.project-compare__grid .sp-stat-value{font-variant-numeric:tabular-nums;color:var(--accent);font-size:1.1rem;font-weight:700;display:block}.project-compare__grid .sp-stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary);margin-top:2px;font-size:.65rem;display:block}.project-compare__grid .sp-section{margin-bottom:20px}.project-compare__grid .sp-section h3{text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);border-bottom:1px solid var(--border);margin:0 0 8px;padding-bottom:4px;font-size:.78rem;font-weight:600}.project-compare__grid .sp-section--two-col{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (width<=600px){.project-compare__grid .sp-section--two-col{grid-template-columns:1fr}}.project-compare__grid .project-note-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 32px 10px 12px;position:relative}.project-compare__grid .project-note-card__body{color:var(--text-secondary);white-space:pre-wrap;cursor:pointer;min-height:24px;font-size:.85rem;line-height:1.65}.project-compare__grid .project-note-card__body--empty{color:var(--text-tertiary);font-style:italic}.project-compare__grid .project-note-card__body:focus-visible{outline:1px solid var(--accent);border-radius:2px}.project-compare__grid .project-note-card__textarea{background:var(--bg-secondary);border-radius:var(--radius-sm);width:100%;font-size:.85rem;font-family:var(--font-sans);color:var(--text-primary);resize:vertical;border:none;min-height:60px;padding:6px 8px;line-height:1.65}.project-compare__grid .project-note-card__textarea:focus{outline:1px solid var(--accent)}.project-compare__grid .project-note-card__remove{width:20px;height:20px;color:var(--text-tertiary);cursor:pointer;opacity:0;transition:opacity var(--transition), color var(--transition);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:7px;right:7px}.project-compare__grid .project-note-card:hover .project-note-card__remove{opacity:1}.project-compare__grid .project-note-card__remove:hover{color:var(--error-text)}.project-compare__grid .project-note-card__remove:hover .sp-books-list{flex-direction:column;gap:4px;display:flex}.project-compare__grid .project-note-card__remove:hover .sp-book-item{border-radius:var(--radius-sm);background:var(--bg-tertiary);justify-content:space-between;align-items:center;padding:4px 8px;font-size:.82rem;display:flex}.project-compare__grid .project-note-card__remove:hover .sp-book-name{color:var(--text-primary)}.project-compare__grid .project-note-card__remove:hover .sp-book-count{color:var(--text-secondary);font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600}.project-compare__grid .project-note-card__remove:hover .sp-talks-list{max-height:400px;margin:0;padding:0;list-style:none;overflow-y:auto}.project-compare__grid .project-note-card__remove:hover .sp-talk-item{border-bottom:1px solid var(--bg-tertiary);align-items:baseline;gap:8px;padding:5px 0;font-size:.82rem;display:flex}.project-compare__grid .project-note-card__remove:hover .sp-talk-year{color:var(--text-tertiary);font-variant-numeric:tabular-nums;min-width:32px;font-size:.72rem}.project-compare__grid .project-note-card__remove:hover .sp-talk-link{color:var(--accent);flex:1;text-decoration:none}.project-compare__grid .project-note-card__remove:hover .sp-talk-link:hover{text-decoration:underline}.project-compare__grid .project-note-card__remove:hover .sp-talk-title{color:var(--text-primary);flex:1}.project-compare__grid .project-note-card__remove:hover .graph-explore-view{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.project-compare__grid .project-note-card__remove:hover .gev-header{border-bottom:1px solid var(--border);background:var(--bg-secondary);flex-shrink:0;align-items:center;gap:14px;padding:12px 20px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-back-btn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition);justify-content:center;align-items:center;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-back-btn:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--accent)}.project-compare__grid .project-note-card__remove:hover .gev-header-info{flex:1;min-width:0}.project-compare__grid .project-note-card__remove:hover .gev-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.125rem;font-weight:700;line-height:1.3;overflow:hidden}.project-compare__grid .project-note-card__remove:hover .gev-stats{flex-wrap:wrap;gap:6px;margin-top:4px;display:inline-flex}.project-compare__grid .project-note-card__remove:hover .gev-stat-pill{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-secondary);font-variant-numeric:tabular-nums;border-radius:10px;padding:1px 8px;font-size:.72rem}.project-compare__grid .project-note-card__remove:hover .gev-body{flex:1;min-height:0;display:flex;overflow:hidden}.project-compare__grid .project-note-card__remove:hover .gev-canvas{background:var(--bg-primary);border-right:1px solid var(--border);background-image:radial-gradient(var(--border) 1px, transparent 1px);background-size:24px 24px;flex:1;min-width:0;min-height:0;position:relative}.project-compare__grid .project-note-card__remove:hover .gev-canvas .explore-graph-viz,.project-compare__grid .project-note-card__remove:hover .gev-canvas .explore-graph-viz>div{height:100%!important}.project-compare__grid .project-note-card__remove:hover .gev-loading{height:100%;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:.85rem;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-canvas-hint{color:var(--text-tertiary);pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:.03em;opacity:.7;font-size:.65rem;position:absolute;top:10px;right:12px}.project-compare__grid .project-note-card__remove:hover .gev-legend{color:#ffffffd9;-webkit-user-select:none;user-select:none;pointer-events:none;background:#000000a6;border:1px solid #ffffff1a;border-radius:20px;gap:12px;padding:6px 14px;font-size:.72rem;display:flex;position:absolute;bottom:12px;left:12px}.project-compare__grid .project-note-card__remove:hover .gev-legend-item{align-items:center;gap:5px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.project-compare__grid .project-note-card__remove:hover .gev-sidebar{background:var(--bg-secondary);flex-direction:column;flex-shrink:0;gap:12px;width:300px;padding:16px;display:flex;overflow-y:auto}.project-compare__grid .project-note-card__remove:hover .gev-divider{border:none;border-top:1px solid var(--border);margin:0}.project-compare__grid .project-note-card__remove:hover .gev-filter-section,.project-compare__grid .project-note-card__remove:hover .gev-selected-section,.project-compare__grid .project-note-card__remove:hover .gev-talks-section{flex-direction:column;gap:8px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-filter-header{justify-content:space-between;align-items:center;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;margin:0;font-size:.78rem;font-weight:700;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-filter-actions{gap:6px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-filter-action{color:var(--accent);cursor:pointer;transition:text-decoration-color var(--transition);background:0 0;border:none;padding:0;font-size:.68rem;-webkit-text-decoration:underline #0000;text-decoration:underline #0000}.project-compare__grid .project-note-card__remove:hover .gev-filter-action:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.project-compare__grid .project-note-card__remove:hover .gev-threshold-row{flex-direction:column;gap:4px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-threshold-value{font-variant-numeric:tabular-nums;color:var(--accent);margin-left:auto;font-size:.82rem;font-weight:700}.project-compare__grid .project-note-card__remove:hover .gev-threshold-slider{width:100%;accent-color:var(--accent);cursor:pointer;height:4px}.project-compare__grid .project-note-card__remove:hover .gev-threshold-labels{color:var(--text-tertiary);letter-spacing:.02em;justify-content:space-between;font-size:.62rem;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-edge-filters{flex-direction:column;gap:4px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;transition:all var(--transition);text-align:left;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:.78rem;font-weight:500;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip:hover{background:var(--bg-hover)}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip.active{font-weight:600}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip:not(.active){opacity:.5}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip:not(.active):hover{opacity:.8}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip:not(.active) .gev-edge-chip-dot{opacity:.35}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.project-compare__grid .project-note-card__remove:hover .gev-edge-chip-count{color:var(--text-tertiary);background:var(--bg-tertiary);border-radius:8px;margin-left:auto;padding:1px 6px;font-size:.68rem;font-weight:700}.project-compare__grid .project-note-card__remove:hover .gev-talk-toggle{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;padding:6px 0;font-size:.78rem;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-talk-toggle input[type=checkbox]{accent-color:var(--accent)}.project-compare__grid .project-note-card__remove:hover .gev-talk-toggle span{align-items:center;gap:6px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-selected-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-navigate-btn{color:var(--accent);border:1px solid var(--accent);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition);background:0 0;flex-shrink:0;align-items:center;gap:4px;padding:3px 8px;font-size:.72rem;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-navigate-btn:hover{background:var(--accent);color:#fff}.project-compare__grid .project-note-card__remove:hover .gev-node-edges{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-node-edge-item{align-items:center;gap:6px;padding:4px 0;font-size:.75rem;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-edge-type-pip{border-radius:50%;flex-shrink:0;width:6px;height:6px}.project-compare__grid .project-note-card__remove:hover .gev-node-edge-ref{color:var(--accent);cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;flex:1;min-width:0;padding:0;font-size:.75rem;overflow:hidden}.project-compare__grid .project-note-card__remove:hover .gev-node-edge-ref:hover{text-decoration:underline}.project-compare__grid .project-note-card__remove:hover .gev-node-edge-weight{color:var(--text-tertiary);font-variant-numeric:tabular-nums;font-size:.68rem}.project-compare__grid .project-note-card__remove:hover .gev-node-edge-type{color:var(--text-tertiary);font-size:.65rem}.project-compare__grid .project-note-card__remove:hover .gev-explore-node-btn{border:1px solid var(--accent);border-radius:var(--radius-sm);background:var(--accent-light);width:100%;color:var(--accent);cursor:pointer;transition:all var(--transition);padding:8px;font-size:.78rem;font-weight:600}.project-compare__grid .project-note-card__remove:hover .gev-explore-node-btn:hover{background:var(--accent);color:#fff}.project-compare__grid .project-note-card__remove:hover .gev-talk-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-talk-item{border-radius:var(--radius-sm)}.project-compare__grid .project-note-card__remove:hover .gev-talk-btn{border-radius:var(--radius-sm);cursor:pointer;text-align:left;width:100%;transition:all var(--transition);background:0 0;border:1px solid #0000;flex-direction:column;gap:2px;padding:6px 8px;display:flex}.project-compare__grid .project-note-card__remove:hover .gev-talk-btn:hover{background:var(--bg-tertiary);border-color:var(--border)}.project-compare__grid .project-note-card__remove:hover .gev-talk-title{color:var(--text-primary);font-size:.78rem;line-height:1.3}.project-compare__grid .project-note-card__remove:hover .gev-talk-meta{color:var(--text-tertiary);font-size:.68rem}.project-compare__grid .project-note-card__remove:hover .explore-graph-full-btn{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.project-compare__grid .project-note-card__remove:hover .explore-graph-full-btn:hover{background:var(--accent);color:#fff}.project-compare__grid .project-note-card__remove:hover .explore-graph-toggle-row{gap:6px;display:flex}@media (hover:none){.project-compare__grid .project-note-card__remove:hover .project-card__delete,.project-compare__grid .project-note-card__remove:hover .project-board-card__annotation-add,.project-compare__grid .project-note-card__remove:hover .project-board-card__remove{opacity:1}}@media (width<=768px){.project-compare__grid .project-note-card__remove:hover .project-board{scroll-snap-type:x mandatory;gap:12px;padding:12px}.project-compare__grid .project-note-card__remove:hover .project-board__column{scroll-snap-align:start;width:calc(100vw - 48px);max-height:calc(100vh - 120px)}.project-compare__grid .project-note-card__remove:hover .project-detail__header{gap:8px;padding:10px 16px}.project-compare__grid .project-note-card__remove:hover .project-detail__compare-btn{padding:6px 10px;font-size:.8rem}}}
