:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0c0c0e;--surface: #16161a;--surface-elevated: #1c1c21;--border: rgba(255, 255, 255, .07);--text: #e8e8ed;--text-dim: rgba(255, 255, 255, .45);--text-muted: rgba(255, 255, 255, .3);--accent: #f59e0b;--accent-soft: rgba(245, 158, 11, .12);--accent-hover: #d97706;--agent-bg: #1e1e24;--user-bg: #f59e0b;--user-text: #1a1000;--radius: 1rem;--radius-sm: .5rem;--radius-xs: .35rem}*,*:before,*:after{box-sizing:border-box;margin:0}html,body,#root{height:100%;background:var(--bg);color:var(--text)}.app{height:100vh;height:100dvh;display:flex;flex-direction:column;max-width:44rem;margin:0 auto;overflow:hidden}.header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0}.brand{display:flex;align-items:center;gap:.6rem}.brand-icon{font-size:1.4rem}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-text strong{font-size:.95rem;font-weight:700;letter-spacing:-.01em}.brand-sub{font-size:.7rem;color:var(--text-dim);letter-spacing:.03em;text-transform:uppercase;font-weight:500}.status{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--text-dim);font-weight:500}.status-dot{width:.45rem;height:.45rem;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e80}.chat{flex:1;overflow-y:auto;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:.35rem;scroll-behavior:smooth}.chat::-webkit-scrollbar{width:5px}.chat::-webkit-scrollbar-track{background:transparent}.chat::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:10px}.bubble-row{display:flex;align-items:flex-end;gap:.45rem;max-width:92%;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.bubble-row.agent{align-self:flex-start}.bubble-row.user{align-self:flex-end;flex-direction:row-reverse}.avatar{width:1.75rem;height:1.75rem;border-radius:50%;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0;margin-bottom:.15rem}.bubble{padding:.7rem .9rem;border-radius:var(--radius);font-size:.88rem;line-height:1.55;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.bubble.agent{background:var(--agent-bg);border:1px solid var(--border);border-bottom-left-radius:var(--radius-xs);color:var(--text)}.bubble.user{background:var(--user-bg);color:var(--user-text);border-bottom-right-radius:var(--radius-xs);font-weight:500}.bubble-text{white-space:pre-wrap}.suggestions{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.6rem}.suggestion-btn{padding:.35rem .7rem;font-size:.76rem;font-weight:600;font-family:inherit;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:var(--accent);cursor:pointer;transition:all .15s;white-space:nowrap}.suggestion-btn:hover{background:var(--accent-soft);border-color:#f59e0b40}.typing-indicator{display:flex;gap:.3rem;padding:.2rem 0}.typing-indicator span{width:.4rem;height:.4rem;border-radius:50%;background:var(--text-dim);animation:bounce 1.2s infinite}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.system-msg{text-align:center;font-size:.75rem;color:var(--text-muted);padding:.4rem 1rem}.input-bar{display:flex;align-items:center;gap:.5rem;padding:.65rem 1rem;background:var(--surface);border-top:1px solid var(--border);flex-shrink:0}.chat-input{flex:1;background:var(--surface-elevated);border:1px solid var(--border);border-radius:999px;padding:.6rem 1rem;font-size:.88rem;font-family:inherit;color:var(--text);outline:none;transition:border-color .15s}.chat-input::placeholder{color:var(--text-muted)}.chat-input:focus{border-color:#f59e0b59}.chat-input:disabled{opacity:.5}.send-btn{width:2.4rem;height:2.4rem;border-radius:50%;border:none;background:var(--accent);color:var(--user-text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.send-btn:hover:not(:disabled){background:var(--accent-hover)}.send-btn:disabled{opacity:.35;cursor:not-allowed}.footer{display:flex;justify-content:space-between;align-items:center;padding:.45rem 1.25rem;font-size:.65rem;color:var(--text-muted);background:var(--bg);flex-shrink:0}.footer-note{font-style:italic}@media(max-width:500px){.bubble{font-size:.84rem;padding:.6rem .75rem}.footer{flex-direction:column;gap:.15rem;text-align:center}}
