html,body,#root{min-height:100%}body{margin:0}:root{color:#e5e7eb;background:#09090b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:linear-gradient(#09090b 0%,#111827 100%);min-height:100vh;margin:0}button,input,textarea{font:inherit}body{color:#e5e7eb;background:#0a0e27;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app-shell{max-width:1500px;margin:0 auto;padding:24px}.header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.header h1{color:#f1f5f9;margin:0 0 6px;font-size:32px}.header p{color:#94a3b8;margin:0;font-size:14px}.status-pill{color:#cbd5e1;white-space:nowrap;background:#0f172acc;border:1px solid #334155;border-radius:999px;padding:10px 14px;font-size:13px}.grid-layout{grid-template-columns:1.1fr 1.4fr 1fr;align-items:start;gap:18px;display:grid}.panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ad1;border:1px solid #1f2937;border-radius:20px;padding:18px;box-shadow:0 20px 60px #00000040}.panel-title{color:#f1f5f9;margin-bottom:14px;font-size:18px;font-weight:700}.input,.textarea{color:#e5e7eb;background:#0f172a;border:1px solid #334155;border-radius:14px;width:100%;padding:12px 14px;font-family:inherit;font-size:14px}.input::placeholder,.textarea::placeholder{color:#64748b}.textarea{resize:vertical;line-height:1.4}.button{cursor:pointer;border:0;border-radius:14px;padding:11px 14px;font-size:14px;font-weight:600;transition:all .2s}.button.primary{color:#fff;background:#2563eb}.button.primary:hover{background:#1d4ed8}.button.primary:disabled{cursor:not-allowed;background:#1e3a8a}.button.danger{color:#fff;background:#7f1d1d}.button.danger:hover{background:#991b1b}.button.danger:disabled{cursor:not-allowed;background:#57241f}.doc-card{background:#020617d9;border:1px solid #334155;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.doc-title{color:#f1f5f9;margin-bottom:4px;font-weight:700}.doc-meta{color:#64748b;font-size:12px}.divider{background:#1f2937;height:1px;margin:16px 0}.muted{color:#94a3b8;font-size:13px}.error-text{color:#fca5a5;font-size:14px}.chat-panel{flex-direction:column;height:600px;display:flex}.message-list{flex:1;gap:12px;margin-bottom:14px;padding-right:4px;display:grid;overflow:hidden auto}.message{border:1px solid #334155;border-radius:18px;padding:14px;line-height:1.55}.message.user{background:#2563eb2e;border-color:#1e3a8a}.message.assistant{background:#020617f2;border-color:#1f2937}.message-role{text-transform:uppercase;color:#93c5fd;letter-spacing:.08em;margin-bottom:6px;font-size:12px}.message-content{white-space:pre-wrap}.composer{flex-shrink:0;gap:10px;display:grid}.source-card{background:#020617d9;border:1px solid #334155;border-radius:16px;padding:12px}.source-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.source-title{color:#f1f5f9;font-weight:700}.source-score{color:#fbbf24;font-size:13px}.source-content{color:#cbd5e1;margin:10px 0 0;font-size:13px;line-height:1.5}.badge{color:#93c5fd;background:#1e293b;border-radius:999px;padding:4px 8px;font-size:12px}.file-input-wrapper{position:relative}.file-input-wrapper input[type=file]{display:none}.file-input-label{cursor:pointer;color:#cbd5e1;background:#1e293b;border:1px dashed #334155;border-radius:14px;padding:12px 14px;font-size:14px;transition:all .2s;display:inline-block}.file-input-label:hover{background:#0f172a}.upload-indicator{color:#10b981;margin:8px 0 0;font-size:12px}@media (width<=1100px){.grid-layout{grid-template-columns:1fr}.chat-panel{height:auto;min-height:400px}}
