*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8f8f5;color:#1a1a1a;min-height:100vh;overflow:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.app-layout{display:flex;min-height:100vh}.sidebar{width:240px;background:#fff;border-right:1px solid #e5e5e0;padding:24px 0;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:10}.sidebar-logo{padding:0 24px 28px;display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;color:#6d28d9}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 12px}.nav-item{padding:10px 12px;border-radius:8px;color:#6b6b6b;font-size:14px;font-weight:500;transition:all .15s}.nav-item:hover{background:#f5f3ff;color:#6d28d9}.nav-item.active{background:#ede9fe;color:#5b21b6;font-weight:600}.sidebar-footer{padding:16px 24px;border-top:1px solid #e5e5e0}.user-badge{display:flex;flex-direction:column;gap:2px;font-size:12px;margin-bottom:8px}.user-name{font-weight:600;color:#1a1a1a}.user-role{color:#9a9a9a;text-transform:capitalize}.logout-btn{padding:6px 12px;border:1px solid #e5e5e0;border-radius:6px;background:#fff;color:#6b6b6b;font-size:12px;width:100%}.logout-btn:hover{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.main-content{flex:1;margin-left:240px;padding:32px;max-width:1100px;overflow-y:auto;height:100vh}.page-header{margin-bottom:24px}.page-header h1{font-size:22px;font-weight:700}.page-header{display:flex;justify-content:space-between;align-items:flex-start}.page-actions{display:flex;align-items:center;gap:8px}.page-subtitle{font-size:14px;color:#6b6b6b;margin-top:4px}.card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;margin-bottom:20px;box-shadow:0 1px 2px #0000000a}.card-header{padding:18px 22px;border-bottom:1px solid #e5e5e0}.card-title{font-size:15px;font-weight:600}.card-body{padding:22px}.card-body-flush{padding:0}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.kpi-card{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:20px 22px;box-shadow:0 1px 2px #0000000a}.kpi-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#9a9a9a;margin-bottom:8px}.kpi-value{font-size:28px;font-weight:700;letter-spacing:-.5px}.kpi-meta{font-size:12px;color:#6b6b6b;margin-top:6px}.data-table{width:100%;border-collapse:collapse;font-size:13px}.data-table th{text-align:left;padding:10px 22px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#9a9a9a;border-bottom:1px solid #e5e5e0;background:#fafaf7}.data-table td{padding:12px 22px;border-bottom:1px solid #e5e5e0;color:#1a1a1a}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#f5f3ff}.mono{font-family:SF Mono,Consolas,monospace;font-size:12px;color:#6b6b6b}.table-footer{padding:10px 22px;font-size:12px;color:#9a9a9a;border-top:1px solid #e5e5e0}.badge-mode{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600;background:#f0f0eb;color:#6b6b6b}.badge-pipeline{background:#dbeafe;color:#1e40af}.badge-live{background:#fef3c7;color:#92400e}.mini-bar{width:80px;height:6px;background:#e5e5e0;border-radius:3px;overflow:hidden}.mini-fill{height:6px;background:#7c3aed;border-radius:3px}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mode-card-wide{background:#fff;border:1px solid #e5e5e0;border-radius:12px;padding:20px}.mode-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.mode-card-header h3{font-size:16px;font-weight:700}.mode-card-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.stat{text-align:center}.stat-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.4px;color:#9a9a9a}.stat-value{display:block;font-size:18px;font-weight:700;margin-top:2px}.mode-providers{border-top:1px solid #e5e5e0;padding-top:10px;margin-top:4px}.provider-type{font-size:12px;color:#6b6b6b;margin-bottom:4px}.provider-label{font-weight:600;color:#1a1a1a;margin-right:6px}.page-loading{text-align:center;padding:60px 20px;color:#9a9a9a}.spinner{width:24px;height:24px;border:3px solid #e5e5e0;border-top-color:#7c3aed;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}@keyframes spin{to{transform:rotate(360deg)}}.page-error{text-align:center;padding:60px 20px}.page-error h2{color:#b91c1c;margin-bottom:8px}.empty-state{text-align:center;padding:60px 20px;color:#9a9a9a}.text-muted{color:#9a9a9a;font-size:13px;line-height:1.6}.btn{padding:10px 20px;border-radius:8px;font-weight:600;font-size:13px;border:none;transition:all .15s;display:inline-flex;align-items:center;gap:6px}.btn-primary{background:#7c3aed;color:#fff}.btn-primary:hover{background:#6d28d9}.btn-sm{padding:6px 14px;font-size:12px}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:500}.status-badge.completed{background:#dcfce7;color:#15803d}.status-badge.failed{background:#fee2e2;color:#b91c1c}.status-badge.warn{background:#fef3c7;color:#92400e}.status-badge.pending,.status-badge.idle{background:#f0f0eb;color:#6b6b6b}.status-badge.active{background:#dbeafe;color:#1d4ed8}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f8f8f5}.login-card{background:#fff;border:1px solid #e5e5e0;border-radius:16px;padding:40px;text-align:center;max-width:360px;width:100%;box-shadow:0 10px 30px #0000000f}.login-logo{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:12px}.login-logo h1{font-size:24px;font-weight:700;color:#6d28d9}.login-desc{font-size:14px;color:#6b6b6b;margin-bottom:24px}.login-btn{width:100%;justify-content:center;padding:12px;font-size:15px}@media (max-width: 768px){.sidebar{width:64px;overflow:hidden}.sidebar-logo span,.nav-item{font-size:0;padding:12px}.sidebar-footer{display:none}.main-content{margin-left:64px;padding:20px 16px}.kpi-row{grid-template-columns:repeat(2,1fr)}.mode-grid{grid-template-columns:1fr}}.stage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.stage-card{background:#fafaf7;border:1px solid #e5e5e0;border-radius:8px;padding:14px;text-align:center}.stage-count{font-size:24px;font-weight:800;color:#1a1a1a}.stage-label{font-size:11px;color:#6b6b6b;margin:4px 0 8px;text-transform:uppercase;letter-spacing:.4px}.stage-bar{height:4px;background:#e5e5e0;border-radius:2px;overflow:hidden}.stage-fill{height:4px;background:#7c3aed;border-radius:2px}.badge-stage{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:#f0f0eb;color:#6b6b6b}.badge-stage.configure_voice{background:#dbeafe;color:#1e40af}.badge-stage.first_call{background:#fef3c7;color:#92400e}.badge-stage.invite_team{background:#e0e7ff;color:#3730a3}.badge-stage.billing_setup{background:#fce7f3;color:#9d174d}.badge-stage.complete{background:#dcfce7;color:#15803d}.badge-stage.upgrade_to_live{background:#fef3c7;color:#92400e}.badge-stage.re_engagement{background:#e0e7ff;color:#3730a3}.badge-stage.activation{background:#dbeafe;color:#1e40af}.progress-num{font-size:11px;color:#9a9a9a;margin-left:6px}.status-yes{color:#15803d;font-weight:600}.status-no{color:#9a9a9a}.risk-tag{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:600}.risk-none{background:#f0f0eb;color:#6b6b6b}.risk-low{background:#dcfce7;color:#15803d}.risk-medium{background:#fef3c7;color:#92400e}.risk-high{background:#fee2e2;color:#b91c1c}.risk-critical{background:#fef2f2;color:#7f1d1d}.table-count{font-size:12px;color:#9a9a9a;font-weight:400}
