*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:#f3f5fb;color:#1f2937}.app-shell{min-height:100vh}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top,#e0e7ff 0,#f3f5fb 42%,#eef2ff)}.auth-card{width:min(440px,100%);padding:28px}.auth-card h1{margin:6px 0 0}.auth-form{display:flex;flex-direction:column;gap:14px;margin-top:22px}.auth-form label{display:flex;flex-direction:column;gap:6px;color:#374151;font-size:.9rem;font-weight:600}.auth-form input{border:1px solid #d2d7e6;border-radius:12px;padding:12px 14px;font-size:14px;outline:none}.auth-form input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.auth-form button{min-height:44px}.secondary-btn{background:#e5e7eb;color:#1f2937}.app-shell.ready,.app-shell.landing{padding-left:280px}.session-sidebar{position:fixed;inset:0 auto 0 0;width:280px;padding:18px;background:#111827;color:#f9fafb;display:flex;flex-direction:column;gap:16px;z-index:20;box-shadow:10px 0 30px #1118272e}.sidebar-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.sidebar-header h2{margin:2px 0 0;font-size:1.2rem}.eyebrow{color:#a5b4fc;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.refresh-btn{min-width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.12);background:#ffffff14}.refresh-btn:hover:not(:disabled){background:#ffffff24}.sidebar-upload{width:100%;justify-content:center}.sidebar-upload.disabled{opacity:.5;pointer-events:none}.sidebar-user{border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px;background:#ffffff0d;display:flex;flex-direction:column;gap:6px}.sidebar-user span{color:#9ca3af;font-size:.74rem}.sidebar-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-btn{min-height:34px;margin-top:4px;background:#ef444424;color:#fecaca;border:1px solid rgba(248,113,113,.28)}.logout-btn:hover:not(:disabled){background:#ef44443d}.session-list{display:flex;flex-direction:column;gap:8px;min-height:0;overflow-y:auto;padding-right:2px}.session-sidebar .muted{color:#9ca3af}.session-item{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;background:#ffffff0f;color:#f9fafb;text-align:left;display:flex;flex-direction:column;gap:5px}.session-item:hover:not(:disabled){background:#ffffff1a}.session-item.active{border-color:#818cf8;background:#4f46e55c}.session-title{font-size:.92rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-meta{color:#c7d2fe;font-size:.75rem}.landing-main{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px}.landing-main h1{margin:0;font-size:2.4rem}.subtitle{margin-top:10px;color:#6b7280;text-align:center}.card{background:#fff;border:1px solid #e4e7f0;border-radius:16px;box-shadow:0 8px 30px #1118270f}.composer-center{width:min(780px,100%);margin-top:20px;padding:18px;display:flex;flex-direction:column;gap:12px}.upload-btn{display:inline-flex;justify-content:center;align-items:center;width:fit-content;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-radius:999px;padding:10px 16px;font-weight:600;cursor:pointer}input[type=file]{display:none}.chat-row{display:flex;gap:8px}input[type=text]{flex:1;border:1px solid #d2d7e6;border-radius:12px;padding:12px 14px;font-size:14px;outline:none}input[type=text]:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}button{border:none;border-radius:12px;padding:0 16px;background:#4f46e5;color:#fff;font-weight:600;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}.progress-card{width:min(780px,100%);margin-top:16px;padding:16px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.progress-track{width:100%;height:12px;border-radius:999px;background:#e8ebf7;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#22c55e);transition:width .4s ease}.dashboard-main{max-width:1200px;margin:24px auto 110px;padding:0 16px;display:flex;flex-direction:column;gap:16px}.summary-card,.chat-thread{padding:16px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.chart-card{background:#fff;border:1px solid #e4e7f0;border-radius:14px;padding:12px}.chart-wrap{width:100%;height:310px}.narrative{background:#f8f9fe;border:1px solid #e6e9f4;border-radius:12px;padding:12px;line-height:1.5}.chat-messages{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto}.bubble{max-width:80%;padding:10px 12px;border-radius:12px;line-height:1.4}.bubble p{margin:0 0 6px}.bubble p:last-child{margin-bottom:0}.bubble h4,.bubble h5{margin:2px 0 6px;font-size:.95rem}.bubble code{background:#11182714;border-radius:5px;padding:1px 4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}.md-list-item{margin:2px 0}.bubble.user{align-self:flex-end;background:#4f46e5;color:#fff}.bubble.bot{align-self:flex-start;background:#eff2ff;color:#1f2937}.bubble.thinking{font-style:italic;opacity:.9;animation:pulse-thinking 1.1s ease-in-out infinite}@keyframes pulse-thinking{0%{opacity:.45}50%{opacity:1}to{opacity:.45}}.sticky-composer{position:fixed;left:280px;right:0;bottom:0;padding:12px 16px 18px;background:linear-gradient(to top,#f3f5fb 72%,#f3f5fb00)}.composer-inner{max-width:980px;margin:0 auto;background:#fff;border:1px solid #dce1f0;border-radius:14px;box-shadow:0 10px 28px #1118271f;padding:10px;display:flex;gap:8px}.muted{margin:0;color:#6b7280;font-size:13px}.error-text{color:#b91c1c;margin-top:12px}@media (max-width: 900px){.app-shell.ready,.app-shell.landing{padding-left:0;padding-top:210px}.session-sidebar{inset:0 0 auto 0;width:100%;height:210px;padding:12px}.session-list{flex-direction:row;overflow-x:auto;overflow-y:hidden}.session-item{min-width:210px}.sticky-composer{left:0}.dashboard-grid{grid-template-columns:1fr}.landing-main h1{font-size:2rem}}
