body{margin:0;font-family:Segoe UI,Tahoma,sans-serif}.login-page{background:linear-gradient(135deg,#0f172a,#1e293b);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:20px;grid-template-columns:1fr 1fr;width:100%;max-width:900px;height:520px;display:grid;overflow:hidden;box-shadow:0 25px 60px #0000004d}.login-left{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);flex-direction:column;justify-content:center;padding:50px;display:flex}.login-left h1{margin-bottom:16px;font-size:36px}.login-left p{opacity:.9;font-size:15px;line-height:1.6}.login-right{flex-direction:column;justify-content:center;padding:50px;display:flex}.login-right h2{color:#0f172a;margin-bottom:25px;font-size:28px}.form-group{margin-bottom:16px}.form-group label{color:#475569;margin-bottom:6px;font-size:13px;display:block}.form-group input{border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:14px;transition:all .2s}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.password-wrap{align-items:center;display:flex}.password-wrap input{flex:1}.show-btn{cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;margin-left:10px;padding:10px 12px;font-size:12px}.show-btn:hover{background:#cbd5e1}.login-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;margin-top:10px;padding:12px;font-size:15px;font-weight:600;transition:all .2s}.login-btn:hover{background:#1d4ed8}@media (width<=768px){.login-card{grid-template-columns:1fr;height:auto}.login-left,.login-right{padding:30px}}.login-message{border-radius:10px;margin-bottom:14px;padding:10px 12px;font-size:13px;font-weight:500}.login-message.error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca}.login-message.success{color:#166534;background:#dcfce7;border:1px solid #bbf7d0}.login-btn:disabled{opacity:.7;cursor:not-allowed}:root{--bg:#f8fafc;--surface:#fff;--surface-alt:#f8fafc;--surface-soft:#f8fbff;--text:#0f172a;--text-muted:#64748b;--text-soft:#475569;--border:#e2e8f0;--border-strong:#cbd5e1;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-contrast:#fff;--shadow:0 2px 8px #0f172a0d;--badge-bg:#eef2ff;--badge-text:#3730a3;--badge-gray-bg:#e2e8f0;--badge-gray-text:#334155;--badge-green-bg:#dcfce7;--badge-green-text:#166534;--badge-warning-bg:#fef3c7;--badge-warning-text:#92400e;--badge-danger-bg:#fee2e2;--badge-danger-text:#b91c1c;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#b91c1c;--warning-bg:#fffbeb;--warning-border:#fcd34d;--success-bg:#f0fdf4;--success-border:#bbf7d0;--selection-border:#2563eb;--selection-shadow:0 0 0 1px #2563eb1f}[data-theme=dark]{--bg:#0b1220;--surface:#111827;--surface-alt:#172033;--surface-soft:#0f1a2b;--text:#e5eefc;--text-muted:#94a3b8;--text-soft:#cbd5e1;--border:#243247;--border-strong:#334155;--primary:#3b82f6;--primary-hover:#60a5fa;--primary-contrast:#08111f;--shadow:0 10px 24px #02061752;--badge-bg:#1d2740;--badge-text:#bfdbfe;--badge-gray-bg:#1f2937;--badge-gray-text:#cbd5e1;--badge-green-bg:#123125;--badge-green-text:#86efac;--badge-warning-bg:#3b2a10;--badge-warning-text:#fcd34d;--badge-danger-bg:#3f1117;--badge-danger-text:#fca5a5;--error-bg:#3a1418;--error-border:#7f1d1d;--error-text:#fecaca;--warning-bg:#3b2a10;--warning-border:#92400e;--success-bg:#10261a;--success-border:#166534;--selection-border:#60a5fa;--selection-shadow:0 0 0 1px #60a5fa2e}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,sans-serif}html,body,#root{min-height:100%}#root{background:var(--bg);width:100%;color:var(--text)}.app-shell{background:var(--bg);min-height:100vh;color:var(--text);padding:0}.container{max-width:1280px;margin:0 auto;padding:24px}.topbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.eyebrow{color:var(--text-muted);margin:0 0 6px;font-size:13px;font-weight:600}h1,h2,h3,strong{color:var(--text);margin:0}.subtitle{color:var(--text-muted);margin-top:8px}.topbar-actions{align-items:center;gap:10px;display:flex}.theme-toggle{border:1px solid var(--border-strong);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.theme-toggle:hover{background:var(--surface-alt)}.input,.textarea{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--text);border-radius:12px;padding:12px 14px;font-size:14px}.textarea{resize:vertical;min-height:140px}.btn{background:var(--primary);color:var(--primary-contrast);cursor:pointer;border:none;border-radius:12px;padding:12px 16px;font-weight:600}.btn:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface-alt);color:var(--text)}.btn-secondary:hover{background:var(--border-strong)}.full{width:100%}.error-box{background:var(--error-bg);color:var(--error-text);border:1px solid var(--error-border);border-radius:14px;margin-bottom:16px;padding:14px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.stat-card h2{margin:10px 0 0;font-size:32px}.muted{color:var(--text-muted)}.tabs{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.dashboard-frame{grid-template-columns:240px minmax(0,1fr);min-height:100vh;transition:grid-template-columns .16s;display:grid}.dashboard-frame.sidebar-is-collapsed{grid-template-columns:68px minmax(0,1fr)}.dashboard-main{background:var(--bg);min-width:0}.dashboard-layout{grid-template-columns:240px minmax(0,1fr);align-items:start;gap:18px;display:grid}.sidebar-panel{border-right:1px solid var(--border);background:linear-gradient(180deg, var(--surface-soft), var(--surface));min-height:100vh;padding:24px 16px;transition:width .16s,padding .16s;overflow:hidden}.sidebar-panel.collapsed{padding:24px 10px}.sidebar-panel-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.sidebar-panel.collapsed .sidebar-panel-head{justify-content:center;margin-bottom:0}.sidebar-toggle{border:1px solid var(--border-strong);background:var(--surface);min-width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:12px;padding:0 12px;font-size:13px;font-weight:700}.sidebar-panel.collapsed .sidebar-toggle{min-width:48px;padding:0 10px}.sidebar-toggle:hover{background:var(--surface-alt)}.sidebar-tabs{flex-direction:column;gap:10px;display:flex}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:18px;padding-top:18px;display:flex}.sidebar-tab{text-align:left;width:100%}.sidebar-theme-toggle,.sidebar-logout{width:100%}.sidebar-theme-toggle{justify-content:center}.dashboard-content{min-width:0}.tab{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);cursor:pointer;border-radius:12px;padding:10px 14px;font-weight:600}.tab.active{background:var(--text);color:var(--surface);border-color:var(--text)}.card{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:18px;padding:20px}.split-grid{grid-template-columns:360px 1fr;gap:16px;display:grid}.campaign-grid{grid-template-columns:420px 1fr}.contact-layout{grid-template-columns:420px 1fr;gap:16px;display:grid}.contacts-shell{flex-direction:column;gap:16px;display:flex}.contacts-list-card,.contacts-detail-card{border-radius:22px}.contacts-list-head,.contacts-detail-head{gap:12px}.contacts-top-tabs{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.contacts-table-shell{border:1px solid var(--border);background:var(--surface);border-radius:18px;max-height:420px;margin-top:16px;overflow:auto}.contacts-table{grid-template-columns:1.2fr 1fr .8fr .8fr .9fr .9fr 1fr 1fr 1fr .9fr .9fr .9fr .9fr .9fr .9fr .9fr .9fr 1.6fr;align-items:center;gap:12px;min-width:2380px;display:grid}.contacts-table-head{background:var(--surface-soft);border-bottom:1px solid var(--border);color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em;padding:14px 16px;font-size:12px;font-weight:700}.contacts-filter-row{background:var(--surface-alt);border-bottom:1px solid var(--border);padding:12px 16px}.contacts-filter-row .input{padding:10px 12px}.contacts-filter-placeholder{color:var(--text-muted);font-size:12px}.contacts-table-body{max-height:none;overflow:visible}.contacts-table-row{border:none;border-bottom:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);text-align:left;cursor:pointer;padding:14px 16px}.contacts-table-row:last-child{border-bottom:none}.contacts-table-row:hover{background:var(--surface-alt)}.contacts-inline-note{color:var(--warning-text);margin-top:4px;font-size:12px}.contacts-last-action-cell{color:var(--text-soft);line-height:1.45}.contacts-created-cell{color:var(--text-soft);white-space:nowrap}.contacts-inner-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.contacts-inner-card{border-radius:18px}.contacts-profile-workspace{margin-top:16px}.campaign-layout{align-items:start}.sidebar-stack{flex-direction:column;gap:16px;display:flex}.form-stack,.list{flex-direction:column;gap:12px;display:flex}.scrollable{max-height:560px;overflow:auto}.list-item{border:1px solid var(--border);color:var(--text);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px;display:flex}.list-main{flex:1}.reply-box{flex-direction:column;gap:12px;margin-top:16px;display:flex}.row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.row-between{justify-content:space-between}.badge{background:var(--badge-bg);color:var(--badge-text);border-radius:999px;padding:4px 10px;font-size:12px;display:inline-block}.badge-gray{background:var(--badge-gray-bg);color:var(--badge-gray-text)}.badge-green{background:var(--badge-green-bg);color:var(--badge-green-text)}.badge-warning{background:var(--badge-warning-bg);color:var(--badge-warning-text)}.badge-danger{background:var(--badge-danger-bg);color:var(--badge-danger-text)}.message-preview{margin-top:10px;line-height:1.5}.time{color:var(--text-muted);white-space:nowrap;font-size:12px}@media (width<=960px){.dashboard-frame{grid-template-columns:1fr;min-height:auto}.dashboard-frame.sidebar-is-collapsed{grid-template-columns:1fr}.sidebar-panel{border-right:none;border-bottom:1px solid var(--border);min-height:auto}.sidebar-panel.collapsed{padding:16px}.sidebar-tabs{flex-flow:wrap}.sidebar-panel.collapsed .sidebar-panel-head{justify-content:flex-start}.contacts-table{grid-template-columns:1fr}.contacts-table-head{display:none}.contacts-filter-row,.contacts-inner-grid{grid-template-columns:1fr}}.empty-box{border:1px dashed var(--border-strong);text-align:center;color:var(--text-muted);border-radius:16px;padding:30px}.contact-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;text-align:left;width:100%}.selected-thread{border-color:var(--selection-border);box-shadow:var(--selection-shadow)}.profile-card{min-height:700px}.profile-grid{grid-template-columns:360px 1fr;gap:20px;margin-top:18px;display:grid}.profile-meta{color:var(--text-soft);gap:8px;font-size:14px;display:grid}.last-action-box{background:var(--surface-alt);border:1px solid var(--border);border-radius:14px;min-width:240px;padding:12px 14px}.review-banner{border:1px solid var(--warning-border);background:var(--warning-bg);border-radius:14px;padding:12px 14px}.profile-summary-card{border:1px solid var(--border);background:var(--surface-alt);border-radius:14px;gap:6px;padding:12px 14px;display:grid}.contact-property-list{gap:10px;margin-top:8px;display:grid}.contact-property-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;gap:6px;padding:12px;display:grid}.review-banner-verified{border-color:var(--success-border);background:var(--success-bg)}.activity-preview{color:var(--text-soft);margin-top:8px;line-height:1.5}.import-meta{min-height:22px}.import-result{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.import-skips{flex-direction:column;gap:8px;max-height:180px;display:flex;overflow:auto}.import-skip-row{color:var(--text-soft);background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-size:13px}.campaign-selection{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.campaign-stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.campaign-preview-grid{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}.campaign-message-preview{border:1px solid var(--border);background:var(--surface-alt);white-space:pre-wrap;border-radius:14px;min-height:140px;padding:14px}.workflow-header{gap:12px}.workflow-header-actions{flex-wrap:wrap}.workflow-board{grid-template-columns:minmax(0,1.5fr) minmax(300px,.9fr);align-items:start;gap:18px;margin:18px 0 24px;display:grid}.workflow-column{flex-direction:column;gap:16px;display:flex}.workflow-stage{border:1px solid var(--border);background:linear-gradient(180deg, color-mix(in srgb, var(--surface-soft) 92%, transparent), var(--surface-soft));border-radius:22px;padding:18px;box-shadow:0 10px 24px #0f172a0d}.workflow-stage-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.workflow-stage-actions{flex-wrap:wrap;gap:10px;display:flex}.workflow-stage-body{flex-direction:column;gap:12px;display:flex}.flow-map{flex-direction:column;gap:14px;display:flex}.flow-section{border:1px solid var(--border);background:var(--surface-soft);border-radius:18px;padding:16px}.flow-section-header{align-items:center;gap:12px;margin-bottom:14px;display:flex}.flow-branch-list{flex-direction:column;gap:12px;display:flex}.flow-node{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:default;border-radius:18px;width:100%;padding:16px;position:relative}.flow-node:hover{border-color:var(--selection-border)}.flow-node-head{align-items:center;gap:12px;display:flex}.flow-node-button{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0}.flow-icon{background:var(--text);width:42px;height:42px;color:var(--surface);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.flow-node-copy{flex:1;min-width:0}.flow-node-detail{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.flow-branch-meta{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.flow-preview{border:1px solid var(--border);background:var(--surface-alt);color:var(--text-soft);white-space:pre-wrap;border-radius:14px;margin-top:14px;padding:14px;line-height:1.6}.flow-actions{margin-top:12px}.flow-action-row{flex-wrap:wrap;gap:8px}.flow-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.flow-warning{border-color:var(--warning-border);background:var(--warning-bg)}.flow-danger{border-color:var(--error-border);background:var(--error-bg)}.flow-tree{flex-direction:column;gap:12px;display:flex}.flow-tree-node{position:relative}.flow-tree.level-1,.flow-tree.level-2,.flow-tree.level-3,.flow-tree.level-4{border-left:2px dashed var(--border);margin-top:12px;margin-left:28px;padding-left:16px}.flow-empty-state{border:1px dashed var(--border-strong);background:var(--surface);color:var(--text-soft);border-radius:16px;padding:16px}.workflow-sample-card{border:1px solid var(--border);background:var(--surface);color:var(--text-soft);border-radius:16px;padding:14px 16px;line-height:1.6}.automation-journey{flex-direction:column;gap:16px;display:flex}.automation-header-card,.automation-action-bar,.automation-palette-card,.automation-canvas-card,.automation-editor-card{border-radius:22px}.automation-header-row{gap:16px}.automation-header-stats{flex-wrap:wrap;align-items:stretch;gap:12px;display:flex}.automation-stat-pill{border:1px solid var(--border);background:var(--surface-alt);border-radius:16px;flex-direction:column;gap:6px;min-width:110px;padding:14px 16px;display:flex}.automation-action-bar-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.automation-mode-chips{flex-wrap:wrap;gap:8px;display:flex}.automation-subtab{text-align:center;min-width:150px}.automation-workflow-layout{flex-direction:column;gap:16px;display:flex}.automation-workflow-bottom{grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.automation-palette-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:16px;display:grid}.automation-palette-item{border:1px solid var(--border);background:var(--surface);color:var(--text);text-align:left;cursor:pointer;border-radius:18px;flex-direction:column;gap:10px;padding:16px;display:flex}.automation-palette-item:hover{border-color:var(--selection-border);box-shadow:var(--selection-shadow)}.workflow-palette-note{border-top:1px solid var(--border);flex-direction:column;gap:10px;margin-top:16px;padding-top:16px;display:flex}.automation-canvas-card{padding-bottom:14px}.automation-editor-card{min-width:0}.automation-canvas-legend{flex-wrap:wrap;gap:8px;display:flex}.automation-canvas-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.automation-canvas-zoom{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.workflow-zoom-pill{border:1px solid var(--border);background:var(--surface-alt);min-width:66px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;padding:8px 12px;font-size:12px;font-weight:700;display:inline-flex}.workflow-legend-item{border:1px solid var(--border);background:var(--surface-alt);border-radius:999px;align-items:center;padding:7px 12px;font-size:12px;font-weight:700;display:inline-flex}.workflow-legend-trigger{color:#38bdf8;background:#38bdf814;border-color:#38bdf847}.workflow-legend-condition{color:#f59e0b;background:#f59e0b14;border-color:#f59e0b47}.workflow-legend-action{color:#4ade80;background:#4ade8014;border-color:#4ade8047}.workflow-canvas-shell{border:1px solid var(--border);background:radial-gradient(circle at top, #3b82f614, transparent 34%), linear-gradient(180deg, #080e180a, transparent 55%), var(--surface-soft);border-radius:20px;min-height:760px;margin-top:16px;overflow:auto}.workflow-canvas-stage{background-image:linear-gradient(#94a3b814 1px,#0000 1px),linear-gradient(90deg,#94a3b814 1px,#0000 1px);background-size:32px 32px;min-width:100%;min-height:760px;position:relative}.workflow-canvas-viewport{width:100%;height:100%;position:relative}.workflow-canvas-svg{pointer-events:none;position:absolute;inset:0}.workflow-edge{fill:none;stroke:#3b82f68c;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px #3b82f629)}.workflow-edge.is-active{stroke:#60a5fae6}.workflow-edge-arrow{fill:#60a5faeb}.workflow-edge-label-bg{fill:#0f172ad9;stroke:#60a5fa3d}.workflow-edge-label{fill:#dbeafe;letter-spacing:.02em;text-transform:uppercase;font-size:11px;font-weight:700}.workflow-node{color:#e2e8f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#0f172af5,#0f172aeb);border:1px solid #94a3b838;border-radius:24px;width:250px;min-height:150px;position:absolute;box-shadow:0 16px 42px #02061738}.workflow-node.is-compact{border-radius:20px;width:180px;min-height:92px}.workflow-node.selected{border-color:#60a5faf2;box-shadow:0 0 0 1px #60a5fa47,0 16px 42px #0206174d}.workflow-node-trigger{background:linear-gradient(180deg, #082f49f5, #0f172af0), var(--surface)}.workflow-node-condition{background:linear-gradient(180deg, #5c2f0cf5, #0f172af0), var(--surface)}.workflow-node-action{background:linear-gradient(180deg, #14532df5, #0f172af0), var(--surface)}.workflow-node-main{width:100%;min-height:150px;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:24px 24px 0 0;flex-direction:column;gap:10px;padding:18px 18px 14px;display:flex;position:relative}.workflow-node.is-compact .workflow-node-main{gap:8px;min-height:92px;padding:14px 14px 12px}.workflow-node-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.workflow-node.is-compact strong{font-size:14px;line-height:1.25}.workflow-chip-row{flex-wrap:wrap;gap:8px;display:flex}.workflow-chip{color:#dbeafe;background:#0f172a61;border:1px solid #94a3b838;border-radius:999px;align-items:center;padding:4px 10px;font-size:11px;display:inline-flex}.workflow-node-mini-id{letter-spacing:.06em;text-transform:uppercase;color:#e2e8f0a3;font-size:11px}.workflow-node-port{background:#0f172a;border:2px solid #60a5faf2;border-radius:999px;width:14px;height:14px;margin-left:-7px;position:absolute;left:50%;box-shadow:0 0 0 6px #60a5fa1f}.workflow-node-port-top{top:-7px}.workflow-node-port-bottom{bottom:-7px}.workflow-branch-row{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.workflow-node.is-compact .workflow-branch-row{gap:6px}.workflow-branch-pill{color:#fcd34d;letter-spacing:.03em;text-transform:uppercase;background:#f59e0b24;border:1px solid #f59e0b3d;border-radius:999px;align-items:center;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.workflow-node.is-compact .workflow-branch-pill{padding:4px 8px;font-size:10px}.workflow-node-actions{flex-wrap:wrap;gap:8px;padding:0 18px 18px;display:flex}.workflow-editor-card{margin-top:16px}.workflow-editor-panel{flex-direction:column;gap:16px;display:flex}.workflow-editor-empty{border:1px dashed var(--border-strong);background:var(--surface-alt);color:var(--text-soft);border-radius:16px;margin-top:16px;padding:18px}.workflow-editor-textarea{min-height:120px}.workflow-editor-branches{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding-top:16px;display:flex}.workflow-editor-branch-row{border:1px solid var(--border);background:var(--surface-alt);border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.automation-messaging-card{flex-direction:column;gap:16px;display:flex}.automation-message-stats{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.automation-messaging-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.4fr);align-items:start;gap:16px;display:grid}.automation-message-prompt{margin-top:4px}.automation-prompt-card,.automation-guidance-card{border:1px solid var(--border);background:var(--surface-alt);border-radius:18px;padding:16px}.automation-prompt-textarea{min-height:180px;margin-top:14px}.automation-guidance-card{flex-direction:column;gap:12px;display:flex}.automation-guidance-example{border:1px dashed var(--border-strong);background:var(--surface);border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.messaging-choice-list{flex-direction:column;gap:12px;display:flex}.messaging-choice-row{border:1px solid var(--border);background:linear-gradient(180deg, var(--surface-alt), var(--surface));border-radius:18px;flex-direction:column;gap:14px;padding:16px;display:flex}.messaging-choice-depth-1{margin-left:18px}.messaging-choice-depth-2{margin-left:36px}.messaging-choice-depth-3{margin-left:54px}.messaging-choice-head{align-items:center;gap:12px;display:flex}.messaging-choice-key{background:var(--text);min-width:54px;height:40px;color:var(--surface);border-radius:12px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.messaging-choice-textarea{min-height:96px}.messaging-choice-preview{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:12px;display:flex}@media (width<=1080px){.automation-workflow-bottom,.automation-messaging-layout{grid-template-columns:1fr}}@media (width<=720px){.flow-form-grid{grid-template-columns:1fr}.automation-header-row,.messaging-choice-head{flex-direction:column;align-items:flex-start}.automation-canvas-toolbar{justify-content:flex-start}.workflow-node{width:220px}.workflow-node.is-compact{width:172px}.messaging-choice-depth-1,.messaging-choice-depth-2,.messaging-choice-depth-3{margin-left:0}}.message-thread{flex-direction:column;gap:10px;display:flex}.message-filters{align-items:center;gap:10px;display:flex}.message-thread-toggle{border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;width:100%}.message-thread-meta{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.message-thread-history{border-left:2px solid var(--border);flex-direction:column;gap:12px;margin-left:16px;padding-left:16px;display:flex}.message-thread-actions{justify-content:flex-end;display:flex}.inbox-thread{flex-direction:column;gap:10px;display:flex}.inbox-thread-unread{border-color:#ff626266;box-shadow:0 0 0 1px #ff626226}.inbox-thread-head{justify-content:space-between;align-items:center;gap:12px}.inbox-thread-title{align-items:center;gap:10px;min-width:0;display:flex}.inbox-thread-badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.inbox-thread-subhead{flex-wrap:wrap;gap:8px;margin-top:6px}.inbox-unread-dot{background:#ff5757;border-radius:999px;width:10px;min-width:10px;height:10px;box-shadow:0 0 0 4px #ff575724}.inbox-thread-meta{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:8px;min-width:170px;display:flex}.inbox-thread-expanded{border-left:2px solid var(--border);flex-direction:column;gap:14px;margin-left:16px;padding-left:16px;display:flex}.conversation-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.conversation-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.conversation-panel{border:1px solid var(--border);background:#0f172a57;border-radius:18px;flex-direction:column;gap:12px;max-height:420px;padding:16px;display:flex;overflow:auto}.chat-row{display:flex}.chat-left{justify-content:flex-start}.chat-right{justify-content:flex-end}.chat-bubble{border:1px solid var(--border);border-radius:18px;flex-direction:column;gap:8px;max-width:min(680px,85%);padding:12px 14px;display:flex}.chat-in{background:var(--surface-alt)}.chat-out{background:var(--surface-soft);border-color:var(--selection-border)}.chat-bubble-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chat-bubble-meta .time{margin-left:auto}.chat-message-text{white-space:pre-wrap;line-height:1.55}.inbox-preview{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:8px;line-height:1.5;display:-webkit-box;overflow:hidden}.inbox-reply-box{border:1px solid var(--border);background:#0f172a47;border-radius:18px;gap:12px;padding:14px}.reply-box-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:12px;display:flex}.reply-box-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.split-grid,.contact-layout,.profile-grid,.campaign-grid,.campaign-preview-grid,.flow-form-grid{grid-template-columns:1fr}}@media (width<=640px){.stats-grid{grid-template-columns:1fr}.app-shell{padding:16px}h1{font-size:26px}}:root{color:#0f172a;background-color:#f8fafc;font-family:Arial,sans-serif;line-height:1.5}body{color:#0f172a;background:#f8fafc;margin:0}#root{width:100%}
