:root{--primary-bg:#0d1117;--secondary-bg:#21262d;--card-bg:#fff;--accent-primary:#4a5568;--accent-light:#718096;--accent-lighter:#a0aec0;--status-active:#68d391;--status-warning:#fbb04e;--status-error:#f56565;--provider-native:#3b82f6;--provider-hosted:#9ca3af;--provider-hybrid:#3b82f6;--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-white:#fff;--border-color:#e5e7eb;--border-dark:#30363d;--divider-light:#f6f8fa;--shadow-card:0 2px 4px #0000000f}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background-color:#f6f8fa;background-color:var(--divider-light);color:#1f2937;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}.sn-panel{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 2px 4px #0000000f;box-shadow:var(--shadow-card);margin-bottom:16px}.sn-panel-header{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border-color);color:#1f2937;color:var(--text-primary);font-size:16px;font-weight:600;padding:16px 20px}.sn-panel-body{padding:20px}.sn-button{align-items:center;background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:6px;color:#1f2937;color:var(--text-primary);cursor:pointer;display:inline-flex;font-size:14px;gap:8px;padding:8px 16px;transition:all .2s ease}.sn-button:hover{background:#f6f8fa;background:var(--divider-light)}.sn-button-primary,.sn-button:hover{border-color:#4a5568;border-color:var(--accent-primary)}.sn-button-primary{background:#4a5568;background:var(--accent-primary);color:#fff;color:var(--text-white)}.sn-button-primary:hover{background:#718096;background:var(--accent-light)}.metric-card{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:8px;padding:16px;transition:all .2s ease}.metric-card:hover{box-shadow:0 4px 12px #0000001a}.metric-value{color:#1f2937;color:var(--text-primary);font-size:24px;font-weight:700;margin-bottom:4px}.workflow-card{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;padding:20px;position:relative;transition:all .3s ease}.workflow-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.workflow-card.native:before{background:#3b82f6;box-shadow:0 2px 4px #3b82f64d}.workflow-card.hosted:before,.workflow-card.native:before{content:"";height:4px;left:0;position:absolute;right:0;top:0}.workflow-card.hosted:before{background:#9ca3af;box-shadow:0 2px 4px #9ca3af4d}.workflow-card.hybrid:before{background:linear-gradient(90deg,#3b82f6,#9ca3af);box-shadow:0 2px 4px #3b82f633;content:"";height:4px;left:0;position:absolute;right:0;top:0}.agent-card{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:8px;cursor:pointer;padding:16px;transition:all .3s ease}.agent-card:hover{border-color:#4a5568;border-color:var(--accent-primary);box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.provider-badge{border-radius:12px;font-size:10px;font-weight:600;padding:2px 8px;text-transform:uppercase}.provider-badge.native{background:#3b82f6;border:1px solid #3b82f6;box-shadow:0 2px 4px #3b82f633;color:#fff}.provider-badge.hosted{background:#9ca3af;border:1px solid #9ca3af;box-shadow:0 2px 4px #9ca3af33;color:#fff}.progress-bar{background:#f6f8fa;background:var(--divider-light);border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-fill{border-radius:4px;height:100%;transition:width .3s ease}.progress-fill.success{background:#68d391;background:var(--status-active)}.progress-fill.processing{background:#4a5568;background:var(--accent-primary)}.progress-fill.warning{background:#fbb04e;background:var(--status-warning)}.agent-active{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}
/*# sourceMappingURL=main.02f70da0.css.map*/