@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#60a5fa;--primary-glow:#3b82f666;--slt-dark:#001a33;--slt-blue:#003b73;--bg-main:#f1f5f9;--bg-card:#f8fbff;--text-main:#0f172a;--text-muted:#64748b;--border-subtle:#003b7314;--shadow-soft:0 2px 10px -1px #0000000d;--shadow-card:0 10px 25px -5px #003b730d,0 4px 10px -2px #003b7308;--radius-md:10px;--radius-lg:14px;--radius-xl:18px}body{-webkit-font-smoothing:antialiased;background:#f1f5f9;background:var(--bg-main);color:#0f172a;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;letter-spacing:-.011em;line-height:1.6}.container{display:grid;grid-template-columns:240px 1fr 500px;height:100vh;overflow:hidden;.resizer{background-color:initial;cursor:col-resize;position:relative;transition:all .2s ease;width:4px;z-index:50}.resizer:after{background:#003b7314;background:var(--border-subtle);border-radius:1px;content:"";height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .2s;width:2px}.resizer:hover:after{background:#3b82f6;background:var(--primary);height:60px;width:4px}.resizer:hover{background-color:#3b82f60d}.sidebar{-ms-overflow-style:none;background:linear-gradient(180deg,#003b73,#001a33);background:linear-gradient(180deg,var(--slt-blue) 0,var(--slt-dark) 100%);border-right:1px solid #ffffff0d;box-shadow:4px 0 20px #0000001a;color:#e2e8f0;display:flex;flex-direction:column;gap:0;overflow-y:auto;padding:32px 20px;scrollbar-width:none;z-index:20}.sidebar::-webkit-scrollbar{display:none}.logo{align-items:center;border-bottom:1px solid #ffffff1a;color:#fff;display:flex;font-size:20px;font-weight:800;gap:10px;letter-spacing:-.02em;margin-bottom:40px;padding-bottom:24px}.sidebar h2{color:#fff6;font-size:11px;font-weight:700;letter-spacing:.12em;margin-bottom:16px;padding-left:4px;text-transform:uppercase}.agent-card{background:#ffffff0a;border:1px solid #ffffff0a;border-radius:10px;border-radius:var(--radius-md);color:#ffffffb3;cursor:pointer;font-size:14px;font-weight:600;margin-bottom:10px;padding:14px 18px;transition:all .25s cubic-bezier(.4,0,.2,1)}.agent-card:hover{background:#ffffff14;border-color:#ffffff1a;color:#fff;transform:translateX(6px)}.agent-card.selected{background:#3b82f6;background:var(--primary);border-color:#60a5fa;border-color:var(--primary-light);box-shadow:0 4px 20px #3b82f666;box-shadow:0 4px 20px var(--primary-glow);color:#fff;transform:translateX(4px)}}.chat-section{background:#f1f5f9;background:var(--bg-main);display:flex;flex-direction:column;overflow:hidden;position:relative}.chat-header{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#fffc;border-bottom:1px solid #003b7314;border-bottom:1px solid var(--border-subtle);color:#0f172a;color:var(--text-main);display:flex;font-size:16px;font-weight:700;gap:12px;letter-spacing:-.02em;padding:20px 28px;z-index:10}.chat-box{background:#f8fafc;display:flex;flex:1 1;flex-direction:column;gap:24px;overflow-y:auto;padding:32px 28px;scroll-behavior:smooth}.message{animation:slideUp .4s cubic-bezier(.16,1,.3,1) both;border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 2px 10px -1px #0000000d;box-shadow:var(--shadow-soft);font-size:15px;line-height:1.6;max-width:85%;padding:16px 20px;position:relative;white-space:pre-wrap;word-break:break-word}.message.user{align-self:flex-end;background:linear-gradient(135deg,#6366f1,#4338ca);border-bottom-right-radius:4px;box-shadow:0 4px 15px #6366f166;color:#fff}.message.assistant{align-self:flex-start;background:#eef2ff;border:1px solid #c7d2fe;border-bottom-left-radius:4px;box-shadow:0 4px 15px #6366f114}.message-avatar{align-items:center;display:flex;font-size:18px;font-size:13px;font-weight:600;gap:6px;line-height:1;margin-bottom:6px}.message.user .message-avatar{display:none}.message.assistant .message-avatar{align-self:flex-start;color:#003b73;color:var(--slt-blue)}.message.assistant .message-avatar:after{content:"Assistant"}.message.assistant .message-content{color:#0f172a;font-weight:600}.summary-container{display:flex;flex-direction:column;gap:8px}.message-line{line-height:1.5}.sub-id-highlight{background:#eff6ff;border-radius:4px;color:#2563eb;font-family:JetBrains Mono,monospace;font-weight:700;padding:1px 4px}.workflow-section{background:#f8fafc;border:1px solid #003b7314;border-left:4px solid #3b82f6;border:1px solid var(--border-subtle);border-left:4px solid var(--primary);border-radius:10px;border-radius:var(--radius-md);color:#64748b;color:var(--text-muted);font-size:13px;margin-top:16px;padding:16px}.workflow-section strong{align-items:center;color:#0f172a;color:var(--text-main);display:flex;font-size:14px;font-weight:700;gap:8px;margin-bottom:12px}.workflow-section li:first-child{color:#10b981;font-size:13px;font-weight:700;list-style:none;margin-bottom:6px}.workflow-section ul{display:flex;flex-direction:column;gap:6px;margin:0;padding:0}.workflow-section li{color:#64748b;color:var(--text-muted);list-style:disc inside;padding-left:4px}details.chat-tech-details{background:#00000005;border:1px solid #e5e7eb;border-radius:6px;margin-top:12px;overflow:hidden}details.chat-tech-details summary{background:#f8fafc;color:#374151;cursor:pointer;font-size:13px;font-weight:600;padding:10px 14px;transition:background .15s;-webkit-user-select:none;user-select:none}details.chat-tech-details summary:hover{background:#f1f5f9}details.chat-tech-details .tech-data{background:#fff;border-top:1px solid #e5e7eb;padding:0}.typing{align-items:center;display:flex;gap:5px;height:22px}.typing span{animation:bounce 1.2s ease-in-out infinite;background:#94a3b8;border-radius:50%;display:inline-block;height:8px;width:8px}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.tech-panel{border-left:1px solid #003b7314;border-left:1px solid var(--border-subtle);gap:32px;padding:32px 28px}.tech-panel h3{color:var(--text-main);font-size:20px;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.tech-dashboard h4{border-bottom:2px solid #003b7314;border-bottom:2px solid var(--border-subtle);color:#64748b;color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:.1em;margin:32px 0 16px;padding-bottom:8px;text-transform:uppercase}.tech-dashboard h4:first-child{margin-top:0}.tech-group{background:#f8fbff;background:var(--bg-card);border:1px solid #003b7314;border-radius:14px;border-radius:var(--radius-lg);border-top:4px solid #60a5fa;border:1px solid var(--border-subtle);border-top:4px solid var(--primary-light);box-shadow:0 10px 25px -5px #003b730d,0 4px 10px -2px #003b7308;box-shadow:var(--shadow-card);margin-bottom:24px;overflow:hidden;padding:24px;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease}.tech-group:hover{border-top-color:#3b82f6;border-top-color:var(--primary);box-shadow:0 12px 25px -5px #0000001a,0 0 15px #3b82f666;box-shadow:0 12px 25px -5px #0000001a,0 0 15px var(--primary-glow);transform:translateY(-4px)}.tech-group h5{align-items:center;border-bottom:1px solid #003b7314;border-bottom:1px solid var(--border-subtle);color:var(--primary-dark);display:flex;font-size:13px;font-weight:800;gap:10px;letter-spacing:.05em;margin-bottom:20px;padding-bottom:12px}.tech-item{gap:8px;margin-bottom:18px}.tech-item .label{color:#475569;font-size:12px;font-weight:600}.value-row{align-items:flex-start;background:#fff9;border:1px solid #003b7314;border:1px solid var(--border-subtle);border-radius:8px;flex-direction:column;gap:4px;margin-bottom:8px;padding:10px 14px;transition:all .2s;width:100%}.value-row:hover{background:#0000000a;border-color:#0000001a}.value-prefix{color:#64748b;color:var(--text-muted);font-size:10px;font-weight:800;letter-spacing:.05em}.value-text{color:#0f172a;color:var(--text-main);font-size:13.5px;font-weight:600;word-break:break-word}.tech-item.multi-row .value{display:flex;flex-direction:column;gap:8px}.chat-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-top:1px solid #003b7314;border-top:1px solid var(--border-subtle);display:flex;padding:24px 32px}.chat-input-container{align-items:center;display:flex;position:relative;width:100%}.chat-input-container input{background:#fff;border:1px solid #003b7314;border:1px solid var(--border-subtle);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 2px 10px -1px #0000000d;box-shadow:var(--shadow-soft);font-family:inherit;font-size:15px;outline:none;padding:16px 52px 16px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.chat-input-container input:focus{background:#fff;border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 4px #3b82f626}.send-icon-btn{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:12px;transition:background .2s,transform .15s}.send-icon-btn:hover{background:#3b82f614;transform:scale(1.1)}.send-icon-btn:active{transform:scale(.95)}.send-icon{fill:#3b82f6;fill:var(--primary);height:20px;width:20px}.centered-header{color:#1e3a8a;font-size:20px;font-weight:800;justify-content:center;letter-spacing:.5px}.welcome-card-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px 20px}.welcome-card{animation:fadeIn .4s ease-out;background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 40px #0000000a;max-width:680px;padding:80px 40px;text-align:center;width:100%}.welcome-text{color:#334155;font-size:24px;font-weight:700;letter-spacing:-.5px}.tech-panel{background:#f8fafc;display:flex;flex-direction:column;overflow-y:auto;padding:0}.tech-panel h3{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8fafcf2;border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:16px;font-weight:700;margin:0;padding:18px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.tech-dashboard{grid-gap:20px;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:24px}.tech-column{display:flex;flex-direction:column;gap:20px}.tech-column h4{color:#1e293b;font-size:14.5px;font-weight:700;letter-spacing:.8px;margin:0 0 4px;text-transform:uppercase}.tech-group{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000005;padding:16px;transition:box-shadow .2s ease,transform .2s ease}.tech-group:hover{box-shadow:0 10px 15px -3px #0000000a,0 4px 6px -2px #00000005;transform:translateY(-1px)}.tech-group h5{border-bottom:1px solid #f1f5f9;color:#2563eb;font-size:13.5px;font-weight:700;letter-spacing:.5px;margin:0 0 12px;padding-bottom:6px;text-transform:uppercase}.tech-item{align-items:flex-start;border-bottom:1px dashed #f1f5f9;display:flex;flex-direction:column;font-size:13px;line-height:1.4;margin-bottom:14px;padding-bottom:10px}.tech-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tech-item .label{color:#334155;flex-shrink:0;font-weight:700;padding-bottom:6px}.tech-item .value{align-items:flex-start;flex-direction:column;width:100%}.tech-item .value,.value-row{display:flex;gap:8px;max-width:100%}.value-row{align-items:center;background:#f8fafccc;border:1px solid #e2e8f099;border-radius:6px;flex-wrap:wrap;justify-content:flex-start;padding:6px 10px;width:-webkit-fit-content;width:fit-content}.value-row span:not(.value-prefix){word-break:break-word}.value-prefix{color:#475569;font-size:11.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.tech-data{display:flex;flex-direction:column;padding:4px 0 12px}.tech-row{align-items:start;background:#eef2ff;border-bottom:1px solid #e0e7ff;display:grid;grid-template-columns:46% 54%;padding:9px 20px;transition:background .15s}.tech-row:hover{background:#e0e7ff}.tech-row-double-indented:hover,.tech-row-indented:hover{background:#f1f5f9}.tech-section-header{background:#eef2ff;border-bottom:1px solid #e0e7ff;border-top:2px solid #c7d2fe;display:block;margin-top:4px;padding:10px 20px 4px}.tech-section-label{color:#3730a3;font-size:12px;font-weight:700;letter-spacing:.5px}.tech-subsection-header{background:#fafbff;border-bottom:1px solid #e2e8f0;padding-bottom:4px;padding-top:8px}.tech-subsection-label{color:#4338ca;font-size:11.5px;font-weight:600;letter-spacing:.3px}.tech-row-indented{background:#fafbff;border-left:3px solid #c7d2fe;padding-left:32px}.tech-row-indented .tech-key{color:#4b5563;font-size:12px;font-weight:500}.tech-row-indented .tech-value{font-size:12px}.tech-row-double-indented{background:#fafbff;border-left:4px solid #cbd5e1;padding-left:56px}.tech-row-double-indented .tech-key{color:#6b7280;font-size:11.5px;font-weight:500}.tech-row-double-indented .tech-value{font-size:11.5px}.tech-key{color:#3730a3;font-weight:600;padding-right:6px}.tech-key,.tech-value{font-size:12.5px;word-break:break-word}.tech-value{color:#1f2937;white-space:pre-wrap}.status-success{background:#ecfdf5;color:#059669}.status-failed,.status-success{border-radius:6px;font-size:12px;font-weight:800;letter-spacing:.02em;padding:2px 8px;text-transform:uppercase}.status-failed{background:#fef2f2;color:#dc2626}.status-warning{background:#fffbeb;color:#d97706;font-size:12px;font-weight:800;letter-spacing:.02em}.badge-grey,.status-warning{border-radius:6px;padding:2px 8px;text-transform:uppercase}.badge-grey{background:#f1f5f9;color:#64748b;font-size:11px;font-weight:700}.no-data{color:#9ca3af;font-size:13px;line-height:1.7;padding:24px 20px}.modal{align-items:center;animation:fadeIn .15s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:flex;inset:0;justify-content:center;position:fixed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .2s ease;background:#fff;border-radius:14px;box-shadow:0 20px 60px #0003;padding:28px 26px;width:420px}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-content h3{color:#0f172a;font-size:16px;font-weight:700;margin-bottom:6px}.modal-hint{color:#64748b;font-size:12.5px;line-height:1.5;margin-bottom:16px}.modal-label{color:#374151;display:block;font-size:12px;font-weight:600;letter-spacing:.6px;margin-bottom:6px;text-transform:uppercase}.modal-content input,.modal-content textarea{border:1px solid #d1d5db;border-radius:8px;font-family:inherit;font-size:13.5px;margin-bottom:12px;outline:none;padding:10px 12px;resize:vertical;transition:border-color .2s;width:100%}.modal-content input:focus,.modal-content textarea:focus{border-color:#2563eb}.modal-content textarea{min-height:80px}.modal-buttons{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.submit-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;padding:9px 20px;transition:background .2s,transform .15s}.submit-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.cancel-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#374151;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:500;padding:9px 18px;transition:background .2s}.cancel-btn:hover{background:#e2e8f0}@media (max-width:1100px){.container{grid-template-columns:200px 1fr}.tech-panel{border-top:1px solid #e5e7eb;grid-column:1/-1;max-height:300px}}.email-agent-response{color:#1e293b;font-weight:400!important;line-height:1.6;white-space:pre-wrap}.email-agent-response .message-line{margin-bottom:8px}.email-agent-response .message-line:last-child{margin-bottom:0}.email-msg-card{animation:slideUp .35s cubic-bezier(.16,1,.3,1) both;box-shadow:0 4px 12px #0000000d;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;max-width:80%;overflow-wrap:break-word;padding:16px 20px;width:auto;word-break:break-word}.email-msg-user{align-self:flex-end;background:linear-gradient(135deg,#6366f1,#4338ca);border-radius:18px 18px 4px 18px;box-shadow:0 4px 15px #6366f14d}.email-msg-assistant{align-self:flex-start;background:#eef2ff;border:1px solid #c7d2fe;border-radius:18px 18px 18px 4px;box-shadow:0 4px 15px #6366f114}.email-msg-avatar{font-size:18px;line-height:1;margin-bottom:2px}.email-msg-user .email-msg-avatar{display:none}.email-msg-assistant .email-msg-avatar{align-items:center;align-self:flex-start;color:#003b73;color:var(--slt-blue);display:flex;font-size:13px;font-weight:600;gap:6px}.email-msg-assistant .email-msg-avatar:after{content:"Email Assistant"}.email-msg-text{color:#1e293b;font-size:15px;font-weight:400;line-height:1.6;white-space:pre-wrap;word-break:break-word}.email-msg-user .email-msg-text{color:#fff;text-align:left}.email-chat-box{background:#f8fafc;box-sizing:border-box;gap:12px!important;overflow-x:hidden!important;padding:24px 28px!important}.welcome-hero-container{align-items:center;background:radial-gradient(circle at center,#fff 0,#f1f5f9 100%);background:radial-gradient(circle at center,#fff 0,var(--bg-main) 100%);display:flex;height:100%;justify-content:center;padding:24px}.welcome-hero-card{animation:fadeUpHero .8s cubic-bezier(.16,1,.3,1) both;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #fff9;border-radius:24px;box-shadow:0 20px 40px #003b730f,0 1px 3px #003b730a;max-width:480px;padding:50px 40px;text-align:center}.welcome-hero-logo{align-items:center;background:linear-gradient(135deg,#003b73,#001a33);background:linear-gradient(135deg,var(--slt-blue),var(--slt-dark));border-radius:20px;box-shadow:0 10px 25px #003b734d;display:flex;height:72px;justify-content:center;margin:0 auto 24px;width:72px}.welcome-hero-title{color:#001a33;color:var(--slt-dark);font-size:28px;font-weight:800;letter-spacing:-.5px;margin:0 0 8px}.welcome-hero-subtitle{color:#64748b;color:var(--text-muted);font-size:16px;line-height:1.5;margin:0 0 32px}.welcome-hero-divider{background:linear-gradient(90deg,#0000,#003b731a,#0000);height:1px;margin:0 0 32px}.welcome-hero-instruction{align-items:center;background:#003b730a;border-radius:12px;color:#003b73;color:var(--slt-blue);display:flex;font-size:15px;font-weight:600;gap:12px;justify-content:center;margin:0;padding:12px 20px}.welcome-hero-instruction svg{animation:bounceLeft 2s ease-in-out infinite}@keyframes fadeUpHero{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounceLeft{0%,to{transform:translateX(0)}50%{transform:translateX(-4px)}}.agent-empty-state{animation:fadeUp .5s ease-out both;flex-direction:column;height:100%;padding:40px;text-align:center}.agent-empty-icon,.agent-empty-state{align-items:center;display:flex;justify-content:center}.agent-empty-icon{border-radius:50%;box-shadow:0 12px 30px #00000014;height:80px;margin-bottom:24px;width:80px}.agent-empty-icon.config-icon{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 12px 30px #10b9814d}.agent-empty-icon.email-icon{background:linear-gradient(135deg,#6366f1,#4338ca);box-shadow:0 12px 30px #6366f14d}.agent-empty-icon svg{stroke:#fff;height:36px;width:36px}.agent-empty-title{color:#001a33;color:var(--slt-dark);font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0 0 12px}.agent-empty-subtitle{color:#64748b;color:var(--text-muted);font-size:16px;line-height:1.6;margin:0;max-width:420px}
/*# sourceMappingURL=main.e10f381d.css.map*/