:root{--primary:#0284c7;--primary-light:#e0f2fe;--primary-hover:#0369a1;--bg-main:#f8fafc;--bg-sidebar:#fff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--font-sans:"Outfit", "Inter", system-ui, sans-serif;--radius:16px;--shadow:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;min-height:100%}body{font-family:var(--font-sans);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;line-height:1.5}#root{flex-direction:column;width:100%;height:100%;min-height:100dvh;display:flex}button{cursor:pointer;font-family:inherit;transition:all .2s}input,textarea{outline:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.landing-page{--lp-primary:#0284c7;--lp-primary-dark:#0369a1;--lp-primary-soft:#e0f2fe;--lp-text:#0f172a;--lp-muted:#64748b;--lp-border:#e2e8f0;--lp-bg:#f8fafc;--lp-surface:#fff;width:100%;color:var(--lp-text);background:var(--lp-bg);scroll-behavior:smooth;flex:1;min-height:100dvh;font-family:Outfit,Inter,system-ui,sans-serif;overflow:hidden auto}.landing-nav{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--lp-border);background:#f8fafcd9;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;width:100%;max-width:none;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:var(--lp-primary);flex-shrink:0;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.nav-links{flex:1;justify-content:center;align-items:center;gap:.25rem;padding:0 1rem;display:flex}.nav-link-item{color:var(--lp-muted);white-space:nowrap;border-radius:8px;padding:.45rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .15s,background .15s}.nav-link-item:hover{color:var(--lp-primary);background:var(--lp-primary-soft)}.nav-link-item.active{color:var(--lp-primary-dark);background:var(--lp-primary-soft)}.nav-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.nav-link{color:var(--lp-muted);font-size:.9rem;font-weight:600;text-decoration:none}.nav-link:hover{color:var(--lp-primary)}.nav-link-primary{color:var(--lp-primary);font-size:.9rem;font-weight:600;text-decoration:none}.nav-btn{background:var(--lp-text);color:#fff;border:none;border-radius:10px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:600}.nav-btn:hover{background:#1e293b}.section-wrap{text-align:center;width:100%;max-width:none;margin:0 auto;padding:0 2rem}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--lp-primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.section-wrap h2{letter-spacing:-.02em;text-align:center;margin-bottom:.75rem;font-size:2rem;font-weight:800}.section-desc{color:var(--lp-muted);text-align:center;max-width:520px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.6}.btn-primary{background:var(--lp-primary);color:#fff;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.85rem 1.4rem;font-size:1rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.btn-primary:hover{background:var(--lp-primary-dark);transform:translateY(-1px)}.btn-ghost{color:var(--lp-text);border:1px solid var(--lp-border);background:var(--lp-surface);border-radius:12px;align-items:center;padding:.85rem 1.2rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-ghost:hover{border-color:var(--lp-primary);color:var(--lp-primary)}.btn-ghost-light{color:#fff;border:1px solid #ffffff59;border-radius:12px;padding:.85rem 1.2rem;font-weight:600;text-decoration:none}.btn-ghost-light:hover{background:#ffffff1a}.chrome-dot{border-radius:50%;width:10px;height:10px}.chrome-dot.red{background:#f87171}.chrome-dot.yellow{background:#fbbf24}.chrome-dot.green{background:#4ade80}.hero{background:radial-gradient(ellipse 80% 60% at 70% 0%, #0284c71f, transparent), radial-gradient(ellipse 50% 40% at 10% 80%, #0284c70f, transparent), var(--lp-bg);padding:4rem 1.5rem 5rem}.hero-inner{grid-template-columns:1fr 1.05fr;align-items:center;gap:3rem;width:100%;max-width:none;margin:0 auto;padding:0 2rem;display:grid}.hero-copy{text-align:center}.hero-eyebrow{background:var(--lp-primary-soft);color:var(--lp-primary-dark);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero-copy h1{letter-spacing:-.03em;text-align:center;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.25rem);font-weight:800;line-height:1.12}.hero-highlight{color:var(--lp-primary)}.hero-copy>p{color:var(--lp-muted);text-align:center;max-width:480px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.65}.hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;display:flex}.hero-points{flex-wrap:wrap;justify-content:center;gap:1rem 1.5rem;list-style:none;display:flex}.hero-points li{color:var(--lp-muted);align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;display:flex}.hero-points li svg{color:var(--lp-primary)}.hero-preview{justify-content:center;display:flex}.preview-window{background:var(--lp-surface);border:1px solid var(--lp-border);border-radius:16px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 20px 40px -12px #0284c726}.preview-chrome{border-bottom:1px solid var(--lp-border);background:#f1f5f9;align-items:center;gap:.45rem;padding:.75rem 1rem;display:flex}.chrome-title{color:var(--lp-muted);margin-left:.5rem;font-size:.75rem;font-weight:600}.preview-body{min-height:300px;display:flex}.preview-sidebar{border-right:1px solid var(--lp-border);background:#fafbfc;flex-direction:column;gap:.4rem;width:38%;padding:1rem .75rem;display:flex}.preview-sidebar-title{text-transform:uppercase;letter-spacing:.06em;color:var(--lp-muted);padding:0 .35rem .5rem;font-size:.65rem;font-weight:700}.preview-conv{color:var(--lp-muted);white-space:nowrap;text-overflow:ellipsis;border-radius:8px;padding:.45rem .5rem;font-size:.7rem;overflow:hidden}.preview-conv.active{background:var(--lp-primary-soft);color:var(--lp-primary-dark);font-weight:600}.preview-upload{color:var(--lp-primary);border:1.5px dashed #bae6fd;border-radius:8px;justify-content:center;align-items:center;gap:.35rem;margin-top:auto;padding:.6rem .4rem;font-size:.65rem;font-weight:600;display:flex}.preview-chat{flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex}.preview-msg{align-items:flex-start;gap:.4rem;font-size:.72rem;display:flex}.preview-msg.user{flex-direction:row-reverse}.preview-msg.user span{background:var(--lp-primary);color:#fff;border-radius:10px 10px 2px;max-width:85%;padding:.45rem .65rem}.preview-msg.assistant{color:var(--lp-text)}.preview-answer{border:1px solid var(--lp-border);background:#f8fafc;border-radius:10px;max-width:90%;padding:.6rem .7rem}.preview-answer strong{margin-bottom:.25rem;font-size:.7rem;display:block}.preview-answer p{color:var(--lp-muted);font-size:.65rem;line-height:1.45}.preview-trust{color:#059669;background:#ecfdf5;border-radius:999px;align-items:center;gap:.25rem;margin-top:.4rem;padding:.2rem .45rem;font-size:.6rem;font-weight:600;display:inline-flex}.preview-input{border:1px solid var(--lp-border);color:#94a3b8;background:#fff;border-radius:10px;margin-top:auto;padding:.55rem .75rem;font-size:.65rem}.demo-section{background:var(--lp-surface);border-top:1px solid var(--lp-border);padding:5rem 0 6rem}.demo-browser{border:1px solid var(--lp-border);border-radius:14px;width:100%;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 20px 50px -20px #0f172a33}.demo-browser-bar{border-bottom:1px solid var(--lp-border);background:#f1f5f9;align-items:center;gap:.45rem;padding:.75rem 1rem;display:flex}.chrome-url{color:var(--lp-muted);border:1px solid var(--lp-border);background:#fff;border-radius:6px;margin-left:.5rem;padding:.25rem .75rem;font-size:.75rem}.demo-screenshot-btn{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block}.demo-screenshot-btn:hover{opacity:.95}.demo-screenshot{width:100%;display:block}.demo-prompts{flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin-top:1.75rem;display:flex}.demo-prompts>span{color:var(--lp-muted);font-size:.875rem;font-weight:600}.prompt-chip{background:var(--lp-bg);color:var(--lp-primary-dark);border:1px solid #bae6fd;border-radius:999px;padding:.45rem .9rem;font-size:.8rem;font-weight:500}.prompt-chip:hover{background:var(--lp-primary-soft);border-color:var(--lp-primary)}.features-section{padding:5rem 0}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem;display:grid}.feature-card{background:var(--lp-surface);border:1px solid var(--lp-border);text-align:left;border-radius:14px;padding:1.75rem;transition:border-color .2s,box-shadow .2s}.feature-card:hover{border-color:#bae6fd;box-shadow:0 8px 24px -8px #0284c71f}.feature-icon{background:var(--lp-primary-soft);width:44px;height:44px;color:var(--lp-primary);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.feature-card p{color:var(--lp-muted);font-size:.9rem;line-height:1.55}.steps-section{background:var(--lp-surface);border-top:1px solid var(--lp-border);padding:5rem 0}.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}.step-card{border:1px solid var(--lp-border);background:var(--lp-bg);text-align:left;border-radius:14px;padding:1.75rem}.step-num{background:var(--lp-primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:1rem;font-size:1rem;font-weight:800;display:flex}.step-card h3{margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.step-card p{color:var(--lp-muted);font-size:.9rem;line-height:1.55}.cta-section{padding:4rem 1.5rem 5rem}.cta-card{text-align:center;color:#fff;background:linear-gradient(135deg,#0369a1 0%,#0284c7 50%,#0ea5e9 100%);border-radius:20px;width:100%;max-width:none;margin:0 auto;padding:3rem 2.5rem}.cta-card h2{margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.cta-card p{opacity:.9;margin-bottom:1.75rem}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.cta-card .btn-primary{color:var(--lp-primary-dark);background:#fff}.cta-card .btn-primary:hover{background:#f0f9ff}.landing-footer{border-top:1px solid var(--lp-border);background:var(--lp-surface);padding:3rem 1.5rem 2rem}.footer-inner{width:100%;max-width:none;margin:0 auto;padding:0 2rem}.footer-grid{border-bottom:1px solid var(--lp-border);grid-template-columns:1.4fr .8fr .8fr;gap:2.5rem;padding-bottom:2rem;display:grid}.footer-brand-col{max-width:320px}.footer-brand{color:var(--lp-primary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.05rem;font-weight:700;text-decoration:none;display:inline-flex}.footer-brand:hover{color:var(--lp-primary-dark)}.footer-tagline{color:var(--lp-muted);margin:0;font-size:.9rem;line-height:1.6}.footer-links-col h4{letter-spacing:.06em;text-transform:uppercase;color:var(--lp-text);margin:0 0 1rem;font-size:.75rem;font-weight:700}.footer-links-col ul{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-col a{color:var(--lp-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.footer-links-col a:hover{color:var(--lp-primary)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.footer-bottom p{color:var(--lp-muted);margin:0;font-size:.875rem}.footer-disclaimer{font-size:.8rem!important}@media (width<=1100px){.nav-links{display:none}}@media (width<=900px){.hero-inner{text-align:center;grid-template-columns:1fr}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-cta,.hero-points{justify-content:center}.features-grid,.steps-grid{grid-template-columns:1fr}.nav-link,.nav-link-primary{display:none}}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand-col{grid-column:1/-1;max-width:none}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (width<=520px){.hero-preview{display:none}.section-wrap h2{font-size:1.6rem}.footer-grid{grid-template-columns:1fr}}.marketing-main{flex:1}.marketing-hero{text-align:center;background:radial-gradient(ellipse 70% 50% at 50% 0%, #0284c71a, transparent), var(--lp-bg);padding:3.5rem 2rem 2.5rem}.marketing-hero h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.marketing-hero p{max-width:640px;color:var(--lp-muted);margin:0 auto;font-size:1.1rem;line-height:1.65}.marketing-eyebrow{background:var(--lp-primary-soft);color:var(--lp-primary-dark);border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.marketing-eyebrow.coming-soon{color:#92400e;background:#fef3c7}.marketing-content{max-width:960px;margin:0 auto;padding:0 2rem 4rem}.marketing-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-top:2rem;display:grid}.marketing-card{background:var(--lp-surface);border:1px solid var(--lp-border);text-align:left;border-radius:14px;padding:1.5rem}.marketing-card-icon{background:var(--lp-primary-soft);width:42px;height:42px;color:var(--lp-primary);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:inline-flex}.marketing-card h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.marketing-card p{color:var(--lp-muted);margin:0;font-size:.95rem;line-height:1.6}.marketing-cta{text-align:center;background:linear-gradient(135deg, var(--lp-primary), var(--lp-primary-dark));color:#fff;border-radius:16px;margin-top:2.5rem;padding:2rem}.marketing-cta h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.marketing-cta p{opacity:.9;max-width:none;margin-bottom:1.25rem;font-size:1rem}.marketing-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.marketing-cta .btn-primary{color:var(--lp-primary-dark);background:#fff}.marketing-cta .btn-primary:hover{background:#f0f9ff}.marketing-list{flex-direction:column;gap:.75rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.marketing-list li{color:var(--lp-muted);align-items:flex-start;gap:.6rem;font-size:.95rem;line-height:1.5;display:flex}.marketing-list li svg{color:var(--lp-primary);flex-shrink:0;margin-top:.15rem}.marketing-section-title{text-align:left;margin:2rem 0 1rem;font-size:1.25rem;font-weight:700}.marketing-prose{color:var(--lp-muted);text-align:left;font-size:1rem;line-height:1.7}.marketing-prose p+p{margin-top:1rem}.api-preview{text-align:left;background:#0f172a;border-radius:12px;margin-top:2rem;padding:1.25rem 1.5rem;overflow-x:auto}.api-preview pre{color:#e2e8f0;margin:0;font-family:Consolas,Monaco,monospace;font-size:.85rem;line-height:1.6}.api-preview .comment{color:#94a3b8}.api-preview .method{color:#7dd3fc}.api-preview .path{color:#86efac}.landing-marketing-block{padding:3.5rem 0}.landing-marketing-block .marketing-cta{margin-top:0}.landing-marketing-block .marketing-content{padding-bottom:0}.landing-marketing-block:last-of-type .marketing-content{padding-bottom:4rem}.landing-marketing-block--alt{background:var(--lp-surface);border-top:1px solid var(--lp-border)}.marketing-section-header{text-align:center;margin-bottom:.25rem}.marketing-section-header h2{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800;line-height:1.15}.marketing-grid--steps{grid-template-columns:repeat(3,1fr)}.marketing-card-icon--step{font-size:1rem;font-weight:800}@media (width<=768px){.marketing-grid,.marketing-grid--steps{grid-template-columns:1fr}}.auth-page{background:radial-gradient(circle at 20% 20%,#e0f2fe 0%,#f8fafc 45%,#fff 100%);flex:1;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:2rem;display:flex}.auth-card{border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);background:#fff;padding:2.5rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem}.auth-header p{color:var(--text-muted);font-size:.95rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-field label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.auth-field input{border:1px solid var(--border);border-radius:10px;width:100%;padding:.75rem 1rem;font-size:1rem}.auth-field input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #0284c726}.auth-submit{background:var(--primary);color:#fff;border:none;border-radius:10px;margin-top:.5rem;padding:.85rem 1rem;font-size:1rem;font-weight:600}.auth-submit:hover:not(:disabled){background:var(--primary-hover)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.75rem 1rem;font-size:.875rem}.auth-footer{text-align:center;color:var(--text-muted);margin-top:1.5rem;font-size:.9rem}.auth-footer a{color:var(--primary);font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-back{color:var(--text-muted);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.875rem;text-decoration:none;display:inline-flex}.auth-back:hover{color:var(--primary)}.auth-loading{width:100%;min-height:100dvh;color:var(--text-muted);flex:1;justify-content:center;align-items:center;display:flex}.app-shell,.route-shell{flex-direction:column;flex:1;width:100%;min-height:100dvh;display:flex}.route-shell--fill{height:100dvh;min-height:0;overflow:hidden}.route-shell--fill>*,.protected-route-fill{flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.app-container{background:#f1f5f9;flex:1;align-items:stretch;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.sidebar{border-right:1px solid var(--border);z-index:10;background:#fff;flex-direction:column;width:280px;min-width:280px;height:100%;min-height:0;display:flex;overflow:hidden}.sidebar-top{flex-shrink:0;padding:1.25rem 1rem 0}.sidebar-body{overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9;-webkit-overflow-scrolling:touch;flex:1;min-height:0;margin-top:1.25rem;padding:0 1rem 1rem;overflow:hidden scroll}.sidebar-body::-webkit-scrollbar{width:6px}.sidebar-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.sidebar-body::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.sidebar-body::-webkit-scrollbar-thumb:hover{background:#64748b}.sidebar-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.25rem .5rem;display:flex}.sidebar-logo-icon{color:#fff;background:linear-gradient(135deg,#0284c7,#0ea5e9);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-header h1{color:var(--text-main);cursor:pointer;font-size:1.1rem;font-weight:700;line-height:1.2}.sidebar-header h1:hover{color:var(--primary)}.user-email{color:var(--text-muted);word-break:break-all;margin-top:.1rem;font-size:.7rem}.btn-new-chat{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:0;padding:.7rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s,transform .15s;display:flex}.btn-new-chat:hover{background:var(--primary-hover);transform:translateY(-1px)}.history-section,.sidebar-section{margin-bottom:1.25rem}.sidebar-section:last-child{margin-bottom:0;padding-bottom:.5rem}.sidebar-section h2{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.6rem;padding:0 .5rem;font-size:.7rem;font-weight:700}.conversation-list{flex-direction:column;gap:2px;max-height:none;padding:0 .25rem;display:flex}.conversation-item{cursor:pointer;color:var(--text-main);border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:.6rem .75rem;transition:background .15s;display:flex}.conversation-item:hover{background:#f1f5f9}.conversation-item.active{background:var(--primary-light);color:var(--primary);border-color:#bae6fd}.conversation-item svg{opacity:.6;flex-shrink:0}.conversation-item.active svg{opacity:1}.conversation-title{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;font-weight:500;overflow:hidden}.empty-history{color:var(--text-muted);text-align:center;padding:1.5rem .5rem;font-size:.75rem}.upload-area{text-align:center;cursor:pointer;background:#fafbfc;border:1.5px dashed #cbd5e1;border-radius:12px;padding:1.1rem;transition:all .2s}.upload-area:hover{border-color:var(--primary);background:var(--primary-light)}.upload-area p{color:var(--text-main);margin-top:.4rem;font-size:.8rem;font-weight:600}.ingestion-log{border:1px solid var(--border);background:#f8fafc;border-radius:10px;flex-direction:column;gap:.35rem;margin-top:.75rem;padding:.6rem;display:flex}.ingestion-item{background:#fff;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:.6rem;padding:.45rem;font-size:.75rem;display:flex}.ingestion-item.active{background:var(--primary-light);border-color:#bae6fd}.ingestion-item-icon{flex-shrink:0;margin-top:1px}.ingestion-item-message{color:var(--text-main);font-weight:500;line-height:1.4}.ingestion-item-file{color:var(--text-muted);margin-top:2px;font-size:.7rem}.ingestion-status{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:.35rem;padding-top:.35rem;font-size:.7rem;display:flex}.sidebar-metrics-drawer{border-top:1px solid var(--border);background:#f8fafc;flex-shrink:0}.sidebar-metrics-toggle{width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem 1rem;font-size:.82rem;font-weight:600;transition:background .15s;display:flex}.sidebar-metrics-toggle:hover{background:#f1f5f9}.sidebar-metrics-toggle-label{align-items:center;gap:.45rem;display:flex}.sidebar-metrics-panel{border-top:1px solid var(--border);background:#fff;max-height:280px;padding:0 .85rem .85rem;overflow-y:auto}.sidebar-metrics-toolbar{z-index:1;background:#fff;justify-content:space-between;align-items:center;padding:.5rem 0 .65rem;display:flex;position:sticky;top:0}.sidebar-metrics-live{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem}.sidebar-metrics-refresh{border:1px solid var(--border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:#fff;border-radius:8px;justify-content:center;align-items:center;display:flex}.sidebar-metrics-refresh:hover:not(:disabled){color:var(--primary);border-color:#bae6fd}.sidebar-metrics-refresh:disabled{opacity:.6;cursor:default}.sidebar-metrics-error{color:#dc2626;background:#fef2f2;border-radius:8px;align-items:flex-start;gap:.4rem;padding:.5rem;font-size:.75rem;display:flex}.metrics-grid{grid-template-columns:1fr 1fr;gap:.45rem;margin-bottom:.65rem;display:grid}.metric-card{border:1px solid var(--border);background:#f8fafc;border-radius:8px;flex-direction:column;gap:.15rem;padding:.45rem .55rem;display:flex}.metric-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.65rem}.metric-value{color:var(--text-main);font-size:.95rem;font-weight:700}.metric-value.warn{color:#dc2626}.metrics-section{margin-bottom:.65rem}.metrics-section h3{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .35rem;font-size:.68rem;font-weight:700}.metrics-row{color:var(--text-muted);justify-content:space-between;align-items:center;padding:.2rem 0;font-size:.75rem;display:flex}.metrics-row strong{color:var(--text-main);font-weight:600}.metrics-error-list{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.metrics-error-list li{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.4rem .5rem;font-size:.7rem}.metrics-error-event{color:#b91c1c;margin-bottom:.1rem;font-weight:600;display:block}.metrics-error-msg{color:#7f1d1d;word-break:break-word}.sidebar-footer{border-top:1px solid var(--border);background:#fff;flex-direction:column;flex-shrink:0;gap:.5rem;padding:.75rem 1rem 1.25rem;display:flex}.sidebar-footer-btn{border:1px solid var(--border);width:100%;color:var(--text-muted);background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem;font-size:.85rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar-footer-btn:hover{color:var(--text-main);background:#f1f5f9}.sidebar-footer-btn.danger{color:#dc2626;border-color:#fecaca}.sidebar-footer-btn.danger:hover{background:#fef2f2}.main-content{background:#f8fafc;flex-direction:column;flex:1;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.chat-pane{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.chat-header{border-bottom:1px solid var(--border);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1.5rem;display:flex}.chat-header-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}.chat-header-sub{color:var(--text-muted);margin-top:1px;font-size:.75rem}.chat-header-badges{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.chat-header-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:.3rem .7rem;font-size:.7rem;font-weight:600;display:flex}.chat-header-badge.active,.chat-header-badge.eval-on{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.chat-header-badge.eval-off,.chat-header-badge.eval-unavailable{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.eval-toggle{border:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fafbfc;border-radius:10px;align-items:center;gap:.65rem;padding:.65rem .75rem;display:flex}.eval-toggle.disabled{opacity:.6;cursor:not-allowed}.eval-toggle input{opacity:0;width:0;height:0;position:absolute}.eval-toggle-slider{background:#cbd5e1;border-radius:999px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.eval-toggle-slider:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.eval-toggle input:checked+.eval-toggle-slider{background:var(--primary)}.eval-toggle input:checked+.eval-toggle-slider:after{transform:translate(16px)}.eval-toggle input:disabled+.eval-toggle-slider{opacity:.5}.eval-toggle-label{color:var(--text-main);font-size:.8rem;font-weight:600}.eval-toggle-hint{color:var(--text-muted);margin-top:.5rem;padding:0 .25rem;font-size:.7rem;line-height:1.45}.chat-history{scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#94a3b8 #e2e8f0;-webkit-overflow-scrolling:touch;flex:1;height:100%;min-height:0;padding:1.5rem;overflow:hidden scroll}.chat-history::-webkit-scrollbar{width:8px}.chat-history::-webkit-scrollbar-track{background:#e2e8f0;border-radius:10px}.chat-history::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.chat-history::-webkit-scrollbar-thumb:hover{background:#64748b}.scroll-down-btn{z-index:20;border:1px solid var(--border);width:40px;height:40px;color:var(--primary);pointer-events:auto;background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0f172a1f}.scroll-down-btn:hover{background:var(--primary-light);transform:translate(-50%)translateY(-2px)}.chat-messages{flex-direction:column;gap:1.25rem;max-width:780px;margin:0 auto;display:flex}.message{gap:.75rem;animation:.3s ease-out msgIn;display:flex}@keyframes msgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-top:2px;display:flex}.message.user .message-avatar{background:var(--primary);color:#fff}.message.assistant .message-avatar{color:var(--primary);border:1px solid var(--border);box-shadow:var(--shadow);background:#fff}.message-body{flex-direction:column;min-width:0;max-width:calc(100% - 46px);display:flex}.message.user .message-body{align-items:flex-end}.message-label{color:var(--text-muted);margin-bottom:.35rem;padding:0 .25rem;font-size:.7rem;font-weight:600}.message-bubble{border-radius:16px;width:fit-content;max-width:100%;padding:.9rem 1.1rem;font-size:.9rem;line-height:1.55}.user .message-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #0284c740}.assistant .message-bubble{color:var(--text-main);border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-bottom-left-radius:4px;width:100%}.welcome-screen{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:min(60vh,100%);padding:2rem 1rem;display:flex}.welcome-icon{width:72px;height:72px;color:var(--primary);background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border:1px solid #bae6fd;border-radius:20px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.welcome-screen h2{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.welcome-screen>p{color:var(--text-muted);max-width:400px;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.welcome-prompts{flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:560px;display:flex}.welcome-prompt-btn{border:1px solid var(--border);color:var(--text-main);box-shadow:var(--shadow);background:#fff;border-radius:999px;padding:.55rem 1rem;font-size:.82rem;font-weight:500;transition:all .15s}.welcome-prompt-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.sources-container{width:100%;margin-top:.6rem}.sources-toggle{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px 0;font-size:.75rem;font-weight:600;display:flex}.sources-toggle svg:last-child{transition:transform .2s}.sources-toggle.open svg:last-child{transform:rotate(90deg)}.source-item{border:1px solid var(--border);border-left:3px solid var(--primary);background:#f8fafc;border-radius:8px;margin-bottom:.4rem;padding:.7rem .85rem;font-size:.8rem}.source-header{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:600}.source-content{color:#475569;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.trust-indicator-container{flex-wrap:wrap;align-items:center;gap:8px;width:100%;margin-top:.6rem;display:flex}.trust-score-badge{cursor:help;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.72rem;font-weight:700;display:flex;position:relative}.trust-score-badge.high{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.trust-score-badge.mid{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.trust-score-badge.low{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.trust-score-badge.eval-off{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0}.eval-status-chip{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.72rem;font-weight:600;display:flex}.trust-tooltip{color:#fff;opacity:0;visibility:hidden;z-index:50;background:#1e293b;border-radius:8px;flex-direction:column;gap:4px;width:140px;margin-bottom:8px;padding:8px 12px;font-size:.68rem;font-weight:500;transition:all .2s;display:flex;position:absolute;bottom:100%;left:0;box-shadow:0 10px 15px -3px #0003}.trust-score-badge:hover .trust-tooltip{opacity:1;visibility:visible}.tooltip-item{justify-content:space-between;display:flex}.response-meta{color:var(--text-muted);border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.68rem;display:flex}.evaluation-metrics-row{gap:6px;display:flex}.evaluation-metrics-row.disabled .metric-chip{opacity:.65;color:#94a3b8;background:#f8fafc}.metric-chip{border:1px solid var(--border);color:var(--text-muted);background:#fff;border-radius:6px;align-items:center;gap:4px;padding:3px 8px;font-size:.68rem;font-weight:600;display:flex}.thinking-bubble{color:var(--text-muted);align-items:center;gap:10px;display:flex}.thinking-dots{gap:4px;display:flex}.thinking-dots span{background:var(--primary);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.2s infinite dotPulse}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.input-area{border-top:1px solid var(--border);background:#fff;flex-shrink:0;padding:1rem 1.5rem 1.25rem}.input-container{border:1.5px solid var(--border);background:#f8fafc;border-radius:16px;align-items:flex-end;gap:.6rem;max-width:780px;margin:0 auto;padding:.6rem .6rem .6rem 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.input-container:focus-within{background:#fff;border-color:#7dd3fc;box-shadow:0 0 0 3px #0284c71a}.input-container input{color:var(--text-main);background:0 0;border:none;flex:1;min-height:24px;padding:.4rem 0;font-size:.9rem}.input-container input::placeholder{color:#94a3b8}.send-button{background:var(--primary);color:#fff;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .15s;display:flex}.send-button:hover:not(:disabled){background:var(--primary-hover);transform:scale(1.05)}.send-button:disabled{opacity:.4;cursor:not-allowed}.stop-button{color:#dc2626;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .15s;display:flex}.stop-button:hover{background:#fee2e2;transform:scale(1.05)}.input-hint{text-align:center;color:#94a3b8;max-width:780px;margin-top:.5rem;margin-left:auto;margin-right:auto;font-size:.7rem}.markdown-content{line-height:1.6}.markdown-content p{margin-bottom:.65rem}.markdown-content p:last-child{margin-bottom:0}.markdown-content ul,.markdown-content ol{margin-bottom:.65rem;padding-left:1.4rem}.markdown-content li{margin-bottom:.2rem}.markdown-content .md-bold,.markdown-content strong{color:var(--primary);font-weight:700}.markdown-content .md-italic,.markdown-content em{color:#334155;font-style:italic}.markdown-content .md-highlight,.markdown-content mark{color:inherit;background:linear-gradient(#0000 55%,#fef08a 55%);border-radius:2px;padding:0 .1em}.markdown-content h1,.markdown-content h2,.markdown-content h3{margin-top:.85rem;margin-bottom:.4rem;font-weight:700;line-height:1.25}.markdown-content h1{font-size:1.15rem}.markdown-content h2{font-size:1.05rem}.markdown-content h3{font-size:.95rem}.markdown-content code{background:#f1f5f9;border-radius:4px;padding:.15rem .35rem;font-family:monospace;font-size:.85em}.markdown-content pre{color:#f8fafc;background:#1e293b;border-radius:8px;margin:.75rem 0;padding:.85rem;overflow-x:auto}.animate-spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
