*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1115;color:#e6e8eb}.app-shell{display:flex;height:100vh;height:100dvh;overflow:hidden}.chat-col{flex:1 1;min-width:0;min-height:0;display:flex;flex-direction:column}.chat-header{flex-shrink:0;padding:20px 16px 8px}.chat-header,.messages{max-width:760px;width:100%;margin:0 auto}.messages{flex:1 1;min-height:0;overflow-y:auto;padding:8px 16px 16px}h1{font-size:1.25rem;font-weight:600;margin:0}.sub{color:#9aa3ad;font-size:.85rem;margin-top:4px}.msg{border-radius:12px;padding:12px 14px;margin:10px 0;white-space:pre-wrap;line-height:1.45;font-size:.92rem}.msg.user{background:#1c2230;border:1px solid #2a3242}.msg.bot{background:#14181f;border:1px solid #232a35;white-space:normal}.md-line{white-space:pre-wrap}.md-line:empty:before{content:"\00a0"}.md-list{margin:6px 0;padding-left:1.25em}.md-list li{margin:2px 0}.sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:8px;border-top:1px solid #232a35}.chip{background:#1c2230;border:1px solid #2a3242;color:#c7d0da;border-radius:999px;padding:3px 10px;font-size:.74rem;font-weight:500;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;cursor:pointer;transition:background .12s,border-color .12s}.chip:hover:not(:disabled){background:#243049;border-color:#3b82f6}.chip:disabled{opacity:.5;cursor:default}.meta{font-size:.72rem;color:#717b86;margin-top:6px}.composer{flex-shrink:0;background:#0f1115;border-top:1px solid #232a35;padding:12px 16px}.row{max-width:760px;margin:0 auto;display:flex;gap:8px}input[type=text]{flex:1 1;background:#1c2230;border:1px solid #2a3242;color:#e6e8eb;border-radius:10px;padding:10px 12px;font-size:.92rem}button{background:#3b82f6;color:white;border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}button:disabled{opacity:.5;cursor:default}