:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#f4f6f9;--color-surface:#fff;--color-surface-muted:#f1f3f7;--color-border:#e2e6ed;--color-text:#1c2430;--color-text-muted:#5b6472;--color-primary:#2f6fed;--color-primary-hover:#2557c4;--color-primary-contrast:#fff;--color-accent:#0c7f5a;--color-accent-hover:#0a684a;--color-error-bg:#fdecec;--color-error-text:#b3261e;--color-error-border:#f3b7b3;--color-warning-bg:#fff8e1;--color-warning-text:#8a6100;--color-warning-border:#f0d484;--color-user-bubble-text:#fff;--color-assistant-bubble:#eef1f6;--color-assistant-bubble-text:#1c2430;--radius-md:12px;--radius-lg:18px;--shadow-card:0 12px 32px #141e3214, 0 2px 6px #141e320f;--font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font-family);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}#root{justify-content:center;align-items:stretch;display:flex}@media (width>=640px){#root{align-items:center;padding:32px 16px}}button,input,textarea{font-family:inherit;font-size:1rem}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px;border-radius:4px}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-widget{background:var(--color-surface);flex-direction:column;width:100%;max-width:480px;min-height:100dvh;max-height:100dvh;display:flex;overflow:hidden}@media (width>=640px){.chat-widget{border-radius:var(--radius-lg);min-height:min(720px,90dvh);max-height:min(720px,90dvh);box-shadow:var(--shadow-card)}}.chat-widget__header{border-bottom:1px solid var(--color-border);flex-shrink:0;padding:20px 20px 16px}.chat-widget__header h1{margin:0 0 4px;font-size:1.15rem;font-weight:700}.chat-widget__header p{color:var(--color-text-muted);margin:0;font-size:.9rem;line-height:1.4}.chat-widget__loading{color:var(--color-text-muted);flex:1;justify-content:center;align-items:center;display:flex}.chat-widget__fatal{text-align:center;color:var(--color-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.message-list{flex-direction:column;flex:1;gap:10px;padding:16px 20px;display:flex;overflow-y:auto}.message{border-radius:var(--radius-md);overflow-wrap:anywhere;max-width:85%;padding:10px 14px;font-size:.95rem;line-height:1.45}.message p{white-space:pre-wrap;margin:0}.message--assistant{background:var(--color-assistant-bubble);color:var(--color-assistant-bubble-text);border-bottom-left-radius:4px;align-self:flex-start}.message--user{background:var(--color-primary);color:var(--color-user-bubble-text);border-bottom-right-radius:4px;align-self:flex-end}.input-area{border-top:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;flex-shrink:0;gap:10px;padding:14px 20px 18px;display:flex}.chat-input-form{gap:8px;display:flex}.chat-input-form input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);min-width:0;color:var(--color-text);flex:1;padding:10px 14px}.chat-input-form input:focus-visible{background:var(--color-surface)}.field-form{gap:10px}.field-form label{color:var(--color-text);font-size:.9rem;font-weight:600}.field-form input,.field-form textarea{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);color:var(--color-text);resize:vertical;width:100%;padding:10px 14px}.field-form__row{flex-direction:column;gap:6px;display:flex}.field-form__actions{align-items:center;gap:10px;display:flex}.field-error{color:var(--color-error-text);margin:0;font-size:.85rem}.button{border-radius:var(--radius-md);white-space:nowrap;border:none;padding:10px 18px;font-weight:600;transition:background-color .12s,opacity .12s}.button--primary{background:var(--color-primary);color:var(--color-primary-contrast)}.button--primary:hover:not(:disabled){background:var(--color-primary-hover)}.button--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.button--secondary:hover:not(:disabled){background:var(--color-surface-muted)}.button--cta{background:var(--color-accent);color:#fff;align-self:flex-start}.button--cta:hover:not(:disabled){background:var(--color-accent-hover)}.button--text{color:var(--color-primary);background:0 0;padding:6px 8px}.button--text:hover:not(:disabled){text-decoration:underline}.consent-ask__question{margin:0 0 4px;font-size:.95rem}.consent-ask__actions{flex-wrap:wrap;gap:8px;display:flex}.confirm-card__list{flex-direction:column;gap:8px;margin:0 0 6px;display:flex}.confirm-card__row{background:var(--color-surface-muted);border-radius:var(--radius-md);grid-template-columns:auto 1fr auto;align-items:baseline;gap:8px;padding:8px 10px;display:grid}.confirm-card__row dt{color:var(--color-text-muted);font-size:.8rem;font-weight:600}.confirm-card__row dd{overflow-wrap:anywhere;margin:0}.restart-notice{align-items:flex-start}.restart-notice p:empty{display:none}.error-banner{border-radius:var(--radius-md);background:var(--color-error-bg);border:1px solid var(--color-error-border);color:var(--color-error-text);flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;margin:0 20px;padding:10px 14px;display:flex}.error-banner p{margin:0;font-size:.9rem}.manager-panel{background:var(--color-surface);flex-direction:column;gap:20px;width:100%;max-width:1100px;min-height:100dvh;padding:20px;display:flex}@media (width>=640px){.manager-panel{border-radius:var(--radius-lg);min-height:auto;box-shadow:var(--shadow-card);padding:28px}}.manager-panel--centered{justify-content:center;align-items:center;max-width:420px;margin:0 auto}.manager-panel__body{display:contents}.manager-panel__title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.manager-panel__header h1{margin:0;font-size:1.3rem;font-weight:700}.manager-panel__warning{border-radius:var(--radius-md);background:var(--color-warning-bg);border:1px solid var(--color-warning-border);color:var(--color-warning-text);margin:0;padding:10px 14px;font-size:.85rem;line-height:1.4}.login-form{flex-direction:column;gap:14px;width:100%;display:flex}.login-form h1{margin:0;font-size:1.2rem;font-weight:700}.login-form input{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);color:var(--color-text);width:100%;padding:10px 14px}.login-form label{color:var(--color-text);font-size:.9rem;font-weight:600}.leads-list{flex-direction:column;gap:14px;display:flex}.leads-list__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.leads-list__filter{flex-direction:column;gap:4px;display:flex}.leads-list__filter label{color:var(--color-text-muted);font-size:.85rem;font-weight:600}.leads-list__filter select{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);padding:8px 12px}.leads-list__status-note,.leads-list__loading,.leads-list__empty{color:var(--color-text-muted);margin:0;font-size:.9rem}.leads-table{border-collapse:collapse;width:100%}.leads-table th,.leads-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:10px 12px;font-size:.9rem}.leads-table th{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:600}.leads-table__actions{text-align:right}@media (width<=719px){.leads-table thead{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.leads-table,.leads-table tbody,.leads-table tr,.leads-table td{width:100%;display:block}.leads-table tr{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:12px;padding:6px 12px}.leads-table td{border-bottom:1px solid var(--color-surface-muted);text-align:right;justify-content:space-between;align-items:center;gap:12px;display:flex}.leads-table td:last-child{border-bottom:none}.leads-table td:before{content:attr(data-label);color:var(--color-text-muted);text-align:left;font-weight:600}.leads-table__actions{justify-content:flex-end}.leads-table__actions:before{content:""}}.leads-list__pagination{justify-content:center;align-items:center;gap:16px;display:flex}.leads-list__pagination-status{color:var(--color-text-muted);font-size:.85rem}.lead-detail-overlay{z-index:10;background:#141e3266;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.lead-detail{background:var(--color-surface);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90dvh;box-shadow:var(--shadow-card);flex-direction:column;gap:14px;padding:20px;display:flex;overflow-y:auto}.lead-detail__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.lead-detail__header h2{margin:0;font-size:1.1rem}.lead-detail__header h2:focus-visible{outline:none}.lead-detail__status-note{color:var(--color-text-muted);margin:0}.lead-detail__fields{flex-direction:column;gap:8px;margin:0;display:flex}.lead-detail__field{border-bottom:1px solid var(--color-surface-muted);grid-template-columns:140px 1fr;gap:8px;padding:6px 0;display:grid}.lead-detail__field dt{color:var(--color-text-muted);font-size:.8rem;font-weight:600}.lead-detail__field dd{overflow-wrap:anywhere;margin:0}.lead-detail__actions{flex-wrap:wrap;gap:10px;display:flex}.lead-detail__terminal-note{color:var(--color-text-muted);margin:0;font-size:.9rem}
