@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-app: #F8FAFC;--bg-sidebar: #FFFFFF;--bg-card: #FFFFFF;--bg-hover: #F1F5F9;--bg-input: #FFFFFF;--bg-subtle: #F8FAFC;--border-subtle: #E2E8F0;--border-strong: #CBD5E1;--border-focus: #0D9488;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #64748B;--text-inverse: #FFFFFF;--brand-primary: #059669;--brand-dark: #047857;--brand-light: #ECFDF5;--brand-border: #A7F3D0;--accent-blue: #2563EB;--accent-blue-bg: #EFF6FF;--accent-purple: #7C3AED;--accent-purple-bg: #F5F3FF;--status-success: #16A34A;--status-success-bg: #F0FDF4;--status-warning: #D97706;--status-warning-bg: #FFFBEB;--status-danger: #DC2626;--status-danger-bg: #FEF2F2;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--primary-color: #059669;--primary-dark: #047857;--text-main: #0F172A;--border-color: #E2E8F0;--bg-main: #F8FAFC;--card-bg: #FFFFFF;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-card: 0 1px 3px 0 rgba(0, 0, 0, .06), 0 1px 2px -1px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--bg-app);color:var(--text-primary);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-layout{display:flex;min-height:100vh;width:100vw;overflow-x:hidden}.sidebar{width:270px;background-color:var(--bg-sidebar);border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;flex-shrink:0;height:100vh;position:sticky;top:0;padding:1.25rem 1rem;z-index:20}.sidebar-brand{display:flex;align-items:center;gap:.75rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border-subtle)}.brand-logo-wrap{width:36px;height:36px;background:var(--brand-primary);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff}.fgsn-logo-wrap{width:38px;height:38px;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:3px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow-sm);flex-shrink:0}.fgsn-brand-img{width:100%;height:100%;object-fit:contain}.brand-icon{width:20px;height:20px}.brand-title{font-weight:700;font-size:.95rem;letter-spacing:-.01em;color:var(--text-primary);display:block}.brand-subtitle{font-size:.72rem;color:var(--text-muted);display:block}.waba-status-card{margin:1rem 0;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:.95rem;box-shadow:0 2px 6px -1px #0000000a;transition:all .2s ease;position:relative;overflow:hidden}.waba-status-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#059669,#10b981)}.waba-status-card.is-unconfigured:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.waba-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.waba-status-left{display:flex;align-items:center;gap:.45rem}.waba-pulse-dot{position:relative;display:flex;align-items:center;justify-content:center;width:10px;height:10px;border-radius:50%;background:#10b981}.waba-pulse-dot.pending{background:#f59e0b}.pulse-ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;background:inherit;opacity:.4;animation:wabaPulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes wabaPulse{0%,to{transform:scale(1);opacity:.4}50%{transform:scale(1.6);opacity:0}}.waba-conn-label{font-size:.78rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.waba-tier-badge{font-size:.68rem;font-weight:700;background:#ecfdf5;color:#059669;border:1px solid #A7F3D0;padding:2px 7px;border-radius:12px}.waba-status-card.is-unconfigured .waba-tier-badge{background:#fffbeb;color:#d97706;border-color:#fde68a}.waba-phone-box{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:.45rem .65rem;margin-bottom:.75rem}.waba-phone-info{display:flex;align-items:center;gap:.4rem;min-width:0}.waba-phone-icon{color:var(--text-muted);flex-shrink:0}.waba-phone-val{font-size:.76rem;font-weight:600;color:var(--text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.waba-quick-connect-btn{background:#059669;color:#fff;border:none;border-radius:var(--radius-xs);padding:2px 8px;font-size:.68rem;font-weight:600;cursor:pointer;transition:background .15s ease;flex-shrink:0}.waba-quick-connect-btn:hover{background:#047857}.waba-quota-box{margin-bottom:.65rem}.waba-quota-labels{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.waba-quota-title{font-size:.68rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.waba-quota-count{font-size:.72rem;font-weight:700;color:var(--text-primary)}.tier-progress-track{width:100%;height:6px;background:#f1f5f9;border-radius:4px;overflow:hidden;border:1px solid #E2E8F0}.tier-progress-fill{height:100%;background:linear-gradient(90deg,#059669,#10b981);border-radius:4px;transition:width .3s ease}.waba-micro-metrics{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.micro-metric-item{background:#f8fafc;border:1px solid var(--border-subtle);border-radius:var(--radius-xs);padding:.35rem .5rem;display:flex;flex-direction:column}.micro-lbl{font-size:.62rem;color:var(--text-muted);margin-bottom:1px}.micro-val{font-size:.74rem;font-weight:700;color:var(--text-primary)}.micro-metric-item.highlight-green{background:#f0fdf4;border-color:#dcfce7}.micro-metric-item.highlight-green .micro-val{color:#15803d}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.55rem .75rem;background:transparent;border:1px solid transparent;border-radius:var(--radius-md);color:var(--text-secondary);font-family:inherit;font-size:.86rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.nav-item:hover{background-color:var(--bg-hover);color:var(--text-primary)}.nav-item.active{background-color:var(--brand-light);color:var(--brand-dark);font-weight:600;border-color:var(--brand-border)}.nav-icon{width:18px;height:18px;flex-shrink:0;color:inherit}.nav-label{flex:1}.nav-badge-count{font-size:.7rem;font-weight:700;background:var(--accent-blue-bg);color:var(--accent-blue);padding:2px 7px;border-radius:12px}.nav-divider{height:1px;background:var(--border-subtle);margin:.6rem 0}.sidebar-footer{padding-top:.85rem;border-top:1px solid var(--border-subtle)}.meta-graph-badge{display:flex;align-items:center;gap:.5rem;font-size:.72rem;color:var(--text-muted)}.api-dot{width:6px;height:6px;border-radius:50%;background:var(--brand-primary)}.main-content{flex:1;display:flex;flex-direction:column;min-width:0;background-color:var(--bg-app);height:100vh;overflow-y:auto}.top-header{height:58px;min-height:58px;max-height:58px;background:#fff;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;position:sticky;top:0;z-index:40;box-shadow:0 1px 3px #00000005;box-sizing:border-box;overflow:hidden;gap:.75rem}.header-left{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1 auto;overflow:hidden}.header-brand-corporate{display:flex;align-items:center;gap:10px;min-width:0;overflow:hidden}.header-logo-mini{width:32px;height:32px;background:#fff;border:1px solid var(--border-subtle);border-radius:8px;padding:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #0000000d}.header-logo-mini img{width:100%;height:100%;object-fit:contain}.header-brand-text{display:flex;flex-direction:column;min-width:0;overflow:hidden}.header-title-row{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;overflow:hidden}.header-company-name{font-size:.92rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.corporate-badge-pill{font-size:10px;font-weight:700;color:#4f46e5;background:#eef2ff;border:1px solid #C7D2FE;padding:1px 6px;border-radius:5px;letter-spacing:-.01em;white-space:nowrap;flex-shrink:0}.header-status-line{display:flex;align-items:center;gap:6px;margin-top:1px;white-space:nowrap}.live-status-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981;flex-shrink:0}.waba-number-text{font-size:11px;color:#059669;font-weight:600;white-space:nowrap}.header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.currency-segmented-group,.date-filter-segmented,.btn-group-segmented{display:flex;background:#f1f5f9;padding:2px;border-radius:8px;border:1px solid #E2E8F0}.currency-seg-btn,.date-seg-btn,.btn-seg-item{background:transparent;border:none;color:#64748b;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.currency-seg-btn.active,.date-seg-btn.active,.btn-seg-item.active{background:#fff;color:#0f172a;font-weight:700;box-shadow:0 1px 2px #00000014}.currency-seg-btn:hover:not(.active),.date-seg-btn:hover:not(.active){color:#0f172a}.header-user-container{display:flex;align-items:center}.header-user-badge{display:flex;align-items:center;gap:8px;padding:3px 8px 3px 4px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:20px}.header-user-avatar{width:28px;height:28px;border-radius:50%;background:#059669;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.header-user-name{font-size:12px;font-weight:700;color:#0f172a;line-height:1.2}.header-user-role-badge{font-size:9.5px;font-weight:700;color:#64748b;text-transform:uppercase}.header-user-role-badge.super-admin{color:#d97706;font-weight:800}.header-logout-btn{background:none;border:none;padding:4px;color:#94a3b8;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.header-logout-btn:hover{color:#dc2626;background:#fef2f2}.environment-toggle{display:flex;align-items:center;gap:.4rem;background:var(--bg-hover);padding:3px 8px;border-radius:16px;border:1px solid var(--border-subtle)}.env-label{font-size:.74rem;color:var(--text-muted)}.env-label.active{color:var(--text-primary);font-weight:600}.env-switch-btn{width:28px;height:16px;background:var(--border-strong);border-radius:10px;border:none;cursor:pointer;position:relative;transition:background .2s}.env-switch-btn.sandbox-on{background:var(--brand-primary)}.env-switch-handle{width:12px;height:12px;background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s}.env-switch-btn.sandbox-on .env-switch-handle{transform:translate(12px)}.header-user-badge{display:flex;align-items:center;gap:.6rem;padding-left:.75rem;border-left:1px solid var(--border-subtle)}.header-user-avatar{width:30px;height:30px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.header-user-details{display:flex;flex-direction:column}.header-user-name{font-size:.8rem;font-weight:600;color:var(--text-primary)}.header-user-role,.header-user-role-badge{font-size:.65rem;font-weight:700;color:#6d28d9;background:#ede9fe;padding:1px 6px;border-radius:4px;display:inline-block;width:fit-content;text-transform:uppercase;letter-spacing:.02em}.header-logout-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:4px;display:flex;align-items:center}.header-logout-btn:hover{color:var(--status-danger)}.view-body{padding:1.75rem 2rem;flex:1}.view-container{max-width:1380px;margin:0 auto}.page-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.view-title{font-size:1.35rem;font-weight:700;color:var(--text-primary);letter-spacing:-.015em;margin-bottom:.25rem}.view-subtitle{font-size:.86rem;color:var(--text-secondary)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:1.5rem}.metric-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.metric-label{font-size:.8rem;font-weight:600;color:var(--text-secondary)}.metric-primary-value{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;color:var(--text-primary);margin-bottom:.3rem}.metric-primary-value .sub-unit{font-size:.95rem;font-weight:500;color:var(--text-muted)}.metric-footer-text{font-size:.76rem;color:var(--text-muted)}.metric-trend-badge{font-size:.72rem;font-weight:600;padding:2px 6px;border-radius:var(--radius-xs)}.metric-trend-badge.positive{background:var(--status-success-bg);color:var(--status-success)}.metric-trend-badge.highlight{background:var(--brand-light);color:var(--brand-primary)}.metric-trend-badge.neutral{background:var(--bg-hover);color:var(--text-secondary)}.charts-double-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 1024px){.charts-double-row{grid-template-columns:1fr}}.panel-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.35rem 1.5rem;box-shadow:var(--shadow-card)}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.panel-title{font-size:1rem;font-weight:700;color:var(--text-primary);letter-spacing:-.01em}.panel-desc{font-size:.8rem;color:var(--text-muted);margin-top:.15rem}.funnel-container{display:flex;flex-direction:column;gap:.85rem}.funnel-step{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.75rem 1rem}.funnel-step.highlight-step{border-color:var(--brand-border);background:var(--brand-light)}.funnel-info{display:flex;justify-content:space-between;font-size:.82rem;font-weight:600;margin-bottom:.35rem}.funnel-track{width:100%;height:6px;background:var(--border-subtle);border-radius:3px;overflow:hidden}.funnel-bar{height:100%;border-radius:3px}.f-step-1{background:#64748b}.f-step-2{background:#3b82f6}.f-step-3{background:#8b5cf6}.f-step-4{background:#f59e0b}.f-step-5{background:var(--brand-primary)}.step-dropoff{font-size:.7rem;color:var(--text-muted);margin-top:.3rem}.chart-legend-corporate{display:flex;gap:1rem;margin-bottom:1rem}.legend-item{display:flex;align-items:center;gap:.35rem;font-size:.74rem;color:var(--text-secondary)}.legend-box{width:8px;height:8px;border-radius:2px}.legend-box.brand{background:var(--brand-primary)}.legend-box.blue{background:#3b82f6}.legend-box.slate{background:#64748b}.trend-bar-chart{display:flex;justify-content:space-between;align-items:flex-end;height:180px;padding:.5rem 0;border-bottom:1px solid var(--border-subtle);margin-bottom:1.25rem}.trend-column{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;position:relative;cursor:pointer}.column-bars{width:22px;display:flex;align-items:flex-end;height:100%}.bar-revenue{width:100%;background:var(--brand-primary);border-radius:3px 3px 0 0;transition:filter .15s}.trend-column:hover .bar-revenue{filter:brightness(.9)}.column-label{font-size:.7rem;color:var(--text-muted);margin-top:.4rem}.bar-tooltip{position:absolute;top:-60px;background:#0f172a;color:#fff;border-radius:var(--radius-sm);padding:6px 9px;font-size:.7rem;white-space:nowrap;pointer-events:none;opacity:0;transform:translateY(4px);transition:all .2s;z-index:10;box-shadow:var(--shadow-md)}.trend-column:hover .bar-tooltip{opacity:1;transform:translateY(0)}.cost-breakdown-box{background:var(--bg-subtle);border-radius:var(--radius-md);padding:.85rem;border:1px solid var(--border-subtle)}.cost-title{font-size:.8rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.stacked-cost-bar{height:10px;border-radius:5px;overflow:hidden;display:flex;background:var(--border-subtle);margin-bottom:.6rem}.cost-segment.marketing{background:#8b5cf6}.cost-segment.utility{background:#3b82f6}.cost-segment.service{background:var(--brand-primary)}.cost-legend-row{display:flex;gap:1rem;flex-wrap:wrap}.cost-legend-tag{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--text-secondary)}.tag-dot{width:7px;height:7px;border-radius:50%}.tag-dot.mkt{background:#8b5cf6}.tag-dot.util{background:#3b82f6}.tag-dot.srv{background:var(--brand-primary)}.analytics-quick-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.live-pill-badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;padding:4px 10px;border-radius:20px;border:1px solid var(--border-subtle);background:#fff}.live-pill-badge.success{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.live-pill-badge.neutral{background:#f8fafc;border-color:#e2e8f0;color:#475569}.revenue-streams-list{display:flex;flex-direction:column;gap:14px}.revenue-stream-item{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:12px 14px}.stream-meta-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.stream-tag-pill{font-size:10px;font-weight:700;background:#eef2ff;color:#4f46e5;padding:2px 6px;border-radius:4px;border:1px solid #C7D2FE}.stream-progress-track{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:6px}.stream-progress-fill{height:100%;background:linear-gradient(90deg,#059669,#10b981);border-radius:3px}.stream-sub-info{display:flex;justify-content:space-between;font-size:11px;color:#64748b;font-weight:500}.sla-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.sla-card{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:4px}.sla-title{font-size:11.5px;color:#64748b;font-weight:600}.sla-value{font-size:18px;font-weight:800;color:#0f172a}.sla-sub{font-size:10.5px;color:#94a3b8}.corporate-table{width:100%;border-collapse:collapse;font-size:.84rem}.corporate-table th{text-align:left;padding:.65rem .85rem;color:var(--text-muted);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-subtle)}.corporate-table td{padding:.75rem .85rem;border-bottom:1px solid var(--border-subtle);color:var(--text-primary)}.corporate-table tr:hover td{background:var(--bg-hover)}.corporate-table tr.featured-row td{background:var(--brand-light)}.status-chip{font-size:.7rem;font-weight:600;padding:3px 8px;border-radius:12px;display:inline-block}.status-chip.success{background:var(--status-success-bg);color:var(--status-success)}.status-chip.warning{background:var(--status-warning-bg);color:var(--status-warning)}.status-chip.danger{background:var(--status-danger-bg);color:var(--status-danger)}.status-chip.neutral{background:var(--bg-hover);color:var(--text-secondary)}.status-chip.highlight{background:var(--accent-blue-bg);color:var(--accent-blue)}.tag-pill-corporate{background:var(--bg-hover);color:var(--text-secondary);border:1px solid var(--border-subtle);font-size:.7rem;padding:2px 6px;border-radius:var(--radius-xs)}.text-primary-brand{color:var(--brand-primary)!important}.inbox-list-col{border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;background:#fff}.inbox-list-header{padding:.85rem;border-bottom:1px solid var(--border-subtle)}.search-bar-wrap{display:flex;align-items:center;gap:.5rem;background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.45rem .65rem;color:var(--text-muted)}.chat-search-input{background:transparent;border:none;color:var(--text-primary);font-family:inherit;font-size:.82rem;width:100%;outline:none}.inbox-filter-tabs{display:flex;gap:.35rem;margin-top:.65rem}.tab-filter{background:transparent;border:none;color:var(--text-muted);font-size:.75rem;font-weight:500;padding:3px 8px;border-radius:var(--radius-xs);cursor:pointer}.tab-filter.active{background:var(--bg-hover);color:var(--text-primary);font-weight:600}.conversation-scroll-list{flex:1;overflow-y:auto}.conversation-item{display:flex;gap:.75rem;padding:.75rem .85rem;border-bottom:1px solid var(--border-subtle);cursor:pointer;transition:background .15s}.conv-avatar img,.avatar-placeholder{width:38px;height:38px;border-radius:50%;object-fit:cover}.avatar-placeholder{background:var(--border-strong);color:var(--text-primary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.82rem}.conv-top-line{display:flex;justify-content:space-between;margin-bottom:.15rem}.conv-name{font-size:.84rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-time{font-size:.68rem;color:var(--text-muted)}.conv-last-text{font-size:.78rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.35rem}.conv-badges{display:flex;gap:.35rem;flex-wrap:wrap}.session-badge-pill{font-size:.68rem;padding:1px 5px;border-radius:var(--radius-xs);font-weight:500}.session-badge-pill.active{background:var(--status-success-bg);color:var(--status-success)}.session-badge-pill.expired{background:var(--status-danger-bg);color:var(--status-danger)}.inbox-chat-col{display:flex;flex-direction:column;background:#fafafa;position:relative}.chat-header{height:58px;padding:0 1.25rem;background:#fff;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between}.user-title-row{display:flex;align-items:center;gap:.5rem}.chat-user-name{font-weight:700;font-size:.92rem;color:var(--text-primary)}.chat-user-phone{font-size:.74rem;color:var(--text-muted)}.chat-header-actions{display:flex;align-items:center;gap:.6rem}.btn-outline-sm{background:#fff;border:1px solid var(--border-strong);color:var(--text-secondary);font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:var(--radius-sm);cursor:pointer}.window-status-badge{font-size:.74rem;font-weight:600;padding:3px 8px;border-radius:12px}.window-status-badge.active{background:var(--brand-light);color:var(--brand-primary);border:1px solid var(--brand-border)}.window-status-badge.expired{background:var(--status-danger-bg);color:var(--status-danger)}.chat-messages-area{flex:1;padding:1.25rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.message-row{display:flex}.message-bubble{max-width:68%;padding:.7rem .9rem;border-radius:var(--radius-lg);font-size:.86rem;line-height:1.4;box-shadow:var(--shadow-sm)}.inbound-bubble{background:#fff;border:1px solid var(--border-subtle);color:var(--text-primary);border-bottom-left-radius:2px}.outbound-bubble{background:#dcf8c6;border:1px solid #C4E8A8;color:#111827;border-bottom-right-radius:2px}.internal-note-box{background:#fffbeb;border:1px solid #FCD34D;border-radius:var(--radius-md);padding:.6rem .8rem;margin:.25rem 0}.note-meta-line{display:flex;justify-content:space-between;font-size:.68rem;font-weight:700;color:#b45309;margin-bottom:.2rem}.note-text-content{font-size:.8rem;color:#92400e}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;margin-top:.25rem;font-size:.68rem;color:var(--text-muted)}.msg-status-indicator{color:#0284c7;font-weight:600}.chat-composer{padding:.75rem 1rem;background:#fff;border-top:1px solid var(--border-subtle)}.composer-toolbar{display:flex;justify-content:space-between;margin-bottom:.4rem}.tool-btn{background:var(--bg-hover);border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:.74rem;padding:3px 8px;border-radius:var(--radius-xs);cursor:pointer}.tool-btn.active-note{background:#fef3c7;border-color:#f59e0b;color:#b45309;font-weight:600}.window-expired-prompt{background:var(--status-warning-bg);border:1px solid #FCD34D;padding:.65rem .85rem;border-radius:var(--radius-md);font-size:.8rem;color:#92400e;display:flex;justify-content:space-between;align-items:center}.composer-input-row{display:flex;gap:.5rem}.composer-input{flex:1;background:#fff;border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:.6rem .85rem;color:var(--text-primary);font-family:inherit;font-size:.86rem;outline:none}.composer-input:focus{border-color:var(--brand-primary)}.btn-send{background:var(--brand-primary);border:none;color:#fff;width:38px;height:38px;border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.btn-send.note-send{background:#d97706}.btn-send:hover{filter:brightness(.95)}.template-card-bubble{padding:.5rem .65rem .4rem;max-width:380px}.whatsapp-bubble-media-header{margin-bottom:.45rem;border-radius:6px;overflow:hidden;background:#0000000d}.media-placeholder-img{display:flex;align-items:center;gap:8px;padding:.75rem;background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:600;border-radius:6px}.whatsapp-bubble-header-text{font-size:.88rem;font-weight:800;color:#0f172a;margin-bottom:.35rem;line-height:1.3}.whatsapp-bubble-footer-text{font-size:.7rem;color:#64748b;margin-top:.35rem;font-style:italic}.whatsapp-bubble-buttons{margin-top:.45rem;padding-top:.45rem;border-top:1px solid rgba(0,0,0,.08);display:flex;flex-direction:column;gap:4px}.whatsapp-bubble-btn{display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;border:1px solid #CBD5E1;border-radius:6px;padding:5px 10px;font-size:.76rem;font-weight:600;color:#0284c7;cursor:pointer;box-shadow:0 1px 2px #00000008;transition:all .15s ease}.whatsapp-bubble-btn:hover{background:#f0fdf4;border-color:#86efac;color:#16a34a}.whatsapp-bubble-btn .btn-icon{font-size:.8rem}.canned-picker-popup{position:absolute;bottom:80px;left:20px;width:360px;max-width:90vw;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:25;overflow:hidden;display:flex;flex-direction:column;max-height:380px}.canned-head{display:flex;justify-content:space-between;align-items:center;padding:.6rem .85rem;background:var(--bg-hover);border-bottom:1px solid var(--border-subtle);font-size:.78rem;font-weight:700;color:var(--text-primary)}.canned-actions-bar{display:flex;gap:6px;padding:6px 10px;background:#f8fafc;border-bottom:1px solid var(--border-subtle)}.canned-search-input{flex:1;padding:4px 8px;font-size:.75rem;border:1px solid #CBD5E1;border-radius:4px;outline:none}.canned-add-btn{background:#059669;color:#fff;border:none;font-size:.72rem;font-weight:700;padding:4px 8px;border-radius:4px;cursor:pointer;white-space:nowrap}.canned-add-btn:hover{background:#047857}.canned-list{overflow-y:auto;flex:1}.canned-item-row{display:flex;align-items:center;border-bottom:1px solid var(--border-subtle);transition:background .15s}.canned-item-row:hover{background:var(--brand-light)}.canned-item-btn{flex:1;padding:.55rem .85rem;background:transparent;border:none;text-align:left;cursor:pointer;min-width:0}.canned-item-btn strong{display:block;font-size:.78rem;color:var(--brand-primary);margin-bottom:2px}.canned-item-btn p{font-size:.72rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.canned-del-btn{background:transparent;border:none;color:#94a3b8;font-size:11px;padding:6px 8px;cursor:pointer}.canned-del-btn:hover{color:#ef4444}.inbox-crm-col{border-left:1px solid var(--border-subtle);padding:1.15rem;overflow-y:auto;background:#fff}.crm-profile-card{text-align:center;padding-bottom:1.15rem;border-bottom:1px solid var(--border-subtle);margin-bottom:1.15rem}.crm-avatar-lg img,.avatar-placeholder-lg{width:54px;height:54px;border-radius:50%;margin:0 auto .5rem}.avatar-placeholder-lg{background:var(--bg-hover);color:var(--text-primary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.crm-name{font-size:.95rem;font-weight:700;color:var(--text-primary)}.crm-phone{font-size:.76rem;color:var(--text-muted)}.crm-section{margin-bottom:1.15rem}.crm-section-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin-bottom:.5rem}.crm-stat{background:var(--bg-subtle);border:1px solid var(--border-subtle);padding:.55rem;border-radius:var(--radius-sm)}.crm-stat-label{font-size:.68rem;color:var(--text-muted);display:block}.tags-flex{display:flex;flex-wrap:wrap;gap:.35rem}.crm-attr-list{display:flex;flex-direction:column;gap:.35rem}.attr-row{display:flex;justify-content:space-between;font-size:.74rem}.attr-row dd{color:var(--text-primary);font-weight:500}.automations-split-canvas{display:grid;grid-template-columns:320px 1fr;gap:1.25rem}.flow-sidebar-panel{display:flex;flex-direction:column}.flows-list-scroll{display:flex;flex-direction:column;gap:.65rem;overflow-y:auto;max-height:550px}.flow-card-item{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.85rem;cursor:pointer;transition:all .15s}.flow-card-item:hover{background:var(--bg-hover)}.flow-card-item.selected{background:var(--brand-light);border-color:var(--brand-border)}.flow-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.flow-name{font-weight:600;font-size:.85rem;color:var(--text-primary)}.flow-trigger-tag{font-size:.72rem;color:var(--text-muted);margin-bottom:.5rem}.flow-stats-mini{display:flex;justify-content:space-between;font-size:.7rem;padding-top:.4rem;border-top:1px solid var(--border-subtle)}.workflow-canvas-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle);margin-bottom:1.25rem}.flow-kicker{font-size:.68rem;color:var(--brand-primary);font-weight:700;text-transform:uppercase}.flow-canvas-title{font-size:1.1rem;font-weight:700}.flow-canvas-trigger{font-size:.76rem;color:var(--text-muted)}.workflow-nodes-container{display:flex;flex-direction:column;align-items:center;padding:.5rem 0}.workflow-node-card{display:flex;gap:.85rem;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1rem;width:100%;max-width:500px;box-shadow:var(--shadow-sm)}.node-step-index{width:28px;height:28px;border-radius:50%;background:var(--bg-hover);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.78rem}.node-type-label{font-size:.68rem;font-weight:700;color:var(--brand-primary);text-transform:uppercase}.node-title{font-size:.88rem;font-weight:600;color:var(--text-primary);margin-bottom:.15rem}.node-desc{font-size:.76rem;color:var(--text-secondary)}.node-connector-line{width:2px;height:24px;background:var(--border-strong)}.template-grid-split{display:grid;grid-template-columns:1fr 360px;gap:1.25rem}@media (max-width: 1024px){.template-grid-split{grid-template-columns:1fr}}.phone-simulator-panel{background:var(--bg-subtle)}.simulator-header{display:flex;justify-content:center;margin-bottom:1rem}.live-preview-chip{background:#fff;border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:12px}.phone-screen-frame{background:#ece5dd;border:8px solid #334155;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg)}.phone-top-bar{background:#075e54;padding:.65rem .85rem}.chat-partner-info{display:flex;align-items:center;gap:.5rem}.partner-avatar{width:28px;height:28px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.partner-name{font-size:.8rem;font-weight:600;color:#fff}.partner-status{font-size:.65rem;color:#d1fae5}.phone-body-light{padding:1rem .75rem;min-height:260px}.whatsapp-bubble-light{background:#fff;border-radius:2px 8px 8px;padding:.65rem .75rem;color:#111827;font-size:.8rem;line-height:1.4;box-shadow:0 1px 1px #00000021}.bubble-header-text-light{font-weight:700;color:#111827;margin-bottom:.35rem}.bubble-body-text-light{margin-bottom:.35rem;white-space:pre-wrap}.bubble-footer-text-light{font-size:.68rem;color:#6b7280;margin-bottom:.25rem}.bubble-timestamp-light{font-size:.65rem;color:#9ca3af;text-align:right}.bubble-interactive-buttons-light{margin-top:.5rem;border-top:1px solid #E5E7EB;padding-top:.4rem}.bubble-btn-light{width:100%;background:#f9fafb;border:1px solid #E5E7EB;color:#00a884;padding:5px;border-radius:4px;font-weight:600;font-size:.78rem;cursor:pointer}.variable-test-container{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:.65rem .85rem;margin-bottom:.85rem}.var-test-title{font-size:.72rem;font-weight:600;color:var(--text-secondary);display:block;margin-bottom:.4rem}.var-inputs-row{display:flex;gap:.75rem}.var-input-group{flex:1;display:flex;align-items:center;gap:.35rem}.var-input-group label{font-size:.72rem;color:var(--text-muted);white-space:nowrap}.compliance-warning-card{background:var(--status-warning-bg);border:1px solid #FCD34D;border-radius:var(--radius-sm);padding:.65rem;font-size:.78rem;color:#92400e;margin-top:.75rem}.form-group{margin-bottom:.85rem}.form-group label{display:block;font-size:.76rem;font-weight:600;color:var(--text-secondary);margin-bottom:.3rem}.form-row{display:flex;gap:.85rem}.form-group.half{flex:1}.form-input{width:100%;background:#fff;border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.55rem .75rem;color:var(--text-primary);font-family:inherit;font-size:.84rem;outline:none}.form-input.sm{padding:.35rem .55rem;font-size:.76rem}.form-input:focus{border-color:var(--brand-primary)}.form-input.textarea{resize:vertical}.btn-primary{background:var(--brand-primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:.55rem 1.15rem;font-family:inherit;font-size:.84rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s}.btn-primary:hover{background:var(--brand-dark)}.btn-secondary{background:#fff;color:var(--text-primary);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.55rem 1.15rem;font-family:inherit;font-size:.84rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background:var(--bg-hover)}.btn-secondary.active{background:var(--brand-primary);color:#fff!important;border-color:var(--brand-primary)!important;box-shadow:0 2px 4px #05966940}.btn-primary.sm,.btn-secondary.sm{padding:3px 8px;font-size:.74rem}.btn-primary.full-width,.btn-secondary.full-width{width:100%}.modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;margin-top:1.25rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-card{background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);width:100%;max-width:500px;padding:1.5rem;box-shadow:var(--shadow-lg)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.15rem}.modal-title{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.modal-subtitle{font-size:.78rem;color:var(--text-muted)}.close-btn{background:transparent;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer}.close-btn:hover{color:var(--text-primary)}.modal-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1.25rem}.estimate-summary-box{background:var(--brand-light);border:1px solid var(--brand-border);border-radius:var(--radius-sm);padding:.65rem;margin-top:.85rem;font-size:.78rem}.estimate-row{display:flex;justify-content:space-between;margin-bottom:.2rem}.crm-filter-bar{display:flex;gap:.85rem;align-items:center}.tag-filter-pills{display:flex;gap:.35rem}.tag-filter-btn{background:transparent;border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:.74rem;padding:3px 8px;border-radius:14px;cursor:pointer}.tag-filter-btn.active{background:var(--brand-primary);border-color:var(--brand-primary);color:#fff;font-weight:600}.contact-cell{display:flex;align-items:center;gap:.55rem}.avatar-sm img,.avatar-sm{width:26px;height:26px;border-radius:50%;object-fit:cover}.avatar-sm{background:var(--bg-hover);color:var(--text-primary);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700}.corporate-guide-box{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:1.15rem 1.35rem;margin-bottom:1.25rem}.guide-title{font-size:.9rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.guide-steps-list{padding-left:1.15rem;font-size:.82rem;color:var(--text-secondary);display:flex;flex-direction:column;gap:.35rem}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 900px){.settings-grid{grid-template-columns:1fr}}.status-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--border-subtle);font-size:.82rem}.status-lbl{color:var(--text-muted)}.alert-success-box{background:var(--status-success-bg);border:1px solid #86EFAC;color:var(--status-success);padding:.65rem .85rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.82rem;font-weight:500}.alert-error-box{background:var(--status-danger-bg);border:1px solid #FCA5A5;color:var(--status-danger);padding:.65rem .85rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.82rem}.auth-brand-head{display:flex;align-items:center;gap:.65rem}.auth-divider{text-align:center;position:relative;margin:1rem 0}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border-subtle)}.auth-divider span{position:relative;background:#fff;padding:0 8px;font-size:.7rem;color:var(--text-muted)}.inbox-layout{display:flex;height:calc(100vh - 64px);overflow:hidden;background-color:var(--bg-app)}.inbox-list-col{width:340px;background:#fff;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;flex-shrink:0;height:100%}.inbox-list-header{padding:1rem 1rem .75rem;border-bottom:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.65rem;background:#fff}.chat-search-input{width:100%;padding:.45rem .65rem .45rem 2rem;border-radius:var(--radius-md);border:1px solid var(--border-subtle);font-size:.82rem;font-family:inherit;color:var(--text-primary);background:var(--bg-subtle);outline:none;transition:all .15s ease}.chat-search-input:focus{border-color:var(--brand-primary);background:#fff;box-shadow:0 0 0 2px #0596691a}.inbox-filter-tabs{display:flex;background:var(--bg-subtle);padding:2px;border-radius:var(--radius-md);border:1px solid var(--border-subtle)}.tab-filter{flex:1;background:transparent;border:none;font-size:.74rem;font-weight:500;color:var(--text-secondary);padding:4px 6px;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s ease;text-align:center}.tab-filter.active{background:#fff;color:var(--text-primary);font-weight:600;box-shadow:var(--shadow-sm)}.conversation-scroll-list{flex:1;overflow-y:auto;display:flex;flex-direction:column}.empty-search-state{padding:2rem 1rem;text-align:center;color:var(--text-muted);font-size:.82rem}.conversation-item{display:flex;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--border-subtle);cursor:pointer;transition:background .15s ease;background:#fff}.conversation-item:hover{background:var(--bg-hover)}.conversation-item.selected{background:var(--brand-light);border-left:3px solid var(--brand-primary)}.conversation-item.is-resolved{opacity:.75}.conv-avatar-wrap{position:relative;width:40px;height:40px;flex-shrink:0}.conv-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.conv-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:#e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.online-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;background:var(--brand-primary);border:2px solid #FFFFFF;border-radius:50%}.conv-preview{flex:1;min-width:0}.conv-top-line{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.conv-name{font-size:.86rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-time{font-size:.7rem;color:var(--text-muted);flex-shrink:0}.conv-mid-line{display:flex;align-items:center;gap:4px;margin-bottom:5px}.msg-check-icon{font-size:.7rem;color:#0284c7;font-weight:700;line-height:1}.conv-last-text{font-size:.78rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.conv-badges{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.session-badge-pill{font-size:.68rem;font-weight:600;padding:1px 6px;border-radius:10px;display:inline-flex;align-items:center}.session-badge-pill.active{background:#dcfce7;color:#15803d}.session-badge-pill.warning{background:#fef3c7;color:#b45309}.session-badge-pill.expired{background:#f1f5f9;color:#64748b}.unread-counter-pill{font-size:.68rem;font-weight:700;background:var(--brand-primary);color:#fff;padding:1px 6px;border-radius:10px;margin-left:auto}.inbox-chat-col{flex:1;display:flex;flex-direction:column;background:#f8fafc;height:100%;min-width:0;border-right:1px solid var(--border-subtle)}.chat-header{height:60px;background:#fff;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;flex-shrink:0}.chat-header-user{display:flex;flex-direction:column}.user-title-row{display:flex;align-items:center;gap:.4rem}.chat-user-name{font-size:.95rem;font-weight:700;color:var(--text-primary)}.verified-wa-badge{display:inline-flex;align-items:center}.chat-user-phone{font-size:.74rem;color:var(--text-muted);font-family:monospace}.chat-header-actions{display:flex;align-items:center;gap:.65rem}.agent-selector-box{display:flex;align-items:center;gap:4px;background:var(--bg-subtle);border:1px solid var(--border-subtle);padding:2px 6px;border-radius:var(--radius-sm)}.agent-lbl{font-size:.72rem;color:var(--text-muted)}.agent-select{border:none;background:transparent;font-size:.75rem;font-weight:600;color:var(--text-primary);cursor:pointer;outline:none}.btn-outline-sm{background:#fff;border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center;transition:all .15s ease}.btn-outline-sm:hover{background:var(--bg-hover);color:var(--text-primary)}.btn-resolve{border-color:#a7f3d0;color:#047857;background:#ecfdf5}.btn-resolve:hover{background:#d1fae5}.btn-reopen{border-color:#fed7aa;color:#c2410c;background:#fff7ed}.session-window-banner{padding:.5rem 1.25rem;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:500;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.session-window-banner.banner-active{background:#ecfdf5;color:#065f46;border-bottom-color:#a7f3d0}.session-window-banner.banner-expired{background:#fef2f2;color:#991b1b;border-bottom-color:#fecaca}.banner-left{display:flex;align-items:center;gap:.5rem}.window-indicator-dot{width:7px;height:7px;border-radius:50%}.dot-green{background:#10b981}.dot-red{background:#ef4444}.window-progress-mini{width:90px;height:5px;background:#d1fae5;border-radius:3px;overflow:hidden}.window-fill{height:100%;background:#059669}.chat-messages-area{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:.85rem}.date-separator{text-align:center;margin:.5rem 0}.date-separator span{background:#e2e8f0;color:#475569;font-size:.68rem;font-weight:600;padding:2px 10px;border-radius:12px}.message-row{display:flex;width:100%}.message-row.inbound{justify-content:flex-start}.message-row.outbound{justify-content:flex-end}.message-bubble{max-width:68%;padding:.7rem .9rem;border-radius:var(--radius-lg);font-size:.85rem;line-height:1.45;box-shadow:0 1px 2px #0000000d}.message-bubble.inbound-bubble{background:#fff;color:var(--text-primary);border:1px solid var(--border-subtle);border-bottom-left-radius:2px}.message-bubble.outbound-bubble{background:#ecfdf5;color:#064e3b;border:1px solid #A7F3D0;border-bottom-right-radius:2px}.message-text{margin-bottom:4px;word-break:break-word;white-space:pre-wrap}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:.68rem;color:#64748b}.ticks{color:#64748b;font-weight:700}.ticks.blue{color:#0284c7}.internal-note-box{background:#fffbeb;border:1px solid #FDE68A;border-left:4px solid #D97706;border-radius:var(--radius-md);padding:.75rem .95rem;width:100%;margin:.25rem 0}.note-meta-line{display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#92400e;margin-bottom:4px}.note-author{display:flex;align-items:center;font-weight:600}.note-time{color:#b45309}.note-text-content{font-size:.84rem;color:#78350f;white-space:pre-wrap;line-height:1.4}.canned-picker-popup{position:absolute;bottom:85px;left:20px;width:380px;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:25;overflow:hidden}.canned-head{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;background:var(--bg-subtle);border-bottom:1px solid var(--border-subtle);font-size:.8rem;font-weight:600}.canned-list{max-height:240px;overflow-y:auto;padding:.35rem}.canned-item-btn{width:100%;text-align:left;padding:.5rem .65rem;border:none;background:transparent;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s ease}.canned-item-btn:hover{background:var(--bg-hover)}.canned-item-btn strong{display:block;font-size:.78rem;color:var(--text-primary);margin-bottom:2px}.canned-item-btn p{font-size:.72rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-composer-container{padding:.75rem 1.25rem 1rem;background:#fff;border-top:1px solid var(--border-subtle);position:relative}.window-expired-prompt{background:#fef2f2;border:1px solid #FECACA;border-radius:var(--radius-md);padding:.85rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.expired-info strong{display:block;font-size:.82rem;color:#991b1b;margin-bottom:2px}.expired-info p{font-size:.75rem;color:#7f1d1d;line-height:1.35}.expired-actions{display:flex;gap:6px;flex-shrink:0}.chat-composer{display:flex;flex-direction:column;gap:.5rem}.chat-composer.note-mode{background:#fffdf5;border-radius:var(--radius-md)}.composer-toolbar{display:flex;align-items:center;justify-content:space-between}.toolbar-left{display:flex;align-items:center;gap:.5rem}.composer-mode-selector{display:flex;background:var(--bg-subtle);padding:2px;border-radius:var(--radius-sm);border:1px solid var(--border-subtle)}.mode-btn{background:transparent;border:none;font-size:.72rem;font-weight:500;color:var(--text-secondary);padding:3px 8px;border-radius:4px;cursor:pointer}.mode-btn.active.reply{background:#fff;color:var(--brand-primary);font-weight:700;box-shadow:var(--shadow-sm)}.mode-btn.active.note{background:#fef3c7;color:#b45309;font-weight:700}.tool-btn{background:transparent;border:1px solid var(--border-subtle);color:var(--text-secondary);font-size:.72rem;font-weight:500;padding:3px 8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;align-items:center}.tool-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.composer-input-row{display:flex;align-items:flex-end;gap:.65rem}.composer-textarea{flex:1;padding:.65rem .85rem;border:1px solid var(--border-subtle);border-radius:var(--radius-md);font-family:inherit;font-size:.85rem;color:var(--text-primary);resize:none;outline:none;background:#fff;transition:all .15s ease}.composer-textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 2px #0596691a}.composer-textarea.note-input-mode{border-color:#fcd34d;background:#fffdf5}.composer-textarea.note-input-mode:focus{border-color:#d97706;box-shadow:0 0 0 2px #d9770626}.btn-send-main{width:40px;height:40px;border-radius:var(--radius-md);background:var(--brand-primary);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease;flex-shrink:0}.btn-send-main:hover{background:var(--brand-dark)}.btn-send-main.note-send{background:#d97706}.btn-send-main.note-send:hover{background:#b45309}.inbox-crm-col{width:310px;background:#fff;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1.15rem;flex-shrink:0}.crm-profile-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:1rem;border-bottom:1px solid var(--border-subtle)}.crm-avatar-lg img,.crm-avatar-lg{width:60px;height:60px;border-radius:50%;object-fit:cover}.avatar-placeholder-lg{width:60px;height:60px;border-radius:50%;background:#e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.crm-name{font-size:1rem;font-weight:700;color:var(--text-primary);margin-top:.5rem}.crm-phone{font-size:.78rem;color:var(--text-muted);font-family:monospace}.crm-section{display:flex;flex-direction:column;gap:.5rem}.crm-section-title{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.crm-grid-metrics{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.crm-stat{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.65rem}.crm-stat-label{display:block;font-size:.68rem;color:var(--text-muted);margin-bottom:2px}.crm-stat-value{font-size:.95rem;font-weight:700;color:var(--text-primary)}.crm-attr-list{background:var(--bg-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.5rem .75rem;font-size:.75rem}.attr-row{display:flex;justify-content:space-between;padding:3px 0;border-bottom:1px dashed var(--border-subtle)}.attr-row:last-child{border-bottom:none}.attr-row dt{color:var(--text-muted)}.attr-row dd{font-weight:600;color:var(--text-primary)}.crm-actions-vertical{display:flex;flex-direction:column;gap:.45rem}.crm-action-btn{width:100%;text-align:left;background:#fff;border:1px solid var(--border-subtle);color:var(--text-primary);font-size:.78rem;font-weight:500;padding:.5rem .75rem;border-radius:var(--radius-sm);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .15s ease}.crm-action-btn:hover{background:var(--bg-hover);border-color:var(--border-strong)}.inbound-presets-list{display:flex;flex-direction:column;gap:.4rem}.preset-pill-btn{width:100%;text-align:left;background:var(--bg-subtle);border:1px solid var(--border-subtle);padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.8rem;color:var(--text-primary);cursor:pointer;transition:all .15s ease}.preset-pill-btn:hover{background:var(--brand-light);border-color:var(--brand-primary);color:var(--brand-dark)}.template-picker-card{border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.75rem .95rem;margin-bottom:.5rem;cursor:pointer;background:#fff;transition:all .15s ease}.template-picker-card:hover{border-color:var(--brand-primary);background:var(--brand-light)}.template-picker-card.selected{border-color:var(--brand-primary);background:var(--brand-light);box-shadow:0 0 0 2px #05966933}.tpl-pick-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.35rem}.tpl-pick-body{font-size:.78rem;color:var(--text-secondary);line-height:1.4}.template-grid-split{display:grid;grid-template-columns:1.25fr .85fr;gap:1.5rem;align-items:start}.phone-simulator-panel{display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:1.25rem;box-shadow:var(--shadow-sm)}.simulator-header{width:100%;display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-subtle)}.simulator-badge-row{display:flex;align-items:center;gap:.5rem}.live-preview-chip{display:inline-flex;align-items:center;gap:6px;background:#ecfdf5;color:#047857;border:1px solid #A7F3D0;padding:3px 8px;border-radius:12px;font-size:.72rem;font-weight:700}.live-dot{width:6px;height:6px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981}.device-tag{font-size:.7rem;font-weight:600;color:var(--text-muted);background:var(--bg-hover);padding:2px 7px;border-radius:6px;border:1px solid var(--border-subtle)}.preview-subtext{font-size:.7rem;color:var(--text-muted)}.iphone-chassis{position:relative;width:320px;height:650px;background:#1c1c1e;border-radius:46px;padding:10px;box-shadow:0 0 0 2px #48484a,0 0 0 4px #2c2c2e,0 24px 55px -12px #00000073,0 10px 22px -6px #00000040;display:flex;flex-direction:column;-webkit-user-select:none;user-select:none}.iphone-dynamic-island{position:absolute;top:17px;left:50%;transform:translate(-50%);width:86px;height:24px;background:#000;border-radius:20px;z-index:50;display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.camera-lens{width:9px;height:9px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#243b55,#000 80%);box-shadow:inset 0 0 2px #fff3}.hw-btn{position:absolute;background:#3a3a3c;border-radius:2px}.hw-btn.volume-up{left:-4px;top:110px;width:3px;height:38px}.hw-btn.volume-down{left:-4px;top:160px;width:3px;height:38px}.hw-btn.power-btn{right:-4px;top:130px;width:3px;height:52px}.iphone-screen{width:100%;height:100%;background:#efeae2;border-radius:38px;overflow:hidden;display:flex;flex-direction:column;position:relative}.ios-status-bar{height:38px;padding:8px 18px 0;display:flex;justify-content:space-between;align-items:center;font-size:.72rem;font-weight:600;color:#000;z-index:20;background:#f6f6f6}.ios-time{font-size:.76rem;font-weight:700;letter-spacing:-.01em}.ios-status-icons{display:flex;align-items:center;gap:5px}.ios-battery{width:18px;height:9px;border:1px solid #000000;border-radius:2.5px;padding:1px;display:flex;align-items:center;position:relative}.ios-battery:after{content:"";position:absolute;right:-3px;top:2px;width:2px;height:3px;background:#000;border-radius:0 1px 1px 0}.ios-battery-fill{width:80%;height:100%;background:#34c759;border-radius:1px}.wa-ios-nav-header{background:#f6f6f6;border-bottom:.5px solid rgba(0,0,0,.15);padding:6px 10px 8px;display:flex;align-items:center;justify-content:space-between;z-index:10}.wa-nav-left{display:flex;align-items:center;gap:6px;min-width:0}.wa-back-chevron{display:flex;align-items:center;cursor:pointer;position:relative}.wa-unread-badge{font-size:.65rem;font-weight:600;color:#007aff;margin-left:-2px}.wa-partner-avatar{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;box-shadow:0 1px 3px #00000014;overflow:visible;padding:2px}.wa-avatar-img{width:100%;height:100%;object-fit:contain;border-radius:50%}.wa-verified-mini{position:absolute;bottom:-2px;right:-2px;background:#059669;border:1.5px solid #F6F6F6;border-radius:50%;width:13px;height:13px;display:flex;align-items:center;justify-content:center;z-index:2}.wa-partner-name-row{display:flex;align-items:center;gap:3px}.wa-partner-name{font-size:.78rem;font-weight:700;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wa-partner-desc{font-size:.62rem;color:#8e8e93;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wa-nav-right{display:flex;align-items:center;gap:10px}.wa-nav-icon-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.wa-chat-viewport{flex:1;background-color:#efeae2;background-image:radial-gradient(#D5CEBE 1px,transparent 1px);background-size:16px 16px;padding:10px;display:flex;flex-direction:column;overflow-y:auto;gap:8px}.wa-date-pill{align-self:center;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 1px 2px #00000014;border-radius:6px;padding:3px 8px;font-size:.62rem;font-weight:600;color:#54656f;margin-bottom:2px}.wa-encryption-bubble{align-self:center;background:#fff9c4;border-radius:6px;padding:4px 8px;font-size:.62rem;color:#54656f;box-shadow:0 1px 1px #0000000d;display:flex;align-items:center;gap:4px;text-align:center;max-width:90%;line-height:1.2}.wa-bubble-card{align-self:flex-start;background:#fff;border-radius:8px 8px 8px 0;box-shadow:0 1px 2px #0000001f;max-width:92%;overflow:hidden;position:relative;animation:waBubblePop .2s ease-out}@keyframes waBubblePop{0%{transform:scale(.96);opacity:.8}to{transform:scale(1);opacity:1}}.wa-bubble-media-header{width:100%;max-height:130px;overflow:hidden;background:#f1f5f9}.wa-bubble-img{width:100%;height:100%;object-fit:cover;display:block}.wa-media-placeholder{height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#94a3b8;font-size:.68rem;font-weight:600}.wa-bubble-header-title{font-size:.82rem;font-weight:800;color:#111827;padding:7px 9px 2px;letter-spacing:-.01em}.wa-bubble-body-content{font-size:.78rem;color:#111827;padding:5px 9px 4px;line-height:1.38;white-space:pre-wrap;word-break:break-word}.wa-bubble-footer-text{font-size:.64rem;color:#667781;padding:0 9px 4px}.wa-bubble-meta-row{display:flex;justify-content:flex-end;align-items:center;gap:3px;padding:0 8px 5px}.wa-bubble-time{font-size:.6rem;color:#667781}.wa-double-check{font-size:.62rem;color:#53bdeb;font-weight:800}.wa-bubble-actions{border-top:.5px solid rgba(0,0,0,.08);display:flex;flex-direction:column}.wa-action-button{background:#fff;border:none;border-top:.5px solid rgba(0,0,0,.08);color:#007aff;font-size:.75rem;font-weight:600;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.wa-action-button:first-child{border-top:none}.wa-action-button:hover{background:#f2f2f7}.wa-ios-composer{background:#f6f6f6;border-top:.5px solid rgba(0,0,0,.15);padding:6px 8px 4px;display:flex;align-items:center;gap:6px}.wa-composer-plus{font-size:1.15rem;color:#007aff;font-weight:300;line-height:1;cursor:pointer}.wa-composer-input-pill{flex:1;background:#fff;border:.5px solid rgba(0,0,0,.15);border-radius:16px;padding:4px 10px;font-size:.75rem;color:#8e8e93}.ios-home-bar{width:110px;height:4px;background:#000;border-radius:2px;margin:4px auto 3px;opacity:.85}.mobile-hamburger-btn{display:none;background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:6px 8px;cursor:pointer;color:var(--text-primary);align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0}.mobile-hamburger-btn:hover{background:var(--bg-hover);border-color:var(--border-strong)}.sidebar-close-btn{display:none;margin-left:auto;background:var(--bg-hover);border:1px solid var(--border-subtle);border-radius:var(--radius-xs);width:30px;height:30px;font-size:.85rem;font-weight:700;color:var(--text-muted);cursor:pointer;align-items:center;justify-content:center;transition:all .15s ease}.sidebar-close-btn:hover{background:#fee2e2;color:var(--status-danger);border-color:#fca5a5}.sidebar-backdrop{display:none}.inbox-mobile-back-btn{display:none;align-items:center;gap:5px;background:#f1f5f9;border:1px solid #CBD5E1;border-radius:6px;padding:5px 9px;font-size:.76rem;font-weight:700;color:#1e293b;cursor:pointer;transition:all .15s ease;margin-right:6px;flex-shrink:0}.inbox-mobile-back-btn:hover{background:#e2e8f0;color:#0f172a}.inbox-mobile-crm-toggle{display:none;align-items:center;gap:5px;background:#eff6ff;border:1px solid #BFDBFE;color:#1d4ed8;font-size:.74rem;font-weight:700;padding:4px 8px;border-radius:6px;cursor:pointer;transition:all .15s ease}.inbox-mobile-crm-toggle:hover{background:#dbeafe}.crm-mobile-header{display:none;align-items:center;gap:.75rem;padding:.75rem .85rem;border-bottom:1px solid var(--border-subtle);background:#f8fafc;flex-shrink:0}.crm-mobile-title{font-size:.88rem;font-weight:700;color:var(--text-primary)}.show-on-mobile{display:none}.hide-on-mobile{display:inline-flex}.inbox-layout{display:flex;height:calc(100vh - 100px);height:calc(100dvh - 100px);background:#fff;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);position:relative;width:100%}.inbox-list-col{width:320px;min-width:280px;max-width:340px;background:#fff;border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;flex-shrink:0;height:100%}.inbox-chat-col{flex:1;min-width:0;background:#f8fafc;display:flex;flex-direction:column;height:100%;border-right:1px solid var(--border-subtle)}.inbox-crm-col{width:300px;min-width:260px;max-width:340px;background:#fff;display:flex;flex-direction:column;flex-shrink:0;height:100%;overflow-y:auto;padding:1.25rem 1rem}@media (max-width: 1200px){.hide-on-compact{display:none!important}.inbox-layout{height:calc(100vh - 95px);height:calc(100dvh - 95px)}.inbox-list-col{width:290px}.inbox-crm-col{display:none}.inbox-mobile-crm-toggle{display:inline-flex}.inbox-layout.mobile-crm .inbox-list-col,.inbox-layout.mobile-crm .inbox-chat-col{display:none}.inbox-layout.mobile-crm .inbox-crm-col{display:flex;flex-direction:column;width:100%;max-width:100%}.crm-mobile-header{display:flex}.metrics-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem}.charts-double-row,.analytics-funnel-grid,.funnel-breakdown-grid{grid-template-columns:1fr!important}.sla-metrics-grid{grid-template-columns:repeat(2,1fr)!important}.page-header-row{flex-direction:column;align-items:flex-start;gap:.75rem}}@media (max-width: 1120px){.sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;height:100vh;height:100dvh;z-index:1000;transform:translate(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #00000026;padding:1.25rem 1rem;overflow-y:auto}.sidebar.mobile-open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:999}.mobile-hamburger-btn,.sidebar-close-btn{display:flex}.top-header{padding:0 .85rem}.template-grid-split{grid-template-columns:1fr;gap:1.5rem}.phone-simulator-panel{max-width:420px;margin:0 auto;width:100%}.automations-split-canvas,.settings-grid{grid-template-columns:1fr}}@media (max-width: 768px){.top-header{height:auto;min-height:54px;padding:.5rem .75rem;flex-wrap:wrap;gap:.5rem}.header-left{gap:.5rem}.header-title{font-size:.94rem}.header-right{gap:.4rem;flex-wrap:wrap;width:auto}.user-role-text,.user-email-text,.user-details-col{display:none}.show-on-mobile{display:inline-flex}.hide-on-mobile{display:none!important}.view-body{padding:.65rem .5rem;overflow-x:hidden}.page-header-row{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.page-header-row .btn-primary,.page-header-row .btn-outline{width:100%;justify-content:center}.view-title{font-size:1.15rem}.view-subtitle{font-size:.78rem}.metrics-grid{grid-template-columns:1fr;gap:.75rem}.metric-primary-value{font-size:1.45rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;display:block;border-radius:var(--radius-md)}table{min-width:540px}th,td{padding:.55rem .65rem;font-size:.76rem}.inbox-layout{display:flex;flex-direction:column;height:calc(100dvh - 60px);height:calc(100vh - 60px);border:none;border-radius:0;box-shadow:none;margin:-.65rem -.5rem;width:calc(100% + 1rem)}.inbox-layout.mobile-list .inbox-list-col{display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;border-right:none}.inbox-layout.mobile-list .inbox-chat-col,.inbox-layout.mobile-list .inbox-crm-col,.inbox-layout.mobile-chat .inbox-list-col,.inbox-layout.mobile-chat .inbox-crm-col{display:none!important}.inbox-layout.mobile-chat .inbox-chat-col{display:flex;flex-direction:column;width:100%;height:100%;border-right:none}.inbox-layout.mobile-crm .inbox-list-col,.inbox-layout.mobile-crm .inbox-chat-col{display:none!important}.inbox-layout.mobile-crm .inbox-crm-col{display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;overflow-y:auto;padding:.85rem}.inbox-mobile-back-btn,.inbox-mobile-crm-toggle{display:inline-flex}.crm-mobile-header{display:flex}.chat-header{padding:.6rem .75rem;flex-wrap:wrap;gap:.4rem;background:#fff;border-bottom:1px solid var(--border-subtle)}.chat-header-user{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.chat-header-actions{width:100%;justify-content:flex-start;gap:.4rem;flex-wrap:wrap;padding-top:4px;border-top:1px solid var(--border-subtle)}.agent-selector-box{flex:1;min-width:120px}.chat-messages-area{padding:.75rem .6rem;flex:1;min-height:0;overflow-y:auto}.message-bubble{max-width:90%;font-size:.84rem}.chat-composer-container{padding:.5rem .6rem}.composer-toolbar{flex-wrap:wrap;gap:6px;margin-bottom:4px}.composer-mode-selector{padding:1px}.mode-btn,.tool-btn{font-size:.68rem;padding:3px 6px}.modal-overlay{padding:.5rem;align-items:center}.modal-card,.auth-card{width:100%;max-width:100%;max-height:92vh;max-height:92dvh;padding:1rem;margin:0;overflow-y:auto}.modal-header{margin-bottom:.75rem}.modal-title{font-size:1.05rem}.form-row{flex-direction:column;gap:.75rem}.form-group.half{width:100%}.modal-footer-actions{flex-direction:column;gap:.5rem}.modal-footer-actions .btn-primary,.modal-footer-actions .btn-outline{width:100%;justify-content:center}}@media (max-width: 480px){.top-header{padding:.4rem .5rem}.header-title{font-size:.86rem}.currency-seg-btn,.date-seg-btn,.btn-seg-item{padding:2px 5px;font-size:.68rem}.metric-card{padding:.85rem}.metric-primary-value{font-size:1.35rem}.message-bubble{max-width:93%;font-size:.82rem}.btn-send-main{width:36px;height:36px}.inbox-filter-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px}.tab-filter{font-size:.7rem;padding:3px 6px;white-space:nowrap}.canned-picker-popup{width:94vw;left:3vw;max-height:240px}}.template-grid-split{display:grid;grid-template-columns:1fr 440px;gap:1.5rem;align-items:start}@media (max-width: 1080px){.template-grid-split{grid-template-columns:1fr}}.template-form{display:flex;flex-direction:column;gap:1rem}.template-toolbar-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.template-toolbar-btns{display:flex;align-items:center;gap:4px}.tpl-tool-btn{background:var(--bg-hover, #F1F5F9);border:1px solid var(--border-subtle, #E2E8F0);color:var(--text-primary, #1E293B);font-size:12px;font-weight:600;padding:3px 8px;border-radius:6px;cursor:pointer;transition:all .15s ease}.tpl-tool-btn:hover{background:var(--brand-light, #EFF6FF);border-color:var(--brand-primary, #2563EB);color:var(--brand-primary, #2563EB)}.tpl-tool-btn.add-var-btn{background:#ecfdf5;border-color:#a7f3d0;color:#047857;font-weight:700}.tpl-tool-btn.add-var-btn:hover{background:#d1fae5;border-color:#34d399}.char-counter{font-size:11px;color:var(--text-muted, #94A3B8);font-family:monospace}.variable-test-container{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:10px 12px;margin-top:4px}.var-test-title{font-size:11px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.03em;display:block;margin-bottom:8px}.var-inputs-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.var-input-group label{font-size:11px;color:#64748b;display:block;margin-bottom:2px}.button-builder-card{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:12px;margin-bottom:10px}.button-builder-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.phone-simulator-panel{position:sticky;top:1.5rem;background:#fff;border:1px solid var(--border-subtle, #E2E8F0);border-radius:16px;padding:1.25rem;box-shadow:0 4px 20px #0000000d}.simulator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.simulator-badge-row{display:flex;align-items:center;gap:8px}.live-preview-chip{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#047857;background:#ecfdf5;padding:3px 8px;border-radius:12px}.live-dot{width:6px;height:6px;border-radius:50%;background:#10b981;animation:livePulse 1.8s infinite}@keyframes livePulse{0%{transform:scale(.95);opacity:.7}50%{transform:scale(1.2);opacity:1}to{transform:scale(.95);opacity:.7}}.device-tag{font-size:11px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:6px;font-weight:600}.preview-subtext{font-size:11px;color:#94a3b8}.iphone-chassis{width:100%;max-width:360px;height:660px;margin:0 auto;background:#1e293b;border:4px solid #334155;border-radius:46px;padding:10px;box-shadow:0 24px 48px -12px #00000059,0 0 0 1px #0000001a;position:relative;display:flex;flex-direction:column}.iphone-dynamic-island{position:absolute;top:18px;left:50%;transform:translate(-50%);width:90px;height:22px;background:#0f172a;border-radius:12px;z-index:50;display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.camera-lens{width:9px;height:9px;border-radius:50%;background:#1e293b;border:1px solid #334155}.iphone-screen{background:#ece5dd;background-image:radial-gradient(#D6CDBC 1px,transparent 1px),radial-gradient(#d6cdbc 1px,#ece5dd 1px);background-size:20px 20px;background-position:0 0,10px 10px;border-radius:36px;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0;position:relative}.ios-status-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 18px 4px;font-size:11px;font-weight:600;color:#0f172a;z-index:40;flex-shrink:0}.ios-status-icons{display:flex;align-items:center;gap:4px}.ios-battery{width:18px;height:9px;border:1.5px solid #0F172A;border-radius:3px;padding:1px;position:relative}.ios-battery-fill{width:12px;height:100%;background:#0f172a;border-radius:1px}.wa-ios-nav-header{background:#f8f9fa;border-bottom:1px solid #E2E8F0;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;z-index:30;flex-shrink:0}.wa-nav-left{display:flex;align-items:center;gap:8px;min-width:0}.wa-back-chevron{display:flex;align-items:center;color:#007aff;cursor:pointer}.wa-unread-badge{font-size:11px;font-weight:600;margin-left:-2px}.wa-partner-avatar{width:32px;height:32px;border-radius:50%;background:#000;position:relative;flex-shrink:0}.wa-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:contain}.wa-partner-meta{display:flex;flex-direction:column;min-width:0}.wa-partner-name-row{display:flex;align-items:center;gap:4px}.wa-partner-name{font-size:12px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.wa-partner-desc{font-size:10px;color:#64748b;white-space:nowrap}.wa-nav-right{display:flex;align-items:center;gap:8px}.wa-nav-icon-btn{background:none;border:none;padding:2px;cursor:pointer}.wa-chat-viewport{flex:1;min-height:0;padding:10px 10px 20px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:8px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.wa-chat-viewport::-webkit-scrollbar{width:4px}.wa-chat-viewport::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.wa-date-pill{align-self:center;background:#ffffffd9;border-radius:6px;padding:2px 10px;font-size:10px;font-weight:600;color:#64748b;box-shadow:0 1px 2px #0000000d}.wa-encryption-bubble{background:#fef3c7e6;border:1px solid #FDE68A;border-radius:8px;padding:6px 10px;font-size:10px;color:#92400e;display:flex;align-items:center;gap:6px;text-align:center;line-height:1.3}.wa-bubble-card{align-self:flex-start;width:100%;max-width:95%;background:#fff;border-radius:10px 10px 10px 2px;padding:8px 10px;box-shadow:0 1px 2px #0000001f;position:relative;word-break:break-word}.wa-bubble-header-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:4px}.wa-bubble-media-header{margin:-8px -10px 8px;border-radius:10px 10px 0 0;overflow:hidden;max-height:160px;background:#e2e8f0}.wa-bubble-img{width:100%;height:100%;max-height:160px;object-fit:cover;display:block}.wa-media-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:#64748b;font-size:11px;gap:4px}.wa-video-placeholder{height:110px;background:#0f172a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:11px}.play-icon-circle{width:32px;height:32px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:12px}.wa-doc-header-card{background:#f1f5f9;border:1px solid #E2E8F0;border-radius:8px;padding:8px 10px;margin-bottom:6px;display:flex;align-items:center;gap:8px}.doc-icon{font-size:20px}.doc-meta{display:flex;flex-direction:column;min-width:0}.doc-name{font-size:11.5px;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-size{font-size:9.5px;color:#64748b}.wa-bubble-body-content{font-size:12.5px;line-height:1.45;color:#1e293b;white-space:pre-wrap}.wa-bubble-body-content strong{color:#0f172a;font-weight:700}.wa-var-highlight{display:inline-block;background:#fef3c7;color:#92400e;padding:1px 5px;border-radius:4px;font-weight:600;font-size:11.5px;border:1px dashed #F59E0B;margin:0 1px}.wa-inline-code{background:#f1f5f9;color:#0f172a;padding:2px 4px;border-radius:4px;font-family:monospace;font-size:11px}.wa-bubble-footer-text{font-size:10.5px;color:#64748b;margin-top:6px;font-style:italic}.wa-bubble-meta-row{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px}.wa-bubble-time{font-size:10px;color:#94a3b8}.wa-double-check{font-size:11px;font-weight:700;color:#38bdf8}.wa-bubble-actions{display:flex;flex-direction:column;gap:1px;margin:8px -10px -8px;border-top:1px solid #E2E8F0;background:#f8fafc;border-radius:0 0 10px 2px;overflow:hidden}.wa-action-button{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:9px 12px;background:#fff;border:none;border-top:1px solid #F1F5F9;font-size:12px;font-weight:600;color:#007aff;cursor:pointer;transition:background .15s}.wa-action-button:hover{background:#f1f5f9}.wa-ios-composer{background:#f8f9fa;border-top:1px solid #E2E8F0;padding:6px 10px;display:flex;align-items:center;gap:8px;flex-shrink:0}.wa-composer-plus{font-size:18px;color:#007aff;font-weight:600}.wa-composer-input-pill{flex:1;background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:5px 12px;font-size:11px;color:#94a3b8}.wa-composer-icons{display:flex;align-items:center;gap:8px}.ios-home-bar{width:120px;height:4px;background:#0f172a;border-radius:2px;margin:6px auto 4px;flex-shrink:0}.template-section-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #E2E8F0}.badge-meta-spec{font-size:11px;font-weight:700;background:#eef2ff;color:#4f46e5;padding:4px 8px;border-radius:6px;border:1px solid #C7D2FE}.meta-wa-toolbar{display:flex;align-items:center;gap:4px;padding:6px 8px;background:#f8fafc;border:1px solid #E2E8F0;border-bottom:none;border-radius:8px 8px 0 0;flex-wrap:wrap}.meta-tool-btn{background:#fff;border:1px solid #CBD5E1;border-radius:4px;padding:3px 8px;font-size:12px;cursor:pointer;color:#334155;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.meta-tool-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}.meta-tool-btn.add-var-pill{background:#ecfdf5;border-color:#a7f3d0;color:#047857;font-weight:600;gap:4px}.meta-tool-btn.add-var-pill:hover{background:#d1fae5;border-color:#6ee7b7}.meta-tool-divider{width:1px;height:18px;background:#cbd5e1;margin:0 4px}.meta-emoji-strip{display:flex;align-items:center;gap:2px}.meta-emoji-btn{background:none;border:none;padding:2px 4px;font-size:13px;cursor:pointer;border-radius:4px}.meta-emoji-btn:hover{background:#e2e8f0}.btn-add-meta-button{background:#eff6ff;border:1px solid #BFDBFE;color:#1d4ed8;font-size:12px;font-weight:600;padding:4px 10px;border-radius:6px;cursor:pointer;transition:background .15s}.btn-add-meta-button:hover{background:#dbeafe}.empty-buttons-hint{padding:12px;background:#f8fafc;border:1px dashed #CBD5E1;border-radius:8px;font-size:12px;color:#64748b;text-align:center}.meta-buttons-list{display:flex;flex-direction:column;gap:10px}.meta-button-item-card{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:10px}.meta-button-header-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.meta-button-badge{font-size:11px;font-weight:700;color:#475569;background:#e2e8f0;padding:2px 6px;border-radius:4px}.meta-button-type-select{flex:1}.sm-select{padding:4px 8px!important;font-size:12px!important;height:28px!important}.btn-remove-btn{background:#fee2e2;border:1px solid #FECACA;color:#dc2626;width:24px;height:24px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px}.btn-remove-btn:hover{background:#fca5a5}.meta-button-fields-row{display:flex;gap:8px}.sm-label{font-size:11px;color:#64748b;margin-bottom:2px;display:block}.preview-mode-toggle{display:flex;background:#f1f5f9;padding:2px;border-radius:6px;border:1px solid #E2E8F0}.mode-btn{background:none;border:none;padding:4px 10px;font-size:11px;font-weight:600;color:#64748b;border-radius:4px;cursor:pointer;transition:all .15s ease}.mode-btn.active{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0000000d}.expanded-preview-canvas{background:#fff;border:1px solid #E2E8F0;border-radius:12px;overflow:hidden}.expanded-preview-header{padding:10px 14px;border-bottom:1px solid #E2E8F0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.full-view-badge{font-size:10px;font-weight:700;color:#059669;background:#ecfdf5;border:1px solid #A7F3D0;padding:2px 6px;border-radius:4px}.expanded-chat-bg{background-color:#ece5dd;background-image:radial-gradient(#D6CDBC 1px,transparent 1px),radial-gradient(#d6cdbc 1px,#ece5dd 1px);background-size:20px 20px;background-position:0 0,10px 10px;padding:24px;min-height:480px;display:flex;align-items:flex-start;justify-content:center}.expanded-bubble{max-width:480px;width:100%}
