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}.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{margin:0 0 6px;font-size:32px}.header p{color:#94a3b8;margin:0}.status-pill{color:#cbd5e1;white-space:nowrap;background:#0f172acc;border:1px solid #334155;border-radius:999px;padding:10px 14px}.topbar{margin-bottom:20px}.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{margin-bottom:14px;font-size:18px;font-weight:700}.stack-sm{gap:10px;display:grid}.input,.textarea{color:#e5e7eb;background:#020617;border:1px solid #334155;border-radius:14px;width:100%;padding:12px 14px}.input::placeholder,.textarea::placeholder{color:#64748b}.textarea{resize:vertical}.button{cursor:pointer;border:0;border-radius:14px;padding:11px 14px;transition:all .2s}.button.primary{color:#fff;background:#2563eb}.button.primary:hover{background:#1d4ed8}.button.danger{color:#fff;background:#7f1d1d}.button:disabled{opacity:.6;cursor:not-allowed}.doc-card,.source-card{background:#020617d9;border:1px solid #334155;border-radius:16px;padding:12px}.doc-card{justify-content:space-between;align-items:center;gap:12px;display:flex}.doc-title{margin-bottom:4px;font-weight:700}.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;min-height:75vh;display:flex}.message-list{flex:1;gap:12px;min-height:420px;margin-bottom:14px;padding-right:4px;display:grid;overflow:auto}.message{border:1px solid #334155;border-radius:18px;padding:14px}.message.user{background:#2563eb2e}.message.assistant{background:#020617f2}.message-role{text-transform:uppercase;color:#93c5fd;letter-spacing:.08em;margin-bottom:6px;font-size:12px}.message-content{white-space:pre-wrap;line-height:1.55}.composer{gap:10px;display:grid}.source-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.source-content{color:#e2e8f0;margin:10px 0 0;line-height:1.5}.badge{color:#93c5fd;background:#1e293b;border-radius:999px;padding:4px 8px;font-size:12px}.admin-input{max-width:360px}@media (width<=1100px){.grid-layout{grid-template-columns:1fr}.chat-panel{min-height:auto}}
