.agent-app{display:flex;min-height:100vh;font-family:system-ui,sans-serif;color:#1f2937}.agent-nav{width:220px;background:#111827;color:#e5e7eb;display:flex;flex-direction:column;padding:16px 12px;gap:4px}.agent-nav__brand{font-weight:700;font-size:18px;margin-bottom:16px}.agent-nav__item{text-align:left;background:transparent;border:0;color:#cbd5e1;padding:10px 12px;border-radius:8px;cursor:pointer}.agent-nav__item:hover{background:#1f2937}.agent-nav__item--active{background:#2563eb;color:#fff}.agent-nav__spacer{flex:1}.agent-nav__chat,.agent-nav__signout{color:#cbd5e1;background:transparent;border:0;text-align:left;padding:10px 12px;cursor:pointer;text-decoration:none}.agent-main{flex:1;padding:24px;background:#f9fafb;overflow-y:auto}.agent-section{max-width:760px}.agent-title{font-size:20px;margin-bottom:16px}.agent-form{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.agent-form--col{flex-direction:column;max-width:480px}.agent-field__input,.agent-textarea{padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font:inherit;flex:1;min-width:120px}.agent-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.agent-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;display:flex;justify-content:space-between;align-items:center;gap:12px}.agent-card__desc{color:#6b7280;margin:4px 0 0;white-space:pre-wrap}.agent-card__price{color:#059669}.agent-card__actions{display:flex;gap:6px}.agent-list__item{width:100%;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px;cursor:pointer}.agent-list__row{display:flex;justify-content:space-between;align-items:center}.agent-list__legend{color:#b45309;margin:4px 0 0;font-size:13px}.agent-list__preview{color:#6b7280;margin:4px 0 0;font-size:13px}.agent-btn{padding:8px 12px;border:1px solid #d1d5db;background:#fff;border-radius:8px;cursor:pointer;font:inherit}.agent-btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.agent-btn--danger{color:#b91c1c;border-color:#fca5a5}.agent-link{background:none;border:0;color:#2563eb;cursor:pointer;padding:0}.agent-panel__head{margin-bottom:12px}.agent-tabs{display:flex;gap:8px;margin-top:8px}.agent-tab{padding:6px 12px;border:1px solid #d1d5db;background:#fff;border-radius:999px;cursor:pointer}.agent-tab--active{background:#111827;color:#fff;border-color:#111827}.agent-badge{background:#ef4444;color:#fff;border-radius:999px;padding:0 6px;margin-left:6px;font-size:12px}.agent-pill--alert{background:#fef3c7;color:#b45309;border-radius:999px;padding:2px 8px;font-size:12px}.agent-alert{background:#fef3c7;color:#92400e;padding:10px 12px;border-radius:8px;margin-bottom:12px;display:flex;justify-content:space-between}.agent-alert__dismiss{background:none;border:0;color:#92400e;cursor:pointer;text-decoration:underline}.agent-error{color:#b91c1c}.agent-empty,.agent-hint{color:#6b7280}.agent-legend{background:#eff6ff;color:#1e40af;padding:8px 12px;border-radius:8px;margin-bottom:12px}.agent-chat__head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.agent-chat__name{font-weight:600}.agent-chat__log{display:flex;flex-direction:column;gap:8px;max-height:60vh;overflow-y:auto;padding:8px 0}.agent-msg{padding:8px 12px;border-radius:10px;max-width:75%;white-space:pre-wrap}.agent-msg--user{background:#e5e7eb;align-self:flex-start}.agent-msg--assistant{background:#2563eb;color:#fff;align-self:flex-end}.agent-chat__compose{display:flex;gap:8px;margin-top:8px}.agent-login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f9fafb}.agent-login__card{background:#fff;padding:28px;border-radius:12px;border:1px solid #e5e7eb;width:320px;display:flex;flex-direction:column;gap:12px}.agent-login__title{margin:0;font-size:20px}.agent-login__subtitle{margin:0 0 8px;color:#6b7280}.agent-field{display:flex;flex-direction:column;gap:4px}.agent-field__label{font-size:13px;color:#374151}.agent-login__back{color:#2563eb;text-align:center;text-decoration:none}:root{--bg: #f5f5f5;--user-bg: #1a237e;--user-text: #ffffff;--assistant-bg: #ffffff;--assistant-text: #333333;--assistant-border: #e3e3e3;--muted: #9a9a9a}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--assistant-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.chat{display:flex;flex-direction:column;height:100%;max-width:600px;margin:0 auto;background:var(--bg)}.chat__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--user-bg);color:var(--user-text)}.chat__title{font-size:1rem;font-weight:600;margin:0;letter-spacing:.02em}.chat__tokens{font-size:.7rem;opacity:.75}.chat__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.chat__empty{margin:auto;color:var(--muted);font-size:.9rem}.bubble-row{display:flex}.bubble-row--user{justify-content:flex-end}.bubble-row--assistant{justify-content:flex-start}.bubble{max-width:78%;padding:8px 12px;border-radius:16px;line-height:1.4;font-size:.95rem;word-wrap:break-word}.bubble--user{background:var(--user-bg);color:var(--user-text);border-bottom-right-radius:4px}.bubble--assistant{background:var(--assistant-bg);color:var(--assistant-text);border:1px solid var(--assistant-border);border-bottom-left-radius:4px}.bubble__text{margin:0;white-space:pre-wrap}.bubble__meta{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:.65rem;opacity:.7}.bubble--user .bubble__meta{justify-content:flex-end}.bubble__time{font-variant-numeric:tabular-nums}.sentiment-indicator{font-size:.85rem;line-height:1}.typing{display:inline-flex;align-items:center;gap:4px;padding:12px}.typing__dot{width:7px;height:7px;border-radius:50%;background:var(--muted);animation:typing-bounce 1.2s infinite ease-in-out}.typing__dot:nth-child(2){animation-delay:.2s}.typing__dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.chat__error{margin:0;padding:8px 16px;background:#fdecea;color:#b71c1c;font-size:.8rem}.chat__input{display:flex;gap:8px;padding:12px;background:var(--assistant-bg);border-top:1px solid var(--assistant-border)}.chat__field{flex:1;padding:10px 14px;border:1px solid var(--assistant-border);border-radius:20px;font-size:.95rem;outline:none}.chat__field:focus{border-color:var(--user-bg)}.chat__send{width:40px;height:40px;flex-shrink:0;border:none;border-radius:50%;background:var(--user-bg);color:var(--user-text);font-size:1.1rem;cursor:pointer;transition:opacity .15s ease}.chat__send:disabled{opacity:.4;cursor:default}@media (min-width: 640px){.chat{height:100vh}}
