:root{--ls-bg:#f7f8fa;--ls-surface:#fff;--ls-sidebar:#0b1220;--ls-sidebar-hover:#16202f;--ls-sidebar-active:#1e293b;--ls-border:#e5e7eb;--ls-border-strong:#d8dee8;--ls-text:#0f172a;--ls-muted:#64748b;--ls-primary:#1e3a8a;--ls-link:#2563eb;--ls-success:#10b981;--ls-warning:#f59e0b;--ls-danger:#ef4444;--ls-ai:#6366f1;--ls-radius:9px;--ls-sidebar-wide:216px;--ls-sidebar-compact:64px;--ls-topbar:56px;--ls-control:34px}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ls-text);background:var(--ls-bg);font-size:13px}button,input,select,textarea{font:inherit}a{color:inherit}.hidden{display:none!important}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* Login */.loginPage{min-height:100vh;display:grid;grid-template-columns:minmax(360px,46%) minmax(420px,54%);background:#fff}.loginVisual{position:relative;overflow:hidden;background:linear-gradient(145deg,#08111f,#0f2140);color:#fff;padding:54px;display:flex;flex-direction:column;justify-content:space-between}.loginVisual:before,.loginVisual:after{content:"";position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}.loginVisual:before{width:420px;height:420px;right:-150px;top:-120px;background:rgba(37,99,235,.22)}.loginVisual:after{width:320px;height:320px;left:-120px;bottom:-100px;background:rgba(99,102,241,.14)}.loginBrand,.loginVisualCopy,.loginFeatureGrid{position:relative;z-index:1}.loginBrand{display:flex;align-items:center;gap:12px}.brandMark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#1e3a8a;color:#fff;font-size:14px;font-weight:800;letter-spacing:-.04em}.loginBrand strong{display:block;font-size:14px}.loginBrand span{display:block;font-size:11px;color:#94a3b8;margin-top:2px}.loginVisualCopy{max-width:520px}.loginVisualCopy p:first-child{font-size:11px;text-transform:uppercase;letter-spacing:.09em;color:#93c5fd;font-weight:800}.loginVisualCopy h1{font-size:36px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 14px}.loginVisualCopy>p:last-child{font-size:15px;line-height:1.65;color:#cbd5e1}.loginFeatureGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.loginFeature{padding:14px;border:1px solid rgba(148,163,184,.2);background:rgba(15,23,42,.35);border-radius:9px}.loginFeature strong{display:block;font-size:12px}.loginFeature span{display:block;color:#94a3b8;font-size:11px;margin-top:4px;line-height:1.4}.loginPanel{display:grid;place-items:center;padding:36px}.loginForm{width:min(390px,100%)}.loginForm .eyebrow{margin:0 0 6px;color:var(--ls-primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.loginForm h2{font-size:25px;letter-spacing:-.03em;margin:0}.loginForm>p{color:var(--ls-muted);line-height:1.55;margin:8px 0 24px}.loginForm label{display:grid;gap:6px;font-weight:700;font-size:12px;margin-top:12px}.loginForm input{height:40px;border:1px solid #cbd5e1;border-radius:8px;padding:0 11px;outline:none}.loginForm input:focus{border-color:var(--ls-link);box-shadow:0 0 0 3px rgba(37,99,235,.12)}.loginForm button{width:100%;height:40px;margin-top:18px;border:0;border-radius:8px;background:var(--ls-primary);color:#fff;font-weight:700;cursor:pointer}.loginForm button:hover{background:#172f70}.traceLogin{display:block;margin-top:16px;color:#94a3b8;font-size:10px;overflow-wrap:anywhere}.formError,.errorPanel{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-left:3px solid var(--ls-danger);padding:11px 12px;border-radius:8px;margin-top:14px}.errorStandalone{max-width:620px;width:min(620px,92vw)}
/* Shell */.shell{display:grid;grid-template-columns:var(--ls-sidebar-wide) minmax(0,1fr);min-height:100vh;transition:grid-template-columns .18s ease}.shell.compact{grid-template-columns:var(--ls-sidebar-compact) minmax(0,1fr)}.shell.sidebar-hidden{grid-template-columns:0 minmax(0,1fr)}#sidebar{width:var(--ls-sidebar-wide);min-height:100vh;background:var(--ls-sidebar);color:#cbd5e1;display:flex;flex-direction:column;overflow:hidden;position:sticky;top:0;height:100vh;z-index:30;transition:width .18s ease,transform .18s ease}.shell.compact #sidebar{width:var(--ls-sidebar-compact)}.shell.sidebar-hidden #sidebar{width:0;transform:translateX(-100%)}.sidebarHead{height:60px;display:flex;align-items:center;gap:10px;padding:0 12px;border-bottom:1px solid rgba(148,163,184,.12);flex:0 0 auto}.sidebarIdentity{display:flex;align-items:center;gap:10px;min-width:0;flex:1;text-decoration:none}.sidebarIdentityText{min-width:0}.sidebarIdentityText strong,.sidebarIdentityText small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebarIdentityText strong{color:#fff;font-size:12px}.sidebarIdentityText small{color:#64748b;font-size:10px;margin-top:2px}.iconButton{display:inline-grid;place-items:center;width:32px;height:32px;border:1px solid transparent;border-radius:7px;background:transparent;color:inherit;cursor:pointer}.iconButton:hover{background:rgba(255,255,255,.07)}.iconButton svg{width:17px;height:17px}.sidebarNav{padding:10px 8px 14px;overflow-y:auto;flex:1}.navGroup{margin:0 0 12px}.navGroupTitle{height:24px;display:flex;align-items:center;padding:0 9px;color:#64748b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;white-space:nowrap}.navItem{min-height:34px;display:flex;align-items:center;gap:9px;padding:6px 9px;border-radius:7px;color:#b8c4d6;text-decoration:none;white-space:nowrap;position:relative}.navItem svg{width:16px;height:16px;flex:0 0 16px}.navItem:hover{background:var(--ls-sidebar-hover);color:#fff}.navItem.active{background:var(--ls-sidebar-active);color:#fff}.navItem.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:2px;border-radius:2px;background:#60a5fa}.navLabel{overflow:hidden;text-overflow:ellipsis}.sidebarFoot{padding:9px 8px 10px;border-top:1px solid rgba(148,163,184,.12);flex:0 0 auto}.sidebarUser{display:flex;align-items:center;gap:9px;padding:8px 7px;margin-bottom:4px}.avatar{width:28px;height:28px;border-radius:999px;background:#1e3a8a;color:#dbeafe;display:grid;place-items:center;font-size:11px;font-weight:800;flex:0 0 auto}.sidebarUserText{min-width:0}.sidebarUserText strong,.sidebarUserText small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebarUserText strong{font-size:11px;color:#f8fafc}.sidebarUserText small{font-size:9px;color:#64748b;margin-top:2px}.sidebarFoot .navItem,.sidebarFoot button.navItem{width:100%;border:0;background:transparent;text-align:left}.sidebarFoot .navItem:hover,.sidebarFoot button.navItem:hover{background:var(--ls-sidebar-hover)}.sidebarFoot form{margin:0}.shell.compact .sidebarIdentityText,.shell.compact .navGroupTitle,.shell.compact .navLabel,.shell.compact .sidebarUserText,.shell.compact .sidebarHead .sidebarCollapse{display:none}.shell.compact .sidebarHead{justify-content:center;padding:0}.shell.compact .sidebarIdentity{justify-content:center;flex:0}.shell.compact .sidebarNav,.shell.compact .sidebarFoot{padding-left:7px;padding-right:7px}.shell.compact .navItem,.shell.compact .sidebarUser{justify-content:center;padding-left:0;padding-right:0}.shell.compact .navItem.active:before{left:0}
.appMain{min-width:0;min-height:100vh}.topbar{height:var(--ls-topbar);background:#fff;border-bottom:1px solid var(--ls-border);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px;position:sticky;top:0;z-index:20}.topbarStart,.topbarEnd{display:flex;align-items:center;gap:10px;min-width:0}.sidebarReveal{display:none}.shell.sidebar-hidden .sidebarReveal{display:inline-grid}.breadcrumb{display:flex;align-items:center;gap:7px;min-width:0;color:var(--ls-muted);font-size:11px}.breadcrumb strong{color:var(--ls-text);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb svg{width:13px;height:13px;color:#94a3b8}.commandTrigger{height:32px;min-width:190px;display:flex;align-items:center;gap:8px;padding:0 9px;border:1px solid var(--ls-border);border-radius:7px;background:#f8fafc;color:#64748b;cursor:pointer;text-align:left}.commandTrigger svg{width:15px;height:15px}.commandTrigger kbd{margin-left:auto;border:1px solid #d9dee7;border-bottom-width:2px;border-radius:5px;padding:1px 5px;background:#fff;color:#64748b;font:10px ui-monospace,SFMono-Regular,Menlo,monospace}.contextForm{display:flex;align-items:center;gap:5px}.contextForm select{height:32px;max-width:150px;padding:0 25px 0 8px;border:1px solid var(--ls-border);border-radius:7px;background:#fff;color:#334155;font-size:11px}.topbarUser{display:flex;align-items:center;gap:7px;max-width:180px}.topbarUserText{min-width:0;text-align:right}.topbarUserText strong,.topbarUserText small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbarUserText strong{font-size:11px}.topbarUserText small{font-size:9px;color:var(--ls-muted)}.content{padding:18px 20px 28px;max-width:1680px;margin:0 auto}.traceLine{font-size:9px;color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;overflow-wrap:anywhere}.pageHead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 14px}.pageHead h1{font-size:21px;line-height:1.2;letter-spacing:-.025em;margin:0}.pageHead p{margin:5px 0 0;color:var(--ls-muted);line-height:1.45}.pageHeadActions{display:flex;gap:6px;align-items:center}.btn{min-height:32px;border:1px solid transparent;border-radius:7px;padding:0 11px;background:var(--ls-primary);color:#fff;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:650}.btn:hover{filter:brightness(.96)}.btn.secondary{background:#fff;border-color:var(--ls-border-strong);color:#334155}.btn.warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.btn.danger{background:#fff1f2;border-color:#fecdd3;color:#be123c}.btn.ghost{background:transparent;color:#475569}.btn.small{min-height:28px;padding:0 9px;font-size:11px}.btn svg{width:15px;height:15px}.panel,.card{background:#fff;border:1px solid var(--ls-border);border-radius:var(--ls-radius)}.panel{padding:14px}.card{padding:13px}.sectionHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.sectionHeader h2,.sectionHeader h3{margin:0;font-size:13px}.sectionHeader p{margin:3px 0 0;color:var(--ls-muted);font-size:11px}.sectionLink{font-size:11px;color:var(--ls-link);text-decoration:none}.sectionLink:hover{text-decoration:underline}.cards,.kpiGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:9px}.kpiCard{background:#fff;border:1px solid var(--ls-border);border-radius:8px;padding:12px 13px;min-height:76px}.kpiCard span{display:block;color:var(--ls-muted);font-size:10px;font-weight:650;text-transform:uppercase;letter-spacing:.035em}.kpiCard strong{display:block;margin-top:6px;font-size:23px;line-height:1;font-weight:750;letter-spacing:-.035em}.kpiCard small{display:block;margin-top:6px;color:#94a3b8;font-size:9px}.dashboardHero{background:#fff;border:1px solid var(--ls-border);border-radius:9px;padding:13px 15px;margin-bottom:10px}.dashboardHero strong{display:block;font-size:13px}.dashboardHero p{margin:4px 0 0;color:var(--ls-muted);font-size:11px}.attentionList{display:grid;gap:7px}.attentionItem{display:grid;grid-template-columns:4px 1fr auto;gap:10px;align-items:center;border:1px solid var(--ls-border);border-radius:8px;padding:9px 10px;background:#fff}.attentionBar{align-self:stretch;border-radius:4px;background:var(--ls-warning)}.attentionItem strong{display:block;font-size:11px}.attentionItem p{margin:2px 0 0;font-size:10px;color:var(--ls-muted)}.dashboardGrid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:10px;margin-top:10px}.summaryRows{display:grid}.summaryRow{display:grid;grid-template-columns:minmax(0,1fr) 72px 70px;gap:12px;align-items:center;min-height:38px;border-top:1px solid #eef0f3}.summaryRow:first-child{border-top:0}.summaryRow strong{font-size:11px}.summaryRow span,.summaryRow a{font-size:10px;color:var(--ls-muted)}.summaryRow a{color:var(--ls-link);text-decoration:none;text-align:right}.emptyState{display:grid;place-items:center;text-align:center;min-height:118px;padding:18px;color:var(--ls-muted)}.emptyState svg{width:24px;height:24px;color:#94a3b8;margin-bottom:7px}.emptyState strong{color:#334155;font-size:11px}.emptyState p{margin:4px 0 0;font-size:10px;line-height:1.45;max-width:340px}.statusDot{display:inline-block;width:7px;height:7px;border-radius:999px;background:#94a3b8;margin-right:6px}.statusDot.ok{background:var(--ls-success)}.statusDot.warn{background:var(--ls-warning)}.statusDot.danger{background:var(--ls-danger)}
/* Shared tables/forms */.toolbar{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin-bottom:9px}.toolbar input,.toolbar select{height:32px;padding:0 9px;border:1px solid var(--ls-border-strong);border-radius:7px;background:#fff}.tableWrap{overflow:auto;background:#fff;border-radius:9px;border:1px solid var(--ls-border)}table{width:100%;border-collapse:collapse}th,td{height:44px;padding:8px 11px;border-bottom:1px solid #eef0f3;text-align:left;white-space:nowrap;vertical-align:middle}th{height:36px;background:#fafbfc;color:#64748b;font-size:10px;text-transform:uppercase;letter-spacing:.035em;font-weight:700}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fafcff}.actions{display:flex;gap:5px;align-items:center}.actions form{display:inline-flex;margin:0}.pill{padding:3px 7px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-size:10px;display:inline-flex;align-items:center;gap:5px}.wiki{max-width:1000px;background:#fff;border:1px solid var(--ls-border);padding:24px;border-radius:9px;white-space:pre-wrap;line-height:1.6}.wikiLinks,.permissionList{display:flex;gap:7px;flex-wrap:wrap}.sectionPanel{margin-top:12px}.detailGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.detailGrid>div{display:grid;gap:3px}.detailGrid small{color:var(--ls-muted)}
/* Inbox */.inboxGrid{display:grid;grid-template-columns:minmax(245px,26%) minmax(380px,1fr) minmax(235px,25%);gap:9px;min-height:calc(100vh - 112px)}.conversationList,.conversationCenter,.conversationSide{min-width:0}.conversationList{display:flex;flex-direction:column;gap:5px}.conversationItem{display:grid;gap:3px;background:#fff;border:1px solid var(--ls-border);border-radius:8px;padding:10px;text-decoration:none}.conversationItem.active{border-color:#93b4f6;box-shadow:inset 3px 0 #2563eb}.conversationItem small,.conversationItem span{font-size:10px;color:var(--ls-muted)}.filters{display:flex;gap:5px;flex-wrap:wrap}.conversationHeader{display:flex;justify-content:space-between;align-items:center;gap:10px}.conversationHeader h2{margin:0 0 5px;font-size:15px}.timeline{display:flex;flex-direction:column;gap:8px;padding:12px 0}.message{max-width:82%;padding:10px;border-radius:9px;background:#fff;border:1px solid var(--ls-border)}.message.outbound{align-self:flex-end;background:#eff6ff;border-color:#dbeafe}.message small{display:block;margin-top:5px;color:var(--ls-muted)}.composer{display:grid;grid-template-columns:1fr auto;gap:8px}.composer textarea{width:100%;resize:vertical;border:1px solid var(--ls-border-strong);border-radius:8px;padding:9px}.conversationSide{display:flex;flex-direction:column;gap:9px}.conversationSide dl{display:grid;grid-template-columns:auto 1fr;gap:6px 9px}.conversationSide dt{font-weight:650}.conversationSide dd{margin:0;overflow-wrap:anywhere}.historyEvent{display:grid;gap:2px;padding:7px 0;border-bottom:1px solid #eef0f3}.historyEvent small{color:var(--ls-muted)}
/* Command palette */.commandPalette[hidden]{display:none}.commandPalette{position:fixed;inset:0;z-index:100;display:grid;place-items:start center;padding-top:11vh;background:rgba(15,23,42,.48);backdrop-filter:blur(2px)}.commandDialog{width:min(620px,calc(100vw - 28px));background:#fff;border:1px solid var(--ls-border);border-radius:11px;box-shadow:0 28px 80px rgba(15,23,42,.28);overflow:hidden}.commandSearch{display:flex;align-items:center;gap:9px;padding:10px 12px;border-bottom:1px solid var(--ls-border)}.commandSearch svg{width:18px;height:18px;color:#64748b}.commandSearch input{border:0;outline:0;width:100%;height:34px;font-size:14px}.commandResults{max-height:54vh;overflow:auto;padding:7px}.commandItem{display:flex;align-items:center;gap:10px;min-height:38px;padding:7px 9px;border-radius:7px;text-decoration:none}.commandItem:hover,.commandItem:focus{background:#f1f5f9;outline:0}.commandItem svg{width:16px;height:16px;color:#64748b}.commandItem span{font-weight:650}.commandItem small{margin-left:auto;color:#94a3b8}.commandEmpty{padding:18px;text-align:center;color:#64748b;font-size:11px}
@media(max-width:1180px){.commandTrigger{min-width:0;width:34px;justify-content:center;padding:0}.commandTrigger span,.commandTrigger kbd{display:none}.dashboardGrid{grid-template-columns:1fr}.inboxGrid{grid-template-columns:250px 1fr}.conversationSide{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}}
@media(max-width:1024px){.shell{grid-template-columns:var(--ls-sidebar-compact) minmax(0,1fr)}.shell #sidebar{width:var(--ls-sidebar-compact)}.shell .sidebarIdentityText,.shell .navGroupTitle,.shell .navLabel,.shell .sidebarUserText,.shell .sidebarHead .sidebarCollapse{display:none}.shell .sidebarHead{justify-content:center;padding:0}.shell .sidebarIdentity{justify-content:center;flex:0}.shell .sidebarNav,.shell .sidebarFoot{padding-left:7px;padding-right:7px}.shell .navItem,.shell .sidebarUser{justify-content:center;padding-left:0;padding-right:0}.contextForm select{max-width:115px}.content{padding:14px}.loginVisual{padding:38px}.loginFeatureGrid{grid-template-columns:1fr}}
@media(max-width:820px){.loginPage{grid-template-columns:1fr;background:#f7f8fa}.loginVisual{min-height:250px;padding:28px}.loginVisualCopy h1{font-size:27px}.loginFeatureGrid{display:none}.loginPanel{padding:28px 20px}.shell{display:block}.shell #sidebar{position:fixed;left:0;width:216px;transform:translateX(-100%);box-shadow:18px 0 50px rgba(15,23,42,.22)}.shell.mobile-nav-open #sidebar{transform:translateX(0)}.shell .sidebarIdentityText,.shell .navGroupTitle,.shell .navLabel,.shell .sidebarUserText{display:block}.shell .sidebarHead{justify-content:initial;padding:0 12px}.shell .sidebarIdentity{justify-content:initial;flex:1}.shell .sidebarNav,.shell .sidebarFoot{padding-left:8px;padding-right:8px}.shell .navItem,.shell .sidebarUser{justify-content:initial;padding-left:9px;padding-right:9px}.sidebarReveal{display:inline-grid!important}.topbar{padding:0 10px}.contextForm{display:none}.topbarUserText{display:none}.content{padding:12px}.inboxGrid{grid-template-columns:1fr}.conversationList{max-height:320px;overflow:auto}.conversationSide{grid-column:auto;display:flex}.pageHead{flex-direction:column}.pageHeadActions{width:100%;flex-wrap:wrap}}
@media(max-width:560px){.breadcrumb span{display:none}.topbar{gap:7px}.content{padding:10px}.cards,.kpiGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.summaryRow{grid-template-columns:1fr auto}.summaryRow span:nth-child(2){display:none}.inboxGrid{display:block}.conversationCenter,.conversationSide{margin-top:9px}.loginVisual{min-height:220px}.loginPanel{place-items:start center;padding-top:30px}}

.globalNotifications{position:relative;display:inline-flex;align-items:center}.globalNotificationsToggle{position:relative;border-color:transparent}.globalNotificationsBadge{position:absolute;top:-3px;right:-4px;min-width:17px;height:17px;padding:0 4px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:9px;font-weight:800;line-height:1;border:2px solid #fff}.globalNotificationsBadge[hidden]{display:none}.globalNotificationsPanel{position:absolute;top:40px;right:0;width:min(360px,calc(100vw - 24px));max-height:430px;overflow:hidden;background:#fff;border:1px solid var(--ls-border);border-radius:10px;box-shadow:0 18px 45px rgba(15,23,42,.16);z-index:80}.globalNotificationsPanel[hidden]{display:none}.globalNotificationsHead,.globalNotificationsTools{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px}.globalNotificationsHead{border-bottom:1px solid #eef0f3}.globalNotificationsHead strong{font-size:12px}.globalNotificationsAction,.globalNotificationsSound{border:0;background:transparent;color:var(--ls-link);font:inherit;font-size:10px;cursor:pointer;padding:4px 0}.globalNotificationsTools{background:#f8fafc;color:var(--ls-muted);font-size:9px;border-bottom:1px solid #eef0f3}.globalNotificationsSound{white-space:nowrap;color:#334155}.globalNotificationsList{max-height:320px;overflow-y:auto}.globalNotificationItem{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:9px;padding:11px 12px;color:inherit;text-decoration:none;border-bottom:1px solid #f1f5f9;background:#fff}.globalNotificationItem:hover{background:#f8fafc}.globalNotificationItem.unread{background:#f5f8ff}.globalNotificationDot{width:7px;height:7px;border-radius:50%;background:#cbd5e1}.globalNotificationItem.unread .globalNotificationDot{background:var(--ls-primary)}.globalNotificationBody{min-width:0}.globalNotificationBody strong,.globalNotificationBody small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.globalNotificationBody strong{font-size:10px}.globalNotificationBody small{margin-top:2px;color:var(--ls-muted);font-size:9px}.globalNotificationItem time{font-size:8px;color:#94a3b8;align-self:start;margin-top:1px}.globalNotificationsEmpty{padding:24px 14px;text-align:center;color:var(--ls-muted);font-size:10px}.globalNotificationsEmpty[hidden]{display:none}
.globalBrowserNotifications{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:#fff7ed;border-bottom:1px solid #fed7aa;color:#9a3412;font-size:9px}.globalBrowserNotifications[hidden]{display:none}.globalBrowserNotifications button{border:0;background:transparent;color:#15803d;font-weight:800;font-size:10px;cursor:pointer;padding:3px 0}.globalBrowserNotifications.blocked{background:#fef2f2;border-bottom-color:#fecaca;color:#991b1b}.globalBrowserNotifications.blocked button{display:none}


.contactContextRow{cursor:context-menu}.contactContextMenu{position:fixed;z-index:160;min-width:176px;padding:5px;background:#fff;border:1px solid var(--ls-border-strong);border-radius:8px;box-shadow:0 14px 34px rgba(15,23,42,.18)}.contactContextMenu[hidden]{display:none}.contactContextMenu button{width:100%;height:32px;border:0;border-radius:6px;background:transparent;text-align:left;padding:0 10px;color:#1e293b;cursor:pointer;font-weight:650}.contactContextMenu button:hover,.contactContextMenu button:focus{background:#f1f5f9;outline:0}
