@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--bg-dark:#020205;--bg-card:#0c0e19b3;--bg-subtle:#191e3280;--primary:#818cf8;--primary-glow:#818cf866;--accent:#2dd4bf;--text-main:#f8fafc;--text-dim:#94a3b8;--text-muted:#64748b;--border:#ffffff14;--border-active:#818cf84d;--radius-lg:24px;--radius-md:16px;--radius-sm:8px;--glass-blur:blur(16px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;background-image:radial-gradient(at 0 0,#818cf80d 0,#0000 50%),radial-gradient(at 100% 0,#2dd4bf08 0,#0000 50%);min-height:100vh;font-family:Inter,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}.layout-root{flex-direction:column;width:100%;max-width:100vw;min-height:100vh;padding:1rem;display:flex;overflow-x:hidden}@media (width>=768px){.layout-root{padding:2rem 4rem}}.glass-pane{background:var(--bg-card);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem}@media (width>=768px){.glass-pane{padding:2rem}}h1,h2,h3,.brand-text{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-weight:700}.animate-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.text-gradient{background:linear-gradient(135deg, var(--text-main), var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.dashboard-grid{flex-direction:column;align-items:stretch;gap:1.5rem;display:flex}.sidebar-context{flex-direction:column;gap:1.5rem;display:flex}.query-input-container{padding:1.25rem!important}.query-input-footer{flex-direction:column;gap:1rem;display:flex}.sample-prompts{flex-wrap:wrap;gap:.5rem;display:flex}@media (width>=640px){.query-input-footer{flex-direction:row;justify-content:space-between;align-items:center}.query-input-footer button[type=submit]{width:auto!important;max-width:none!important}}@media (width>=768px){.query-input-container{padding:2rem!important}}.file-meta-separator{opacity:.3;display:none}@media (width>=768px){.file-meta-separator{display:inline}}.data-preview-header{border-bottom:1px solid var(--border);flex-direction:column;gap:.75rem;padding:1rem;display:flex}@media (width>=640px){.data-preview-header{flex-direction:row;justify-content:space-between;align-items:center;padding:1.5rem 2rem}}@media (width>=1024px){.dashboard-grid{grid-template-columns:minmax(300px,350px) minmax(0,1fr);align-items:start;gap:2.5rem;display:grid}}
