:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand-navy:#002d62;--brand-blue:#007bff;--bg:#f0f5fc;--bg-elevated:#e8f0fb;--surface:#fffffff0;--surface-strong:#fff;--surface-soft:#f5f8fd;--surface-accent:#e8f1fb;--line:#002d621a;--line-strong:#002d6229;--text:#0a1628;--muted:#5a6b82;--muted-2:#8896a8;--accent:var(--brand-navy);--accent-soft:#007bff1a;--accent-soft-strong:#002d621f;--success:#0f766e;--success-soft:#0f766e1f;--warning:#b45309;--warning-soft:#b453091f;--danger:#b91c1c;--danger-soft:#b91c1c1f;--info:var(--brand-blue);--info-soft:#007bff29;--shadow-sm:0 8px 20px #0f172a0f;--shadow:0 18px 48px #0f172a14;--shadow-lg:0 32px 80px #0f172a24;--radius-sm:12px;--radius:18px;--radius-lg:24px;--radius-xl:32px;--sidebar-width:260px;--header-height:64px}body[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--brand-navy:#8ec5ff;--brand-blue:#47a3ff;--bg:#060d18;--bg-elevated:#0a1524;--surface:#0a1628eb;--surface-strong:#0c1829;--surface-soft:#111d32;--surface-accent:#152438;--line:#4d9fff24;--line-strong:#4d9fff38;--text:#e8f1fc;--muted:#94a8c4;--muted-2:#6b7d96;--accent:#b8d4f8;--accent-soft:#007bff29;--accent-soft-strong:#007bff38;--success:#5eead4;--success-soft:#5eead424;--warning:#fbbf24;--warning-soft:#fbbf2424;--danger:#f87171;--danger-soft:#f8717124;--info:var(--brand-blue);--info-soft:#47a3ff2e;--shadow-sm:0 12px 24px #02081752;--shadow:0 18px 48px #02081766;--shadow-lg:0 40px 90px #02081785;background:radial-gradient(circle at top left, #007bff24, transparent 32%), radial-gradient(circle at bottom right, #002d6224, transparent 34%), var(--bg)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-height:100%}body{color:var(--text);background:radial-gradient(circle at top left, #007bff1f, transparent 32%), radial-gradient(circle at bottom right, #002d6214, transparent 34%), var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer}input,textarea,select{border:1px solid var(--line);background:var(--surface-strong);width:100%;color:var(--text);border-radius:14px;outline:0;padding:0 14px;transition:border-color .2s,box-shadow .2s,background-color .2s}input,select{min-height:46px}textarea{resize:none;min-height:46px;max-height:180px;padding:12px 14px}input:focus,textarea:focus,select:focus{border-color:var(--info);box-shadow:0 0 0 4px var(--info-soft)}h1,h2,h3,h4,p{margin:0}.hidden{display:none!important}.check-row{min-height:36px;color:var(--muted);align-items:center;gap:10px;font-size:13px;font-weight:600;display:flex}.check-row input{width:18px;min-height:18px;accent-color:var(--brand-blue)}.icon{stroke-width:1.9px;flex:none;width:18px;height:18px}.icon.small{width:16px;height:16px}.icon.tiny{width:13px;height:13px}.icon.soft-icon{width:20px;height:20px;color:var(--muted)}.feature-icon{width:28px;height:28px;color:var(--muted)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;font-size:11px;font-weight:700;display:inline-flex}.brand-row{align-items:center;gap:14px;min-width:0;display:flex}.brand-row--product{align-items:center}.brand-row strong{white-space:nowrap;text-overflow:ellipsis;color:var(--brand-navy);font-size:15px;display:block;overflow:hidden}body[data-theme=dark] .brand-row strong{color:var(--text)}.brand-row span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;display:block;overflow:hidden}.brand-logo{object-fit:contain;object-position:left center;flex-shrink:0;width:auto;max-width:100%;height:104px;display:block}.brand-logo--hero{max-width:min(720px,96vw);height:180px}.brand-mark{background:linear-gradient(180deg, var(--surface-strong), var(--surface-soft));border:1px solid var(--line);width:40px;height:40px;color:var(--brand-navy);box-shadow:var(--shadow-sm);border-radius:14px;flex:none;place-items:center;font-weight:800;display:grid}.login-view{z-index:20;background:radial-gradient(circle at top left, #007bff1a, transparent 36%), radial-gradient(circle at bottom right, #002d6214, transparent 38%), var(--bg);place-items:center;padding:24px;display:grid;position:fixed;inset:0}.login-view.hidden{display:none}.login-shell{border:1px solid var(--line);background:var(--surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:min(1120px,100%);min-height:min(720px,100vh - 48px);box-shadow:var(--shadow-lg);border-radius:32px;grid-template-columns:minmax(0,1.2fr) minmax(360px,440px);display:grid;overflow:hidden}.login-side{background:linear-gradient(165deg, #002d6212, transparent 50%), linear-gradient(180deg, #ffffff59, transparent), var(--surface-soft);border-right:1px solid var(--line);flex-direction:column;justify-content:center;gap:28px;padding:48px;display:flex}body[data-theme=dark] .login-side{background:linear-gradient(165deg,#007bff1f,#0000 45%),linear-gradient(#ffffff08,#0000),#0a1628a6}.login-side h1{max-width:18ch;color:var(--brand-navy);font-size:clamp(2rem,4vw,3.5rem);line-height:1.04}body[data-theme=dark] .login-side h1{color:var(--text)}.login-side p{max-width:58ch;color:var(--muted);line-height:1.65}.login-feature-list{gap:14px;display:grid}.feature-item{border:1px solid var(--line);background:var(--surface);border-radius:18px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.feature-item strong{margin-bottom:4px;font-size:14px;display:block}.feature-item span{color:var(--muted);font-size:13px;line-height:1.5}.login-card{background:var(--surface-strong);flex-direction:column;justify-content:center;gap:18px;padding:40px;display:flex}.login-card-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.login-card p{color:var(--muted);margin-top:8px}.login-card label{color:var(--muted);gap:8px;font-size:13px;font-weight:600;display:grid}.login-error{background:var(--danger-soft);color:var(--danger);border-radius:14px;padding:12px 14px;font-size:13px;line-height:1.45;display:none}.login-error:not(:empty){display:block}.primary-button,.secondary-button,.ghost-button{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 16px;transition:transform .16s,background-color .2s,border-color .2s,opacity .2s;display:inline-flex}.primary-button{background:linear-gradient(180deg, #003c82, var(--brand-navy));color:#fff;border:1px solid #002d6259;box-shadow:0 8px 24px #002d6238}body[data-theme=dark] .primary-button{background:linear-gradient(180deg, #1e8fff, var(--brand-blue));color:#041018;border:1px solid #47a3ff59;box-shadow:0 8px 28px #0050b447}.secondary-button{background:var(--surface-accent);color:var(--text);border-color:var(--line)}.ghost-button{color:var(--text);border-color:var(--line);background:0 0}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.nav-item:hover,.queue-item:hover,.conversation-card:hover,.status-filter:hover,.quick-replies button:hover,.waba-card button:hover{transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled,#sendButton:disabled,#assignButton:disabled,#closeButton:disabled,#transferButton:disabled,#transferAgentButton:disabled{opacity:.48;cursor:not-allowed;transform:none}.icon-only{width:44px;min-width:44px;padding:0}.compact{min-height:42px}.block{width:100%}.workspace-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);gap:16px;height:100dvh;padding:16px;display:grid;overflow:hidden}.workspace-shell.has-mobile-nav{grid-template-columns:1fr}.workspace-shell--flow-fullscreen{grid-template-columns:1fr;gap:0;padding:0}.workspace-shell--flow-fullscreen .sidebar{display:none}.workspace-shell--flow-fullscreen .workspace-content{height:100dvh}.sidebar,.workspace-content,.conversation-column,.chat-column,.details-panel,.page-card{border:1px solid var(--line);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow);border-radius:28px}.sidebar{background:linear-gradient(180deg, var(--surface), var(--surface-strong));flex-direction:column;justify-content:space-between;height:calc(100dvh - 32px);min-height:0;padding:18px;display:flex;position:sticky;top:16px;overflow:hidden}.sidebar-top,.sidebar-bottom{gap:18px;min-width:0;display:grid}.main-nav{gap:8px;max-height:calc(100vh - 360px);margin-top:2px;display:grid;overflow-y:auto}.sidebar.collapsed{padding:12px}.sidebar.collapsed .brand-row span,.sidebar.collapsed .nav-item span,.sidebar.collapsed .sidebar-bottom{display:none}.sidebar.collapsed .brand-logo{object-position:left center;max-width:110px;height:88px}.sidebar.collapsed .main-nav{max-height:none}.nav-item{width:100%;min-height:46px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:0 14px;transition:all .2s;display:flex}.nav-item.active{background:var(--accent-soft);border-color:#007bff33;box-shadow:0 0 0 1px #007bff0f}.nav-item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.connection-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:22px;gap:16px;padding:16px;display:grid}.connection-status-block{align-items:center;gap:12px;display:flex}.connection-status-block span:not(.status-dot){color:var(--muted);font-size:12px;display:block}.connection-status-block strong{margin-top:3px;font-size:14px;display:block}.sidebar-actions{gap:10px;display:flex}.status-dot{background:var(--success);width:10px;height:10px;box-shadow:0 0 0 6px var(--success-soft);border-radius:999px}.status-dot.connecting,.status-dot.reconnecting{background:var(--warning);box-shadow:0 0 0 6px color-mix(in srgb, var(--warning) 18%, transparent)}.status-dot.offline{background:var(--danger);box-shadow:0 0 0 6px color-mix(in srgb, var(--danger) 18%, transparent)}.workspace-content{min-width:0;height:100%;min-height:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;overflow:hidden}.workspace-view{min-width:0;height:100%;min-height:0;display:none;overflow:hidden}.workspace-view.active{display:grid}.inbox-view{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(300px,.9fr) minmax(400px,1.3fr) minmax(280px,.9fr);gap:16px}.inbox-view.compact{grid-template-columns:minmax(280px,.85fr) minmax(380px,1.15fr)}.inbox-view.compact .details-panel{display:none}.realtime-banner{border:1px solid var(--line);background:var(--surface-strong);min-height:40px;color:var(--muted);border-radius:16px;grid-column:1/-1;align-items:center;gap:10px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.realtime-banner.connected{display:none}.realtime-banner.connecting,.realtime-banner.reconnecting{border-color:color-mix(in srgb, var(--warning) 44%, var(--line));color:var(--text);background:color-mix(in srgb, var(--warning) 12%, var(--surface-strong))}.realtime-banner.offline{border-color:color-mix(in srgb, var(--danger) 48%, var(--line));color:var(--text);background:color-mix(in srgb, var(--danger) 10%, var(--surface-strong))}.management-view{align-content:start;gap:16px;padding-right:2px;overflow:auto}.conversation-column,.details-panel{flex-direction:column;min-height:0;display:flex;overflow:hidden}.chat-column{grid-template-rows:auto minmax(0,1fr) auto;min-height:0;display:grid;overflow:hidden}.column-header,.chat-header,.page-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:22px 22px 18px;display:flex}.page-header{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:28px}.column-header h1,.page-header h1{letter-spacing:-.03em;margin-top:6px;font-size:28px}.page-header p,.column-header p,.chat-title-block p,.details-head p{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.5}.chat-title-block{flex:1;min-width:0}.chat-title-block h2{margin-top:6px;font-size:22px}.chat-actions{flex-wrap:wrap;gap:10px;display:flex}.conversation-header-actions{align-items:center;gap:8px;display:flex}.supervisor-badge{border:1px solid color-mix(in srgb, var(--accent) 34%, var(--line));background:color-mix(in srgb, var(--accent) 10%, var(--surface-strong));min-height:40px;color:var(--accent);white-space:nowrap;border-radius:12px;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.supervisor-badge .icon{width:15px;height:15px}.sound-toggle{border:1px solid var(--line);background:var(--surface-strong);min-height:40px;color:var(--muted);border-radius:12px;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.sound-toggle.active{border-color:color-mix(in srgb, var(--success) 45%, var(--line));color:var(--text);background:color-mix(in srgb, var(--success) 12%, var(--surface-strong))}.sound-toggle.blocked{border-color:color-mix(in srgb, var(--danger) 50%, var(--line));color:var(--danger);background:color-mix(in srgb, var(--danger) 10%, var(--surface-strong))}.search-box{border:1px solid var(--line);background:var(--surface-strong);border-radius:16px;align-items:center;gap:10px;margin:16px 22px 0;padding:0 14px;display:flex}.search-box input{box-shadow:none;background:0 0;border:0;padding:0}.conversation-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px 22px 0;display:grid}.conversation-filter-grid label{gap:5px;min-width:0;display:grid}.conversation-filter-grid span{color:var(--muted);font-size:11px;font-weight:700}.conversation-filter-grid select{border:1px solid var(--line);background:var(--surface-strong);width:100%;min-width:0;min-height:36px;color:var(--text);font:inherit;border-radius:12px;padding:0 9px;font-size:12px}.status-filter-list{flex-wrap:wrap;gap:8px;padding:12px 22px 0;display:flex;overflow:visible}.status-filter,.queue-item{border:1px solid var(--line);background:var(--surface-strong);min-height:44px;color:var(--text);border-radius:14px;justify-content:space-between;align-items:center;gap:10px;display:flex}.status-filter{white-space:nowrap;border-radius:12px;width:auto;min-width:fit-content;min-height:34px;padding:0 10px;font-size:12px}.status-filter.active,.queue-item.selected{background:var(--accent-soft);border-color:var(--line-strong)}.status-filter strong,.queue-item strong{color:var(--muted);font-size:12px}.setup-panel{border:1px dashed var(--line-strong);background:var(--surface-strong);border-radius:20px;align-items:center;gap:16px;margin:16px 22px 0;padding:18px;display:flex}.setup-panel p{color:var(--muted);margin-top:4px;font-size:13px}.conversation-list{flex:1;align-content:start;gap:12px;min-height:0;padding:18px 22px 22px;display:grid;overflow:auto}.conversation-card{text-align:left;border:1px solid var(--line);background:var(--surface-strong);width:100%;color:inherit;border-radius:20px;padding:16px;transition:all .18s}.conversation-card.active{border-color:var(--line-strong);background:var(--surface-accent);box-shadow:var(--shadow-sm)}.conversation-topline,.conversation-meta,.message-bubble footer,.waba-card>header,.waba-card>footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.conversation-topline strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.conversation-meta{flex-wrap:wrap;justify-content:flex-start}.conversation-topline span,.conversation-meta span,.message-bubble footer span,.waba-card span,.operation-log,.empty-state,.state-banner{color:var(--muted);font-size:12px}.sla-pill{letter-spacing:.02em;background:var(--success-soft);white-space:nowrap;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex;color:var(--success)!important}.sla-pill.risk{background:var(--warning-soft);color:var(--warning)!important}.sla-pill.breached{background:var(--danger-soft);color:var(--danger)!important}.conversation-card p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:10px 0 14px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.conversation-card .conversation-search-match{background:var(--surface-accent);color:var(--text);-webkit-line-clamp:3;border-radius:12px;margin-top:-6px;padding:8px 10px;font-size:12px}.conversation-tags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.conversation-tags span{--tag-color:#2563eb;background:color-mix(in srgb, var(--tag-color) 11%, var(--surface-accent));max-width:100%;color:var(--text);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;overflow:hidden}.contact-avatar{background:var(--surface-accent);width:44px;height:44px;color:var(--text);border:1px solid var(--line);border-radius:16px;place-items:center;font-weight:700;display:grid}.contact-avatar.large{border-radius:20px;width:60px;height:60px;font-size:18px}.timeline{background:linear-gradient(#0000,#94a3b808);flex-direction:column;gap:14px;min-height:0;padding:22px;display:flex;overflow:auto}.state-banner,.empty-state{border:1px solid var(--line);background:var(--surface-strong);border-radius:16px;align-items:center;gap:10px;padding:14px 16px;display:flex}.message-bubble{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;gap:8px;max-width:min(82%,560px);padding:14px 16px;display:grid}.message-bubble.contact{border-top-left-radius:6px;align-self:flex-start}.message-bubble.agent,.message-bubble.system,.message-bubble.bot{border-top-right-radius:6px;align-self:flex-end}.message-bubble.agent{background:var(--surface-accent)}.message-bubble.bot{background:var(--accent-soft)}.message-bubble.system{background:var(--surface-soft)}.message-bubble p{color:var(--text);white-space:pre-line;overflow-wrap:anywhere;font-size:14px;line-height:1.55}.message-sender{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:700}.message-buttons{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.message-buttons button{flex:1;min-width:80px;font-size:12px}.message-list{border:1px solid var(--line);background:var(--surface-accent);border-radius:14px;gap:8px;margin-top:8px;padding:12px;display:grid}.list-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding-bottom:8px;display:flex}.list-title{color:var(--text);font-size:13px;font-weight:600}.list-rows{gap:6px;margin-top:8px;display:grid}.list-row{background:var(--surface);border-radius:10px;gap:2px;padding:8px 10px;display:grid}.list-row-title{color:var(--text);font-size:13px;font-weight:600}.list-row-description{color:var(--muted);font-size:12px}.retry-button{border:1px solid var(--line);width:fit-content;color:var(--text);background:0 0;border-radius:12px;align-items:center;gap:8px;padding:9px 12px;display:inline-flex}.history-load-button{border:1px solid var(--line);background:var(--surface-strong);min-height:38px;color:var(--muted);border-radius:999px;justify-self:center;align-items:center;gap:8px;margin:4px auto 8px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.composer{border-top:1px solid var(--line);background:var(--surface);padding:16px 22px 22px}.quick-replies{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.quick-replies button{border:1px solid var(--line);background:var(--surface-strong);color:var(--muted);border-radius:999px;padding:9px 12px;font-size:12px}.composer-macro-hint{color:var(--muted);margin:-6px 0 12px;font-size:12px;line-height:1.35}.composer-macro-hint kbd{border:1px solid var(--line);background:var(--surface-strong);border-radius:4px;padding:1px 6px;font-family:inherit;font-size:11px}.attachment-preview{border:1px solid var(--line);background:var(--surface-strong);border-radius:12px;align-items:center;gap:10px;width:fit-content;max-width:100%;margin-bottom:10px;padding:8px 10px;display:flex}.attachment-preview span{text-overflow:ellipsis;white-space:nowrap;max-width:min(320px,52vw);color:var(--text);font-size:13px;font-weight:600;overflow:hidden}.attachment-preview small{color:var(--muted);white-space:nowrap;font-size:12px}.composer-bar-wrap{width:100%;position:relative}.composer-bar{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;align-items:flex-end;gap:12px;padding:10px;display:flex}.slash-command-picker{z-index:30;border:1px solid var(--line);background:var(--surface-strong);border-radius:14px;gap:4px;max-height:min(240px,38vh);padding:8px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0f172a2e}.slash-command-option{text-align:left;color:var(--text);cursor:pointer;font:inherit;background:0 0;border:0;border-radius:12px;gap:2px;padding:10px 12px;display:grid}.slash-command-option:hover,.slash-command-option.active{background:var(--surface-accent)}.slash-command-cmd{color:var(--accent);font-size:13px;font-weight:800}.slash-command-title{color:var(--muted);font-size:12px;font-weight:700}.slash-command-preview{color:var(--muted);overflow-wrap:anywhere;font-size:12px;line-height:1.35}.slash-command-preview.muted{font-style:italic}.composer-bar textarea{box-shadow:none;background:0 0;border:0}.template-composer{border:1px solid var(--line);background:var(--surface-strong);border-radius:16px;gap:10px;margin-bottom:12px;padding:12px;display:grid}.template-composer.empty{color:var(--muted);grid-template-columns:auto minmax(0,1fr);align-items:center;font-size:13px;font-weight:700}.template-composer-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.template-composer p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.template-composer input,.template-composer select{min-height:38px}.message-media-frame{cursor:zoom-in;width:100%;text-align:inherit;background:0 0;border:0;padding:0;display:block}.message-media-image,.message-media-video{object-fit:contain;background:var(--surface);border:1px solid var(--line);border-radius:12px;width:100%;max-height:360px;display:block}.message-media-audio-wrap{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.message-media-audio{width:min(340px,100%)}.message-media-file{width:fit-content;min-width:0;color:var(--text);cursor:zoom-in;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.message-media-file span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.media-viewer{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ad6;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.media-viewer-panel{background:var(--surface);border:1px solid #ffffff2e;border-radius:18px;grid-template-rows:auto minmax(0,1fr);width:min(1180px,100%);height:min(760px,100dvh - 44px);display:grid;overflow:hidden;box-shadow:0 28px 80px #0f172a6b}.media-viewer-header{border-bottom:1px solid var(--line);background:var(--surface-strong);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 14px;display:flex}.media-viewer-header>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text);font-size:13px;font-weight:700;overflow:hidden}.media-viewer-header>div{align-items:center;gap:8px;display:flex}.media-viewer-body{background:#0f172a;place-items:center;min-height:0;padding:16px;display:grid}.media-viewer-body img,.media-viewer-body video{object-fit:contain;border-radius:10px;max-width:100%;max-height:100%}.media-viewer-body audio{width:min(680px,100%)}.media-viewer-body iframe{background:#fff;border:0;border-radius:10px;width:100%;height:100%}.details-panel{gap:16px;padding:16px;overflow:auto}.details-section{border:1px solid var(--line);background:var(--surface-strong);border-radius:22px;gap:14px;padding:16px;display:grid}.details-head{align-items:center;gap:14px;min-width:0;display:flex}.contact-name-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.contact-name-form input{min-width:0}.panel-title,.card-heading{justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.card-heading h2{letter-spacing:-.02em;margin-top:6px;font-size:20px}.metric-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.metric-grid>div{background:var(--surface-accent);border-radius:16px;gap:6px;padding:14px;display:grid}.metric-grid span{color:var(--muted);font-size:12px}.metric-grid strong{overflow-wrap:anywhere;font-size:13px;line-height:1.45}.bot-answers-card{border-color:color-mix(in srgb, var(--info) 28%, var(--line));background:color-mix(in srgb, var(--info-soft) 42%, var(--surface-strong))}.bot-answer-list{gap:10px;display:grid}.bot-answer-item{border:1px solid color-mix(in srgb, var(--info) 20%, var(--line));background:var(--surface);border-radius:14px;gap:7px;padding:12px;display:grid}.bot-answer-item span{color:var(--muted);overflow-wrap:anywhere;font-size:12px;font-weight:700;line-height:1.35}.bot-answer-item strong{color:var(--text);overflow-wrap:anywhere;white-space:pre-wrap;font-size:14px;line-height:1.45}.bot-decisions-card{background:color-mix(in srgb, var(--surface-strong) 88%, var(--warning-soft))}.bot-decision-list{gap:10px;display:grid}.bot-decision-item{border-bottom:1px solid var(--line);gap:4px;padding:10px 0;display:grid}.bot-decision-item:last-child{border-bottom:0}.bot-decision-item strong{color:var(--text);font-size:13px;line-height:1.35}.bot-decision-item span{color:var(--muted);overflow-wrap:anywhere;font-size:12px;line-height:1.35}.bot-decision-item small{color:var(--muted);font-size:11px}.internal-notes-card textarea{resize:vertical;border:1px solid var(--line);background:var(--surface);width:100%;min-height:78px;color:var(--text);font:inherit;box-sizing:border-box;border-radius:14px;padding:12px;line-height:1.4}.internal-note-list{gap:10px;max-height:240px;padding-right:2px;display:grid;overflow-y:auto}.internal-note-item{border:1px solid var(--line);background:var(--surface);border-radius:14px;gap:6px;padding:12px;display:grid}.internal-note-item p{color:var(--text);overflow-wrap:anywhere;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.45}.internal-note-item small,.internal-note-list>span{color:var(--muted);font-size:12px}.tags-card{gap:16px}.tag-editor{gap:10px;display:grid}.tag-editor-head{color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.tag-editor-head strong{color:var(--text);font-size:13px}.tag-chip-list{flex-wrap:wrap;align-items:center;gap:8px;min-height:30px;display:flex}.tag-chip{--tag-color:#2563eb;border:1px solid color-mix(in srgb, var(--tag-color) 28%, var(--line));background:color-mix(in srgb, var(--tag-color) 10%, var(--surface));max-width:100%;min-height:30px;color:var(--text);border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.tag-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tag-empty{color:var(--muted);font-size:12px}.tag-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.tag-form input{border:1px solid var(--line);background:var(--surface);width:100%;min-width:0;color:var(--text);font:inherit;box-sizing:border-box;border-radius:14px;padding:0 12px}.flow-card__warning{color:var(--warning);font-size:12px;font-weight:700;line-height:1.35;display:block}.page-grid{gap:16px;min-height:0;display:grid;overflow:visible}.management-view>.page-grid:last-child{padding-bottom:2px}.two-columns{grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr)}.three-columns{grid-template-columns:repeat(3,minmax(240px,1fr))}.connections-grid{grid-template-columns:minmax(340px,.75fr) minmax(520px,1.25fr)}.templates-card{grid-column:1/-1}.page-card{background:var(--surface);border-radius:28px;align-content:start;gap:18px;min-width:0;min-height:0;padding:22px;display:grid}.tall-card{overflow:auto}.muted-card{background:var(--surface-strong)}.muted-card p,.page-card p{color:var(--muted);line-height:1.65}.quick-form{gap:12px;display:grid}.template-form-grid{grid-template-columns:1fr 1fr 1fr 100px;gap:10px;display:grid}.template-list{gap:10px;display:grid}.template-item{border:1px solid var(--line);background:var(--surface-strong);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px;display:grid}.template-item div{gap:5px;min-width:0;display:grid}.template-item span{color:var(--muted);font-size:12px}.template-item p{margin:0;font-size:13px}.inline-form{grid-template-columns:minmax(0,1fr) auto;align-items:end}.inline-form label{color:var(--muted);gap:8px;font-size:13px;font-weight:600;display:grid}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.form-actions>button{flex:180px;min-width:0}.queue-list,.waba-list,.guidance-list,.resource-list{gap:12px;display:grid}.summary-strip{grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;display:grid}.summary-tile{border:1px solid var(--line);background:var(--surface);min-height:54px;box-shadow:var(--shadow-sm);border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 14px;display:grid}.summary-tile span{color:var(--muted);font-size:12px;font-weight:700}.summary-tile strong{font-size:18px}.usage-card{overflow-x:auto}.usage-table{border:1px solid var(--line);border-radius:16px;min-width:720px;display:grid;overflow:hidden}.usage-table-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(180px,1.5fr) repeat(6,minmax(80px,1fr));align-items:center;gap:10px;min-height:46px;padding:0 14px;font-size:13px;display:grid}.usage-table-row:last-child{border-bottom:0}.usage-table-head{background:var(--surface-strong);color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.usage-table-row strong,.usage-table-row span{overflow-wrap:anywhere;min-width:0}.resource-item{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.resource-item strong{margin-bottom:4px;font-size:14px;display:block}.resource-item p{color:var(--muted);font-size:13px;line-height:1.45}.resource-badge{background:var(--accent-soft);width:fit-content;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.business-hours-grid{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;gap:8px;padding:10px;display:grid;overflow-x:auto}.business-hours-row{background:var(--surface-soft);border-radius:14px;grid-template-columns:minmax(84px,.75fr) repeat(4,minmax(96px,1fr));align-items:center;gap:10px;min-width:min(100%,560px);min-height:44px;padding:8px;display:grid}.business-hours-row--head{background:0 0;min-height:auto;padding:4px 8px 0}.business-hours-head-cell{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:800}.business-hours-row .check-row{min-width:0;color:var(--text)}.business-hours-row input[type=time]{border-radius:12px;min-width:0;min-height:38px;padding:0 10px}.resource-actions{align-items:center;gap:8px;display:flex}.icon-button{border:1px solid var(--line);width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.icon-button:hover{border-color:var(--info);color:var(--info);background:var(--info-soft)}.icon-button.danger:hover{border-color:var(--danger);color:var(--danger);background:var(--danger-soft)}.queue-overview-card{border:1px solid var(--line);background:var(--surface-strong);min-height:58px;color:var(--text);text-align:left;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 16px;display:grid}.queue-overview-card.selected,.queue-card-main.selected{background:var(--accent-soft);border-color:var(--line-strong)}.queue-overview-card span{font-weight:800}.queue-overview-card strong{color:var(--muted)}.queue-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.queue-card-main{min-height:58px;color:var(--text);text-align:left;background:0 0;border:1px solid #0000;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 12px;display:grid}.queue-card-main span:not(.queue-card-icon){gap:3px;min-width:0;display:grid}.queue-card-main strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.queue-card-main small{color:var(--muted);font-size:12px}.queue-card-main b{color:var(--muted);font-size:13px}.queue-card-icon{background:var(--surface-accent);width:34px;height:34px;color:var(--text);border-radius:12px;place-items:center;display:grid}.queue-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:14px;align-items:center;gap:12px;padding:8px 12px;display:flex}.queue-row .queue-item{flex:1;min-height:44px}.queue-edit-form{flex:1}.queue-edit-form input{width:100%;min-height:44px}.users-grid{grid-template-columns:minmax(340px,.8fr) minmax(520px,1.2fr)}.user-form .secondary-button{justify-content:center}.field-block{min-width:0;color:var(--muted);gap:8px;font-size:12px;font-weight:800;display:grid}.field-block input,.field-block select{width:100%}.queue-picker{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;gap:10px;min-width:0;padding:12px;display:grid}.queue-picker legend{width:100%;color:var(--muted);justify-content:space-between;align-items:center;padding:0;font-size:12px;font-weight:800;display:flex}.queue-picker legend strong{color:var(--text)}.queue-picker-actions{flex-wrap:wrap;gap:8px;display:flex}.mini-action{border:1px solid var(--line);background:var(--surface);min-height:30px;color:var(--text);border-radius:999px;padding:0 10px;font-size:12px;font-weight:800}.mini-action:disabled{opacity:.45;cursor:not-allowed}.queue-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.queue-option{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--text);cursor:pointer;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 10px;display:grid}.queue-option.selected{background:var(--accent-soft);border-color:var(--line-strong)}.queue-option input{width:16px;min-height:16px;accent-color:var(--success)}.queue-option span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.queue-option small{color:var(--muted);font-size:11px;font-weight:800}.user-list{gap:12px;display:grid}.user-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:20px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.user-card.editing{grid-template-columns:minmax(0,1fr) auto;align-items:start}.user-avatar{background:var(--surface-accent);border:1px solid var(--line);border-radius:16px;place-items:center;width:44px;height:44px;font-weight:800;display:grid}.user-card-main{gap:10px;min-width:0;display:grid}.user-card-heading{justify-content:space-between;align-items:start;gap:12px;min-width:0;display:flex}.user-card-heading strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.user-card-heading p{color:var(--muted);margin:4px 0 0;font-size:13px}.queue-chip-row{flex-wrap:wrap;gap:6px;display:flex}.queue-chip-row span{background:var(--surface-accent);max-width:180px;color:var(--text);text-overflow:ellipsis;white-space:nowrap;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:800;overflow:hidden}.queue-chip-row .muted-chip{color:var(--muted);border:1px dashed var(--line-strong);background:0 0}.user-edit-grid{grid-template-columns:minmax(160px,1fr) minmax(180px,1fr) minmax(120px,.65fr);gap:10px;display:grid}.compact-picker .queue-option-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.user-edit-form{flex:1;gap:8px;display:grid}.user-edit-form input,.user-edit-form select{min-height:38px;padding:0 10px;font-size:13px}.queue-list.roomy .queue-item{min-height:54px;padding:0 16px}.queue-item{width:100%;padding:0 14px}.guidance-list article{border:1px solid var(--line);background:var(--surface-accent);border-radius:16px;gap:6px;padding:16px;display:grid}.guidance-list span{color:var(--muted);font-size:13px;line-height:1.5}.metric-card-large span{color:var(--muted);font-size:13px}.metric-card-large strong{letter-spacing:-.08em;font-size:clamp(2.8rem,7vw,5rem);line-height:.95;display:block}.super-admin-dashboard-grid{align-items:stretch}.super-admin-usage-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.super-admin-usage-summary div{border:1px solid var(--line);background:var(--surface-strong);border-radius:14px;gap:4px;padding:12px;display:grid}.super-admin-usage-summary span{color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.super-admin-usage-summary strong{font-size:22px}.super-admin-usage-table{border:1px solid var(--line);border-radius:16px;min-width:760px;margin-top:14px;display:grid;overflow:hidden}.super-admin-usage-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(150px,1.4fr) repeat(6,minmax(72px,1fr));align-items:center;gap:10px;min-height:44px;padding:0 12px;font-size:12px;display:grid}.super-admin-usage-row:last-child{border-bottom:0}.super-admin-usage-head{background:var(--surface-strong);color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:800}.super-admin-usage-row strong,.super-admin-usage-row span{overflow-wrap:anywhere;min-width:0}.global-audit-list{gap:10px;max-height:420px;padding-right:4px;display:grid;overflow:auto}.global-audit-item{border:1px solid var(--line);background:var(--surface-strong);border-radius:14px;justify-content:space-between;gap:12px;padding:12px;display:flex}.global-audit-item strong{margin-bottom:4px;font-size:13px;display:block}.global-audit-item p{color:var(--muted);font-size:12px;line-height:1.4}.global-audit-item time{color:var(--muted);flex:none;font-size:12px;font-weight:700}.waba-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;gap:10px;padding:14px;display:grid}.waba-card .button-group{flex-wrap:wrap;gap:8px;display:flex}.waba-card .button-group button,.waba-card>footer button{border:1px solid var(--line);min-height:36px;color:var(--text);background:0 0;border-radius:12px;align-items:center;gap:8px;padding:0 12px;display:inline-flex}.waba-card button.danger{color:var(--danger);border-color:#b91c1c33}.webhook-setup-card{border:1px dashed var(--line-strong);background:var(--surface-strong);border-radius:18px;gap:8px;padding:14px;display:grid}.waba-diagnostics{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:12px;margin-top:12px;padding:12px;display:grid}.waba-diagnostics.warning{border-color:color-mix(in srgb, var(--warning) 36%, var(--line))}.waba-diagnostics.error{border-color:color-mix(in srgb, var(--danger) 42%, var(--line))}.waba-diagnostics__summary,.diagnostic-metrics,.diagnostic-last-activity{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.diagnostic-badge{background:var(--success-soft);min-height:24px;color:var(--success);border-radius:999px;align-items:center;padding:0 8px;font-weight:800;display:inline-flex}.diagnostic-badge.warning{background:var(--warning-soft);color:var(--warning)}.diagnostic-badge.error{background:var(--danger-soft);color:var(--danger)}.diagnostic-metrics span{border:1px solid var(--line);background:var(--surface-strong);border-radius:999px;align-items:baseline;gap:4px;min-height:26px;padding:0 8px;display:inline-flex}.diagnostic-metrics strong{color:var(--text);font-size:13px}.diagnostic-check-list{gap:8px;display:grid}.diagnostic-check{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px;display:grid}.diagnostic-check.ok .icon{color:var(--success)}.diagnostic-check.warning .icon{color:var(--warning)}.diagnostic-check.error .icon{color:var(--danger)}.diagnostic-check strong,.diagnostic-check span{line-height:1.35;display:block}.diagnostic-check strong{color:var(--text);font-size:12px}.diagnostic-check span{color:var(--muted);overflow-wrap:anywhere;margin-top:2px;font-size:12px}.operation-log{background:var(--surface-accent);overflow-wrap:anywhere;border-radius:16px;min-height:96px;padding:16px;line-height:1.55}.status-pill,.connection-status{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;width:fit-content;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.status-pill.bot{background:var(--accent-soft);color:var(--text)}.status-pill.waiting,.connection-status.disconnected{background:var(--warning-soft);color:var(--warning)}.status-pill.assigned,.connection-status.active{background:var(--success-soft);color:var(--success)}.status-pill.transferred{background:var(--info-soft);color:var(--info)}.status-pill.closed,.connection-status.error{background:var(--danger-soft);color:var(--danger)}.empty-state{justify-content:center}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--accent-soft-strong);border-radius:999px}::-webkit-scrollbar-track{background:0 0}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.w-full{width:100%}.h-full{height:100%}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.text-center{text-align:center}.text-sm{font-size:13px}.text-xs{font-size:11px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-muted{color:var(--muted)}.text-danger{color:var(--danger)}.text-success{color:var(--success)}.mobile-nav-toggle{bottom:calc(var(--header-height) + 20px);z-index:90;background:var(--text);width:48px;height:48px;color:var(--surface-strong);box-shadow:var(--shadow-lg);border-radius:50%;display:none;position:fixed;right:16px}.back-button{background:var(--surface-accent);border-radius:12px;align-items:center;gap:8px;margin:-8px 0;padding:8px 12px;font-size:13px;font-weight:600;display:none}.mobile-only{display:none}.desktop-only{display:block}.mobile-chat-back{display:none}@media (width<=900px){.mobile-nav-toggle{place-items:center;display:grid}.back-button{display:inline-flex}.mobile-only{display:block}.desktop-only{display:none}}@media (width<=1380px){.workspace-shell{grid-template-columns:minmax(200px,.9fr) minmax(0,1fr)}.sidebar{--sidebar-width:220px}.inbox-view{grid-template-columns:minmax(280px,.85fr) minmax(340px,1fr) minmax(240px,.75fr)}.three-columns{grid-template-columns:repeat(2,1fr)}}@media (width<=1120px){:root{--sidebar-width:72px}.workspace-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr)}.sidebar{padding:12px 8px}.sidebar .brand-row{justify-content:center}.sidebar .brand-row>div{display:none}.sidebar .brand-logo{max-width:56px;height:48px}.sidebar .main-nav{max-height:none}.nav-item{justify-content:center;padding:0 10px}.nav-item span,.sidebar-bottom,.connection-card{display:none}.inbox-view{grid-template-columns:minmax(260px,.8fr) minmax(320px,1fr)}.inbox-view .details-panel{display:none}.two-columns{grid-template-columns:1fr}.three-columns{grid-template-columns:repeat(2,1fr)}.connections-grid{grid-template-columns:1fr}.template-form-grid{grid-template-columns:1fr 1fr}}@media (width<=900px){.workspace-shell{grid-template-rows:1fr auto;grid-template-columns:1fr}.workspace-shell.has-mobile-nav{grid-template-rows:1fr auto}.sidebar{height:var(--header-height);border:0;border-top:1px solid var(--line);z-index:100;border-radius:24px 24px 0 0;flex-direction:row;justify-content:center;align-items:center;gap:8px;min-height:auto;padding:8px 16px;position:fixed;inset:auto 0 0}.sidebar-top{display:contents}.sidebar .brand-row{display:none}.sidebar .main-nav{flex-direction:row;justify-content:space-around;gap:4px;width:100%;max-height:none;margin:0;display:flex}.nav-item{border-radius:12px;flex-direction:column;gap:4px;min-height:auto;padding:6px 8px;font-size:11px}.nav-item span{font-size:10px;display:block}.nav-item .icon{width:22px;height:22px}.workspace-content{padding-bottom:calc(var(--header-height) + 16px)}.inbox-view{grid-template-rows:1fr;grid-template-columns:1fr}.inbox-view .conversation-column,.inbox-view .chat-column{display:none}.inbox-view.show-list .conversation-column{display:flex}.inbox-view.show-chat .chat-column{display:grid}.three-columns{grid-template-columns:1fr}.page-grid{gap:12px}}@media (width<=640px){.workspace-shell{gap:8px;padding:8px}.login-shell{border-radius:24px;grid-template-columns:1fr;min-height:auto}.login-side{display:none}.login-card{padding:28px 24px}.sidebar{padding:6px 12px}.nav-item{padding:4px 6px}.nav-item span{display:none}.sidebar,.conversation-column,.chat-column,.details-panel,.page-card,.page-header{border-radius:20px}.chat-column{min-height:500px}.message-bubble{max-width:92%}.composer{padding:12px 16px 16px}.quick-replies{gap:6px}.quick-replies button{padding:6px 10px;font-size:11px}.template-composer-row,.template-form-grid,.metric-grid,.inline-form{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.column-header,.chat-header{flex-wrap:wrap;gap:12px}.chat-actions{justify-content:flex-end;width:100%}.page-card{gap:14px;padding:16px}.card-heading h2{font-size:18px}.resource-item{flex-direction:column;align-items:flex-start;gap:10px}.resource-item .button-group{justify-content:flex-end;width:100%}.summary-strip,.users-grid,.user-edit-grid,.compact-picker .queue-option-grid,.user-card,.user-card.editing,.queue-card{grid-template-columns:1fr}.user-card .resource-actions,.queue-card .resource-actions{justify-content:flex-end;width:100%}.queue-option-grid{grid-template-columns:1fr}.business-hours-row--head{display:none}}@media (width<=480px){.nav-item span{display:none}.nav-item{padding:8px}.nav-item .icon{width:24px;height:24px}.column-header h1,.page-header h1{font-size:22px}.chat-title-block h2{font-size:18px}.contact-avatar{width:40px;height:40px}.conversation-card{padding:12px}.conversation-topline strong{font-size:13px}.conversation-card p{margin:8px 0 10px;font-size:12px}.conversation-filter-grid{grid-template-columns:1fr}.message-bubble{border-radius:16px;padding:12px 14px}.message-bubble p{font-size:13px}.primary-button,.secondary-button,.ghost-button{min-height:40px;padding:0 14px;font-size:13px}.icon-only{width:40px;min-width:40px}}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;place-items:center;display:grid;position:fixed;inset:0}.modal-content{border:1px solid var(--line);background:var(--surface-strong);width:min(680px,100vw - 32px);max-height:calc(100vh - 32px);box-shadow:var(--shadow-lg);border-radius:28px;gap:16px;padding:24px;display:grid;overflow:auto}.modal-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.modal-header h2{letter-spacing:-.02em;margin:0;font-size:20px}.modal-header .close-modal{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--text);border-radius:12px;padding:0;font-size:20px;line-height:1}.modal-body{gap:12px;display:grid}.event-item{border:1px solid var(--line);background:var(--surface-accent);border-radius:16px;gap:8px;padding:14px;display:grid}.event-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.event-type{letter-spacing:.04em;text-transform:uppercase;color:var(--text);font-size:12px;font-weight:700}.event-time,.event-status,.event-source,.event-attempt{color:var(--muted);font-size:12px}.event-error{color:var(--danger);background:var(--danger-soft);border-radius:10px;padding:8px;font-size:12px}.event-payload pre{color:var(--muted);background:var(--surface);border-radius:10px;margin:0;padding:10px;font-size:11px;overflow-x:auto}.bot-config-panel{gap:16px;display:grid}.bot-status-row{align-items:center;gap:12px;display:flex}.toggle-row{cursor:pointer;align-items:center;gap:8px;display:flex}.toggle-row input[type=checkbox]{cursor:pointer;width:18px;height:18px}.bot-welcome-message{gap:8px;display:grid}.bot-welcome-message textarea{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);resize:vertical;padding:10px}.bot-no-config{text-align:center;border:1px dashed var(--line);border-radius:var(--radius-sm);padding:20px}.bot-no-config p{color:var(--muted);margin-bottom:12px}.automation-view.active{flex-direction:column;gap:16px;padding-right:2px;display:flex;overflow:auto}.automation-content{gap:16px;min-height:0;display:grid}.automation-flow-card{border:1px solid var(--line);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:28px;gap:0;display:grid;position:relative;overflow:hidden}.workspace-shell--flow-fullscreen .automation-view.active{gap:0;padding:0;overflow:hidden}.workspace-shell--flow-fullscreen .automation-flow-card{height:100dvh;box-shadow:none;border:0;border-radius:0}.flow-library{gap:16px;display:grid}.flow-library__toolbar{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.flow-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.flow-card{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm);border-radius:22px;gap:14px;padding:18px;display:grid}.flow-card header,.flow-card footer{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.flow-card h2{letter-spacing:-.02em;margin-top:6px;font-size:20px}.flow-card p{color:var(--muted);line-height:1.55}.flow-card__wabas{flex-wrap:wrap;gap:8px;display:flex}.flow-card__wabas span{background:var(--accent-soft);color:var(--muted);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.flow-card__waba-check{border:1px solid var(--line);background:var(--surface-strong);min-height:30px;color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.flow-card__waba-check input{width:14px;min-height:14px;accent-color:var(--text)}.flow-editor-shell{min-height:100dvh;display:block}.flow-editor-topbar{z-index:20;border:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex;position:sticky;top:0}.flow-editor-title{align-items:center;gap:12px;min-width:0;display:flex}.flow-editor-title h1{letter-spacing:-.02em;margin-top:2px;font-size:20px}.flow-toolbox{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow);border-radius:24px;align-content:start;gap:10px;padding:16px;display:grid}.flow-editor-main{min-width:0;min-height:100dvh}.flow-waba-picker{border-top:1px solid var(--line);gap:10px;margin-top:12px;padding-top:14px;display:grid}.automation-flow-card__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;display:flex}.flow-floating-toolbar{z-index:25;border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 94%, transparent);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:10px;display:flex;position:absolute;top:14px;left:14px;right:14px}.flow-name-field{color:var(--muted);grid-template-columns:auto minmax(180px,340px);align-items:center;gap:10px;font-size:12px;font-weight:800;display:grid}.flow-name-field input{border-radius:12px;min-height:38px}.flow-zoom-label{min-width:48px;color:var(--muted);text-align:center;font-size:12px;font-weight:800}.automation-flow-card__header h2{letter-spacing:-.02em;margin-top:6px;font-size:20px}.flow-canvas-wrap{background:var(--surface-soft);border:0;border-radius:0;max-width:100%;height:100dvh;position:relative;overflow:auto}.flow-canvas{background:linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px), var(--surface-soft);background-size:28px 28px;min-width:100%;min-height:100%;position:relative;overflow:hidden}.flow-canvas-surface{transform-origin:0 0;position:absolute;inset:0 auto auto 0}.flow-edges{pointer-events:auto;width:100%;height:100%;position:absolute;inset:0}.flow-edges path{fill:none;stroke:var(--line-strong);stroke-width:2px;pointer-events:none}.flow-edges .flow-edge-hitbox{stroke:#0000;stroke-width:18px;pointer-events:stroke;cursor:default}.flow-edge-path.selected{stroke:var(--info);stroke-width:3px}.flow-edge-hitbox.selected{stroke-width:22px}.flow-edges marker path{fill:var(--line-strong)}.flow-edge-preview{stroke-dasharray:8 8;opacity:.95;stroke:var(--info)!important;stroke-width:2.5px!important}.flow-edge-remove{cursor:pointer;pointer-events:auto;opacity:0;transition:opacity .15s}.flow-edge-remove.visible,.flow-edge-remove:hover,g:hover>.flow-edge-remove{opacity:1}.flow-edge-remove circle{fill:var(--surface-strong);stroke:var(--danger);stroke-width:1.5px}.flow-edge-remove text{fill:var(--danger);pointer-events:none;font-size:13px;font-weight:900}.flow-edge-label{fill:var(--muted);paint-order:stroke;stroke:var(--surface-strong);stroke-width:5px;pointer-events:none;font-size:11px;font-weight:800}.flow-node{border:1px solid var(--line);background:var(--surface-strong);min-height:92px;color:var(--text);text-align:left;box-shadow:var(--shadow-sm);cursor:grab;-webkit-user-select:none;user-select:none;border-radius:18px;gap:7px;padding:14px;display:grid;position:absolute}.flow-node:active{cursor:grabbing}.flow-node span{background:var(--accent-soft);width:fit-content;color:var(--muted);text-transform:uppercase;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.flow-node strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.flow-node small{-webkit-line-clamp:2;min-height:32px;color:var(--muted);-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.flow-node--start,.flow-node--initial{border-color:var(--line-strong)}.flow-node--option span{background:var(--info-soft);color:var(--info)}.flow-node--queue span{background:var(--success-soft);color:var(--success)}.flow-node--question span{background:var(--warning-soft);color:var(--warning)}.flow-node--close span{background:var(--danger-soft);color:var(--danger)}.flow-node--jump span{background:var(--warning-soft);color:var(--warning)}.flow-node--connectable{outline:2px dashed var(--info);outline-offset:4px}.flow-node__outputs{gap:6px;margin-top:4px;display:grid}.flow-node__actions{gap:6px;margin-top:4px;display:flex}.flow-node__actions button{border:1px solid var(--line);min-height:28px;color:var(--muted);background:0 0;border-radius:999px;padding:0 9px;font-size:11px;font-weight:700}.flow-handle{border:1px solid var(--line);background:var(--surface-strong);color:var(--text)}.flow-handle--input{background:var(--success);border-color:var(--surface-strong);width:16px;height:16px;box-shadow:0 0 0 3px var(--success-soft);border-radius:999px;padding:0;position:absolute;top:38px;left:-8px}.flow-handle--output{min-height:26px;color:var(--muted);background:var(--surface-accent);border-radius:999px;justify-content:space-between;align-items:center;padding:0 9px;font-size:11px;font-weight:700;display:flex}.flow-handle--output:after{content:"";background:var(--info);border-radius:999px;width:9px;height:9px}.flow-handle--output.active{color:var(--info);border-color:var(--info);box-shadow:0 0 0 3px var(--info-soft)}.flow-minimap{border:1px solid var(--line);background:color-mix(in srgb, var(--surface-strong) 92%, transparent);width:220px;height:150px;box-shadow:var(--shadow-sm);border-radius:14px;position:absolute;bottom:18px;right:18px;overflow:hidden}.flow-fab{z-index:24;justify-items:end;gap:10px;display:grid;position:absolute;bottom:188px;right:22px}.flow-fab-button{border:1px solid var(--line-strong);background:var(--text);width:54px;height:54px;color:var(--surface-strong);box-shadow:var(--shadow);border-radius:999px;place-items:center;font-size:26px;font-weight:700;display:grid}.flow-fab-menu{border:1px solid var(--line);background:var(--surface-strong);width:180px;box-shadow:var(--shadow);border-radius:16px;gap:8px;padding:10px;display:grid}.flow-fab-menu button{border:1px solid var(--line);background:var(--surface-accent);min-height:34px;color:var(--text);text-align:left;border-radius:12px;padding:0 12px;font-size:12px;font-weight:800}.flow-minimap svg{width:100%;height:100%}.flow-minimap path{fill:none;stroke:var(--line-strong);stroke-width:.8px}.flow-minimap rect{fill:var(--accent-soft-strong);stroke:var(--line-strong);stroke-width:.6px}.flow-edit-modal .editor-modal__content{width:min(820px,100%)}.flow-option-editor{border:1px solid var(--line);background:var(--surface-soft);border-radius:18px;gap:12px;padding:16px;display:grid}.flow-option-editor__list{gap:10px;display:grid}.flow-option-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:14px;grid-template-columns:minmax(90px,.35fr) minmax(160px,1fr) auto;align-items:end;gap:10px;padding:12px;display:grid}.flow-visual-page-block{border:1px solid var(--line);background:var(--surface-strong);border-radius:14px;gap:12px;padding:14px;display:grid}.flow-visual-field-block{background:var(--surface-soft);border-radius:12px;gap:10px;padding:12px;display:grid}.flow-visual-options-list{border-left:3px solid var(--accent-soft-strong);gap:8px;padding-left:8px;display:grid}.form-field.checkbox-row{flex-direction:row;align-items:center;gap:8px;display:flex}.form-error{border:1px solid var(--danger);background:var(--danger-soft);color:var(--danger);border-radius:14px;margin:0;padding:12px 14px;font-size:13px;font-weight:700}.automation-grid{grid-template-columns:minmax(320px,.82fr) minmax(420px,1.18fr);align-items:start;gap:16px;display:grid}.automation-card{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:28px;flex-direction:column;display:flex;overflow:hidden}.automation-card--flex{max-height:calc(100dvh - 170px)}.automation-card__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;display:flex}.automation-card__header h2{letter-spacing:-.02em;margin-top:6px;font-size:20px}.automation-card__body{gap:18px;min-height:0;padding:22px;display:grid}.automation-card__body--center{place-items:center;min-height:280px}.automation-card__body--scroll{align-content:start;overflow:auto}.automation-card__footer{border-top:1px solid var(--line);background:var(--surface);padding:16px 22px 22px}.status-indicator{white-space:nowrap;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.status-indicator--active{color:var(--success);background:var(--success-soft)}.status-indicator--inactive{color:var(--muted);background:var(--accent-soft)}.empty-config{text-align:center;color:var(--muted);justify-items:center;gap:14px;display:grid}.empty-config__icon{width:44px;height:44px;color:var(--muted)}.toggle-field{border:1px solid var(--line);background:var(--surface-strong);border-radius:18px;align-items:center;gap:14px;padding:16px;display:flex}.toggle-field__switch{flex:none;width:48px;height:28px;position:relative}.toggle-field__switch input{opacity:0;cursor:pointer;z-index:1;width:100%;min-height:0;position:absolute;inset:0}.toggle-slider{background:var(--accent-soft-strong);border-radius:999px;transition:background-color .2s;position:absolute;inset:0}.toggle-slider:after{content:"";background:var(--surface-strong);width:20px;height:20px;box-shadow:var(--shadow-sm);border-radius:999px;transition:transform .2s;position:absolute;top:4px;left:4px}.toggle-field__switch input:checked+.toggle-slider{background:var(--success)}.toggle-field__switch input:checked+.toggle-slider:after{transform:translate(20px)}.toggle-field__label{gap:4px;min-width:0;display:grid}.toggle-field__label span,.field-label,.field-hint,.empty-text{color:var(--muted);font-size:13px;line-height:1.5}.field-group,.form-field{gap:8px;display:grid}.field-label,.form-field label{font-weight:700}.menu-list{align-content:start;gap:12px;display:grid}.menu-item{border:1px solid var(--line);background:var(--surface-strong);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:16px;display:flex}.menu-item__main{gap:8px;min-width:0;display:grid}.menu-item__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.menu-item__name,.menu-item__preview{text-overflow:ellipsis;overflow:hidden}.menu-item__name{white-space:nowrap}.menu-item__count{background:var(--accent-soft);color:var(--muted);border-radius:999px;flex:none;padding:5px 9px;font-size:11px;font-weight:700}.menu-item__preview{-webkit-line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;font-size:13px;line-height:1.5;display:-webkit-box}.menu-item__arrow{width:18px;height:18px;color:var(--muted);flex:none}.editor-modal{z-index:110;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.editor-modal__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f172a94;position:absolute;inset:0}.editor-modal__content{z-index:1;border:1px solid var(--line);background:var(--surface-strong);width:min(760px,100%);max-height:min(760px,100dvh - 40px);box-shadow:var(--shadow-lg);border-radius:28px;grid-template-rows:auto minmax(0,1fr);display:grid;position:relative;overflow:hidden}.editor-modal__content--narrow{width:min(620px,100%)}.editor-modal__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:16px;padding:22px;display:flex}.editor-modal__header h2{letter-spacing:-.02em;margin-top:6px;font-size:22px}.editor-form{gap:16px;min-height:0;padding:22px;display:grid;overflow:auto}.form-row{grid-template-columns:minmax(90px,.35fr) minmax(0,1fr);gap:12px;display:grid}.options-preview{border:1px solid var(--line);background:var(--surface-soft);border-radius:18px;gap:12px;padding:16px;display:grid}.options-preview__header,.editor-form__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.options-list{gap:10px;display:grid}.option-tag{border:1px solid var(--line);background:var(--surface-strong);cursor:pointer;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.option-tag__trigger,.option-tag__action{border-radius:999px;flex:none;padding:5px 9px;font-size:11px;font-weight:800}.option-tag__trigger{background:var(--accent-soft);color:var(--text)}.option-tag__label{min-width:0;text-overflow:initial;white-space:normal;overflow-wrap:anywhere;color:var(--muted);font-size:13px;overflow:visible}.option-tag__action{background:var(--info-soft);color:var(--info)}.ghost-button.danger{color:var(--danger);border-color:#b91c1c38}.menu-editor-panel,.option-editor-panel{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px;display:grid}.menu-editor-panel .page-card,.option-editor-panel .page-card{height:fit-content}.menu-editor-panel .page-card:first-child{grid-column:1}.menu-editor-panel .page-card:last-child{grid-column:2}.option-editor-panel .page-card{grid-column:1/-1;justify-self:center;max-width:600px}.menu-list,.option-list{flex-direction:column;gap:12px;max-height:360px;padding-right:4px;display:flex;overflow-y:auto}.menu-card,.option-card{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-accent);flex-direction:column;gap:12px;padding:16px;display:flex}.menu-card-header,.option-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.menu-card-header strong{font-size:15px;font-weight:600}.menu-card-header span{color:var(--muted);font-size:12px;font-weight:500}.menu-message{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.option-header{flex-wrap:wrap}.option-header strong{color:var(--text);font-weight:600}.option-header span:not(.action-badge){color:var(--muted)}.action-badge{background:var(--info-soft);color:var(--info);text-transform:uppercase;letter-spacing:.02em;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.quick-form.stacked{flex-direction:column;gap:14px;display:flex}.quick-form.stacked input,.quick-form.stacked textarea,.quick-form.stacked select{width:100%}.form-actions{gap:10px;margin-top:8px;display:flex}.form-actions button{flex:1}@media (width<=1120px){.menu-editor-panel,.option-editor-panel{grid-template-columns:1fr}.menu-editor-panel .page-card:first-child,.menu-editor-panel .page-card:last-child{grid-column:1}.option-editor-panel .page-card{max-width:100%}}.workspace-shell.workspace-shell--flow-fullscreen{grid-template-rows:1fr;grid-template-columns:1fr;gap:0;padding:0}@media (width<=640px){.menu-list,.option-list{max-height:280px}.menu-card,.option-card{padding:14px}.form-actions{flex-direction:column}.form-actions button{width:100%}}.audit-trail{gap:10px;display:grid}.audit-item{border-bottom:1px solid var(--line);color:var(--muted);gap:4px;padding:10px 0;font-size:12px;display:grid}.audit-item:last-child{border-bottom:0}.audit-item span{color:var(--text);font-weight:600}.button-group{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.resource-item .button-group button{min-height:36px;padding:0 12px}.management-view.active{grid-auto-rows:max-content;display:grid;overflow:hidden auto}.management-view>.page-header,.management-view>.page-grid{flex:none}.automation-view .menu-list{max-height:none;padding-right:0;display:grid;overflow:visible}@media (width<=1380px){.automation-grid{grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr)}}@media (width<=1120px){.automation-grid{grid-template-columns:1fr}.automation-card--flex{max-height:none}}@media (width<=900px){body{overflow:hidden}.workspace-shell{height:100dvh;padding:10px;padding-bottom:calc(var(--header-height) + 18px);overflow:hidden}.workspace-content{padding-bottom:0}.workspace-view{overflow:auto}.inbox-view.active{grid-template-columns:1fr;grid-auto-rows:max-content;align-content:start;gap:12px;display:grid;overflow:auto}.inbox-view .conversation-column,.inbox-view .chat-column,.inbox-view .details-panel{display:none}.inbox-view.mobile-list .conversation-column{height:100%;min-height:0;max-height:none;display:flex}.inbox-view.mobile-chat .chat-column{display:grid}.inbox-view.mobile-chat{overflow:hidden}.inbox-view.mobile-chat .chat-column{height:100%;min-height:0;display:grid}.mobile-chat-back{display:inline-flex}.chat-header{grid-template-columns:auto auto minmax(0,1fr);display:grid}.chat-actions{grid-column:1/-1;justify-content:flex-end}.page-header,.column-header,.chat-header{padding:18px}.automation-view.active,.management-view.active{gap:12px}}@media (width<=640px){.workspace-shell{padding:8px;padding-bottom:calc(var(--header-height) + 14px)}.automation-card,.page-card,.page-header,.conversation-column,.chat-column,.details-panel{border-radius:20px}.automation-card__header,.automation-card__body,.editor-form,.editor-modal__header{padding:16px}.automation-card__header,.page-header{flex-direction:column;align-items:stretch}.automation-card__header>*,.page-header>*{min-width:0}.automation-card__footer{padding:14px 16px 16px}.menu-item,.toggle-field{padding:14px}.form-row,.option-tag{grid-template-columns:1fr}.option-tag__label{white-space:normal}.editor-modal{align-items:end;padding:8px}.editor-modal__content{border-radius:22px;width:100%;max-height:calc(100dvh - 16px)}}.page-header-actions,.inline-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.macro-table{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.macro-row{border:1px solid var(--line);background:var(--surface);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.macro-row.active{border-color:color-mix(in srgb, var(--accent) 55%, var(--line))}.macro-row-main{flex:1;min-width:0}.macro-row-meta{color:var(--muted);margin-top:4px;font-size:12px;display:block}.macro-row-preview{color:var(--text);opacity:.92;margin:8px 0 0;font-size:13px;line-height:1.45}.macro-row-badge{color:var(--accent);margin-top:6px;font-size:12px;font-weight:600;display:inline-block}.macro-row-actions{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.macro-attachments-block{flex-direction:column;gap:8px;display:flex}.macro-attachment-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.macro-attachment-list li{align-items:center;gap:8px;font-size:13px;display:flex}.macro-attachment-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}
