@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root{--primary:#2563eb;--primary-dark:#1d4ed8;--primary-light:#dbeafe;--secondary:#7c3aed;--accent:#06b6d4;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--bg:#f0f4ff;--surface:#fff;--surface-2:#f8fafc;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--text-light:#94a3b8;--shadow:0 1px 3px #00000014,0 4px 16px #2563eb0f;--shadow-lg:0 8px 32px #2563eb1f;--radius:12px;--radius-sm:8px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f4ff;background:var(--bg);color:#0f172a;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.6}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#e2e8f0;background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#94a3b8;background:var(--text-light)}.app-container{display:flex;flex-direction:column;min-height:100vh}.navbar{background:#fff;background:var(--surface);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);box-shadow:0 1px 0 #e2e8f0;box-shadow:0 1px 0 var(--border);height:60px;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:100}.navbar,.navbar-brand{align-items:center;display:flex}.navbar-brand{color:#2563eb;color:var(--primary);font-size:16px;font-weight:700;gap:10px;text-decoration:none}.navbar-brand .logo-dot{animation:pulse 2s infinite;background:#06b6d4;background:var(--accent);border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.navbar-badge{background:#dbeafe;background:var(--primary-light);border-radius:99px;color:#2563eb;color:var(--primary);font-size:11px;font-weight:600;padding:2px 8px}.main-content{flex:1 1;margin:0 auto;max-width:1400px;padding:24px;width:100%}.page-header{margin-bottom:24px}.page-header h1{color:#0f172a;color:var(--text);font-size:22px;font-weight:700;margin-bottom:4px}.page-header p{color:#64748b;color:var(--text-muted);font-size:13px}.card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #00000014,0 4px 16px #2563eb0f;box-shadow:var(--shadow)}.mode-toggle{background:#f8fafc;background:var(--surface-2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);display:inline-flex;margin-bottom:20px;padding:3px}.mode-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:7px 18px;transition:all .2s}.mode-btn.active{background:#fff;background:var(--surface);box-shadow:0 1px 4px #0000001a;color:#2563eb;color:var(--primary);font-weight:600}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width{grid-column:1/-1}.form-label{color:#64748b;color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.form-input,.form-select,.form-textarea{background:#fff;background:var(--surface);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--text);font-family:Inter,sans-serif;font-size:14px;outline:none;padding:9px 12px;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.form-textarea{min-height:80px;resize:vertical}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;gap:6px;padding:9px 18px;text-decoration:none;transition:all .2s}.btn-primary{background:#2563eb;background:var(--primary);color:#fff}.btn-primary:hover{background:#1d4ed8;background:var(--primary-dark);transform:translateY(-1px)}.btn-danger{background:#fef2f2;border:1px solid #fecaca;color:#ef4444;color:var(--danger)}.btn-danger:hover{background:#fee2e2}.btn-ghost{background:#0000;border:1px solid #e2e8f0;border:1px solid var(--border);color:#64748b;color:var(--text-muted)}.btn-ghost:hover{background:#f8fafc;background:var(--surface-2);color:#0f172a;color:var(--text)}.btn-sm{font-size:12px;padding:5px 12px}.btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.alert{align-items:center;border-radius:8px;border-radius:var(--radius-sm);display:flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:16px;padding:10px 14px}.alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.interactions-table{border-collapse:collapse;font-size:13px;width:100%}.interactions-table th{background:#f8fafc;background:var(--surface-2);color:#64748b;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.5px;padding:10px 14px;text-align:left;text-transform:uppercase}.interactions-table td,.interactions-table th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border)}.interactions-table td{padding:12px 14px;vertical-align:top}.interactions-table tr:hover td{background:#f8fafc;background:var(--surface-2)}.interactions-table tr:last-child td{border-bottom:none}.badge{align-items:center;border-radius:99px;display:inline-flex;font-size:11px;font-weight:600;padding:2px 8px}.badge-positive{background:#f0fdf4;color:#166534}.badge-neutral{background:#f1f5f9;color:#475569}.badge-negative{background:#fef2f2;color:#991b1b}.badge-blue{background:#dbeafe;background:var(--primary-light);color:#2563eb;color:var(--primary)}.chat-container{display:flex;flex-direction:column;height:520px}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.chat-message{animation:fadeIn .25s ease;display:flex;gap:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-message.user{flex-direction:row-reverse}.chat-avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:14px;height:32px;justify-content:center;width:32px}.chat-avatar.user-avatar{background:#2563eb;background:var(--primary);color:#fff;font-size:11px;font-weight:700}.chat-avatar.bot-avatar{background:linear-gradient(135deg,#2563eb,#7c3aed);background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff}.chat-bubble{border-radius:12px;font-size:13.5px;line-height:1.6;max-width:75%;padding:10px 14px;white-space:pre-wrap}.chat-message.assistant .chat-bubble{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-bottom-left-radius:4px}.chat-message.user .chat-bubble{background:#2563eb;background:var(--primary);border-bottom-right-radius:4px;color:#fff}.tool-badge{background:#dbeafe;background:var(--primary-light);border-radius:4px;color:#2563eb;color:var(--primary);display:inline-block;font-size:10px;font-weight:600;letter-spacing:.3px;margin-bottom:4px;padding:1px 6px;text-transform:uppercase}.chat-input-area{align-items:flex-end;background:#f8fafc;background:var(--surface-2);border-radius:0 0 12px 12px;border-radius:0 0 var(--radius) var(--radius);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;gap:10px;padding:12px 16px}.chat-input{background:#fff;background:var(--surface);border:1.5px solid #e2e8f0;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);flex:1 1;font-family:Inter,sans-serif;font-size:14px;max-height:120px;min-height:40px;outline:none;padding:9px 14px;resize:none;transition:border-color .2s}.chat-input:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.chat-send-btn{align-items:center;background:#2563eb;background:var(--primary);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;transition:all .2s;width:40px}.chat-send-btn:hover:not(:disabled){background:#1d4ed8;background:var(--primary-dark);transform:translateY(-1px)}.chat-send-btn:disabled{cursor:not-allowed;opacity:.5}.typing-indicator{align-items:center;display:flex;gap:4px;padding:8px 12px}.typing-dot{animation:typing 1.2s infinite;background:#94a3b8;background:var(--text-light);border-radius:50%;height:6px;width:6px}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.stats-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:20px}.stat-card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:flex;flex-direction:column;gap:4px;padding:16px}.stat-value{color:#2563eb;color:var(--primary);font-size:24px;font-weight:700}.stat-label{color:#64748b;color:var(--text-muted);font-size:12px;font-weight:500}.two-col{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:900px){.two-col{grid-template-columns:1fr}.main-content{padding:16px}}.card-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);justify-content:space-between;padding:16px 20px}.card-header,.card-title{align-items:center;display:flex}.card-title{color:#0f172a;color:var(--text);font-size:14px;font-weight:700;gap:8px}.card-body{padding:20px}.empty-state{color:#64748b;color:var(--text-muted);padding:40px 20px;text-align:center}.empty-state .empty-icon{font-size:40px;margin-bottom:12px}.empty-state p{font-size:13px}.spinner{animation:spin .7s linear infinite;border:2.5px solid #2563eb26;border-radius:50%;border-top:2.5px solid var(--primary);display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}.suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:8px 16px 12px}.suggestion-chip{background:#dbeafe;background:var(--primary-light);border:none;border-radius:99px;color:#2563eb;color:var(--primary);cursor:pointer;font-family:Inter,sans-serif;font-size:12px;font-weight:500;padding:5px 10px;transition:all .15s;white-space:nowrap}.suggestion-chip:hover{background:#2563eb;background:var(--primary);color:#fff}.inline-edit-form{background:#f8fafc;background:var(--surface-2);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);margin-top:8px;padding:12px}
/*# sourceMappingURL=main.80aa6a58.css.map*/