:root{--bg-page: #fafafa;--bg-surface: #ffffff;--bg-glass: rgba(0, 0, 0, .04);--text-primary: #171717;--text-secondary: #525252;--text-muted: #737373;--accent-green: #3ecf8e;--accent-link: #00a35c;--border-subtle: #e5e5e5;--border: #d4d4d4;--border-prominent: #a3a3a3;--accent-border: rgba(62, 207, 142, .45);--error-text: #dc2626;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 16px;--radius-pill: 9999px;--font-sans: "Inter", "Noto Sans Hebrew", "Noto Sans Arabic", system-ui, sans-serif;--sidebar-width: 240px;--topbar-height: 56px}[data-theme=dark]{--bg-page: #171717;--bg-surface: #0f0f0f;--bg-glass: rgba(41, 41, 41, .84);--text-primary: #fafafa;--text-secondary: #b4b4b4;--text-muted: #898989;--accent-green: #3ecf8e;--accent-link: #00c573;--border-subtle: #242424;--border: #2e2e2e;--border-prominent: #363636;--accent-border: rgba(62, 207, 142, .3);--error-text: #f87171}*,*:before,*:after{box-sizing:border-box}html{height:100%}body,#root{height:100%;margin:0}body{font-family:var(--font-sans);font-size:14px;line-height:1.5;background:var(--bg-page);color:var(--text-primary)}a{color:var(--accent-link);text-decoration:none}button,input,textarea,select{font-family:inherit;font-size:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 20px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg-surface);color:var(--text-primary);cursor:pointer;font-weight:500}.btn:hover{border-color:var(--border-prominent)}.btn-primary{border-color:var(--text-primary)}.btn-accent{border-color:var(--accent-border);color:var(--accent-green)}.btn-sm{padding:6px 14px;font-size:12px}.theme-toggle{gap:6px}.theme-toggle-icon{font-size:14px;line-height:1}.theme-toggle-label{font-size:12px}.input,.textarea,.select{width:100%;padding:10px 12px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary)}.textarea{min-height:120px;resize:vertical}.card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.label{display:block;margin-bottom:6px;color:var(--text-secondary);font-size:12px}.dashboard-shell{display:flex;height:100%;min-height:0;overflow:hidden;position:relative}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:40;border:none;cursor:pointer}.sidebar-backdrop.visible{display:block}.sidebar{width:var(--sidebar-width);flex-shrink:0;display:flex;flex-direction:column;background:var(--bg-surface);border-inline-end:1px solid var(--border-subtle);min-height:0;z-index:50}.sidebar-brand{padding:20px 16px 12px;font-size:18px;font-weight:600;color:var(--accent-green);flex-shrink:0}.sidebar-nav{flex:1;overflow-y:auto;padding:8px 12px;min-height:0}.sidebar-section{margin-bottom:20px}.sidebar-section-label{display:block;padding:4px 12px 8px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.sidebar-link{display:flex;align-items:center;gap:10px;padding:10px 12px;margin-bottom:2px;border-radius:var(--radius-md);color:var(--text-secondary);font-weight:500;text-decoration:none;border-inline-start:2px solid transparent;transition:background .15s,color .15s}.sidebar-link:hover{background:var(--bg-glass);color:var(--text-primary)}.sidebar-link.active{background:var(--bg-glass);color:var(--text-primary);border-inline-start-color:var(--accent-green)}.sidebar-link-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;opacity:.85}.sidebar-footer{flex-shrink:0;padding:12px 16px 16px;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:10px}.sidebar-footer-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.sidebar-user{font-size:12px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-body{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--bg-page)}.topbar{flex-shrink:0;height:var(--topbar-height);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;border-bottom:1px solid var(--border-subtle);background:var(--bg-page)}.topbar-start{display:flex;align-items:center;gap:12px;min-width:0}.topbar-title{margin:0;font-size:18px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.menu-toggle{display:none;padding:8px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-surface);color:var(--text-primary);cursor:pointer;line-height:0}.page-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:24px}.page-content--flush{padding:0;overflow:hidden;display:flex;flex-direction:column}.page-header{margin-bottom:20px}.page-header-title{margin:0 0 4px;font-size:20px;font-weight:600}.page-header-desc{margin:0;color:var(--text-muted);font-size:14px}.page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-grid{display:grid;gap:16px;max-width:1200px}.tabs{display:flex;gap:4px;flex-wrap:wrap;border-bottom:1px solid var(--border-subtle);padding-bottom:0;margin-bottom:16px}.tab{padding:8px 14px;margin-bottom:-1px;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--text-muted);font-weight:500;font-size:13px;cursor:pointer;border-radius:var(--radius-sm) var(--radius-sm) 0 0}.tab:hover{color:var(--text-primary);background:var(--bg-glass)}.tab.active{color:var(--accent-green);border-bottom-color:var(--accent-green)}.inbox-toolbar{flex-shrink:0;padding:12px 16px 0;border-bottom:1px solid var(--border-subtle)}.inbox-toolbar .tabs{margin-bottom:0;border-bottom:none}.page-fill{height:100%;min-height:0;display:flex;flex-direction:column}.page-fill .inbox-layout{flex:1;min-height:0;height:auto}.inbox-layout{display:grid;grid-template-columns:320px 1fr 300px;height:100%;min-height:0}.inbox-sidebar{display:flex;flex-direction:column;border-inline-end:1px solid var(--border-subtle);overflow:hidden;min-height:0}.inbox-sidebar-list{flex:1;min-height:0;overflow-y:auto}.conversation-item{padding:12px 16px;border-bottom:1px solid var(--border-subtle);cursor:pointer;text-align:start}.conversation-item:hover,.conversation-item.active{background:var(--bg-glass)}.conversation-item.active{border-inline-start:2px solid var(--accent-green)}.thread{display:flex;flex-direction:column;height:100%;min-height:0;border-inline-end:1px solid var(--border-subtle)}.messages{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:75%;padding:10px 14px;border-radius:var(--radius-md);border:1px solid var(--border)}.bubble.in{align-self:flex-start;background:var(--bg-glass)}.bubble.out{align-self:flex-end;background:var(--bg-surface);border-color:var(--accent-border)}.bubble.ai{border-color:#3ecf8e33}.bubble-meta{font-size:11px;color:var(--text-muted);margin-top:4px}.composer{padding:12px 16px;border-top:1px solid var(--border-subtle);display:flex;gap:8px;flex-shrink:0}.lead-panel{padding:16px;overflow-y:auto;min-height:0}.badge{display:inline-block;padding:2px 10px;border-radius:var(--radius-pill);font-size:12px;border:1px solid var(--border)}.badge-qualified{border-color:var(--accent-border);color:var(--accent-green)}.badge-disqualified{border-color:var(--border);color:var(--text-muted)}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto}.login-card{width:100%;max-width:400px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px 12px;text-align:start;border-bottom:1px solid var(--border-subtle)}.table th{color:var(--text-muted);font-weight:500;font-size:12px}.lang-switcher{display:flex;gap:4px}.lang-switcher button{padding:4px 10px;border-radius:var(--radius-pill);border:1px solid transparent;background:transparent;color:var(--text-muted);cursor:pointer}.lang-switcher button.active{border-color:var(--accent-border);color:var(--accent-green)}.banner-human{padding:8px 16px;background:var(--bg-glass);border-bottom:1px solid var(--accent-border);color:var(--accent-green);font-size:13px;flex-shrink:0}.error-text{color:var(--error-text)}@media(max-width:768px){.menu-toggle{display:inline-flex;align-items:center;justify-content:center}.sidebar{position:fixed;inset-block:0;inset-inline-start:0;transform:translate(calc(-100% * var(--sidebar-slide, 1)));transition:transform .2s ease;box-shadow:4px 0 24px #00000026}[dir=rtl] .sidebar{transform:translate(calc(100% * var(--sidebar-slide, 1)))}.sidebar.open{--sidebar-slide: 0;transform:translate(0)}}@media(max-width:900px){.inbox-layout{grid-template-columns:1fr}.lead-panel{display:none}}
