.ai-avatar{flex:none;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff}.msg{display:flex;gap:12px;animation:fade-up .25s ease}.msg--ai .ai-avatar{width:30px;height:30px}.msg--ai .ai-avatar svg{width:16px;height:16px}.msg__body{flex:1;min-width:0;padding-top:3px}.msg__text{white-space:pre-wrap;word-break:break-word}.msg__text+.msg__text{margin-top:4px}.msg__hint{margin-top:2px;color:var(--color-text-subtle);font-size:13px}.msg__error{color:#b42318}.msg--user{justify-content:flex-end}.msg--user .msg__bubble{max-width:80%;padding:10px 16px;border-radius:18px 18px 4px;background:var(--color-surface-muted);white-space:pre-wrap;word-break:break-word}.typing{display:flex;gap:4px;padding:10px 0}.typing span{width:7px;height:7px;border-radius:50%;background:var(--color-text-subtle);animation:typing-dot 1.2s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chip{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:6px 14px;border:1.5px solid var(--color-border);border-radius:999px;background:var(--color-surface);font-size:14px;transition:border-color .15s,background-color .15s,color .15s}.chip:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary-ink)}.chip:disabled{cursor:default;opacity:.5}.chip--primary{border-color:var(--color-primary);background:var(--color-primary);color:#fff;font-weight:600}.chip--primary:hover:not(:disabled){background:var(--color-primary-hover);color:#fff}.chip--muted{color:var(--color-text-muted)}.card{margin:4px 0 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.card__head{padding:8px 14px;background:var(--color-primary-soft);color:var(--color-primary-ink);font-size:13px;font-weight:700}.card__rows{margin:0;padding:0;list-style:none}.card__row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr) auto;align-items:center;gap:10px;padding:8px 14px;font-size:13px}.card__row+.card__row{border-top:1px solid var(--color-border)}.card__label{color:var(--color-text-muted)}.card__value{font-weight:600;word-break:break-word}.card__value[data-unknown=true]{color:var(--color-text-subtle);font-weight:400}.card__undo{padding:2px 8px;border:0;border-radius:999px;background:var(--color-surface-muted);color:var(--color-text-muted);font-size:12px}.card__undo:hover:not(:disabled){color:var(--color-text)}.card__undo:disabled{opacity:.5;cursor:default}.card__estimate{padding:12px 14px;border-bottom:1px solid var(--color-border)}.card__estimate p:first-child{color:var(--color-text-muted);font-size:12px}.card__estimate p:nth-child(2){color:var(--color-primary-ink);font-size:20px;font-weight:700}.card__pending{padding:10px 14px;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:12px}@media(max-width:640px){.card__row{grid-template-columns:minmax(0,1fr) auto;gap:0 10px}.card__label{grid-column:1 / -1}}.demo[data-astro-cid-cnipkwyh]{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start;padding-bottom:48px}@media(max-width:960px){.demo[data-astro-cid-cnipkwyh]{grid-template-columns:minmax(0,1fr)}}.chat[data-astro-cid-cnipkwyh]{display:flex;flex-direction:column;height:min(760px,calc(100vh - 120px));min-height:540px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.chat__head[data-astro-cid-cnipkwyh]{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid var(--color-border)}.chat__who[data-astro-cid-cnipkwyh]{flex:1;min-width:0}.chat__name[data-astro-cid-cnipkwyh]{font-weight:700;line-height:1.4}.chat__status[data-astro-cid-cnipkwyh]{display:flex;align-items:center;gap:6px;color:var(--color-text-muted);font-size:12px;line-height:1.4}.chat__status[data-astro-cid-cnipkwyh]:before{content:"";width:7px;height:7px;border-radius:50%;background:#22c55e}.chat__reset[data-astro-cid-cnipkwyh]{flex:none;padding:3px 12px;border:1px solid var(--color-border);border-radius:999px;background:transparent;color:var(--color-text-muted);font-size:12px;white-space:nowrap;transition:border-color .15s,color .15s}.chat__reset[data-astro-cid-cnipkwyh]:hover:not(:disabled){border-color:var(--color-border-strong);color:var(--color-text)}.chat__reset[data-astro-cid-cnipkwyh]:disabled{opacity:.5}.chat__reset[data-astro-cid-cnipkwyh][hidden]{display:none}.chat__scroll[data-astro-cid-cnipkwyh]{flex:1;overflow-y:auto;scroll-behavior:smooth}.chat__messages[data-astro-cid-cnipkwyh]{display:flex;flex-direction:column;gap:20px;max-width:720px;margin-inline:auto;padding:24px 20px}.composer[data-astro-cid-cnipkwyh]{display:flex;align-items:flex-end;gap:8px;width:calc(100% - 40px);max-width:680px;margin:0 auto;padding:8px 8px 8px 16px;border:1.5px solid var(--color-border);border-radius:24px;background:var(--color-surface);transition:border-color .15s,box-shadow .15s}.composer[data-astro-cid-cnipkwyh]:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-soft)}.composer[data-astro-cid-cnipkwyh] textarea[data-astro-cid-cnipkwyh]{flex:1;max-height:120px;padding:6px 0;border:0;background:transparent;resize:none;line-height:1.6;outline:none}.composer__send[data-astro-cid-cnipkwyh]{flex:none;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:50%;background:var(--color-primary);color:#fff}.composer__send[data-astro-cid-cnipkwyh]:disabled{background:var(--color-border-strong)}.chat__note[data-astro-cid-cnipkwyh]{padding:6px 16px 12px;color:var(--color-text-subtle);font-size:11px;text-align:center}@media(max-width:640px){.chat[data-astro-cid-cnipkwyh]{height:calc(100vh - 140px);border-radius:var(--radius-md)}.chat__messages[data-astro-cid-cnipkwyh]{padding:20px 14px}.composer[data-astro-cid-cnipkwyh]{width:calc(100% - 24px)}}
