:root{--wk-bg: #F7F8FA;--wk-surface: #ffffff;--wk-surface-soft: #F9FAFB;--wk-surface-muted: #F3F4F6;--wk-text: #111827;--wk-text-2: #374151;--wk-muted: #6B7280;--wk-muted-strong: #374151;--wk-line: #E5E7EB;--wk-line-strong: #D1D5DB;--wk-line-faint: #F3F4F6;--wk-brand: #042440;--wk-brand-2: #053259;--wk-orange: #f27b13;--wk-orange-deep: #c75e0b;--wk-orange-soft: #fde7cf;--wk-positive: #16a34a;--wk-warning: #b8821a;--wk-danger: #c0392b;--wk-info: #053259;--wk-input-bg: #ffffff;--wk-input-border: #D1D5DB;--wk-error-bg: #fee7e5;--wk-error-border: #f4b5b0;--wk-error-text: #9f2418;--wk-radius: 10px;--wk-radius-sm: 6px;--wk-shadow-card: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 0 rgba(0, 0, 0, .03);--wk-shadow-pop: 0 20px 50px -12px rgba(0, 0, 0, .15);--wk-chat-bg: #F0EBE1;--wk-bubble-visitor-bg: #ffffff;--wk-bubble-visitor-text: #111827;--wk-bubble-agent-bg: #f27b13;--wk-bubble-agent-text: #ffffff;--wk-bubble-shadow: 0 1px 2px rgba(0, 0, 0, .1);--wk-nav-active-bg: #FFF3E8;--wk-nav-active-border: #f27b13;color:var(--wk-text);background:var(--wk-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[data-theme=dark]{--wk-bg: #0f1923;--wk-surface: #162030;--wk-surface-soft: #1c2a3e;--wk-surface-muted: #1f3048;--wk-text: #f1f5f9;--wk-text-2: #cbd5e1;--wk-muted: rgba(203, 213, 225, .55);--wk-muted-strong: rgba(203, 213, 225, .82);--wk-line: rgba(255, 255, 255, .09);--wk-line-strong: rgba(255, 255, 255, .16);--wk-line-faint: rgba(255, 255, 255, .05);--wk-brand: #f27b13;--wk-brand-2: #042440;--wk-orange-soft: rgba(242, 123, 19, .18);--wk-positive: #34d399;--wk-warning: #fbbf24;--wk-danger: #f87171;--wk-info: #93c5fd;--wk-input-bg: rgba(255, 255, 255, .05);--wk-input-border: rgba(255, 255, 255, .15);--wk-error-bg: rgba(192, 57, 43, .18);--wk-error-border: rgba(192, 57, 43, .45);--wk-error-text: #fecaca;--wk-shadow-card: 0 1px 0 rgba(0, 0, 0, .18);--wk-shadow-pop: 0 24px 64px -16px rgba(0, 0, 0, .55);--wk-chat-bg: #0d1a27;--wk-bubble-visitor-bg: #1c2a3e;--wk-bubble-visitor-text: #f1f5f9;--wk-bubble-agent-bg: #f27b13;--wk-bubble-agent-text: #ffffff;--wk-bubble-shadow: 0 1px 2px rgba(0, 0, 0, .3);--wk-nav-active-bg: rgba(242, 123, 19, .14);--wk-nav-active-border: #f27b13}*{box-sizing:border-box}html,body{background:var(--wk-bg);color:var(--wk-text)}body{margin:0;transition:background .15s ease,color .15s ease}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}.dashboard-shell{display:grid;grid-template-columns:320px minmax(420px,1fr) 360px;min-height:100vh}.account-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.sidebar,.details-panel{background:var(--wk-surface);border-color:var(--wk-line);border-style:solid;padding:24px}.sidebar{border-width:0 1px 0 0}.details-panel{border-width:0 0 0 1px}.chat-panel{display:flex;flex-direction:column;min-width:0;min-height:100vh}h1,h2,p{margin:0}h1{font-size:28px;line-height:1.1}h2{font-size:18px;line-height:1.2}h3{font-size:14px;line-height:1.25;margin:0}.eyebrow{color:var(--wk-muted);font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.muted{color:var(--wk-muted)}.small{font-size:12px;line-height:1.45;overflow-wrap:anywhere}.section-title,.chat-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.chat-site-context{align-items:center;color:#64758b;display:flex;flex-wrap:wrap;font-size:12px;gap:8px;margin:0 0 8px}.section-title{margin:28px 0 12px}.ghost-button{background:var(--wk-surface);border:1px solid var(--wk-line-strong);border-radius:8px;color:var(--wk-text-2);font-size:13px;font-weight:700;min-height:34px;padding:0 12px;transition:background .15s ease,border-color .15s ease}.ghost-button:hover{background:var(--wk-surface-soft);border-color:var(--wk-orange);color:var(--wk-orange)}.primary-button{background:var(--wk-orange);border:0;border-radius:8px;color:#fff;font-size:13px;font-weight:700;min-height:38px;padding:0 14px;transition:background .15s ease}.primary-button:hover:not(:disabled){background:var(--wk-orange-deep)}.primary-button:disabled{cursor:not-allowed;opacity:.58}.auth-shell{align-items:center;background:var(--wk-bg);color:var(--wk-text);display:grid;min-height:100vh;padding:24px;place-items:center;position:relative;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.auth-shell:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(900px 500px at 80% -10%,rgba(242,123,19,.07),transparent 55%);pointer-events:none;z-index:0}[data-theme=dark] .auth-shell:before{background:radial-gradient(800px 400px at 85% 0%,rgba(242,123,19,.14),transparent 60%),radial-gradient(600px 350px at 0% 100%,rgba(15,25,35,.8),transparent 60%)}.auth-topbar{position:absolute;top:22px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;gap:12px;z-index:2}.auth-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--wk-text)}.auth-brand img{width:28px;height:28px;display:block}.auth-brand span{font-weight:800;font-size:17px;letter-spacing:-.02em}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--wk-line);background:var(--wk-surface);color:var(--wk-text);transition:background .15s ease,border-color .15s ease,color .15s ease;padding:0}.theme-toggle:hover{border-color:var(--wk-orange);color:var(--wk-orange)}.theme-toggle svg{width:18px;height:18px}.auth-panel{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:14px;display:grid;gap:22px;max-width:440px;padding:36px 32px;width:min(100%,440px);box-shadow:var(--wk-shadow-pop);position:relative;z-index:1}.auth-shell h1{font-size:28px;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin:0;color:var(--wk-text)}.auth-shell .eyebrow{color:var(--wk-orange);font-size:11px;font-weight:700;letter-spacing:.14em;margin:0;text-transform:uppercase}.onboarding-shell{align-items:start;padding-top:9vh}.onboarding-panel{max-width:520px;width:min(100%,520px)}.auth-form{display:grid;gap:16px}.auth-form label{color:var(--wk-text-2);display:grid;font-size:12px;font-weight:600;gap:8px;letter-spacing:.04em;text-transform:uppercase}.auth-form input,.site-select{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:8px;color:var(--wk-text);min-height:40px;padding:0 12px;width:100%}.auth-shell .auth-form input{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:10px;color:var(--wk-text);font-size:14px;font-weight:500;letter-spacing:normal;min-height:44px;padding:0 14px;text-transform:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-shell .auth-form input:focus{outline:none;border-color:var(--wk-orange);box-shadow:0 0 0 3px #f27b1333}.auth-shell .auth-form input::placeholder{color:var(--wk-muted);opacity:.7}.auth-shell .primary-button{background:var(--wk-orange);border-radius:10px;color:#fff;font-size:14px;font-weight:700;letter-spacing:-.005em;min-height:46px;margin-top:4px;transition:background .15s ease,transform .12s ease;box-shadow:0 6px 16px -6px #f27b138c}.auth-shell .primary-button:hover:not(:disabled){background:var(--wk-orange-deep);transform:translateY(-1px)}.auth-shell .error-banner.compact{background:var(--wk-error-bg);border-color:var(--wk-error-border);color:var(--wk-error-text);border-radius:10px;font-weight:500}.link-button{background:transparent;border:0;color:var(--wk-info);font-size:13px;font-weight:700;justify-self:start;padding:0}.link-button:hover{color:var(--wk-orange)}.auth-shell .link-button{color:var(--wk-info);font-size:13.5px;font-weight:600}.auth-shell .link-button:hover{color:var(--wk-orange)}.link-button.danger{color:#b42318}.onboarding-billing{border:1px solid var(--wk-line);border-radius:8px;display:grid;gap:5px;padding:12px;background:var(--wk-surface-soft)}.onboarding-billing span{color:var(--wk-muted);font-size:12px}.onboarding-billing strong{font-size:18px;color:var(--wk-text)}.onboarding-billing small{color:var(--wk-muted);font-size:12px}.inbox-header{border-top:1px solid var(--wk-line);margin-top:24px;padding-top:24px}.inbox-header .section-title{margin:0 0 12px}.inbox-summary{color:var(--wk-muted);font-size:12px;line-height:1.4;margin-top:5px}.site-filter-list{display:grid;gap:8px;margin:12px 0}.site-filter-item{align-items:center;background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:8px;color:var(--wk-text);display:flex;gap:10px;min-height:42px;padding:9px 10px;text-align:left;width:100%}.site-filter-item.active{background:var(--wk-surface-soft);border-color:var(--wk-line-strong);box-shadow:inset 0 0 0 1px #10223614}.site-filter-item span:not(.site-marker){display:grid;gap:3px;min-width:0}.site-filter-item strong{font-size:13px;line-height:1.2;overflow-wrap:anywhere}.site-filter-item small{color:var(--wk-muted);font-size:11px}.channel-filter-list{display:flex;gap:6px;margin-bottom:10px}.channel-filter-item{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:999px;color:var(--wk-text-2);font-size:12px;font-weight:700;min-height:28px;padding:0 10px}.channel-filter-item--active{background:var(--wk-surface);border-color:var(--wk-line-strong);color:var(--wk-text)}.conversation-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.conversation-tab{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:999px;color:var(--wk-text-2);font-size:12px;font-weight:800;min-height:32px;padding:0 10px}.conversation-tab--active{background:var(--wk-brand);border-color:var(--wk-brand);color:#fff}.conversation-search{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:8px;color:var(--wk-text);min-height:38px;padding:0 12px;width:100%}.conversation-list{display:grid;gap:8px;margin-top:14px}.conversation-item{background:var(--wk-surface);border:1px solid var(--wk-line);border-left-width:4px;border-radius:8px;color:inherit;display:grid;gap:6px;padding:11px 12px;text-align:left;width:100%}.conversation-item--selected,.conversation-item.active{background:var(--wk-surface-soft);border-color:var(--wk-line-strong)}.conversation-item--attention{background:var(--wk-surface-soft);box-shadow:inset 0 0 0 1px #2563eb2e}.conversation-item--notified{background:var(--wk-surface-soft);border-color:#2563eb;box-shadow:0 8px 18px #2563eb1f}.conversation-item--new,.conversation-item--waiting_agent{border-left-color:#2563eb}.conversation-item--active{border-left-color:#16a34a}.conversation-item--closed{background:var(--wk-surface-soft);border-left-color:#94a3b8;color:var(--wk-muted)}.conversation-item--escalating{border-left-color:#c2410c}.conversation-item strong,.conversation-item small{display:block}.conversation-item strong{font-size:14px;line-height:1.25;overflow-wrap:anywhere}.conversation-item small{color:var(--wk-muted);font-size:12px}.conversation-meta{align-items:center;color:var(--wk-muted);display:flex;font-size:11px;gap:8px;justify-content:space-between;min-width:0}.conversation-site-line{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.site-badge{border:1px solid currentColor;border-radius:999px;display:inline-flex;font-size:11px;font-weight:900;line-height:1;max-width:100%;overflow:hidden;padding:6px 8px;text-overflow:ellipsis;white-space:nowrap}.conversation-status,.status-pill{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:999px;color:var(--wk-text-2);font-size:11px;font-weight:800;line-height:1;padding:6px 8px;white-space:nowrap}.conversation-status.new,.status-pill.new{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.conversation-status.waiting_agent,.status-pill.waiting_agent{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.conversation-status.active,.status-pill.active{background:#ecfdf3;border:1px solid #b8efcb;color:#176b35}.conversation-status.closed,.status-pill.closed{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569}.conversation-status.escalating,.status-pill.escalating{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.conversation-preview{color:var(--wk-text-2);display:-webkit-box;font-size:13px;line-height:1.4;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.conversation-empty{background:var(--wk-surface-soft);border:1px dashed var(--wk-line);border-radius:8px;color:var(--wk-muted);font-size:13px;line-height:1.45;padding:12px}.status-dot{background:var(--wk-positive);border-radius:999px;flex:0 0 auto;height:9px;margin-top:4px;width:9px}.chat-header{background:var(--wk-surface);border-bottom:1px solid var(--wk-line);box-shadow:0 1px 3px #0000000f;padding:12px 20px;position:relative;z-index:1}.operator-header{background:var(--wk-surface);border-bottom:1px solid var(--wk-line);display:grid;gap:16px;grid-template-columns:minmax(0,1fr) auto;padding:18px 24px 0}.operator-site{align-items:center;display:flex;gap:12px;min-width:0}.operator-site h2{font-size:20px;overflow-wrap:anywhere}.operator-site__marker{border-radius:8px;box-shadow:inset 0 0 0 1px #0f172a1f;flex:0 0 auto;height:40px;width:40px}.operator-site__marker--all{background:linear-gradient(135deg,#102236 0 48%,transparent 48%),linear-gradient(45deg,#2563eb 0 48%,transparent 48%),#f59e0b}.operator-metrics{align-items:stretch;display:flex;gap:8px}.operator-metrics div{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:8px;display:grid;min-width:92px;padding:9px 10px}.operator-metrics span{color:var(--wk-muted);font-size:11px;font-weight:800}.operator-metrics strong{font-size:20px}.operator-tabs{display:flex;gap:2px;grid-column:1 / -1;overflow-x:auto}.status-stack{align-items:flex-end;display:grid;gap:6px;justify-items:end}.stream-pill{border-radius:999px;font-size:11px;font-weight:800;padding:6px 9px}.stream-pill.connecting{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.stream-pill.connected{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.stream-pill.reconnecting{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.stream-pill.fallback{background:#f8fafc;border:1px solid #cbd5e1;color:#475569}.live-status{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.live-status.compact{margin-top:8px}.presence-badge{border-radius:999px;font-size:11px;font-weight:800;line-height:1;padding:6px 8px;white-space:nowrap}.presence-badge--online{background:#ecfdf3;border:1px solid #b8efcb;color:#176b35}.presence-badge--offline{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569}.presence-badge--reconnecting{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.presence-badge--fallback{background:#f8fafc;border:1px solid #cbd5e1;color:#475569}.conversation-presence{justify-self:end}.conversation-actions{align-items:center;background:var(--wk-surface);border-bottom:1px solid var(--wk-line);display:flex;flex-wrap:wrap;gap:10px;padding:12px 24px}.conversation-action-message{border-radius:999px;font-size:12px;font-weight:800;padding:7px 10px}.conversation-action-message.success{background:#ecfdf3;color:#176b35}.conversation-action-message.error{background:#fff1f2;color:#9f1239}.messages{background:var(--wk-chat-bg);display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:24px}.chat-typing-indicator{align-self:flex-start;color:var(--wk-muted);font-size:12px;font-style:italic;margin:2px 0 0}.message{background:var(--wk-bubble-visitor-bg);border:0;border-radius:4px 18px 18px;box-shadow:0 1px 2px #00000014;color:var(--wk-bubble-visitor-text);display:flex;flex-direction:column;margin-bottom:2px;max-width:65%;padding:10px 14px 6px}.message.agent{align-self:flex-end;background:var(--wk-bubble-agent-bg);border-radius:18px 4px 18px 18px;box-shadow:0 1px 2px #0000001f;color:var(--wk-bubble-agent-text)}.message.visitor{align-self:flex-start}.message.message-bubble--last{margin-bottom:12px}.message.system,.message.ai{background:var(--wk-surface-soft)}.message-bubble--agent{align-self:flex-end}.message-bubble--visitor{align-self:flex-start}.message-bubble--system,.message-bubble--ai{align-self:center;color:var(--wk-text-2);max-width:560px}.message-meta{align-items:center;display:flex;font-size:10px;font-variant-numeric:tabular-nums;gap:4px;line-height:1;margin-top:4px;opacity:.55}.message.agent .message-meta{justify-content:flex-end}.message p{font-size:13.5px;line-height:1.5;margin:0;overflow-wrap:anywhere;padding:0}.reply-box{background:var(--wk-surface);border-top:1px solid var(--wk-line);display:grid;gap:10px;padding:12px 16px 16px}.reply-box__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.reply-box__header div{display:grid;gap:3px}.reply-box__header strong{font-size:13px}.reply-box__header span{color:var(--wk-muted);font-size:12px}.reply-box__warning{background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;color:#9a3412!important;font-weight:800;line-height:1;padding:7px 9px;white-space:nowrap}.reply-box textarea{background:var(--wk-input-bg);border:1.5px solid var(--wk-line);border-radius:16px;color:var(--wk-text);min-height:72px;padding:10px 14px;resize:vertical;transition:border-color .12s ease;width:100%}.reply-box textarea:focus{border-color:var(--wk-orange);outline:0}.reply-box button{background:var(--wk-orange);border:0;border-radius:999px;color:#fff;font-weight:800;height:36px;justify-self:end;min-height:unset;padding:0 20px;transition:background .12s ease}.reply-box button:hover:not(:disabled){background:var(--wk-orange-deep)}.reply-box button:disabled,.reply-box textarea:disabled{cursor:not-allowed;opacity:.55}.site-block,.details-panel section{border-top:1px solid var(--wk-line);margin-top:24px;padding-top:24px}.site-block-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.site-block-header .ghost-button{flex:0 0 auto}.site-limit-note{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:8px;color:var(--wk-muted);font-size:12px;line-height:1.4;margin:0 0 12px;padding:10px 12px}.site-create-form{display:grid;gap:8px;margin:0 0 12px}.site-create-form input{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:8px;color:var(--wk-text);min-height:38px;padding:0 10px;width:100%}.site-list{display:grid;gap:8px;margin-top:14px}.site-list-item{align-items:center;background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:8px;color:inherit;display:flex;gap:10px;padding:10px 12px;text-align:left;width:100%}.site-list-item.active{background:var(--wk-surface-soft);border-color:var(--wk-brand)}.site-list-item strong{font-size:13px}.site-list-item span{color:var(--wk-muted);font-size:12px;overflow-wrap:anywhere}.site-list-copy{display:grid;gap:4px;min-width:0}.site-marker{background:var(--wk-muted);border-radius:999px;flex:0 0 auto;height:10px;width:10px}.site-marker--all{background:linear-gradient(135deg,#102236,#0f766e 55%,#b45309)}.domain-manager{border-top:1px solid var(--wk-line-faint);display:grid;gap:12px;margin-top:18px;padding-top:18px}.domain-form{display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto}.domain-form input{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:8px;color:var(--wk-text);min-height:38px;padding:0 10px;width:100%}.domain-list{display:grid;gap:8px}.domain-row{align-items:center;border:1px solid var(--wk-line);border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px 12px}.domain-row strong,.domain-row span{display:block}.domain-row strong{font-size:13px;overflow-wrap:anywhere}.domain-row span{color:var(--wk-muted);font-size:12px;min-height:16px}.code-block{background:var(--wk-surface-muted);border-radius:8px;color:var(--wk-text);font-size:12px;line-height:1.5;margin:12px 0 0;overflow-x:auto;padding:14px;white-space:pre-wrap;word-break:break-word}.settings-form{display:grid;gap:12px}.settings-form label{color:var(--wk-text-2);display:grid;font-size:12px;font-weight:800;gap:7px}.settings-form input,.settings-form select,.settings-form textarea{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:8px;color:var(--wk-text);min-height:38px;padding:0 10px;width:100%}.settings-form textarea{line-height:1.4;min-height:74px;padding:10px;resize:vertical}.settings-form input[type=color]{min-width:58px;padding:4px}.field-label{color:var(--wk-text-2);display:block;font-size:12px;font-weight:800;margin-bottom:6px}.logo-upload-field{display:grid;gap:10px}.logo-dropzone{align-items:center;background:var(--wk-surface);border:1px dashed var(--wk-line);border-radius:10px;display:grid;gap:12px;grid-template-columns:auto minmax(0,1fr) auto;min-height:86px;padding:12px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.logo-dropzone--active{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.logo-dropzone__preview{align-items:center;background:#fff;border:1px solid var(--wk-line);border-radius:12px;color:var(--wk-text);display:grid;font-size:18px;font-weight:900;height:46px;justify-items:center;overflow:hidden;width:62px;padding:6px}.logo-dropzone__preview img{height:100%;object-fit:contain;width:100%}.logo-dropzone__preview span{align-items:center;background:var(--wk-surface-soft);border-radius:8px;display:inline-flex;height:100%;justify-content:center;width:100%}.logo-dropzone__preview--sound span{font-size:20px;font-weight:800}.logo-dropzone__copy{display:grid;gap:3px;min-width:0}.logo-dropzone__actions{align-items:flex-end;display:grid;gap:6px;justify-items:end}.logo-dropzone__copy strong{color:var(--wk-text);font-size:13px}.logo-dropzone__copy span{color:var(--wk-muted);font-size:12px;line-height:1.35}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.widget-config-grid{align-items:start;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr)}.settings-form--widget{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:12px;padding:16px}.widget-settings-section{background:var(--wk-surface-soft);border:1px solid var(--wk-line-faint);border-radius:10px;display:grid;gap:12px;padding:12px}.widget-settings-section__header{display:grid;gap:3px}.widget-settings-section__header h3{color:var(--wk-text);font-size:13px;font-weight:800;margin:0}.widget-settings-section__header p{color:var(--wk-muted);font-size:12px;line-height:1.4;margin:0}.widget-settings-section__content{display:grid;gap:12px}.widget-settings-install{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:8px;display:grid;gap:10px;padding:10px}.widget-settings-install__actions{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.widget-settings-install__actions .ghost-button{width:100%}.widget-preview-column{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:12px;display:grid;gap:14px;padding:16px;position:sticky;top:18px}.inline-fields{display:grid;gap:10px;grid-template-columns:minmax(86px,.4fr) minmax(150px,1fr)}.form-message{border-radius:8px;font-size:12px;line-height:1.4;padding:10px}.form-message.success{background:#ecfdf3;color:#176b35}.form-message.error{background:#fff1f2;color:#9f1239}.form-message.warning{background:#fff7ed;color:#9a3412}.warning-note{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#9a3412;font-size:12px;line-height:1.4;margin-bottom:10px;padding:10px}.color-control{display:grid;gap:8px;grid-template-columns:44px minmax(0,1fr)}.color-control input[type=color]{min-height:38px;padding:2px}.widget-preview{--widget-preview-primary: #2563eb;--widget-preview-on-primary: #ffffff;--widget-preview-bg: #f8fafc;--widget-preview-surface: #ffffff;--widget-preview-soft: #f1f5f9;--widget-preview-text: #111827;--widget-preview-muted: #64748b;--widget-preview-line: rgba(15, 23, 42, .12);--widget-preview-agent: #ffffff;--widget-preview-header: #ffffff;--widget-preview-header-text: #111827;--widget-preview-visitor: rgba(37, 99, 235, .12);--widget-preview-visitor-text: #1d4ed8;--widget-preview-radius: 14px;--widget-preview-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 24px 48px -12px rgba(15, 23, 42, .18);background:var(--widget-preview-bg);border:1px solid var(--widget-preview-line);border-radius:14px;display:grid;gap:12px;margin-top:14px;min-height:320px;padding:12px}.widget-preview-host{background:linear-gradient(160deg,#94a3b829,#94a3b80a);border:1px solid var(--widget-preview-line);border-radius:10px;display:grid;gap:8px;padding:10px}.widget-preview-host header{align-items:center;color:var(--widget-preview-muted);display:flex;font-size:10px;font-weight:800;justify-content:space-between;letter-spacing:.04em;text-transform:uppercase}.widget-preview-host header i{background:var(--widget-preview-primary);border-radius:999px;display:inline-block;height:6px;width:6px}.widget-preview-host__hero{display:grid;gap:2px}.widget-preview-host__hero strong{color:var(--widget-preview-text);font-size:12px}.widget-preview-host__hero span{color:var(--widget-preview-muted);font-size:11px}.widget-preview-host__cards{display:grid;gap:6px;grid-template-columns:repeat(3,minmax(0,1fr))}.widget-preview-host__cards span{background:var(--widget-preview-soft);border-radius:6px;display:block;height:18px}.widget-preview-stage{align-self:end;display:grid;gap:10px;width:min(100%,280px)}.widget-preview.bottom-right .widget-preview-stage{justify-items:end}.widget-preview.bottom-left .widget-preview-stage{justify-items:start}.widget-preview-panel{background:var(--widget-preview-surface);border:1px solid var(--widget-preview-line);border-radius:var(--widget-preview-radius);box-shadow:var(--widget-preview-shadow);color:var(--widget-preview-text);overflow:hidden;width:min(100%,280px)}.widget-preview-header{align-items:center;background:var(--widget-preview-header);color:var(--widget-preview-header-text);display:flex;gap:10px;justify-content:space-between;padding:11px 12px}.widget-preview-heading{align-items:center;display:flex;gap:8px;min-width:0}.widget-preview-logo{align-items:center;background:#ffffff38;border:1px solid rgba(255,255,255,.36);border-radius:10px;color:inherit;display:inline-flex;font-size:13px;font-weight:900;height:34px;justify-content:center;overflow:hidden;width:34px}.widget-preview-logo--image{background:#ffffffe0;padding:4px;width:44px}.widget-preview-logo--image img{display:block;height:100%;object-fit:contain;width:100%}.widget-preview-heading div{display:grid;gap:3px;min-width:0}.widget-preview-header strong{display:block;font-size:13px;line-height:1.2;overflow-wrap:anywhere}.widget-preview-header span{display:block;font-size:11px;font-weight:700;line-height:1.3;overflow-wrap:anywhere}.widget-preview-live{opacity:.8}.widget-preview-messages{background:var(--widget-preview-bg);display:grid;gap:8px;padding:12px}.widget-preview-message{border-radius:12px;font-size:13px;line-height:1.4;max-width:88%;overflow-wrap:anywhere;padding:9px 11px}.widget-preview-message-label{color:var(--widget-preview-muted);display:block;font-size:9px;font-weight:800;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.widget-preview-message-time{color:var(--widget-preview-muted);display:block;font-size:9px;margin-top:4px}.widget-preview-message--agent{align-self:flex-start;background:var(--widget-preview-agent);border:1px solid var(--widget-preview-line);color:var(--widget-preview-text)}.widget-preview-message--visitor{align-self:flex-end;background:var(--widget-preview-visitor);color:var(--widget-preview-visitor-text)}.widget-preview-panel small{border-top:1px solid var(--widget-preview-line);color:var(--widget-preview-muted);display:block;font-size:10px;line-height:1.35;padding:8px 12px}.widget-preview-button{align-items:center;background:var(--widget-preview-primary);border:0;border-radius:999px;box-shadow:var(--widget-preview-shadow);color:var(--widget-preview-on-primary);cursor:default;display:inline-flex;font-size:13px;font-weight:800;gap:9px;justify-content:center;min-height:46px;max-width:100%;padding:0 14px;text-align:left}.widget-preview-button-icon{display:inline-flex;flex:0 0 auto}.widget-preview-button-dot{background:currentColor;border-radius:999px;height:8px;opacity:.72;width:8px}.widget-preview-button-status{background:#22c55e;box-shadow:0 0 0 3px #22c55e2e;height:7px;width:7px}.widget-preview-button-mark{background:var(--widget-preview-primary);height:2px;width:16px}.widget-preview-button-tail{border:1.5px solid currentColor;border-radius:4px;height:14px;position:relative;width:16px}.widget-preview-button-tail:after{border-bottom:1.5px solid currentColor;border-left:1.5px solid currentColor;bottom:-4px;content:"";height:6px;left:4px;position:absolute;transform:rotate(-45deg);width:6px}.widget-preview-button-copy{display:grid;gap:2px;min-width:0}.widget-preview-button-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.widget-preview-button-subtitle{font-size:11px;font-weight:600;opacity:.78}.widget-preview-style{color:var(--widget-preview-muted);font-size:11px;font-weight:800}.widget-preview--dark .widget-preview-host{background:linear-gradient(160deg,#64748b42,#3341551a)}.widget-preview--dark .widget-preview-logo{background:#0f172a61;border-color:#94a3b875}.widget-preview--dark .widget-preview-logo--image{background:#0f172ad6}.widget-preview--local .widget-preview-panel{border-radius:12px}.widget-preview--local .widget-preview-header{border-bottom:3px solid var(--widget-preview-primary)}.widget-preview--local .widget-preview-button{border-radius:12px;min-height:52px}.widget-preview--local .widget-preview-message--visitor{border-radius:12px 12px 4px}.widget-preview--local .widget-preview-message--agent{border-radius:12px 12px 12px 4px}.widget-preview--premium .widget-preview-panel{border-radius:0}.widget-preview--premium .widget-preview-header{border-bottom:1px solid var(--widget-preview-line);padding:14px 14px 12px}.widget-preview--premium .widget-preview-button{background:var(--widget-preview-surface);border:1px solid var(--widget-preview-primary);box-shadow:none;color:var(--widget-preview-text)}.widget-preview--premium .widget-preview-message{background:transparent;border:0;border-radius:0;max-width:94%;padding:7px 0}.widget-preview--premium .widget-preview-message--visitor{border-left:2px solid var(--widget-preview-primary);padding-left:10px}.widget-preview--premium .widget-preview-message--agent{border-left:1px solid var(--widget-preview-line);padding-left:10px}.widget-preview--utilitario,.widget-preview--utilitario .widget-preview-button,.widget-preview--utilitario .widget-preview-panel{border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.widget-preview--utilitario .widget-preview-header{border-bottom:3px solid var(--widget-preview-primary)}.widget-preview--utilitario .widget-preview-logo--image{background:transparent;border-color:var(--widget-preview-line)}.widget-preview--utilitario .widget-preview-message{border-radius:6px;font-size:12px}.widget-preview--utilitario .widget-preview-message--agent{border-left:3px solid var(--widget-preview-primary)}.widget-preview--utilitario .widget-preview-button-label{text-transform:uppercase}.config-list{display:grid;gap:10px;margin-top:14px}.config-row{border-bottom:1px solid var(--wk-line-faint);display:grid;gap:4px;padding-bottom:10px}.config-row span{color:var(--wk-muted);font-size:12px}.config-row strong{font-size:13px;overflow-wrap:anywhere}.swatches{display:flex;gap:8px}.swatches span{border:1px solid var(--wk-line-strong);border-radius:999px;height:24px;width:24px}@media(max-width:760px){.widget-settings-install__actions{grid-template-columns:1fr}}.billing-grid{display:grid;gap:10px}.billing-card{border:1px solid var(--wk-line);border-radius:8px;display:grid;gap:8px;padding:12px}.billing-card>span,.metric-line span{color:var(--wk-muted);font-size:12px}.billing-card>strong{font-size:20px;line-height:1.1}.billing-card small{color:var(--wk-muted);font-size:12px;line-height:1.35}.metric-line{align-items:center;display:flex;gap:10px;justify-content:space-between}.metric-line strong{font-size:13px}.metric-line.exceeded strong{color:#b42318}.billing-trial-banner{border-radius:8px;font-size:13px;font-weight:500;line-height:1.4;padding:10px 14px}.billing-trial-banner--green{background:#ecfdf3;color:#166534}.billing-trial-banner--yellow{background:#fefce8;color:#854d0e}.billing-trial-banner--red{background:#fff1f2;color:#9f1239}.billing-plans-grid{display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-top:8px}@media(max-width:860px){.billing-plans-grid{grid-template-columns:1fr}}.billing-plan-card{border:1px solid var(--wk-line);border-radius:10px;display:flex;flex-direction:column;gap:10px;padding:18px}.billing-plan-card--popular{border-color:var(--wk-orange);box-shadow:0 0 0 1px var(--wk-orange)}.billing-plan-card--current{background:var(--wk-surface-soft)}.billing-plan-card__top{display:flex;gap:6px;min-height:22px}.billing-plan-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.04em;padding:2px 9px;text-transform:uppercase}.billing-plan-badge--popular{background:var(--wk-orange);color:#fff}.billing-plan-badge--current{background:#16a34a1f;color:#166534}.billing-plan-card__name{color:var(--wk-text);font-size:15px;font-weight:700}.billing-plan-card__price{align-items:baseline;display:flex;gap:4px}.billing-plan-card__amount{color:var(--wk-text);font-size:22px;font-weight:800;letter-spacing:-.02em}.billing-plan-card__cycle{color:var(--wk-muted);font-size:12px}.billing-plan-card__summary{color:var(--wk-muted);font-size:12px;line-height:1.45}.billing-plan-card__features{display:flex;flex-direction:column;flex:1;gap:6px;list-style:none;margin:0;padding:0}.billing-plan-card__features li{color:var(--wk-text);display:flex;font-size:12.5px;gap:8px}.billing-plan-card__features li:before{background:#25d366;border-radius:50%;content:"";flex-shrink:0;height:6px;margin-top:5px;width:6px}.billing-plan-card__feature--soon{color:var(--wk-muted)!important}.billing-plan-card__feature--soon em{font-size:11px;font-style:normal}.billing-plan-card__action{border-top:1px solid var(--wk-line);margin-top:4px;padding-top:12px}.billing-plan-card__action .primary-button{width:100%}.billing-plan-current-label{color:var(--wk-muted);font-size:12px;font-weight:600}.billing-manual-section{border:1px solid var(--wk-line);border-radius:8px;overflow:hidden}.billing-manual-section__toggle{color:var(--wk-muted);cursor:pointer;font-size:12px;font-weight:600;padding:10px 14px;-webkit-user-select:none;user-select:none}.billing-manual-section__toggle:hover{color:var(--wk-text)}.billing-manual-section__body{border-top:1px solid var(--wk-line);display:grid;gap:10px;padding:14px}.billing-input-group{display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:6px}.billing-input-group input{border:1px solid var(--wk-line);border-radius:6px;font-size:13px;padding:7px 10px}.checkout-message{border-radius:8px;font-size:12px;line-height:1.4;margin-top:4px;padding:10px}.checkout-message.success{background:#ecfdf3;color:#176b35}.checkout-message.error{background:#fff1f2;color:#9f1239}.member-form{display:grid;gap:8px}.member-form input,.member-actions select{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:8px;color:var(--wk-text);min-height:36px;padding:0 10px;width:100%}.member-list{display:grid;gap:8px;margin-top:12px}.member-row{border:1px solid var(--wk-line);border-radius:8px;display:grid;gap:10px;padding:10px 12px}.member-row--disabled{background:var(--wk-surface-soft);opacity:.76}.member-row strong,.member-row span,.member-row small{display:block;overflow-wrap:anywhere}.member-row strong{font-size:13px}.member-row span,.member-row small{color:var(--wk-muted);font-size:12px}.member-actions{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(110px,1fr) auto}.notification-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.attention-badge{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:999px;color:var(--wk-text-2);font-size:12px;font-weight:900;padding:7px 9px;text-align:center}.attention-badge--active{background:var(--wk-orange);border-color:var(--wk-orange);color:#fff}.sound-toggle{align-items:center;color:var(--wk-text-2);display:inline-flex;font-size:12px;font-weight:800;gap:6px}.sound-toggle input{accent-color:var(--wk-orange)}.error-banner{background:var(--wk-error-bg);border-bottom:1px solid var(--wk-error-border);color:var(--wk-error-text);padding:12px 24px}.error-banner.compact{border:1px solid var(--wk-error-border);border-radius:8px;font-size:13px;padding:10px 12px}.notification-banner{align-items:center;background:var(--wk-surface-soft);border-bottom:1px solid var(--wk-line);border-top:1px solid var(--wk-line);box-shadow:0 8px 18px #2563eb1f;color:var(--wk-text-2);display:flex;gap:12px;justify-content:space-between;padding:12px 24px}.notification-banner div{display:grid;gap:4px;min-width:0}.notification-banner small{color:var(--wk-muted);font-size:11px;font-weight:900;line-height:1;text-transform:uppercase}.notification-banner span{display:block;font-size:13px;font-weight:800;line-height:1.35}.browser-push-card{border:1px solid var(--wk-line);border-radius:8px;display:grid;gap:12px;padding:12px}.push-status{border:1px solid var(--wk-line);border-radius:999px;color:var(--wk-text-2);display:inline-flex;font-size:11px;font-weight:900;line-height:1;margin-bottom:8px;padding:6px 8px}.push-status--active{background:#ecfdf3;border-color:#b8efcb;color:#176b35}.push-status--denied,.push-status--unsupported,.push-status--unconfigured{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.push-status--loading{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.conversation-channel-badge{align-items:center;border-radius:3px;display:inline-flex;flex-shrink:0;height:13px;justify-content:center;width:13px}.conversation-channel-badge svg{height:13px;width:13px}.conversation-channel-badge--whatsapp{color:#25d366}.channel-block{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:flex;flex-direction:column;gap:0;overflow:hidden}.channel-block__header{align-items:center;display:flex;gap:14px;padding:18px 20px}.channel-block__actions{display:flex;flex-shrink:0;gap:8px}.channel-block__icon{align-items:center;background:#25d366;border-radius:8px;color:#fff;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.channel-block__icon svg{height:20px;width:20px}.channel-block__icon--sm{height:28px;width:28px}.channel-block__icon--sm svg{height:16px;width:16px}.channel-block__copy{display:flex;flex:1;flex-direction:column;gap:3px;min-width:0}.channel-block__copy h3{color:var(--wk-text);font-size:14px;font-weight:700}.channel-empty{border-top:1px solid var(--wk-line);display:flex;flex-direction:column;gap:6px;padding:16px 20px}.channel-empty a{color:var(--wk-text);font-weight:600}.channel-connection-list{border-top:1px solid var(--wk-line);display:flex;flex-direction:column}.channel-connection-row{align-items:center;border-bottom:1px solid var(--wk-line);display:flex;gap:14px;padding:14px 20px}.channel-connection-row--stacked{align-items:flex-start}.channel-connection-row:last-child{border-bottom:0}.channel-connection-row__copy{display:flex;flex:1;flex-direction:column;gap:3px;min-width:0}.channel-connection-row__copy strong{color:var(--wk-text);font-size:13px;font-weight:600}.channel-provider-label{color:var(--wk-muted-strong);font-size:11px;font-weight:700}.channel-connection-row__detail{color:var(--wk-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-connection-row__site{background:var(--wk-surface-soft);border-radius:999px;color:var(--wk-muted-strong);font-size:10.5px;font-weight:600;padding:1px 8px;width:fit-content}.channel-connection-row__status{flex-shrink:0}.channel-connection-row__aside{align-items:flex-end;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.channel-connection-row__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.channel-status-badge{border-radius:999px;font-size:11px;font-weight:700;padding:2px 10px}.channel-status-badge--active{background:#16a34a1f;color:#166534}.channel-status-badge--inactive{background:#64748b24;color:#475569}.channel-provisional-note{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:8px;display:flex;flex-direction:column;gap:4px;margin-top:8px;padding:10px 12px;width:100%}.channel-provisional-note strong{color:var(--wk-text);font-size:12px;font-weight:700}.channel-provisional-note p{color:var(--wk-muted);font-size:11px;line-height:1.4}.channel-upcoming-card{align-items:center;background:var(--wk-surface-soft);border-top:1px solid var(--wk-line);display:flex;gap:16px;justify-content:space-between;padding:16px 20px}.channel-upcoming-card>div{display:flex;flex-direction:column;gap:4px;min-width:0}.channel-upcoming-card strong{color:var(--wk-text);font-size:13px;font-weight:700}.ghost-button--danger{border-color:#fecaca;color:#b91c1c}.ghost-button--danger:hover:not(:disabled){background:#fff1f2;border-color:#fca5a5}.channel-modal-overlay{align-items:center;background:#04244073;bottom:0;display:flex;justify-content:center;left:0;padding:24px;position:fixed;right:0;top:0;z-index:200}.channel-modal{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);box-shadow:var(--wk-shadow-pop);display:flex;flex-direction:column;gap:0;max-height:90vh;overflow-y:auto;width:100%;max-width:480px}.channel-modal--wide{max-width:560px}.channel-modal__header{align-items:center;border-bottom:1px solid var(--wk-line);display:flex;gap:12px;padding:18px 20px}.channel-modal__header h3{flex:1;font-size:14px;font-weight:700}.channel-modal__close{align-items:center;background:transparent;border:0;border-radius:6px;color:var(--wk-muted);display:inline-flex;font-size:14px;height:28px;justify-content:center;padding:0;width:28px}.channel-modal__close:hover{background:var(--wk-surface-soft);color:var(--wk-text)}.channel-modal__form{padding:20px}.channel-field-hint{color:var(--wk-muted);font-size:11px;font-weight:400;line-height:1.4;margin-top:2px}.channel-field-hint--error{color:#b91c1c}.channel-modal__body{display:flex;flex-direction:column}.channel-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.channel-modal__actions--bottom{border-top:1px solid var(--wk-line);margin-top:0;padding:16px 20px}.channel-signup-section{display:flex;flex-direction:column;gap:12px;padding:20px}.whatsapp-signup-btn{align-items:center;background:#25d366;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:11px 16px;transition:background .15s;width:100%}.whatsapp-signup-btn:hover:not(:disabled){background:#1aad52}.whatsapp-signup-btn:disabled{cursor:not-allowed;opacity:.65}.whatsapp-signup-btn svg{flex-shrink:0;height:18px;width:18px}.channel-signup-divider{align-items:center;color:var(--wk-muted);display:flex;font-size:11px;gap:10px}.channel-signup-divider:before,.channel-signup-divider:after{border-top:1px solid var(--wk-line);content:"";flex:1}.channel-manual-toggle{background:transparent;border:none;color:var(--wk-muted);cursor:pointer;font-size:12px;padding:0;text-align:left}.channel-manual-toggle:hover{color:var(--wk-text);text-decoration:underline}.channel-info-box{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:8px;display:flex;flex-direction:column;gap:10px;padding:12px}.channel-security-note{color:var(--wk-muted-strong);font-size:12px;line-height:1.45}@media(max-width:720px){.channel-block__header,.channel-connection-row,.channel-upcoming-card{align-items:stretch;flex-direction:column}.channel-block__actions,.channel-connection-row__actions{justify-content:flex-start}.channel-connection-row__aside{align-items:flex-start}}.dept-create{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:grid;gap:10px;padding:14px 16px}.dept-create__row{align-items:center;display:flex;gap:8px}.dept-create__row input[type=text]{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:var(--wk-radius-sm);color:var(--wk-text);flex:1;font-size:13px;min-height:36px;padding:0 10px}.dept-create__row input[type=text]:focus{border-color:var(--wk-line-strong);outline:0}.dept-list{display:grid;gap:6px}.dept-item{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:flex;flex-direction:column;gap:10px;padding:10px 12px;transition:border-color .12s ease}.dept-item--drag-over{background:var(--wk-orange-soft);border-color:var(--wk-orange)}.dept-item__view{align-items:center;display:flex;gap:10px}.dept-item__drag{color:var(--wk-muted);cursor:grab;flex-shrink:0;font-size:16px;line-height:1;-webkit-user-select:none;user-select:none}.dept-item__drag:active{cursor:grabbing}.dept-item__dot{border-radius:50%;flex-shrink:0;height:14px;width:14px}.dept-item__name{flex:1;font-size:13px;font-weight:600;min-width:0;overflow-wrap:anywhere}.dept-item__actions{display:flex;flex-shrink:0;gap:6px}.dept-item__edit{display:grid;gap:8px;width:100%}.dept-item__edit-fields{align-items:center;display:flex;gap:8px}.dept-item__edit-fields input[type=text]{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:var(--wk-radius-sm);color:var(--wk-text);flex:1;font-size:13px;min-height:34px;padding:0 10px}.dept-item__edit-fields input[type=text]:focus{border-color:var(--wk-line-strong);outline:0}.dept-item__edit-actions{display:flex;gap:6px}.dept-color-row{align-items:center;display:flex;gap:6px;flex-wrap:wrap}.dept-color-row input[type=color]{background:transparent;border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);cursor:pointer;height:30px;padding:2px;width:30px}.dept-swatches{display:flex;flex-wrap:wrap;gap:4px}.dept-swatch{border:1.5px solid transparent;border-radius:4px;cursor:pointer;height:20px;padding:0;transition:transform 80ms ease,box-shadow 80ms ease;width:20px}.dept-swatch:hover{transform:scale(1.12)}.dept-swatch--active{box-shadow:0 0 0 2px #fff,0 0 0 3.5px var(--wk-text)}.conversation-dept-badge{border-radius:999px;color:#fff;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.02em;max-width:100px;overflow:hidden;padding:1px 6px;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.3);vertical-align:middle;white-space:nowrap}.dept-select-row{align-items:center;display:flex;gap:8px}.dept-select-swatch{border-radius:50%;flex-shrink:0;height:10px;width:10px}.dept-select-row select{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:var(--wk-radius-sm);color:var(--wk-text);flex:1;font-size:13px;min-height:32px;padding:0 8px}.contacts-body{display:grid;gap:16px;grid-template-columns:1fr;min-height:0}.contacts-body--split{grid-template-columns:minmax(260px,340px) 1fr}.contacts-list-col{display:flex;flex-direction:column;gap:8px;min-width:0}.contacts-search{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-size:13px;min-height:36px;padding:0 12px;width:100%}.contacts-search:focus{border-color:var(--wk-line-strong);outline:0}.contact-list{display:grid;gap:0;margin-top:0}.contact-list-item{align-items:center;background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);cursor:pointer;display:flex;gap:10px;margin-bottom:4px;padding:10px 12px;text-align:left;transition:background .1s ease,border-color .1s ease;width:100%}.contact-list-item:hover{background:var(--wk-surface-soft);border-color:var(--wk-line-strong)}.contact-list-item--selected{background:var(--wk-orange-soft);border-color:var(--wk-orange)}.contact-avatar{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:700;height:36px;justify-content:center;text-transform:uppercase;width:36px}.contact-avatar--sm{font-size:11px;height:28px;width:28px}.contact-avatar--lg{font-size:20px;height:52px;width:52px}.contact-list-item__info{display:grid;flex:1;gap:2px;min-width:0}.contact-list-item__name{color:var(--wk-text);font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-list-item__meta{color:var(--wk-muted);font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-detail{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:flex;flex-direction:column;min-height:300px;overflow:hidden}.contact-detail__header{align-items:center;border-bottom:1px solid var(--wk-line);display:flex;gap:12px;padding:16px 20px}.contact-detail__identity{display:grid;flex:1;gap:3px;min-width:0}.contact-detail__identity strong{font-size:15px;font-weight:700;overflow-wrap:anywhere}.contact-detail__identity span{color:var(--wk-muted);font-size:12px}.contact-detail__close{background:transparent;border:0;color:var(--wk-muted);cursor:pointer;font-size:18px;line-height:1;padding:4px}.contact-detail__close:hover{color:var(--wk-text)}.contact-detail__body{display:grid;gap:12px;overflow-y:auto;padding:18px 20px}.contact-detail__field{display:grid;gap:3px}.contact-detail__label{color:var(--wk-muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.contact-detail__value{font-size:13.5px}.contact-detail__value--muted{color:var(--wk-muted);font-size:13px}.contact-detail__edit{display:grid;gap:8px}.contact-detail__edit input,.contact-detail__edit textarea{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-size:13px;min-height:34px;padding:0 10px;width:100%}.contact-detail__edit textarea{padding:8px 10px;resize:vertical}.contact-detail__edit input:focus,.contact-detail__edit textarea:focus{border-color:var(--wk-line-strong);outline:0}.contact-detail__edit-actions{display:flex;gap:6px;margin-top:2px}.contact-convs{border-top:1px solid var(--wk-line);display:grid;gap:0;padding:14px 20px 18px}.contact-convs__title{color:var(--wk-muted);font-size:10.5px;font-weight:700;letter-spacing:.06em;margin-bottom:10px;text-transform:uppercase}.contact-conv-row{border-top:1px solid var(--wk-line-faint);display:grid;gap:3px;padding:8px 0}.contact-conv-row:first-of-type{border-top:none}.contact-conv-row__preview{color:var(--wk-text-2);font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-conv-row__meta{color:var(--wk-muted);display:flex;font-size:11px;gap:8px}.contact-create{background:var(--wk-surface);border:1px solid var(--wk-line);border-bottom-color:var(--wk-orange);border-radius:var(--wk-radius);display:grid;gap:10px;padding:16px 20px}.contact-create__title{font-size:13px;font-weight:700}.contact-create__fields{display:grid;gap:7px;grid-template-columns:1fr 1fr}.contact-create__fields input{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-size:13px;min-height:34px;padding:0 10px;width:100%}.contact-create__fields textarea{background:var(--wk-input-bg);border:1px solid var(--wk-input-border);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-size:13px;grid-column:1 / -1;padding:8px 10px;resize:vertical;width:100%}.contact-create__fields input:focus,.contact-create__fields textarea:focus{border-color:var(--wk-line-strong);outline:0}.contact-create__actions{display:flex;gap:8px}.contact-count{color:var(--wk-muted);font-size:12px}@media(max-width:1120px){.dashboard-shell{grid-template-columns:280px minmax(0,1fr)}.details-panel{border-width:1px 0 0;grid-column:1 / -1}}@media(max-width:760px){.dashboard-shell,.inline-fields{grid-template-columns:1fr}.logo-dropzone{grid-template-columns:auto minmax(0,1fr)}.logo-dropzone .ghost-button{grid-column:1 / -1;width:100%}.domain-form{grid-template-columns:1fr}.sidebar,.details-panel{border-width:0 0 1px}.chat-panel{min-height:70vh}}.dashboard-shell--v2{background:var(--wk-bg);color:var(--wk-text);display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,ui-sans-serif,system-ui,sans-serif;transition:background .15s ease,color .15s ease}.dashboard-shell--v2:has(.inbox-rail){grid-template-columns:260px 320px minmax(0,1fr) 280px}.dashboard-shell--v2 .nav-rail{background:var(--wk-surface);color:var(--wk-text);border-right:1px solid var(--wk-line);display:flex;flex-direction:column;gap:0;padding:16px 0;position:sticky;top:0;height:100vh}.dashboard-shell--v2 .nav-rail__brand{align-items:center;border-bottom:1px solid var(--wk-line);display:flex;gap:10px;margin-bottom:12px;padding:0 18px 16px}.dashboard-shell--v2 .nav-rail__brand-mark{align-items:center;background:var(--wk-orange);border-radius:7px;box-shadow:0 2px 6px #f27b1359;color:#fff;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:800;height:26px;justify-content:center;text-transform:lowercase;width:26px}.dashboard-shell--v2 .nav-rail__brand-name{font-size:15px;font-weight:700;letter-spacing:-.02em;text-transform:lowercase}.dashboard-shell--v2 .nav-rail__brand-version{color:var(--wk-muted);font-size:10px;margin-left:auto}.dashboard-shell--v2 .nav-rail__group{padding:0 12px}.dashboard-shell--v2 .nav-rail__group+.nav-rail__group{margin-top:16px}.dashboard-shell--v2 .nav-rail__group-title{color:var(--wk-muted);font-size:10px;font-weight:600;letter-spacing:.12em;padding:6px 8px;text-transform:uppercase}.dashboard-shell--v2 .nav-rail__items{display:flex;flex-direction:column;gap:1px;list-style:none;margin:0;padding:0}.dashboard-shell--v2 .nav-rail__btn{align-items:center;background:transparent;border:0;border-left:3px solid transparent;border-radius:0 8px 8px 0;color:var(--wk-muted-strong);cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:10px;justify-content:flex-start;margin-right:8px;padding:8px 10px 8px 9px;text-align:left;transition:background .12s ease,color .12s ease;width:100%}.dashboard-shell--v2 .nav-rail__btn:hover{background:var(--wk-surface-soft);color:var(--wk-text)}.dashboard-shell--v2 .nav-rail__btn--active{background:var(--wk-nav-active-bg);border-left-color:var(--wk-nav-active-border);color:var(--wk-orange);font-weight:700}.dashboard-shell--v2 .nav-rail__label{flex:1;font-size:13px;font-weight:600}.dashboard-shell--v2 .nav-rail__badge{background:var(--wk-orange);border-radius:999px;color:#fff;font-size:11px;font-weight:700;min-width:20px;padding:1px 7px;text-align:center}.dashboard-shell--v2 .nav-sites{display:flex;flex-direction:column;gap:1px}.dashboard-shell--v2 .nav-site{align-items:center;background:transparent;border:0;border-left:3px solid transparent;border-radius:0 8px 8px 0;cursor:pointer;display:flex;gap:10px;margin-bottom:1px;margin-right:8px;padding:7px 8px 7px 7px;text-align:left;transition:background .12s ease;width:100%}.dashboard-shell--v2 .nav-site:hover{background:var(--wk-surface-soft)}.dashboard-shell--v2 .nav-site--active{background:var(--wk-nav-active-bg);border-left-color:var(--wk-nav-active-border)}.dashboard-shell--v2 .nav-site__avatar{align-items:center;border-radius:999px;box-shadow:0 1px 3px #0000002e;color:#fff;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:700;height:32px;justify-content:center;text-transform:uppercase;width:32px}.dashboard-shell--v2 .nav-site__copy{display:flex;flex:1;flex-direction:column;min-width:0}.dashboard-shell--v2 .nav-site__name{color:var(--wk-text);font-size:13px;font-weight:600;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .nav-site__domain{align-items:center;color:var(--wk-muted);display:flex;font-size:11px;gap:4px;line-height:1.3;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .nav-site__dot{background:var(--wk-muted);border-radius:999px;flex-shrink:0;height:6px;width:6px}.dashboard-shell--v2 .nav-site__dot--online{background:var(--wk-positive)}.dashboard-shell--v2 .nav-site__badge{background:var(--wk-orange);border-radius:999px;color:#fff;flex-shrink:0;font-size:11px;font-weight:700;min-width:20px;padding:1px 7px;text-align:center}.dashboard-shell--v2 .nav-site__add{background:transparent;border:1px dashed var(--wk-line);border-radius:8px;color:var(--wk-muted);cursor:pointer;font-size:12px;margin-top:8px;padding:9px 8px;text-align:left;width:100%}.dashboard-shell--v2 .nav-site__add:hover{border-color:var(--wk-line-strong);color:var(--wk-text)}.dashboard-shell--v2 .nav-rail__footer{align-items:center;border-top:1px solid var(--wk-line);display:flex;gap:10px;margin-top:auto;padding:12px 18px 0}.dashboard-shell--v2 .nav-rail__avatar{background:linear-gradient(135deg,var(--wk-orange),var(--wk-orange-deep));border-radius:999px;flex-shrink:0;height:28px;width:28px}.dashboard-shell--v2 .nav-rail__user{color:var(--wk-text);display:flex;flex:1;flex-direction:column;font-size:11px;gap:2px;min-width:0;padding:0}.dashboard-shell--v2 .nav-rail__user strong{color:var(--wk-text);font-size:12px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .nav-rail__user span{color:var(--wk-muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .nav-rail__signout{background:transparent;border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);color:var(--wk-muted);font-size:11px;padding:4px 8px;transition:background .15s ease,border-color .15s ease,color .15s ease}.dashboard-shell--v2 .nav-rail__signout:hover{background:var(--wk-surface-soft);border-color:var(--wk-line-strong);color:var(--wk-text)}.dashboard-shell--v2 .nav-rail__theme{align-items:center;background:transparent;border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);color:var(--wk-muted);display:inline-flex;height:28px;justify-content:center;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease;width:28px}.dashboard-shell--v2 .nav-rail__theme:hover{border-color:var(--wk-orange);color:var(--wk-orange)}.dashboard-shell--v2 .nav-rail__theme svg{width:14px;height:14px}.dashboard-shell--v2 .stream-pill--mini{font-size:10px;padding:1px 6px;width:fit-content}.dashboard-shell--v2 .inbox-rail{background:var(--wk-surface);border-right:1px solid var(--wk-line);display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:0;position:sticky;top:0}.dashboard-shell--v2 .inbox-rail__header{align-items:flex-start;background:var(--wk-surface);border-bottom:1px solid var(--wk-line);display:flex;flex-wrap:wrap;gap:8px 12px;justify-content:space-between;min-height:52px;padding:10px 16px}.dashboard-shell--v2 .inbox-rail__title{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.dashboard-shell--v2 .inbox-rail__header h2{color:var(--wk-text);font-size:15px;font-weight:700;letter-spacing:-.005em;line-height:1.1;margin:0}.dashboard-shell--v2 .inbox-rail__count{color:var(--wk-muted);font-size:11.5px;font-variant-numeric:tabular-nums;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .inbox-rail__controls{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;font-size:11px;gap:8px}.dashboard-shell--v2 .inbox-rail__header .sound-toggle{align-items:center;color:var(--wk-muted);cursor:pointer;display:inline-flex;font-size:11px;font-weight:500;gap:5px;line-height:1;white-space:nowrap}.dashboard-shell--v2 .inbox-rail__header .sound-toggle__label{letter-spacing:0}.dashboard-shell--v2 .inbox-rail__header .link-button{background:transparent;border:0;color:var(--wk-muted);cursor:pointer;font-size:11px;font-weight:500;padding:0}.dashboard-shell--v2 .inbox-rail__header .link-button:hover:not(:disabled){color:var(--wk-text)}.dashboard-shell--v2 .inbox-rail__header .link-button:disabled{cursor:not-allowed;opacity:.5}.dashboard-shell--v2 .inbox-rail .site-filter-list{border-bottom:1px solid var(--wk-line);display:flex;flex-shrink:0;gap:8px;margin:0;overflow-x:auto;overflow-y:visible;padding:10px 14px;scrollbar-width:none}.dashboard-shell--v2 .inbox-rail .site-filter-list::-webkit-scrollbar{display:none}.dashboard-shell--v2 .inbox-rail .site-filter-item{align-items:center;background:transparent;border:1px solid var(--wk-line);border-radius:8px;cursor:pointer;display:flex;flex:0 0 auto;font-size:11px;gap:6px;line-height:1.25;max-width:min(260px,72vw);min-height:38px;min-width:82px;padding:5px 8px;text-align:left}.dashboard-shell--v2 .inbox-rail .site-filter-item:hover{background:var(--wk-surface-soft)}.dashboard-shell--v2 .inbox-rail .site-filter-item.active{background:var(--wk-orange);border-color:var(--wk-orange);color:#fff}.dashboard-shell--v2 .inbox-rail .site-filter-item .site-marker{border-radius:999px;display:inline-block;flex-shrink:0;height:7px;width:7px}.dashboard-shell--v2 .inbox-rail .site-filter-item .site-marker--all{background:var(--wk-muted)}.dashboard-shell--v2 .inbox-rail .site-filter-item.active .site-marker--all{background:#fff}.dashboard-shell--v2 .inbox-rail .site-filter-item .site-filter-item__copy{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.dashboard-shell--v2 .inbox-rail .site-filter-item strong{font-size:11.5px;font-weight:700;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .inbox-rail .site-filter-item small{color:var(--wk-muted);display:block;font-size:10px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .inbox-rail .site-filter-item.active small{color:#ffffffdb}.dashboard-shell--v2 .inbox-rail .conversation-tabs{background:var(--wk-surface);border-bottom:1px solid var(--wk-line);display:flex;flex:0 0 auto;flex-wrap:wrap;gap:6px;margin:0;overflow:visible;padding:10px 14px}.dashboard-shell--v2 .inbox-rail .conversation-tab{align-items:center;background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:8px;box-sizing:border-box;color:var(--wk-muted);cursor:pointer;display:inline-flex;flex:1 1 96px;font-size:11px;font-weight:600;gap:6px;justify-content:center;min-height:34px;min-width:0;padding:5px 8px;white-space:nowrap}.dashboard-shell--v2 .inbox-rail .conversation-tab:hover{color:var(--wk-text);border-color:var(--wk-line-strong)}.dashboard-shell--v2 .inbox-rail .conversation-tab--active{background:var(--wk-orange);border-color:var(--wk-orange);color:#fff;box-shadow:0 1px 4px #f27b1359;font-weight:700}.dashboard-shell--v2 .inbox-rail .conversation-tab small{font-size:10px;font-variant-numeric:tabular-nums;opacity:.86}.dashboard-shell--v2 .inbox-rail .conversation-tab--active small{opacity:1}.dashboard-shell--v2 .inbox-rail .conversation-search-wrap{margin-top:12px;padding:0 14px}.dashboard-shell--v2 .inbox-rail .conversation-search{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-size:13px;margin:0;outline:0;padding:8px 10px;width:100%}.dashboard-shell--v2 .inbox-rail .conversation-search::placeholder{color:var(--wk-muted)}.dashboard-shell--v2 .inbox-rail .conversation-search:focus{border-color:var(--wk-orange)}.dashboard-shell--v2 .inbox-rail .conversation-list{display:flex;flex:1 1 auto;flex-direction:column;gap:0;margin:0;overflow-y:auto;padding:4px 0 0}.dashboard-shell--v2 .inbox-rail .conversation-list__status{min-height:34px;padding:0 14px 6px}.dashboard-shell--v2 .inbox-rail .conversation-list__status .conversation-empty,.dashboard-shell--v2 .inbox-rail .conversation-list__status .muted{margin:0}.dashboard-shell--v2 .inbox-rail .conversation-list__status .muted{color:var(--wk-muted);font-size:12px;padding:7px 0}.dashboard-shell--v2 .inbox-rail .conversation-list__items{display:flex;flex-direction:column;gap:0;padding:0}.dashboard-shell--v2 .inbox-rail .conversation-item{align-content:start;display:block;flex-shrink:0}.dashboard-shell--v2 .inbox-rail .conversation-empty{color:var(--wk-muted);font-size:12px;padding:16px 14px}.dashboard-shell--v2 .inbox-rail .conversation-item{background:var(--wk-surface);border:0;border-bottom:1px solid var(--wk-line-faint);border-left:3px solid transparent;border-radius:0;cursor:pointer;display:block;margin:0;padding:12px 14px;text-align:left;transition:background .1s ease;width:100%}.dashboard-shell--v2 .inbox-rail .conversation-item:hover{background:var(--wk-surface-soft)}.dashboard-shell--v2 .inbox-rail .conversation-item--selected{background:#fff3e8;border-left-color:var(--wk-orange)!important}[data-theme=dark] .dashboard-shell--v2 .inbox-rail .conversation-item--selected{background:#f27b131a}.dashboard-shell--v2 .inbox-rail .conversation-item--highlighted{box-shadow:inset 2px 0 0 var(--wk-orange)}.dashboard-shell--v2 .inbox-rail .conversation-inner{align-items:flex-start;display:flex;gap:10px}.dashboard-shell--v2 .inbox-rail .conversation-avatar{align-items:center;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:600;height:40px;justify-content:center;width:40px}.dashboard-shell--v2 .inbox-rail .conversation-content{flex:1;min-width:0}.dashboard-shell--v2 .inbox-rail .conversation-status-dot{border-radius:999px;display:inline-block;flex-shrink:0;height:8px;width:8px}.dashboard-shell--v2 .inbox-rail .conversation-status-dot--new{background:#f27b13}.dashboard-shell--v2 .inbox-rail .conversation-status-dot--waiting_agent{background:#fbbf24}.dashboard-shell--v2 .inbox-rail .conversation-status-dot--active{background:#16a34a}.dashboard-shell--v2 .inbox-rail .conversation-status-dot--closed{background:#9ca3af}.dashboard-shell--v2 .inbox-rail .conversation-status-dot--escalating{background:#dc2626}.dashboard-shell--v2 .inbox-rail .conversation-row{align-items:baseline;display:flex;font-size:11px;gap:6px;justify-content:space-between;margin-bottom:3px;min-width:0}.dashboard-shell--v2 .inbox-rail .conversation-row__name{align-items:center;color:var(--wk-text);display:inline-flex;font-size:13.5px;font-weight:600;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .inbox-rail .conversation-item--attention .conversation-row__name,.dashboard-shell--v2 .inbox-rail .conversation-item--notified .conversation-row__name{font-weight:700}.dashboard-shell--v2 .inbox-rail .conversation-dot{border-radius:999px;flex-shrink:0;height:7px;width:7px}.dashboard-shell--v2 .inbox-rail .conversation-row__time{color:#9ca3af;flex-shrink:0;font-size:11px;font-variant-numeric:tabular-nums}.dashboard-shell--v2 .inbox-rail .conversation-contact{color:var(--wk-muted);font-size:11px;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .inbox-rail .conversation-row--meta{align-items:center;display:flex;gap:6px;margin-bottom:0;margin-top:5px;min-width:0;overflow:hidden}.dashboard-shell--v2 .inbox-rail .conversation-row--meta:empty{display:none}.dashboard-shell--v2 .inbox-rail .conversation-site-tag{align-items:center;background:var(--wk-surface-soft);border-radius:999px;color:var(--wk-muted-strong);display:inline-flex;font-size:10.5px;font-weight:600;gap:5px;padding:1px 8px}.dashboard-shell--v2 .inbox-rail .conversation-state-tag{align-items:center;border:1px solid var(--wk-line);border-radius:999px;color:var(--wk-muted-strong);display:inline-flex;font-size:10.5px;font-weight:700;line-height:1;padding:3px 8px}.dashboard-shell--v2 .inbox-rail .conversation-state-tag--new{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.dashboard-shell--v2 .inbox-rail .conversation-state-tag--waiting_agent{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.dashboard-shell--v2 .inbox-rail .conversation-state-tag--active{background:#ecfdf3;border-color:#b8efcb;color:#176b35}.dashboard-shell--v2 .inbox-rail .conversation-state-tag--closed{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.dashboard-shell--v2 .inbox-rail .conversation-state-tag--escalating{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.dashboard-shell--v2 .inbox-rail .conversation-site-tag__dot{border-radius:999px;height:6px;width:6px}.dashboard-shell--v2 .inbox-rail .conversation-preview{color:var(--wk-muted);display:-webkit-box;font-size:13px;line-height:1.4;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.dashboard-shell--v2 .inbox-rail .conversation-item--attention .conversation-preview,.dashboard-shell--v2 .inbox-rail .conversation-item--notified .conversation-preview{color:var(--wk-text-2);font-weight:500}.dashboard-shell--v2 .inbox-rail .conversation-channel-badge{background:#25d366;border-radius:999px;color:#fff;display:inline-block;flex-shrink:0;font-size:11px;font-weight:700;line-height:1;padding:3px 8px}[data-theme=dark] .dashboard-shell--v2 .inbox-rail .conversation-channel-badge{background:#1a9e50;color:#fff}.dashboard-shell--v2 .inbox-rail .conversation-channel-badge--webchat{background:#374151;color:#fff}[data-theme=dark] .dashboard-shell--v2 .inbox-rail .conversation-channel-badge--webchat{background:#4b5563;color:#fff}.dashboard-shell--v2 .inbox-rail .conversation-dept-badge{border-radius:999px;color:#fff;display:inline-flex;flex-shrink:0;font-size:10px;font-weight:700;line-height:1;max-width:80px;overflow:hidden;padding:2px 7px;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .inbox-rail .conversation-page{color:var(--wk-muted);flex-shrink:1;font-family:inherit;font-size:10.5px;font-weight:500;margin-left:auto;max-width:120px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .chat-panel{background:var(--wk-bg);display:flex;flex-direction:column;height:100vh;min-width:0;overflow:hidden;position:sticky;top:0}.dashboard-shell--v2 .chat-panel .operator-header{align-items:center;background:var(--wk-surface);border-bottom:1px solid var(--wk-line);box-shadow:0 1px 3px #0000000d;display:flex;gap:14px;padding:10px 20px;position:relative;z-index:1}.dashboard-shell--v2 .operator-site{align-items:center;display:flex;flex-shrink:0;gap:10px;min-width:0}.dashboard-shell--v2 .operator-site__marker{align-items:center;border-radius:7px;color:#fff;display:inline-flex;flex-shrink:0;font-size:13px;font-weight:700;height:30px;justify-content:center;text-transform:uppercase;width:30px}.dashboard-shell--v2 .operator-site__marker--all{background:var(--wk-brand)}.dashboard-shell--v2 .operator-site__copy{display:flex;flex-direction:column;gap:1px;min-width:0}.dashboard-shell--v2 .operator-site h2{color:var(--wk-text);font-size:14px;font-weight:700;letter-spacing:-.005em;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .operator-site__meta{align-items:center;color:var(--wk-muted);display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;gap:6px;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .operator-site__sep{color:var(--wk-line-strong)}.dashboard-shell--v2 .operator-site__plan{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:600;letter-spacing:0;text-transform:lowercase}.dashboard-shell--v2 .operator-divider{background:var(--wk-line);flex-shrink:0;height:26px;width:1px}.dashboard-shell--v2 .operator-tabs{display:flex;flex-wrap:wrap;gap:2px}.dashboard-shell--v2 .operator-tabs .tab{align-items:center;background:transparent;border:0;border-radius:6px;color:var(--wk-muted);cursor:pointer;display:inline-flex;font-size:12.5px;font-weight:600;gap:6px;padding:6px 10px}.dashboard-shell--v2 .operator-tabs .tab:hover{color:var(--wk-text)}.dashboard-shell--v2 .operator-tabs .tab--active{background:transparent;border-bottom:2px solid var(--wk-orange);color:var(--wk-text);padding-bottom:4px}.dashboard-shell--v2 .operator-tabs .tab__badge{background:var(--wk-orange);border-radius:999px;color:#fff;font-size:10px;font-weight:700;letter-spacing:0;min-width:18px;padding:0 6px;text-align:center}.dashboard-shell--v2 .operator-live{align-items:center;color:var(--wk-muted);display:inline-flex;font-size:12px;gap:7px;margin-left:auto;white-space:nowrap}.dashboard-shell--v2 .operator-live__dot{background:var(--wk-positive);border-radius:999px;box-shadow:0 0 0 3px #16a34a2e;flex-shrink:0;height:7px;width:7px}.dashboard-shell--v2 .operator-live--reconnecting .operator-live__dot,.dashboard-shell--v2 .operator-live--connecting .operator-live__dot{background:var(--wk-warning);box-shadow:0 0 0 3px #d977062e}.dashboard-shell--v2 .operator-live--fallback .operator-live__dot{background:var(--wk-danger);box-shadow:0 0 0 3px #dc26262e}.dashboard-shell--v2 .operator-live__label{font-weight:500}.dashboard-shell--v2 .chat-panel .chat-header{align-items:center;background:var(--wk-surface);border-bottom:1px solid var(--wk-line);box-shadow:0 1px 3px #0000000f;display:flex;gap:14px;justify-content:space-between;padding:12px 20px;position:relative;z-index:1}.dashboard-shell--v2 .chat-panel .chat-header--empty{background:var(--wk-bg);box-shadow:none}.dashboard-shell--v2 .chat-panel .chat-header__copy{display:flex;flex-direction:column;gap:4px;min-width:0}.dashboard-shell--v2 .chat-panel .chat-header h2{color:var(--wk-text);font-size:15px;font-weight:700;letter-spacing:-.005em;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .chat-panel .chat-header__breadcrumb{align-items:center;color:var(--wk-muted);display:inline-flex;flex-wrap:wrap;font-size:11.5px;gap:6px;margin:0}.dashboard-shell--v2 .chat-panel .chat-header__route{color:var(--wk-muted-strong);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11.5px;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .chat-panel .chat-header__sep{color:var(--wk-line-strong)}.dashboard-shell--v2 .chat-panel .chat-header__started,.dashboard-shell--v2 .chat-panel .chat-header__presence{color:var(--wk-muted)}.dashboard-shell--v2 .chat-panel .chat-header__presence{align-items:center;color:#166534;display:inline-flex;font-weight:600;gap:4px}.dashboard-shell--v2 .chat-panel .chat-header__presence:before{background:var(--wk-positive);border-radius:999px;content:"";display:inline-block;height:6px;width:6px}.dashboard-shell--v2 .chat-panel .chat-header__actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.dashboard-shell--v2 .chat-panel .chat-header__actions .ghost-button{background:transparent;border:1px solid var(--wk-line-strong);border-radius:20px;color:var(--wk-text-2);cursor:pointer;font-size:12px;font-weight:600;padding:5px 14px;transition:background .12s ease,border-color .12s ease,color .12s ease}.dashboard-shell--v2 .chat-panel .chat-header__actions .ghost-button:hover{background:var(--wk-surface-soft);border-color:var(--wk-orange);color:var(--wk-orange)}.dashboard-shell--v2 .chat-panel .chat-header__actions .ghost-button:disabled{cursor:not-allowed;opacity:.45}.dashboard-shell--v2 .chat-panel .chat-header__actions .ghost-button--resolve{border-color:var(--wk-orange);color:var(--wk-orange)}.dashboard-shell--v2 .chat-panel .chat-header__actions .ghost-button--resolve:hover{background:#fff3e8}.dashboard-shell--v2 .chat-panel .chat-header__actions .ghost-button--danger{border-color:#fecaca;color:#b91c1c}.dashboard-shell--v2 .chat-panel .chat-header__actions .ghost-button--danger:hover{background:#fff1f2;border-color:#f87171}.dashboard-shell--v2 .chat-panel .conversation-action-toast{background:var(--wk-surface-soft);border-bottom:1px solid var(--wk-line);color:var(--wk-muted-strong);font-size:12px;padding:8px 22px}.dashboard-shell--v2 .chat-panel .conversation-action-toast--success{background:#16a34a14;color:#166534}.dashboard-shell--v2 .chat-panel .conversation-action-toast--error{background:#dc262614;color:#991b1b}.dashboard-shell--v2 .chat-panel .conversation-action-toast--warning{background:#991b1b1a;color:#991b1b}.dashboard-shell--v2 .chat-panel .error-banner,.dashboard-shell--v2 .chat-panel .notification-banner{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-size:12px;margin:12px 22px 0;padding:10px 14px}.dashboard-shell--v2 .chat-panel .messages{background:var(--wk-chat-bg);display:flex;flex:1;flex-direction:column;gap:0;overflow-y:auto;padding:16px 20px 28px}.dashboard-shell--v2 .chat-panel .messages-loading-banner{align-items:center;align-self:center;background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:999px;color:var(--wk-muted-strong);display:inline-flex;font-size:11px;font-weight:600;gap:6px;margin-bottom:2px;padding:4px 10px}.dashboard-shell--v2 .chat-panel .messages-loading-banner__dot{animation:wkPulse 1s ease-in-out infinite;background:var(--wk-orange);border-radius:999px;height:6px;width:6px}.dashboard-shell--v2 .chat-panel .messages>.muted{color:var(--wk-muted);font-size:12.5px;margin:auto;text-align:center}.dashboard-shell--v2 .chat-panel .chat-typing-indicator{align-self:flex-start;color:var(--wk-muted);font-size:12px;font-style:italic;margin:-2px 2px 2px}.dashboard-shell--v2 .chat-panel .message{border:0;display:flex;flex-direction:column;margin-bottom:2px;max-width:65%;padding:0}.dashboard-shell--v2 .chat-panel .message-bubble--last{margin-bottom:12px}.dashboard-shell--v2 .chat-panel .message-bubble--grouped{margin-top:0}.dashboard-shell--v2 .chat-panel .message-bubble--visitor{align-self:flex-start;background:var(--wk-bubble-visitor-bg);border-radius:4px 18px 18px;box-shadow:0 1px 2px #00000014;color:var(--wk-bubble-visitor-text);padding:10px 14px 6px}.dashboard-shell--v2 .chat-panel .message-bubble--agent,.dashboard-shell--v2 .chat-panel .message-bubble--ai{align-self:flex-end;background:var(--wk-bubble-agent-bg);border-radius:18px 4px 18px 18px;box-shadow:0 1px 2px #0000001f;color:var(--wk-bubble-agent-text);padding:10px 14px 6px}.dashboard-shell--v2 .chat-panel .message-bubble--system{align-self:center;background:transparent;margin:6px auto;max-width:100%;padding:0}.dashboard-shell--v2 .chat-panel .message-bubble--system p{background:#00000014;border-radius:999px;color:#0000008c;font-size:11px;font-weight:500;padding:4px 14px;text-align:center}[data-theme=dark] .dashboard-shell--v2 .chat-panel .message-bubble--system p{background:#ffffff17;color:#ffffff80}.dashboard-shell--v2 .chat-panel .message p{font-size:13.5px;line-height:1.5;margin:0;overflow-wrap:break-word;padding:0;white-space:pre-wrap;word-wrap:break-word}.dashboard-shell--v2 .chat-panel .message-attachments{display:grid;gap:8px;margin-bottom:8px}.dashboard-shell--v2 .chat-panel .message-attachment{color:inherit;display:grid;gap:4px;max-width:240px;text-decoration:none}.dashboard-shell--v2 .chat-panel .message-attachment--image img{border-radius:8px;display:block;max-height:180px;max-width:240px;object-fit:cover}.dashboard-shell--v2 .chat-panel .message-attachment--image span,.dashboard-shell--v2 .chat-panel .message-attachment--audio a,.dashboard-shell--v2 .chat-panel .message-attachment--file span,.dashboard-shell--v2 .chat-panel .message-attachment--file small{font-size:11px;opacity:.72;overflow-wrap:anywhere}.dashboard-shell--v2 .chat-panel .message-attachment--audio audio{max-width:240px}.dashboard-shell--v2 .chat-panel .message-attachment--file{background:#ffffff59;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:10px}.dashboard-shell--v2 .chat-panel .message-attachment--unavailable{background:#991b1b14;border:1px solid rgba(153,27,27,.18);border-radius:8px;color:#991b1b;padding:10px}.dashboard-shell--v2 .chat-panel .message-meta{align-items:center;display:flex;font-size:10px;font-variant-numeric:tabular-nums;gap:4px;justify-content:flex-start;line-height:1;margin-top:4px;opacity:.55}.dashboard-shell--v2 .chat-panel .message-bubble--agent .message-meta,.dashboard-shell--v2 .chat-panel .message-bubble--ai .message-meta{justify-content:flex-end}.dashboard-shell--v2 .chat-panel .message-meta__receipt{font-weight:600}.dashboard-shell--v2 .chat-panel .message-meta__receipt--read{opacity:1}.dashboard-shell--v2 .chat-panel .message-meta__receipt--failed{color:#991b1b;opacity:1}.dashboard-shell--v2 .chat-panel .reply-box{background:var(--wk-surface);border-top:1px solid var(--wk-line);padding:12px 16px 16px}.dashboard-shell--v2 .chat-panel .reply-box__shell{background:#fff;border:1.5px solid #E5E7EB;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:12px 16px 10px;transition:border-color .12s ease,box-shadow .12s ease}[data-theme=dark] .dashboard-shell--v2 .chat-panel .reply-box__shell{background:var(--wk-surface-soft)}.dashboard-shell--v2 .chat-panel .reply-box__shell:focus-within{border-color:var(--wk-orange);box-shadow:0 0 0 3px #f27b131f}.dashboard-shell--v2 .chat-panel .reply-box textarea{background:transparent;border:0;color:var(--wk-text);font-family:inherit;font-size:14px;line-height:1.5;min-height:40px;outline:0;padding:0;resize:none;width:100%}.dashboard-shell--v2 .chat-panel .reply-box textarea::placeholder{color:var(--wk-muted)}.dashboard-shell--v2 .chat-panel .reply-box__footer{align-items:center;display:flex;gap:8px;justify-content:space-between;min-height:40px}.dashboard-shell--v2 .chat-panel .reply-box__hint{color:var(--wk-muted);font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .chat-panel .reply-attachment{align-items:center;background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:8px;color:var(--wk-text);display:flex;font-size:12px;gap:8px;justify-content:space-between;padding:8px 10px;min-width:0}.dashboard-shell--v2 .chat-panel .reply-attachment--error{background:#991b1b14;border-color:#991b1b3d;color:#991b1b}.dashboard-shell--v2 .chat-panel .reply-attachment__remove{background:transparent;border:0;color:inherit;cursor:pointer;font:inherit;font-weight:700;padding:0}.dashboard-shell--v2 .chat-panel .reply-attachment__thumb{aspect-ratio:1;border-radius:6px;flex:0 0 auto;height:40px;object-fit:cover;width:40px}.dashboard-shell--v2 .chat-panel .reply-attachment__badge{align-items:center;background:#fff;border:1px solid var(--wk-line);border-radius:6px;display:inline-flex;flex:0 0 auto;font-size:11px;font-weight:700;height:40px;justify-content:center;min-width:48px;padding:0 8px}.dashboard-shell--v2 .chat-panel .reply-attachment__name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-shell--v2 .chat-panel .reply-attachment__size{color:var(--wk-muted);flex:0 0 auto;font-size:11px}.dashboard-shell--v2 .chat-panel .reply-box__status{color:var(--wk-muted);flex:0 0 auto;font-size:11px;font-weight:700}.dashboard-shell--v2 .chat-panel .reply-box__attach{align-items:center;border-radius:50%;color:var(--wk-muted);cursor:pointer;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.dashboard-shell--v2 .chat-panel .reply-box__attach input{display:none}.dashboard-shell--v2 .chat-panel .reply-box__attach:hover{background:var(--wk-surface-soft);color:var(--wk-text)}@media(max-width:720px){.dashboard-shell--v2 .chat-panel .reply-attachment{flex-wrap:wrap}.dashboard-shell--v2 .chat-panel .message-attachment,.dashboard-shell--v2 .chat-panel .message-attachment--image img,.dashboard-shell--v2 .chat-panel .message-attachment--audio audio{max-width:min(240px,72vw)}}.dashboard-shell--v2 .chat-panel .reply-box__warning{background:#d977061a;border-radius:999px;color:#92400e;font-size:11px;font-weight:600;padding:2px 10px}.dashboard-shell--v2 .chat-panel .reply-box__warning--closed{background:#991b1b1a;color:#991b1b}.dashboard-shell--v2 .chat-panel .reply-box__send{align-items:center;background:var(--wk-orange);border:0;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;padding:0;transition:filter .12s ease,transform .1s ease;width:40px}.dashboard-shell--v2 .chat-panel .reply-box__send svg{height:18px;width:18px}.dashboard-shell--v2 .chat-panel .reply-box__send:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.04)}.dashboard-shell--v2 .chat-panel .reply-box__send:disabled{background:var(--wk-line-strong);cursor:not-allowed;transform:none}.dashboard-shell--v2 .conversation-context-panel{background:var(--wk-surface);border-left:1px solid var(--wk-line);display:flex;flex-direction:column;gap:20px;height:100vh;overflow-y:auto;padding:20px 16px;position:sticky;top:0}.dashboard-shell--v2 .conversation-context-panel header{display:flex;flex-direction:column;gap:4px}.dashboard-shell--v2 .conversation-context-panel header .eyebrow{color:#9ca3af;font-size:10px;font-weight:700;letter-spacing:.1em;margin:0;text-transform:uppercase}.dashboard-shell--v2 .conversation-context-panel header h3{color:var(--wk-text);font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.2;margin:0;word-break:break-word}.dashboard-shell--v2 .conversation-context-panel header .context-subtitle{color:var(--wk-muted);font-size:12px;margin:4px 0 0}.dashboard-shell--v2 .context-section-title{color:#9ca3af;font-size:10.5px;font-weight:700;letter-spacing:.1em;margin:4px 0 6px;text-transform:uppercase}.dashboard-shell--v2 .context-card{background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:8px;display:flex;flex-direction:column;gap:6px;padding:10px 12px}.dashboard-shell--v2 .context-label{color:#9ca3af;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.dashboard-shell--v2 .context-card strong{color:var(--wk-text);font-size:13px;font-weight:600;word-break:break-word}.dashboard-shell--v2 .context-card small{color:var(--wk-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.dashboard-shell--v2 .context-card a{color:var(--wk-text);font-size:11px;font-weight:600;text-decoration:underline;text-underline-offset:2px}.dashboard-shell--v2 .context-metric-grid{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:4px 0}.dashboard-shell--v2 .context-metric-grid>div{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);display:flex;flex-direction:column;padding:8px 10px}.dashboard-shell--v2 .context-metric-grid strong{font-size:16px}.dashboard-shell--v2 .context-metric-grid small{color:var(--wk-muted);font-family:inherit;font-size:10px;letter-spacing:.04em;text-transform:lowercase}.dashboard-shell--v2 .context-card--satisfaction.context-card--like{border-color:#16a34a40}.dashboard-shell--v2 .context-card--satisfaction.context-card--dislike{border-color:#dc262640}.dashboard-shell--v2 .satisfaction-result{align-items:center;display:flex;gap:8px}.dashboard-shell--v2 .satisfaction-result span{background:var(--wk-orange);border-radius:999px;color:#fff;font-size:10px;font-weight:700;padding:2px 8px;text-transform:uppercase}.dashboard-shell--v2 .context-card--note label{color:var(--wk-muted-strong);display:block;font-size:11px;font-weight:600;margin-bottom:6px}.dashboard-shell--v2 .context-card--note textarea{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-family:inherit;font-size:12px;line-height:1.45;padding:8px 10px;resize:vertical;width:100%}.dashboard-shell--v2 .context-card--note textarea:focus{border-color:var(--wk-line-strong);outline:0}.dashboard-shell--v2 .context-card--note .ghost-button{align-self:flex-start;background:var(--wk-orange);border:0;border-radius:var(--wk-radius-sm);color:#fff;cursor:pointer;font-size:12px;font-weight:600;margin-top:8px;padding:6px 12px;transition:background .12s ease}.dashboard-shell--v2 .context-card--note .ghost-button:hover:not(:disabled){background:var(--wk-orange-deep)}.dashboard-shell--v2 .context-card--note .ghost-button:disabled{background:var(--wk-line-strong);cursor:not-allowed}.dashboard-shell--v2 .note-helper{color:var(--wk-muted);font-family:inherit;font-size:10px}.dashboard-shell--v2 .workspace{background:var(--wk-bg);display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1080px;padding:28px 36px 80px;width:100%}.dashboard-shell--v2 .workspace--settings{max-width:720px}.dashboard-shell--v2 .settings-view{overflow-y:auto}.dashboard-shell--v2 .workspace__header{align-items:flex-end;display:flex;gap:14px;justify-content:space-between}.dashboard-shell--v2 .workspace__header h2{color:var(--wk-text);font-size:22px;font-weight:700;letter-spacing:-.01em}.dashboard-shell--v2 .workspace__header .muted.small{color:var(--wk-muted)}.dashboard-shell--v2 .workspace--locked{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.dashboard-shell--v2 .workspace .ghost-button{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);color:var(--wk-text);cursor:pointer;font-size:12.5px;font-weight:600;padding:7px 12px}.dashboard-shell--v2 .workspace .ghost-button:hover{background:var(--wk-surface-soft)}.dashboard-shell--v2 .workspace .primary-button{background:var(--wk-orange);border:0;border-radius:var(--wk-radius-sm);color:#fff;cursor:pointer;font-size:12.5px;font-weight:700;padding:8px 16px;transition:background .12s ease}.dashboard-shell--v2 .workspace .primary-button:hover:not(:disabled){background:var(--wk-orange-deep)}.dashboard-shell--v2 .workspace .primary-button:disabled{background:var(--wk-line-strong);cursor:not-allowed}.dashboard-shell--v2 .site-block--workspace{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);margin-top:0;padding:18px 20px}.dashboard-shell--v2 .site-block--workspace .site-block-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.dashboard-shell--v2 .site-block--workspace h2{font-size:15px}.dashboard-shell--v2 .site-block--workspace .site-list{display:grid;gap:4px;grid-template-columns:1fr;margin-top:10px}.dashboard-shell--v2 .site-block--workspace .site-list-item{background:transparent;border:1px solid transparent;border-radius:var(--wk-radius-sm);cursor:pointer;display:flex;gap:10px;padding:10px 12px;text-align:left;width:100%}.dashboard-shell--v2 .site-block--workspace .site-list-item:hover{background:var(--wk-surface-soft)}.dashboard-shell--v2 .site-block--workspace .site-list-item.active{background:var(--wk-surface-soft);border-color:var(--wk-line)}.dashboard-shell--v2 .site-block--workspace .site-list-item .site-marker{border-radius:6px;flex-shrink:0;height:26px;width:26px}.dashboard-shell--v2 .site-block--workspace .site-list-copy{display:flex;flex-direction:column;min-width:0}.dashboard-shell--v2 .site-block--workspace .site-list-copy strong{color:var(--wk-text);font-size:13px;font-weight:600}.dashboard-shell--v2 .site-block--workspace .site-list-copy span{color:var(--wk-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.dashboard-shell--v2 .site-editor{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:flex;flex-direction:column}.dashboard-shell--v2 .site-editor__header{align-items:flex-start;border-bottom:1px solid var(--wk-line);display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding:16px 20px 0}.dashboard-shell--v2 .site-editor__header h2{color:var(--wk-text);font-size:15px;font-weight:700}.dashboard-shell--v2 .site-editor__header .muted.small{color:var(--wk-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px}.dashboard-shell--v2 .site-editor__tabs{display:flex;gap:2px;width:100%}.dashboard-shell--v2 .site-editor__tabs .tab{background:transparent;border:0;border-bottom:2px solid transparent;color:var(--wk-muted);cursor:pointer;font-size:12.5px;font-weight:600;padding:10px 14px}.dashboard-shell--v2 .site-editor__tabs .tab:hover{color:var(--wk-text)}.dashboard-shell--v2 .site-editor__tabs .tab--active{border-bottom-color:var(--wk-orange);color:var(--wk-text)}.dashboard-shell--v2 .site-editor__panel{display:flex;flex-direction:column;gap:16px;padding:20px}.dashboard-shell--v2 .site-editor__actions{display:flex;justify-content:flex-end}.dashboard-shell--v2 .install-block{display:flex;flex-direction:column;gap:10px}.dashboard-shell--v2 .install-block .code-block{background:#1a2030;border:0;border-radius:var(--wk-radius-sm);color:#cbd5e1;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.6;margin:0;overflow:auto;padding:14px 16px;white-space:pre-wrap}.dashboard-shell--v2 .setting-card{align-items:center;background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:flex;gap:18px;justify-content:space-between;padding:16px 18px}.dashboard-shell--v2 .setting-card h3{color:var(--wk-text);font-size:13px;font-weight:700;margin-bottom:4px}.dashboard-shell--v2 .setting-card__actions{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.dashboard-shell--v2 .setting-card .muted.small{color:var(--wk-muted);font-size:12px}.dashboard-shell--v2 .setting-card .push-status{background:var(--wk-surface-soft);border-radius:999px;color:var(--wk-muted-strong);display:inline-block;font-size:11px;font-weight:600;margin-top:6px;padding:2px 8px}.dashboard-shell--v2 .setting-card .push-status--active{background:#16a34a26;color:#166534}.dashboard-shell--v2 .setting-card .push-status--denied,.dashboard-shell--v2 .setting-card .push-status--unsupported{background:#dc26261a;color:#991b1b}.dashboard-shell--v2 .settings-form{display:grid;gap:12px}.dashboard-shell--v2 .settings-form label{color:var(--wk-muted-strong);display:flex;flex-direction:column;font-size:12px;font-weight:600;gap:6px}.dashboard-shell--v2 .settings-form input,.dashboard-shell--v2 .settings-form select,.dashboard-shell--v2 .settings-form textarea{background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);color:var(--wk-text);font-family:inherit;font-size:13px;outline:0;padding:8px 10px;width:100%}.dashboard-shell--v2 .settings-form input:focus,.dashboard-shell--v2 .settings-form select:focus,.dashboard-shell--v2 .settings-form textarea:focus{border-color:var(--wk-line-strong)}.dashboard-shell--v2 .inline-fields{display:grid;gap:12px;grid-template-columns:1fr 1fr}.dashboard-shell--v2 .color-control{align-items:center;display:flex;gap:8px}.dashboard-shell--v2 .color-control input[type=color]{background:transparent;border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);height:36px;padding:0;width:36px}.dashboard-shell--v2 .color-swatches{display:inline-flex;flex-wrap:wrap;gap:4px;margin-left:4px}.dashboard-shell--v2 .color-swatch{border:1px solid var(--wk-line);border-radius:4px;cursor:pointer;height:22px;padding:0;transition:transform 80ms ease,box-shadow 80ms ease;width:22px}.dashboard-shell--v2 .color-swatch:hover{transform:scale(1.08)}.dashboard-shell--v2 .color-swatch--active{box-shadow:0 0 0 2px var(--wk-text)}.dashboard-shell--v2 .domain-manager{display:flex;flex-direction:column;gap:10px}.dashboard-shell--v2 .domain-form{display:grid;gap:8px;grid-template-columns:1fr auto}.dashboard-shell--v2 .domain-form input{background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;outline:0;padding:8px 10px}.dashboard-shell--v2 .domain-list{display:flex;flex-direction:column;gap:6px}.dashboard-shell--v2 .domain-row{align-items:center;background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);display:flex;gap:10px;justify-content:space-between;padding:8px 12px}.dashboard-shell--v2 .domain-row strong{color:var(--wk-text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.dashboard-shell--v2 .domain-row span{color:var(--wk-muted);font-size:11px}.dashboard-shell--v2 .domain-row .link-button{background:transparent;border:0;color:var(--wk-muted);cursor:pointer;font-size:11px}.dashboard-shell--v2 .domain-row .link-button.danger{color:var(--wk-danger)}.dashboard-shell--v2 .config-list{background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);display:grid;gap:0;padding:0}.dashboard-shell--v2 .config-list>*{border-bottom:1px solid var(--wk-line);font-size:12px;padding:8px 12px}.dashboard-shell--v2 .config-list>*:last-child{border-bottom:0}.dashboard-shell--v2 .member-form{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr auto;padding:14px 16px}.dashboard-shell--v2 .member-form input{background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);font-size:13px;outline:0;padding:8px 10px}.dashboard-shell--v2 .member-list{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:flex;flex-direction:column}.dashboard-shell--v2 .member-row{align-items:center;border-bottom:1px solid var(--wk-line);display:flex;gap:12px;justify-content:space-between;padding:12px 16px}.dashboard-shell--v2 .member-row:last-child{border-bottom:0}.dashboard-shell--v2 .member-row strong{color:var(--wk-text);font-size:13px;font-weight:600}.dashboard-shell--v2 .member-row span{color:var(--wk-muted-strong);display:block;font-size:12px}.dashboard-shell--v2 .member-row small{color:var(--wk-muted);display:block;font-size:11px}.dashboard-shell--v2 .member-row--disabled{opacity:.55}.dashboard-shell--v2 .member-actions{align-items:center;display:flex;gap:8px}.dashboard-shell--v2 .member-actions select{background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);font-size:12px;padding:4px 8px}.dashboard-shell--v2 .billing-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dashboard-shell--v2 .billing-card{background:var(--wk-surface);border:1px solid var(--wk-line);border-radius:var(--wk-radius);display:flex;flex-direction:column;gap:6px;padding:16px 18px}.dashboard-shell--v2 .billing-card span{color:var(--wk-muted);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dashboard-shell--v2 .billing-card strong{color:var(--wk-text);font-size:22px;font-weight:700;line-height:1.1}.dashboard-shell--v2 .billing-card small{color:var(--wk-muted);font-size:12px}.dashboard-shell--v2 .billing-note{color:var(--wk-text);font-size:12px;margin:0}.dashboard-shell--v2 .billing-card.upgrade-card{background:var(--wk-brand);border-color:var(--wk-brand);color:#fff}.dashboard-shell--v2 .billing-card.upgrade-card span,.dashboard-shell--v2 .billing-card.upgrade-card small{color:#ffffffb3}.dashboard-shell--v2 .billing-card.upgrade-card strong{color:#fff}.dashboard-shell--v2 .billing-card.upgrade-card .primary-button{background:#fff;color:var(--wk-brand);margin-top:8px}.dashboard-shell--v2 .billing-card.upgrade-card .billing-input-group{display:grid;gap:6px;margin-top:6px}.dashboard-shell--v2 .billing-card.upgrade-card .billing-input-group span{color:#ffffffd1;font-size:11px;letter-spacing:0;text-transform:none}.dashboard-shell--v2 .billing-card.upgrade-card .billing-input-group input{background:#fffffff2;border:1px solid rgba(255,255,255,.75);border-radius:var(--wk-radius-sm);color:#0f172a;font-size:13px;padding:8px 10px}.dashboard-shell--v2 .billing-card.upgrade-card .ghost-button{background:transparent;border-color:#ffffff8c;color:#fff}.dashboard-shell--v2 .billing-card.upgrade-card .ghost-button:disabled{opacity:.7}.dashboard-shell--v2 .billing-card.upgrade-card .checkout-message{margin-top:2px}.dashboard-shell--v2 .form-message{background:var(--wk-surface-soft);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);font-size:12px;padding:8px 10px}.dashboard-shell--v2 .form-message.error{background:#dc262614;border-color:#dc262640;color:#991b1b}.dashboard-shell--v2 .form-message.success{background:#16a34a14;border-color:#16a34a40;color:#166534}.dashboard-shell--v2 .form-message.warning{background:#d9770614;border-color:#d9770640;color:#92400e}.dashboard-shell--v2 .warning-note{background:#d9770614;border:1px solid rgba(217,119,6,.25);border-radius:var(--wk-radius-sm);color:#92400e;font-size:12px;padding:8px 10px}.dashboard-shell--v2 .site-create-form{display:grid;gap:8px;grid-template-columns:1fr 1fr auto;margin-top:10px}.dashboard-shell--v2 .site-create-form input{background:var(--wk-bg);border:1px solid var(--wk-line);border-radius:var(--wk-radius-sm);font-size:13px;padding:8px 10px}.dashboard-shell--v2 .site-limit-note{color:var(--wk-muted);font-size:12px}.dashboard-shell--v2 .checkout-message{font-size:12px;margin-top:6px}@keyframes wkPulse{0%,to{opacity:.35;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@media(max-width:1100px){.dashboard-shell--v2:has(.inbox-rail){grid-template-columns:220px 280px minmax(0,1fr)}.dashboard-shell--v2 .conversation-context-panel{display:none}}@media(max-width:900px){.dashboard-shell--v2,.dashboard-shell--v2:has(.inbox-rail){grid-template-columns:1fr}.dashboard-shell--v2 .nav-rail,.dashboard-shell--v2 .inbox-rail{height:auto;position:static}.dashboard-shell--v2 .inbox-rail .site-filter-list{gap:6px;padding-inline:10px}.dashboard-shell--v2 .chat-panel .message{max-width:88%}.dashboard-shell--v2 .workspace{padding:20px}.dashboard-shell--v2 .conversation-context-panel{display:none}}
