@import "https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color:#1e293b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface:#fff;--surface-strong:#f1f5f9;--line:#e5e7eb;--line-strong:#d1d5db;--ink:#1e293b;--ink-soft:#334155;--muted:#64748b;--accent:#1976d2;--accent-strong:#1565c0;--accent-light:#e3f2fd;--success:#2e7d32;--success-light:#e8f5e9;--warning:#ed6c02;--warning-light:#fff3e0;--danger:#d32f2f;--danger-light:#ffeaea;--sidebar-bg:#0f172a;--sidebar-text:#e2e8f0;--sidebar-muted:#94a3b8;--sidebar-border:#1e293b;--sidebar-hover:#ffffff0f;--sidebar-active:#1976d238;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;line-height:1.5}*{box-sizing:border-box}html{min-width:320px}body{min-width:320px;height:100vh;color:var(--ink);background:#f8fafc;margin:0;overflow:hidden}body,button,input{font-family:inherit}button,input{border:1px solid var(--line);outline:none}button{background:var(--surface);color:var(--ink);cursor:pointer;border-radius:8px;padding:.45rem .75rem;font-size:.84rem;font-weight:600;transition:background-color .12s,border-color .12s,color .12s,box-shadow .12s}button:focus-visible,input:focus-visible{outline:none}input{background:var(--surface);color:var(--ink);border-radius:8px;padding:.45rem .75rem;font-size:.84rem}input::placeholder{color:#94a3b8}a{color:inherit}#root{height:100vh;overflow:hidden}.pac-container{border:1px solid #e5e7eb;border-radius:6px;margin-top:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-shadow:0 8px 24px #0f172a26;z-index:100000!important}.pac-item{cursor:pointer;padding:6px 12px;font-size:.85rem}.pac-item:hover,.pac-item-selected{background:#f1f5f9}:root{--sidebar-width:220px}.app-shell{--sidebar-min-width:220px;--sidebar-max-width:275px;grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:#0f172a;grid-template-rows:48px minmax(0,1fr);height:100vh;transition:grid-template-columns .2s;display:grid;overflow:hidden}.app-shell.sidebar-resizing{cursor:ew-resize;transition:none!important}.app-shell.sidebar-resizing *{-webkit-user-select:none!important;user-select:none!important}.app-shell.sidebar-collapsed{grid-template-columns:56px minmax(0,1fr)}.sidebar-resize-handle{top:48px;bottom:0;left:var(--sidebar-width);cursor:ew-resize;z-index:9999;background:0 0;width:6px;transition:background .15s;position:fixed;transform:translate(-3px)}.app-shell.sidebar-collapsed .sidebar-resize-handle{display:none}.global-toolbar{z-index:100;background:#0f172a;grid-area:1/1/auto/-1;align-items:center;gap:16px;padding:0 16px;display:flex}.toolbar-left{width:calc(var(--sidebar-width) - 32px);flex-shrink:0;align-items:center;transition:width .2s;display:flex}.app-shell.sidebar-resizing .toolbar-left{transition:none}.sidebar-collapsed .toolbar-left{width:24px}.sidebar-collapsed .toolbar-logo{display:none}.toolbar-logo{width:auto;height:34px}.toolbar-right{flex-shrink:0;align-items:center;margin-left:auto;display:flex;position:relative}.create-menu-wrap{flex-shrink:0;margin-left:8px;position:relative}.create-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .12s,color .12s;display:flex}.create-btn:hover,.create-btn.active{color:#fff;background:#ffffff1a}.create-dropdown{z-index:9999;background:#0f172a;border-radius:8px;width:160px;margin:0;padding:4px 0;list-style:none;animation:.1s createDropIn;position:absolute;top:calc(100% + 15px);left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000059,0 0 0 1px #ffffff0f}@keyframes createDropIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.create-dropdown li{margin:0;padding:0}.create-dropdown button{text-align:left;color:#cbd5e1;cursor:pointer;background:0 0;border:none;border-radius:0;width:100%;padding:8px 14px;font-size:.86rem;font-weight:500;transition:background .1s;display:block}.create-dropdown button:hover:not(:disabled){color:#f1f5f9;background:#ffffff12}.create-dropdown button:disabled{color:#475569;cursor:default}.toolbar-divider{background:#ffffff14;flex-shrink:0;width:1px;height:20px;margin:0 6px}.profile-trigger{color:#e2e8f0;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:4px 8px;font-size:.78rem;font-weight:500;transition:background .12s;display:flex}.profile-trigger:hover{background:#ffffff14}.profile-trigger-avatar{color:#e2e8f0;background:#334155;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.68rem;font-weight:700;display:flex}.profile-trigger-avatar-img{object-fit:cover;border-radius:50%;width:28px;height:28px}.profile-trigger-domain{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.profile-trigger-name{text-overflow:ellipsis;white-space:nowrap;max-width:180px;font-weight:500;overflow:hidden}.profile-trigger.profile-trigger-impersonating{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 40%,#4c1d95 100%);border:1px solid #8b5cf659;box-shadow:0 0 14px #8b5cf633,inset 0 1px #ffffff12}.profile-trigger.profile-trigger-impersonating:hover{background:linear-gradient(135deg,#2a2461 0%,#3a378e 40%,#5a25a8 100%)}.profile-trigger.profile-trigger-impersonating .profile-trigger-name{color:#e0d5ff;text-shadow:0 0 8px #a78bfa99,0 0 20px #8b5cf64d;letter-spacing:.02em}.profile-trigger-impersonate-bolt{filter:drop-shadow(0 0 3px #facc1580);flex-shrink:0}.profile-trigger-impersonate-x{color:#c4b5fd;cursor:pointer;opacity:.75;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.85rem;line-height:1;transition:opacity .12s,background .12s;display:inline-flex}.profile-trigger-impersonate-x:hover{opacity:1;background:#8b5cf640}.profile-trigger-caret{opacity:.7;flex-shrink:0}.profile-dropdown{z-index:10001;background:#fff;border-radius:10px;width:300px;padding:6px 0;animation:.15s fadeDropIn;position:fixed;box-shadow:0 8px 30px #0000002e,0 0 0 1px #0000000f}@keyframes fadeDropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-dd-user{color:inherit;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:background .1s;display:flex}.profile-dd-user:hover{background:#f8fafc}.profile-dd-avatar{color:#475569;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.82rem;font-weight:700;display:flex}.profile-dd-user-info{min-width:0}.profile-dd-name{color:#1e293b;font-size:.84rem;font-weight:700}.profile-dd-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.profile-dd-link{color:#1976d2;margin-top:2px;font-size:.72rem}.profile-dd-divider{background:#e5e7eb;height:1px;margin:4px 0}.profile-dd-account-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:8px 16px 2px;font-size:.68rem;font-weight:600}.profile-dd-account-name{color:#1e293b;padding:2px 16px 8px;font-size:.82rem;font-weight:600}.profile-dd-item{color:#334155;cursor:pointer;padding:8px 16px;font-size:.82rem;text-decoration:none;transition:background .1s;display:block}.profile-dd-item:hover{background:#f8fafc}.profile-dd-signout{color:#dc2626}.sidebar{background:#0f172a;border-right:none;flex-direction:column;grid-area:2/1;gap:0;padding:12px 10px;transition:padding .2s;display:flex;position:relative;overflow:hidden auto}.sidebar.collapsed{align-items:center;padding:12px 6px}.sidebar.collapsed .nav-item{background-clip:padding-box;border-top:4px solid #0000;border-bottom:4px solid #0000;justify-content:center;padding:8px}.sidebar.collapsed .nav-external{justify-content:center}.sidebar-toggle{color:#94a3b8;cursor:pointer;z-index:200;background:#1e293b;border:2px solid #0f172a;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:background .15s,color .15s;animation:.15s fadeIn;display:flex;position:absolute;bottom:12px;right:16px}.sidebar-toggle:hover{color:#fff;background:#334155}.sidebar-scroll-wrap{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.sidebar-scroll-wrap .nav-list{scrollbar-width:none;overflow-y:auto}.sidebar-scroll-wrap .nav-list::-webkit-scrollbar{display:none}.sidebar-scroll-arrow{color:#ffffff4d;cursor:pointer;z-index:2;opacity:0;pointer-events:none;background:linear-gradient(#1e293bf2,#1e293b99);border:none;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:24px;padding:0;transition:color .15s,background .15s,opacity .3s;display:flex}.sidebar-scroll-arrow.visible{opacity:1;pointer-events:auto}.sidebar-scroll-arrow:hover{color:#fffc;background:linear-gradient(#1e293b,#1e293bcc)}.sidebar-scroll-arrow.up{background:linear-gradient(#1e293bf2,#1e293b66)}.sidebar-scroll-arrow.up:hover{background:linear-gradient(#1e293b,#1e293bb3)}.sidebar-scroll-arrow.down{background:linear-gradient(#1e293b66,#1e293bf2)}.sidebar-scroll-arrow.down:hover{background:linear-gradient(#1e293bb3,#1e293b)}.sidebar-scroll-arrow svg{transition:transform .15s}.sidebar-scroll-arrow:hover svg{transform:scale(1.2)}.sidebar-scroll-arrow.up:hover svg{transform:rotate(180deg)scale(1.2)}.nav-arrow{opacity:.4;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;transition:opacity .12s,transform .18s;display:flex}.nav-item:hover .nav-arrow{opacity:.8}.nav-arrow.open{opacity:1;transform:rotate(90deg)}.nav-arrow svg{width:10px;height:10px}.secondary-menu{left:calc(var(--sidebar-width) + 7px);z-index:500;scrollbar-width:none;background:#0f172a;border-radius:8px;width:210px;max-height:calc(100vh - 60px);padding:6px 0;animation:.12s cubic-bezier(.16,1,.3,1) secondarySlideIn;position:fixed;overflow-y:auto;box-shadow:0 8px 30px #00000059,0 0 0 1px #ffffff0f}.secondary-menu::-webkit-scrollbar{display:none}.secondary-menu.sidebar-is-collapsed{left:65px}@keyframes secondarySlideIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.secondary-menu-header,.secondary-menu-heading{display:none}.secondary-menu-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.secondary-menu-list li{margin:0;padding:0}.secondary-menu-item{text-align:left;color:#cbd5e1;cursor:pointer;background:padding-box padding-box;border:4px solid #0000;border-left:none;border-right:none;border-radius:0;align-items:center;width:100%;padding:9px 16px;font-size:.86rem;font-weight:500;line-height:1.35;transition:background .1s,color .1s;display:flex}.secondary-menu-item span{flex:1}.secondary-menu-item:hover:not(:disabled){color:#f1f5f9;background:#ffffff12 padding-box padding-box}.secondary-menu-item.active{color:#fff;background:#1976d238 padding-box padding-box;font-weight:600}.secondary-menu-item:disabled{color:#475569;cursor:default}.secondary-menu-item:disabled:hover{background:0 0}.secondary-menu-divider{background:#ffffff12;border:none;height:1px;margin:4px 0}.brand-mark{background:var(--accent);color:#fff;letter-spacing:.04em;border-radius:8px;flex-shrink:0;place-items:center;width:34px;height:34px;font-size:.78rem;font-weight:800;display:grid}.brand-name,.brand-copy,.team-name,.team-role,.agenda-title,.agenda-copy,.project-name,.project-copy,.task-title,.task-copy,.lane-head h2,.panel-head p,.primary-cell span,.primary-cell strong{margin:0}.brand-name{color:var(--sidebar-text);font-size:.88rem;font-weight:800}.brand-copy{color:var(--sidebar-muted);font-size:.74rem}.nav-list{align-content:start;gap:0;display:grid}.nav-item{color:#b0bec9;text-align:left;cursor:pointer;background:padding-box padding-box;border:4px solid #0000;border-left:none;border-right:none;border-radius:6px;align-items:center;gap:10px;width:100%;min-height:36px;padding:9px 12px;font-size:.84rem;font-weight:600;transition:all .12s;display:flex}.nav-item:hover{color:#e2e8f0;background:#ffffff0f padding-box padding-box}.nav-item.active{color:#fff;background:#ffffff1a padding-box padding-box}.nav-item-wrap{padding:0;position:relative}.nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.nav-icon svg{opacity:.7}.nav-item.active .nav-icon svg,.nav-item:hover .nav-icon svg{opacity:1}.nav-label{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.84rem;font-weight:600;overflow:hidden}.nav-divider{background:#ffffff0f;height:1px;margin:6px 0}.nav-external{align-items:center;text-decoration:none;display:flex}.nav-external-icon{opacity:.4;margin-left:6px;font-size:.72rem}.workspace{background:#f5f5f5;border-top-left-radius:12px;flex-direction:column;grid-area:2/2;min-height:0;padding:16px 20px 20px;display:flex;position:relative;overflow:hidden}.title-block h1{white-space:nowrap;color:var(--ink);margin:0;font-size:1.1rem;font-weight:800;line-height:1.2}.title-block p{display:none}.kpi-strip{flex-shrink:0;align-items:center;gap:5px;display:flex}.kpi{background:var(--surface);border:1px solid var(--line);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:5px 10px;display:flex}.kpi span{color:var(--muted);font-size:.7rem}.kpi strong{color:var(--ink);font-size:.78rem}.header-search-bar{background:#0f172a;border:1px solid #475569;border-radius:999px;align-items:center;gap:8px;width:100%;height:34px;padding:6px 14px;transition:border-color .15s,background .15s;display:flex}.header-search-bar:hover,.header-search-bar:focus-within{background:#1e293b;border-color:#64748b}.header-search-bar svg{color:#64748b;flex-shrink:0;order:1}.header-search-input{color:#e2e8f0;background:0 0;border:none;outline:none;flex:1;order:0;font-family:inherit;font-size:.84rem;font-weight:400}.header-search-input::placeholder{color:#64748b}.header-search-kbd{border:1px solid var(--line);background:var(--sidebar-bg);color:var(--text-muted);border-radius:4px;flex-shrink:0;padding:2px 6px;font-family:inherit;font-size:.62rem;font-weight:500}.header-search-wrap{z-index:9999;flex:0 550px;justify-content:center;min-width:200px;display:flex;position:relative}.header-search-bar.active{background:#1e293b;border-color:#64748b}.cmd-close-btn{color:#94a3b8;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;order:2;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .12s,color .12s;display:flex}.cmd-close-btn:hover{color:#e2e8f0;background:#fff3}.cmd-backdrop-light{z-index:9998;position:fixed;inset:0}.cmd-dropdown{z-index:9999;background:#fff;border:1px solid #ddd;border-radius:12px;flex-direction:column;max-height:420px;padding:0;animation:.1s ease-out cmdDropIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 30px #00000026,0 2px 8px #00000014}.cmd-results-scroll{flex:1;min-height:0;padding:2px 6px 6px;overflow-y:auto}@keyframes cmdDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cmd-spinner{border:2px solid #666;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.5s linear infinite cmdSpin}@keyframes cmdSpin{to{transform:rotate(360deg)}}.cmd-list{padding:0}.cmd-filters{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:6px;margin-bottom:0;padding:7px 10px;display:flex}.cmd-filter-pill{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .12s;display:inline-flex}.cmd-filter-pill:hover{background:#f1f5f9;border-color:#cbd5e1}.cmd-filter-pill.active{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.cmd-filter-pill.active svg{color:#3b82f6}.cmd-filter-clear{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:4px;margin-left:auto;padding:4px 8px;font-family:inherit;font-size:.72rem;font-weight:500}.cmd-filter-clear:hover{text-decoration:underline}.cmd-group{padding:0}.cmd-group+.cmd-group{border-top:1px solid #f1f5f9;margin-top:4px;padding-top:4px}.cmd-group-label{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;padding:8px 10px 5px;font-size:.66rem;font-weight:600}.cmd-item{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:9px 10px;transition:background 60ms;display:flex}.cmd-item.selected{background:#f1f5f9}.cmd-item-icon{letter-spacing:.01em;border-radius:8px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:.7rem;font-weight:700;display:grid}.cmd-item-icon:not(.cmd-icon-client):not(.cmd-icon-lead):not(.cmd-icon-deal){color:#64748b;background:#f1f5f9}.cmd-icon-client{color:#3b82f6;background:#eff6ff}.cmd-icon-lead{color:#f59e0b;background:#fffbeb}.cmd-icon-deal{color:#10b981;background:#ecfdf5}.cmd-item-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.cmd-item-label{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:500;overflow:hidden}.cmd-item.selected .cmd-item-label{color:#0f172a}.cmd-item-sub{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.cmd-empty{text-align:center;color:#94a3b8;padding:32px 16px;font-size:.84rem}.cmd-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#f8fafc 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:8px;height:40px;margin:4px 0;animation:1.2s infinite cmdShimmer}@keyframes cmdShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.search-field{align-items:center;display:flex}.search-field span{display:none}.search-field input{width:180px}.primary-button{white-space:nowrap;background:var(--accent);color:#fff;border-color:var(--accent)}.primary-button:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.view-stack{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.view-stack>*{flex:1;min-height:0;overflow:hidden}.panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;min-width:0;min-height:0;padding:16px;transition:box-shadow .14s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a0a,0 1px 2px #0f172a0f}.panel:hover{box-shadow:0 4px 12px #0f172a14,0 2px 4px #0f172a0f}.panel-wide{grid-column:1/-1}.panel-head{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}.panel-head h2{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:.875rem;font-weight:700}.panel-head p{color:var(--muted);font-size:.72rem}.panel-expand-btn{opacity:.6;background:#7c98b614;border-radius:6px;transition:all .2s}.panel-expand-btn:hover{opacity:1;background:#2563eb1a;transform:scale(1.15);color:#2563eb!important}.panel:hover .panel-expand-btn,.panel-expand-btn.is-expanded,.panel-expand-btn:focus-visible{opacity:1}.panel-expand-btn.is-expanded{background:#2563eb1a;color:#2563eb!important}.panel-expand-btn svg{transition:transform .2s}.panel-head.compact{margin-bottom:6px}.panel-body{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;flex:1;min-height:0;padding-right:12px;overflow-y:auto}.panel-body::-webkit-scrollbar{width:4px}.panel-body::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--line);vertical-align:middle;padding:7px 5px;font-size:.8rem}.data-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;border-right:1px solid #e2e8f0;font-size:.68rem;font-weight:700}.data-table th:last-child{border-right:none}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:var(--surface-strong)}.primary-cell{gap:1px;display:grid}.primary-cell strong{font-size:.82rem}.primary-cell span{color:var(--muted);font-size:.72rem}.status-chip{white-space:nowrap;border-radius:6px;align-items:center;min-height:20px;padding:0 7px;font-size:.7rem;font-weight:700;display:inline-flex}.stage-lead{color:#fff;background:#64748b}.stage-qualified{background:var(--accent-light);color:var(--accent-strong)}.stage-proposal{background:var(--warning-light);color:#e65100}.stage-negotiation{color:#c62828;background:#fce4ec}.stage-active,.health-stable{background:var(--success-light);color:var(--success)}.health-watch{background:var(--warning-light);color:var(--warning)}.health-urgent{background:var(--danger-light);color:var(--danger)}.inline-note{color:var(--muted);font-size:.7rem;font-weight:700}.command-grid{grid-template-rows:auto minmax(318px,1fr);grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-height:0;display:grid}.command-grid>.home-signal-badge{grid-row:1}.command-grid>.home-pipeline{grid-area:2/1/auto/4}.command-grid>.home-rail{flex-direction:column;grid-area:1/4/span 2;gap:12px;min-width:0;min-height:0;display:flex}.home-rail>.panel{flex:1 1 0;min-height:0}.command-grid>.home-docs-fullrow{grid-column:1/-1}.home-bento .panel.is-expanded-overlay{z-index:20;grid-area:auto;margin:0;position:absolute;inset:0;box-shadow:0 12px 40px #0f172a29}.panel-back-btn{border:1px solid var(--line);color:#33475b;cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-right:4px;padding:0;transition:background .14s,color .14s,border-color .14s;display:inline-flex}.panel-back-btn:hover{color:#0f172a;border-color:var(--line-strong,#cbd5e1);background:#f1f5f9}.panel-open-btn{border:1px solid var(--line);color:#2563eb;cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;height:30px;padding:0 12px;font-size:.78rem;font-weight:700;transition:background .14s,border-color .14s}.panel-open-btn:hover{background:#eff6ff;border-color:#bfdbfe}@media (prefers-reduced-motion:reduce){.panel-back-btn,.panel-open-btn{transition:none}}.command-toolbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 0 6px;display:flex}.command-filter-group,.command-toolbar-actions,.dashboard-filter-row,.dashboard-view-tabs{align-items:center;gap:8px;min-width:0;display:flex}.command-select,.dashboard-select{color:#33475b;background:#fff;border:1px solid #cbd5e1;border-radius:6px;height:32px;padding:0 10px;font-size:.82rem;font-weight:600}.command-freshness{color:#64748b;white-space:nowrap;font-size:.76rem}.command-ghost-btn,.command-primary-btn{cursor:pointer;border-radius:6px;height:32px;padding:0 12px;font-size:.82rem;font-weight:700}.command-ghost-btn{color:#33475b;background:#fff;border:1px solid #cbd5e1}.command-primary-btn{color:#fff;background:#0f766e;border:1px solid #0f766e}.command-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:8px;padding:8px 10px;font-size:.8rem}.command-kpi-strip{background:#fff;border:1px solid #dfe3eb;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;min-height:44px;max-height:48px;margin-bottom:10px;padding:0 10px 0 14px;display:flex;position:relative}.command-kpi-strip-inner{flex:1;align-items:center;min-width:0;display:flex;overflow:hidden}.command-kpi-seg{white-space:nowrap;align-items:baseline;gap:6px;min-width:0;padding:0 16px;display:flex}.command-kpi-seg:first-child{padding-left:0}.command-kpi-seg strong{color:#0f172a;letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:800}.command-kpi-seg span{color:#64748b;text-overflow:ellipsis;font-size:.74rem;font-weight:700;overflow:hidden}.command-kpi-strip-div{background:#0f172a1a;flex-shrink:0;width:1px;height:20px}.command-kpi-seg-skel{width:96px;height:16px}.command-kpi-caret{flex-shrink:0;margin-left:auto}.command-kpi-strip .command-kpi-pop{transform-origin:100% 0;min-width:240px;left:auto;right:8px}.command-kpi-pop-list{flex-direction:column;gap:2px;display:flex}.command-kpi-pop-row{border-bottom:1px solid #f1f5f9;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:6px 10px;padding:7px 4px;display:grid}.command-kpi-pop-row:last-child{border-bottom:none}.command-kpi-pop-label{color:#475569;font-size:.78rem;font-weight:700}.command-kpi-pop-value{color:#0f172a;font-variant-numeric:tabular-nums;text-align:right;font-size:.86rem;font-weight:800}.command-kpi-pop-help{color:#7c98b6;grid-column:1/-1;font-size:.72rem;font-weight:600}.dashboard-kpi-card span{color:#64748b;font-size:.72rem;font-weight:700}.dashboard-kpi-card strong{color:#0f172a;font-size:1.05rem;font-weight:800;line-height:1.15}.dashboard-kpi-card em{color:#7c98b6;font-size:.72rem;font-style:normal}.command-work-queue{background:#fff;border:1px solid #dfe3eb;border-radius:8px;flex-shrink:0;margin-bottom:10px;padding:12px 16px}.command-section-head,.dashboard-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.command-section-head h2,.dashboard-card-head h3{color:#0f172a;margin:0;font-size:.88rem;font-weight:800}.dashboard-card-head{border-bottom:1px solid #edf1f5;margin-bottom:16px;padding-bottom:12px}.dashboard-card-head h3{font-size:.94rem}.dashboard-filter-row{flex-shrink:0}.dashboard-kpi-card strong{letter-spacing:-.02em;font-size:1.38rem}.dashboard-kpi-card em{line-height:1.25}.command-section-head p{color:#64748b;margin:2px 0 0;font-size:.76rem}.command-queue-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.command-queue-card{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;gap:2px;padding:10px 14px;transition:box-shadow .12s cubic-bezier(.16,1,.3,1),background .12s;display:grid}.command-queue-card:hover{background:#f1f5f9;box-shadow:0 2px 6px #0f172a0f}.command-queue-card strong{color:#0f172a;font-size:1rem;font-weight:800}.command-queue-card span{color:#475569;font-size:.75rem;font-weight:700}.command-queue-card.tone-bad{background:#fef2f2;border-color:#fecaca}.command-queue-card.tone-warn{background:#fff7ed;border-color:#fed7aa}.command-queue-card.tone-attention{background:linear-gradient(135deg,#fff7ed 0%,#f5f3ff 100%);border-color:#c4b5fd;position:relative;box-shadow:0 1px 2px #7c3aed14}.command-queue-card.tone-attention strong{color:#6d28d9;font-size:1.18rem}.command-queue-card.tone-attention span{color:#6d28d9}.command-queue-card .command-queue-attn-icon{color:#7c3aed;display:inline-flex;position:absolute;top:7px;right:8px}.command-queue-card--attention{animation:1.8s ease-in-out infinite commandQueueAttn}.command-queue-card--attention:hover{animation-play-state:paused}@keyframes commandQueueAttn{0%{box-shadow:0 0 #7c3aed73}60%{box-shadow:0 0 0 7px #7c3aed00}to{box-shadow:0 0 #7c3aed00}}@media (prefers-reduced-motion:reduce){.command-queue-card--attention{animation:none}}.home-signal-badge{background:#fff;border:1px solid #dfe3eb;border-radius:10px;flex-direction:column;gap:8px;min-width:0;padding:11px 13px;display:flex;position:relative;box-shadow:0 1px 3px #0f172a0a,0 1px 2px #0f172a0f}.home-signal-badge-head{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.home-signal-badge-titles{min-width:0}.home-signal-badge-titles h2{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:.82rem;font-weight:800}.home-signal-badge-titles p{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:2px 0 0;font-size:.7rem;line-height:1.3;display:-webkit-box;overflow:hidden}.home-signal-badge-body{min-width:0}.home-signal-badge-skel{align-items:center;gap:8px;min-height:32px;display:flex}.home-signal-badge-summary{flex-wrap:wrap;gap:6px;display:flex}.home-signal-stat{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:baseline;gap:6px;min-width:0;padding:5px 10px;transition:background .12s cubic-bezier(.16,1,.3,1),box-shadow .12s;display:inline-flex}.home-signal-stat:hover{background:#f1f5f9;box-shadow:0 2px 6px #0f172a0f}.home-signal-stat strong{color:#0f172a;font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:800}.home-signal-stat span{color:#475569;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:700;overflow:hidden}.home-signal-stat.tone-warn{background:#fff7ed;border-color:#fed7aa}.home-signal-stat.tone-bad{background:#fef2f2;border-color:#fecaca}.home-signal-stat.is-attention{background:linear-gradient(135deg,#fff7ed 0%,#f5f3ff 100%);border-color:#c4b5fd}.home-signal-stat.is-attention strong,.home-signal-stat.is-attention span{color:#6d28d9}.home-signal-badge-open{align-self:flex-start;height:28px;padding:0 11px;font-size:.76rem}.command-grid>.panel,.home-rail>.panel{padding:13px 14px}.command-grid>.panel .panel-head,.home-rail>.panel .panel-head{margin-bottom:8px}.home-signal-head-actions{align-items:center;gap:6px;display:flex}.home-signal-caret{color:#64748b;cursor:pointer;background:#fff;border:1px solid #dfe3eb;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:transform .16s cubic-bezier(.2,.9,.3,1.2),background .16s,color .16s;display:inline-flex}.home-signal-caret:hover{color:#33475b;background:#f1f5f9}.home-signal-caret.is-open{color:var(--accent,#0091ae);transform:rotate(180deg)}.home-signal-pop{z-index:9999;transform-origin:0 0;background:#fff;border:1px solid #0f172a14;border-radius:12px;min-width:min(280px,92vw);max-width:min(380px,100vw - 24px);padding:13px 14px 14px;animation:.16s cubic-bezier(.16,1,.3,1) callsStatsPopIn;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #0f172a24,0 2px 8px #0f172a14}.home-signal-pop-head{flex-direction:column;gap:2px;margin-bottom:11px;display:flex}.home-signal-pop-title{color:#0f172a;letter-spacing:-.01em;font-size:.8rem;font-weight:700}.home-signal-pop-sub{color:#94a3b8;font-size:.68rem}.home-signal-pop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.home-signal-pop-open{border:1px solid var(--line,#dfe3eb);color:#2563eb;cursor:pointer;background:#fff;border-radius:8px;width:100%;height:32px;margin-top:11px;font-size:.8rem;font-weight:700;transition:background .14s,border-color .14s}.home-signal-pop-open:hover{background:#eff6ff;border-color:#bfdbfe}@media (prefers-reduced-motion:reduce){.home-signal-pop{animation:none}.home-signal-pop-open{transition:none}}.home-signal-allclear{align-items:center;gap:8px;display:flex}.home-signal-allclear-main{color:#475569;text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;width:100%;min-height:38px;padding:8px 12px;font-size:.8rem;font-weight:700;transition:background .16s cubic-bezier(.2,.9,.3,1.2),border-color .16s;display:inline-flex}.home-signal-allclear-main:hover{background:#f0fdf4;border-color:#bbf7d0}.home-signal-check{background:var(--success-light,#dcfce7);width:20px;height:20px;color:var(--success,#15803d);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.home-signal-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:8px;min-height:38px;padding:8px 12px;font-size:.8rem;font-weight:700;display:flex}.home-signal-retry{color:#b91c1c;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:6px;margin-left:auto;padding:4px 10px;font-size:.74rem;font-weight:700;transition:background .16s}.home-signal-retry:hover{background:#fee2e2}@media (prefers-reduced-motion:reduce){.home-signal-caret,.home-signal-allclear-main,.home-signal-retry{transition:none}.home-signal-caret.is-open{transform:none}}.har-skeleton{background:linear-gradient(90deg,#eef2f7 0%,#f8fafc 50%,#eef2f7 100%) 0 0/220% 100%;border-radius:5px;animation:1.2s ease-in-out infinite harSkeleton;display:block}@keyframes harSkeleton{0%{background-position:120% 0}to{background-position:-120% 0}}.command-kpi-skel-label{width:72px;height:11px}.command-kpi-skel-value{width:112px;height:24px;margin-top:5px}.command-queue-skel-value{width:36px;height:20px}.command-queue-skel-label{width:86px;height:12px}.table-skeleton-wide{width:80%;height:14px}.table-skeleton-sm{width:72px;height:14px}.table-skeleton-chip{border-radius:6px;width:86px;height:20px}.agenda-skeleton-list{gap:8px;display:grid}.agenda-skeleton-item{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:46px minmax(0,1fr);gap:8px;padding:8px 10px;display:grid}.agenda-skeleton-time{width:38px;height:24px}.agenda-skeleton-title{width:72%;height:13px;margin-bottom:6px}.agenda-skeleton-copy{width:46%;height:11px}.delivery-skeleton-item{border-bottom:1px solid #f1f5f9;gap:7px;padding:10px 16px;display:grid}.delivery-skeleton-bar{width:100%;height:4px}.delivery-risk-row{color:#64748b;align-items:center;gap:8px;margin-top:6px;font-size:.7rem;display:flex}.delivery-risk-badge{border-radius:5px;padding:2px 6px;font-weight:800}.delivery-risk-badge.risk-normal{color:#166534;background:#dcfce7}.delivery-risk-badge.risk-watch{color:#9a3412;background:#ffedd5}.delivery-risk-badge.risk-high{color:#991b1b;background:#fee2e2}.dashboard-modern{background:#f6f7f9}.dashboard-modern .hs-topbar{background:#fff;min-height:60px;padding:0 20px}.dashboard-modern-topbar .hs-topbar-left{min-width:0}.dashboard-title-switcher{color:#25364a;white-space:nowrap;align-items:center;gap:9px;padding-right:12px;font-size:.95rem;font-weight:800;display:flex}.dashboard-view-tabs{scrollbar-width:none;overflow-x:auto}.dashboard-view-tabs::-webkit-scrollbar{display:none}.dashboard-view-tabs button{color:#516f90;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:7px;height:34px;padding:0 11px;font-size:.82rem;font-weight:700}.dashboard-view-tabs button:hover{color:#25364a;background:#f6f8fb}.dashboard-view-tabs button.active{color:#0f172a;background:#fff;border-color:#b9c4d2}.dashboard-modern-content{box-sizing:border-box;width:100%;max-width:1540px;margin:0 auto;padding:24px 28px 32px;display:block;overflow-y:auto}.dashboard-meta-row{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px 18px;margin-bottom:16px;font-size:.78rem;display:flex}.dashboard-meta-row span{white-space:nowrap}.dashboard-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(205px,1fr));gap:14px;margin-bottom:20px;display:grid}.dashboard-kpi-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe3eb;border-radius:10px;align-content:start;gap:5px;min-height:108px;padding:15px 16px;transition:border-color .14s,box-shadow .14s,background-color .14s;display:grid}.dashboard-kpi-card:hover{border-color:#b9c4d2;box-shadow:0 2px 8px #0f172a0f}.dashboard-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;gap:18px;display:grid}.dashboard-grid>.dashboard-card{grid-column:span 6}.dashboard-grid>.dashboard-card-wide{grid-column:span 8}.dashboard-grid>.dashboard-card:nth-child(2){grid-column:span 4}.dashboard-team-grid>.dashboard-card-wide{grid-column:span 8}.dashboard-team-grid>.dashboard-card:not(.dashboard-card-wide){grid-column:span 4}.dashboard-card{background:#fff;border:1px solid #dfe3eb;border-radius:10px;min-width:0;padding:18px;box-shadow:0 1px 2px #0f172a08}.dashboard-card-head button{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;height:28px;padding:0 9px;font-size:.75rem;font-weight:700}.dashboard-empty{color:#7c98b6;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:22px;font-size:.82rem}.dashboard-row-list{gap:10px;display:grid}.dashboard-row-skeleton{height:28px}.dashboard-progress-row{color:#33475b;text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:minmax(150px,1.1fr) minmax(180px,2fr) 60px minmax(110px,.8fr);align-items:center;gap:12px;padding:4px 0;font-size:.78rem;display:grid}.dashboard-progress-row.static{cursor:default;grid-template-columns:minmax(150px,1.1fr) minmax(180px,2fr) 60px}.dashboard-progress-row>span{text-overflow:ellipsis;white-space:nowrap;font-weight:700;overflow:hidden}.dashboard-progress-row>div{background:#eef2f7;border-radius:999px;height:9px;overflow:hidden}.dashboard-progress-row i{border-radius:inherit;background:#0f766e;height:100%;display:block}.dashboard-progress-row strong,.dashboard-progress-row em{font-size:.76rem;font-style:normal}.dashboard-progress-row em{color:#64748b;text-align:right}.dashboard-bars{border-bottom:1px solid #e2e8f0;align-items:end;gap:7px;height:210px;padding-top:10px;display:flex}.dashboard-bars>div{flex:1;align-items:end;min-width:16px;height:100%;display:grid}.dashboard-bars span{background:#0f766e;border-radius:5px 5px 0 0;display:block}.dashboard-bars em{color:#94a3b8;text-align:center;margin-top:4px;font-size:.6rem;font-style:normal}.dashboard-bars-skeleton{grid-template-columns:repeat(3,1fr);align-items:end;gap:8px;height:180px;display:grid}.dashboard-bars-skeleton span:first-child{height:46%}.dashboard-bars-skeleton span:nth-child(2){height:78%}.dashboard-bars-skeleton span:nth-child(3){height:58%}.dashboard-split{grid-template-columns:1fr 1fr;gap:10px;display:grid}.dashboard-split>div:not(.dashboard-split-bar){background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px}.dashboard-split span,.dashboard-mini-stats span,.dashboard-quality-list span,.dashboard-saved-list span{color:#64748b;font-size:.72rem;font-weight:700}.dashboard-split strong,.dashboard-mini-stats strong,.dashboard-quality-list strong{color:#0f172a;font-size:1.1rem;display:block}.dashboard-split-bar{background:#fee2e2;border-radius:5px;grid-column:1/-1;height:8px;overflow:hidden}.dashboard-split-bar i{background:#dcfce7;height:100%;display:block}.dashboard-mini-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.dashboard-mini-stats span,.dashboard-quality-list div,.dashboard-saved-list div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.dashboard-quality-list,.dashboard-saved-list{gap:8px;display:grid}.dashboard-quality-list div{justify-content:space-between;gap:10px;display:flex}.dashboard-team-table th{position:static!important}.agenda-list,.stage-list,.detail-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.agenda-item,.detail-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0;padding:8px 10px;overflow:hidden}.agenda-item{cursor:pointer;grid-template-columns:46px minmax(0,1fr);gap:8px;transition:background-color .12s,border-color .12s,box-shadow .12s;display:grid}.agenda-item:hover{background:var(--surface-strong);border-color:var(--line-strong);box-shadow:0 1px 3px #0000000a}.agenda-time{flex-direction:column;align-items:flex-start;gap:1px;padding-top:1px;display:flex}.agenda-time strong{color:var(--accent);font-variant-numeric:tabular-nums;font-size:.76rem}.agenda-time span{color:var(--muted);font-size:.64rem}.agenda-title{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.78rem;font-weight:600;overflow:hidden}.agenda-copy{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.7rem;overflow:hidden}.stage-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:8px;padding:7px 0;display:flex}.stage-row:last-child{border-bottom:none}.stage-row div{gap:1px;display:grid}.stage-row strong{font-size:.82rem}.stage-row span{color:var(--muted);font-size:.72rem}.progress-track{background:var(--surface-strong);border-radius:999px;width:100%;height:5px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);height:100%;display:block}.progress-cell{align-items:center;gap:8px;min-width:80px;display:flex}.progress-cell .progress-track{flex:1}.progress-label{color:var(--muted);white-space:nowrap;font-size:.72rem}.calendar-layout{grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,2.2fr) minmax(220px,.8fr);gap:12px;height:100%;display:grid;overflow:hidden}.calendar-layout>.panel:not(.calendar-panel){flex-direction:column;min-height:0;max-height:100%;display:flex;overflow:hidden}.calendar-layout>.panel:not(.calendar-panel)>.panel-body{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;flex:1;min-height:0;overflow-y:auto}.calendar-layout>.panel:not(.calendar-panel)>.panel-body::-webkit-scrollbar{width:5px}.calendar-layout>.panel:not(.calendar-panel)>.panel-body::-webkit-scrollbar-track{background:0 0}.calendar-layout>.panel:not(.calendar-panel)>.panel-body::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}.calendar-panel{min-width:0;position:relative;container-type:inline-size}.calendar-masthead{background:#fbfcfe;border:1px solid #dfe6ef;border-radius:8px;flex-shrink:0;margin-bottom:10px;padding:13px 14px 12px;position:relative}.calendar-binding{gap:176px;display:flex;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.calendar-binding span{background:#fff;border:1px solid #d5dde8;border-top:0;border-radius:0 0 5px 5px;width:34px;height:6px}.calendar-masthead-main{grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;gap:12px;display:grid}.calendar-filter-actions,.calendar-actions,.calendar-month-control{align-items:center;min-width:0;display:flex}.calendar-filter-actions{flex-wrap:nowrap;justify-self:start;gap:7px}.calendar-actions{flex-wrap:nowrap;justify-self:end;gap:7px}.calendar-month-control{justify-content:center;gap:12px}.calendar-month-stack{text-align:center;min-width:260px}.calendar-month-title{color:#0f172a;letter-spacing:.075em;margin:0;font-size:clamp(1.35rem,2vw,1.95rem);font-weight:800;line-height:1}.calendar-month-stack p{color:#64748b;margin:4px 0 0;font-size:.72rem;font-weight:500}.cal-month-arrow,.cal-secondary-action,.cal-primary-action,.cal-filter-menu-btn{cursor:pointer;border-radius:7px;height:32px;font-size:.78rem;font-weight:700;transition:background-color .12s,border-color .12s,color .12s}.cal-month-arrow{color:#334155;background:#fff;border:1px solid #d5dde8;justify-content:center;align-items:center;width:32px;padding:0;line-height:1;display:inline-flex}.cal-month-arrow:hover,.cal-secondary-action:hover,.cal-filter-menu-btn:hover,.cal-filter-menu-btn.active{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.cal-secondary-action,.cal-primary-action{justify-content:center;align-items:center;gap:6px;padding:0 11px;display:inline-flex}.cal-secondary-action{color:#334155;background:#fff;border:1px solid #d5dde8}.cal-primary-action{color:#fff;background:#1d4ed8;border:1px solid #1d4ed8}.cal-primary-action:hover{background:#1e40af;border-color:#1e40af}.cal-filter-menu-backdrop{z-index:35;cursor:default;background:0 0;border:0;position:fixed;inset:0}.cal-filter-menu-wrap{z-index:40;position:relative}.cal-filter-menu-btn{white-space:nowrap;color:#334155;background:#fff;border:1px solid #d5dde8;align-items:center;gap:7px;padding:0 10px;display:inline-flex}.cal-menu-count{color:#64748b;text-align:center;font-variant-numeric:tabular-nums;border-left:1px solid #e2e8f0;min-width:18px;padding-left:7px}.cal-filter-menu{z-index:45;background:#fff;border:1px solid #dfe6ef;border-radius:8px;width:255px;padding:8px;position:absolute;top:calc(100% + 7px);left:0;box-shadow:0 8px 18px #0f172a1f}.cal-filter-menu-title{color:#334155;padding:4px 7px 7px;font-size:.78rem;font-weight:700}.cal-filter-row{flex-wrap:wrap;gap:4px;display:flex}.cal-filter-menu .cal-filter-row{flex-direction:column}.cal-filter{color:#475569;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:7px;min-height:28px;padding:6px 7px;font-size:.75rem;font-weight:600;transition:background-color .12s,border-color .12s,color .12s;display:flex}.cal-filter.active{color:#0f172a;background:#f1f5f9;border-color:#e2e8f0}.cal-filter:not(.active) .cal-filter-dot{opacity:.35}.cal-filter-add{color:#1d4ed8;background:#f8fbff;border-style:dashed;border-color:#bfdbfe}.cal-filter-add:hover,.cal-filter:hover{background:#f8fafc}.cal-filter-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.calendar-weekdays{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;grid-template-columns:minmax(0,.55fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.55fr);gap:4px;margin-bottom:4px;font-size:.68rem;font-weight:700;display:grid}.calendar-weekdays .weekend-label{color:#94a3b8}.calendar-grid{flex:1;grid-template-columns:minmax(0,.55fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) minmax(0,.55fr);grid-auto-rows:1fr;gap:4px;min-height:0;display:grid}.calendar-cell{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:8px;flex-direction:column;align-items:stretch;min-height:0;padding:4px 5px;font-size:.78rem;transition:border-color .12s,background-color .12s;display:flex;overflow:hidden}.calendar-cell:hover{border-color:var(--accent);background:var(--accent-light)}.calendar-cell.weekend{background:#eef1f5;border-color:#dfe3ea}.calendar-cell.weekend .calendar-day-number{color:var(--muted)}.calendar-cell.outside{background:var(--surface-strong)}.calendar-cell.outside .calendar-day-number{color:var(--line-strong)}.calendar-cell.outside.weekend{background:#e5e9ef}.calendar-cell.selected{border-color:var(--accent);background:var(--accent-light);box-shadow:inset 0 0 0 1px #1976d226}.calendar-cell.today .calendar-day-number{color:var(--surface);background:var(--accent);border-radius:50%;place-items:center;width:22px;height:22px;display:inline-grid}.calendar-day-number{flex-shrink:0;margin-bottom:2px;font-size:.74rem;font-weight:800;line-height:1}.cal-events{flex-direction:column;flex:1;gap:1px;min-height:0;display:flex;overflow:hidden}.cal-events-loading{gap:5px;padding-top:3px}.cal-skeleton-line{background:linear-gradient(90deg,#e9eef5 0%,#dce4ee 42%,#e9eef5 84%) 0 0/200% 100%;border-radius:4px;height:11px;animation:1.2s linear infinite m365Shimmer;display:block}.cal-skeleton-line-lg{width:78%}.cal-skeleton-line-md{width:58%}.cal-skeleton-line-sm{width:42%}.cal-event-line{cursor:pointer;border-radius:3px;flex-shrink:0;align-items:center;gap:5px;min-width:0;max-width:100%;min-height:15px;padding:0 2px;transition:background-color .1s;display:flex;overflow:hidden}.cal-event-line:hover{background:#1976d214}.cal-event-line.past{opacity:.35}.cal-event-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.cal-event-initials{color:#fff;letter-spacing:.02em;white-space:nowrap;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;height:13px;padding:1px 4px;font-size:9px;font-weight:700;line-height:1;display:inline-flex}.cal-event-time{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.56rem;font-weight:600}.cal-event-text{color:var(--ink-soft);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.56rem;overflow:hidden}.cal-show-all{color:var(--accent);text-align:center;cursor:pointer;flex-shrink:0;width:100%;margin-top:auto;font-size:.56rem;font-weight:700}.cal-show-all:hover{text-decoration:underline}.cal-popup{z-index:101;background:var(--surface);border:1px solid var(--line);transform-origin:0 0;border-radius:10px;min-width:280px;max-width:340px;max-height:320px;padding:14px;animation:.2s cubic-bezier(.32,.72,0,1) calPopupIn;position:fixed;overflow-y:auto;box-shadow:0 8px 24px #0000001f}@keyframes calPopupIn{0%{opacity:0;transform:scale(.95)translateY(-6px)}to{opacity:1;transform:scale(1)translateY(0)}}.cal-popup-title{color:var(--ink);margin-bottom:10px;font-size:.84rem;font-weight:700}.cal-popup-event{border-bottom:1px solid var(--line);align-items:center;gap:6px;padding:5px 0;display:flex}.cal-popup-event:last-child{border-bottom:none}.cal-popup-event-time{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.72rem;font-weight:600}.cal-popup-event-title{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.78rem;overflow:hidden}.modal-overlay{z-index:var(--modal-z,10000);background:#0f172a73;place-items:center;animation:.12s fadeIn;display:grid;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-card{background:var(--surface);border-radius:14px;width:380px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);animation:.16s slideUp;position:relative;overflow:hidden;box-shadow:0 24px 48px #0003,0 0 0 1px #0000000d}.modal-color-bar{flex-shrink:0;width:100%;height:5px}.photo-crop-overlay{z-index:10200}.photo-crop-card{flex-direction:column;gap:12px;width:auto;padding:18px 20px 16px;display:flex}.photo-crop-header{align-items:center;display:flex}.photo-crop-header h3{color:#1e293b;margin:0;font-size:1.02rem;font-weight:700}.photo-crop-hint{color:#64748b;margin-top:-6px;font-size:.76rem}.photo-crop-shape-row{color:#475569;align-items:center;gap:6px;font-size:.76rem;display:flex}.photo-crop-shape-label{margin-right:2px;font-weight:600}.photo-crop-shape-btn{color:#475569;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:6px;align-items:center;gap:5px;padding:5px 9px;display:inline-flex}.photo-crop-shape-btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.photo-crop-shape-btn.active{border-color:var(--accent,#1976d2);color:#155e91;background:#eef5fb}.photo-crop-shape-btn:disabled{opacity:.55;cursor:not-allowed}.photo-crop-viewport{cursor:grab;-webkit-user-select:none;user-select:none;background:repeating-conic-gradient(#e2e8f0 0% 25%,#f8fafc 0% 50%) 0 0/20px 20px;border-radius:12px;align-self:center;max-width:calc(100vw - 72px);position:relative;overflow:hidden}.photo-crop-viewport:active{cursor:grabbing}.photo-crop-mask{pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffffa6}.photo-crop-mask.round{border-radius:50%;box-shadow:0 0 0 9999px #0f172a73,inset 0 0 0 2px #ffffffd9}.photo-crop-mask.wide{border-radius:10px;box-shadow:inset 0 0 0 2px #ffffffd9}.photo-crop-zoom-row{align-items:center;gap:10px;display:flex}.photo-crop-zoom-row input[type=range]{accent-color:var(--accent,#1976d2);flex:1}.photo-crop-zoom-btn{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:8px;place-items:center;width:28px;height:28px;font-size:16px;line-height:1;display:grid}.photo-crop-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.photo-crop-error{color:#b42318;font-size:.78rem}.photo-crop-actions{align-items:center;gap:8px;display:flex}.photo-crop-btn{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600}.photo-crop-btn.ghost{color:#33475b;background:#fff;border-color:#cbd6e2}.photo-crop-btn.ghost:hover:not(:disabled){background:#f5f8fa}.photo-crop-btn.primary{background:var(--accent,#1976d2);color:#fff}.photo-crop-btn.primary:hover:not(:disabled){filter:brightness(1.06)}.photo-crop-btn:disabled{opacity:.55;cursor:not-allowed}.modal-close{width:32px;height:32px;color:var(--muted);cursor:pointer;z-index:2;background:#0000000d;border:none;border-radius:8px;place-items:center;padding:0;font-size:1.2rem;transition:all .1s;display:grid;position:absolute;top:12px;right:12px}.modal-close:hover{color:var(--ink);background:#0000001a}.modal-body{flex-direction:column;gap:10px;max-height:calc(100vh - 120px);padding:18px 20px 22px;display:flex;overflow-y:auto}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOutRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.create-panel-overlay{z-index:200;background:#0f172a59;animation:.12s fadeIn;position:fixed;inset:0}.create-panel-overlay.closing{animation:.2s forwards fadeOut}.create-panel{z-index:201;background:#fff;flex-direction:column;width:480px;max-width:100vw;animation:.25s slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 24px #00000026}.create-panel.closing{animation:.2s forwards slideOutRight}.create-panel-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.create-panel-header h2{color:#1e293b;flex:1;margin:0;font-size:1.05rem;font-weight:600}.create-panel-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;place-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:grid}.create-panel-close:hover{color:#1e293b;background:#f1f5f9}.create-panel-body{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.create-panel-edit-link{color:#1976d2;cursor:pointer;align-self:flex-end;align-items:center;gap:4px;font-size:.78rem;text-decoration:none;display:flex}.create-panel-edit-link:hover{color:#1565c0;text-decoration:underline}.create-panel-field{flex-direction:column;gap:4px;min-width:0;display:flex;position:relative}.create-panel-field label{color:#33475b;font-size:.8rem;font-weight:500}.create-panel-field input,.create-panel-field textarea,.create-panel-field select{color:#1e293b;box-sizing:border-box;background:#fff;border:1px solid #cbd6e2;border-radius:4px;width:100%;min-width:0;padding:8px 10px;font-family:inherit;font-size:.88rem;transition:border-color .15s}.create-panel-field input.cp-input-error{border-color:#d94c53}.create-panel-field input.cp-input-error:focus{border-color:#d94c53;box-shadow:inset 0 0 0 1px #d94c53}.cp-validation-error{color:#d94c53;margin-top:2px;font-size:.75rem}.create-panel-field input:focus,.create-panel-field textarea:focus,.create-panel-field select:focus{border-color:#1976d2;outline:none;box-shadow:inset 0 0 0 1px #1976d2}.create-panel-field textarea{resize:vertical;min-height:36px}.estimator-territory-tag{color:#15803d;letter-spacing:.2px;text-transform:uppercase;white-space:nowrap;background:#dcfce7;border:1px solid #15803d;border-radius:9px;flex-shrink:0;align-items:center;padding:1px 5px;font-size:8px;font-weight:800;line-height:1.4;display:inline-flex}.cp-multi-row{align-items:center;gap:6px;margin-bottom:4px;display:flex}.cp-multi-row input[type=email],.cp-multi-row input[type=text]{flex:1;min-width:0}.cp-phone-row select{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:4px;flex-shrink:0;width:100px;padding:8px 6px;font-family:inherit;font-size:.8rem}.cp-phone-row select:focus{border-color:#1976d2;outline:none;box-shadow:inset 0 0 0 1px #1976d2}.cp-ext-input{flex:0 0 60px!important;max-width:60px!important}.cp-primary-badge{color:#1976d2;white-space:nowrap;background:#e3f2fd;border-radius:10px;flex-shrink:0;padding:2px 6px;font-size:.62rem;font-weight:600}.cp-remove-btn{color:#b0bec5;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:16px;line-height:1;display:flex}.cp-remove-btn:hover{color:#d94c53;background:#fef2f2}.cp-add-link{color:#1976d2;cursor:pointer;background:0 0;border:none;margin-top:2px;padding:4px 0;font-family:inherit;font-size:.78rem;font-weight:500;display:inline-block}.cp-add-link:hover{text-decoration:underline}.create-panel-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.create-panel-secondary{position:relative}.create-panel-secondary.locked{opacity:.5;pointer-events:none}.create-panel-secondary.locked:after{content:"";background:#fff6;border-radius:4px;position:absolute;inset:0}.create-panel-hint{color:#7c98b6;text-align:center;background:#f5f8fa;border-radius:6px;padding:12px;font-size:.8rem}.create-panel-footer{border-top:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:8px;padding:12px 20px;display:flex}.create-panel-footer .cp-btn-primary{color:#fff;cursor:pointer;background:#ff7a59;border:none;border-radius:4px;padding:9px 20px;font-size:.85rem;font-weight:600;transition:background .15s}.create-panel-footer .cp-btn-primary:hover:not(:disabled){background:#ea580c}.create-panel-footer .cp-btn-primary:disabled{opacity:.5;cursor:not-allowed}.create-panel-footer .cp-btn-secondary{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:4px;padding:9px 16px;font-size:.85rem;font-weight:500;transition:background .15s}.create-panel-footer .cp-btn-secondary:hover:not(:disabled){background:#f5f8fa}.create-panel-footer .cp-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.cp-owner-trigger{color:#1e293b;cursor:pointer;text-align:left;background:#fff;border:1px solid #cbd6e2;border-radius:4px;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;font-family:inherit;font-size:.88rem;transition:border-color .15s;display:flex}.cp-owner-trigger:hover{border-color:#94a3b8}.cp-owner-trigger.open{box-shadow:none;border-color:#1976d2;border-radius:4px 4px 0 0}.cp-owner-caret{color:#94a3b8;flex-shrink:0}.cp-owner-popover{z-index:110;background:#fff;border:1px solid #1976d2;border-top:none;border-radius:0 0 6px 6px;margin-top:-1px;position:absolute;top:100%;left:-1px;right:-1px;overflow:hidden;box-shadow:0 4px 16px #0000001f}.cp-owner-search-wrap{border-bottom:1px solid #e2e8f0;align-items:center;gap:8px;padding:8px 12px;display:flex}.cp-owner-search-icon{color:#94a3b8;flex-shrink:0}.cp-owner-search{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:.85rem}.cp-owner-search::placeholder{color:#94a3b8}.cp-owner-list{max-height:220px;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.cp-owner-option{cursor:pointer;flex-direction:column;gap:1px;padding:8px 14px;transition:background .1s;display:flex}.cp-owner-option:hover{background:#f1f5f9}.cp-owner-option.selected{background:#edf7fa}.cp-owner-name{color:#1e293b;font-size:.85rem}.cp-owner-email{color:#7c98b6;font-size:.75rem}.modal-tags{flex-wrap:wrap;gap:6px;display:flex}.modal-tag{color:#fff;text-transform:uppercase;letter-spacing:.03em;border-radius:5px;padding:3px 9px;font-size:.64rem;font-weight:700}.modal-tag-outline{color:var(--muted);background:var(--surface-strong);border-radius:5px;padding:3px 9px;font-size:.64rem;font-weight:600}.modal-title{color:var(--ink);margin:0;padding-right:28px;font-size:1.05rem;font-weight:700;line-height:1.35}.modal-subtitle{color:var(--muted);margin:0;font-size:.8rem;font-weight:500}.modal-info-grid{flex-direction:column;gap:8px;margin-top:4px;display:flex}.modal-info-item{background:var(--surface-strong);border-radius:8px;align-items:flex-start;gap:10px;padding:8px 10px;text-decoration:none;transition:background .1s;display:flex}.modal-info-link:hover{background:var(--accent-light)}.modal-info-icon{flex-shrink:0;font-size:1rem;line-height:1.2}.modal-info-primary{color:var(--ink);font-size:.8rem;font-weight:600;line-height:1.3;display:block}.modal-info-secondary{color:var(--muted);margin-top:1px;font-size:.68rem;display:block}.modal-info-link .modal-info-secondary{color:var(--accent)}.modal-field{gap:2px;display:grid}.modal-field-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.68rem;font-weight:700}.modal-field-value{color:var(--ink);font-size:.86rem;font-weight:500}.modal-link{color:var(--accent);background:var(--accent-light);border-radius:6px;align-items:center;gap:4px;margin-top:12px;padding:6px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .12s;display:inline-flex}.modal-link:hover{background:#bbdefb}.clickable-row{cursor:pointer;transition:background 80ms}.clickable-row:hover{background:var(--surface-strong)}.modal-type-badge{background:var(--surface-strong);color:var(--ink);border-radius:6px;align-items:center;gap:6px;width:fit-content;padding:3px 10px;font-size:.76rem;font-weight:700;display:inline-flex}.modal-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.divider{background:var(--line);flex-shrink:0;height:1px;margin:10px 0}.detail-card{cursor:pointer;justify-content:space-between;align-items:flex-start;gap:8px;transition:background-color .12s,border-color .12s,box-shadow .12s;display:flex}.detail-card>div{min-width:0}.detail-card strong{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.detail-card p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.detail-card:hover{background:var(--surface-strong);border-color:var(--line-strong);box-shadow:0 1px 3px #0000000a}.detail-card strong{font-size:.8rem}.detail-card p{color:var(--muted);margin:0;font-size:.72rem}.detail-meta{color:var(--muted);flex-direction:column;align-items:flex-end;font-size:.7rem;display:flex}.empty-state{border:1px dashed var(--line-strong);color:var(--muted);background:var(--surface-strong);border-radius:8px;padding:10px;font-size:.8rem}.projects-layout{grid-template-rows:auto 1fr;gap:12px;height:100%;display:grid}.board{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.lane{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;min-width:0;padding:10px;display:flex;overflow:hidden}.lane-head{flex-shrink:0;justify-content:space-between;align-items:center;gap:6px;margin-bottom:8px;display:flex}.lane-head h2{margin:0;font-size:.78rem;font-weight:700}.lane-head span{color:var(--muted);background:var(--surface-strong);border-radius:4px;padding:1px 6px;font-size:.68rem}.lane-stack{flex:1;gap:7px;min-height:0;display:grid}.task-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:8px;transition:box-shadow .12s}.task-card:hover{box-shadow:0 2px 8px #0000000f}.task-title{margin:0 0 3px;font-size:.76rem;font-weight:700}.task-copy{color:var(--muted);margin:0 0 6px;font-size:.68rem}.task-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:6px;font-size:.66rem;display:flex}.cal-sidebar-header{border-bottom:1px solid #eaf0f6;justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:13px 16px 12px;display:flex}.cal-sidebar-title{flex-direction:column;gap:2px;min-width:0;display:flex}.cal-sidebar-date{color:#0f172a;margin:0;font-size:.95rem;font-weight:800;line-height:1.15}.cal-sidebar-subdate{color:#64748b;font-size:.76rem;font-weight:600;line-height:1.2}.cal-sidebar-nav{align-items:center;gap:4px;display:flex}.cal-nav-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.cal-nav-btn:hover{color:#1e293b;background:#f1f5f9}.cal-view-toggle{border:1px solid #e2e8f0;border-radius:6px;margin-left:4px;display:flex;overflow:hidden}.cal-vt-btn{color:#64748b;cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:32px;height:30px;display:flex}.cal-vt-btn+.cal-vt-btn{border-left:1px solid #e2e8f0}.cal-vt-btn.active{color:#1976d2;background:#f0f7ff}.cal-vt-btn:hover:not(.active){background:#f5f8fa}.reel-feed{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;flex-direction:column;flex:1;gap:6px;min-height:0;padding:2px;display:flex;overflow-y:auto}.reel-feed::-webkit-scrollbar{width:4px}.reel-feed::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}.reel-card{background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:10px;flex-shrink:0;gap:0;transition:border-color .1s,box-shadow .1s,transform 60ms;display:flex;position:relative;overflow:hidden}.reel-card:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 10px #1976d21a}.reel-card:active{box-shadow:none;transform:scale(.985)}.reel-card.reel-current{border-color:var(--accent);box-shadow:0 0 0 2px #1976d226}.reel-card.reel-past{opacity:.5}.reel-card.reel-past:hover{opacity:.8}.reel-card.reel-next{opacity:.85;border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b826}.reel-badge{letter-spacing:.06em;z-index:2;border-radius:4px;padding:2px 7px;font-size:.58rem;font-weight:800;position:absolute;top:6px;right:8px}.reel-badge-now{background:var(--accent);color:#fff;animation:2s infinite badgePulse}.reel-badge-next{background:var(--surface-strong);color:var(--accent);border:1px solid var(--accent)}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.7}}.reel-card-accent{flex-shrink:0;width:4px}.reel-card-body{flex-direction:column;flex:1;gap:2px;min-width:0;padding:8px 10px;display:flex}.reel-card-row{align-items:center;gap:6px;display:flex}.reel-card-time{color:var(--accent);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:700}.reel-card-dur{color:var(--muted);font-size:.64rem}.reel-card-type-tag{color:#fff;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:4px;margin-left:auto;padding:1px 6px;font-size:.56rem;font-weight:700}.reel-card-title{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.82rem;font-weight:700;overflow:hidden}.reel-card-account{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.7rem;overflow:hidden}.reel-card-footer{color:var(--muted);align-items:center;gap:8px;margin-top:2px;font-size:.64rem;display:flex}.reel-card-footer span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.reel-empty{color:var(--muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:20px;display:flex}.reel-empty p{margin:0;font-size:.82rem;font-weight:600}.reel-empty span{font-size:.7rem}.cal-timeline{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;flex:1;min-height:0;overflow-y:auto}.cal-timeline-inner{position:relative}.cal-timeline::-webkit-scrollbar{width:4px}.cal-timeline::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}.cal-hour-row{border-bottom:1px solid #f1f5f9;min-height:48px;display:flex}.cal-hour-label{color:#7c98b6;text-align:right;font-variant-numeric:tabular-nums;flex-shrink:0;width:56px;padding:4px 8px 0 0;font-size:11px}.cal-hour-events{border-left:1px solid #eaf0f6;flex:1;min-width:0;min-height:48px;padding:2px 8px;overflow:hidden}.cal-hour-event{cursor:pointer;background:#f0f7ff;border-radius:4px;align-items:center;gap:6px;min-width:0;margin-bottom:2px;padding:4px 8px;font-size:12px;transition:background .12s;display:flex;overflow:hidden}.cal-hour-event:hover{background:#dbeafe}.cal-hour-event-time{color:#7c98b6;white-space:nowrap;font-size:11px;font-weight:500}.cal-hour-event-title{color:#33475b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-weight:500;overflow:hidden}.cal-now-line{z-index:5;pointer-events:none;background:#e53935;height:2px;position:absolute;left:56px;right:0}.cal-now-dot{background:#e53935;border-radius:50%;width:10px;height:10px;display:block;position:absolute;top:-4px;left:-5px}.cal-tasks-due{color:#33475b;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #eaf0f6;align-items:center;gap:6px;padding:8px 16px;font-size:13px;transition:background .12s;display:flex}.cal-tasks-due:hover{background:#f8fafc}.cal-tasks-due svg{color:#7c98b6}.deals-view{flex-direction:column;height:100%;display:flex;overflow:hidden}.kanban-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:0 16px 12px;display:flex}.kanban-header h2{color:var(--text-strong);margin:0 0 2px;font-size:1.4rem;font-weight:700}.kanban-header p{color:var(--text-muted);margin:0;font-size:.82rem}.kanban-board{flex:1;gap:16px;min-height:0;padding:0 16px 8px;display:flex;overflow-x:auto}.kanban-board::-webkit-scrollbar{height:6px}.kanban-board::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:3px}.kanban-ear{z-index:20;cursor:pointer;opacity:0;pointer-events:none;color:#535c69;justify-content:center;align-items:center;width:42px;transition:opacity .2s;display:flex;position:absolute;top:60px;bottom:8px}.kanban-ear svg{flex-shrink:0}.kanban-ear.show{opacity:.6;pointer-events:auto}.kanban-ear.show:hover{opacity:.9}.kanban-ear-left{left:0}.kanban-ear-right{right:0}.kanban-column{background:#f9fafb80;border:1px solid #e5e7eb99;border-radius:12px;flex-direction:column;flex:1;min-width:256px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.kanban-column-header{border-bottom:1px solid var(--line-subtle);background:#fff;flex-shrink:0;padding:16px 16px 0;box-shadow:0 1px 2px #0000000a}.kanban-column-header-row{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.kanban-column-title{color:#1f2937;letter-spacing:-.01em;font-size:.88rem;font-weight:700}.kanban-column-count{color:#4b5563;background:#f3f4f6;border-radius:9999px;padding:2px 8px;font-size:.72rem;font-weight:700}.kanban-column-bar{border-radius:9999px;width:100%;height:4px;margin:8px 0 16px;transition:background-color .3s}.kanban-column-body{flex-direction:column;flex:1;gap:12px;min-height:150px;padding:12px;display:flex;overflow-y:auto}.kanban-column-body::-webkit-scrollbar{width:4px}.kanban-column-body::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:2px}.kanban-card{cursor:grab;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;transition:all .15s;position:relative;box-shadow:0 1px 2px #0000000a}.kanban-card:active{cursor:grabbing}.kanban-card:hover{border-color:var(--accent);box-shadow:0 4px 12px #00000014}.kanban-card-title{color:#111827;margin:0 0 6px;padding-right:24px;font-size:.88rem;font-weight:600;line-height:1.3}.kanban-card-tags{flex-wrap:wrap;gap:4px;margin-bottom:12px;display:flex}.kanban-card-tag{color:var(--accent);background:#2563eb0f;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:500}.kanban-card-details{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.kanban-card-detail-row{color:#6b7280;align-items:center;gap:8px;font-size:.78rem;display:flex}.kanban-card-detail-row svg{color:#9ca3af;flex-shrink:0}.kanban-card-detail-row span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.kanban-card-footer{color:#9ca3af;border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:12px;font-size:.72rem;display:flex}.kanban-card-link{color:var(--accent);cursor:pointer;font-weight:500}.kanban-card-link:hover{text-decoration:underline}.kanban-empty{border:2px dashed #e5e7eb;border-radius:8px;justify-content:center;align-items:center;height:100%;min-height:100px;display:flex}.kanban-empty span{color:#9ca3af;letter-spacing:.02em;font-size:.82rem;font-weight:500}.kanban-pipeline-select{color:#1f2937;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:6px 32px 6px 12px;font-size:.85rem;font-weight:600;box-shadow:0 1px 2px #0000000a}.kanban-pipeline-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb1a}.kanban-column.drag-over{background:#2563eb0a;border-color:#2563eb40}.kanban-card-grip{color:#d1d5db;transition:color .15s;position:absolute;top:16px;right:12px}.kanban-card:hover .kanban-card-grip{color:var(--accent)}.kanban-empty.drop-target{border-color:var(--accent);background:#2563eb0a}.kanban-empty.drop-target span{color:var(--accent);font-weight:600}.hrk-card{position:relative}.hrk-role-badge{min-width:0;margin-bottom:10px;display:flex}.hrk-role-badge span{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;background:#2563eb0f;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:500;overflow:hidden}.hrk-probation{margin:10px 0 2px}.hrk-probation-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.hrk-probation-label{color:#4b5563;font-size:.72rem;font-weight:600}.hrk-probation-label.hrk-overdue{color:#dc2626}.hrk-probation-label.hrk-complete{color:#059669}.hrk-probation-pct{color:#9ca3af;font-size:.72rem;font-weight:500}.hrk-probation-pct.hrk-overdue{color:#dc2626;font-weight:700}.hrk-probation-pct.hrk-warn{color:#d97706}.hrk-probation-track{background:#f3f4f6;border-radius:3px;width:100%;height:6px;overflow:hidden}.hrk-probation-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.hrk-probation-fill.hrk-warn{background:#f59e0b}.hrk-probation-fill.hrk-overdue{background:#ef4444}.hrk-probation-overdue-msg{color:#dc2626;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-top:6px;padding:4px 8px;font-size:.65rem;font-weight:600}.hrk-pipeline-bar{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:16px;padding:10px 20px;display:flex}.hrk-pipeline-wrap{min-width:200px;position:relative}.hrk-pipeline-btn{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:7px 12px;font-size:.85rem;font-weight:600;display:flex;box-shadow:0 1px 2px #0000000a}.hrk-pipeline-btn:hover{border-color:var(--accent)}.hrk-pipeline-dropdown{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:4px;padding:4px 0;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000001f}.hrk-pipeline-option{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:8px 16px;font-size:.84rem;display:flex}.hrk-pipeline-option:hover{background:#f3f4f6}.hrk-pipeline-option.active{color:var(--accent);background:#eff6ff;font-weight:600}.hrk-pipeline-hint{color:#9ca3af;font-size:.78rem}.hrk-locked-icon{color:#9ca3af;vertical-align:middle;margin-left:6px}.hrk-context-menu{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:220px;padding:4px 0;position:fixed;box-shadow:0 12px 40px #00000026}.hrk-context-header{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.7rem;font-weight:600;display:flex}.hrk-context-header button{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1}.hrk-context-header button:hover{color:#4b5563}.hrk-context-pipeline{position:relative}.hrk-context-pipeline-btn{color:#374151;cursor:pointer;justify-content:space-between;align-items:center;padding:8px 16px;font-size:.84rem;font-weight:500;display:flex}.hrk-context-pipeline-btn:hover{color:var(--accent);background:#eff6ff}.hrk-context-pipeline-btn svg{color:#9ca3af;flex-shrink:0}.hrk-context-sub{z-index:210;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:230px;padding:4px 0;display:none;position:absolute;top:0;left:95%;box-shadow:0 12px 40px #0000001f}.hrk-context-sub.bottom{top:auto;bottom:0}.hrk-context-pipeline:hover .hrk-context-sub{display:block}.hrk-context-sub-header{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f3f4f6;padding:6px 12px;font-size:.68rem;font-weight:600}.hrk-context-stage{color:#374151;cursor:pointer;align-items:center;gap:8px;padding:7px 16px;font-size:.82rem;display:flex}.hrk-context-stage:hover{color:#111827;background:#f3f4f6}.hrk-context-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.kanban-terminal-drawer{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:40;background:#f9fafbf2;border-top:1px solid #e5e7eb;justify-content:center;align-items:center;gap:32px;padding:20px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -8px 30px -12px #00000014}.kanban-terminal-drawer.visible{transform:translateY(0)}.kanban-terminal-zone{opacity:.85;border:2px solid;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-width:180px;height:80px;transition:all .2s;display:flex}.kanban-terminal-zone.success{color:#16a34a;background:#dcfce780;border-color:#86efac}.kanban-terminal-zone.failure{color:#dc2626;background:#fee2e280;border-color:#fca5a5}.kanban-terminal-zone.drag-hover{opacity:1;transform:scale(1.08);box-shadow:0 8px 24px #0000001a}.kanban-terminal-zone.success.drag-hover{background:#dcfce7;border-color:#22c55e}.kanban-terminal-zone.failure.drag-hover{background:#fee2e2;border-color:#ef4444}.kanban-terminal-label{letter-spacing:-.01em;align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:flex}.kanban-terminal-hint{opacity:.7;margin-top:2px;font-size:.72rem;font-weight:500}.kanban-context-menu{z-index:150;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:220px;padding:4px 0;animation:.1s ease-out kanbanContextFadeIn;position:fixed;box-shadow:0 12px 40px #0000001f}@keyframes kanbanContextFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.kanban-context-header{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:8px 12px;font-size:.72rem;font-weight:600;display:flex}.kanban-context-header button{color:#9ca3af;cursor:pointer;background:0 0;border:none;font-size:1.1rem;line-height:1}.kanban-context-header button:hover{color:#374151}.kanban-context-item{color:#374151;cursor:pointer;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;transition:background .1s;display:flex}.kanban-context-item:hover{background:#f3f4f6}.kanban-context-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.kanban-context-warn{flex-shrink:0;margin-left:auto}.kanban-modal-overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#11182780;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.kanban-confirm-modal{text-align:center;background:#fff;border-radius:16px;width:90%;max-width:440px;padding:28px 32px;box-shadow:0 24px 64px #0000002e}.kanban-confirm-icon{background:#fffbeb;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;display:flex}.kanban-confirm-modal h3{color:#111827;margin:0 0 8px;font-size:1.1rem;font-weight:700}.kanban-confirm-modal p{color:#6b7280;margin:0 0 24px;font-size:.88rem;line-height:1.5}.kanban-confirm-actions{justify-content:center;gap:12px;display:flex}.kanban-confirm-cancel{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 20px;font-size:.85rem;font-weight:500;transition:background .15s}.kanban-confirm-cancel:hover{background:#f9fafb}.kanban-confirm-ok{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:background .15s}.kanban-confirm-ok:hover{filter:brightness(.9)}.kanban-toast{z-index:60;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;font-size:.82rem;font-weight:500;animation:.3s ease-out toastSlide;display:flex;position:absolute;top:12px;right:16px;box-shadow:0 4px 16px #0000001a}@keyframes toastSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.kanban-toast.success{color:#166534;background:#dcfce7;border:1px solid #86efac}.kanban-toast.error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.kanban-toast.info{color:#1e40af;background:#dbeafe;border:1px solid #93c5fd}.deal-drawer-backdrop{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#11182759;animation:.25s ease-out drawerFadeIn;position:fixed;inset:0}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}.deal-drawer-backdrop.closing{animation:.25s ease-in forwards drawerFadeOut}@keyframes drawerFadeOut{0%{opacity:1}to{opacity:0}}.deal-drawer{z-index:80;background:#fff;flex-direction:column;width:780px;max-width:92vw;animation:.3s cubic-bezier(.32,.72,0,1) drawerSlideIn;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 40px #0000001f}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.deal-drawer.closing{animation:.25s ease-in forwards drawerSlideOut}@keyframes drawerSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.deal-drawer-inner{scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent;flex-direction:column;height:100%;padding:24px;display:flex;overflow-y:auto}.deal-drawer-inner::-webkit-scrollbar{width:5px}.deal-drawer-inner::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:4px}.deal-drawer-body{flex:1;grid-template-columns:1fr 1fr;gap:20px;min-height:0;display:grid}.deal-drawer-left,.deal-drawer-right{flex-direction:column;gap:16px;display:flex}.deal-stepper-vertical{filter:none;background:#f9fafb;border:1px solid #f3f4f6;border-radius:10px;flex-flow:wrap;gap:0;margin-bottom:16px;padding:12px 16px;display:flex}.deal-vstep{align-items:center;gap:6px;padding:4px 0;display:flex;position:relative}.deal-vstep-indicator{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.deal-vstep-pulse{border-radius:50%;width:7px;height:7px;animation:2s infinite stepPulse;box-shadow:0 0 0 3px #fff9}.deal-vstep-line{flex-shrink:0;width:16px;height:2px}.deal-vstep-label{color:#9ca3af;white-space:nowrap;margin-right:4px;font-size:.68rem;font-weight:600}.deal-vstep-label.current{color:#111827;font-weight:700}.deal-vstep-label.completed{color:#6b7280}.editable-field{cursor:pointer;border-radius:5px;align-items:center;gap:5px;margin:-2px -4px;padding:2px 4px;transition:background .1s;display:inline-flex}.editable-field:hover{background:#f1f5f9}.editable-pencil{opacity:0;color:#94a3b8;flex-shrink:0;transition:opacity .1s}.editable-field:hover .editable-pencil{opacity:1}.editable-placeholder{color:#cbd5e1;font-style:italic}.editable-input{border:1px solid var(--accent);font-size:inherit;color:#0f172a;background:#fff;border-radius:5px;outline:none;width:100%;max-width:220px;padding:3px 6px;font-family:inherit;box-shadow:0 0 0 2px #2563eb1f}.deal-detail-topbar{flex-shrink:0;justify-content:space-between;align-items:center;padding:0 0 16px;display:flex}.deal-back-btn{border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:.82rem;font-weight:600;transition:all .12s;display:inline-flex}.deal-back-btn:hover{background:var(--surface-strong);border-color:var(--line-strong)}.deal-link{color:var(--accent);background:var(--accent-light);border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .12s;display:inline-flex}.deal-link:hover{background:#bbdefb}.deal-detail-hero{flex-shrink:0;padding:0 0 16px}.deal-detail-title{color:var(--ink);margin:0;font-size:1.35rem;font-weight:800;line-height:1.3}.deal-detail-id{color:var(--muted);font-size:.78rem;font-weight:500}.deal-stepper{filter:drop-shadow(0 1px 2px #00000014);flex-shrink:0;margin-bottom:16px;display:flex}.deal-step{background:var(--step-color);clip-path:polygon(0% 0%,calc(100% - 14px) 0%,100% 50%,calc(100% - 14px) 100%,0% 100%,14px 50%);flex:1;justify-content:center;align-items:center;gap:6px;height:46px;padding:0 16px;transition:all .2s;display:flex;position:relative}.deal-step.first{clip-path:polygon(0% 0%,calc(100% - 14px) 0%,100% 50%,calc(100% - 14px) 100%,0% 100%);padding-left:12px}.deal-step.last{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%,14px 50%);padding-right:12px}.deal-step.future{background:#f3f4f6}.deal-step.current{z-index:1}.deal-step-check{color:#fff;flex-shrink:0}.deal-step-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite stepPulse;box-shadow:0 0 0 3px #ffffff80}@keyframes stepPulse{0%,to{box-shadow:0 0 0 3px #ffffff80}50%{box-shadow:0 0 0 5px #ffffff4d}}.deal-step-label{white-space:nowrap;color:#fff;letter-spacing:.01em;font-size:.7rem;font-weight:700}.deal-step.future .deal-step-label{color:#9ca3af}.deal-tabs{border-bottom:2px solid var(--line);flex-shrink:0;gap:0;margin-bottom:16px;display:flex}.deal-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:10px 20px;font-size:.84rem;font-weight:600;transition:color .12s;position:relative}.deal-tab:hover{color:var(--ink)}.deal-tab.active{color:var(--accent)}.deal-tab.active:after{content:"";background:var(--accent);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-2px;left:0;right:0}.deal-detail-grid{flex:1;grid-template-columns:1fr 1fr;gap:20px;min-height:0;display:grid}.deal-entity-col{flex-direction:column;gap:16px;display:flex}.deal-section{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000a}.deal-section-title{color:var(--ink);align-items:center;gap:8px;margin:0 0 16px;font-size:.88rem;font-weight:700;display:flex}.deal-section-title svg{color:var(--muted);flex-shrink:0}.deal-fields{flex-direction:column;gap:0;display:flex}.deal-field-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;display:flex}.deal-field-row:last-child{border-bottom:none;padding-bottom:0}.deal-field-row:first-child{padding-top:0}.deal-field-label{color:var(--muted);flex-shrink:0;min-width:120px;font-size:.78rem;font-weight:500}.deal-field-value{color:var(--ink);text-align:right;word-break:break-word;font-size:.84rem;font-weight:600}.deal-field-money{color:#059669;font-variant-numeric:tabular-nums;font-size:1rem;font-weight:800}.deal-stage-badge{color:#fff;letter-spacing:.02em;border-radius:6px;align-items:center;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.deal-person{align-items:center;gap:8px;display:inline-flex}.deal-person-avatar{color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:.7rem;font-weight:700;display:inline-grid}.deal-field-link{color:var(--accent);font-weight:600;text-decoration:none}.deal-field-link:hover{text-decoration:underline}.deal-timeline-col{background:var(--surface);border:1px solid var(--line);border-radius:12px;flex-direction:column;padding:20px;display:flex;box-shadow:0 1px 3px #0000000a}.deal-timeline{flex-direction:column;gap:0;display:flex}.deal-timeline-entry{gap:14px;display:flex;position:relative}.deal-timeline-dot-wrap{flex-direction:column;flex-shrink:0;align-items:center;width:12px;padding-top:4px;display:flex}.deal-timeline-dot{width:12px;height:12px;box-shadow:0 0 0 3px var(--surface);z-index:1;border-radius:50%;flex-shrink:0}.deal-timeline-line{background:var(--line);flex:1;width:2px;min-height:20px;margin-top:4px}.deal-timeline-content{flex-direction:column;flex:1;gap:2px;padding-bottom:20px;display:flex}.deal-timeline-action{color:var(--ink);font-size:.84rem;line-height:1.4}.deal-timeline-action strong{font-weight:700}.deal-timeline-meta{color:var(--muted);font-size:.72rem}.deal-tab-placeholder{border:2px dashed var(--line);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:64px 24px;display:flex}.deal-tab-placeholder p{color:var(--muted);max-width:320px;margin:0;font-size:.88rem;line-height:1.5}.leads-view{flex-direction:column;height:100%;display:flex;overflow:hidden}.leads-header{flex-shrink:0;padding-bottom:12px}.leads-header h2{color:var(--text-strong);margin:0;font-size:1.05rem;font-weight:600}.leads-header p{color:var(--text-muted);margin:2px 0 0;font-size:.78rem}.leads-view .panel{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.leads-view .panel-body{flex:1;overflow-y:auto}.leads-loading{color:var(--text-muted);text-align:center;padding:48px;font-size:.82rem}.accounts-layout{grid-template-rows:minmax(0,1fr);grid-template-columns:1.5fr 1fr;gap:12px;height:100%;display:grid;overflow:hidden}@media (max-width:1200px){.kpi-strip{display:none}.command-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr;min-height:0}.command-grid>.home-signal-badge,.command-grid>.home-pipeline,.command-grid>.home-rail,.command-grid>.home-docs-fullrow{grid-area:auto}.command-grid>.home-pipeline{grid-column:1/-1}.command-grid>.home-rail{flex-direction:row;grid-column:1/-1}.home-rail>.panel{flex:1 1 0}.command-kpi-strip{max-height:none}.command-kpi-strip-inner{flex-wrap:wrap;row-gap:4px}.command-queue-grid,.dashboard-kpi-grid,.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid>.dashboard-card,.dashboard-grid>.dashboard-card-wide,.dashboard-grid>.dashboard-card:nth-child(2),.dashboard-team-grid>.dashboard-card,.dashboard-team-grid>.dashboard-card-wide{grid-column:auto}.calendar-layout{grid-template-columns:minmax(0,2.2fr) minmax(180px,.8fr)}.calendar-masthead-main{grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr)}.calendar-month-stack{min-width:220px}.accounts-layout{grid-template-columns:1fr 1fr}}@media (max-width:900px){.app-shell{grid-template-columns:56px minmax(0,1fr);height:100vh;overflow:hidden}.sidebar{scrollbar-width:none;flex-direction:column;grid-area:2/1;align-items:center;gap:0;padding:8px 4px;overflow:hidden auto}.sidebar::-webkit-scrollbar{display:none}.sidebar .nav-label,.sidebar .nav-arrow,.sidebar .brand-mark,.sidebar .brand-name,.sidebar .brand-copy,.sidebar .sidebar-scroll-arrow,.sidebar .sidebar-toggle{display:none}.nav-list{flex-direction:column;gap:2px;width:100%;display:flex}.nav-item{justify-content:center;min-height:40px;padding:8px}.secondary-menu{left:60px!important}.workspace{padding:14px 16px;overflow-y:auto}.home-bento{height:auto!important;overflow:visible!important}.view-stack:has(>.home-bento){overflow:visible}.view-stack>.home-bento{flex:none;min-height:auto;overflow:visible}.home-bento .panel.is-expanded-overlay{position:static;inset:auto;box-shadow:0 1px 3px #0f172a0a,0 1px 2px #0f172a0f}.command-grid,.accounts-layout,.calendar-layout{grid-template-columns:minmax(0,1fr);height:auto;min-height:0}.calendar-masthead-main{grid-template-columns:minmax(0,1fr);justify-items:stretch}.calendar-filter-actions,.calendar-actions,.calendar-month-control{justify-self:center}.calendar-month-control{order:-1}.calendar-month-stack{min-width:0}.calendar-binding{gap:96px}.command-grid{grid-template-rows:auto}.command-grid>.home-signal-badge,.command-grid>.home-pipeline,.command-grid>.home-rail,.command-grid>.home-docs-fullrow{grid-area:auto}.command-grid>.home-rail{flex-direction:column}.command-toolbar,.command-toolbar-actions,.dashboard-modern-topbar,.dashboard-filter-row{flex-wrap:wrap}.dashboard-modern-content{padding:18px 16px 24px}.dashboard-grid{grid-template-columns:minmax(0,1fr)}.dashboard-grid>.dashboard-card,.dashboard-grid>.dashboard-card-wide,.dashboard-grid>.dashboard-card:nth-child(2),.dashboard-team-grid>.dashboard-card,.dashboard-team-grid>.dashboard-card-wide{grid-column:1/-1}.command-filter-group,.command-toolbar-actions,.dashboard-filter-row{width:100%}.command-select,.dashboard-select{flex:1;min-width:120px}.command-kpi-strip,.command-queue-grid,.dashboard-kpi-grid{grid-template-columns:minmax(0,1fr)}.dashboard-progress-row,.dashboard-progress-row.static{grid-template-columns:minmax(90px,1fr) minmax(100px,1fr) 42px}.dashboard-progress-row em{display:none}.projects-layout{height:auto}.board{grid-template-columns:repeat(2,minmax(0,1fr))}.kanban-board{-webkit-overflow-scrolling:touch;overflow-x:auto}.kanban-column{min-width:200px}.deals-view,.leads-view,.deal-detail{height:auto;overflow:visible}.deal-detail-grid{grid-template-columns:1fr}.deal-stepper{-webkit-overflow-scrolling:touch;overflow-x:auto}.deal-step{min-width:100px}.deal-step-label{font-size:.62rem}.deal-drawer{width:680px}.deal-drawer-body{grid-template-columns:1fr}.deal-stepper-vertical{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (max-width:767px){.home-bento .command-grid .data-table thead{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-bento .command-grid .data-table,.home-bento .command-grid .data-table tbody,.home-bento .command-grid .data-table tr,.home-bento .command-grid .data-table td{width:100%;display:block}.home-bento .command-grid .data-table tr{border:1px solid var(--line);background:#fff;border-radius:10px;margin-bottom:8px;padding:10px 12px}.home-bento .command-grid .data-table tr:hover{background:#f8fafc}.home-bento .command-grid .data-table td{text-align:left;border:none;padding:3px 0}.home-bento .command-grid .data-table td[data-label=Deal]{padding-bottom:6px}.home-bento .command-grid .data-table td[data-label=Deal] .primary-cell strong{white-space:normal;font-size:.95rem}.home-bento .command-grid .data-table td[data-label]:not([data-label=Deal]){align-items:center;gap:8px;font-size:.82rem;display:flex}.home-bento .command-grid .data-table td[data-label]:not([data-label=Deal]):before{content:attr(data-label);color:var(--muted,#64748b);text-transform:uppercase;letter-spacing:.02em;flex:0 0 84px;font-size:.72rem;font-weight:700}.home-bento .command-grid .data-table td[colspan]{display:block}.home-bento .command-grid .data-table td[colspan]:before{content:none}}@media (max-width:1100px){.calendar-layout{grid-template-columns:minmax(0,1fr)}.calendar-layout>.panel:not(.calendar-panel){display:none}}@media (max-width:600px){.workspace{padding:12px}.workspace-header{flex-wrap:wrap;gap:10px}.title-block h1{font-size:1rem}.header-actions{width:100%;margin-left:0}.search-field{flex:1}.search-field input{width:100%}.primary-button{min-height:44px}.nav-item{padding:10px 14px;font-size:.82rem}.board{grid-template-columns:minmax(0,1fr)}.data-table th,.data-table td{padding:8px 4px;font-size:.78rem}.agenda-item{grid-template-columns:50px minmax(0,1fr);padding:10px}.detail-card{flex-direction:column;gap:6px;padding:10px}.detail-meta{flex-direction:row;align-items:center;gap:8px}.panel{padding:10px}}.projects-view{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.projects-header{flex-shrink:0;padding-bottom:12px}.projects-header h2{color:var(--text-strong);margin:0;font-size:1.05rem;font-weight:600}.projects-header p{color:var(--text-muted);margin:2px 0 0;font-size:.78rem}.projects-view .panel{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.projects-view .panel-body{flex:1;overflow-y:auto}.proj-description{color:#64748b;margin:0;padding:0 28px;font-size:.88rem;line-height:1.6}.proj-meta-grid{border:1px solid #f1f5f9;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:0;margin:20px 28px 0;display:grid;overflow:hidden}.proj-meta-item{background:#fafbfc;flex-direction:column;align-items:center;gap:2px;padding:16px 8px;display:flex}.proj-meta-item+.proj-meta-item{border-left:1px solid #f1f5f9}.proj-meta-value{color:#0f172a;font-size:.92rem;font-weight:600}.proj-meta-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:500}.proj-section{margin:24px 28px 0}.proj-section-title{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin:0 0 12px;font-size:.78rem;font-weight:600}.proj-loading{color:#94a3b8;font-size:.82rem}.proj-member-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.proj-member{border-radius:10px;align-items:center;gap:12px;padding:8px 10px;transition:background .1s;display:flex}.proj-member:hover{background:#f8fafc}.proj-member-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.7rem;font-weight:600;display:flex}.proj-member-info{flex-direction:column;gap:1px;display:flex}.proj-member-name{color:#1e293b;font-size:.84rem;font-weight:500}.proj-member-role{color:#94a3b8;font-size:.72rem}.hs-contacts{background:#fff;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;position:relative;overflow:hidden}.hs-topbar{z-index:60;background:#f5f8fa;border-bottom:1px solid #cbd5e1;justify-content:space-between;align-items:stretch;gap:0;min-height:48px;padding:0;display:flex;position:relative}.hs-topbar-left{flex:1;align-items:stretch;gap:0;min-width:0;display:flex}.hs-topbar-right{flex-shrink:0;align-items:center;gap:8px;padding-left:12px;display:flex}.hs-obj-switcher-wrap{flex-shrink:0;align-items:center;display:flex;position:relative}.hs-obj-switcher{color:#1e293b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0;align-items:center;gap:7px;height:32px;padding:5px 11px 5px 9px;font-size:.82rem;font-weight:600;line-height:1;transition:background .1s,border-color .1s,box-shadow .1s;display:flex}.hs-obj-switcher:hover,.hs-obj-switcher.open{background:#f8fafc;border-color:#94a3b8;box-shadow:0 1px 3px #00000012}.hs-obj-switcher svg:first-child{color:#475569;flex-shrink:0;width:15px;height:15px}.hs-obj-switcher span{position:relative;top:1px}.hs-quick-add-btn{color:#475569;cursor:pointer;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:32px;height:32px;padding:0;font-size:18px;line-height:0;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.hs-quick-add-btn svg{margin:0;display:block}.hs-quick-add-btn:hover,.hs-quick-add-btn.active{color:#1e293b;background:#f1f5f9;border-color:#94a3b8}.hs-view-add-wrap{align-self:center;display:inline-flex}.hs-view-add-dropdown{z-index:400;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:180px;padding:4px 0;animation:.12s fadeIn;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000001f}.hs-view-add-item{color:#33475b;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 14px;font-size:13px;display:block}.hs-view-add-item:hover{color:#1e293b;background:#f5f8fa}.hs-view-type-picker{gap:0;min-width:auto;padding:8px;display:flex}.hs-view-type-btn{color:#516f90;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;align-items:center;gap:6px;padding:12px 16px;font-size:12px;display:flex}.hs-view-type-btn:hover:not(:disabled){color:#33475b;background:#f5f8fa}.hs-tab-rename-input{color:#0f172a;background:#fff;border:2px solid #1976d2;border-radius:4px;outline:none;width:140px;padding:2px 6px;font-size:12px;font-weight:500;box-shadow:0 0 0 2px #1976d240}.hs-topbar-sep{background:#cbd5e1;flex-shrink:0;align-self:center;width:1px;height:24px;margin:0 10px}.hs-obj-panel{z-index:300;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:260px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.hs-obj-search-wrap{border-bottom:1px solid #e5e7eb;padding:8px;position:relative}.hs-obj-search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.hs-obj-search{color:#1e293b;border:1px solid #e5e7eb;border-radius:4px;outline:none;width:100%;padding:6px 10px 6px 30px;font-family:inherit;font-size:.82rem}.hs-obj-search:focus{border-color:#1976d2;box-shadow:0 0 0 1px #1976d2}.hs-obj-list{max-height:300px;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.hs-obj-item{color:#1e293b;cursor:pointer;align-items:center;padding:8px 14px;font-size:.84rem;transition:background 80ms;display:flex}.hs-obj-item:hover{background:#f1f5f9}.hs-obj-item.active{color:#1565c0;background:#e3f2fd;font-weight:600}.hs-topbar-icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.hs-topbar-icon-btn:hover{color:#1e293b;background:#f1f5f9}.toolbar-right .hs-topbar-icon-btn{color:#94a3b8;border-radius:8px;width:40px;height:40px}.toolbar-right .hs-topbar-icon-btn svg{width:22px;height:22px}.toolbar-right .hs-topbar-icon-btn:hover{color:#fff;background:#ffffff1a}.hs-add-contacts-btn{color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.01em;background:#f97316;border:none;border-radius:6px;align-items:center;gap:7px;height:32px;padding:6px 14px;font-size:.82rem;font-weight:600;transition:background .12s,box-shadow .12s;display:flex;box-shadow:0 1px 2px #f9731640}.hs-add-contacts-btn:hover{background:#ea580c;box-shadow:0 2px 6px #f9731659}.hs-add-contacts-btn .hs-tb-caret{color:#ffffffb3;margin-left:2px}.hs-add-btn-wrap{position:relative}.hs-add-btn-dropdown{z-index:300;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:144px;padding:4px 0;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 16px #0000001f}.hs-add-btn-item{text-align:left;color:#1e293b;cursor:pointer;white-space:nowrap;background:0 0;border:none;width:100%;padding:8px 16px;font-size:.82rem;display:block}.hs-add-btn-item:hover{background:#f1f5f9}.hs-view-tabs{scrollbar-width:none;z-index:2;flex:1;align-items:stretch;gap:0;min-width:0;display:flex;position:relative}.hs-view-tabs::-webkit-scrollbar{display:none}.hs-view-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#edf1f5;border:1px solid #dce3ea;border-bottom:none;border-radius:4px 4px 0 0;align-items:center;gap:6px;margin-top:10px;margin-bottom:0;padding:0 14px;font-size:.82rem;font-weight:500;transition:color .12s,background .12s;display:flex;position:relative}.hs-view-tab:hover{color:#1e293b;background:#e4eaf0}.hs-view-tab.active{color:#1e293b;z-index:3;background:#fff;border-color:#cbd5e1 #cbd5e1 currentColor;border-bottom-style:none;border-bottom-width:medium;margin-top:4px;font-weight:600;box-shadow:0 1px #fff,0 2px #fff}.hs-add-view{margin-top:6px;color:#94a3b8!important;padding:0 10px!important}.hs-add-view:hover{color:#475569!important}.hs-tab-count{color:#64748b;background:#f1f5f9;border-radius:10px;padding:1px 7px;font-size:.7rem;font-weight:600}.hs-tab-label{white-space:nowrap}.hs-tab-x{color:#94a3b8;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-left:2px;font-size:13px;line-height:1;transition:background .1s,color .1s,opacity .12s;display:inline-flex}.hs-tab-x:hover{color:#1e293b;background:#00000014}.hs-view-tab:not(.active) .hs-tab-x{opacity:0;pointer-events:none}.hs-view-tab:not(.active):hover .hs-tab-x{opacity:1;pointer-events:auto}.hs-tab-kebab{color:#94a3b8;cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:4px;transition:background .1s,color .1s;display:inline-flex}.hs-tab-kebab:hover{color:#1e293b;background:#00000014}.hs-tab-edit-dropdown{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:160px;padding:4px 0;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 16px #0000001f}.hs-tab-edit-item{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;width:100%;padding:7px 14px;font-size:.82rem;transition:background .1s;display:block}.hs-tab-edit-item:hover:not(:disabled){background:#f1f5f9}.hs-tab-edit-item:disabled{color:#94a3b8;cursor:default}.hs-toolbar{background:#fff;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:4px;padding:6px 16px;display:flex}.hs-toolbar-left{flex:1;align-items:center;gap:2px;min-width:0;display:flex;overflow:visible}.hs-toolbar-left::-webkit-scrollbar{display:none}.hs-toolbar-right{flex-shrink:0;align-items:center;gap:4px;display:flex}.hs-tb-btn{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;align-items:center;gap:5px;padding:5px 10px;font-size:.8rem;font-weight:500;transition:background .1s,color .1s;display:inline-flex}.hs-tb-btn:hover:not(:disabled){color:#1e293b;background:#f1f5f9}.hs-tb-btn-bordered{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:6px;min-height:30px}.hs-tb-btn-bordered:hover:not(:disabled){border-color:#cbd5e1}.hs-tb-btn-pressed{background:#e2e8f0;border-color:#cbd5e1;box-shadow:inset 0 1px 2px #00000014}.hs-tb-btn:disabled,.hs-tb-btn.disabled{color:#cbd5e1;cursor:default}.hs-tb-btn svg{flex-shrink:0}.hs-tb-caret{opacity:.5;margin-left:2px}.hs-tb-sep{background:#e5e7eb;flex-shrink:0;width:1px;height:20px;margin:0 4px}.hs-viewtype-group{box-sizing:border-box;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;align-items:center;min-height:30px;display:inline-flex;overflow:visible}.hs-viewtype-group .hs-tb-btn{border:none;border-radius:0}.hs-viewtype-group .hs-viewtype-btn{border-radius:5px 0 0 5px}.hs-viewtype-group .hs-settings-btn{border-left:1px solid #e2e8f0;border-radius:0 5px 5px 0;padding:5px 7px}.hs-viewtype-wrap{position:relative}.hs-viewtype-panel{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:160px;padding:4px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 16px #0000001a,0 1px 3px #0000000f}.hs-viewtype-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:6px 10px 4px;font-size:.7rem;font-weight:600}.hs-viewtype-option{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:.8rem;font-weight:500;transition:background .1s;display:flex}.hs-viewtype-option:hover{background:#f1f5f9}.hs-viewtype-option.active{color:#1976d2;background:#eff6ff}.hs-viewtype-option.active svg{color:#1976d2}.hs-settings-panel,.hs-preview{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex-shrink:0;width:320px;margin:0 10px 10px 0;display:flex;overflow-y:auto}.hs-settings-header,.hs-preview-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;flex-shrink:0;justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.hs-settings-title,.hs-preview-name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:700;overflow:hidden}.hs-settings-close,.hs-preview-close{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:1.2rem;transition:background .1s,color .1s;display:flex}.hs-settings-close:hover,.hs-preview-close:hover{color:#1e293b;background:#f1f5f9}.hs-settings-body{flex:1;padding:14px 16px;overflow-y:auto}.hs-settings-group{margin-bottom:4px}.hs-settings-label{color:#475569;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:.72rem;font-weight:700;display:block}.hs-settings-radio{color:#334155;cursor:pointer;align-items:center;gap:8px;padding:5px 0;font-size:.8rem;display:flex}.hs-settings-radio input[type=radio]{accent-color:#1976d2;width:14px;height:14px}.hs-radio-indicator{display:none}.hs-settings-divider{border:none;border-top:1px solid #f1f5f9;margin:12px 0}.hs-info-icon{color:#94a3b8;vertical-align:middle;opacity:0;align-items:center;margin-left:4px;transition:opacity .15s;display:inline-flex}.hs-settings-group:hover .hs-info-icon{opacity:1}.hs-info-icon svg{width:13px;height:13px}.hs-toggle{cursor:pointer;background:#cbd5e1;border:none;border-radius:12px;flex-shrink:0;width:48px;height:24px;padding:0;transition:background .2s;position:relative}.hs-toggle.on{background:#1976d2}.hs-toggle-track{align-items:center;width:100%;height:100%;display:flex;position:relative}.hs-toggle-on,.hs-toggle-off{letter-spacing:.03em;-webkit-user-select:none;user-select:none;font-size:.55rem;font-weight:700;position:absolute;top:50%;transform:translateY(-50%)}.hs-toggle-on{color:#fff;opacity:0;left:6px}.hs-toggle.on .hs-toggle-on{opacity:1}.hs-toggle-off{color:#64748b;opacity:1;right:6px}.hs-toggle.on .hs-toggle-off{opacity:0}.hs-toggle-handle{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.hs-toggle.on .hs-toggle-handle{transform:translate(24px)}.hs-table tbody td{background:#fff}.hs-table.hs-zebra tbody tr:nth-child(2n):not(.selected) td{background:#f8fafc!important}.hs-table.hs-zebra tbody tr:nth-child(2n):hover:not(.selected) td{background:#f1f5f9!important}.hs-table tbody tr.selected td{background:#eef2ff!important}.hs-table tbody tr.selected:hover td{background:#e0e7ff!important}.hs-table.hs-density-small td{padding-top:4px;padding-bottom:4px;font-size:.78rem}.hs-table.hs-density-medium td{padding-top:8px;padding-bottom:8px}.hs-table.hs-density-large td{padding-top:14px;padding-bottom:14px}.hs-settings-toggle-row{justify-content:space-between;align-items:center;display:flex}.hs-settings-toggle-row .hs-settings-label{margin-bottom:0}.hs-quick-filters{z-index:50;background:#fff;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:4px;padding:6px 16px;display:flex;position:relative;overflow:visible}.hs-quick-filters::-webkit-scrollbar{display:none}.hs-qf-btn{color:#33475b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.hs-qf-btn:hover{color:#1e293b;background:#33475b14}.hs-qf-btn.hs-qf-trigger{border:none;border-radius:4px}.hs-qf-btn.hs-qf-trigger.open,.hs-qf-btn.hs-qf-trigger:focus{color:#1976d2;box-shadow:none;background:#1976d214}.hs-qf-btn.hs-qf-trigger.has-value{color:#1565c0;background:#e3f2fd;border:none}.hs-qf-caret{opacity:.5;flex-shrink:0}.hs-qf-count{color:#fff;background:#1976d2;border-radius:8px;padding:0 5px;font-size:.68rem;font-weight:700;line-height:1.5}.hs-qf-clear{color:#1565c0;cursor:pointer;opacity:.7;margin-left:2px;font-size:14px;line-height:1}.hs-qf-clear:hover{opacity:1}.hs-qf-more-wrap{position:relative}.hs-qf-more{color:#1976d2}.hs-qf-more:hover,.hs-qf-more.open{background:#33475b14}.qf-more-popover{z-index:300;background:#fff;border:1px solid #ccc;border-radius:8px;flex-direction:column;width:min(400px,100vw - 32px);max-height:calc(100vh - 120px);animation:.2s ease-out qfPopIn;display:flex;box-shadow:0 8px 24px #00000026}@keyframes qfPopIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.qf-more-top{border-bottom:1px solid #eee;padding:12px 16px 8px}.qf-more-edit-btn{color:#1976d2;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:.82rem;font-weight:500;display:inline-flex}.qf-more-edit-btn:hover{text-decoration:underline}.qf-more-body{padding:12px 16px 0}.qf-more-heading{color:#33475b;margin:0 0 10px;font-size:.85rem;font-weight:700}.qf-more-search-wrap{margin-bottom:4px;position:relative}.qf-more-search-icon{color:#99a;pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.qf-more-search{box-sizing:border-box;border:1px solid #cbd6e2;border-radius:4px;outline:none;width:100%;padding:7px 10px 7px 32px;font-family:inherit;font-size:.82rem}.qf-more-search:focus{border-color:#1976d2;box-shadow:inset 0 0 0 1px #1976d2}.qf-more-list{max-height:300px;padding:4px 0 8px;overflow-y:auto}.qf-more-category{color:#7c8db0;text-transform:uppercase;letter-spacing:.04em;padding:10px 16px 4px;font-size:.72rem;font-weight:700}.qf-more-option{cursor:pointer;color:#33475b;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 16px;font-family:inherit;font-size:.82rem;transition:background .1s;display:flex}.qf-more-option:hover{background:#f5f8fa}.qf-more-option.active{color:#1976d2;background:#eaf0fb}.qf-more-option-icon{color:#7c8db0;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.qf-more-option.active .qf-more-option-icon{color:#1976d2}.qf-more-option-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.qf-more-option-check{color:#1976d2;flex-shrink:0;font-size:.9rem;font-weight:700}.qf-more-empty{text-align:center;color:#99a;padding:20px 16px;font-size:.82rem}.qf-edit-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.qf-edit-back-btn,.qf-edit-add-btn{color:#33475b;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-family:inherit;font-size:.82rem;font-weight:600;display:inline-flex}.qf-edit-back-btn:hover,.qf-edit-add-btn:hover{background:#f5f8fa}.qf-edit-title{color:#33475b;padding:8px 16px 4px;font-size:.85rem;font-weight:700}.qf-edit-list{flex:1;min-height:0;padding:4px 0;overflow-y:auto}.qf-edit-item{align-items:center;gap:8px;padding:6px 12px;transition:background .1s;display:flex}.qf-edit-item:hover{background:#f5f8fa}.qf-edit-item{cursor:grab}.qf-edit-item:active{cursor:grabbing}.qf-edit-item.dragging{opacity:.4}.qf-edit-item.drag-over{border-top:2px solid #1976d2;padding-top:4px}.qf-edit-drag{color:#b0bec5;cursor:grab;flex-shrink:0;align-items:center;display:flex}.qf-edit-label{color:#33475b;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.82rem;overflow:hidden}.qf-edit-delete{color:#b0bec5;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:4px;display:flex}.qf-edit-delete:hover{color:#d94c53;background:#fef2f2}.qf-edit-add-filter{color:#1976d2;cursor:pointer;background:0 0;border:none;border-top:1px solid #eee;align-items:center;gap:6px;width:100%;padding:10px 16px;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.qf-edit-add-filter:hover{background:#f5f8fa}.qf-edit-footer{border-top:1px solid #eee;flex-direction:column;gap:8px;padding:8px 16px 12px;display:flex}.qf-edit-counter{color:#7c8db0;font-size:.75rem}.qf-edit-delete-all{color:#d94c53;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:.82rem;font-weight:500;display:inline-flex}.qf-edit-delete-all:hover{text-decoration:underline}.hs-qf-sep{background:#e5e7eb;flex-shrink:0;width:1px;height:18px;margin:0 4px}.qf-pill-wrap{align-items:center;gap:0;display:inline-flex;position:relative}.hs-qf-clear-btn{color:#1565c0;cursor:pointer;background:#e3f2fd;border:none;border-left:1px solid #bbdefb;border-radius:0 4px 4px 0;justify-content:center;align-self:stretch;align-items:center;margin-left:0;padding:5px 6px;transition:background .1s,color .1s;display:inline-flex}.hs-qf-clear-btn:hover{color:#0d47a1;background:#bbdefb}.qf-pill-wrap .hs-qf-btn.has-value{border-radius:4px 0 0 4px}.qf-pill-dropdown{z-index:200;background:#fff;border:1px solid #ccc;border-radius:8px;width:min(280px,100vw - 32px);animation:.15s ease-out qfPopIn;position:fixed;left:-9999px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.qf-pill-search-wrap{background:#f0f0f0;border-bottom:1px solid #e5e7eb;padding:8px;position:relative}.qf-pill-search-icon{color:#99a;pointer-events:none;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.qf-pill-search{box-sizing:border-box;background:#fff;border:1px solid #cbd6e2;border-radius:4px;outline:none;width:100%;padding:7px 10px 7px 32px;font-family:inherit;font-size:.82rem}.qf-pill-search:focus{border-color:#1976d2;box-shadow:inset 0 0 0 1px #1976d2}.qf-pill-list{max-height:300px;overflow-y:auto}.qf-pill-date-option{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;align-items:flex-start;width:100%;padding:8px 14px;font-family:inherit;transition:background .1s;display:flex}.qf-pill-date-option:hover{background:#f5f8fa}.qf-pill-date-option.active{background:#eaf0fb}.qf-pill-date-label{color:#33475b;font-size:.82rem;font-weight:500}.qf-pill-date-desc{color:#99a;margin-top:1px;font-size:.72rem}.qf-pill-text-input{box-sizing:border-box;border:1px solid #cbd6e2;border-radius:4px;outline:none;width:100%;padding:7px 10px;font-family:inherit;font-size:.82rem}.qf-pill-text-input:focus{border-color:#1976d2;box-shadow:inset 0 0 0 1px #1976d2}.hs-owner-dropdown{position:relative}.hs-owner-panel{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:280px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.hs-owner-search-wrap{border-bottom:1px solid #e5e7eb;padding:8px;position:relative}.hs-owner-search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.hs-owner-search{color:#1e293b;border:1px solid #e5e7eb;border-radius:4px;outline:none;width:100%;padding:6px 10px 6px 30px;font-family:inherit;font-size:.82rem}.hs-owner-search:focus{border-color:#1976d2;box-shadow:0 0 0 1px #1976d2}.hs-owner-list{max-height:240px;padding:4px 0;overflow-y:auto}.hs-owner-item{cursor:pointer;color:#1e293b;align-items:center;gap:8px;padding:6px 12px;font-size:.82rem;transition:background 80ms;display:flex}.hs-owner-item:hover{background:#f1f5f9}.hs-owner-item input[type=checkbox]{display:none}.hs-owner-checkbox{border:2px solid #cbd5e1;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:background .1s,border-color .1s;display:flex}.hs-owner-item input:checked+.hs-owner-checkbox{background:#1976d2;border-color:#1976d2}.hs-owner-item input:checked+.hs-owner-checkbox:after{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:5px;margin-top:-1px;transform:rotate(-45deg)}.hs-owner-avatar{color:#1976d2;text-transform:uppercase;background:#e3f2fd;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.65rem;font-weight:700;display:flex}.hs-owner-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.hs-owner-me{font-weight:600}.hs-owner-footer{border-top:1px solid #e5e7eb;padding:4px 0}.hs-search-wrap{align-items:center;display:flex;position:relative}.hs-search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:10px}.hs-search-input{color:#1e293b;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;width:260px;height:34px;padding:6px 30px 6px 32px;font-family:inherit;font-size:.82rem;transition:border-color .15s,background .15s,box-shadow .15s}.hs-search-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f614}.hs-search-input::placeholder{color:#94a3b8}.hs-search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1rem;line-height:1;position:absolute;right:6px}.hs-search-clear:hover{color:#475569}.hs-view-toggle{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.hs-view-toggle-btn{color:#94a3b8;cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:32px;height:30px;transition:background .1s,color .1s;display:flex}.hs-view-toggle-btn:not(:last-child){border-right:1px solid #e5e7eb}.hs-view-toggle-btn:hover{color:#475569;background:#f1f5f9}.hs-view-toggle-btn.active{color:#1976d2;background:#eef2ff}.hs-filter-select{color:#475569;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-width:100px;padding:5px 10px;font-size:.78rem;font-weight:500}.hs-filter-select:focus{border-color:#93c5fd;outline:none}.hs-content{flex-direction:row;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.hs-content.with-preview .hs-table-scroll,.hs-content.with-settings .hs-table-scroll{margin-right:340px}@keyframes bulkBarSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hs-selection-bar{color:#334155;background:#edf2f7;border-bottom:2px solid #cbd5e1;align-items:center;gap:6px;padding:6px 16px;font-size:.82rem;animation:.2s ease-out bulkBarSlideIn;display:flex}.hs-sel-count{color:#1e293b;white-space:nowrap;margin-right:8px;font-weight:600}.hs-sel-sep{background:#e2e8f0;flex-shrink:0;width:1px;height:20px;margin:0 4px}.hs-sel-btn{color:#475569;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:4px;align-items:center;gap:5px;padding:5px 10px;font-size:.8rem;font-weight:500;transition:background .12s,color .12s;display:flex}.hs-sel-btn:hover{color:#1e293b;background:#f1f5f9}.hs-sel-btn svg{flex-shrink:0}.hs-sel-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;font-size:1.1rem;transition:background .12s,color .12s;display:flex}.hs-sel-close:hover{color:#1e293b;background:#f1f5f9}.hs-table-area{flex-direction:column;flex:1;min-width:0;min-height:0;padding:0 20px;display:flex;overflow:hidden}.hs-table-scroll{box-sizing:border-box;border:1px solid #e5e7eb;border-radius:8px;flex:1 1 0;min-height:0;overflow:auto}.hs-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;font-size:.82rem}.hs-table thead{z-index:2;background:#f8fafc}.hs-table th{text-align:left;color:#475569;white-space:nowrap;-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:.03em;z-index:10;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-right:1px solid #e2e8f0;padding:9px 14px;font-size:.75rem;font-weight:600;position:sticky!important;top:0!important}.hs-table th:last-child{border-right:none}.hs-th-check{text-align:center;vertical-align:middle;background:#f8fafc;width:48px;top:0;left:0;z-index:20!important;border-right:none!important;padding:8px 0!important;position:sticky!important}.hs-td-check{z-index:6;background:#fff;position:sticky;left:0}.hs-th-check input[type=checkbox]{margin:0 auto;display:block}.hs-th-check input[type=checkbox],.hs-td-check input[type=checkbox]{accent-color:#1976d2;cursor:pointer;vertical-align:middle;width:16px;height:16px}.hs-th-name{width:18%}.hs-th-phone{width:130px}.hs-th-sortable{cursor:pointer;transition:color .12s}.hs-th-sortable:hover{color:#1e293b}.leads-title-th:hover .leads-title-kebab,.leads-title-kebab.is-active{opacity:1!important}.leads-title-kebab:hover{color:#0f172a!important;background:#f1f5f9!important}.hs-sort-arrow{margin-left:4px;font-size:.7rem}.hs-table td{color:#334155;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid #f1f5f9;max-width:0;padding:8px 14px;overflow:hidden}.hs-td-check{text-align:center;vertical-align:middle;width:48px;padding:8px 0!important}.hs-td-check input[type=checkbox]{margin:0 auto;display:block}.hs-row:hover{background:#f1f5f9}.hs-row:hover>.hs-td-name{background:#f1f5f9!important}.hs-row.selected{background:#eef2ff}:root{--hs-preview-yellow:#fdf3d1;--hs-preview-yellow-hover:#fbecb8;--hs-preview-accent:#f0b429}.hs-table tbody tr.hs-row td,.hs-row>.hs-td-name{transition:background-color .28s,box-shadow .28s}.hs-table tbody tr.hs-row.is-previewed td,.hs-table.hs-zebra tbody tr.hs-row.is-previewed:nth-child(2n) td,.hs-table tbody tr.hs-row.is-previewed.selected td{background:var(--hs-preview-yellow)!important}.hs-table tbody tr.hs-row.is-previewed:hover td,.hs-table.hs-zebra tbody tr.hs-row.is-previewed:nth-child(2n):hover td,.hs-table tbody tr.hs-row.is-previewed.selected:hover td{background:var(--hs-preview-yellow-hover)!important}.hs-table tbody tr.hs-row.is-previewed td:first-child{box-shadow:inset 3px 0 0 0 var(--hs-preview-accent)}.hs-row.is-previewed{background:var(--hs-preview-yellow)}.hs-row.is-previewed>.hs-td-name{background:var(--hs-preview-yellow)!important}.hs-row.is-previewed:hover>.hs-td-name{background:var(--hs-preview-yellow-hover)!important}@media (prefers-reduced-motion:reduce){.hs-table tbody tr.hs-row td,.hs-row>.hs-td-name{transition:none}}.hs-name-cell{align-items:center;gap:10px;max-width:100%;display:flex;overflow:hidden}.hs-avatar{color:#fff;text-shadow:0 1px 1px #0003;background:#64748b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:700;display:flex}.hs-name-link{color:#1976d2;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:600;overflow:hidden}.hs-name-link:hover{text-decoration:underline}.org-roster-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding:11px 20px;transition:background .12s;display:flex}.org-roster-row:hover{background:#f8fafc}.org-roster-main{flex:1;min-width:0}.org-roster-name-line{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:3px;display:flex}.org-roster-sub{color:#64748b;font-size:.76rem;line-height:1.35}.org-roster-badge{letter-spacing:.02em;text-transform:uppercase;border-radius:9999px;padding:1px 7px;font-size:.62rem;font-weight:700;line-height:1.5}.org-roster-actions{opacity:0;flex-shrink:0;align-items:center;gap:2px;transition:opacity .12s;display:flex}.org-roster-row:hover .org-roster-actions,.org-roster-row:focus-within .org-roster-actions{opacity:1}@media (hover:none){.org-roster-actions{opacity:1}}.org-roster-iconbtn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:inline-flex}.org-roster-iconbtn:hover{color:#475569;background:#eef2f6}.org-roster-iconbtn.is-primary:hover{color:#0091ae;background:#ecfeff}.org-roster-iconbtn.is-danger:hover{color:#dc2626;background:#fef2f2}.org-roster-dateform{flex-wrap:wrap;align-items:flex-end;gap:8px;margin-top:8px;display:flex}.hs-open-record-btn{color:#516f90;cursor:pointer;opacity:0;background:#fff;border:1px solid #cbd6e2;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:opacity .12s,background .12s,color .12s,border-color .12s;display:inline-flex}.hs-row:hover .hs-open-record-btn{opacity:1}.hs-open-record-btn:hover{color:#fff;background:#1976d2;border-color:#1976d2}.hs-preview-btn{color:#1976d2;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:4px;flex-shrink:0;margin-left:6px;padding:2px 8px;font-size:.7rem;font-weight:600;display:none}.hs-preview-btn:hover{background:#e3f2fd;border-color:#1976d2}.hs-row:hover .hs-preview-btn,.hs-row.is-previewed .hs-preview-btn{display:inline-flex}.cell-link{color:#1976d2;text-decoration:none}.cell-link:hover{text-decoration:underline}.cell-empty{color:#cbd5e1}.cell-with-star{align-items:center;gap:4px;display:flex}.cell-alt-star{color:#e2e8f0;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:12px;line-height:1;transition:color .15s}.cell-alt-star:hover{color:#f59e0b}.ec-overlay{z-index:600;background:#0f172a80;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.ec-dialog{background:#1e293b;border-radius:12px;flex-direction:column;width:720px;max-width:90vw;max-height:80vh;animation:.2s slideUp;display:flex;box-shadow:0 20px 60px #0006}.ec-header{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:18px 24px 14px;display:flex}.ec-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex}.ec-search-wrap{align-items:center;padding:12px 16px;display:flex;position:relative}.ec-search-icon{color:#64748b;pointer-events:none;position:absolute;left:26px}.ec-search-input{color:#e2e8f0;background:#0f172a;border:1px solid #475569;border-radius:6px;outline:none;width:100%;padding:7px 28px 7px 34px;font-size:13px}.ec-search-input:focus{border-color:#1976d2}.ec-search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;position:absolute;right:26px}.ec-category{padding:0 8px}.ec-category-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:12px 8px 4px;font-size:11px;font-weight:600}.ec-prop-item{cursor:pointer;color:#cbd5e1;border-radius:4px;align-items:center;gap:8px;padding:6px 8px;font-size:13px;display:flex}.ec-prop-check{border:1.5px solid #475569;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:all .1s;display:flex}.ec-prop-item input:checked+.ec-prop-check{background:#1976d2;border-color:#1976d2}.ec-prop-item input:checked+.ec-prop-check svg{opacity:1}.ec-prop-check svg{opacity:0;color:#fff}.ec-prop-label{flex:1}.ec-right{flex-direction:column;flex:1;min-width:0;display:flex}.ec-right-header{color:#94a3b8;border-bottom:1px solid #334155;padding:12px 16px;font-size:13px;font-weight:600}.ec-selected-item{cursor:grab;color:#e2e8f0;border:1px solid #0000;border-radius:4px;align-items:center;gap:8px;margin-bottom:1px;padding:7px 8px;font-size:13px;display:flex}.ec-selected-item.ec-frozen{cursor:default;opacity:.7}.ec-selected-item.ec-drag-over{border-top:2px solid #1976d2}.ec-drag-handle{color:#64748b;cursor:grab;flex-shrink:0}.ec-drag-handle.ec-drag-disabled{cursor:default;opacity:.4}.ec-selected-label{flex:1}.ec-frozen-badge{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#334155;border-radius:3px;padding:1px 6px;font-size:10px}.ec-remove-btn{cursor:pointer;color:#64748b;opacity:0;background:0 0;border:none;border-radius:3px;align-items:center;padding:2px;transition:opacity .1s;display:flex}.ec-selected-item:hover .ec-remove-btn{opacity:1}.ec-footer{border-top:1px solid #334155;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.ec-footer-left{gap:8px;display:flex}.ec-apply-btn{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:4px;padding:7px 20px;font-size:13px;font-weight:500}.ec-cancel-btn{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #475569;border-radius:4px;padding:7px 16px;font-size:13px}.ec-cancel-btn:hover{color:#e2e8f0;background:#334155}.ec-remove-all{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:12px}.ec-remove-all:hover{text-decoration:underline}.cell-edit-overlay{z-index:500;background:#0f172a66;justify-content:center;align-items:center;animation:.12s fadeIn;display:flex;position:fixed;inset:0}.cell-edit-modal{background:#fff;border-radius:10px;width:min(440px,100vw - 40px);max-height:calc(100vh - 80px);animation:.2s ease-out slideUp;overflow-y:auto;box-shadow:0 12px 40px #0003}.cell-edit-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.cell-edit-header h3{color:#1e293b;margin:0;font-size:1rem;font-weight:700}.cell-edit-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:20px;line-height:1}.cell-edit-close:hover{color:#334155}.cell-edit-body{padding:16px 20px}.cell-edit-body .create-panel-field{gap:6px}.cell-edit-body .create-panel-field label{margin-bottom:4px}.cell-edit-footer{border-top:1px solid #eee;gap:8px;padding:12px 20px 16px;display:flex}.hs-status-badge{white-space:nowrap;color:#64748b;background:0 0;border-radius:10px;align-items:center;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-flex}.hs-status-badge.matched,.hs-status-badge.imported,.hs-status-badge.legacy_only,.hs-status-badge.manual,.hs-status-badge.import{color:#64748b;background:0 0}.hs-type-label{color:#64748b;font-size:.78rem}.hs-td-num{font-variant-numeric:tabular-nums;text-align:right}.hs-loading-cell,.hs-empty-cell{text-align:center;color:#94a3b8;font-size:.88rem;padding:40px 20px!important}.hs-table td.hs-td-editable:hover{cursor:pointer;background:#f0f7ff;outline:1px solid #cbd5e1}.hs-table td.hs-td-editable.is-editing{background:#f0f7ff;outline:2px solid #1976d2;padding:0}.hs-cell-input{color:#1e293b;box-sizing:border-box;background:0 0;border:none;outline:none;width:100%;height:100%;min-height:32px;padding:7px 13px;font-family:inherit;font-size:.82rem;display:block}.hs-row.hs-row-edited{background:#fffbeb!important}.hs-row.hs-row-edited:hover{background:#fef3c7!important}.hs-save-bar{z-index:50;color:#fff;opacity:0;pointer-events:none;background:#1e40af;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 16px;font-size:.82rem;font-weight:500;transition:transform .2s,opacity .2s;display:flex;position:sticky;top:0;transform:translateY(-100%);box-shadow:0 2px 8px #0000002e}.hs-save-bar.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.hs-save-bar-msg{opacity:.9;font-size:.82rem}.hs-save-bar-actions{gap:8px;display:flex}.hs-save-bar-cancel{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:5px;padding:5px 14px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .12s}.hs-save-bar-cancel:hover:not(:disabled){background:#ffffff26}.hs-save-bar-save{color:#1e40af;cursor:pointer;background:#fff;border:none;border-radius:5px;padding:5px 16px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .12s}.hs-save-bar-save:hover:not(:disabled){background:#dbeafe}.hs-save-bar-cancel:disabled,.hs-save-bar-save:disabled{opacity:.6;cursor:default}.hs-th-resizable{position:sticky!important;top:0!important;overflow:visible!important}.hs-th-frozen{z-index:15!important;position:sticky!important;top:0!important}.hs-col-resize-handle{cursor:col-resize;z-index:10;-webkit-user-select:none;user-select:none;width:6px;height:100%;position:absolute;top:0;right:-3px}.hs-col-resize-handle:hover,.hs-col-resize-handle:active{background:#1976d259;border-radius:2px}.hs-th-content{flex:1;align-items:center;gap:4px;min-width:0;display:flex}.hs-th-hover-sort{opacity:0;color:#94a3b8;align-items:center;transition:opacity .15s;display:flex}.hs-th-sortable:hover .hs-th-hover-sort{opacity:1}.hs-th-sortable .hs-sort-arrow~.hs-th-hover-sort{display:none}.hs-th-kebab{opacity:0;color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;transition:opacity .15s;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.hs-table th:hover .hs-th-kebab{opacity:1}.hs-th-kebab:hover{color:#475569;background:#0000000f}.col-context-menu{z-index:500;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:200px;padding:4px 0;box-shadow:0 8px 24px #00000026}.col-ctx-item{color:#33475b;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:8px 14px;font-family:inherit;font-size:.82rem;display:flex}.col-ctx-item:hover:not(:disabled){background:#f5f8fa}.col-ctx-item:disabled{opacity:.4;cursor:default}.col-ctx-item svg{flex-shrink:0}.col-ctx-sep{border:none;border-top:1px solid #e5e7eb;margin:4px 0}.hs-pagination{background:#fff;flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:16px 24px 18px;display:flex;position:relative}.hs-pagination>:last-child:not(.hs-paginator){position:absolute;top:50%;right:24px;transform:translateY(-50%);margin-left:0!important}.hs-paginator{align-items:center;gap:4px;display:flex}.hs-paginator-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .1s,color .1s;display:inline-flex}.hs-paginator-btn:hover:not(:disabled){color:#1e293b;background:#f1f5f9}.hs-paginator-btn:disabled{opacity:.35;cursor:default}.hs-paginator-btn svg{flex-shrink:0}.hs-paginator-num{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 6px;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .1s,color .1s;display:inline-flex}.hs-paginator-num:hover{color:#1e293b;background:#f1f5f9}.hs-paginator-num.active{color:#fff;cursor:default;background:#1976d2;font-weight:600}.hs-paginator-num.active:hover{background:#1565c0}.hs-paginator-ellipsis{color:#64748b;letter-spacing:2px;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:inline-flex}.hs-pagesize-wrap{position:relative}.hs-pagesize-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:4px 10px;font-family:inherit;font-size:.8rem;font-weight:500;transition:background .1s,color .1s;display:inline-flex}.hs-pagesize-btn:hover{color:#1e293b;background:#f1f5f9}.hs-pagesize-caret{opacity:.6}.hs-pagesize-backdrop{z-index:49;position:fixed;inset:0}.hs-pagesize-panel{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:140px;padding:4px;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 4px 16px #0000001a,0 1px 3px #0000000f}.hs-pagesize-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:6px 10px 4px;font-size:.7rem;font-weight:600}.hs-pagesize-option{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-family:inherit;font-size:.82rem;font-weight:500;transition:background .1s;display:flex}.hs-pagesize-option:hover{background:#f1f5f9}.hs-pagesize-option.active{color:#1976d2;background:#eff6ff}.hs-loading-bar{background:linear-gradient(90deg,#0000,#1976d2 50%,#0000);height:2px;animation:1s ease-in-out infinite hsLoadSlide;position:absolute;top:0;left:0;right:0}@keyframes hsLoadSlide{0%{transform:translate(-100%)}to{transform:translate(100%)}}.hs-board{flex:1;gap:12px;padding:16px;display:flex;overflow-x:auto}.hs-board-col{background:#f8fafc;border-radius:10px;flex-direction:column;flex:0 0 280px;max-height:100%;display:flex}.hs-board-col-header{color:#1e293b;align-items:center;gap:8px;padding:12px 14px;font-size:.82rem;font-weight:700;display:flex}.hs-board-col-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.hs-board-col-count{color:#64748b;background:#e2e8f0;border-radius:8px;margin-left:auto;padding:1px 6px;font-size:.72rem;font-weight:600}.hs-board-col-body{flex-direction:column;flex:1;gap:6px;padding:0 8px 12px;display:flex;overflow-y:auto}.hs-board-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;transition:box-shadow .12s,border-color .12s}.hs-board-card:hover{border-color:#93c5fd;box-shadow:0 2px 8px #0000000f}.hs-board-card-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.82rem;font-weight:600;overflow:hidden}.hs-board-card-meta{color:#64748b;flex-direction:column;gap:1px;font-size:.72rem;display:flex}.hs-board-card-stats{color:#475569;gap:10px;margin-top:6px;font-size:.72rem;font-weight:600;display:flex}.hs-board-empty{color:#94a3b8;text-align:center;padding:20px 10px;font-size:.78rem;font-style:italic}.hs-preview,.hs-settings-panel{z-index:3;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;min-height:0;margin:0;position:absolute;top:0;bottom:66px;right:20px;overflow:hidden}.hs-preview{animation:.25s forwards slideInPreview}.hs-preview.closing{animation:.25s forwards slideOutPreview}@keyframes slideInPreview{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutPreview{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.hs-preview .hs-preview-header{box-sizing:border-box;border-radius:8px 8px 0 0;min-height:37px}.hs-preview-body{flex:1;min-height:0;padding:0 0 24px;overflow-y:auto}.hs-preview-hero{border-bottom:1px solid #f1f5f9;align-items:center;gap:14px;padding:18px 16px;display:flex}.hs-preview-avatar-lg{color:#475569;background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex}.hs-preview-hero-info h3{color:#1e293b;margin:0 0 4px;font-size:.95rem;font-weight:700}.hs-preview-actions{border-bottom:1px solid #f1f5f9;gap:8px;padding:12px 16px;display:flex}.hs-preview-action{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;padding:0;text-decoration:none;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.hs-preview-action svg{display:block}.hs-preview-action:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.hs-preview-action[data-variant=danger]:hover{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.hs-preview-section{border-bottom:1px solid #f1f5f9;padding:14px 16px}.hs-preview-section h4{color:#475569;text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px;font-size:.72rem;font-weight:700}.hs-preview-field{flex-direction:column;gap:2px;margin-bottom:10px;display:flex}.hs-preview-field:last-child{margin-bottom:0}.hs-preview-field label{color:#64748b;font-size:.72rem;font-weight:500}.hs-preview-field span{color:#1e293b;font-size:.84rem}.hs-preview-money{font-variant-numeric:tabular-nums;font-weight:600}.hs-preview-balance{color:#dc2626!important}.hs-preview-aliases{color:#475569;word-break:break-word;margin:0;font-size:.78rem;line-height:1.5}.hs-related-list{flex-direction:column;gap:6px;display:flex}.hs-related-card{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:flex-start;gap:10px;padding:8px 10px;transition:border-color .15s,background .15s;display:flex}.hs-related-card:hover{background:#eff6ff;border-color:#3b82f6}.hs-related-avatar{color:#fff;background:#94a3b8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;font-size:12px;font-weight:600;display:flex}.hs-related-info{flex-direction:column;gap:2px;min-width:0;display:flex}.hs-related-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.hs-related-id{color:#94a3b8;font-size:11px}.hs-related-reasons{flex-wrap:wrap;gap:4px;margin-top:2px;display:flex}.hs-related-tag{color:#475569;background:#e2e8f0;border-radius:3px;padding:1px 6px;font-size:10px;font-weight:500;display:inline-block}.hs-related-tag.phone{color:#166534;background:#dcfce7}.hs-related-tag.email{color:#1e40af;background:#dbeafe}.hs-related-tag.address{color:#92400e;background:#fef3c7}.hs-related-tag.exact_name{color:#9d174d;background:#fce7f3}.hs-related-tag.similar_name{color:#92400e;background:#fef3c7}.hs-invoice-list,.hs-document-list,.hs-jobs-list{flex-direction:column;gap:8px;display:flex}.hs-invoice-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px;transition:border-color .15s}.hs-invoice-card:hover{border-color:#94a3b8}.hs-invoice-card-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.hs-invoice-type-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:600}.hs-invoice-type-badge.invoice{color:#1e40af;background:#dbeafe}.hs-invoice-type-badge.payment{color:#166534;background:#dcfce7}.hs-invoice-type-badge.other{color:#475569;background:#f1f5f9}.hs-invoice-amount{color:#0f172a;font-size:.85rem;font-weight:600}.hs-invoice-card-details{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hs-invoice-ref,.hs-invoice-date,.hs-invoice-method{color:#64748b;font-size:.75rem}.hs-invoice-ref{color:#6366f1;font-family:SF Mono,Fira Code,monospace}.hs-invoice-job,.hs-invoice-memo{color:#475569;margin-top:4px;font-size:.75rem;line-height:1.3}.hs-invoice-memo{color:#94a3b8;font-style:italic}.hs-document-card{color:inherit;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.hs-document-card:hover{background:#eef2ff;border-color:#6366f1}.hs-document-icon{color:#4f46e5;background:#e0e7ff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hs-document-info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.hs-document-type{color:#0f172a;font-size:.8rem;font-weight:600}.hs-document-date,.hs-document-ref,.hs-document-amount{color:#64748b;font-size:.72rem}.hs-document-ref{color:#6366f1;font-family:SF Mono,Fira Code,monospace}.hs-document-link-icon{color:#94a3b8;flex-shrink:0;transition:color .15s}.hs-document-card:hover .hs-document-link-icon{color:#4f46e5}.hs-job-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.hs-job-description{color:#0f172a;margin-bottom:4px;font-size:.8rem;line-height:1.4}.hs-job-meta{color:#64748b;gap:10px;font-size:.72rem;display:flex}.prefs-page{background:#f8fafc;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.prefs-layout{flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.prefs-sidebar{background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;width:276px;min-height:0;display:flex}.prefs-sidebar-inner{flex-direction:column;gap:18px;height:100%;min-height:0;padding:24px 18px 18px;display:flex}.prefs-sidebar-top{flex-direction:column;flex-shrink:0;gap:14px;display:flex}.prefs-backlink{color:#516f90;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:fit-content;padding:0;font-size:.82rem;font-weight:600;display:inline-flex}.prefs-backlink:hover{color:#33475b}.prefs-mobile-back{display:none}.prefs-search{color:#7c98b6;background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:10px;height:38px;padding:0 12px;display:flex}.prefs-search:focus-within{color:#1976d2;background:#fff;border-color:#1976d2;box-shadow:0 0 0 3px #1976d214}.prefs-search input{color:#33475b;background:0 0;border:none;outline:none;width:100%;font-size:.88rem}.prefs-search input::placeholder{color:#94a3b8}.prefs-sidebar-scroll{scrollbar-gutter:stable;flex-direction:column;flex:1;gap:18px;min-height:0;padding-right:6px;display:flex;overflow-y:auto}.prefs-sidebar-scroll::-webkit-scrollbar{width:8px}.prefs-sidebar-scroll::-webkit-scrollbar-track{background:0 0}.prefs-sidebar-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}.prefs-sidebar-scroll::-webkit-scrollbar-thumb:hover{background:#b8c2cc}.prefs-nav-group{flex-direction:column;gap:8px;display:flex}.prefs-nav-group-title{color:#64748b;margin:0;font-size:.73rem;font-weight:700}.prefs-nav-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.prefs-nav-item{color:#516f90;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:9px 12px;font-size:.87rem;font-weight:500;transition:background .14s,color .14s;display:flex}.prefs-nav-item:hover{color:#1e293b;background:#f1f5f9}.prefs-nav-item.active{color:#1976d2;background:#e8f1fb;font-weight:600}.prefs-nav-item.disabled,.prefs-nav-item:disabled{color:#9aa8b8;cursor:default;opacity:1}.prefs-nav-item.disabled:hover,.prefs-nav-item:disabled:hover{color:#9aa8b8;background:0 0}.prefs-nav-item-label{flex:1;min-width:0}.prefs-nav-item-badge{text-transform:uppercase;letter-spacing:.5px;color:#516f90;background:#eaf0f6;border-radius:3px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:600}.prefs-nav-item-icon{color:#94a3b8;flex-shrink:0;align-items:center;display:inline-flex}.prefs-nav-chevron{transition:transform .15s}.prefs-nav-chevron.expanded{transform:rotate(90deg)}.prefs-nav-children{margin:0;padding:0;list-style:none}.prefs-nav-child{padding-left:28px!important;font-size:12.5px!important}.prefs-nav-empty{color:#7c98b6;padding:10px 12px;font-size:.84rem}.prefs-main{--prefs-gutter:clamp(40px, 5vw, 120px);width:100%;min-width:0;min-height:0;padding:32px var(--prefs-gutter) 60px;scrollbar-gutter:stable;flex:1;overflow-y:auto}.prefs-main::-webkit-scrollbar{width:10px}.prefs-main::-webkit-scrollbar-track{background:0 0}.prefs-main::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.prefs-header{margin-bottom:24px}.prefs-title{color:#1e293b;margin:0 0 6px;font-size:1.5rem;font-weight:700}.prefs-desc{color:#64748b;margin:0;padding:8px 0 12px;font-size:.88rem}.prefs-desc .prefs-link{color:#1976d2;font-weight:500;text-decoration:none}.prefs-desc .prefs-link:hover{text-decoration:underline}.prefs-divider{border:none;border-top:1px solid #cbd6e2;margin:0}.prefs-tabs{scrollbar-width:none;z-index:2;background:0 0;border-bottom:none;align-items:stretch;gap:0;min-height:48px;margin-top:16px;display:flex;position:relative;overflow-x:auto}.prefs-tabs::-webkit-scrollbar{display:none}.prefs-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#edf1f5;border:1px solid #dce3ea;border-bottom:none;border-radius:4px 4px 0 0;flex-shrink:0;align-items:center;gap:6px;margin-top:10px;margin-bottom:0;padding:0 14px;font-size:.82rem;font-weight:500;transition:color .12s,background .12s;display:flex;position:relative}.prefs-tab:hover{color:#1e293b;background:#e4eaf0}.prefs-tab.active{color:#1e293b;z-index:3;background:#f8fafc;border-color:#cbd5e1 #cbd5e1 currentColor;border-bottom-style:none;border-bottom-width:medium;margin-top:4px;font-weight:600}.prefs-card select{appearance:none;color:#33475b;cursor:pointer;background:#f5f8fa url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='%2333475b' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E") right 10px center/10px 6px no-repeat;border:1px solid #cbd6e2;border-radius:4px;outline:none;padding:8px 32px 8px 12px;font-family:inherit;font-size:.84rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.prefs-card select:hover{border-color:#99acc2}.prefs-card select:focus{background-color:#fff;border-color:#0091ae;box-shadow:0 0 0 3px #0091ae1f}.prefs-card input[type=text],.prefs-card input[type=email],.prefs-card input[type=number],.prefs-card input[type=url],.prefs-card input[type=tel],.prefs-card input[type=password],.prefs-card textarea{color:#33475b;background:#f5f8fa;border:1px solid #cbd6e2;border-radius:4px;outline:none;padding:8px 12px;font-family:inherit;font-size:.84rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.prefs-card input[type=text]:hover,.prefs-card input[type=email]:hover,.prefs-card input[type=number]:hover,.prefs-card input[type=url]:hover,.prefs-card input[type=tel]:hover,.prefs-card input[type=password]:hover,.prefs-card textarea:hover{border-color:#99acc2}.prefs-card input[type=text]:focus,.prefs-card input[type=email]:focus,.prefs-card input[type=number]:focus,.prefs-card input[type=url]:focus,.prefs-card input[type=tel]:focus,.prefs-card input[type=password]:focus,.prefs-card textarea:focus{background:#fff;border-color:#0091ae;box-shadow:0 0 0 3px #0091ae1f}.prefs-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:24px 28px}.prefs-card-title{color:#1e293b;margin:0 0 20px;font-size:1rem;font-weight:700}.prefs-profile-top{align-items:center;gap:16px;margin-bottom:24px;display:flex}.prefs-profile-avatar{color:#fff;background:#0f172a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.2rem;font-weight:700;display:flex}.prefs-profile-avatar-img{object-fit:cover;border-radius:50%;flex-shrink:0;width:64px;height:64px}.prefs-profile-meta{flex-direction:column;gap:4px;display:flex}.prefs-profile-name{color:#1e293b;font-size:1rem;font-weight:600}.prefs-edit-photo{color:#1976d2;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600}.prefs-edit-photo:hover{text-decoration:underline}.prefs-form-grid{grid-template-columns:1fr 1fr;gap:16px 24px;display:grid}.prefs-field{flex-direction:column;gap:5px;display:flex}.prefs-field-full{grid-column:1/-1}.prefs-field label{color:#334155;font-size:.78rem;font-weight:600}.prefs-field input,.prefs-field select,.prefs-field textarea{color:#33475b;background:#f5f8fa;border:1px solid #cbd6e2;border-radius:4px;outline:none;padding:8px 12px;font-family:inherit;font-size:.84rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.prefs-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='%2333475b' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:10px 6px;padding-right:32px}.prefs-field input:hover,.prefs-field select:hover,.prefs-field textarea:hover{border-color:#99acc2}.prefs-field input:focus,.prefs-field select:focus,.prefs-field textarea:focus{background:#fff;border-color:#0091ae;box-shadow:0 0 0 3px #0091ae1f}.prefs-field input:disabled{color:#64748b;cursor:not-allowed;background:#f1f5f9}.prefs-dropdown{flex-direction:column;display:inline-flex;position:relative}.prefs-dropdown-trigger{color:#33475b;cursor:pointer;text-align:left;background:#f5f8fa;border:1px solid #cbd6e2;border-radius:4px;outline:none;justify-content:space-between;align-items:center;gap:8px;min-height:36px;padding:8px 12px;font-family:inherit;font-size:.84rem;line-height:1.5;transition:border-color .15s,box-shadow .15s;display:flex}.prefs-dropdown-trigger:hover{border-color:#99acc2}.prefs-dropdown-trigger.open{background:#fff;border-color:#0091ae;box-shadow:0 0 0 3px #0091ae1f}.prefs-dropdown-trigger svg{flex-shrink:0;transition:transform .15s}.prefs-dropdown-trigger.open svg{transform:rotate(180deg)}.prefs-dropdown-panel{z-index:200;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:100%;max-height:240px;padding:4px;animation:.12s fadeIn;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 4px 16px #0000001a,0 1px 3px #0000000f}.prefs-dropdown-option{color:#334155;cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-size:.82rem;font-weight:500;transition:background .1s;display:flex}.prefs-dropdown-option:hover{background:#f1f5f9}.prefs-dropdown-option.active{color:#1976d2;background:#eaf0fb}.prefs-dropdown-option.active:before{content:"";background:#1976d2;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.prefs-field-hint{color:#94a3b8;font-size:.72rem}.prefs-working-hours{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px}.prefs-sub-title{color:#1e293b;margin:0 0 4px;font-size:.88rem;font-weight:600}.prefs-sub-desc{color:#64748b;margin:0 0 14px;font-size:.78rem}.prefs-hours-row{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.prefs-hours-row select{appearance:none;color:#33475b;cursor:pointer;background:#f5f8fa url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='%2333475b' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4'/%3E%3C/svg%3E") right 10px center/10px 6px no-repeat;border:1px solid #cbd6e2;border-radius:4px;outline:none;padding:8px 32px 8px 12px;font-family:inherit;font-size:.84rem;transition:border-color .15s,box-shadow .15s}.prefs-hours-row select:hover{border-color:#99acc2}.prefs-hours-row select:focus{background-color:#fff;border-color:#0091ae;box-shadow:0 0 0 3px #0091ae1f}.prefs-hours-range{align-items:center;gap:8px;display:flex}.prefs-hours-to{color:#64748b;font-size:.82rem}.prefs-save-footer{z-index:50;background:linear-gradient(#f0f7ff 0%,#fff 40%);border-top:1px solid #bdd5f5;flex-shrink:0;width:100%;padding:14px 40px;animation:.35s cubic-bezier(.34,1.56,.64,1) prefsSaveSlideUp;position:sticky;bottom:0;box-shadow:0 -4px 20px #1976d21a,0 -1px 6px #1976d20f}.prefs-save-footer-unsaved-warning{background:linear-gradient(#fff1f2 0%,#fff 44%);border-top-color:#fca5a5;box-shadow:0 -4px 20px #b91c1c1f,0 -1px 6px #b91c1c14}.prefs-save-footer-unsaved-warning .prefs-save-footer-msg{color:#991b1b;font-weight:600}.prefs-save-footer-unsaved-shake{animation:.28s ease-in-out prefsSaveFooterShake}@keyframes prefsSaveSlideUp{0%{opacity:0;transform:translateY(100%)}60%{opacity:1}to{opacity:1;transform:translateY(0)}}@keyframes prefsSaveFooterShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.prefs-save-footer-inner{align-items:center;gap:16px;display:flex}.prefs-save-footer-btns{gap:8px;display:flex}.prefs-save-btn{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:6px;padding:9px 24px;font-size:.84rem;font-weight:600;transition:background .15s}.prefs-save-btn:hover{background:#1565c0}.prefs-save-btn:disabled,.prefs-cancel-btn:disabled{opacity:.62;cursor:not-allowed}.prefs-cancel-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:9px 24px;font-size:.84rem;font-weight:600;transition:background .15s,border-color .15s}.prefs-cancel-btn:hover{background:#f1f5f9;border-color:#94a3b8}.prefs-save-footer-msg{color:#64748b;margin:0;font-size:.82rem}.crp-save-footer{z-index:50;position:absolute;bottom:0;left:0;right:0}:is(.crp-page:has(.crp-save-footer) .crp-left-scroll,.crp-page:has(.crp-save-footer) .crp-middle-scroll,.crp-page:has(.crp-save-footer) .crp-right-scroll){padding-bottom:90px}.notif-section-desc{color:#516f90;margin:0 0 16px;font-size:.84rem}.notif-global-toggles{flex-direction:column;gap:0;display:flex}.notif-global-row{border-top:1px solid #eaf0f6;align-items:center;gap:16px;padding:14px 0;display:flex}.notif-global-row:first-child{border-top:none}.notif-toggle-wrap{cursor:pointer;flex-shrink:0;align-items:center;display:flex}.notif-toggle-input{opacity:0;width:0;height:0;position:absolute}.notif-toggle-switch{cursor:pointer;background:#cbd6e2;border-radius:12px;align-items:center;width:48px;height:24px;transition:background .2s;display:flex;position:relative;overflow:hidden}.notif-toggle-switch.on{background:#00bda5}.notif-toggle-text{text-transform:uppercase;color:#fff;letter-spacing:.5px;-webkit-user-select:none;user-select:none;font-size:9px;font-weight:700;position:absolute}.notif-toggle-switch.on .notif-toggle-text{left:6px}.notif-toggle-switch:not(.on) .notif-toggle-text{right:5px}.notif-toggle-handle{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000026}.notif-toggle-switch.on .notif-toggle-handle{left:27px}.notif-global-info{flex-direction:column;gap:2px;display:flex}.notif-global-label{color:#33475b;font-size:.88rem;font-weight:600}.notif-global-desc{color:#7c98b6;font-size:.8rem;line-height:1.4}.notif-action-bar{border-bottom:1px solid #eaf0f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.notif-action-bar-left{flex:1;min-width:200px}.notif-search-wrap{background:#f5f8fa;border:1px solid #cbd6e2;border-radius:4px;align-items:center;gap:8px;max-width:320px;padding:6px 10px;display:flex}.notif-search-input{color:#33475b;background:0 0;border:none;outline:none;width:100%;font-size:.84rem}.notif-search-input::placeholder{color:#7c98b6}.notif-action-bar-right{align-items:center;gap:8px;display:flex}.notif-link-btn{color:#1976d2;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem}.notif-link-btn:hover{text-decoration:underline}.notif-action-sep{color:#cbd6e2;font-size:.8rem}.notif-column-headers{grid-template-columns:repeat(4,80px);justify-content:flex-end;gap:0;padding:10px 0 6px;display:grid}.notif-col-header{flex-direction:column;align-items:center;gap:4px;max-width:80px;display:flex}.notif-col-label{color:#33475b;white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-size:.72rem;font-weight:600;overflow:hidden}.notif-topic-group{border-bottom:1px solid #eaf0f6}.notif-topic-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.notif-topic-header:hover{background:#f5f8fa;border-radius:4px;margin:0 -16px;padding:12px 16px}.notif-topic-header-left{align-items:center;gap:8px;display:flex}.notif-caret{flex-shrink:0;transition:transform .15s}.notif-caret.expanded{transform:rotate(90deg)}.notif-topic-title{color:#33475b;font-size:.9rem;font-weight:600}.notif-topic-header-checks{grid-template-columns:repeat(4,80px);gap:0;display:grid}.notif-check-cell{justify-content:center;align-items:center;width:80px;display:flex}.notif-na{color:#b0c1d4;-webkit-user-select:none;user-select:none;font-size:.8rem}.notif-checkbox-wrap{cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.notif-checkbox-wrap input{opacity:0;width:0;height:0;position:absolute}.notif-checkbox-indicator{background:#fff;border:2px solid #cbd6e2;border-radius:3px;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s,background .15s;display:flex}.notif-checkbox-indicator.checked{background:#00bda5;border-color:#00bda5}.notif-checkbox-indicator.checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;margin-top:-1px;transform:rotate(45deg)}.notif-checkbox-indicator.indeterminate{background:#00bda5;border-color:#00bda5}.notif-checkbox-indicator.indeterminate:after{content:"";background:#fff;border-radius:1px;width:8px;height:2px}.notif-checkbox-wrap:hover .notif-checkbox-indicator{border-color:#7c98b6}.notif-checkbox-wrap:hover .notif-checkbox-indicator.checked,.notif-checkbox-wrap:hover .notif-checkbox-indicator.indeterminate{background:#00a38d;border-color:#00a38d}.notif-topic-items{padding:0 0 8px 20px}.notif-topic-row{border-top:1px solid #f0f4f8;justify-content:space-between;align-items:flex-start;padding:10px 0;display:flex}.notif-topic-row:first-child{border-top:none}.notif-topic-row-info{flex-direction:column;flex:1;gap:2px;min-width:0;padding-right:12px;display:flex}.notif-topic-row-label{color:#33475b;font-size:.84rem;font-weight:500}.notif-topic-row-desc{color:#7c98b6;font-size:.78rem;line-height:1.4}.notif-topic-row-checks{flex-shrink:0;grid-template-columns:repeat(4,80px);gap:0;display:grid}.modal-dialog{background:#fff;border-radius:8px;flex-direction:column;width:100%;max-width:480px;max-height:calc(100vh - 64px);animation:.16s slideUp;display:flex;overflow:hidden;box-shadow:0 24px 48px #0003}.modal-header{border-bottom:1px solid #eaf0f6;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-header .modal-title{color:#33475b;margin:0;font-size:1.05rem;font-weight:700}.modal-close-btn{color:#99acc2;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.5rem;line-height:1}.modal-close-btn:hover{color:#33475b}.modal-dialog .modal-body{padding:20px}.modal-footer{border-top:1px solid #eaf0f6;justify-content:flex-start;align-items:center;gap:10px;padding:14px 20px;display:flex}.modal-cancel-btn{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:4px;padding:8px 20px;font-size:.88rem;font-weight:600}.modal-cancel-btn:hover{background:#f5f8fa}.currency-toggle-wrap{display:inline-flex}.currency-toggle-tooltip{color:#fff;z-index:100;pointer-events:none;background:#33475b;border-radius:6px;width:280px;padding:12px 14px;font-size:12.5px;line-height:1.45;display:none;position:absolute;bottom:calc(100% + 10px);right:-20px;box-shadow:0 4px 16px #0000002e}.currency-toggle-tooltip:after{content:"";border:6px solid #0000;border-top-color:#33475b;position:absolute;top:100%;right:28px}.currency-toggle-tooltip strong{margin-bottom:6px;font-size:13px;font-weight:700;display:block}.currency-toggle-tooltip p{color:#cbd6e2;margin:0;font-weight:400}.currency-toggle-wrap:hover .currency-toggle-tooltip{display:block}.acct-form-group{margin-bottom:16px}.acct-form-label{color:#33475b;flex-direction:column;gap:6px;font-size:.84rem;font-weight:600;display:flex}.acct-form-input{color:#33475b;background:#fff;border:1px solid #cbd6e2;border-radius:4px;padding:9px 12px;font-size:.88rem;font-weight:400;transition:border-color .15s}.acct-form-input:focus{border-color:#1976d2;outline:none;box-shadow:inset 0 0 0 1px #1976d2}.acct-form-select{color:#33475b;cursor:pointer;appearance:auto;background:#fff;border:1px solid #cbd6e2;border-radius:4px;padding:9px 12px;font-size:.88rem;font-weight:400}.acct-form-select:focus{border-color:#1976d2;outline:none;box-shadow:inset 0 0 0 1px #1976d2}.acct-currency-display{margin-top:16px}.acct-currency-row{background:#f5f8fa;border:1px solid #eaf0f6;border-radius:6px;align-items:center;gap:10px;padding:12px 16px;display:flex}.acct-currency-symbol{color:#33475b;text-align:center;width:24px;font-size:1.2rem;font-weight:700}.acct-currency-name{color:#33475b;font-size:.88rem;font-weight:500}.acct-hosting-info{flex-direction:column;gap:0;margin-top:8px;display:flex}.acct-hosting-row{border-top:1px solid #eaf0f6;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.acct-hosting-row:first-child{border-top:none}.acct-hosting-label{color:#33475b;font-size:.84rem;font-weight:600}.acct-hosting-value{color:#516f90;font-size:.84rem}.acct-feature-list{flex-direction:column;gap:0;margin-top:8px;display:flex}.acct-feature-item{border-top:1px solid #eaf0f6;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.acct-feature-item:first-child{border-top:none}.acct-feature-info{flex-direction:column;gap:2px;display:flex}.acct-feature-name{color:#33475b;font-size:.88rem;font-weight:600}.acct-feature-desc{color:#7c98b6;font-size:.8rem}.prefs-badge-warning{color:#856404;background:#fef3cd}.nprof-layout{padding:0}.nprof-row{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.nprof-col-left{flex-direction:column;flex:1;gap:6px;display:flex}.nprof-title{color:#33475b;font-size:.92rem;font-weight:700}.nprof-desc{color:#516f90;font-size:.84rem;line-height:1.5}.nprof-link{font-size:inherit;color:#33475b;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.nprof-link:hover{color:#1976d2}.nprof-col-right{flex-shrink:0}.nprof-create-btn{color:#1976d2;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.84rem;font-weight:500}.nprof-create-btn:hover{text-decoration:underline}.prefs-card-desc{color:#64748b;margin:0 0 18px;font-size:.84rem}.prefs-sec-row{flex-direction:column;gap:4px;margin-bottom:14px;display:flex}.prefs-sec-row:last-child{margin-bottom:0}.prefs-sec-label{color:#334155;font-size:.78rem;font-weight:600}.prefs-sec-value-row{align-items:center;gap:12px;display:flex}.prefs-sec-readonly{color:#64748b;background:#f1f5f9;border:1px solid #d1d5db;border-radius:6px;flex:1;max-width:320px;padding:8px 12px;font-size:.88rem}.prefs-sec-hint{color:#94a3b8;font-size:.78rem;line-height:1.5}.prefs-link-btn{color:#1976d2;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.88rem;font-weight:600}.prefs-link-btn:hover{text-decoration:underline}.prefs-sec-note{border-top:1px solid #e5e7eb;margin-top:14px;padding-top:14px}.prefs-sec-note strong{color:#1e293b;font-size:.84rem}.prefs-sec-note p{color:#94a3b8;margin:4px 0 12px;font-size:.78rem}.prefs-sec-table{border-collapse:collapse;width:100%;font-size:.82rem}.prefs-sec-table th{text-align:left;color:#64748b;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:8px 12px;font-weight:600}.prefs-sec-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:10px 12px}.prefs-badge{white-space:nowrap;border-radius:12px;align-items:center;gap:5px;padding:2px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.prefs-badge-info{color:#1565c0;background:#e3f2fd}.prefs-badge-info:before{content:"";background:#1976d2;border-radius:50%;width:6px;height:6px}.prefs-badge-default{color:#64748b;background:#f1f5f9}.prefs-badge-success{color:#2e7d32;background:#e8f5e9}.prefs-badge-success:before{content:"";background:#2e7d32;border-radius:50%;width:6px;height:6px}.prefs-session-table{border-collapse:collapse;width:100%;font-size:.82rem}.prefs-session-table th{text-align:left;color:#64748b;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:10px 14px;font-weight:600}.prefs-session-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:12px 14px}.prefs-device-cell{align-items:center;gap:8px;display:flex}.prefs-last-active{align-items:center;gap:10px;display:flex}.prefs-danger-btn{color:#fff;cursor:pointer;background:#d32f2f;border:none;border-radius:6px;padding:8px 20px;font-size:.84rem;font-weight:600;transition:background .15s}.prefs-danger-btn:hover{background:#b71c1c}@media (max-width:920px){.prefs-page{overflow-y:auto}.prefs-layout{flex-direction:column;height:auto;overflow:visible}.prefs-layout:not(.prefs-mobile-main) .prefs-main,.prefs-layout.prefs-mobile-main .prefs-sidebar{display:none}.prefs-mobile-back{margin-bottom:14px;display:inline-flex}.prefs-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;width:100%;min-height:auto}.prefs-sidebar-inner{height:auto;padding:20px 24px}.prefs-sidebar-scroll{gap:16px;padding-right:0;overflow:visible}.prefs-nav-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 8px;display:grid}.prefs-main{--prefs-gutter:24px;max-width:none;padding:28px var(--prefs-gutter) 60px;overflow:visible}.prefs-tabs{margin-top:16px}}@media (max-width:760px){.prefs-sidebar-inner{padding:16px}.prefs-nav-list{grid-template-columns:1fr}.prefs-main{--prefs-gutter:16px;padding:20px var(--prefs-gutter) 60px}.prefs-form-grid{grid-template-columns:1fr;gap:14px}.prefs-sec-value-row,.prefs-last-active{flex-direction:column;align-items:flex-start}.prefs-session-table{display:block;overflow-x:auto}.prefs-save-footer{padding:14px 16px}.prefs-save-footer-inner{flex-direction:column;align-items:flex-start}}.hs-avatar.hs-avatar-building{color:#1d4ed8;background:#dbeafe;border-radius:6px}.hs-preview-avatar-lg.hs-avatar-building-lg{color:#1d4ed8;background:#dbeafe;border-radius:10px;justify-content:center;align-items:center;display:flex}.rc-ext-typeahead{position:relative}.rc-ext-dropdown{z-index:200;background:#fff;border:1px solid #cbd6e2;border-radius:6px;min-width:280px;max-height:220px;position:absolute;top:calc(100% + 3px);left:0;overflow-y:auto;box-shadow:0 4px 16px #0000001a}.rc-ext-dropdown-item{cursor:pointer;border-bottom:1px solid #f0f4f8;align-items:center;gap:2px;padding:8px 12px;font-size:13px;transition:background .12s;display:flex}.rc-ext-dropdown-item:last-child{border-bottom:none}.rc-ext-dropdown-item:hover{background:#f5f8fa}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hs-outcome-badge{color:#fff;white-space:nowrap;letter-spacing:.01em;border-radius:10px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-block}.hs-sentiment-badge{color:#fff;white-space:nowrap;text-transform:capitalize;border-radius:10px;align-items:center;gap:3px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-flex}.hs-icon-btn{cursor:pointer;color:#5e6e82;background:0 0;border:none;border-radius:4px;align-items:center;padding:3px 5px;transition:color .14s,background .14s;display:inline-flex}.hs-icon-btn:hover{color:#1976d2;background:#e3f2fd}.hs-cell-link{cursor:pointer}.hs-cell-link:hover{text-decoration:underline}.har-audio-wrap{margin-top:8px}.har-audio-player{accent-color:#1976d2;background:#f5f8fa;border:1px solid #cbd6e2;border-radius:6px;outline:none;width:100%;height:36px}.har-audio-player::-webkit-media-controls-panel{background:#f5f8fa;border-radius:6px}.har-transcribe-btn{color:#1976d2;cursor:pointer;background:#e3f2fd;border:1px solid #b0dbe8;border-radius:4px;align-items:center;gap:5px;margin-top:8px;padding:5px 10px;font-size:12px;transition:background .14s;display:inline-flex}.har-transcribe-btn:hover{background:#c9eaf4}.har-phone-direction{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:flex}.har-phone-num{color:#33475b;font-family:monospace;font-size:12px}.har-phone-arrow{color:#94a3b8;font-size:14px;font-weight:700}.callpb{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border-top:1px solid #e2e8f0;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.callpb-audio-wrap{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.callpb-audio-wrap audio{background:#fff;border:1px solid #cbd6e2;border-radius:999px;outline:none;flex:280px;min-width:260px;height:36px;box-shadow:0 1px 2px #0f172a0a}.callpb-audio-wrap audio::-webkit-media-controls-panel{background:#fff;border-radius:999px}.callpb-autoscroll{color:#64748b;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:6px;font-size:11px;display:inline-flex}.callpb-autoscroll input{cursor:pointer;accent-color:#0a4f95}.callpb-summary{background:#fff;border:1px solid #e2e8f0;border-left:3px solid #0a4f95;border-radius:6px;padding:10px 12px 10px 14px}.callpb-summary-header{color:#0a4f95;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:5px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.callpb-summary-text{color:#33475b;margin:0;font-size:12.5px;line-height:1.6}.callpb-transcript{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-height:260px;padding:8px 12px;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000 0,#000 14px calc(100% - 14px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 14px calc(100% - 14px),#0000 100%)}.callpb-transcript::-webkit-scrollbar{width:6px}.callpb-transcript::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.callpb-turn{margin:6px 0}.callpb-turn+.callpb-turn{margin-top:10px}.callpb-turn-b{border-left:2px solid #e2e8f0;padding-left:12px}.callpb-turn-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:10px;font-weight:700}.callpb-turn-body{color:#334155;margin:0;font-size:13px;line-height:1.75}.callpb-word{cursor:pointer;color:#334155;border-radius:3px;padding:1px 2px;transition:background-color .22s,color .22s,box-shadow .22s;display:inline}.callpb-word:hover{color:#0a4f95;background-color:#eff6ff}.callpb-word-spoken{color:#94a3b8}.callpb-word-active{background-color:#0a4f95;font-weight:600;box-shadow:0 0 0 1px #0a4f95,0 4px 10px #0a4f9540;color:#fff!important}.callpb-flat{color:#475569;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.65}.har-ai-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #0a4f95;border-radius:6px;padding:10px 12px 10px 14px}.har-ai-summary-header{color:#0a4f95;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:5px;margin-bottom:6px;font-size:11px;font-weight:700;display:flex}.har-ai-summary-text{color:#33475b;margin:0;font-size:12px;line-height:1.55}.har-transcript-wrap{flex-direction:column;gap:6px;max-height:360px;padding-right:2px;display:flex;overflow-y:auto}.har-transcript-bubble{flex-direction:column;gap:2px;display:flex}.har-bubble-agent{align-items:flex-end}.har-bubble-caller{align-items:flex-start}.har-bubble-speaker{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.har-bubble-text{border-radius:10px;max-width:85%;padding:7px 10px;font-size:12px;line-height:1.5}.har-bubble-agent .har-bubble-text{color:#fff;background:#1976d2;border-bottom-right-radius:3px}.har-bubble-caller .har-bubble-text{color:#33475b;background:#f0f4f8;border-bottom-left-radius:3px}.har-transcript-line{color:#475569;margin:0;padding:3px 0;font-size:12px;line-height:1.5}.har-phone-cell{align-items:center;gap:6px;display:flex}.har-ctc-btn{color:#1976d2;cursor:pointer;opacity:0;background:#e3f2fd;border:1px solid #b0dbe8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .14s,background .14s;display:inline-flex}.hs-row:hover .har-ctc-btn{opacity:1}.har-ctc-btn:hover{color:#1565c0;background:#c9eaf4}.har-ringout-toast{color:#fff;z-index:99999;background:#1a2340;border-radius:10px;align-items:center;gap:12px;min-width:240px;max-width:320px;padding:12px 16px;animation:.25s ease-out har-toast-in;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #00000059}@keyframes har-toast-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.har-ringout-icon{background:#1976d2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;animation:1.5s infinite har-pulse;display:flex}@keyframes har-pulse{0%,to{box-shadow:0 0 #0091ae99}50%{box-shadow:0 0 0 8px #0091ae00}}.har-ringout-info{flex:1;min-width:0}.har-ringout-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.har-ringout-status{color:#94a3b8;margin-top:2px;font-size:11px}.har-ringout-dismiss{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:18px;line-height:1}.har-ringout-dismiss:hover{color:#fff}.har-call-activity-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:4px;padding:8px 10px}.har-call-act-header{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;display:flex}.har-call-act-icon{color:#7c98b6;align-items:center;display:flex}.har-call-act-dir{color:#33475b;font-size:12px;font-weight:600}.har-call-act-dur{color:#7c98b6;font-variant-numeric:tabular-nums;font-size:11px}.har-call-act-phones{color:#64748b;align-items:center;gap:6px;margin-bottom:6px;font-family:monospace;font-size:11px;display:flex}.har-call-act-actions{flex-wrap:wrap;gap:5px;display:flex}.har-call-act-btn{color:#5e6e82;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:4px;align-items:center;gap:3px;padding:3px 7px;font-size:11px;transition:background .12s,border-color .12s;display:inline-flex}.har-call-act-btn:hover{background:#f0f4f8;border-color:#7c98b6}.har-call-act-btn-warn{color:#92400e;background:#fffbeb;border-color:#f59e0b}.har-call-act-btn-warn:hover{background:#fef3c7}.har-calling-phone-btn{position:relative}.har-calling-phone-btn.active,.toolbar-right .har-calling-phone-btn.active{color:#fff!important;background:#ffffff1f!important}.har-calling-phone-btn.in-call,.har-calling-phone-btn.rc-connected,.toolbar-right .har-calling-phone-btn.rc-connected,.har-calling-phone-btn.rc-connected.active,.toolbar-right .har-calling-phone-btn.rc-connected.active{color:#22c55e!important}:root{--phone-z:9998;--modal-z:10000;--phone-incoming-z:10500;--phone-toast-z:99999}.phone-device{zoom:var(--phone-scale,1);width:296px;max-width:296px;height:580px;max-height:580px;z-index:var(--phone-z);background:#1a1a1a;border-radius:36px;outline:none;flex-direction:column;padding:4px;transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1),border-radius .3s,padding .3s,opacity .15s;animation:.25s cubic-bezier(.16,1,.3,1) phoneSlideIn;display:flex;position:fixed;top:56px;right:12px;overflow:hidden;box-shadow:0 25px 80px #0006,0 0 0 1.5px #333,inset 0 0 0 1px #ffffff0f}.phone-device.phone-dragging{opacity:.5}@media (max-width:700px){.phone-device:not(.phone-docked):not(.phone-undocking){width:100vw;max-width:none;height:100dvh;max-height:none;box-shadow:none;zoom:1;border-radius:0;padding:0;inset:0}}.phone-device .phone-screen{transition:filter 1.5s,opacity 1.5s}.phone-device.phone-idle .phone-screen{filter:brightness(.45);opacity:.85}.phone-device:hover .phone-screen{transition:filter .3s,opacity .3s;filter:brightness()!important;opacity:1!important}@keyframes phoneSlideIn{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.phone-device.phone-docked{width:200px;height:370px;z-index:var(--phone-z);border-radius:20px;padding:3px;transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1),border-radius .3s,padding .3s;box-shadow:0 4px 16px #0000004d,0 0 0 1px #333;position:fixed!important;inset:auto auto 8px 8px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-screen{background:#1a1a1a;border-radius:17px}.sidebar-has-docked-phone .sidebar-scroll-wrap{margin-bottom:calc(min(370px * var(--phone-scale,1), 50vh - 32px) + 16px)}.sidebar-has-docked-phone .sidebar-toggle{display:none}.app-shell:not(.sidebar-collapsed):has(.sidebar-has-docked-phone) .crp-page{left:max(var(--sidebar-width), calc(208px * var(--phone-scale,1) + 12px))}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch{border-radius:0 0 10px 10px;width:80px;height:18px}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch:after{width:20px;height:2px}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn{border-radius:4px;width:18px;height:18px;padding:0}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn svg{width:11px!important;height:11px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn.notch-dock svg{width:13px!important;height:13px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn-wrap-settings{bottom:0!important;left:-22px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn.notch-dock{bottom:0!important;right:-22px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn.notch-minimize{bottom:0!important;right:-44px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-app-content{background:#fff;padding-top:18px}.phone-device:is(.phone-docked,.phone-undocking) .phone-key{width:36px;height:36px}.phone-device:is(.phone-docked,.phone-undocking) .phone-key-num{font-size:.95rem}.phone-device:is(.phone-docked,.phone-undocking) .phone-key-letters{letter-spacing:1px;font-size:.35rem}.phone-device:is(.phone-docked,.phone-undocking) .phone-keypad{gap:5px 8px;padding:2px 14px}.phone-device:is(.phone-docked,.phone-undocking) .phone-number-display{height:28px;padding:2px 8px 0;font-size:20px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-keypad-suggestions{height:36px;padding:2px 12px}.phone-device:is(.phone-docked,.phone-undocking) .phone-keypad-suggest-row{padding:3px 8px;font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .phone-call-btn{width:36px;height:36px}.phone-device:is(.phone-docked,.phone-undocking) .phone-call-btn svg{width:16px;height:16px}.phone-device:is(.phone-docked,.phone-undocking) .ios-tab-bar{margin-bottom:14px;padding:2px 0 4px}.phone-device:is(.phone-docked,.phone-undocking) .ios-tab span{font-size:7px}.phone-device:is(.phone-docked,.phone-undocking) .ios-tab svg{width:16px;height:16px}.phone-device:is(.phone-docked,.phone-undocking) .phone-screen>.iphone-home-dock{padding:3px 0 4px}.phone-device:is(.phone-docked,.phone-undocking) .phone-screen>.iphone-home-dock .iphone-dock-line{width:80px;height:3px}.phone-device:is(.phone-docked,.phone-undocking) .ios-phone-header{padding:0 8px}.phone-device:is(.phone-docked,.phone-undocking) .ios-nav-title{margin:1px 0 3px;font-size:1rem}.phone-device:is(.phone-docked,.phone-undocking) .ios-header-link{font-size:.7rem}.phone-device:is(.phone-docked,.phone-undocking) .phone-segment{width:80px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-segment-btn{padding:3px 0;font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-home-icon{border-radius:10px;width:36px;height:36px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-home-icon svg{width:20px;height:20px}.phone-device:is(.phone-docked,.phone-undocking) .phone-app-icon-teams img{width:28px;height:28px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-lock-time{font-size:44px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-lock-date{font-size:12px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-dock{border-radius:14px;margin:0 -8px 10px;padding:7px 12px 8px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-home-badge{border-radius:7px;min-width:14px;height:14px;padding:0 3px;font-size:8px;top:-3px;right:-3px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-homescreen{border-radius:0;padding:30px 10px 0}.phone-device:is(.phone-docked,.phone-undocking) .iphone-lockscreen{border-radius:0}.phone-device:is(.phone-docked,.phone-undocking) .sms-conv-item{padding:6px 8px}.phone-device:is(.phone-docked,.phone-undocking) .sms-avatar{width:28px;height:28px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .sms-bubble,.phone-device:is(.phone-docked,.phone-undocking) .sms-compose-input{padding:5px 8px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .ios-msg-bottombar{padding:4px 8px 10px}.phone-device:is(.phone-docked,.phone-undocking) .ios-msg-search{padding:4px 8px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .ios-msg-compose{width:24px;height:24px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-call-header{padding:6px 8px 2px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-status-label,.phone-device:is(.phone-docked,.phone-undocking) .har-active-timer{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-contact-section{padding:12px 8px 8px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-avatar{width:48px;height:48px;margin-bottom:6px;font-size:18px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-contact-name{font-size:14px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-contact-company{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-actions-row{gap:8px;padding:8px 6px 4px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-action-btn{gap:3px;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-action-btn svg{width:38px;height:38px;padding:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-action-btn.hangup svg{padding:11px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-secondary-row{gap:4px;padding:4px 8px 6px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-secondary-btn{border-radius:8px;gap:2px;padding:6px 2px;font-size:7px}.phone-device:is(.phone-docked,.phone-undocking) .har-active-secondary-btn svg{width:12px;height:12px}.phone-device:is(.phone-docked,.phone-undocking) .phone-incall-keypad{gap:4px 6px;padding:2px 10px}.phone-device:is(.phone-docked,.phone-undocking) .phone-incall-key{width:34px;height:34px}.phone-device:is(.phone-docked,.phone-undocking) .phone-incall-key .phone-key-num{font-size:14px}.phone-device:is(.phone-docked,.phone-undocking) .phone-incall-key .phone-key-letters{font-size:5px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transcript-panel{max-height:84px;padding:6px 10px 8px}.phone-device:is(.phone-docked,.phone-undocking) .har-desk-mirror-hint{padding:0 10px 6px;font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .har-desk-mirror-tag{letter-spacing:.4px;white-space:nowrap;font-size:8px}.phone-skel{flex-direction:column;flex:1;gap:16px;min-height:0;padding:18px 16px;display:flex;overflow:hidden}.phone-skel .phone-skel-row{flex-shrink:0;align-items:center;gap:10px;display:flex}.phone-skel .phone-skel-avatar{border-radius:50%;flex-shrink:0;width:36px;height:36px}.phone-skel .phone-skel-lines{flex-direction:column;flex:1;gap:7px;min-width:0;display:flex}.phone-skel .phone-skel-line{border-radius:5px;height:10px}.phone-skel .phone-skel-display{border-radius:8px;flex-shrink:0;width:58%;height:34px;margin:8px auto 12px}.phone-skel .phone-skel-keys{grid-template-columns:repeat(3,1fr);justify-items:center;gap:12px 18px;padding:0 28px;display:grid}.phone-skel .phone-skel-key{border-radius:50%;width:44px;height:44px}.phone-skel .phone-skel-call{border-radius:50%;flex-shrink:0;width:48px;height:48px;margin:12px auto 0}.phone-device:is(.phone-docked,.phone-undocking) .phone-skel{gap:11px;padding:12px 11px}.phone-device:is(.phone-docked,.phone-undocking) .phone-skel-avatar{width:28px;height:28px}.phone-device:is(.phone-docked,.phone-undocking) .phone-skel-line{height:8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-skel-display{height:26px;margin:4px auto 8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-skel-keys{gap:7px 10px;padding:0 14px}.phone-device:is(.phone-docked,.phone-undocking) .phone-skel-key{width:34px;height:34px}.phone-device:is(.phone-docked,.phone-undocking) .phone-skel-call{width:36px;height:36px;margin-top:7px}.phone-device:is(.phone-docked,.phone-undocking) .ios-sheet-overlay>div:first-child{height:28px!important}.phone-device:is(.phone-docked,.phone-undocking) .ios-sheet-panel{border-radius:10px 10px 0 0}.phone-device:is(.phone-docked,.phone-undocking) .har-review-grabber-wrap{padding:5px 0 2px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-grabber{width:28px;height:4px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-header{gap:5px;padding:3px 8px 5px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-tabs{border-radius:7px;padding:1.5px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-tab{border-radius:5.5px;padding:3px 9px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-done-btn{border-radius:12px;padding:4px 11px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-dropdowns-row{gap:5px;padding:7px 8px 4px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-select{border-radius:8px;min-height:28px;padding:5px 7px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-notes-section{border-radius:9px;margin:3px 8px 0}.phone-device:is(.phone-docked,.phone-undocking) .har-review-notes-textarea{min-height:60px;padding:7px 9px;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-footer{padding:8px 8px 9px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-followup-btn,.phone-device:is(.phone-docked,.phone-undocking) .har-review-saved-indicator{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-row{padding:3px 8px 0}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-btn{border-radius:8px;gap:5px;min-height:28px;padding:5px 8px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-btn svg{width:12px;height:12px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-chip{border-radius:8px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-chip-body{gap:6px;padding:4px 3px 4px 8px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-chip-body svg{width:12px;height:12px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-chip-label{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-chip-sub{font-size:8.5px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-chip-x{width:20px;height:20px;font-size:14px}.phone-device:is(.phone-docked,.phone-undocking) .har-review-assign-error{font-size:9.5px}@keyframes phoneDockIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.phone-device.phone-undocking{border-radius:20px!important;width:200px!important;height:370px!important;padding:3px!important;overflow:hidden!important}.phone-dock-zone{color:#fff6;border:2px dashed #ffffff40;border-radius:16px;flex-direction:column;align-items:center;gap:6px;margin:8px 10px;padding:16px 12px;font-size:11px;font-weight:500;animation:1s ease-in-out infinite dockPulse;display:flex}@keyframes dockPulse{0%,to{border-color:#fff3}50%{border-color:#ffffff73}}.phone-dock-zone.dock-ready{color:#34c759;background:#34c75914;border-color:#34c759;animation:none;box-shadow:0 0 12px #34c75933}.iphone-notif-banner{z-index:40;-webkit-backdrop-filter:blur(20px);cursor:pointer;background:#fffffff2;border-radius:14px;align-items:flex-start;gap:10px;padding:10px 12px;animation:.3s cubic-bezier(.16,1,.3,1) notifSlideIn;display:flex;position:absolute;top:26px;left:8px;right:8px;box-shadow:0 4px 20px #00000026,0 0 0 .5px #0000000f}.phone-device:is(.phone-docked,.phone-undocking) .iphone-notif-banner{border-radius:10px;gap:6px;padding:6px 8px;top:18px;left:4px;right:4px}@keyframes notifSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.iphone-notif-icon{flex-shrink:0}.iphone-notif-content{flex:1;min-width:0}.iphone-notif-header{justify-content:space-between;align-items:center;display:flex}.iphone-notif-app{color:#8e8e93;text-transform:uppercase;letter-spacing:.02em;font-size:11px;font-weight:600}.iphone-notif-time{color:#8e8e93;font-size:10px}.iphone-notif-name{color:#1c1c1e;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:13px;font-weight:600;overflow:hidden}.iphone-notif-msg{color:#3c3c43;white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.iphone-notif-close{cursor:pointer;color:#8e8e93;background:#0000000f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.iphone-notif-close:hover{background:#0000001f}.phone-device:is(.phone-docked,.phone-undocking) .iphone-notif-name{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-notif-msg{font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-notif-app{font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-notif-icon .iphone-home-icon{border-radius:5px!important;width:20px!important;height:20px!important}.phone-device:is(.phone-docked,.phone-undocking) .iphone-notif-icon svg{width:12px;height:12px}.phone-incoming-overlay{z-index:50;border-radius:inherit;background:radial-gradient(at 50% 0,#3c3c50cc 0%,#0000 60%),linear-gradient(#1a1a1f 0%,#0c0c10 100%);flex-direction:column;justify-content:space-between;align-items:center;padding:54px 18px 28px;animation:.2s cubic-bezier(.16,1,.3,1) incomingFadeIn;display:flex;position:absolute;inset:0;overflow:hidden}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-overlay{padding:28px 10px 18px}@keyframes incomingFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.phone-incoming-header{text-align:center;color:#ffffffa6;letter-spacing:.02em;text-shadow:0 1px 2px #0006;margin-top:6px;font-size:13px;font-weight:500}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-header{font-size:10px}.phone-incoming-avatar-wrap{flex-direction:column;align-items:center;gap:18px;margin-top:8px;display:flex}.phone-incoming-avatar{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#7f8fa6 0%,#4a5668 100%);border-radius:50%;justify-content:center;align-items:center;width:128px;height:128px;font-size:42px;font-weight:500;animation:2.2s ease-in-out infinite incomingPulse;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000080,inset 0 0 0 2px #ffffff14}.phone-incoming-avatar:after{content:"";border:2px solid #ffffff1f;border-radius:50%;animation:2.2s ease-in-out infinite incomingHalo;position:absolute;inset:-8px}.phone-incoming-avatar img{object-fit:cover;width:100%;height:100%}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-avatar{width:72px;height:72px;font-size:26px}@keyframes incomingPulse{0%,to{box-shadow:0 8px 24px #00000080,inset 0 0 0 2px #ffffff14,0 0 #34c75959}50%{box-shadow:0 8px 24px #00000080,inset 0 0 0 2px #ffffff14,0 0 0 18px #34c75900}}@keyframes incomingHalo{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.2;transform:scale(1.08)}}.phone-incoming-name{color:#fff;letter-spacing:-.02em;text-align:center;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 8px #0006;max-width:100%;padding:0 8px;font-size:28px;font-weight:500;overflow:hidden}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-name{font-size:16px}.phone-incoming-sub{color:#fff9;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:6px;padding:0 8px;font-size:14px;font-weight:400;overflow:hidden}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-sub{font-size:10px}.phone-incoming-entity-link{color:#64d2ff;align-items:center;gap:4px;margin-left:4px;text-decoration:none;display:inline-flex}.phone-incoming-entity-link:hover{text-decoration:underline}.phone-incoming-actions{justify-content:space-around;align-items:center;gap:18px;width:100%;padding:0 14px;display:flex}.phone-incoming-btn{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;transition:transform .14s cubic-bezier(.16,1,.3,1),box-shadow .14s;display:flex;box-shadow:0 6px 20px #0006}.phone-incoming-btn:focus-visible{outline-offset:3px;outline:2px solid #fff9}.phone-incoming-btn:hover{transform:translateY(-2px)}.phone-incoming-btn:active{transform:scale(.95)}.phone-incoming-btn.accept{background:#34c759}.phone-incoming-btn.accept:hover{background:#30bd55;box-shadow:0 8px 24px #34c75980}.phone-incoming-btn.reject{background:#ff3b30}.phone-incoming-btn.reject:hover{background:#e0342b;box-shadow:0 8px 24px #ff3b3080}.phone-incoming-btn svg{width:28px;height:28px}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-btn{width:44px;height:44px}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-btn svg{width:18px;height:18px}.phone-incoming-btn-label{color:#ffffffb3;letter-spacing:.01em;white-space:nowrap;margin-top:6px;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-btn-label{margin-top:4px;font-size:9px}.phone-incoming-btn-col{flex-direction:column;align-items:center;display:flex;position:relative}.phone-incoming-extra{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:8px;width:100%;padding:0 16px 10px;display:flex}.phone-incoming-mini-row{justify-content:center;gap:28px;display:flex}.phone-incoming-mini{color:#ffffffd9;font:inherit;letter-spacing:.01em;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;font-size:11px;display:inline-flex}.phone-incoming-mini svg{width:22px;height:22px}.phone-incoming-mini:disabled{color:#ffffff4d;cursor:not-allowed}.phone-incoming-mini:not(:disabled):hover{color:#fff}.phone-incoming-picker{background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:4px;max-height:180px;padding:8px;display:flex;overflow-y:auto}.phone-incoming-picker-title{color:#fff9;padding:2px 4px;font-size:11px;font-weight:600}.phone-incoming-picker-item{text-align:left;color:#fff;width:100%;font:inherit;cursor:pointer;background:#ffffff0f;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:12px;display:flex}.phone-incoming-picker-item:hover{background:#ffffff24}.phone-incoming-picker-ext{color:#ffffff80;margin-left:auto;font-size:10px}.ios-call-banner{z-index:45;cursor:pointer;-webkit-user-select:none;user-select:none;touch-action:none;will-change:transform, opacity;background:#101014f5;border-radius:18px;align-items:center;gap:10px;padding:10px 12px;animation:.32s cubic-bezier(.16,1,.3,1) iosBannerIn;display:flex;position:absolute;top:30px;left:8px;right:8px;box-shadow:0 10px 30px #00000073,inset 0 0 0 .5px #ffffff14}@keyframes iosBannerIn{0%{opacity:0;transform:translateY(-120%)}to{opacity:1;transform:translateY(0)}}.ios-call-banner-info{flex:1;min-width:0}.ios-call-banner-name{color:#ffffffa6;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;overflow:hidden}.ios-call-banner-number{color:#fff;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:17px;font-weight:700;overflow:hidden}.ios-call-banner-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.ios-call-banner-btn{color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .12s cubic-bezier(.16,1,.3,1),filter .12s;display:flex}.ios-call-banner-btn:hover{filter:brightness(1.08)}.ios-call-banner-btn:active{transform:scale(.92)}.ios-call-banner-btn:focus-visible{outline-offset:2px;outline:2px solid #fff9}.ios-call-banner-btn svg{width:19px;height:19px}.ios-call-banner-btn.reject{background:#ff453a}.ios-call-banner-btn.accept{background:#30d158}.phone-device:is(.phone-docked,.phone-undocking) .ios-call-banner{border-radius:14px;gap:6px;padding:7px 8px;top:22px;left:6px;right:6px}.phone-device:is(.phone-docked,.phone-undocking) .ios-call-banner-actions{gap:6px}.phone-device:is(.phone-docked,.phone-undocking) .ios-call-banner-name{font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .ios-call-banner-number{font-size:13px}.phone-device:is(.phone-docked,.phone-undocking) .ios-call-banner-btn{width:30px;height:30px}.phone-device:is(.phone-docked,.phone-undocking) .ios-call-banner-btn svg{width:14px;height:14px}.phone-incoming-desk-hint{color:#ffffffe6;text-align:center;background:#ffffff1a;border:1px solid #ffffff1f;border-radius:12px;padding:10px 12px;font-size:12px;line-height:1.45;animation:.2s cubic-bezier(.16,1,.3,1) incomingFadeIn}.phone-device:is(.phone-docked,.phone-undocking) .phone-incoming-desk-hint{padding:8px 10px;font-size:10px}.phone-notch-btn-wrap{z-index:31;gap:4px;display:flex;position:absolute;bottom:2px}.phone-notch-btn-wrap-settings{left:-30px}.phone-notch-btn.notch-dock{position:absolute;bottom:2px;right:-60px}.phone-notch-btn:focus-visible{outline-offset:1px;outline:2px solid #ffffff8c}.phone-favorites-list{flex:1;padding:4px 0 8px;overflow-y:auto}.phone-favorite-row{cursor:pointer;border-bottom:.5px solid #0000000f;align-items:center;gap:10px;padding:9px 12px;transition:background .1s;display:flex}.phone-favorite-row:hover{background:#007aff0a}.phone-favorite-row.dragging{opacity:.55;background:#007aff0d}.phone-favorite-avatar{color:#fff;letter-spacing:-.01em;background:linear-gradient(135deg,#fc0,#ff9500);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:600;display:flex}.phone-favorite-row .phone-favorite-info{flex:1;min-width:0}.phone-favorite-row .phone-favorite-name{color:#1c1c1e;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.phone-favorite-row .phone-favorite-sub{color:#8e8e93;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;overflow:hidden}.phone-favorite-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.phone-favorite-btn{cursor:pointer;color:#007aff;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .1s;display:flex}.phone-favorite-btn:hover{background:#007aff1a}.phone-favorite-btn.remove{color:#8e8e93}.phone-favorite-btn.remove:hover{color:#ff3b30;background:#ff3b301a}.phone-favorite-empty{text-align:center;color:#8e8e93;padding:40px 16px;font-size:12px;line-height:1.5}.phone-favorite-empty svg{opacity:.6;margin-bottom:10px}.phone-quickdial-grid{grid-template-columns:repeat(3,1fr);gap:10px 6px;padding:0 4px 8px;display:grid}.phone-quickdial-tile{-webkit-backdrop-filter:blur(12px);cursor:pointer;color:#fff;background:#ffffff1f;border:none;border-radius:12px;flex-direction:column;align-items:center;gap:4px;min-width:0;padding:10px 4px 8px;transition:transform .1s,background .15s;display:flex}.phone-quickdial-tile:hover{background:#fff3}.phone-quickdial-tile:active{transform:scale(.95)}.phone-quickdial-tile .phone-favorite-avatar{width:44px;height:44px;font-size:14px;box-shadow:0 2px 6px #0003}.phone-quickdial-tile-name{color:#fff;text-shadow:0 1px 2px #0000004d;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10px;font-weight:500;overflow:hidden}.phone-star-btn{cursor:pointer;color:#c7c7cc;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background .1s,color .1s,transform .1s;display:inline-flex}.phone-star-btn:hover{color:#fc0;background:#ffcc001f}.phone-star-btn:active{transform:scale(.9)}.phone-star-btn.active{color:#fc0}.phone-star-btn.active:hover{color:#e6b800;background:#ffcc002e}.phone-transcript-panel{background:#00000040;border-top:1px solid #ffffff14;flex-shrink:0;max-height:140px;padding:10px 14px 12px;overflow-y:auto}.phone-transcript-panel.empty{justify-content:center;align-items:center;min-height:80px;display:flex}.phone-transcript-title{letter-spacing:.04em;text-transform:uppercase;color:#ffffff80;align-items:center;gap:5px;margin-bottom:6px;font-size:10px;font-weight:600;display:flex}.phone-transcript-title:before{content:"";background:#34c759;border-radius:50%;width:6px;height:6px;animation:1.6s ease-in-out infinite incomingPulse}.phone-transcript-panel.disabled .phone-transcript-title:before{background:#8e8e93;animation:none}.phone-transcript-empty-note{color:#ffffff8c;text-align:center;padding:6px 4px;font-size:11px}.phone-transcript-panel.disabled .phone-transcript-empty-note{font-style:italic}.phone-transcript-overlay{z-index:9999;background:rgba(15, 23, 42, calc(.62 * var(--tx-op,.9)));-webkit-backdrop-filter:blur(7px);width:300px;max-height:52vh;box-shadow:0 8px 30px rgba(0, 0, 0, calc(.28 * var(--tx-op,.9)));opacity:var(--tx-op,.9);border-radius:14px;flex-direction:column;transition:opacity .15s;display:flex;position:fixed;bottom:24px;left:336px;overflow:hidden}.phone-transcript-controls{opacity:0;touch-action:none;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:8px;padding:6px 10px;transition:opacity .15s;display:flex}.phone-transcript-overlay:hover .phone-transcript-controls{opacity:1}.phone-transcript-live{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:5px;font-size:10px;font-weight:600;display:inline-flex}.phone-transcript-live .dot{background:#ef4444;border-radius:50%;width:7px;height:7px;animation:1.5s infinite pulse;box-shadow:0 0 #ef444499}.phone-transcript-controls input[type=range]{accent-color:#60a5fa;cursor:pointer;flex:1;height:3px}.phone-transcript-close{color:#fff9;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:18px;line-height:1}.phone-transcript-close:hover{color:#fff}.phone-transcript-body{flex:1;padding:2px 12px 12px;overflow-y:auto}.phone-transcript-body .phone-transcript-group{flex-direction:column;gap:3px;max-width:100%;margin:0 0 10px;display:flex}.phone-transcript-body .phone-transcript-group.self{align-items:flex-end}.phone-transcript-body .phone-transcript-group:not(.self){align-items:flex-start}.phone-transcript-body .phone-transcript-speaker{text-transform:uppercase;letter-spacing:.5px;opacity:.9;padding:0 4px;font-size:10px;font-weight:700}.phone-transcript-body .phone-transcript-group.ch0 .phone-transcript-speaker{color:#7cb2ff}.phone-transcript-body .phone-transcript-group.ch1 .phone-transcript-speaker{color:#5fe39a}.phone-transcript-body .phone-transcript-bubble{color:#fffffff5;word-break:break-word;background:#ffffff14;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:2px;max-width:88%;padding:7px 11px;font-size:13px;line-height:1.45;display:flex;box-shadow:0 1px 2px #0000002e}.phone-transcript-body .phone-transcript-group.ch0 .phone-transcript-bubble{background:#60a5fa38;border-color:#60a5fa4d;border-bottom-right-radius:5px}.phone-transcript-body .phone-transcript-group.ch1 .phone-transcript-bubble{background:#4ade8029;border-color:#4ade8042;border-bottom-left-radius:5px}.phone-transcript-body .phone-transcript-seg{display:block}.phone-transcript-body .phone-transcript-seg.interim{color:#ffffff9e;font-style:italic}.phone-transcript-body .phone-transcript-seg.interim:after{content:"";vertical-align:middle;background:currentColor;border-radius:50%;width:5px;height:5px;margin-left:5px;animation:1.2s ease-in-out infinite transcriptLiveDot;display:inline-block}@keyframes transcriptLiveDot{0%,to{opacity:.3;transform:scale(.75)}50%{opacity:.9;transform:scale(1)}}.phone-transfer-overlay{z-index:9999;-webkit-backdrop-filter:blur(14px);background:#1c1c20f7;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;width:300px;max-height:70vh;transition:left .22s cubic-bezier(.16,1,.3,1);animation:.2s cubic-bezier(.16,1,.3,1) phoneTransferOverlayIn;display:flex;position:fixed;bottom:24px;left:336px;overflow:hidden;box-shadow:0 18px 48px #00000080}@keyframes phoneTransferOverlayIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.phone-transfer-overlay--stacked{left:min(652px,100vw - 320px)}.phone-transfer-overlay-head{border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:8px;padding:12px 14px 10px;display:flex}.phone-transfer-overlay-title{letter-spacing:.2px;color:#fff;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.phone-transfer-overlay-title svg{opacity:.85}.phone-transfer-overlay-close{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;font-size:17px;line-height:1;transition:background .15s,color .15s;display:flex}.phone-transfer-overlay-close:hover{color:#fff;background:#ffffff29}.phone-transfer-overlay-body{flex:1;padding:12px 14px 14px;overflow-y:auto}.phone-transfer-overlay-body .phone-transfer-list{max-height:300px}.phone-assign-overlay{z-index:9999;-webkit-backdrop-filter:blur(14px);background:#1c1c20f7;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;width:300px;max-height:70vh;animation:.2s cubic-bezier(.16,1,.3,1) phoneAssignOverlayIn;display:flex;position:fixed;bottom:24px;left:336px;overflow:hidden;box-shadow:0 18px 48px #00000080}@keyframes phoneAssignOverlayIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.phone-assign-overlay-head{border-bottom:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:8px;padding:12px 14px 10px;display:flex}.phone-assign-overlay-title{letter-spacing:.2px;color:#fff;align-items:center;gap:7px;font-size:13px;font-weight:700;display:inline-flex}.phone-assign-overlay-title svg{opacity:.85}.phone-assign-overlay-close{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;font-size:17px;line-height:1;transition:background .15s,color .15s;display:flex}.phone-assign-overlay-close:hover{color:#fff;background:#ffffff29}.phone-assign-search{border-bottom:1px solid #ffffff0f;flex-shrink:0;padding:10px 14px}.phone-assign-input{box-sizing:border-box;color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:9px;outline:none;width:100%;padding:8px 11px;font-family:inherit;font-size:13px}.phone-assign-input::placeholder{color:#fff6}.phone-assign-input:focus{background:#ffffff1f;border-color:#0a84ff99}.phone-assign-body{flex:1;padding:8px 8px 12px;overflow-y:auto}.phone-assign-section{text-transform:uppercase;letter-spacing:.4px;color:#ffffff73;padding:6px 8px 4px;font-size:10.5px;font-weight:700}.phone-assign-empty{text-align:center;color:#ffffff80;padding:22px 16px;font-size:12px;line-height:1.5}.phone-assign-opt{cursor:pointer;color:#fff;border-radius:9px;align-items:center;gap:9px;width:100%;padding:9px 10px;transition:background .12s;display:flex}.phone-assign-opt svg{opacity:.85;flex-shrink:0}.phone-assign-opt.project{padding-left:26px}.phone-assign-opt.active,.phone-assign-opt:hover{background:#ffffff24}.phone-assign-opt-label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;overflow:hidden}.phone-assign-opt.project .phone-assign-opt-label{color:#ffffffe0;font-size:12px}.phone-assign-opt-sub{color:#fff6;white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;max-width:92px;font-size:10.5px;overflow:hidden}.phone-assign-opt-tag{text-transform:uppercase;letter-spacing:.3px;color:#30d158;background:#30d15829;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:700}.phone-assign-child-shimmer{flex-direction:column;gap:5px;padding:4px 10px 6px 26px;display:flex}.phone-assign-child-shimmer span{background:linear-gradient(90deg,#ffffff0f,#ffffff24,#ffffff0f) 0 0/200% 100%;border-radius:4px;height:10px;animation:1.2s ease-in-out infinite phoneAssignShimmer}.phone-assign-child-shimmer span:first-child{width:70%}.phone-assign-child-shimmer span:last-child{width:45%}.phone-assign-skel{align-items:center;gap:9px;padding:9px 10px;display:flex}.phone-assign-skel-ic,.phone-assign-skel-line{background:linear-gradient(90deg,#ffffff0f,#ffffff24,#ffffff0f) 0 0/200% 100%;animation:1.2s ease-in-out infinite phoneAssignShimmer}.phone-assign-skel-ic{border-radius:5px;flex-shrink:0;width:18px;height:18px}.phone-assign-skel-line{border-radius:5px;flex:1;height:11px}@keyframes phoneAssignShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.phone-assign-overlay.calls-assign-pop{-webkit-backdrop-filter:none;background:#fff;border:1px solid #e2e8f0;max-height:340px;bottom:auto;left:auto;box-shadow:0 12px 32px #0f172a29,0 2px 8px #0f172a14}.calls-assign-pop .phone-assign-overlay-head{border-bottom-color:#eef2f7}.calls-assign-pop .phone-assign-overlay-title{color:#0f172a}.calls-assign-pop .phone-assign-overlay-title svg{opacity:.7;color:#475569}.calls-assign-pop .phone-assign-overlay-close{color:#64748b;background:#f1f5f9}.calls-assign-pop .phone-assign-overlay-close:hover{color:#0f172a;background:#e2e8f0}.calls-assign-pop .phone-assign-search{border-bottom-color:#eef2f7}.calls-assign-pop .phone-assign-input{color:#0f172a;background:#f8fafc;border:1px solid #d9e2ec}.calls-assign-pop .phone-assign-input::placeholder{color:#94a3b8}.calls-assign-pop .phone-assign-input:focus{background:#fff;border-color:#0a4f9580}.calls-assign-pop .phone-assign-section,.calls-assign-pop .phone-assign-empty{color:#94a3b8}.calls-assign-pop .phone-assign-opt{color:#1e293b}.calls-assign-pop .phone-assign-opt svg{opacity:.75;color:#64748b}.calls-assign-pop .phone-assign-opt.active,.calls-assign-pop .phone-assign-opt:hover{background:#f1f5f9}.calls-assign-pop .phone-assign-opt.project .phone-assign-opt-label{color:#475569}.calls-assign-pop .phone-assign-opt-sub{color:#94a3b8;max-width:170px}.calls-assign-pop .phone-assign-clear{color:#b91c1c;border-bottom-color:#eef2f7}.calls-assign-pop .phone-assign-clear svg{opacity:.85}.calls-assign-pop .phone-assign-clear.active,.calls-assign-pop .phone-assign-clear:hover{color:#991b1b;background:#ef44441a}.calls-assign-pop .phone-assign-child-shimmer span,.calls-assign-pop .phone-assign-skel-ic,.calls-assign-pop .phone-assign-skel-line{background:linear-gradient(90deg,#0f172a0d,#0f172a1c,#0f172a0d) 0 0/200% 100%}.phone-assign-clear{cursor:pointer;color:#ffffff9e;border-bottom:1px solid #ffffff14;border-radius:8px;align-items:center;gap:9px;margin-bottom:4px;padding:9px 10px;font-size:12.5px;display:flex}.phone-assign-clear svg{opacity:.8;flex-shrink:0}.phone-assign-clear.active,.phone-assign-clear:hover{color:#fecaca;background:#ef444429}.calls-dealproject-assign{color:#94a3b8;cursor:pointer;opacity:0;background:0 0;border:1px dashed #cbd5e1;border-radius:999px;align-items:center;gap:5px;padding:2px 8px;font-size:12px;font-weight:500;transition:opacity .12s,color .12s,border-color .12s,background .12s;display:inline-flex}.calls-dealproject-assign svg{flex-shrink:0}tr:hover .calls-dealproject-assign,.calls-dealproject-assign.is-open,.calls-dealproject-assign:focus-visible{opacity:1}.calls-dealproject-assign:hover{color:#0a4f95;background:#eff6ff;border-color:#0a4f95}.calls-dealproject-cell{align-items:center;gap:6px;max-width:100%;display:inline-flex}.calls-dealproject-edit{color:#94a3b8;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;flex-shrink:0;align-items:center;padding:2px;transition:opacity .12s,color .12s,background .12s;display:inline-flex}tr:hover .calls-dealproject-edit,.calls-dealproject-edit.is-open,.calls-dealproject-edit:focus-visible,.calls-dealproject-cell:focus-within .calls-dealproject-edit{opacity:1}.calls-dealproject-edit:hover{color:#0a4f95;background:#eff6ff}.phone-dock-separator{background:#ffffff1a;flex-shrink:0;height:1px;margin:6px 12px}.phone-header,.phone-camera,.phone-statusbar{display:none}.phone-notch{z-index:30;cursor:grab;background:#1a1a1a;border-radius:0 0 16px 16px;justify-content:center;align-items:flex-start;gap:3px;width:120px;height:26px;padding-top:5px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-notch:active{cursor:grabbing}.phone-notch:after{content:"";background:#ffffff26;border-radius:2px;width:28px;height:3px;transition:all .2s}.phone-notch:hover:after{background:#ffffff4d}.phone-notch-btn{color:#ffffff8c;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;padding:3px;transition:color .12s,background .12s;display:inline-flex}.phone-notch-btn:hover{color:#fffffff2;background:#ffffff14}.phone-notch-btn.notch-settings{color:#64748b}.phone-notch-btn.notch-settings:hover{color:#1e293b;background:#0f172a0f}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn.notch-settings{color:#64748b}.phone-device:is(.phone-docked,.phone-undocking) .phone-notch-btn.notch-settings:hover{color:#1e293b;background:#0f172a0f}.phone-screen{cursor:none;isolation:isolate;background:#fff;border-radius:32px;flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden;-webkit-mask-image:-webkit-radial-gradient(#fff,#000)}.phone-screen *,.phone-screen :before,.phone-screen :after{cursor:none!important}.phone-touch-cursor{pointer-events:none;z-index:99999;opacity:0;background:#0000001f;border:1.5px solid #00000014;border-radius:50%;width:22px;height:22px;transition:opacity .12s,transform 80ms;position:fixed;transform:translate(-50%,-50%)}.phone-screen:hover~.phone-touch-cursor,.phone-screen:hover .phone-touch-cursor{opacity:1}.phone-touch-cursor.pressing{background:#0003;transform:translate(-50%,-50%)scale(.8)}.phone-screen>.iphone-home-dock{cursor:pointer;z-index:25;justify-content:center;padding:6px 0 8px;display:flex;position:absolute;bottom:0;left:0;right:0}.phone-screen>.iphone-home-dock .iphone-dock-line{background:#0003;border-radius:2px;width:110px;height:4px;transition:background .15s}.phone-screen>.iphone-home-dock:hover .iphone-dock-line{background:#00000059}.iphone-lockscreen~.iphone-home-dock .iphone-dock-line,.iphone-homescreen~.iphone-home-dock .iphone-dock-line{background:#ffffff4d}.iphone-lockscreen~.iphone-home-dock:hover .iphone-dock-line,.iphone-homescreen~.iphone-home-dock:hover .iphone-dock-line{background:#ffffff80}.iphone-lockscreen{cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(160deg,#e91e7b 0%,#c62196 15%,#8234b4 30%,#3a3fcf 50%,#1a6dd4 70%,#4db6e4 90%,#b8dce8 100%);border-radius:32px;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding-top:44px;display:flex;position:relative}.iphone-lock-icon{opacity:.8;margin-bottom:10px}.iphone-lock-time{color:#fff;letter-spacing:-1px;font-variant-numeric:tabular-nums;font-size:71px;font-weight:200;line-height:1}.iphone-lock-date{color:#ffffffd9;margin-top:6px;font-size:18px;font-weight:500}.iphone-lock-swipe{color:#ffffff80;letter-spacing:.02em;font-size:11px;font-weight:500;animation:2s ease-in-out infinite lockPulse;position:absolute;bottom:24px}@keyframes lockPulse{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.iphone-homescreen{background:linear-gradient(160deg,#6e8898 0%,#8aa5b4 30%,#9ab4b8 60%,#7a9ba5 100%);border-radius:32px;flex-direction:column;flex:1;padding:44px 16px 0;display:flex;position:relative}.iphone-home-datetime{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;padding-top:8px;display:flex}.iphone-home-grid{flex:1}.iphone-page-dots{justify-content:center;gap:6px;padding:8px 0 10px;display:flex}.iphone-dot{background:#ffffff4d;border-radius:50%;width:6px;height:6px}.iphone-dot.active{background:#fff}.iphone-dock{-webkit-backdrop-filter:blur(20px);background:#fff3;border-radius:22px;justify-content:center;gap:20px;margin:0 -4px 18px;padding:4px 24px;display:flex}.iphone-home-app{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:5px;padding:0;transition:transform .12s;display:flex}.iphone-home-app:active{transform:scale(.9)}.iphone-home-noapps{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:4px 24px 18px;display:flex}.iphone-home-noapps-title{color:#ffffffd9;text-shadow:0 1px 2px #0000004d;font-size:12px;font-weight:600}.iphone-home-noapps-cta{-webkit-backdrop-filter:blur(20px);color:#fff;cursor:pointer;background:#ffffff38;border:none;border-radius:18px;padding:8px 18px;font-size:12px;font-weight:600;transition:transform .12s,background .12s}.iphone-home-noapps-cta:active{transform:scale(.95)}.iphone-home-noapps-cta:hover{background:#ffffff52}.phone-device:is(.phone-docked,.phone-undocking) .iphone-home-noapps{gap:8px;padding:4px 12px 10px}.phone-device:is(.phone-docked,.phone-undocking) .iphone-home-noapps-cta{padding:6px 14px;font-size:11px}.iphone-home-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative;box-shadow:0 2px 8px #00000040}.iphone-home-label{color:#fff;font-family:inherit;font-size:10px;font-weight:500}.iphone-home-badge{color:#fff;background:#ef4444;border:1.5px solid #1a1a2e;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:9px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.phone-app-content{flex-direction:column;flex:1;min-height:0;padding-top:26px;display:flex;overflow:hidden}.phone-bottomnav{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-around;align-items:center;height:60px;padding:0 4px;display:flex}.phone-bottomnav-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;flex-direction:column;align-items:center;gap:3px;min-width:64px;padding:4px 0;font-family:inherit;font-size:10px;font-weight:500;transition:all .2s;display:flex}.phone-bottomnav-btn:hover{color:#64748b}.phone-bottomnav-btn.active{color:#1c1c1e}.phone-app-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .15s,box-shadow .15s;display:flex;position:relative}.phone-app-icon-phone,.phone-app-icon-msg{background:linear-gradient(#67ff81 0%,#01b41f 100%)}.phone-app-icon-teams{background:#fff;overflow:hidden}.phone-app-icon-teams img{width:38px;height:38px;display:block}.phone-app-icon.active{transform:scale(1.08);box-shadow:0 2px 8px #00000026}.teamsm-app{color:#242424;border-radius:inherit;background:#fff;flex-direction:column;flex:1;min-width:0;font-family:inherit;display:flex;position:relative;overflow:hidden}.teamsm-head{flex-shrink:0;justify-content:space-between;align-items:center;gap:10px;padding:42px 16px 12px;display:flex}.teamsm-head-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.teamsm-head h3{letter-spacing:-.045em;color:#050505;min-width:0;margin:0;font-size:32px;font-weight:800;line-height:1}.teamsm-head-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.teamsm-icon-btn,.teamsm-back,.teamsm-section-title button,.teamsm-tab,.teamsm-chip-row button,.teamsm-card-row button,.teamsm-call-segment button,.teamsm-chat-row,.teamsm-fab,.teamsm-round-fab,.teamsm-plus{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}.teamsm-icon-btn{color:#0b0b0b;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.teamsm-icon-btn svg{width:25px;height:25px}.teamsm-avatar{color:#145c3c;letter-spacing:-.02em;background:#d7f2e3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.teamsm-avatar-small{width:38px;height:38px;font-size:17px}.teamsm-avatar-tiny{width:34px;height:34px;font-size:15px}.teamsm-avatar-hero{width:118px;height:118px;font-size:48px}.teamsm-chip-row{scrollbar-width:none;gap:8px;padding:4px 14px 8px;display:flex;overflow-x:auto}.teamsm-card-row{scrollbar-width:none;align-items:center;gap:10px;padding:12px 14px;display:flex;overflow-x:auto}.teamsm-chip-row::-webkit-scrollbar{display:none}.teamsm-card-row::-webkit-scrollbar{display:none}.hscroll-wrap{position:relative}.hscroll-arrow{z-index:3;cursor:pointer;color:#444;border:none;align-items:center;width:26px;padding:0;font-size:20px;line-height:1;display:flex;position:absolute;top:0;bottom:0}.hscroll-arrow:hover{color:#000}.hscroll-arrow-left{background:linear-gradient(90deg,#fff 45%,#fff0);justify-content:flex-start;padding-left:3px;left:0}.hscroll-arrow-right{background:linear-gradient(270deg,#fff 45%,#fff0);justify-content:flex-end;padding-right:3px;right:0}.hscroll-can-pan{cursor:grab}.hscroll-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.teamsm-chip-row button{color:#262626;background:#fff;border:1px solid #dedede;border-radius:20px;flex:none;padding:8px 16px;font-size:15px}.teamsm-chip-row button.active{color:#fff;background:#5b5fc7;border-color:#5b5fc7;font-weight:700}.teamsm-card-row button{color:#3a3a3c;white-space:nowrap;background:#f4f5f7;border:1px solid #e6e7eb;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:64px;height:38px;padding:0 18px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:flex}.teamsm-card-row button:hover{color:#1f1f22;background:#e9eaef;border-color:#d6d8df}.teamsm-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 24px 88px;display:flex}.teamsm-empty-art{color:#5b5fc7;background:radial-gradient(circle at 30% 20%,#f6f0ff,#dfd9ec 70%);border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin-bottom:28px;display:flex}.teamsm-empty-art svg{width:54px;height:54px}.teamsm-empty-call{background:radial-gradient(circle at 30% 20%,#f8f2ff,#dbeef2 58%,#ffd866 59%,#a9e100)}.teamsm-empty h4,.teamsm-chat-space h4{color:#111;letter-spacing:-.02em;margin:0 0 12px;font-size:21px;font-weight:800;line-height:1.15}.teamsm-empty p,.teamsm-chat-space p{color:#737373;margin:0;font-size:17px;line-height:1.32}.teamsm-section-title{color:#262626;align-items:center;gap:8px;min-width:0;padding:6px 14px 8px;display:flex}.teamsm-section-title strong{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:20px;font-weight:500;overflow:hidden}.teamsm-section-title button{color:#777;width:30px;height:24px;margin-left:auto}.teamsm-section-title svg{width:20px;height:20px}.teamsm-chat-row{text-align:left;color:#242424;grid-template-columns:50px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-width:0;padding:10px 14px;display:grid;position:relative}.teamsm-chat-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.teamsm-chat-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:750;display:block;overflow:hidden}.teamsm-chat-row span{text-overflow:ellipsis;white-space:nowrap;color:#767676;font-size:15px;overflow:hidden}.teamsm-chat-row em{color:#737373;align-self:start;margin-top:5px;font-size:13px;font-style:normal}.teamsm-chat-logo{color:#fff;background:#5b5fc7;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:relative}.teamsm-chat-logo svg{width:22px;height:22px}.teamsm-unread-dot{box-sizing:border-box;background:#5b5fc7;border:2px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;bottom:-1px;right:-1px}.teamsm-fab,.teamsm-round-fab{color:#fff;background:#5b5fc7;justify-content:center;align-items:center;display:inline-flex;position:absolute;bottom:82px;right:18px;box-shadow:0 5px 14px #00000038}.teamsm-message-fab{border-radius:24px;gap:10px;height:48px;padding:0 18px;font-size:16px;font-weight:650}.teamsm-fab svg{width:21px;height:21px}.teamsm-round-fab{border-radius:50%;width:62px;height:62px}.teamsm-round-fab svg{width:25px;height:25px}.teamsm-round-fab span{font-size:18px;line-height:1;position:absolute;top:15px;right:13px}.teamsm-call-segment{border-bottom:1px solid #e6e6e6;grid-template-columns:repeat(3,1fr);margin-top:4px;display:grid}.teamsm-call-segment button{color:#242424;padding:14px 6px 13px;font-size:17px;position:relative}.teamsm-call-segment button.active:after{content:"";background:#5b5fc7;height:3px;position:absolute;bottom:-1px;left:0;right:0}.teamsm-tabbar{z-index:4;background:#fff;border-top:1px solid #dcdcdc;grid-template-columns:repeat(3,1fr);align-items:center;height:66px;display:grid;position:absolute;bottom:0;left:0;right:0}.teamsm-tab{color:#222;flex-direction:column;align-items:center;gap:3px;padding:5px 0 6px;font-size:13px;display:flex}.teamsm-tab svg{width:24px;height:24px}.teamsm-tab.active{color:#4f52b8}.teamsm-chat-detail{padding-top:0}.teamsm-chat-head{flex-shrink:0;align-items:center;gap:8px;padding:46px 14px 10px;display:flex}.teamsm-chat-head strong{text-overflow:ellipsis;white-space:nowrap;color:#111;min-width:0;font-size:18px;font-weight:600;overflow:hidden}.teamsm-chat-head span{color:#555;font-size:26px;line-height:1}.teamsm-back{color:#0b0b0b;width:30px;height:30px;padding:0}.teamsm-back svg{width:30px;height:30px}.teamsm-chat-space{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 28px 86px;display:flex}.teamsm-chat-space.has-messages{text-align:left;justify-content:flex-start;align-items:stretch;padding:12px 14px 88px;overflow-y:auto}.teamsm-chat-space .teamsm-avatar{margin-bottom:28px}.teamsm-self-messages{flex-direction:column;justify-content:flex-end;gap:8px;min-height:100%;display:flex}.teamsm-self-message{flex-direction:column;align-self:flex-end;gap:4px;max-width:84%;display:flex}.teamsm-self-message.incoming{align-self:flex-start}.teamsm-self-message-name{color:#6b7280;padding-left:4px;font-size:10px;font-weight:700;line-height:1}.teamsm-self-message-body{color:#fff;word-break:break-word;background:#5b5fc7;border-radius:15px 15px 5px;padding:9px 12px;font-size:15px;line-height:1.28}.teamsm-self-message.incoming .teamsm-self-message-body{color:#242424;background:#f0f2f5;border-radius:15px 15px 15px 5px}.teamsm-self-message time{color:#777;align-self:flex-end;font-size:11px;line-height:1}.teamsm-self-message.incoming time{align-self:flex-start}.teamsm-connect-card{color:#242424;background:#f7f7fb;border:1px solid #d8d8e8;border-radius:12px;flex-direction:column;gap:8px;margin:8px 12px 12px;padding:14px;display:flex}.teamsm-connect-card strong{font-size:14px;font-weight:800}.teamsm-connect-card span{color:#616161;font-size:12px;line-height:1.35}.teamsm-connect-card button,.teamsm-connect-btn{color:#fff;cursor:pointer;background:#5b5fc7;border:0;border-radius:8px;align-self:flex-start;padding:8px 12px;font-size:12px;font-weight:800}.teamsm-chat-row-static{cursor:default}.teamsm-inline-error{color:#9f1239;word-break:break-word;background:#fff1f2;border:1px solid #fecaca;border-radius:12px;margin:8px 12px;padding:8px 10px;font-size:11px;line-height:1.35}.teamsm-composer{z-index:5;background:#fff;border-top:1px solid #e8e8e8;grid-template-columns:42px minmax(0,1fr) 38px;align-items:center;gap:6px;padding:8px 12px 12px;display:grid;position:absolute;bottom:0;left:0;right:0}.teamsm-plus{color:#fff;background:#5b5fc7;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:relative}.teamsm-plus:after{content:"";background:#ef3340;border-radius:50%;width:10px;height:10px;position:absolute;top:1px;right:1px}.teamsm-plus svg{width:20px;height:20px}.teamsm-send{color:#fff;cursor:pointer;background:#5b5fc7;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;display:inline-flex}.teamsm-send:disabled{cursor:default;opacity:.38}.teamsm-send svg{width:18px;height:18px}.teamsm-message-input{color:#242424;border:1px solid #dcdcdc;border-radius:16px;align-items:center;gap:7px;min-width:0;height:42px;padding:0 8px 0 12px;display:flex}.teamsm-message-input input{color:#242424;min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:17px}.teamsm-sheet-backdrop{z-index:7;color:#242424;background:#0000005c;border:0;justify-content:stretch;align-items:flex-end;padding:0;display:flex;position:absolute;inset:0}.teamsm-add-sheet{width:100%;padding:10px 18px calc(18px + env(safe-area-inset-bottom));text-align:left;background:#fff;border-radius:18px 18px 0 0;flex-direction:column;min-height:70%;max-height:92%;display:flex;overflow:hidden}.teamsm-sheet-grab{background:#777;border-radius:4px;width:44px;height:5px;margin:0 auto 14px}.teamsm-sheet-row{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:4px;padding:12px 2px;display:grid}.teamsm-sheet-row span{color:#4f52b8;font-size:24px;line-height:1}.teamsm-sheet-row strong{font-size:20px;font-weight:500}.teamsm-new-chat-sheet{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.teamsm-new-chat-sheet>strong{color:#242424;font-size:16px;font-weight:800}.teamsm-new-chat-sheet input{width:100%;font:inherit;border:1px solid #d1d5db;border-radius:13px;outline:none;padding:10px 12px;font-size:15px}.teamsm-new-chat-sheet input:focus{border-color:#5b5fc7;box-shadow:0 0 0 3px #5b5fc729}.teamsm-new-chat-sheet>button{color:#fff;cursor:pointer;background:#5b5fc7;border:0;border-radius:13px;padding:10px 12px;font-size:14px;font-weight:800}.teamsm-new-chat-sheet>button:disabled{cursor:default;opacity:.5}.teamsm-people-results{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow-y:auto}.teamsm-people-note{color:#6b7280;padding:5px 2px;font-size:12px}.teamsm-person-result{color:#242424;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;width:100%;padding:6px 2px;display:grid}.teamsm-person-result:disabled{cursor:default;opacity:.6}.teamsm-add-sheet.teamsm-new-chat-sheet{min-height:90%;max-height:95%}@media (max-width:700px){.teamsm-sheet-backdrop{z-index:1000;position:fixed;inset:0}.teamsm-add-sheet.teamsm-new-chat-sheet{min-height:90dvh;max-height:95dvh}}.teamsm-person-avatar{color:#4f378b;background:#e8def8;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:inline-flex}.teamsm-person-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.teamsm-person-copy strong{text-overflow:ellipsis;white-space:nowrap;color:#242424;font-size:13px;font-weight:700;overflow:hidden}.teamsm-person-copy em{text-overflow:ellipsis;white-space:nowrap;color:#6b7280;font-size:11px;font-style:normal;overflow:hidden}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-avatar-hero{width:66px;height:66px;font-size:27px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-icon-btn{width:18px;height:18px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chip-row button{padding:4px 8px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-card-row{gap:5px;padding:4px 8px 7px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-card-row button{min-width:52px;height:27px;box-shadow:none;border-radius:12px;flex:none;align-items:center;padding:0 8px;font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-empty-art{width:62px;height:62px;margin-bottom:12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-empty h4,.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-space h4{margin-bottom:6px;font-size:13px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-empty p,.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-space p{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-section-title strong{font-size:12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-logo{width:27px;height:27px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-logo svg{width:14px;height:14px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-unread-dot{border-width:1.5px;width:10px;height:10px;bottom:-1px;left:auto;right:-1px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-row strong{letter-spacing:-.01em;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-row span,.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-row em{font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-row em{text-align:right;margin-top:3px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-tabbar{align-items:end;height:48px;padding-bottom:6px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-message-fab{border-radius:50%;gap:0;width:30px;height:30px;padding:0;font-size:0;bottom:58px;right:8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-message-fab span{display:none}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-message-fab svg{width:14px;height:14px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-round-fab{width:32px;height:32px;bottom:58px;right:9px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-call-segment button{padding:8px 4px 7px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-head{gap:5px;padding:27px 8px 7px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-head strong{font-size:12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-back,.phone-device:is(.phone-docked,.phone-undocking) .teamsm-back svg{width:20px;height:20px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-space{padding:0 16px 58px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-space.has-messages{padding:7px 7px 50px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-space .teamsm-avatar{margin-bottom:12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-self-messages{gap:5px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-self-message{max-width:88%}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-self-message-body{border-radius:10px 10px 4px;padding:5px 7px;font-size:10px;line-height:1.22}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-self-message time{font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-composer{grid-template-columns:27px minmax(0,1fr) 25px;gap:4px;padding:5px 7px 7px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-plus{width:24px;height:24px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-plus svg{width:14px;height:14px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-send{width:24px;height:24px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-send svg{width:13px;height:13px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-message-input{border-radius:10px;height:28px;padding-left:7px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-message-input input{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-add-sheet{border-radius:13px 13px 0 0;min-height:0;max-height:58%;padding:6px 10px 10px;overflow-y:auto}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-add-sheet.teamsm-new-chat-sheet{min-height:90%;max-height:95%;padding:8px 12px 12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-sheet-grab{width:32px;height:3px;margin-bottom:8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-sheet-row{grid-template-columns:25px minmax(0,1fr);padding:6px 0}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-sheet-row span{font-size:15px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-sheet-row strong{font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-new-chat-sheet{gap:6px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-new-chat-sheet>strong{font-size:12px;line-height:1.15}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-new-chat-sheet input{border-radius:9px;padding:7px 9px;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-new-chat-sheet>button{border-radius:9px;min-height:28px;padding:7px 9px;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-people-results{flex:none;max-height:92px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-new-chat-sheet .teamsm-people-results{flex:1;max-height:none}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-people-note{padding:3px 1px;font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-person-result{grid-template-columns:23px minmax(0,1fr);gap:6px;padding:4px 1px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-person-avatar{width:22px;height:22px;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-person-copy strong{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-person-copy em{font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-app{scrollbar-width:none;padding-bottom:56px;overflow-y:auto}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-app::-webkit-scrollbar{display:none}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-head{gap:6px;padding:22px 10px 6px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-head h3{letter-spacing:-.02em;font-size:16px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-head-left{gap:6px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-head-actions{gap:2px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-icon-btn{width:26px;height:26px;padding:0}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-icon-btn svg{width:14px;height:14px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-avatar-small{width:26px;height:26px;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-avatar-tiny{width:22px;height:22px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-card-row{align-items:center;gap:5px;padding:7px 8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-card-row button{min-width:0;height:30px;box-shadow:none;border-radius:999px;flex:none;align-items:center;padding:0 13px;font-size:11px;font-weight:600}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chip-row{gap:5px;padding:4px 8px 6px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chip-row button{border-radius:999px;padding:4px 9px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-section-title{gap:5px;padding:4px 9px 3px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-section-title strong{font-size:11px;font-weight:600}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-section-title span{font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-section-title button{width:20px;height:18px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-section-title svg{width:12px;height:12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-connect-card{border-radius:8px;gap:4px;margin:4px 8px 6px;padding:8px 10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-connect-card strong{font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-connect-card span{font-size:10px;line-height:1.3}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-connect-card button,.phone-device:is(.phone-docked,.phone-undocking) .teamsm-connect-btn{border-radius:6px;padding:5px 9px;font-size:10px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-empty{padding:10px 12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-empty-art svg{width:36px;height:36px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-empty h4,.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-space h4{font-size:12px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-empty p,.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-space p{font-size:10px;line-height:1.35}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-chat-row{grid-template-columns:30px minmax(0,1fr) auto;gap:6px;padding:5px 9px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-tabbar{border-top-width:1px;height:38px;bottom:14px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-tab{gap:1px;padding:4px 0 0;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-tab svg{width:14px;height:14px}.phone-device:is(.phone-docked,.phone-undocking) .teamsm-tab span{font-size:8px;font-weight:600;line-height:1}.phone-segment-wrap{flex-shrink:0;justify-content:center;padding:8px 16px 6px;display:flex}.phone-segment{background:#e5e5ea;border-radius:7px;width:100%;padding:2px;display:flex}.phone-segment-btn{color:#1c1c1e;cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;padding:5px 0;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,box-shadow .15s}.phone-segment-btn.active{background:#fff;box-shadow:0 1px 3px #0000001f,0 0 0 .5px #0000000a}.phone-unread-badge{color:#fff;text-align:center;background:#ef4444;border-radius:8px;min-width:14px;padding:0 4px;font-size:8px;font-weight:700;line-height:14px;position:absolute;top:-4px;right:0;box-shadow:0 1px 3px #ef44444d}.phone-number-display{text-align:center;color:#000;letter-spacing:1px;white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0;height:40px;padding:4px 12px 0;font-family:inherit;font-weight:300;transition:opacity .15s;overflow:hidden}.phone-number-display-named{letter-spacing:0;flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex}.phone-dialer-name{color:#000;text-overflow:ellipsis;max-width:100%;font-size:22px;font-weight:500;overflow:hidden}.phone-dialer-subnum{color:#8e8e93;letter-spacing:.5px;font-variant-numeric:tabular-nums;font-size:13px;font-weight:400}.phone-device:is(.phone-docked,.phone-undocking) .phone-number-display-named{height:28px}.phone-device:is(.phone-docked,.phone-undocking) .phone-dialer-name{font-size:15px}.phone-device:is(.phone-docked,.phone-undocking) .phone-dialer-subnum{font-size:10px}.phone-keypad-suggestions{flex-direction:column;flex-shrink:0;justify-content:center;height:62px;padding:5px 20px;display:flex}.phone-keypad-suggest-row{color:#1c1c1e;cursor:pointer;white-space:nowrap;border-bottom:.5px solid #e5e5ea;align-items:center;gap:6px;padding:6px 12px;font-size:12px;display:flex;overflow:hidden}.phone-keypad-suggest-row:last-child{border-bottom:none}.phone-keypad-suggest-row:hover{background:#f3f4f6;border-radius:8px}.phone-keypad-suggest-name{text-overflow:ellipsis;flex-shrink:1;min-width:0;font-weight:600;overflow:hidden}.phone-keypad-suggest-phone{color:#8e8e93;flex-shrink:0}.phone-keypad{grid-template-columns:repeat(3,1fr);justify-items:center;gap:8px 14px;padding:4px 20px;display:grid}.phone-key{cursor:pointer;-webkit-user-select:none;user-select:none;background:#00000005;border:1px solid #d1d1d6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:54px;height:54px;padding:0;font-family:inherit;transition:background .1s;display:flex}.phone-key:hover{background:#d4d4d9}.phone-key:active{background:#d1d1d6;border-color:#b8b8bc}.phone-key-num{color:#000;font-size:1.4rem;font-weight:300;line-height:1}.phone-key-letters{color:#000;letter-spacing:1.8px;text-transform:uppercase;margin-top:1px;font-size:.45rem;font-weight:600}.phone-call-btn{cursor:pointer;background:#34c759;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:background .15s,transform .1s,box-shadow .15s;display:flex;box-shadow:0 4px 14px #34c75966}.phone-call-btn:hover{background:#2db84e;transform:scale(1.06);box-shadow:0 6px 20px #34c75980}.phone-call-btn:disabled{opacity:.5;box-shadow:none;cursor:default;background:#34c759;transform:none}.phone-call-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:24px;height:24px;animation:.7s linear infinite phoneSpinCall}@keyframes phoneSpinCall{to{transform:rotate(360deg)}}.phone-backspace-btn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:color .1s,background .1s;display:flex}.phone-backspace-btn:hover{color:#475569;background:#f1f5f9}.phone-search-wrap{padding:8px 12px 0;position:relative}.phone-search{box-sizing:border-box;color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;outline:none;width:100%;padding:8px 36px 8px 32px;font-family:inherit;font-size:12px;transition:border-color .15s,background .15s}.phone-search:focus{background:#fff;border-color:#00897b}.phone-search::placeholder{color:#94a3b8}.phone-search-results{z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-height:140px;position:absolute;top:calc(100% + 2px);left:12px;right:12px;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.phone-search-result-item{cursor:pointer;align-items:center;gap:10px;padding:8px 14px;transition:background .1s;display:flex}.phone-search-result-item:hover{background:#f8fafc}.phone-result-avatar{color:#00695c;background:linear-gradient(135deg,#e0f2f1,#b2dfdb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex}.phone-result-info{flex-direction:column;gap:1px;min-width:0;display:flex}.phone-result-name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:1.3;overflow:hidden}.phone-result-sub{color:#94a3b8;font-size:10px;line-height:1.3}.ios-search-call-btn{cursor:pointer;background:#e5e5ea;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ios-search-call-btn:hover{background:#d4d4d9}.phone-empty-state{text-align:center;background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:40px 28px 32px;display:flex}.phone-empty-icon{background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:16px;display:flex}.phone-empty-title{color:#1e293b;margin:0 0 6px;font-size:15px;font-weight:700}.phone-empty-desc{color:#94a3b8;max-width:220px;margin:0 0 20px;font-size:12px;line-height:1.5}.phone-empty-cta{color:#fff;cursor:pointer;background:#00897b;border:none;border-radius:20px;padding:8px 20px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s}.phone-empty-cta:hover{background:#00796b}.phone-rc-connect-gate{background:#fff;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.phone-rc-connect{text-align:center;flex-direction:column;align-items:center;gap:12px;margin:auto;padding:24px 22px 26px;display:flex}.phone-rc-connect-icon{background:#eef4fb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:inset 0 0 0 1px #0054a91f,0 1px 2px #0f172a0f}.phone-rc-connect-title{letter-spacing:-.01em;color:#0f172a;margin:0;font-size:16px;font-weight:700}.phone-rc-connect-desc{color:#64748b;max-width:200px;margin:0;font-size:12.5px;line-height:1.45}.phone-rc-connect-cta{letter-spacing:.01em;color:#fff;cursor:pointer;background:#0054a9;border:none;border-radius:10px;flex-shrink:0;width:100%;max-width:200px;margin-top:6px;padding:11px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:background .14s cubic-bezier(.16,1,.3,1),box-shadow .14s cubic-bezier(.16,1,.3,1),transform .1s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 2px #0054a947,0 4px 12px #0054a933}.phone-rc-connect-cta:hover{background:#00468c;transform:translateY(-1px);box-shadow:0 2px 4px #0054a94d,0 8px 20px #0054a93d}.phone-rc-connect-cta:active{transform:translateY(0)scale(.98);box-shadow:0 1px 2px #0054a947}.phone-rc-connect-cta:focus-visible{outline-offset:2px;outline:2px solid #0054a959}.phone-device:is(.phone-docked,.phone-undocking) .phone-rc-connect{gap:9px;padding:16px 16px 18px}.phone-device:is(.phone-docked,.phone-undocking) .phone-rc-connect-icon{width:44px;height:44px}.phone-device:is(.phone-docked,.phone-undocking) .phone-rc-connect-title{font-size:15px}.phone-device:is(.phone-docked,.phone-undocking) .phone-rc-connect-desc{max-width:176px;font-size:11.5px}.phone-device:is(.phone-docked,.phone-undocking) .phone-rc-connect-cta{margin-top:4px;padding:10px 16px;font-size:12.5px}.sms-conv-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:12px 16px;transition:background .1s;display:flex}.sms-conv-item:hover{background:#f8fafc}.sms-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:16px;font-weight:600;display:flex;box-shadow:0 2px 6px #0000001a}.sms-bubble{word-break:break-word;max-width:78%;padding:8px 12px;font-size:13px;line-height:1.5}.sms-bubble-sent{color:#fff;background:#00897b;border-radius:18px 18px 4px;margin-left:auto;box-shadow:0 1px 3px #00897b33}.sms-bubble-received{color:#1e293b;background:#f1f5f9;border-radius:18px 18px 18px 4px;box-shadow:0 1px 2px #0000000a}.sms-bubble-time{opacity:.6;text-align:right;margin-top:2px;font-size:9px}.sms-date-separator{justify-content:center;padding:8px 0 4px;display:flex}.sms-date-separator span{color:#8e8e93;letter-spacing:-.1px;font-size:11px;font-weight:600}.sms-compose{background:#fff;flex-shrink:0;align-items:center;gap:8px;padding:8px 12px 18px;display:flex}.sms-compose-input{resize:none;background:#e5e5ea;border:none;border-radius:18px;outline:none;flex:1;max-height:80px;padding:8px 12px;font-family:inherit;font-size:13px;line-height:1.35;transition:border-color .15s,background .15s;overflow:hidden}.sms-compose-input:focus{background:#fff;border-color:#00897b}.sms-send-btn{cursor:pointer;background:#00897b;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,transform .1s;display:flex;box-shadow:0 2px 6px #00897b40}.sms-send-btn:hover{background:#00796b;transform:scale(1.05)}.sms-send-btn:disabled{cursor:default;box-shadow:none;background:#e2e8f0;transform:none}.sms-thread-header{background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:10px;padding:10px 12px;display:flex}.sms-fab{cursor:pointer;z-index:5;background:#00897b;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .1s;display:flex;position:absolute;bottom:70px;right:16px;box-shadow:0 4px 12px #00897b59}.sms-fab:hover{background:#00796b;transform:scale(1.08)}.phone-recents{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.phone-recents::-webkit-scrollbar{width:3px}.phone-recents::-webkit-scrollbar-track{background:0 0}.phone-recents::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.phone-recents::-webkit-scrollbar-thumb:hover{background:#94a3b8}.phone-recents:has(.phone-recents-empty){justify-content:center;align-items:center}.phone-recents-empty{color:#94a3b8;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;display:flex}.phone-recents-empty p{margin:0;font-size:12px}.phone-contact-row{cursor:pointer;border-bottom:.5px solid #0000000f;align-items:center;gap:10px;padding:8px 14px;transition:background .1s;display:flex}.phone-contact-row:hover{background:#0000000a}.phone-contact-row:active{background:#00000014}.phone-contact-avatar{color:#fff;background:linear-gradient(135deg,#a8b8d8,#8e8e93);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:600;display:flex}.phone-device:is(.phone-docked,.phone-undocking) .phone-contact-row{gap:6px;padding:5px 8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-contact-avatar{width:24px;height:24px;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-contact-row div[style*="fontSize: 14"]{font-size:11px!important}.phone-device:is(.phone-docked,.phone-undocking) .phone-contact-row div[style*="fontSize: 11"]{font-size:9px!important}.phone-recent-item{cursor:pointer;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:10px 14px;transition:background .12s;display:flex}.phone-recent-item:hover{background:#f8fafc}.phone-recent-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 1px 3px #0000000f}.phone-recent-content{flex:1;min-width:0}.phone-voicemail-row{background:0 0;border-bottom:.5px solid #0000001a}.phone-voicemail-row.expanded{background:#f5f8fa}.phone-voicemail-item{cursor:pointer;align-items:center;gap:10px;padding:10px 12px;display:flex}.phone-voicemail-dot{vertical-align:middle;background:#007aff;border-radius:4px;flex-shrink:0;width:8px;height:8px;margin-right:6px;display:inline-block;position:relative;top:-1px}.phone-voicemail-dot-spacer{background:0 0;height:8px;margin-right:0}.phone-voicemail-content{flex:1;min-width:0}.phone-voicemail-title{color:#1c1c1e;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.phone-voicemail-sub{color:#8e8e93;-webkit-line-clamp:2;white-space:normal;word-break:break-word;-webkit-box-orient:vertical;min-height:2.6em;font-size:10px;line-height:1.3;display:-webkit-box;overflow:hidden}.phone-voicemail-sub-when{opacity:.85}.phone-voicemail-meta{color:#8e8e93;font-variant-numeric:tabular-nums;flex-direction:column;flex-shrink:0;align-items:flex-end;gap:0;font-size:10px;line-height:1.15;display:flex}.phone-voicemail-meta-when,.phone-voicemail-meta-date,.phone-voicemail-meta-time,.phone-voicemail-meta-dur{white-space:nowrap}.phone-voicemail-meta-dur{color:#6e6e73;font-size:9px}.phone-voicemail-duration{color:#8e8e93;flex-shrink:0;font-size:10px}.phone-voicemail-chev{flex-shrink:0;transition:transform .15s}.phone-recent-title{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.phone-recent-sub{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.phone-recent-sub-when{opacity:.85}.phone-device:is(.phone-docked,.phone-undocking) .phone-recent-item{gap:7px;padding:5px 9px}.phone-device:is(.phone-docked,.phone-undocking) .phone-recent-avatar{width:24px;height:24px;box-shadow:none}.phone-device:is(.phone-docked,.phone-undocking) .phone-recent-avatar svg{width:10px;height:10px}.phone-device:is(.phone-docked,.phone-undocking) .phone-recent-title{letter-spacing:-.01em;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .phone-recent-sub{font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-recent-sub-when{display:none}.phone-device:is(.phone-docked,.phone-undocking) .phone-star-btn{width:20px;height:20px}.phone-device:is(.phone-docked,.phone-undocking) .phone-star-btn svg{width:11px;height:11px}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-item{gap:7px;padding:5px 9px}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-dot{border-radius:3px;width:5px;height:5px;margin-right:4px;top:0}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-dot-spacer{width:5px;height:5px;margin-right:4px}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-title{letter-spacing:-.01em;font-size:11px}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-sub{min-height:2.5em;font-size:8px;line-height:1.25}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-sub-when{display:none}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-duration{font-size:9px}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-meta{gap:0;font-size:8px;line-height:1.1}.phone-device:is(.phone-docked,.phone-undocking) .phone-voicemail-chev{width:8px;height:8px}@keyframes iosCallFadeIn{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.har-active-call-header{cursor:grab;background:0 0;padding:8px 12px 4px;position:relative}.har-active-call-header:active{cursor:grabbing}.har-calling-header-btn{color:#fffc;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;align-items:center;padding:5px;transition:background .15s;display:flex}.har-calling-header-btn:hover{color:#fff;background:#ffffff40}.har-calling-header-btn.light{color:#ffffffb3}.har-calling-header-btn.light:hover{color:#fff;background:#fff3}.har-active-call-status-row{align-items:center;gap:8px;display:flex}.har-active-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.har-active-status-dot.connected{background:#34d399;animation:2s ease-in-out infinite dotPulse;box-shadow:0 0 6px #34d39999}.har-active-status-dot.ringing{background:#fbbf24;animation:1s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.4}}.har-active-status-label{color:#ffffffb3;font-size:12px;font-weight:500}.har-active-timer{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.04em;font-size:12px;font-weight:600}.har-active-contact-section{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:28px 16px 16px;display:flex}.har-active-avatar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;letter-spacing:-.02em;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:12px;font-size:26px;font-weight:600;display:flex;box-shadow:0 0 20px #ffffff1a}.har-active-contact-info{text-align:center}.har-active-contact-name{color:#fff;letter-spacing:-.01em;font-size:20px;font-weight:600;line-height:1.3}.har-active-contact-company{color:#fff9;margin-top:3px;font-size:13px}.har-active-actions-row{flex-wrap:nowrap;flex-shrink:0;justify-content:center;gap:20px;min-width:0;padding:16px 20px 8px;display:flex}.har-active-action-btn{color:#fffc;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;padding:0;font-family:inherit;font-size:10px;font-weight:500;display:flex}.har-active-action-btn svg{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-sizing:border-box;background:#ffffff26;border-radius:50%;flex-shrink:0;width:52px;height:52px;padding:14px;transition:background .15s,transform .1s}.har-active-action-btn:hover svg{background:#ffffff40}.har-active-action-btn:active svg{transform:scale(.93)}.har-active-action-btn.active svg{color:#1a1a1a;background:#fff}.har-active-action-btn.hangup svg{color:#fff;background:#ff3b30;padding:15px}.har-active-action-btn.hangup:hover svg{background:#e8342a}.har-active-secondary-row{border-top:1px solid #ffffff14;justify-content:center;gap:8px;margin-top:auto;padding:8px 20px 12px;display:flex}.har-active-secondary-btn{color:#ffffffd9;cursor:pointer;background:#ffffff1a;border:none;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:10px 4px;font-family:inherit;font-size:10px;font-weight:500;transition:background .15s;display:flex}.har-active-secondary-btn:hover:not(:disabled){background:#ffffff2e}.har-active-secondary-btn:disabled{opacity:.45;cursor:not-allowed}.phone-incall-panel{z-index:6;background:#232327;border:1px solid #ffffff24;border-radius:14px;max-height:52%;padding:10px 12px;animation:.18s cubic-bezier(.16,1,.3,1) incallPanelIn;position:absolute;bottom:76px;left:10px;right:10px;overflow-y:auto;box-shadow:0 14px 36px #0000008c}@keyframes incallPanelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.phone-device:is(.phone-docked,.phone-undocking) .phone-incall-panel{padding:8px 10px;bottom:63px;left:8px;right:8px}.phone-transfer-seg{background:#ffffff14;border-radius:9px;gap:2px;margin-bottom:7px;padding:2px;display:flex}.phone-transfer-seg button{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;padding:6px 4px;font-family:inherit;font-size:11px;font-weight:600;transition:background .15s,color .15s}.phone-transfer-seg button.active{color:#fff;background:#ffffff29}.phone-transfer-hint{color:#ffffff80;margin-bottom:8px;font-size:10px;line-height:1.35}.phone-transfer-entry{gap:6px;margin-bottom:10px;display:flex}.phone-transfer-entry input{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;outline:none;flex:1;min-width:0;padding:7px 9px;font-family:inherit;font-size:12px}.phone-transfer-entry input::placeholder{color:#fff6}.phone-transfer-go{color:#fff;cursor:pointer;background:#0a84ff;border:none;border-radius:8px;flex-shrink:0;padding:7px 12px;font-family:inherit;font-size:11px;font-weight:600;transition:opacity .15s,background .15s}.phone-transfer-go:disabled{opacity:.4;cursor:not-allowed}.phone-transfer-label{letter-spacing:.4px;text-transform:uppercase;color:#fff6;margin-bottom:5px;font-size:10px;font-weight:600}.phone-transfer-list{flex-direction:column;gap:4px;max-height:120px;display:flex;overflow-y:auto}.phone-transfer-target{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;font-size:12px;transition:background .15s;display:flex}.phone-transfer-target:hover:not(:disabled){background:#ffffff29}.phone-transfer-target:disabled{color:#fff6;cursor:not-allowed;background:#ffffff0a}.phone-transfer-avatar{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:600;display:flex}.phone-transfer-name{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.phone-transfer-ext{color:#ffffff80;flex-shrink:0;margin-left:auto;font-size:10px}.phone-consult{flex-direction:column;gap:9px;display:flex}.phone-consult-head{align-items:center;gap:7px;display:flex}.phone-consult-dot{background:#fff6;border-radius:50%;flex-shrink:0;width:8px;height:8px}.phone-consult-dot.on{background:#30d158;box-shadow:0 0 0 3px #30d1582e}.phone-consult-dot.ring{background:#ffd60a;animation:1s ease-in-out infinite consultPulse}.phone-consult-dot.off{background:#ff453a}@keyframes consultPulse{0%,to{opacity:1}50%{opacity:.3}}.phone-consult-title{color:#fff;font-size:12.5px;font-weight:600;line-height:1.3}.phone-consult-held{color:#ffffff8c;align-items:center;gap:5px;font-size:11px;display:flex}.phone-consult-held svg{opacity:.7}.phone-consult-error{color:#ffb4ad;background:#ff453a1f;border-radius:7px;padding:6px 8px;font-size:11px;line-height:1.35}.phone-consult-actions{gap:7px;margin-top:2px;display:flex}.phone-consult-btn{cursor:pointer;border:none;border-radius:9px;flex:1;padding:9px 6px;font-family:inherit;font-size:12px;font-weight:600;transition:opacity .15s,background .15s}.phone-consult-btn:disabled{opacity:.4;cursor:not-allowed}.phone-consult-btn.cancel{color:#fff;background:#ffffff24}.phone-consult-btn.cancel:hover:not(:disabled){background:#ffffff38}.phone-consult-btn.complete{color:#07210f;background:#30d158}.phone-consult-btn.complete:hover:not(:disabled){background:#28bd4d}.phone-consult-btn.resume{color:#fff;background:#0a84ff}.phone-consult-btn.resume:hover:not(:disabled){background:#0a78e6}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-seg button{padding:4px 2px;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-hint{margin-bottom:5px;font-size:7px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-entry{gap:4px;margin-bottom:7px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-entry input{padding:5px 6px;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-go{padding:5px 7px;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-label{font-size:7px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-list{max-height:92px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-target{gap:5px;padding:5px 7px;font-size:8px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-avatar{width:17px;height:17px;font-size:7px}.phone-device:is(.phone-docked,.phone-undocking) .phone-transfer-ext{font-size:7px}.phone-device:is(.phone-docked,.phone-undocking) .phone-consult{gap:6px}.phone-device:is(.phone-docked,.phone-undocking) .phone-consult-title{font-size:8.5px}.phone-device:is(.phone-docked,.phone-undocking) .phone-consult-held{font-size:7.5px}.phone-device:is(.phone-docked,.phone-undocking) .phone-consult-error{padding:4px 6px;font-size:7.5px}.phone-device:is(.phone-docked,.phone-undocking) .phone-consult-btn{border-radius:7px;padding:6px 4px;font-size:8.5px}.phone-device:is(.phone-docked,.phone-undocking) .phone-consult-dot{width:6px;height:6px}.har-desk-mirror{z-index:30;border-radius:inherit;background:linear-gradient(#1c1c1e 0%,#2c2c2e 40%,#1c1c1e 100%);flex-direction:column;animation:.35s cubic-bezier(.32,.72,0,1) iosCallFadeIn;display:flex;position:absolute;inset:0;overflow:hidden}.har-desk-mirror-tag{letter-spacing:.5px;text-transform:uppercase;color:#ffffff8c;background:#ffffff14;border-radius:999px;margin-top:10px;padding:3px 10px;font-size:9.5px;font-weight:700}.har-desk-mirror-hint{text-align:center;color:#ffffff73;flex-shrink:0;padding:0 16px 8px;font-size:10.5px}.phone-incall-keypad{flex-shrink:0;grid-template-columns:repeat(3,1fr);justify-items:center;gap:6px;padding:4px 28px 8px;display:grid}.phone-incall-key{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f1f5f9;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;transition:background .1s;display:flex}.phone-incall-key:hover{background:#e2e8f0}.phone-incall-key:active{background:#cbd5e1;transform:scale(.95)}.phone-incall-key .phone-key-num{font-size:16px}.phone-incall-key .phone-key-letters{font-size:7px}@keyframes iosSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes iosSheetFadeIn{0%{opacity:0}to{opacity:1}}.ios-sheet-overlay{animation:.2s ease-out iosSheetFadeIn}.ios-sheet-panel{animation:.4s cubic-bezier(.32,.72,0,1) iosSheetSlideUp}.har-review-sheet-font,.ios-sheet-panel{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif}.har-review-grabber-wrap{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:8px 0 4px;display:flex}.har-review-grabber{background:#c7c7cc;border-radius:3px;width:36px;height:5px}.har-review-header{background:#fff;justify-content:space-between;align-items:center;gap:8px;padding:4px 14px 8px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;display:flex;position:relative}.har-review-tabs{background:#f2f2f7;border-radius:9px;gap:2px;padding:2px;display:inline-flex}.har-review-tab{color:#3c3c43;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:7px;padding:5px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .18s,color .18s,box-shadow .18s}.har-review-tab.active{color:#00796b;background:#fff;font-weight:600;box-shadow:0 1px 3px #0000001f}.har-review-tab:not(.active):hover{color:#1c1c1e}.har-review-done-btn{color:#fff;cursor:pointer;background:#00897b;border:none;border-radius:18px;flex-shrink:0;align-items:center;gap:5px;padding:6px 16px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,transform .1s;display:flex}.har-review-done-btn:hover{background:#00796b}.har-review-done-btn:active{transform:scale(.96)}.har-review-progress-bar{background:#f2f2f7;height:2px;overflow:hidden}.har-review-progress-fill{background:#00897b8c;height:100%;transition:width .4s}.har-review-dropdowns-row{gap:8px;padding:12px 14px 8px;display:flex}.har-review-select{color:#1c1c1e;cursor:pointer;appearance:auto;background:#f2f2f7;border:none;border-radius:10px;outline:none;flex:1;min-height:38px;padding:8px 10px;font-family:inherit;font-size:13px;transition:box-shadow .15s}.har-review-select:focus{box-shadow:inset 0 0 0 1.5px #00897b}.har-review-assign-row{padding:4px 14px 0}.har-review-assign-btn{color:#00897b;cursor:pointer;background:#f2f2f7;border:1px dashed #b6d9d4;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;min-height:38px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:flex}.har-review-assign-btn:hover{background:#e9f6f4;border-color:#00897b}.har-review-assign-btn svg{opacity:.9;flex-shrink:0}.har-review-assign-chip{background:#e9f6f4;border:1px solid #cceae5;border-radius:10px;align-items:stretch;gap:6px;padding:4px 4px 4px 0;display:flex;overflow:hidden}.har-review-assign-chip.project{background:#eef1fb;border-color:#d6ddf6}.har-review-assign-chip-body{cursor:pointer;text-align:left;background:0 0;border:none;flex:1;align-items:center;gap:8px;min-width:0;padding:5px 4px 5px 11px;font-family:inherit;display:flex}.har-review-assign-chip-body svg{color:#00897b;flex-shrink:0}.har-review-assign-chip.project .har-review-assign-chip-body svg{color:#4c5fd0}.har-review-assign-chip-text{flex-direction:column;gap:1px;min-width:0;display:flex}.har-review-assign-chip-label{color:#1c1c1e;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.har-review-assign-chip-sub{color:#8a8a8e;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.har-review-assign-chip-x{color:#6b6b70;cursor:pointer;background:#0000000d;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:26px;height:26px;font-size:17px;line-height:1;transition:background .15s,color .15s;display:flex}.har-review-assign-chip-x:hover{color:#1c1c1e;background:#0000001a}.har-review-assign-error{color:#dc2626;margin-top:5px;font-size:12px;font-weight:500}.har-review-notes-section{background:#fff;border:1px solid #e5e5ea;border-radius:12px;margin:4px 14px 0;overflow:hidden;box-shadow:0 1px 3px #0000000a}.har-review-notes-textarea{box-sizing:border-box;resize:none;color:#1c1c1e;background:#fff;border:none;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.6}.har-review-notes-textarea::placeholder{color:#c7c7cc}.har-review-footer{justify-content:space-between;align-items:center;padding:12px 14px 14px;display:flex}.har-review-followup-btn{color:#00897b;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;transition:color .12s,opacity .12s}.har-review-followup-btn:hover{color:#00796b}.har-review-followup-btn:active{opacity:.6}.har-review-saved-indicator{color:#22c55e;align-items:center;gap:4px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,sans-serif;font-size:12px;font-weight:600;display:flex}.har-calling-minimized-badge{color:#fff;cursor:pointer;z-index:9998;background:#0f172a;border-radius:28px;align-items:center;gap:10px;padding:10px 18px;font-size:13px;font-weight:600;transition:background .15s,transform .15s;animation:.2s cubic-bezier(.16,1,.3,1) phoneSlideIn;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 32px #00000040}.har-calling-minimized-badge:hover{background:#1e293b;transform:scale(1.03)}.phone-error-banner{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;margin:0 12px 4px;padding:6px 10px;font-size:10px;font-weight:500}.phone-settings-dropdown{z-index:40;-webkit-backdrop-filter:blur(20px);background:#fffffff7;border-radius:16px 16px 0 0;animation:.25s cubic-bezier(.16,1,.3,1) phoneSheetUp;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 40px #0003;cursor:auto!important}@keyframes phoneSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.phone-settings-item{cursor:pointer;border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding:10px 14px;transition:background .1s;display:flex}.phone-settings-item:hover{background:#f8fafc}.phone-settings-item:last-child{border-bottom:none}.hr-section-header{cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.hr-section-title{color:#1e293b;margin:0;font-size:.92rem;font-weight:600}.hr-section-chevron{color:#94a3b8;align-items:center;transition:transform .2s;display:flex}.hr-section-chevron.expanded{transform:rotate(180deg)}.hr-section-header:hover .hr-section-title,.hr-section-header:hover .hr-section-chevron{color:#1976d2}.hs-status-badge.construction{color:#92400e;background:#fef3c7}.hs-status-badge.painting{color:#1e40af;background:#dbeafe}.hs-status-badge.windows-doors{color:#5b21b6;background:#ede9fe}.hs-status-badge.active{color:#166534;background:#dcfce7}.hs-status-badge.probation{color:#92400e;background:#fef3c7}.hs-status-badge.leave{color:#3730a3;background:#e0e7ff}.hs-status-badge.terminated{color:#991b1b;background:#fee2e2}.hs-status-badge.pip{color:#92400e;background:#fef3c7}.hr-reveal-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:4px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:.75rem;display:inline-flex}.hr-reveal-btn:hover{color:#1976d2;border-color:#1976d2}.hr-repeater-row{border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:12px 0;display:grid}.hr-repeater-row:last-child{border-bottom:none}.hr-add-btn{color:#64748b;cursor:pointer;background:0 0;border:1px dashed #d1d5db;border-radius:6px;align-items:center;gap:4px;margin-top:8px;padding:8px 16px;font-size:.82rem;display:inline-flex}.hr-add-btn:hover{color:#1976d2;border-color:#1976d2}.hr-doc-stat-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.hr-doc-stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px}.hr-doc-stat-card .stat-label{color:#64748b;margin-bottom:6px;font-size:.78rem;font-weight:500}.hr-doc-stat-card .stat-value{font-size:1.6rem;font-weight:700}.hr-sig-canvas-wrap{background:#fff;border:2px dashed #d1d5db;border-radius:8px;margin-bottom:8px;overflow:hidden}.hr-sig-canvas-wrap canvas{cursor:crosshair;touch-action:none;width:100%;display:block}.hr-sig-type-preview{background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;align-items:center;min-height:60px;padding:16px 20px;display:flex}.hr-sig-type-preview span{color:#1f2937;font-family:Dancing Script,cursive,serif;font-size:2rem;font-style:italic}.hr-onboard-progress{background:#e5e7eb;border-radius:4px;height:8px;margin-bottom:20px;overflow:hidden}.hr-onboard-progress-fill{border-radius:4px;height:100%;transition:width .3s}.hr-employer-split{height:calc(100% - 48px);display:flex}.hr-employer-list{background:#fafbfc;border-right:1px solid #e5e7eb;width:360px;overflow-y:auto}.hr-employer-list-item{cursor:pointer;border-bottom:1px solid #e5e7eb;padding:14px 16px;transition:background .15s}.hr-employer-list-item:hover{background:#f1f5f9}.hr-employer-list-item.selected{background:#eff6ff}.hr-employer-detail{flex:1;padding:24px;overflow-y:auto}.npe-page{flex-direction:column;height:100%;display:flex}.npe-toolbar{z-index:10;background:#fff;border-bottom:1px solid #dfe3eb;justify-content:space-between;align-items:center;min-height:56px;padding:12px 24px;display:flex;position:sticky;top:0}.npe-toolbar-left{flex:none;align-items:center;display:flex}.npe-back-btn{color:#1976d2;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.88rem;font-weight:500;display:inline-flex}.npe-back-btn:hover{color:#007a8c;background:#f5f8fa}.npe-toolbar-center{flex:auto;justify-content:center;display:flex}.npe-name-wrap{cursor:text;border:1px dashed #0000;border-radius:4px;align-items:center;gap:6px;padding:2px 4px;transition:border-color .15s,background .15s;display:inline-flex}.npe-name-wrap:hover{background:#f5f8fa;border-color:#cbd6e2}.npe-name-wrap:focus-within{background:#fff;border-color:#1976d2}.npe-name-input{color:#33475b;text-align:center;background:0 0;border:none;border-radius:0;min-width:200px;padding:6px 4px;font-size:1rem;font-weight:600}.npe-name-input:focus{outline:none}.npe-name-pencil{color:#99acc2;pointer-events:none;flex-shrink:0;transition:color .15s}.npe-name-wrap:hover .npe-name-pencil,.npe-name-wrap:focus-within .npe-name-pencil{color:#33475b}.npe-toolbar-right{flex:none;align-items:center;gap:10px;display:flex}.npe-save-btn{cursor:pointer;color:#fff;background:#ff7a59;border:none;border-radius:4px;padding:8px 24px;font-size:.88rem;font-weight:600;transition:background .15s}.npe-save-btn:hover:not(:disabled){background:#ff5c35}.npe-save-btn:disabled{color:#99acc2;cursor:not-allowed;background:#cbd6e2}.npe-body{flex:1;padding:24px 32px 48px;overflow-y:auto}.npe-body>*{max-width:900px;margin-left:auto;margin-right:auto}.npe-tip{color:#33475b;background:#e5f5f8;border:1px solid #b6dfe8;border-radius:6px;align-items:flex-start;gap:10px;margin-bottom:24px;padding:12px 16px;font-size:.84rem;line-height:1.5;display:flex}.npe-tip svg{flex-shrink:0;margin-top:1px}.npe-tip-text{flex:1}.npe-tip-close{cursor:pointer;color:#7c98b6;background:0 0;border:none;border-radius:3px;flex-shrink:0;padding:2px}.npe-tip-close:hover{color:#33475b;background:#cde9ef}.npe-section{margin-bottom:28px}.npe-section-title{color:#33475b;margin:0 0 16px;font-size:1.05rem;font-weight:700}.npe-section-subtitle{color:#516f90;margin:0 0 14px;font-size:.88rem;line-height:1.5}.npe-channels-row{flex-wrap:wrap;gap:16px;margin-bottom:8px;display:flex}.npe-channel-card{background:#fff;border:1px solid #dfe3eb;border-radius:6px;flex:1;align-items:center;gap:12px;min-width:170px;padding:12px 18px;display:flex}.npe-channel-icon{background:#f5f8fa;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.npe-channel-label{color:#33475b;white-space:nowrap;flex:1;font-size:.88rem;font-weight:600}.npe-action-bar{border-bottom:1px solid #eaf0f6;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;display:flex}.npe-topic-items{border-top:1px solid #e5e7eb;padding:0}.npe-topic-col-headers{justify-content:flex-end;gap:0;padding:8px 16px 4px;display:flex}.npe-topic-col-label{text-align:center;color:#7c98b6;text-transform:uppercase;letter-spacing:.3px;width:70px;font-size:.72rem;font-weight:600}.npe-topic-row{border-top:1px solid #f5f8fa;align-items:center;padding:10px 16px;display:flex}.npe-topic-row:hover{background:#fafbfc}.npe-topic-row-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.npe-topic-row-label{color:#33475b;font-size:.84rem;font-weight:500}.npe-topic-row-desc{color:#7c98b6;font-size:.78rem;line-height:1.4}.npe-topic-row-checks{flex-shrink:0;gap:0;display:flex}.npe-check-cell{justify-content:center;align-items:center;width:70px;display:flex}.npe-topic-empty{text-align:center;color:#99acc2;padding:16px;font-size:.82rem}.notif-checkbox-indicator.disabled{opacity:.35;cursor:not-allowed}.audit-log-page .hs-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.audit-log-filterbar{background:#fff;border-bottom:1px solid #eaf0f6;flex-direction:column;gap:8px;padding:12px 16px 10px;display:flex}.audit-log-desc{color:#516f90;font-size:13px}.audit-log-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.audit-log-select{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:3px;outline:none;height:30px;padding:0 8px;font-size:13px;transition:border-color .15s}.audit-log-select:focus{border-color:#7c98b6}.audit-log-select:disabled{opacity:.5;cursor:not-allowed;background:#f5f8fa}.audit-log-export-btn{color:#1976d2;cursor:pointer;background:0 0;border:none;border-radius:3px;margin-left:auto;padding:4px 8px;font-size:13px;font-weight:500;transition:background .15s,color .15s}.audit-log-export-btn:hover{color:#0079a3;background:#f0f7ff}.audit-log-table td{color:#33475b;padding:6px 10px;font-size:12px}.audit-log-table th{text-transform:uppercase;letter-spacing:.3px;color:#516f90;padding:6px 10px;font-size:11px}.audit-log-category-badge{color:#516f90;white-space:nowrap;background:#eaf0f6;border-radius:12px;padding:1px 6px;font-size:11px;font-weight:500;display:inline-block}.audit-log-action-badge{color:#2e7d32;background:#e8f5e9;border-radius:3px;padding:1px 6px;font-size:11px;font-weight:500;display:inline-block}.audit-log-action-badge[data-action=perform]{color:#1a56c4;background:#e8f0fe}.audit-log-user-cell{align-items:center;gap:8px;display:flex}.audit-log-avatar{color:#fff;text-transform:lowercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:10px;font-weight:600;display:flex}.audit-log-user-info{flex-direction:column;gap:1px;min-width:0;display:flex}.audit-log-user-name{color:#1976d2;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.audit-log-user-name:hover{text-decoration:underline}.audit-log-user-email{color:#7c98b6;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.ios-phone-header{background:#fff;flex-shrink:0;padding:0 16px}.ios-header-row{justify-content:space-between;align-items:center;padding:2px 0;display:flex}.ios-header-link{color:#007aff;cursor:pointer;min-width:40px;font-size:.88rem;font-weight:400}.ios-header-link:hover{opacity:.7}.ios-nav-title{color:#000;letter-spacing:-.5px;margin:2px 0 6px;font-size:1.6rem;font-weight:700}.ios-tab-bar{-webkit-backdrop-filter:blur(20px);background:#f9f9f9f0;border-top:1px solid #d1d1d6;flex-shrink:0;justify-content:space-around;align-items:flex-end;padding:4px 0 16px;display:flex}.ios-tab{cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:1px;min-width:0;padding:2px 0;font-family:inherit;display:flex}.ios-tab span{color:#8e8e93;font-size:9px;font-weight:500}.ios-tab.active span{color:#007aff}.ios-tab svg{flex-shrink:0}.ios-msg-bottombar{background:#fff;flex-shrink:0;align-items:center;gap:10px;padding:6px 12px 18px;display:flex}.ios-msg-search{cursor:text;background:#e5e5ea;border-radius:18px;flex:1;align-items:center;gap:6px;padding:8px 12px;display:flex}.ios-msg-search span{color:#8e8e93;font-size:.82rem}.ios-msg-compose{cursor:pointer;background:#e5e5ea;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.ios-msg-compose svg path[stroke]{stroke:#007aff}.ios-msg-compose svg path[fill]{fill:#007aff}.ios-msg-compose:hover{background:#d4d4d9}.ios-contact-picker{z-index:50;background:#fff;border-radius:12px 12px 0 0;flex-direction:column;animation:.25s ease-out iosSlideUp;display:flex;position:absolute;inset:26px 0 0;box-shadow:0 -4px 20px #0000001a}@keyframes iosSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ios-contact-picker-header{border-bottom:.5px solid #e5e5ea;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 12px 8px;display:flex}.crp-page{z-index:20;background:#f5f8fa;border-top-left-radius:8px;grid-template-columns:320px 1fr 320px;display:grid;position:fixed;inset:48px 0 0 220px;overflow:hidden}.sidebar-collapsed .crp-page{left:56px}.crp-left,.crp-right{background:#f5f8fa;flex-direction:column;display:flex;overflow:hidden}.crp-left-scroll,.crp-right-scroll,.crp-middle-scroll{flex:1;overflow-y:auto}.crp-left-scroll{flex-direction:column;gap:16px;padding:16px;display:flex}.crp-left-scroll .crp-card{border:1px solid #dfe3eb;border-radius:8px;box-shadow:0 1px 3px #0000000a}.crp-right-scroll{flex-direction:column;gap:16px;padding:16px 16px 100px;display:flex}.crp-middle{background:#f5f8fa;flex-direction:column;padding-top:16px;display:flex;overflow:hidden}.crp-middle-scroll{flex-direction:column;gap:16px;padding:16px 0 100px;display:flex}.crp-breadcrumb{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.crp-back-btn{cursor:pointer;color:#33475b;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;padding:4px 8px;font-size:.85rem;font-weight:600;display:flex}.crp-back-btn:hover{color:#1976d2;background:#f0f2f5}.crp-page .hs-view-tab{text-align:center;background:#e0e6ed;justify-content:center;min-width:110px}.crp-page .hs-view-tab:hover{background:#d4dbe4}.crp-page .hs-view-tab.active{background:#f5f8fa;border-color:#dfe3eb;box-shadow:0 1px #f5f8fa,0 2px #f5f8fa}.crp-editable-title{color:#33475b;cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;padding:4px 6px;font-size:.85rem;font-weight:500;transition:border-color .15s;display:flex}.crp-editable-title:hover{border-color:#cbd6e2}.crp-edit-pencil{opacity:0;color:#7c98b6;flex-shrink:0;transition:opacity .15s}.crp-editable-title:hover .crp-edit-pencil{opacity:1}.crp-actions-label{color:#33475b;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:.8rem;font-weight:500;display:flex}.crp-actions-label:hover{color:#1976d2;background:#f0f2f5}.crp-actions-wrap{position:relative}.crp-highlight{align-items:center;gap:14px;padding:16px 16px 12px;display:flex}.crp-avatar-lg{color:#3f51b5;background:#e8eaf6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;font-weight:700;display:flex}.crp-org-avatar{z-index:0;position:relative;overflow:hidden}.crp-org-avatar>img{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.crp-org-avatar--rect{background:#fff;border-radius:9px;width:96px}.crp-org-avatar--rect>img{object-fit:contain;padding:3px}.crp-org-avatar-overlay{border-radius:inherit;color:#fff;opacity:0;pointer-events:none;z-index:2;background:#0f172ab8;flex-direction:row;justify-content:center;align-items:center;gap:5px;padding:3px;transition:opacity .15s;display:flex;position:absolute;inset:0}.crp-org-avatar:hover .crp-org-avatar-overlay,.crp-org-avatar:focus-within .crp-org-avatar-overlay{opacity:1;pointer-events:auto}.crp-org-avatar-action{color:#fff;width:28px;height:28px;font:inherit;cursor:pointer;background:#ffffff1f;border:1px solid #ffffffb3;border-radius:6px;justify-content:center;align-items:center;padding:0;line-height:1;text-decoration:none;display:inline-flex}.crp-org-avatar-action svg{display:block}.crp-org-avatar-action:hover,.crp-org-avatar-action:focus-visible{background:#ffffff40;outline:none}.crp-org-avatar-action input{display:none}.crp-org-avatar-action--remove{color:#fff}.crp-highlight-info{flex:1;min-width:0}.crp-name{color:#1e293b;margin:0 0 2px;font-size:1.15rem;font-weight:700;line-height:1.3}.crp-name--editable{cursor:pointer;border-radius:4px;align-items:center;gap:6px;min-width:0;margin:-2px -6px 0;padding:2px 6px;transition:background .12s;display:flex}.crp-name--editable:hover{background:#f1f5f9}.crp-name--editable>.crp-name-text{overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0}.crp-name--editable>.crp-name-edit-chip{color:#64748b;opacity:0;width:22px;height:22px;box-shadow:none;pointer-events:none;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .12s,background .12s,box-shadow .12s;display:inline-flex}.crp-name--editable:hover>.crp-name-edit-chip{opacity:1;background:#fff;box-shadow:0 1px 2px #0f172a14}.crp-subtitle{color:#516f90;margin:0 0 4px;font-size:.82rem}.crp-email-link{color:#1976d2;font-size:.82rem;text-decoration:none}.crp-email-link:hover{text-decoration:underline}.crp-action-btns{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;padding:0 12px 14px;display:flex}.crp-action-btn{cursor:pointer;color:#33475b;background:0 0;border:1px solid #cbd6e2;border-radius:6px;flex-direction:column;flex:48px;align-items:center;gap:4px;min-width:48px;max-width:72px;padding:7px 10px;font-size:.72rem;transition:all .15s;display:flex}.crp-action-btn:hover{color:#1976d2;background:#f0f4f8;border-color:#1976d2}.crp-card{background:#fff;border:1px solid #dfe3eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.crp-middle-scroll .crp-card{flex-shrink:0;margin-bottom:0}.crp-left-scroll .crp-card,.crp-right-scroll .crp-card{flex-shrink:0}.crp-right-scroll .crp-card{border-radius:8px}.crp-card-header{border-bottom:1px solid #eef0f3;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.crp-card-header h3{color:#33475b;margin:0;font-size:.85rem;font-weight:700}.crp-card-body{min-width:0;padding:14px 20px}.crp-client-portal-card--sidebar .crp-card-header{padding:10px 14px}.crp-client-portal-card--sidebar .crp-card-header h3{font-size:.8rem}.crp-client-portal-card--sidebar .crp-card-body{padding:11px 14px 13px}.crp-client-portal-card--sidebar .crp-portal-label{font-size:.65rem!important}.crp-client-portal-card--sidebar .crp-portal-session-copy{line-height:1.35;font-size:.72rem!important}.crp-client-portal-card--sidebar .crp-portal-btn{padding:4px 7px!important;font-size:.68rem!important}.crp-client-portal-card--sidebar .crp-portal-url-row code{font-size:.62rem!important}.crp-client-portal-card--sidebar .crp-portal-notice{line-height:1.35;font-size:.68rem!important}.crp-field{flex-direction:column;gap:2px;padding:6px 0;display:flex}.crp-field label{color:#7c98b6;text-transform:uppercase;letter-spacing:.3px;font-size:.72rem;font-weight:500}.crp-field span{color:#33475b;word-break:break-word;overflow-wrap:break-word;font-size:.85rem}.crp-field-editable{cursor:pointer;border:1px solid #0000;border-radius:4px;align-items:center;gap:6px;min-height:24px;margin:-3px -6px;padding:3px 6px;transition:border-color .15s,background .15s;display:flex;position:relative}.crp-field-editable:hover{background:#f5f8fa;border-color:#cbd6e2}.crp-field-editable:hover .crp-field-edit-icon{opacity:1}.crp-field-edit-icon{opacity:0;color:#7c98b6;flex-shrink:0;transition:opacity .15s}.crp-field-input{color:#33475b;background:#fff;border:1px solid #0091ae;border-radius:4px;outline:none;width:100%;margin:-3px -6px;padding:3px 6px;font-family:inherit;font-size:.85rem;box-shadow:0 0 0 3px #0091ae1f}.crp-field-input:focus{border-color:#0091ae}.crp-field-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.crp-field-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.crp-field-input[type=number]{appearance:textfield}.crp-field-saving{color:#0091ae;margin-left:4px;font-size:.7rem}.crp-activity-tabs{border-bottom:2px solid #e5e7eb;gap:0;padding:0 16px;display:flex}.crp-activity-tab{color:#516f90;cursor:pointer;background:0 0;border:none;margin-bottom:-2px;padding:10px 14px;font-family:inherit;font-size:.82rem;font-weight:400;position:relative}.crp-activity-tab:hover{color:#33475b}.crp-activity-tab.active{color:#1976d2;font-weight:600}.crp-activity-tab.active:after{content:"";background:#1976d2;height:3px;position:absolute;bottom:0;left:0;right:0}.crp-profile-grid{grid-template-columns:1fr 1fr;gap:4px 20px;display:grid}.crp-stats-row{gap:24px;display:flex}.crp-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.crp-stat-val{color:#33475b;font-size:1.1rem;font-weight:700}.crp-mini-table{border-collapse:collapse;width:100%;font-size:.82rem}.crp-mini-table th{text-align:left;color:#7c98b6;text-transform:uppercase;letter-spacing:.3px;border-bottom:1px solid #eef0f3;padding:8px 12px;font-size:.72rem;font-weight:600}.crp-mini-table td{color:#33475b;border-bottom:1px solid #f5f6f7;padding:8px 12px}.crp-tabs{background:0 0;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:0 24px;display:flex}.crp-tab{color:#516f90;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:14px 16px 12px;font-size:.88rem;font-weight:500;transition:all .15s}.crp-tab:hover{color:#33475b}.crp-tab.active{color:#1976d2;border-bottom-color:#1976d2;font-weight:600}.crp-activity-item{border-bottom:none;padding:0;display:block}.crp-activity-icon{background:#f0f4f8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-top:2px;display:flex}.crp-activity-body{flex:1;min-width:0}.crp-activity-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.crp-activity-type{color:#33475b;text-transform:uppercase;letter-spacing:.3px;font-size:.78rem;font-weight:600}.crp-activity-date{color:#7c98b6;font-size:.78rem}.crp-activity-subject{color:#33475b;margin-bottom:4px;font-size:.88rem;font-weight:500}.crp-activity-desc{color:#516f90;font-size:.82rem;line-height:1.5}.crp-activity-meta{color:#7c98b6;margin-top:4px;font-size:.78rem}.crp-activity-summary{color:#516f90;background:#f0f8ff;border-radius:6px;margin-top:6px;padding:8px 10px;font-size:.78rem;line-height:1.5}.crp-ai-card{background:linear-gradient(135deg,#faf5ff 0%,#f0f7ff 100%);border:1px solid #e0d4f5}.crp-ai-header{border-bottom:1px solid #e8ddf0;align-items:center;gap:8px;padding:14px 20px;display:flex}.crp-ai-badge{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.crp-ai-title{color:#33475b;margin:0;font-size:.85rem;font-weight:700}.crp-ai-body{color:#516f90;padding:16px 20px;font-size:.85rem;line-height:1.65}.crp-ai-meta{color:#7c98b6;margin-bottom:8px;font-size:.72rem}.crp-assoc-item{cursor:pointer;border-bottom:1px solid #f0f2f5;border-radius:4px;margin:0 -4px;padding:8px;transition:background .1s}.crp-assoc-item:hover{background:#f0f4f8}.crp-assoc-item:last-child{border-bottom:none}.crp-assoc-title{color:#1976d2;margin-bottom:2px;font-size:.85rem;font-weight:600}.crp-assoc-sub{color:#7c98b6;font-size:.78rem}.crp-assoc-amount{color:#33475b;margin-top:2px;font-size:.82rem;font-weight:600}.crp-empty-card{color:#7c98b6;text-align:center;padding:16px 0;font-size:.82rem}@media (max-width:1200px){.crp-page{grid-template-columns:280px 1fr 260px}}@media (max-width:960px){.crp-page{grid-template-columns:260px 1fr}.crp-right{display:none}}@media (max-width:768px){.crp-page{left:56px}}.wf-editor-container{background:#fff;flex-direction:column;height:100%;display:flex}.wf-editor-topbar{color:#e2e8f0;background:#0f172a;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.wf-editor-topbar-left{align-items:center;gap:12px;display:flex}.wf-editor-topbar-center{align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.wf-editor-topbar-right{align-items:center;gap:8px;display:flex}.wf-editor-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:4px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:all .15s}.wf-editor-btn:hover{background:#ffffff1a;border-color:#fff6}.wf-editor-btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}.wf-editor-btn.primary:hover{background:var(--accent-strong)}.wf-editor-menubar{background:#1e293b;border-bottom:1px solid #334155;flex-shrink:0;align-items:center;gap:0;height:36px;padding:0 12px;display:flex}.wf-editor-menubar button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 12px;font-size:.78rem;font-weight:500;transition:all .12s}.wf-editor-menubar button:hover{color:#e2e8f0;background:#ffffff14}.wf-editor-body{flex:1;display:flex;overflow:hidden}.wf-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:320px;display:flex;overflow-y:auto}.wf-sidebar-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px;display:flex}.wf-sidebar-header h3{color:var(--ink);margin:0;font-size:.88rem;font-weight:700}.wf-sidebar-body{flex:1;padding:12px;overflow-y:auto}.wf-sidebar-search{border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;margin-bottom:12px;padding:8px 12px;font-size:.82rem}.wf-sidebar-search:focus{border-color:#1976d2;box-shadow:inset 0 0 0 1px #1976d2}.wf-action-category{margin-bottom:8px}.wf-action-category-header{cursor:pointer;color:var(--ink-soft);-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:8px 4px;font-size:.78rem;font-weight:600;display:flex}.wf-action-category-header:hover{color:var(--ink)}.wf-action-category-icon{border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.wf-action-item{cursor:pointer;color:var(--ink-soft);border-radius:6px;align-items:center;gap:10px;padding:8px 8px 8px 36px;font-size:.78rem;transition:background .12s;display:flex}.wf-action-item:hover{color:var(--ink);background:#f1f5f9}.wf-canvas{background:#f5f5f5 radial-gradient(circle,#e0e0e0 1px,#0000 1px) 0 0/20px 20px;flex:1;min-height:calc(100vh - 160px);position:relative;overflow:auto}.wf-canvas-inner{flex-direction:column;align-items:center;min-width:600px;min-height:800px;padding:40px;display:flex;position:relative}.wf-node{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:280px;max-width:380px;padding:16px;transition:box-shadow .15s;position:relative;box-shadow:0 1px 3px #0000000a}.wf-node:hover{box-shadow:0 4px 12px #0000001a}.wf-node.selected{border-color:var(--accent);box-shadow:0 0 0 2px #1976d233}.wf-node-trigger{border-style:dashed;border-color:#cbd5e1}.wf-node-delay{background:#fffbeb;border-color:#fde68a}.wf-node-branch{background:#f0f9ff;border-color:#bae6fd}.wf-node-end{text-align:center;min-width:100px;max-width:160px;color:var(--muted);background:#f1f5f9;border-color:#cbd5e1;padding:10px 20px;font-size:.78rem;font-weight:600}.wf-node-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.wf-node-icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;display:flex}.wf-node-title{color:var(--ink);font-size:.82rem;font-weight:600}.wf-node-desc{color:var(--muted);margin-top:4px;font-size:.75rem;line-height:1.4}.wf-node-remove{color:#94a3b8;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;transition:all .12s;display:flex;position:absolute;top:6px;right:6px}.wf-node:hover .wf-node-remove{opacity:1}.wf-node-remove:hover{color:#d94c53;background:#fef2f2}.wf-connector-line{background:#cbd5e1;width:2px;height:40px;margin:0 auto;position:relative}.wf-connector-add{color:#94a3b8;cursor:pointer;z-index:2;background:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;transition:all .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wf-connector-add:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.wf-quick-actions{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;display:grid}.wf-quick-action-card{cursor:pointer;color:var(--ink-soft);text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:12px 8px;font-size:.72rem;font-weight:500;transition:all .12s;display:flex}.wf-quick-action-card:hover{border-color:var(--accent);background:var(--accent-light);color:var(--accent)}.wf-config-panel{z-index:201;background:#fff;flex-direction:column;width:420px;animation:.25s slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 24px #00000026}.wf-config-panel-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.wf-config-panel-body{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.wf-config-panel-footer{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.seq-editor-container{background:#fff;flex-direction:column;height:100%;display:flex}.seq-editor-topbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.seq-editor-topbar-left{align-items:center;gap:12px;display:flex}.seq-editor-topbar-right{align-items:center;gap:8px;display:flex}.seq-preview-strip{background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:24px;padding:10px 20px;display:flex}.seq-preview-stat{flex-direction:column;gap:2px;display:flex}.seq-preview-stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.66rem;font-weight:600}.seq-preview-stat-value{color:var(--ink);font-size:.88rem;font-weight:700}.seq-steps-container{flex-direction:column;flex:1;align-items:center;padding:24px 40px;display:flex;overflow-y:auto}.seq-step{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:480px;max-width:100%;padding:16px;transition:box-shadow .15s;position:relative}.seq-step:hover{box-shadow:0 4px 12px #00000014}.seq-step-header{align-items:center;gap:12px;display:flex}.seq-step-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.seq-step-icon.email{color:#e65100;background:#fff3e0}.seq-step-icon.call{color:#2e7d32;background:#e8f5e9}.seq-step-icon.task{color:#1565c0;background:#e3f2fd}.seq-step-icon.sms{color:#7c3aed;background:#f3e8ff}.seq-step-info{flex:1;min-width:0}.seq-step-type{color:var(--ink);font-size:.8rem;font-weight:600}.seq-step-detail{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.72rem;overflow:hidden}.seq-step-actions{opacity:0;gap:4px;transition:opacity .12s;display:flex}.seq-step:hover .seq-step-actions{opacity:1}.seq-step-actions button{color:var(--muted);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:4px 8px;font-size:.68rem;transition:all .12s}.seq-step-actions button:hover{color:var(--ink);background:#f1f5f9;border-color:#cbd5e1}.seq-delay-connector{justify-content:center;align-items:center;width:480px;max-width:100%;padding:8px 0;display:flex;position:relative}.seq-delay-connector:before{content:"";background:#e2e8f0;width:2px;position:absolute;top:0;bottom:0;left:50%}.seq-delay-badge{color:#64748b;z-index:1;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:4px 12px;font-size:.72rem;transition:all .12s}.seq-delay-badge:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.seq-add-step{margin-top:8px;position:relative}.seq-add-step:before{content:"";background:#e2e8f0;width:2px;height:8px;position:absolute;top:-8px;left:50%}.seq-add-step-btn{color:#94a3b8;cursor:pointer;background:#fff;border:2px dashed #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .15s;display:flex}.seq-add-step-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light);border-style:solid}.seq-step-type-selector{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:280px;padding:8px;animation:.1s createDropIn;position:absolute;top:40px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000026}.seq-step-type-option{cursor:pointer;color:var(--ink-soft);border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:.8rem;transition:background .12s;display:flex}.seq-step-type-option:hover{background:#f1f5f9}.seq-enroll-panel{z-index:201;background:#fff;flex-direction:column;width:480px;animation:.25s slideInRight;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 24px #00000026}.cf-editor-container{background:#fff;flex-direction:column;height:100%;display:flex}.cf-editor-tabs{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 20px;display:flex}.cf-editor-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 16px;font-size:.82rem;font-weight:600;transition:all .12s}.cf-editor-tab:hover{color:var(--ink)}.cf-editor-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.cf-editor-body{flex:1;padding:24px;overflow-y:auto}.cf-bot-flow{flex-direction:column;align-items:center;gap:0;padding:20px 40px;display:flex}.cf-bot-action{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:420px;max-width:100%;padding:16px;transition:box-shadow .15s;position:relative}.cf-bot-action:hover{box-shadow:0 4px 12px #00000014}.cf-bot-action-header{align-items:center;gap:10px;display:flex}.cf-bot-action-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.cf-bot-action-title{color:var(--ink);font-size:.82rem;font-weight:600}.cf-bot-action-desc{color:var(--muted);margin-top:6px;font-size:.72rem;line-height:1.4}.cf-bot-action-remove{color:#94a3b8;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .12s;display:flex;position:absolute;top:8px;right:8px}.cf-bot-action:hover .cf-bot-action-remove{opacity:1}.cf-bot-action-remove:hover{color:#d94c53;background:#fef2f2}.cf-bot-connector{background:#e2e8f0;width:2px;height:32px}.cf-bot-add-action{margin-top:4px}.cf-widget-preview{background:#fff;border-radius:12px;flex-direction:column;width:380px;height:520px;display:flex;overflow:hidden;box-shadow:0 8px 30px #0000002e}.cf-widget-header{color:#fff;align-items:center;gap:12px;padding:16px;display:flex}.cf-widget-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.cf-bubble-bot{background:#f1f5f9;border-radius:12px 12px 12px 4px;align-self:flex-start;max-width:80%;padding:10px 14px;font-size:.84rem}.cf-bubble-visitor{background:var(--accent);color:#fff;border-radius:12px 12px 4px;align-self:flex-end;max-width:80%;padding:10px 14px;font-size:.84rem}.cf-widget-input{border-top:1px solid #e2e8f0;gap:8px;padding:12px 16px;display:flex}.cf-widget-input input{border:1px solid #e2e8f0;border-radius:999px;outline:none;flex:1;padding:8px 14px;font-size:.82rem}.cf-widget-input input:focus{border-color:var(--accent)}.cf-widget-input button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cf-targeting-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;padding:16px}.cf-targeting-section h4{color:var(--ink);margin:0 0 12px;font-size:.82rem;font-weight:700}.cf-display-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (max-width:900px){.cf-display-grid{grid-template-columns:1fr}}.playbook-question-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;padding:12px 16px;transition:box-shadow .15s}.playbook-question-card:hover{box-shadow:0 1px 3px #0000000f}.order-line-item-row{align-items:center;gap:8px;margin-bottom:8px;display:flex}.order-line-item-row input:focus{border-color:#1976d2;outline:none;box-shadow:inset 0 0 0 1px #1976d2}.acct-chip{white-space:nowrap;text-transform:capitalize;letter-spacing:.01em;border-radius:6px;align-items:center;min-height:22px;padding:1px 9px;font-size:.7rem;font-weight:700;display:inline-flex}.acct-chip-asset{color:#1565c0;background:#e3f2fd}.acct-chip-liability{color:#e65100;background:#fff3e0}.acct-chip-equity{color:#7c3aed;background:#f3e8ff}.acct-chip-revenue{color:#2e7d32;background:#e8f5e9}.acct-chip-expense{color:#d32f2f;background:#ffeaea}.acct-chip-draft{color:#64748b;background:#f1f5f9}.acct-chip-approved,.acct-chip-sent,.acct-chip-completed{color:#1565c0;background:#e3f2fd}.acct-chip-posted,.acct-chip-paid,.acct-chip-active{color:#2e7d32;background:#e8f5e9}.acct-chip-partially_paid{color:#7c3aed;background:#f3e8ff}.acct-chip-overdue{color:#d32f2f;background:#ffeaea}.acct-chip-void{color:#94a3b8;background:#f1f5f9;text-decoration:line-through}.acct-chip-on_hold{color:#ed6c02;background:#fff3e0}.acct-chip-bidding{color:#64748b;background:#f8fafc}.acct-chip-warranty{color:#7c3aed;background:#f3e8ff}.acct-chip-closed{color:#475569;background:#f1f5f9}.acct-chip-subcontractor{color:#1565c0;background:#e3f2fd}.acct-chip-supplier{color:#2e7d32;background:#e8f5e9}.acct-chip-equipment_rental{color:#e65100;background:#fff3e0}.acct-chip-standard{color:#64748b;background:#f1f5f9}.acct-chip-progress{color:#1565c0;background:#e3f2fd}.acct-chip-retention_release{color:#2e7d32;background:#e8f5e9}.acct-chip-change_order{color:#e65100;background:#fff3e0}.acct-chip-final{color:#1976d2;background:#e3f2fd}.acct-negative{color:#d32f2f}.acct-positive{color:#2e7d32}.acct-currency{text-align:right;font-variant-numeric:tabular-nums}.acct-kpi-strip{background:#fff;border-bottom:1px solid #e5e7eb;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;flex-wrap:wrap;gap:12px;padding:8px 16px;display:flex}.acct-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;transition:box-shadow .12s}.acct-kpi:hover{box-shadow:0 2px 8px #0000000f}.acct-kpi span{color:#64748b;text-transform:uppercase;letter-spacing:.03em;font-size:.68rem;font-weight:600;display:block}.acct-kpi strong{color:#1e293b;font-variant-numeric:tabular-nums;font-size:.82rem}.acct-chip-review{color:#1565c0!important;background:#e3f2fd!important}.acct-chip-approved{color:#2e7d32!important;background:#e8f5e9!important}.acct-chip-rejected{color:#c62828!important;background:#fce4ec!important}.acct-chip-pending{color:#e65100!important;background:#fff3e0!important}.acct-chip-duplicate{color:#7b1fa2!important;background:#f3e5f5!important}.je-modal-overlay{z-index:var(--modal-z,10000);background:#0f172a59;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.je-modal{background:#fff;border-radius:12px;flex-direction:column;width:95vw;max-width:1100px;max-height:calc(100vh - 60px);display:flex;box-shadow:0 8px 30px #0000002e}.je-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.je-modal-header h3{color:var(--ink);margin:0;font-size:.88rem;font-weight:700}.je-modal-body{flex:1;padding:20px;overflow-y:auto}.je-modal-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:8px;padding:12px 20px;display:flex}.je-lines-table{border-collapse:collapse;width:100%;margin-top:12px}.je-lines-table th{color:var(--muted);text-transform:uppercase;border-bottom:1px solid var(--line);text-align:left;padding:7px 5px;font-size:.68rem;font-weight:700}.je-lines-table td{border-bottom:1px solid var(--line);padding:4px 5px}.je-lines-table input,.je-lines-table select{border:1px solid #cbd6e2;border-radius:4px;width:100%;padding:6px 8px;font-size:.82rem}.je-lines-table input:focus,.je-lines-table select:focus{border-color:#1976d2;outline:none;box-shadow:inset 0 0 0 1px #1976d2}.je-total-row{gap:24px;padding:8px 0;font-size:.82rem;font-weight:600;display:flex}.je-total-balanced{color:#2e7d32}.je-total-unbalanced{color:#d32f2f}.bank-recon-grid{grid-template-columns:1fr 1fr;gap:20px;margin-top:12px;display:grid}.bank-recon-col{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.bank-recon-col h4{color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin:0 0 12px;font-size:.75rem;font-weight:700}.bank-recon-footer{background:#f8fafc;border-top:2px solid #e2e8f0;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;margin:20px -20px -20px;padding:16px 20px;font-size:.82rem;display:flex}.bank-recon-stat{gap:20px;display:flex}.bank-recon-stat span{color:#64748b}.bank-recon-stat strong{color:#1e293b}.job-progress-bar{background:#e2e8f0;border-radius:3px;width:100%;height:6px;overflow:hidden}.job-progress-fill{background:var(--accent);border-radius:3px;height:100%;transition:width .3s}.job-detail-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.job-profit-panel{border:1px solid var(--line);background:#f8fafc;border-radius:8px;padding:12px}.job-profit-panel div{justify-content:space-between;padding:4px 0;font-size:.8rem;display:flex}.job-profit-panel .job-profit-label{color:var(--muted)}.job-profit-panel .job-profit-value{color:var(--ink);font-weight:600}.wip-over{background:#fef2f2!important}.wip-over:hover{background:#fee2e2!important}.wip-under{background:#f0fdf4!important}.wip-under:hover{background:#dcfce7!important}.qbo-report-wrapper{background:#f1f5f9;flex:1;padding:20px;overflow:auto}.qbo-report{background:#fff;border:1px solid #e2e8f0;border-radius:8px;max-width:960px;margin:0 auto;overflow:hidden;box-shadow:0 1px 3px #0000000f}.qbo-report-header{text-align:center;background:#fff;border-bottom:1px solid #e2e8f0;padding:24px 32px 16px}.qbo-report-company{color:#1e293b;letter-spacing:.02em;text-transform:uppercase;margin:0;font-size:1.1rem;font-weight:800}.qbo-report-title{color:#334155;margin:4px 0 0;font-size:.92rem;font-weight:600}.qbo-report-period{color:#64748b;margin:4px 0 0;font-size:.78rem}.qbo-report-body{padding:0}.qbo-report-table{border-collapse:collapse;width:100%}.qbo-report-table th{text-align:right;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:2px solid #1e293b;padding:8px 16px;font-size:.72rem;font-weight:700}.qbo-report-table th:first-child{text-align:left}.qbo-section-header td{color:#1e293b;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:none;padding:14px 16px 6px;font-size:.82rem;font-weight:700}.qbo-section-header td .qbo-collapse-icon{color:#94a3b8;vertical-align:middle;text-align:center;width:16px;height:16px;margin-right:6px;font-size:.7rem;line-height:16px;transition:transform .15s;display:inline-block}.qbo-section-header td .qbo-collapse-icon.collapsed{transform:rotate(-90deg)}.qbo-section-header:hover td{background:#f8fafc}.qbo-subsection-header td{color:#475569;border-bottom:none;padding:10px 16px 4px 32px;font-size:.8rem;font-weight:600}.qbo-line td{color:#334155;border-bottom:none;padding:3px 16px 3px 40px;font-size:.8rem}.qbo-line td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.qbo-line:hover{background:#f8fafc}.qbo-line-deep td{padding-left:56px}.qbo-subtotal td{color:#1e293b;border-top:1px solid #cbd5e1;padding:6px 16px 6px 40px;font-size:.8rem;font-weight:700}.qbo-subtotal td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.qbo-subtotal-section td{color:#1e293b;border-top:1px solid #cbd5e1;padding:6px 16px;font-size:.82rem;font-weight:700}.qbo-subtotal-section td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.qbo-total td{color:#1e293b;border-top:2px solid #1e293b;border-bottom:1px solid #e2e8f0;padding:8px 16px;font-size:.84rem;font-weight:800}.qbo-total td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.qbo-grand-total td{color:#1e293b;border-top:3px double #1e293b;border-bottom:3px double #1e293b;padding:10px 16px;font-size:.88rem;font-weight:800}.qbo-grand-total td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.qbo-spacer td{border:none;padding:6px 0}.qbo-balance-check{text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:12px 16px;font-size:.8rem;font-weight:700}.qbo-balance-check.balanced{color:#16a34a}.qbo-balance-check.unbalanced{color:#dc2626}.qbo-topbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:8px 16px;display:flex}.qbo-topbar-left{align-items:center;gap:8px;display:flex}.qbo-topbar-left h2{white-space:nowrap;color:#1e293b;margin:0;font-size:.88rem;font-weight:700}.qbo-topbar-right{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.qbo-topbar-right input[type=date],.qbo-topbar-right select{color:#1e293b;background:#fff;border:1px solid #cbd6e2;border-radius:4px;height:32px;padding:5px 10px;font-size:.78rem}.qbo-topbar-sep{color:#94a3b8;font-size:.78rem}.qbo-run-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;height:32px;padding:5px 16px;font-size:.78rem;font-weight:600;transition:background .15s}.qbo-run-btn:hover{background:#1d4ed8}.qbo-export-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:4px;align-items:center;gap:4px;height:32px;padding:5px 12px;font-size:.78rem;font-weight:500;transition:all .15s;display:inline-flex}.qbo-export-btn:hover{background:#f1f5f9;border-color:#94a3b8}.qbo-aging-current td:not(:first-child){color:#16a34a}.qbo-aging-30 td:not(:first-child){color:#2563eb}.qbo-aging-60 td:not(:first-child){color:#ea580c}.qbo-aging-90 td:not(:first-child){color:#dc2626}.qbo-aging-90plus td:not(:first-child){color:#991b1b;font-weight:600}.qbo-aging-expand{cursor:pointer}.qbo-aging-expand:hover{background:#f8fafc}.qbo-aging-detail td{color:#64748b;background:#fafbfc;font-size:.76rem;padding-left:40px!important}.qbo-aging-detail td:not(:first-child){font-variant-numeric:tabular-nums}.qbo-export-dropdown{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:6px;min-width:140px;padding:4px 0;position:absolute;top:36px;right:0;box-shadow:0 4px 12px #0000001a}.qbo-export-dropdown button{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;width:100%;padding:8px 14px;font-size:.8rem;display:block}.qbo-export-dropdown button:hover{background:#f1f5f9}.qbo-checkbox-label{color:#64748b;cursor:pointer;align-items:center;gap:5px;font-size:.78rem;display:flex}@media print{.qbo-report{box-shadow:none;border:none}.qbo-topbar,.qbo-export-btn,.qbo-run-btn,.hs-topbar,.hs-toolbar,.sidebar,.toolbar-strip{display:none!important}.qbo-report-wrapper{background:#fff;padding:0}}.mktg-email-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:6px;display:inline-block}.mktg-email-status-draft{background:#94a3b8}.mktg-email-status-scheduled{background:#f59e0b}.mktg-email-status-sent{background:#22c55e}.mktg-email-status-archived{background:#cbd5e1}.mktg-email-toolbar{background:#fafbfc;border-bottom:1px solid #e2e8f0;gap:2px;padding:4px 6px;display:flex}.mktg-email-toolbar button{cursor:pointer;background:0 0;border:none;border-radius:3px;padding:3px 7px;font-size:.8rem}.mktg-email-toolbar button:hover{background:#e2e8f0}.ads-network-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.75rem;transition:all .15s;display:inline-flex}.ads-network-card.selected{border-color:var(--accent);background:var(--accent-light)}.ads-kpi-strip{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;padding:16px;display:grid}.social-platform-badge{white-space:nowrap;border-radius:4px;align-items:center;padding:1px 6px;font-size:.62rem;font-weight:600;display:inline-flex}.social-platform-facebook{color:#1877f2;background:#1877f21f}.social-platform-instagram{color:#e4405f;background:#e4405f1f}.social-platform-linkedin{color:#0a66c2;background:#0a66c21f}.social-platform-twitter{color:#1da1f2;background:#1da1f21f}.form-builder-canvas{background:var(--surface);border:1px solid var(--line);border-radius:8px;width:100%;max-width:620px;padding:32px;box-shadow:0 1px 3px #0000000a}.form-builder-field{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:12px;transition:border .1s,background .1s;position:relative}.form-builder-field:hover{border-color:#e2e8f0}.form-builder-field-selected{background:#fafbfc;border:2px solid var(--accent)!important}.form-builder-sidebar{background:var(--surface);border-right:1px solid var(--line);flex-direction:column;width:280px;display:flex;overflow:hidden}.form-builder-field-card{cursor:pointer;color:#33475b;text-align:left;background:#fafbfc;border:1px dashed #cbd5e1;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:.78rem;font-weight:500;transition:border-color .15s,background .15s;display:flex}.form-builder-field-card:hover{border-color:var(--accent);background:var(--accent-light)}.lp-builder-section{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:20px;transition:border .15s;position:relative}.lp-builder-section:hover{border-color:#e2e8f0}.lp-builder-section-selected{background:#1976d208;border:2px solid var(--accent)!important}.lp-builder-preview{background:var(--surface);border:1px solid var(--line);border-radius:8px;max-width:800px;margin:0 auto;box-shadow:0 1px 3px #0000000a}.forecast-kpi-strip .kpi{transition:box-shadow .15s}.forecast-kpi-strip .kpi:hover{box-shadow:0 1px 3px #00000012}.kb-editor-toolbar button:hover{background:var(--surface-strong);color:var(--ink)}.survey-nps-preview .nps-btn{cursor:pointer;border:1px solid #e5e7eb;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;transition:all .15s;display:flex}.survey-nps-preview .nps-btn:hover{border-color:var(--accent)}.survey-nps-preview .nps-btn.detractor{color:#ef4444;background:#fef2f2}.survey-nps-preview .nps-btn.passive{color:#f59e0b;background:#fef3c7}.survey-nps-preview .nps-btn.promoter{color:#22c55e;background:#f0fdf4}.ads-connected-strip{background:#fafbfc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 16px;display:flex}.ads-connected-label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;margin-right:4px;font-size:.72rem;font-weight:600}.ads-connected-chip{background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:5px 10px 5px 8px;font-size:.75rem;transition:border-color .15s,box-shadow .15s;display:inline-flex}.ads-connected-chip:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000a}.ads-connected-chip-dot{background:var(--chip-color);border-radius:50%;flex-shrink:0;width:8px;height:8px}.ads-connected-chip-network{color:var(--chip-color);font-weight:600}.ads-connected-chip-name{color:#64748b}.ads-connected-chip-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0 0 0 2px;font-size:.88rem;line-height:1;transition:color .15s}.ads-connected-chip-remove:hover{color:#d32f2f}.ads-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px 60px;display:flex}.ads-empty-icon{opacity:.6;margin-bottom:20px}.ads-empty-networks{justify-content:center;gap:16px;margin-bottom:24px;display:flex}.ads-empty-network-badge{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 1px 3px #0000000a}.ads-empty-network-badge:hover{border-color:var(--badge-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.ads-empty-title{color:var(--ink);margin:0 0 8px;font-size:1.05rem;font-weight:700}.ads-empty-desc{color:var(--muted);max-width:420px;margin:0 0 24px;font-size:.82rem;line-height:1.5}.ads-network-cards{gap:10px;display:flex}.ads-network-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:16px 10px;transition:all .15s;display:flex}.ads-network-card:hover{background:#fafbfc;border-color:#cbd5e1}.ads-network-card.selected{border:2px solid var(--network-color);box-shadow:0 0 0 1px var(--network-color) inset;background:#eff6ff}.ads-network-card-icon{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ads-network-card-label{color:var(--network-color);font-size:.78rem;font-weight:600}.pref-toggle-row{border-bottom:1px solid #eaf0f6;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.pref-toggle-label{color:#33475b;font-size:14px;font-weight:500}.pref-toggle-desc{color:#7c98b6;margin-top:2px;font-size:12px}.prefs-modal-overlay{z-index:300;background:#0f172a59;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.prefs-modal-card{background:#fff;border-radius:12px;width:90%;max-height:calc(100vh - 60px);animation:.15s fadeIn;overflow-y:auto;box-shadow:0 8px 30px #0000002e}.prefs-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.est-kpi-strip{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:12px;padding:12px 16px;display:flex}.est-kpi{background:var(--surface);border:1px solid var(--line);border-radius:8px;flex-direction:column;min-width:100px;padding:5px 10px;display:flex}.est-kpi span{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:600}.est-kpi strong{color:var(--ink);font-size:.85rem;font-weight:700}.est-status-draft{color:#64748b;background:#f8fafc}.est-status-sent{color:#1565c0;background:#e3f2fd}.est-status-viewed{color:#e65100;background:#fff3e0}.est-status-accepted{color:#2e7d32;background:#e8f5e9}.est-status-rejected{color:#d32f2f;background:#ffeaea}.est-status-expired{color:#94a3b8;background:#f1f5f9}.est-type-surface-coating{color:#1565c0;background:#e3f2fd}.est-type-prep-work{color:#e65100;background:#fff3e0}.est-type-specialty{color:#7c3aed;background:#f3e8ff}.est-type-cleaning,.est-clause-inclusion{color:#2e7d32;background:#e8f5e9}.est-clause-exclusion{color:#d32f2f;background:#ffeaea}.est-clause-limitation{color:#e65100;background:#fff3e0}.est-clause-condition{color:#1565c0;background:#e3f2fd}.est-clause-boilerplate{color:#64748b;background:#f1f5f9}.est-bool-yes{color:#2e7d32;font-weight:600}.est-bool-no{color:#cbd5e1}.est-filter-row{border-bottom:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;padding:8px 16px;display:flex}.est-filter-row select{color:var(--ink-soft);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:.78rem}.est-filter-row input[type=text]{color:var(--ink);background:#fff;border:1px solid #e2e8f0;border-radius:6px;min-width:180px;padding:4px 10px;font-size:.78rem}.est-filter-row input[type=text]::placeholder{color:#94a3b8}.est-pricing-form{flex-direction:column;gap:12px;padding:16px 20px;display:flex}.est-pricing-row{border-bottom:1px solid var(--line);grid-template-columns:250px 120px 120px 1fr;align-items:center;gap:12px;padding:8px 0;display:grid}.est-pricing-row label{color:var(--ink-soft);font-size:.82rem;font-weight:600}.est-pricing-row input{color:var(--ink);background:#fff;border:1px solid #cbd6e2;border-radius:4px;padding:6px 10px;font-size:.82rem}.est-pricing-row input:focus{border-color:#1976d2;outline:none;box-shadow:inset 0 0 0 1px #1976d2}.est-warranty-cards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding:16px;display:grid}.est-warranty-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;gap:8px;padding:16px;transition:box-shadow .15s;display:flex}.est-warranty-card:hover{box-shadow:0 2px 8px #00000014}.est-warranty-card h3{color:var(--ink);margin:0;font-size:.88rem;font-weight:700}.est-warranty-card .est-warranty-meta{color:var(--muted);font-size:.75rem}.est-warranty-card .est-warranty-coverage{color:var(--ink-soft);font-size:.8rem;line-height:1.4}.est-warranty-card .est-warranty-actions{gap:8px;margin-top:4px;display:flex}.est-warranty-card .est-warranty-actions button{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:4px;padding:4px 10px;font-size:.75rem}.est-warranty-card .est-warranty-actions button:hover{background:#f5f8fa}.est-warranty-card .est-warranty-actions button.danger:hover{color:#d94c53;background:#fef2f2;border-color:#d94c53}.est-proposal-detail{flex-direction:column;gap:16px;padding:20px;display:flex}.est-proposal-detail .est-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.est-proposal-detail .est-detail-field label{color:#33475b;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.est-proposal-detail .est-detail-field span{color:var(--ink);font-size:.84rem}.est-tab-bar{border-bottom:1px solid var(--line);display:flex}.est-tab-bar button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 16px;font-size:.82rem;font-weight:500}.est-tab-bar button:hover{color:var(--ink)}.est-tab-bar button.active{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.est-clause-text-preview{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-size:.75rem;overflow:hidden}.est-toggle-wrap{align-items:center;gap:10px;display:flex}.est-toggle{cursor:pointer;border:none;border-radius:10px;width:36px;height:20px;transition:background .15s;position:relative}.est-toggle.on{background:var(--accent)}.est-toggle.off{background:#cbd5e1}.est-toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:left .15s;position:absolute;top:2px}.est-toggle.on:after{left:18px}.est-toggle.off:after{left:2px}.sub-admin-container{flex-direction:column;height:100%;display:flex}.sub-admin-tabs{border-bottom:1px solid var(--line);gap:0;padding:0 24px;display:flex}.sub-admin-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 18px;font-size:.82rem;font-weight:600;transition:all .15s}.sub-admin-tab:hover{color:var(--text)}.sub-admin-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.sub-admin-content{flex-direction:column;flex:1 1 0;min-height:0;padding:8px 24px 16px;display:flex;overflow-y:auto}.sub-admin-table-scroll{flex:1 1 0;min-height:0;overflow:auto}.sub-admin-table-scroll table{width:100%}.sub-admin-table-scroll thead th{background:var(--card);z-index:1;position:sticky;top:0}.sub-admin-table-scroll thead th:first-child,.sub-admin-table-scroll thead th:nth-child(2){z-index:3;left:0}.sub-admin-table-scroll thead th:nth-child(2){box-shadow:1px 0 0 var(--line);left:48px}.sub-admin-table-scroll tbody td:first-child,.sub-admin-table-scroll tbody td:nth-child(2){z-index:1;background:#fff;position:sticky}.sub-admin-table-scroll tbody td:first-child{left:0}.sub-admin-table-scroll tbody td:nth-child(2){box-shadow:1px 0 0 var(--line);left:48px}.sub-admin-table-scroll tbody tr:hover td:first-child,.sub-admin-table-scroll tbody tr:hover td:nth-child(2){background:#f8fafc}.sub-admin-table-scroll thead th:last-child{z-index:3;background:var(--card);box-shadow:-1px 0 0 var(--line);position:sticky;right:0}.sub-admin-table-scroll tbody td:last-child{z-index:1;box-shadow:-1px 0 0 var(--line);background:#fff;position:sticky;right:0}.sub-admin-table-scroll tbody tr:hover td:last-child{background:#f8fafc}.sub-admin-table{border-collapse:collapse;width:100%;font-size:.82rem}.sub-admin-table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--line);white-space:nowrap;padding:8px 10px;font-size:.72rem;font-weight:700}.sub-admin-table td{border-bottom:1px solid var(--line);vertical-align:middle;padding:8px 10px}.sub-admin-table tr.inactive{opacity:.5}.sub-admin-table tr.sub-role-grp td{background:color-mix(in srgb, var(--line) 55%, var(--card));border-bottom:1px solid var(--line);z-index:2;padding:7px 12px;position:sticky;left:0}.sub-role-grp-label{letter-spacing:.05em;text-transform:uppercase;color:var(--text,#0f172a);font-size:.74rem;font-weight:800}.sub-role-grp-tag{letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;border-radius:10px;margin-left:8px;padding:1px 7px;font-size:.62rem;font-weight:700}.sub-role-grp-tag-owner{color:#1d4ed8;background:#2563eb29}.sub-role-grp-tag-admin{color:#6d28d9;background:#7c3aed29}.sub-role-grp-tag-unassigned{color:#475569;background:#64748b2e}.sub-role-grp-owner td{box-shadow:inset 3px 0 #2563eb}.sub-role-grp-admin td{box-shadow:inset 3px 0 #7c3aed}.sub-role-grp-unassigned td{box-shadow:inset 3px 0 #64748b}.sub-admin-table tr.sub-role-owner td:nth-child(2){box-shadow:1px 0 0 var(--line), inset 4px 0 0 #2563eb}.sub-admin-table tr.sub-role-owner td:first-child+td strong,.sub-admin-table tr.sub-role-owner strong{font-weight:800}.sub-admin-table tr.sub-role-admin td:nth-child(2){box-shadow:1px 0 0 var(--line), inset 4px 0 0 #7c3aed}.sub-role-namecell .sub-role-name-inner{align-items:center;gap:6px;display:inline-flex}.sub-admin-table tr.sub-role-senior .sub-role-name-inner{padding-left:16px}.sub-admin-table tr.sub-role-staff .sub-role-name-inner{padding-left:30px}.sub-role-tick{border-left:1.5px solid var(--muted);border-bottom:1.5px solid var(--muted);opacity:.6;border-bottom-left-radius:2px;flex:none;width:8px;height:8px;margin-bottom:3px;display:inline-block}.sub-admin-table tr.sub-role-senior td:nth-child(2){box-shadow:1px 0 0 var(--line), inset 3px 0 0 #0ea5e9}.sub-admin-table tr.sub-role-staff td:nth-child(2){box-shadow:1px 0 0 var(--line), inset 3px 0 0 #f59e0b}.sub-role-badge{letter-spacing:.03em;text-transform:uppercase;border-radius:8px;padding:1px 6px;font-size:.6rem;font-weight:700}.sub-role-badge-senior{color:#0369a1;background:#0ea5e929}.sub-role-badge-staff{color:#b45309;background:#f59e0b2e}.sub-admin-filter-pills{flex-wrap:wrap;gap:6px;display:flex}.sub-admin-pill{border:1px solid var(--line);background:var(--card);color:var(--muted);cursor:pointer;border-radius:14px;padding:4px 12px;font-size:.78rem;font-weight:600;transition:all .15s}.sub-admin-pill:hover{border-color:var(--primary);color:var(--primary)}.sub-admin-pill.active{background:var(--primary);color:#fff;border-color:var(--primary)}.sub-admin-toggle{background:var(--line);cursor:pointer;border-radius:10px;width:36px;height:20px;transition:background .2s;position:relative}.sub-admin-toggle.on{background:var(--primary)}.sub-admin-toggle .sub-admin-toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.sub-admin-toggle.on .sub-admin-toggle-knob{transform:translate(16px)}.sub-admin-toggle.locked{opacity:.5;cursor:not-allowed}.sub-admin-activity-tabs{gap:0;margin-bottom:12px;display:flex}.sub-admin-activity-tab{color:var(--muted);border:1px solid var(--line);cursor:pointer;background:0 0;padding:6px 16px;font-size:.8rem;font-weight:600;transition:all .15s}.sub-admin-activity-tab:first-child{border-radius:6px 0 0 6px}.sub-admin-activity-tab:last-child{border-radius:0 6px 6px 0}.sub-admin-activity-tab:not(:first-child){border-left:none}.sub-admin-activity-tab.active{background:var(--primary);color:#fff;border-color:var(--primary)}.sub-admin-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sub-admin-dialog{color:#111827;background:#fff;border-radius:12px;width:90%;max-width:480px;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.sub-admin-dialog h3{margin-bottom:16px;font-size:1rem;font-weight:700}.sub-admin-role-badge{text-transform:capitalize;border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:700}.sub-admin-role-badge.admin{color:#7c3aed;background:#ede9fe}.sub-admin-role-badge.owner{color:#1d4ed8;background:#dbeafe}.sub-admin-role-badge.senior{color:#b45309;background:#fef3c7}.sub-admin-role-badge.staff{color:#4b5563;background:#f3f4f6}.sub-admin-must-reset{color:#92400e;background:#fef3c7;border-radius:4px;margin-left:6px;padding:1px 6px;font-size:.68rem;font-weight:700}.sub-portal-container{--card:#fff;--bg:#f3f4f6;--line:#e5e7eb;--text:#111827;--muted:#6b7280;--primary:#2563eb;color:#111827;background:#f9fafb;flex-direction:column;height:100%;display:flex}.sub-portal-container .sub-admin-table td{background:#fff}.sub-portal-container .sub-admin-table th{background:#f9fafb}.sub-portal-container input,.sub-portal-container select{color:#111827;background:#fff}.sub-portal-container input::placeholder{color:#9ca3af}.sub-portal-nav{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.sub-portal-nav-left{align-items:center;gap:10px;display:flex}.sub-portal-logo{color:#fff;background:#2563eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;font-weight:800;display:flex}.sub-portal-title{color:var(--text);font-size:.95rem;font-weight:700}.sub-portal-nav-center{align-items:center;gap:2px;display:flex}.sub-portal-nav-item{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.sub-portal-nav-item:hover{color:var(--text);background:var(--bg)}.sub-portal-nav-item.active{color:var(--primary);background:#2563eb0f}.sub-portal-nav-item.gear{border-radius:50%;padding:8px}.sub-portal-nav-right{align-items:center;gap:8px;display:flex}.sub-portal-content{flex:1;padding:24px;overflow-y:auto}.sub-portal-role-switcher{border:1px solid var(--line);background:var(--card);cursor:pointer;color:var(--text);border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:.82rem;font-weight:600;display:flex}.sub-portal-role-dot{background:#7c3aed;border-radius:50%;flex-shrink:0;width:8px;height:8px}.sub-portal-role-dropdown{z-index:50;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:10px;width:320px;max-height:400px;margin-top:4px;padding:10px;position:absolute;top:100%;right:0;overflow-y:auto;box-shadow:0 12px 40px #00000026}.sub-portal-role-option{cursor:pointer;text-align:left;width:100%;color:var(--text);background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;transition:background .1s;display:flex}.sub-portal-role-option:hover{background:var(--bg)}.sub-portal-role-option.active{background:#fef3c7}.sub-portal-role-option.selected{background:#2563eb0f}.sub-portal-preview-banner{color:#92400e;background:#fef3c7;border-bottom:1px solid #fde68a;flex-shrink:0;justify-content:space-between;align-items:center;padding:8px 20px;font-size:.82rem;font-weight:600;display:flex}.sub-portal-stat-card{background:var(--card);border:1px solid var(--line);cursor:pointer;border-radius:10px;padding:18px 20px;transition:all .15s}.sub-portal-stat-card:hover{border-color:#2563eb4d;box-shadow:0 4px 12px #0000000f}.sub-portal-schedule-card{background:var(--card);border:1px solid var(--line);cursor:pointer;border-radius:10px;transition:all .15s}.sub-portal-schedule-card:hover{border-color:#2563eb4d;box-shadow:0 4px 12px #0000000f}.sub-portal-quick-action{background:var(--card);border:1px solid var(--line);cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:14px 16px;transition:all .15s;display:flex}.sub-portal-quick-action:hover{border-color:var(--primary);box-shadow:0 4px 12px #0000000f}.sub-portal-quick-action.highlight{border-color:#fde68a}.sub-portal-quick-action.highlight:hover{border-color:#f59e0b}.sub-portal-quick-icon{background:#2563eb14;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sub-portal-quick-icon.highlight{background:#fef3c7}.sub-att-group-hdr:hover td{background:#dbeafe!important}.sub-portal-status-badge{text-transform:capitalize;border-radius:10px;padding:2px 10px;font-size:.72rem;font-weight:700}.sub-portal-status-badge.active{color:#15803d;background:#dcfce7}.sub-portal-status-badge.pending{color:#92400e;background:#fef3c7}.sub-portal-status-badge.completed{color:#1d4ed8;background:#dbeafe}.sub-portal-status-badge.paused{color:#6b7280;background:#f3f4f6}.sub-portal-status-badge.approved{color:#15803d;background:#dcfce7}.sub-portal-status-badge.rejected{color:#dc2626;background:#fee2e2}.sub-portal-status-badge.paid{color:#1d4ed8;background:#dbeafe}.sub-portal-project-tabs{border-bottom:1px solid var(--line);gap:0;margin-bottom:16px;display:flex}.sub-portal-project-tab{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 16px;font-size:.82rem;font-weight:600}.sub-portal-project-tab:hover{color:var(--text)}.sub-portal-project-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.sub-portal-file-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.sub-portal-file-card{border:1px solid var(--line);background:var(--card);border-radius:8px;position:relative;overflow:hidden}.sub-portal-file-card img{aspect-ratio:1;object-fit:cover;width:100%}.sub-portal-file-card .sub-portal-file-info{padding:8px;font-size:.75rem}.sub-portal-file-card .sub-portal-file-delete{color:#fff;cursor:pointer;opacity:0;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.sub-portal-file-card:hover .sub-portal-file-delete{opacity:1}.sub-portal-file-overlay{opacity:0;background:linear-gradient(#0f172a26 0%,#0f172a8c 45%,#0f172abf 100%);border-radius:8px 8px 0 0;justify-content:center;align-items:center;gap:14px;padding:12px;transition:opacity .18s;display:flex;position:absolute;inset:0}.sub-portal-file-card{transition:box-shadow .18s,transform .18s}.sub-portal-file-card:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a24}.sub-portal-file-card:hover .sub-portal-file-overlay{opacity:1}.sub-portal-crew-row:hover{background:#f9fafb}.sub-portal-crew-row:hover .sub-portal-crew-actions{opacity:1!important}.sub-portal-crew-actions button:hover{color:#dc2626}.sub-portal-chat-list{flex-direction:column;gap:8px;max-height:400px;padding:12px;display:flex;overflow-y:auto}.sub-portal-chat-msg{border-radius:12px;max-width:80%;padding:8px 12px;font-size:.85rem}.sub-portal-chat-msg.own{background:var(--primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.sub-portal-chat-msg.other{background:#f3f4f6;border-bottom-left-radius:4px;align-self:flex-start}.sub-portal-chat-meta{color:var(--muted);margin-bottom:2px;font-size:.68rem}.sub-portal-balance-card{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.sub-portal-balance-item{background:var(--card);border:1px solid var(--line);border-radius:8px;padding:12px 16px}.sub-portal-balance-item .label{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:600}.sub-portal-balance-item .value{margin-top:4px;font-size:1.25rem;font-weight:700}.scan-detail{flex-direction:column;height:100%;display:flex}.create-panel-overlay.scan-detail-overlay{z-index:10000}.create-panel.scan-detail{z-index:10001}.scan-detail-body{flex:1;padding:0;overflow-y:auto}.scan-detail-header{z-index:10;background:#fff;border-bottom:1px solid #f1f5f9;flex-direction:column;align-items:stretch;gap:10px;padding:20px 28px 14px;display:flex;position:sticky;top:0}.scan-detail-header .scan-detail-header-left{width:100%;padding-left:36px}.scan-detail-header .scan-detail-nav{justify-content:space-between;align-self:stretch;width:100%}.scan-detail-header .scan-detail-nav-pos{flex:1}.scan-detail-close-corner{z-index:20;margin:0;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.scan-detail-header-left{flex:1;min-width:0;position:relative}.scan-detail-title{color:#0f172a;letter-spacing:-.01em;margin:0 0 2px;font-size:1.2rem;font-weight:700;line-height:1.3}.scan-detail-subtitle{color:#64748b;margin:0;font-size:.88rem;font-weight:500}.scan-detail-close{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-left:12px;padding:0;transition:all .15s;display:inline-flex}.scan-detail-close svg{width:14px;height:14px;display:block}.scan-detail-close:hover{color:#fff;background:#b91c1c;border-color:#b91c1c}.scan-detail-meta-row{align-items:center;gap:16px;padding:16px 28px 0;display:flex}.scan-detail-status-pill{letter-spacing:.02em;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;display:inline-flex}.scan-detail-status-pill.pending{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa}.scan-detail-status-pill.review{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe}.scan-detail-status-pill.approved{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.scan-detail-status-pill.rejected{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.scan-detail-status-dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.scan-detail-status-pill.pending .scan-detail-status-dot{background:#ea580c}.scan-detail-status-pill.review .scan-detail-status-dot{background:#2563eb}.scan-detail-status-pill.approved .scan-detail-status-dot{background:#16a34a}.scan-detail-status-pill.rejected .scan-detail-status-dot{background:#dc2626}.scan-detail-confidence{align-items:center;gap:8px;display:flex}.scan-detail-conf-ring{width:36px;height:36px;position:relative}.scan-detail-conf-ring svg{transform:rotate(-90deg)}.scan-detail-conf-ring-track{fill:none;stroke:#e2e8f0;stroke-width:3px}.scan-detail-conf-ring-fill{fill:none;stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset .6s}.scan-detail-conf-label{color:#64748b;font-size:.78rem;line-height:1.2}.scan-detail-conf-label strong{color:#1e293b;font-size:.88rem;font-weight:700;display:block}.scan-detail-amount-card{background:linear-gradient(135deg,#f0f7ff 0%,#e8f4fd 100%);border:1px solid #dbeafe;border-radius:12px;grid-template-columns:1fr 1fr 1fr;gap:0;margin:20px 28px 0;padding:20px 16px;display:grid}.scan-detail-amount-item{text-align:center;min-width:0;padding:0 6px;position:relative}.scan-detail-amount-item:not(:last-child):after{content:"";background:#c7d9ee;width:1px;position:absolute;top:4px;bottom:4px;right:0}.scan-detail-amount-label{color:#6b8bb5;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:.7rem;font-weight:600}.scan-detail-amount-value{color:#334155;font-size:.95rem;font-weight:600}.scan-detail-amount-item.total .scan-detail-amount-value{color:#1e40af;letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.scan-detail-section{padding:20px 28px 0}.scan-detail-section-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #f1f5f9;margin:0 0 14px;padding-bottom:8px;font-size:.72rem;font-weight:700}.scan-detail-grid{grid-template-columns:1fr 1fr;gap:16px 24px;display:grid}.scan-detail-grid-item label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:3px;font-size:.7rem;font-weight:600;display:block}.scan-detail-grid-item span{color:#1e293b;font-size:.88rem;font-weight:500;display:block}.scan-detail-grid-item span.empty{color:#cbd5e1;font-style:italic;font-weight:400}.scan-detail-grid-input{color:#1e293b;background:0 0;border:1px solid #0000;border-radius:6px;width:100%;padding:6px 8px;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .12s,border-color .12s;display:block}.scan-detail-grid-input:hover{background:#f8fafc}.scan-detail-grid-input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.scan-detail-grid-input::placeholder{color:#cbd5e1;font-style:italic}.scan-detail-amount-value-wrap{justify-content:center;align-items:baseline;gap:2px;width:100%;min-width:0;display:flex}.scan-detail-amount-prefix{color:#64748b;flex-shrink:0;font-size:1.05rem;font-weight:700;line-height:1}.scan-detail-amount-prefix.total{color:#1e40af;font-size:1.25rem}.scan-detail-amount-input{color:#0f172a;text-align:right;-moz-appearance:textfield;background:0 0;border:1px solid #0000;border-radius:6px;flex:1 1 0;width:100%;min-width:0;padding:4px 8px;font-family:inherit;font-size:1.05rem;font-weight:700;transition:background .12s,border-color .12s;display:inline-block;text-align:center!important}.scan-detail-amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.scan-detail-amount-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.scan-detail-amount-input:hover{background:#fff9}.scan-detail-amount-input:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.scan-detail-amount-input.total{color:#2563eb;font-size:1.2rem}.scan-detail-match-group{margin-bottom:14px}.scan-detail-match-group label{color:#475569;margin-bottom:6px;font-size:.76rem;font-weight:600;display:block}.scan-detail-match-group .auto-tag{color:#7c3aed;vertical-align:middle;background:#f5f3ff;border:1px solid #e9e5f5;border-radius:10px;align-items:center;gap:4px;margin-left:8px;padding:2px 8px;font-size:.68rem;font-weight:600;display:inline-flex}.scan-detail-select{color:#1e293b;appearance:none;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") right 10px center/16px 16px no-repeat;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:9px 12px;font-family:inherit;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.scan-detail-select:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 3px #3b82f61a}.scan-detail-select:hover{border-color:#cbd5e1}input.scan-detail-select::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;width:28px;height:100%;position:absolute;right:0}input.scan-detail-select::-webkit-list-button{display:none}.scan-proj-picker{flex-direction:column;gap:4px;display:flex}.scan-proj-current{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;display:flex}.scan-proj-current-label{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;font-weight:500;overflow:hidden}.scan-proj-current-change{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:600}.scan-proj-current-change:hover{background:#eff6ff}.scan-proj-current-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0 4px;font-size:1.1rem;line-height:1}.scan-proj-current-clear:hover{color:#dc2626;background:#fef2f2}.scan-proj-search{color:#1e293b;box-sizing:border-box;background:#fff;border:1px solid #cbd6e2;border-radius:6px;width:100%;padding:9px 12px;font-family:inherit;font-size:.85rem;transition:border-color .15s,box-shadow .15s;display:block}.scan-proj-search:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 3px #3b82f61f}.scan-proj-results{background:#fff;border:1px solid #cbd6e2;border-radius:6px;max-height:240px;margin-top:4px;overflow-y:auto;box-shadow:0 4px 12px #0f172a0f}.scan-proj-results.scan-proj-empty{color:#94a3b8;text-align:center;padding:12px;font-size:.78rem}.scan-proj-result-btn{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f1f5f9;width:100%;padding:8px 12px;font-family:inherit;font-size:.82rem;transition:background .1s;display:block}.scan-proj-result-btn:last-child{border-bottom:none}.scan-proj-result-btn:hover{background:#f8fafc}.scan-proj-result-name{color:#0f172a;font-weight:600}.scan-proj-result-sub{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.72rem;overflow:hidden}.scan-vendor-row{align-items:stretch;gap:6px;display:flex}.scan-vendor-row>select{flex:1;min-width:0}.scan-vendor-icon-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.scan-vendor-icon-btn:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 6px #2563eb2e}.scan-vendor-icon-btn:active{transform:translateY(0)}.scan-vendor-icon-btn svg{width:16px;height:16px;display:block}.scan-vendor-add-btn{color:#2563eb;background:#eff6ff;border-color:#93c5fd}.scan-vendor-add-btn:hover{color:#fff;background:#2563eb;border-color:#2563eb}.scan-vendor-edit-overlay{z-index:250;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:center;animation:.18s ease-out scanVendorOverlayFade;display:flex;position:fixed;inset:0}@keyframes scanVendorOverlayFade{0%{opacity:0}to{opacity:1}}.scan-vendor-edit-modal{background:#fff;border-radius:14px;flex-direction:column;width:520px;max-width:92vw;animation:.25s cubic-bezier(.34,1.56,.64,1) scanVendorModalPop;display:flex;overflow:hidden;box-shadow:0 25px 60px -12px #0000008c,0 0 0 1px #0f172a0d}@keyframes scanVendorModalPop{0%{opacity:0;transform:scale(.94)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.scan-vendor-edit-header{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#2563eb 100%);justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.scan-vendor-edit-header h4{letter-spacing:-.01em;color:#fff;margin:0;font-size:1.05rem;font-weight:700}.scan-vendor-edit-close{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff40;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.2rem;line-height:1;transition:background .15s,border-color .15s;display:inline-flex}.scan-vendor-edit-close:hover{background:#ffffff47;border-color:#ffffff73}.scan-vendor-edit-body{background:#fff;grid-template-columns:1fr 1fr;gap:16px;padding:22px 24px;display:grid}.scan-vendor-edit-body>label:first-child,.scan-vendor-edit-body>label:nth-child(2){grid-column:span 2}.scan-vendor-edit-body label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;flex-direction:column;gap:6px;font-size:.72rem;font-weight:600;display:flex}.scan-vendor-edit-body label input,.scan-vendor-edit-body label select{color:#0f172a;text-transform:none;letter-spacing:0;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-family:inherit;font-size:.92rem;font-weight:500;transition:border-color .15s,box-shadow .15s}.scan-vendor-edit-body label input:focus,.scan-vendor-edit-body label select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.scan-vendor-edit-checkbox{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:12px 14px;transition:background .15s;text-transform:none!important;letter-spacing:0!important;color:#0f172a!important;flex-direction:row!important;grid-column:span 2!important;gap:10px!important;font-size:.82rem!important;font-weight:600!important}.scan-vendor-edit-checkbox:hover{background:#f1f5f9}.scan-vendor-edit-checkbox input{accent-color:#2563eb;cursor:pointer;width:18px;height:18px;margin:0;padding:0}.scan-vendor-edit-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:10px;padding:16px 24px;display:flex}.scan-vendor-edit-save{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:8px;padding:10px 24px;font-size:.88rem;font-weight:700;transition:all .15s;box-shadow:0 2px 6px #2563eb52}.scan-vendor-edit-save:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb73}.scan-vendor-edit-save:active:not(:disabled){transform:translateY(0)}.scan-vendor-edit-save:disabled{color:#fff;cursor:not-allowed;box-shadow:none;background:#cbd5e1}.scan-vendor-edit-cancel{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 20px;font-size:.88rem;font-weight:600;transition:all .15s}.scan-vendor-edit-cancel:hover:not(:disabled){color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.scan-vendor-manage-modal{width:640px;max-width:92vw;max-height:80vh}.scan-vendor-manage-toolbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center;gap:8px;padding:14px 24px;display:flex}.scan-vendor-manage-search{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:9px 12px;font-family:inherit;font-size:.88rem}.scan-vendor-manage-search:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.scan-vendor-manage-add{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:.82rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #2563eb52}.scan-vendor-manage-add:hover{background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 4px 10px #2563eb73}.scan-vendor-manage-list{max-height:50vh;padding:6px 0;overflow-y:auto}.scan-vendor-manage-empty{text-align:center;color:#94a3b8;padding:40px 24px;font-size:.85rem}.scan-vendor-manage-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:12px 24px;transition:background .1s;display:flex}.scan-vendor-manage-row:hover{background:#f8fafc}.scan-vendor-manage-row:last-child{border-bottom:none}.scan-vendor-manage-info{flex:1;min-width:0}.scan-vendor-manage-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:600;overflow:hidden}.scan-vendor-manage-meta{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.75rem;overflow:hidden}.scan-vendor-manage-actions{flex-shrink:0;gap:6px;display:flex}.scan-vendor-manage-edit,.scan-vendor-manage-delete{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:inline-flex}.scan-vendor-manage-edit:hover{color:#2563eb;background:#eff6ff;border-color:#2563eb}.scan-vendor-manage-delete:hover{color:#dc2626;background:#fef2f2;border-color:#dc2626}.scan-status-picker{outline:none;display:inline-flex;position:relative}.scan-status-menu{z-index:100;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-width:200px;padding:4px;animation:.12s ease-out scanStatusMenuFade;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 8px 24px #0f172a1f}@keyframes scanStatusMenuFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.scan-status-menu-item{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:7px 10px;font-family:inherit;font-size:.82rem;transition:background .1s;display:flex}.scan-status-menu-item:hover{background:#f1f5f9}.scan-status-menu-item.active{color:#1d4ed8;background:#eff6ff;font-weight:600}.scan-status-menu-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.scan-status-menu-check{color:#2563eb;margin-left:auto}.scan-status-menu-bulk{text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;color:#2563eb!important;background:#eff6ff!important;border-bottom:1px solid #dbeafe!important;justify-content:center!important;font-size:.78rem!important;font-weight:700!important}.scan-status-menu-bulk:hover{background:#dbeafe!important}.hs-view-tab.hs-view-tab-approved.active{box-shadow:inset 0 -2px #047857;color:#047857!important;background:#ecfdf5!important;border-color:#6ee7b7!important}.hs-view-tab.hs-view-tab-approved:hover{color:#047857}.hs-view-tab.hs-view-tab-rejected.active{box-shadow:inset 0 -2px #b91c1c;color:#b91c1c!important;background:#fef2f2!important;border-color:#fca5a5!important}.hs-view-tab.hs-view-tab-rejected:hover{color:#b91c1c}.scan-include-toggle{color:#7c98b6;cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:4px 10px;font-size:.78rem;font-weight:500;transition:all .15s;display:inline-flex}.scan-include-toggle.approved{background:#f7fdf9;border:1px solid #bbdfc4}.scan-include-toggle.approved input{accent-color:#2fb644;margin:0}.scan-include-toggle.approved.on{color:#047857;background:#ecfdf5;border-color:#6ee7b7}.scan-include-toggle.rejected{background:#fef8f8;border:1px solid #f0b8b8}.scan-include-toggle.rejected input{accent-color:#dc2626;margin:0}.scan-include-toggle.rejected.on{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.scan-save-footer{background:linear-gradient(#f0f7ff 0%,#fff 50%);border-top:2px solid #93c5fd;flex-shrink:0;padding:12px 28px;animation:.25s ease-out scanSaveSlide;box-shadow:0 -4px 20px #1976d21f}@keyframes scanSaveSlide{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.scan-save-footer-inner{align-items:center;gap:16px;display:flex}.scan-save-footer-btns{gap:8px;display:flex}.scan-save-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:9px 24px;font-size:.84rem;font-weight:600;transition:background .15s}.scan-save-btn:hover:not(:disabled){background:#1d4ed8}.scan-save-btn:disabled{cursor:not-allowed;background:#93c5fd}.scan-save-cancel-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:9px 18px;font-size:.84rem;font-weight:600;transition:all .15s}.scan-save-cancel-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.scan-save-footer-msg{color:#1e40af;margin:0;font-size:.82rem;font-weight:600}.scan-link-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:12px;padding:12px;display:flex}.scan-link-card-title{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:.7rem;font-weight:700}.scan-link-current{background:#ecfdf5;border:1px solid #6ee7b7;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;display:flex}.scan-link-current-label{color:#065f46;text-overflow:ellipsis;white-space:nowrap;flex:1;align-items:center;gap:8px;font-size:.82rem;font-weight:600;display:flex;overflow:hidden}.scan-link-current-clear{color:#047857;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.15rem;line-height:1}.scan-link-current-clear:hover{color:#dc2626}.scan-link-row{flex-direction:column;display:flex}.scan-link-label{color:#334155;margin-bottom:4px;font-size:.78rem}.scan-link-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd6e2;border-radius:4px;width:100%;padding:8px 10px;font-family:inherit;font-size:.82rem;display:block}.scan-link-input:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 3px #3b82f61f}.scan-link-pill{color:#0f172a;background:#fff;border:1px solid #cbd6e2;border-radius:4px;align-self:flex-start;align-items:center;gap:6px;max-width:100%;padding:6px 10px;font-size:.82rem;display:inline-flex}.scan-link-pill span{text-overflow:ellipsis;white-space:nowrap;max-width:320px;overflow:hidden}.scan-link-pill button{color:#dc2626;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.05rem;line-height:1}.scan-link-results{background:#fff;border:1px solid #cbd6e2;border-radius:4px;max-height:200px;margin-top:4px;overflow-y:auto}.scan-link-results.scan-link-empty{color:#94a3b8;text-align:center;padding:10px;font-size:.78rem}.scan-link-result-btn{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f1f5f9;width:100%;padding:7px 10px;font-family:inherit;font-size:.78rem;transition:background .1s;display:block}.scan-link-result-btn:last-child{border-bottom:none}.scan-link-result-btn:hover{background:#f8fafc}.scan-link-result-name{color:#0f172a;font-weight:600}.scan-link-result-sub{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.7rem;overflow:hidden}.scan-detail-line-items{background:#fff;border:1px solid #e9eef5;border-radius:10px;margin:0;overflow:hidden}.scan-detail-line-items table{border-collapse:collapse;table-layout:auto;width:100%;font-size:.8rem}.scan-detail-line-items thead th{color:#94a3b8;text-transform:uppercase;letter-spacing:.07em;text-align:left;white-space:nowrap;background:#fbfcfe;border-bottom:1px solid #e9eef5;padding:7px 12px;font-size:.66rem;font-weight:700}.scan-detail-line-items thead th.right{text-align:right}.scan-detail-line-items tbody tr{border-bottom:1px solid #f4f7fb;transition:background .12s}.scan-detail-line-items tbody tr:last-child{border-bottom:none}.scan-detail-line-items tbody tr:hover{background:#f7f9fc}.scan-detail-line-items tbody td{color:#334155;vertical-align:top;padding:9px 12px;line-height:1.45}.scan-detail-line-items tbody td.desc{white-space:normal;word-break:break-word;min-width:0}.scan-detail-line-items tbody td.mono{color:#64748b;white-space:nowrap;font-family:SF Mono,Fira Code,Cascadia Code,ui-monospace,monospace;font-size:.74rem}.scan-detail-line-items tbody td.right{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.scan-detail-line-items tbody td.total{color:#1e293b;font-weight:600}.scan-detail-line-items .scan-li-empty{color:#cbd5e1}.scan-detail-line-items tfoot td{color:#1e293b;background:#fbfcfe;border-top:1.5px solid #e2e8f0;padding:10px 12px;font-size:.84rem;font-weight:700}.scan-detail-line-items tfoot td.label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.scan-detail-line-items tfoot td.right{text-align:right;font-variant-numeric:tabular-nums}.scan-detail-li-prose{background:#fbfcfe;border:1px solid #e9eef5;border-radius:10px;overflow:hidden}.scan-detail-li-prose-label{letter-spacing:.07em;text-transform:uppercase;color:#94a3b8;background:#f7f9fc;border-bottom:1px solid #e9eef5;padding:7px 12px;font-size:.62rem;font-weight:700}.scan-detail-li-prose-body{white-space:pre-wrap;word-break:break-word;color:#475569;padding:12px;font-size:.8rem;line-height:1.6}.scan-detail-li-prose-total{background:#fff;border-top:1.5px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.scan-detail-li-prose-total span:first-child{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:.7rem;font-weight:600}.scan-detail-li-prose-total span:last-child{color:#1e293b;font-variant-numeric:tabular-nums;font-size:.86rem;font-weight:700}.scan-detail-collapsible{border-top:1px solid #f1f5f9;margin:0}.scan-detail-collapsible-toggle{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:14px 0;font-size:.78rem;font-weight:600;transition:color .15s;display:flex}.scan-detail-collapsible-toggle:hover{color:#334155}.scan-detail-collapsible-toggle svg{flex-shrink:0;transition:transform .2s}.scan-detail-collapsible-toggle.open svg{transform:rotate(180deg)}.scan-detail-collapsible-content{padding-bottom:16px}.scan-detail-source-row{gap:8px;margin-bottom:8px;font-size:.82rem;line-height:1.5;display:flex}.scan-detail-source-row .src-label{color:#64748b;flex-shrink:0;min-width:56px;font-weight:600}.scan-detail-source-row .src-value{color:#334155;word-break:break-word}.scan-detail-notes{color:#475569;white-space:pre-wrap;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;padding:12px 14px;font-size:.82rem;line-height:1.6}.scan-detail-pdf-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:8px 16px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.scan-detail-pdf-btn:hover{color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.scan-detail-shell{flex-direction:row;flex:1;min-height:0;display:flex;overflow:hidden}.scan-detail-left{flex-direction:column;flex-shrink:0;width:38%;min-width:0;min-height:0;display:flex}.scan-detail-resizer{cursor:col-resize;z-index:2;touch-action:none;background:0 0;flex:0 0 6px;align-self:stretch;position:relative}.scan-detail-resizer:before{content:"";background:#e2e8f0;width:1px;transition:background .15s,width .15s;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.scan-detail-resizer:hover:before,.scan-detail-resizer:active:before{background:var(--accent,#1976d2);width:3px}.scan-detail-pdf-pane{background:#525659;flex-direction:column;flex:1;min-height:0;display:flex}.scan-detail-pdf-pane-header{color:#f1f5f9;background:#1e293b;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.scan-detail-pdf-pane-label{letter-spacing:.02em;text-transform:uppercase;color:#cbd5e1;align-items:center;gap:8px;font-size:.78rem;font-weight:600;display:inline-flex}.scan-detail-pdf-expand{color:#f1f5f9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:6px;align-items:center;gap:6px;padding:5px 11px;font-size:.75rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.scan-detail-pdf-expand:hover{background:#ffffff29;border-color:#ffffff52}.scan-detail-pdf-pane-iframe{background:#525659;border:none;flex:1;width:100%}.scan-detail-pdf-empty{color:#94a3b8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:14px;font-size:.85rem;display:flex}.scan-detail-nav{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:6px;padding:4px;display:inline-flex}.scan-detail-nav-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;flex:none;justify-content:center;align-items:center;width:56px;height:38px;padding:0;transition:background .12s,color .12s,border-color .12s,transform 80ms;display:inline-flex;box-shadow:0 1px 2px #0f172a0a}.scan-detail-nav-btn:hover:not(:disabled){color:#fff;background:#2563eb;border-color:#2563eb}.scan-detail-nav-btn:active:not(:disabled){transform:translateY(1px)}.scan-detail-nav-btn:disabled{color:#cbd5e1;box-shadow:none;cursor:not-allowed;background:#f1f5f9;border-color:#e2e8f0}.scan-detail-nav-btn svg{stroke-width:3px;width:22px;height:22px;margin:0 auto;display:block}.scan-detail-nav-pos{color:#334155;text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.02em;min-width:72px;padding:0 10px;font-size:.78rem;font-weight:700}.scan-detail-nav .scan-detail-close{margin-left:4px}.hs-row.scan-active>td{box-shadow:inset 3px 0 #2563eb;background:#eff6ff!important}.pdf-preview-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172aa6;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.pdf-preview-modal{background:#fff;border-radius:12px;flex-direction:column;width:min(1100px,100%);height:min(900px,100%);display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000073}.pdf-preview-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.pdf-preview-title{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.95rem;font-weight:600;overflow:hidden}.pdf-preview-close{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:background .15s,color .15s;display:inline-flex}.pdf-preview-close:hover{color:#0f172a;background:#e2e8f0}.pdf-preview-iframe{background:#525659;border:none;flex:1;width:100%}.scan-detail-footer{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;gap:10px;padding:16px 28px;display:flex}.scan-detail-footer-status{background:#fafbfc;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:10px;padding:16px 28px;display:flex}.scan-detail-footer-status .status-icon{border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.scan-detail-footer-status .status-icon.approved{color:#16a34a;background:#dcfce7}.scan-detail-footer-status .status-icon.rejected{color:#dc2626;background:#fee2e2}.scan-detail-footer-status .status-text{color:#475569;font-size:.82rem;font-weight:500}.scan-detail-footer-status .status-text strong{color:#1e293b}.scan-detail-btn-approve{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.scan-detail-btn-approve:hover:not(:disabled){background:#15803d;box-shadow:0 1px 3px #16a34a4d}.scan-detail-btn-approve:disabled{opacity:.6;cursor:not-allowed}.scan-detail-btn-reject{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fecaca;border-radius:8px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .15s}.scan-detail-btn-reject:hover{background:#fef2f2;border-color:#fca5a5}.scan-detail-divider{background:#f1f5f9;height:1px;margin:20px 28px 0}.ec-overlay{z-index:600;background:#0f172a80;place-items:center;animation:.12s fadeIn;display:grid;position:fixed;inset:0}.ec-dialog{background:#fff;border-radius:8px;flex-direction:column;width:780px;max-width:calc(100vw - 48px);max-height:calc(100vh - 64px);animation:.16s slideUp;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000040}.ec-header{border-bottom:1px solid #eaf0f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.ec-title{color:#33475b;margin:0;font-size:1.1rem;font-weight:700}.ec-close{color:#99acc2;cursor:pointer;background:0 0;border:none;border-radius:4px;place-items:center;padding:4px;transition:all .1s;display:grid}.ec-close:hover{color:#33475b;background:#f5f8fa}.ec-body{flex:1;min-height:0;display:flex;overflow:hidden}.ec-left{border-right:1px solid #eaf0f6;flex-direction:column;flex:1;min-width:0;display:flex}.ec-search-wrap{border-bottom:1px solid #eaf0f6;flex-shrink:0;padding:12px 16px;position:relative}.ec-search-icon{color:#99acc2;pointer-events:none;position:absolute;top:50%;left:26px;transform:translateY(-50%)}.ec-search-input{color:#33475b;background:#fff;border:1px solid #cbd6e2;border-radius:4px;outline:none;width:100%;padding:7px 10px 7px 32px;font-size:.85rem;transition:border-color .15s}.ec-search-input:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d226}.ec-search-input::placeholder{color:#b0bec5}.ec-search-clear{color:#99acc2;cursor:pointer;background:0 0;border:none;padding:2px;font-size:1.1rem;line-height:1;position:absolute;top:50%;right:24px;transform:translateY(-50%)}.ec-search-clear:hover{color:#33475b}.ec-props-list{flex:1;padding:8px 0;overflow-y:auto}.ec-category{margin-bottom:4px}.ec-category-label{color:#99acc2;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px;font-size:.7rem;font-weight:700}.ec-prop-item{cursor:pointer;color:#33475b;align-items:center;gap:8px;padding:6px 16px;font-size:.85rem;transition:background 80ms;display:flex}.ec-prop-item:hover{background:#f5f8fa}.ec-prop-item input[type=checkbox]{display:none}.ec-prop-check{background:#fff;border:1.5px solid #cbd6e2;border-radius:3px;flex-shrink:0;place-items:center;width:16px;height:16px;transition:all .12s;display:grid}.ec-prop-check svg{opacity:0;transition:opacity 80ms}.ec-prop-item input[type=checkbox]:checked+.ec-prop-check{background:#1976d2;border-color:#1976d2}.ec-prop-item input[type=checkbox]:checked+.ec-prop-check svg{opacity:1;stroke:#fff}.ec-prop-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ec-right{flex-direction:column;flex-shrink:0;width:300px;min-height:0;display:flex}.ec-right-header{color:#33475b;border-bottom:1px solid #eaf0f6;flex-shrink:0;padding:14px 16px 10px;font-size:.78rem;font-weight:700}.ec-selected-list{flex:1;padding:4px 0;overflow-y:auto}.ec-selected-item{color:#33475b;cursor:grab;border-bottom:1px solid #0000;align-items:center;gap:8px;padding:7px 12px;font-size:.85rem;transition:background 80ms;display:flex}.ec-selected-item:hover{background:#f5f8fa}.ec-selected-item.ec-dragging{opacity:.4}.ec-selected-item.ec-drag-over{border-bottom-color:#1976d2}.ec-frozen{cursor:default;background:#f5f8fa}.ec-frozen:hover{background:#f5f8fa}.ec-drag-handle{color:#cbd6e2;cursor:grab;flex-shrink:0;place-items:center;display:grid}.ec-drag-disabled{cursor:default;opacity:.4}.ec-selected-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.ec-frozen-badge{color:#99acc2;text-transform:uppercase;letter-spacing:.3px;background:#eaf0f6;border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:.65rem;font-weight:600}.ec-remove-btn{color:#99acc2;cursor:pointer;background:0 0;border:none;border-radius:3px;flex-shrink:0;place-items:center;padding:4px;transition:all .1s;display:grid}.ec-remove-btn:hover{color:#d94c53;background:#fdedee}.ec-footer{border-top:1px solid #eaf0f6;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 24px;display:flex}.ec-footer-left{align-items:center;gap:10px;display:flex}.ec-apply-btn{color:#fff;cursor:pointer;background:#1976d2;border:none;border-radius:4px;padding:8px 24px;font-size:.88rem;font-weight:600;transition:background .12s}.ec-apply-btn:hover{background:#1565c0}.ec-cancel-btn{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:4px;padding:8px 20px;font-size:.88rem;font-weight:600;transition:all .12s}.ec-cancel-btn:hover{background:#f5f8fa}.ec-remove-all{color:#d94c53;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.82rem;font-weight:500;transition:all .12s}.ec-remove-all:hover{color:#c53030;background:#fdedee}.hr-portal-container{flex-direction:column;height:100%;display:flex;overflow:hidden}.hr-portal-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}.hr-portal-header-left{align-items:center;gap:12px;display:flex}.hr-portal-header-title{color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1.2}.hr-portal-header-subtitle{color:#6b7280;font-size:.72rem}.hr-portal-header-right{align-items:center;gap:10px;display:flex}.hr-portal-admin-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#dc2626;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700;display:inline-block}.hr-portal-user-name{color:#1e293b;font-size:.82rem;font-weight:600}.hr-portal-nav{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;height:auto;padding:0 24px;display:flex}.hr-portal-nav-center{align-items:center;gap:2px;display:flex}.hr-portal-nav-right{align-items:center;gap:4px;display:flex}.hr-portal-nav-item{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:6px;padding:12px 16px;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.hr-portal-nav-item:hover{color:#2563eb;background:0 0;border-bottom-color:#2563eb4d}.hr-portal-nav-item.active{color:#2563eb;background:#2563eb0a;border-bottom-color:#2563eb}.hr-portal-nav-item.gear{border-bottom:none;border-radius:50%;padding:8px}.hr-portal-content{background:#f8fafc;flex-direction:column;flex:1;display:flex;overflow-y:auto}.hr-portal-stats{grid-template-columns:repeat(5,1fr);gap:16px;padding:24px;display:grid}.hr-portal-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:14px;padding:16px;display:flex}.hr-portal-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.hr-portal-stat-icon.blue{color:#2563eb;background:#2563eb1a}.hr-portal-stat-icon.orange{color:#f59e0b;background:#f59e0b1a}.hr-portal-stat-icon.green{color:#16a34a;background:#22c55e1a}.hr-portal-stat-icon.purple{color:#8b5cf6;background:#8b5cf61a}.hr-portal-stat-icon.red{color:#ef4444;background:#ef44441a}.hr-portal-stat-value{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1}.hr-portal-stat-label{color:#6b7280;margin-top:2px;font-size:.72rem}.hr-portal-activity{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin:0 24px 24px;overflow:hidden}.hr-portal-activity-header{color:#1e293b;border-bottom:1px solid #e5e7eb;padding:14px 16px;font-size:.85rem;font-weight:700}.hr-portal-activity-row{border-bottom:1px solid #e5e7eb;grid-template-columns:80px 1fr 120px 1fr 60px;align-items:center;gap:8px;padding:10px 16px;font-size:.78rem;display:grid}.hr-portal-activity-row:last-child{border-bottom:none}.hr-portal-activity-row:hover{background:#2563eb05}.hr-portal-activity-time{color:#6b7280;font-family:monospace;font-size:.7rem}.hr-portal-activity-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.hr-portal-activity-dot.success{background:#16a34a}.hr-portal-activity-dot.error{background:#dc2626}.hr-portal-activity-dot.info{background:#2563eb}.hr-activity-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin:0 24px 24px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.hr-activity-card-header{color:#0f172a;letter-spacing:-.01em;text-align:center;border-bottom:1px solid #f1f5f9;justify-content:center;align-items:center;padding:12px 18px;font-size:.86rem;font-weight:700;line-height:1.2;display:flex;position:relative}.hr-activity-card-count{color:#64748b;letter-spacing:0;background:#f1f5f9;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:600;position:absolute;top:50%;right:18px;transform:translateY(-50%)}.hr-activity-empty{text-align:center;color:#94a3b8;padding:28px 16px;font-size:.84rem}.hr-activity-row{border-bottom:1px solid #f1f5f9;grid-template-columns:110px 140px minmax(0,1.4fr) minmax(0,1fr) 12px;align-items:center;gap:12px;padding:8px 18px;font-size:.78rem;line-height:1.3;transition:background .12s;display:grid}.hr-activity-row:last-of-type{border-bottom:none}.hr-activity-row:hover{background:#fafbfc}.hr-activity-time{color:#6b7280;font-variant-numeric:tabular-nums;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.hr-activity-actor{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.hr-activity-event{color:#475569;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.hr-activity-extra{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;overflow:hidden}.hr-activity-dot{border-radius:50%;justify-self:center;width:8px;height:8px}.hr-activity-dot-success{background:#16a34a}.hr-activity-dot-error{background:#dc2626}.hr-activity-dot-info{background:#2563eb}.hr-activity-more{color:#2563eb;cursor:pointer;text-align:center;background:0 0;border:0;border-top:1px solid #f1f5f9;width:100%;padding:12px 0;font-size:.78rem;font-weight:600;transition:background .12s;display:block}.hr-activity-more:hover{background:#f8fafc}.hr-portal-section-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:20px 24px}.hr-portal-section-header h1{color:#1e293b;margin:0 0 4px;font-size:1.4rem;font-weight:700}.hr-portal-section-header p{color:#6b7280;margin:0;font-size:.82rem}.hr-portal-section-header-row{justify-content:space-between;align-items:center;display:flex}.hr-portal-table-wrap{background:0 0;padding:0 24px 24px}.hr-portal-table-wrap>div{background:#fff}.hr-portal-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:16px 24px;display:flex}.hr-portal-toolbar input[type=text]{color:#1e293b;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;flex:1;max-width:320px;padding:8px 12px 8px 34px;font-size:.82rem}.hr-portal-toolbar input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.hr-portal-toolbar select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;font-size:.82rem}.hr-portal-search-wrap{flex:1;max-width:400px;position:relative}.hr-portal-search-wrap svg{color:#6b7280;pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.hr-portal-search-wrap input{padding-left:34px!important}.hr-portal-filter-tabs{background:#e5e7eb;border-radius:6px;gap:1px;display:flex;overflow:hidden}.hr-portal-filter-tab{cursor:pointer;color:#6b7280;background:#fff;border:none;padding:7px 16px;font-size:.78rem;font-weight:600;transition:all .15s}.hr-portal-filter-tab.active{color:#fff;background:#2563eb}.hr-portal-filter-tab:hover:not(.active){color:#1e293b}.hr-portal-filter-bar{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:12px 24px;display:flex}.hr-portal-table{border-collapse:collapse;width:100%}.hr-portal-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;z-index:1;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:10px 12px;font-size:.72rem;font-weight:600;position:sticky;top:0}.hr-portal-table td{color:#1e293b;border-bottom:1px solid #e5e7eb;padding:10px 12px;font-size:.82rem}.hr-portal-table tr:hover td{background:#2563eb05}.hr-portal-table tr{cursor:pointer}.hr-portal-badge{border-radius:10px;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.hr-portal-badge.active{color:#16a34a;background:#22c55e1a}.hr-portal-badge.inactive{color:#dc2626;background:#ef44441a}.hr-portal-badge.pending{color:#d97706;background:#f59e0b1a}.hr-portal-badge.blue{color:#2563eb;background:#2563eb14}.hr-portal-badge.orange{color:#ea580c;background:#f973161a}.hr-portal-badge.purple{color:#9333ea;background:#9333ea1a}.hr-portal-badge.gray{color:#6b7280;background:#6b72801a}.hr-portal-pagination{color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 24px;font-size:.78rem;display:flex}.hr-portal-pagination button{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:6px 12px;font-size:.78rem}.hr-portal-pagination button:disabled{opacity:.4;cursor:default}.hr-portal-stats-row{gap:12px;padding:16px 24px;display:flex}.hr-portal-stat-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1;padding:16px 20px;transition:all .15s}.hr-portal-stat-card:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}.hr-portal-stat-card.stat-active{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.hr-portal-stat-card .stat-label{color:#6b7280;margin-bottom:6px;font-size:.78rem}.hr-portal-stat-card .stat-value{font-size:1.5rem;font-weight:700}.hr-portal-stat-card .stat-value.blue{color:#2563eb}.hr-portal-stat-card .stat-value.yellow{color:#d97706}.hr-portal-stat-card .stat-value.orange{color:#ea580c}.hr-portal-stat-card .stat-value.green{color:#16a34a}.hr-portal-stat-card .stat-value.red{color:#dc2626}.hr-portal-tpl-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;padding:16px 24px;display:grid}.hr-portal-tpl-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.hr-portal-tpl-card:hover{transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.hr-portal-tpl-thumb{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border-bottom:1px solid #e5e7eb;justify-content:center;align-items:center;height:200px;display:flex;position:relative;overflow:hidden}.hr-portal-tpl-thumb>svg{color:#94a3b8}.hr-portal-tpl-pdf{pointer-events:none;background:0 0;border:none;width:100%;height:100%;overflow:hidden}.hr-portal-tpl-thumb-badges{z-index:3;flex-wrap:wrap;gap:4px;display:flex;position:absolute;top:8px;left:8px}.hr-portal-tpl-thumb-actions{opacity:0;z-index:4;gap:4px;transition:opacity .15s;display:flex;position:absolute;top:8px;right:8px}.hr-portal-tpl-card:hover .hr-portal-tpl-thumb-actions{opacity:1}.hr-portal-tpl-thumb-btn{color:#1e293b;cursor:pointer;background:#fff;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex;box-shadow:0 1px 4px #00000026}.hr-portal-tpl-thumb-btn svg{flex-shrink:0;width:16px;height:16px;display:block}.hr-portal-tpl-thumb-btn:hover{background:#f1f5f9;transform:scale(1.05);box-shadow:0 2px 8px #0003}.hr-portal-tpl-thumb-btn.danger:hover{color:#dc2626;background:#fef2f2}.hr-portal-tpl-body{flex-direction:column;flex:1;padding:12px 14px;display:flex}.hr-portal-tpl-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:.85rem;font-weight:600;overflow:hidden}.hr-portal-tpl-meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;margin-top:auto;font-size:.72rem;display:flex}.hr-portal-tpl-cat-badge{color:#fff;border-radius:6px;padding:3px 8px;font-size:.68rem;font-weight:700}.hr-portal-tpl-cat-badge.w4,.hr-portal-tpl-cat-badge.w9,.hr-portal-tpl-cat-badge.i9,.hr-portal-tpl-cat-badge.tax{background:#7c3aed}.hr-portal-tpl-cat-badge.nda,.hr-portal-tpl-cat-badge.non-compete{background:#dc2626}.hr-portal-tpl-cat-badge.handbook{background:#2563eb}.hr-portal-tpl-cat-badge.direct-deposit,.hr-portal-tpl-cat-badge.benefits{background:#16a34a}.hr-portal-tpl-cat-badge.onboarding{background:#2563eb}.hr-portal-tpl-cat-badge.compliance,.hr-portal-tpl-cat-badge.background-check{background:#ea580c}.hr-portal-tpl-cat-badge.general,.hr-portal-tpl-cat-badge.other,.hr-portal-tpl-cat-badge.policy{background:#6b7280}.hr-portal-tpl-cat-badge.hiring,.hr-portal-tpl-cat-badge.training{background:#d97706}.hr-portal-emp-avatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:600;display:flex;overflow:hidden}.hr-portal-emp-avatar img{object-fit:cover;width:100%;height:100%}.hr-portal-emp-name-cell{align-items:center;gap:10px;display:flex}.hr-portal-emp-name-text{flex-direction:column;display:flex}.hr-portal-emp-name-text .name{color:#1e293b;align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:flex}.hr-portal-emp-name-text .pipeline{color:#6b7280;font-size:.72rem}.hr-portal-alert-dot{color:#ea580c;cursor:help;background:#f9731626;border:1px solid #f973164d;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:8px;font-weight:700;display:inline-flex}.hr-portal-settings{background:0 0;max-width:900px;margin:0 auto;padding:24px}.hr-portal-settings-nav{background:#e5e7eb;border-radius:8px;gap:1px;margin-bottom:24px;display:flex;overflow:hidden}.hr-portal-settings-tab{text-align:center;cursor:pointer;color:#6b7280;background:#fff;border:none;flex:1;padding:10px 16px;font-size:.82rem;font-weight:600;transition:all .15s}.hr-portal-settings-tab.active{color:#fff;background:#2563eb}.hr-portal-settings-tab:hover:not(.active){color:#1e293b}.hr-portal-settings-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:16px;padding:20px}.hr-portal-settings-card h3{color:#1e293b;margin:0 0 12px;font-size:.9rem;font-weight:700}.hr-portal-settings-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:8px 0;display:flex}.hr-portal-settings-row:last-child{border-bottom:none}.hr-portal-settings-label{color:#1e293b;font-size:.82rem}.hr-portal-toggle{cursor:pointer;border:none;border-radius:11px;width:40px;height:22px;transition:background .2s;position:relative}.hr-portal-toggle.on{background:#2563eb}.hr-portal-toggle.off{background:#e5e7eb}.hr-portal-toggle:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;left:2px}.hr-portal-toggle.on:after{transform:translate(18px)}.hr-portal-loading{color:#6b7280;justify-content:center;align-items:center;padding:60px;font-size:.85rem;display:flex}.hr-portal-empty{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:60px;font-size:.85rem;display:flex}.hr-portal-detail-header{background:linear-gradient(90deg,#334155,#1e293b);border-bottom:1px solid #0f172a;align-items:center;gap:12px;padding:12px 16px;display:flex}.hr-portal-detail-back{cursor:pointer;color:#1e293b;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;transition:all .15s;display:flex}.hr-portal-detail-back:hover{color:#2563eb;border-color:#2563eb}.hr-portal-archive-btn{transition:all .15s}.hr-portal-archive-btn:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000040;background:#334155!important}.hr-portal-detail-tabs{background:#fff;border-bottom:1px solid #e5e7eb;gap:0;padding:0 24px;display:flex;overflow-x:auto}.hr-portal-detail-tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-size:.78rem;font-weight:600}.hr-portal-detail-tab.active{color:#2563eb;border-bottom-color:#2563eb}.hr-portal-detail-tab:hover:not(.active){color:#1e293b}.hr-portal-detail-sections{flex-direction:column;gap:4px;padding:16px 24px;display:flex}.hr-portal-detail-section{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:2px;overflow:hidden;box-shadow:0 1px 2px #00000008}.hr-portal-detail-section-hdr{cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;transition:background .15s;display:flex}.hr-portal-detail-section-hdr:hover{background:#f8fafc}.hr-portal-detail-section-hdr .title{color:#334155;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;font-size:.72rem;font-weight:600;display:flex}.hr-portal-detail-section-hdr .chevron{color:#94a3b8;transition:transform .2s}.hr-portal-detail-section-hdr .chevron.open{transform:rotate(180deg)}.hr-portal-detail-section-body{border-top:1px solid #e2e8f0}.hr-portal-detail-grid{grid-template-columns:1fr 1fr;gap:16px 24px;padding:16px;display:grid}.hr-portal-detail-grid.three-col{grid-template-columns:1fr 1fr 1fr}.hr-portal-kanban{flex:1;gap:12px;padding:8px 24px 0;display:flex;overflow-x:auto}.hr-portal-kanban-col{background:#f1f5f9;border:1px solid #e5e7eb99;border-radius:12px;flex-direction:column;flex:1 0;min-width:280px;max-width:320px;display:flex;overflow:hidden}.hr-portal-kanban-col-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:4px;padding:12px 14px;display:flex}.hr-portal-kanban-col-header .col-title{justify-content:space-between;align-items:center;display:flex}.hr-portal-kanban-col-header .col-title h3{color:#1e293b;align-items:center;gap:6px;font-size:.85rem;font-weight:700;display:flex}.hr-portal-kanban-col-count{color:#6b7280;background:#f1f5f9;border-radius:8px;padding:1px 7px;font-size:.68rem;font-weight:600}.hr-portal-kanban-col-bar{border-radius:2px;height:3px}.hr-portal-kanban-cards{flex-direction:column;flex:1;gap:6px;min-height:80px;padding:8px;display:flex;overflow-y:auto}.hr-portal-kanban-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;transition:all .15s;position:relative}.hr-portal-kanban-card[draggable=true]{cursor:grab}.hr-portal-kanban-card[draggable=true]:active{cursor:grabbing;opacity:.5}.hr-portal-kanban-card:hover{border-color:#2563eb33;box-shadow:0 2px 8px #00000014}.hr-portal-kanban-card-name{color:#1e293b;align-items:center;gap:6px;margin-bottom:4px;font-size:.85rem;font-weight:600;display:flex}.hr-portal-kanban-card-sub{color:#6b7280;align-items:center;gap:4px;margin-top:2px;font-size:.72rem;display:flex}.hr-portal-kanban-card-sub svg{color:#9ca3af;flex-shrink:0}.hr-portal-kanban-card-footer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-top:8px;padding-top:8px;display:flex}.hr-portal-kanban-dept-badge{border-radius:6px;padding:2px 6px;font-size:.65rem;font-weight:600}.hr-portal-kanban-dept-badge.construction{color:#d97706;background:#f59e0b1a}.hr-portal-kanban-dept-badge.painting{color:#2563eb;background:#2563eb14}.hr-portal-kanban-dept-badge.windows{color:#16a34a;background:#22c55e1a}.hr-portal-pipeline-tabs{background:#fff;border-bottom:1px solid #e5e7eb;gap:8px;padding:12px 24px;display:flex}.hr-portal-pipeline-tab{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:6px 14px;font-size:.78rem;font-weight:600;transition:all .15s}.hr-portal-pipeline-tab.active{color:#fff;background:#2563eb;border-color:#2563eb}.hr-portal-pipeline-tab:hover:not(.active){color:#1e293b;border-color:#9ca3af}.hr-portal-kanban-card-actions{gap:4px;margin-top:6px;display:flex}.hr-portal-kanban-card-actions select{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:100%;padding:4px 8px;font-size:.72rem}.hr-portal-modal-overlay{z-index:9999;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hr-portal-modal{background:#fff;border-radius:12px;min-width:420px;max-width:560px;padding:24px;box-shadow:0 8px 32px #00000026}.hr-portal-modal h3{color:#1e293b;margin:0 0 16px;font-size:1rem;font-weight:700}.hr-portal-modal-field{margin-bottom:12px}.hr-portal-modal-field label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.hr-portal-modal-field input,.hr-portal-modal-field select{color:#1e293b;background:#fff;border:1px solid #e5e7eb;border-radius:4px;width:100%;padding:7px 10px;font-size:.82rem}.hr-portal-modal-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.hr-portal-modal-actions button{cursor:pointer;border:1px solid #e5e7eb;border-radius:6px;padding:8px 16px;font-size:.82rem;font-weight:600}.hr-portal-modal-actions .primary{color:#fff;background:#2563eb;border-color:#2563eb}.hr-portal-modal-actions .secondary{color:#6b7280;background:#fff}.hr-portal-btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.hr-portal-btn.primary{color:#fff;background:#2563eb}.hr-portal-btn.primary:hover{background:#1d4ed8}.hr-portal-btn.danger{color:#6b7280;background:#fff;border:1px solid #d1d5db}.hr-portal-btn.danger:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.hr-portal-btn.ghost{color:#6b7280;background:0 0}.hr-portal-btn.ghost:hover{color:#1e293b;background:#f8fafc}.hr-portal-employer-split{grid-template-columns:340px 1fr;height:100%;display:grid}.hr-portal-employer-list{background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto}.hr-portal-employer-list-item{cursor:pointer;border-bottom:1px solid #e5e7eb;padding:12px 16px;transition:background .1s}.hr-portal-employer-list-item:hover{background:#2563eb05}.hr-portal-employer-list-item.selected{background:#2563eb0f;border-left:3px solid #2563eb}.hr-portal-employer-detail{background:#f8fafc;padding:24px;overflow-y:auto}.hr-portal-profile-3col{grid-template-columns:280px 1fr 280px;height:100%;display:grid}.hr-portal-profile-sidebar{background:#fff;border-right:1px solid #e5e7eb;padding:20px;overflow-y:auto}.hr-portal-profile-main{background:#f8fafc;padding:24px;overflow-y:auto}.hr-portal-profile-docs{background:#fff;border-left:1px solid #e5e7eb;padding:20px;overflow-y:auto}.hr-sign-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000;background:#111827bf;justify-content:center;align-items:center;padding:8px;display:flex;position:fixed;inset:0}.hr-sign-container{background:#fff;border-radius:0;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}@media (min-width:768px){.hr-sign-container{border-radius:12px;width:calc(100vw - 64px);max-width:1100px;height:calc(100vh - 64px);box-shadow:0 8px 32px #00000040}}.hr-sign-header{color:#1e293b;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 20px;display:flex;box-shadow:0 1px 3px #0000000d}.hr-sign-header-title{color:#1e293b;font-size:.9rem;font-weight:700}.hr-sign-header-sub{color:#6b7280;margin-top:2px;font-size:.72rem}.hr-sign-header-actions{align-items:center;gap:8px;display:flex}.hr-sign-header-btn{cursor:pointer;border:none;border-radius:6px;padding:6px 14px;font-size:.78rem;font-weight:600;transition:all .15s}.hr-sign-header-btn.submit{color:#fff;background:#2563eb}.hr-sign-header-btn.submit:hover{background:#1d4ed8}.hr-sign-header-btn.submit:disabled{opacity:.5;cursor:default}.hr-sign-header-btn.close{color:#6b7280;background:#f3f4f6}.hr-sign-header-btn.close:hover{color:#374151;background:#e5e7eb}.hr-sign-header-btn.next{color:#1e293b;background:#f59e0b;font-weight:700}.hr-sign-header-btn.next:hover{background:#d97706}.hr-sign-body{background:#f9fafb;flex:1;display:flex;overflow:hidden}.hr-sign-pdf-area{flex-direction:column;flex:1;align-items:center;padding:16px;display:flex;overflow-y:auto}.hr-sign-pdf-area>.hr-sign-page-wrap{width:100%;max-width:800px;margin-bottom:16px}.hr-sign-page-wrap{background:#fff;border-radius:4px;position:relative;box-shadow:0 2px 16px #0003}.hr-sign-page-canvas{width:100%;height:auto;display:block}.hr-sign-field-overlay{pointer-events:none;position:absolute;inset:0}.hr-sign-field{cursor:pointer;pointer-events:auto;border:2px solid;border-radius:3px;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;transition:all .15s;display:flex;position:absolute;overflow:hidden}.hr-sign-field:hover{box-shadow:0 0 0 2px #2563eb66;opacity:.85!important}.hr-sign-field.signature{color:#2563eb;background:#3b82f626;border-color:#3b82f680}.hr-sign-field.initials{color:#16a34a;background:#22c55e26;border-color:#22c55e80}.hr-sign-field.date{color:#d97706;background:#f59e0b26;border-color:#f59e0b80}.hr-sign-field.checkbox{color:#dc2626;background:#ef444426;border-color:#ef444480}.hr-sign-field.text{color:#7c3aed;background:#8b5cf626;border-color:#8b5cf680}.hr-sign-field.filled{opacity:.7}.hr-sign-field.filled img{object-fit:contain;width:100%;height:100%}.hr-sign-field-label{color:inherit;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;pointer-events:none;opacity:.85;font-size:.58rem;font-weight:700;position:absolute;top:-16px;left:0}.hr-sign-field-sig:hover{box-shadow:0 0 0 2px #3b82f64d}.hr-sign-field-sig:focus{outline-offset:1px;outline:2px solid #3b82f6}.hr-sign-popup-overlay{z-index:10001;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hr-sign-popup{background:#fff;border-radius:12px;width:480px;max-width:95vw;overflow:hidden;box-shadow:0 12px 40px #0003}.hr-sign-popup-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.hr-sign-popup-header h3{color:#1e293b;margin:0;font-size:.95rem;font-weight:700}.hr-sign-popup-tabs{border-bottom:1px solid #e5e7eb;padding:0 16px;display:flex}.hr-sign-popup-tab{text-align:center;color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 16px;font-size:.78rem;font-weight:600;transition:all .15s}.hr-sign-popup-tab.active{color:#2563eb;border-bottom-color:#2563eb}.hr-sign-popup-tab:hover:not(.active){color:#1e293b}.hr-sign-popup-body{min-height:200px;padding:20px}.hr-sign-popup-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}.hr-sign-canvas-wrap{background:#fafafa;border:2px dashed #d1d5db;border-radius:8px;justify-content:center;align-items:center;min-height:160px;display:flex;position:relative}.hr-sign-canvas-wrap.drawing{border-style:solid;border-color:#2563eb}.hr-sign-canvas{cursor:crosshair;touch-action:none}.hr-sign-canvas-clear{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:4px 10px;font-size:.72rem;font-weight:600;position:absolute;top:8px;right:8px}.hr-sign-canvas-clear:hover{color:#dc2626;border-color:#fca5a5}.hr-sign-font-option{cursor:pointer;text-align:center;border:2px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:12px 16px;transition:all .15s;position:relative;overflow:hidden}.hr-sign-font-option:hover{border-color:#93c5fd}.hr-sign-font-option.selected{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb,0 0 0 4px #2563eb26}.hr-sign-font-dancing{color:#1e293b;font-family:Dancing Script,cursive;font-size:1.8rem}.hr-sign-font-great-vibes{color:#1e293b;font-family:Great Vibes,cursive;font-size:1.8rem}.hr-sign-font-allura{color:#1e293b;font-family:Allura,cursive;font-size:1.8rem}.hr-sign-upload-area{text-align:center;cursor:pointer;border:2px dashed #d1d5db;border-radius:8px;padding:24px;transition:all .15s}.hr-sign-upload-area:hover{background:#f8fafc;border-color:#93c5fd}.hr-sign-upload-area.has-file{border-style:solid;border-color:#2563eb}.hr-sign-upload-preview{object-fit:contain;max-width:100%;max-height:120px;margin:8px auto;display:block}.hr-sign-text-input{color:#1e293b;border:1px solid #e5e7eb;border-radius:6px;outline:none;width:100%;padding:10px 12px;font-size:.9rem}.hr-sign-text-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.hr-sign-editor-toolbar{background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;display:flex}.hr-sign-editor-tool{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.hr-sign-editor-tool:hover{color:#2563eb;border-color:#93c5fd}.hr-sign-editor-tool.active{color:#2563eb;background:#eff6ff;border-color:#2563eb}.hr-sign-editor-tool .dot{border-radius:50%;width:8px;height:8px}.hr-sign-field-overlay>div:hover .hr-fe-delete-btn,div[style*=position\:absolute]>div:hover>.hr-fe-delete-btn{opacity:1!important}.hr-sign-page-nav{z-index:5;background:#1e293bcc;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:fit-content;margin:0 auto;padding:8px;display:flex;position:sticky;bottom:12px}.hr-sign-page-nav button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:4px 10px;font-size:.78rem}.hr-sign-page-nav button:hover{background:#fff3}.hr-sign-page-nav button:disabled{opacity:.3;cursor:default}.hr-sign-page-nav span{color:#fff;font-size:.78rem;font-weight:600}.hr-sign-success{z-index:10;background:#fffffff2;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.hr-sign-success-check{background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex}.hr-sign-success h3{color:#1e293b;margin:0 0 8px;font-size:1.5rem;font-weight:700}.hr-sign-success p{color:#6b7280;font-size:.92rem}.hr-sign-footer{background:#f9fafb;border-top:1px solid #e5e7eb;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.hr-sign-footer-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 20px;font-size:.82rem;font-weight:700;transition:all .15s;display:flex}.hr-sign-footer-btn.next{color:#422006;background:#f59e0b;box-shadow:0 2px 6px #f59e0b4d}.hr-sign-footer-btn.next:hover{color:#fff;background:#d97706;transform:scale(1.03)}.hr-sign-footer-btn.cancel{color:#374151;background:#fff;border:2px solid #d1d5db;border-radius:10px;padding:10px 20px}.hr-sign-footer-btn.cancel:hover{background:#f3f4f6}.hr-sign-footer-btn.cancel:disabled{opacity:.5;cursor:default}.hr-sign-footer-btn.submit{color:#fff;background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 2px 8px #2563eb4d}.hr-sign-footer-btn.submit:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#4338ca)}.hr-sign-footer-btn.submit:disabled{opacity:.5;cursor:default}@keyframes respondPulse{0%{transform:scale(1);box-shadow:0 0 #7c3aed8c}50%{transform:scale(1.06);box-shadow:0 0 0 8px #7c3aed00}to{transform:scale(1);box-shadow:0 0 #7c3aed00}}.respond-btn-pulse{animation:1.6s ease-in-out infinite respondPulse}.respond-btn-pulse:hover{animation-play-state:paused}.integ-act-stats{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}@media (max-width:1200px){.integ-act-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.integ-act-stats{grid-template-columns:repeat(2,1fr)}}.integ-act-stat-tile{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-direction:column;gap:4px;padding:12px 14px;transition:border-color .12s,box-shadow .12s;display:flex}.integ-act-stat-tile:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0d}.integ-act-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:600}.integ-act-stat-value{color:#0f172a;font-size:1.4rem;font-weight:700;line-height:1.1}.integ-act-meta-row{flex-wrap:wrap;gap:12px;display:flex}.integ-act-meta-row>.integ-act-card{flex:1;min-width:240px}.integ-act-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.integ-act-card-title{color:#334155;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #f1f5f9;align-items:center;gap:6px;padding:10px 14px;font-size:.78rem;font-weight:700;display:flex}.integ-act-card-title svg{color:#0a4f95;flex-shrink:0}.integ-act-card-body{padding:12px 14px}.integ-act-count{color:#94a3b8;text-transform:none;letter-spacing:0;background:#f1f5f9;border-radius:8px;margin-left:auto;padding:1px 6px;font-size:.7rem;font-weight:600}.integ-act-empty{color:#94a3b8;text-align:center;padding:8px 0;font-size:.82rem}.integ-act-list{flex-direction:column;gap:2px;display:flex}.integ-act-row{border-radius:6px;align-items:center;gap:10px;padding:8px 10px;transition:background .12s;display:flex}.integ-act-row-clickable{cursor:pointer;outline:none}.integ-act-row-clickable:hover{background:#f8fafc}.integ-act-row-clickable:focus-visible{box-shadow:0 0 0 2px #0a4f9559}.integ-act-row-main{flex:1;min-width:0}.integ-act-row-title{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:.86rem;font-weight:600;overflow:hidden}.integ-act-row-sub{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;font-size:.72rem;display:flex}.integ-act-row-value{color:#0f172a;font-weight:600}.integ-act-row-meta{color:#94a3b8}.integ-act-row-chev{color:#cbd5e1;flex-shrink:0}.integ-act-row-clickable:hover .integ-act-row-chev{color:#0a4f95}.integ-act-stage-badge{border:1px solid #0f172a14;border-radius:10px;padding:1px 8px;font-size:.66rem;font-weight:600;display:inline-block}.integ-act-table{border-collapse:collapse;width:100%}.integ-act-table thead th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:8px 12px;font-size:.66rem;font-weight:700}.integ-act-table tbody td{border-bottom:1px solid #f1f5f9;padding:8px 12px}.integ-act-table tbody tr:last-child td{border-bottom:none}.integ-act-table tbody tr.integ-act-row-clickable:hover{cursor:pointer;background:#f8fafc}.integ-act-approved-badge{color:#166534;background:#dcfce7;border:1px solid #16653426;border-radius:10px;padding:1px 8px;font-size:.66rem;font-weight:700;display:inline-block}.integ-act-pending-badge{color:#92400e;background:#fef3c7;border:1px solid #92400e26;border-radius:10px;padding:1px 8px;font-size:.66rem;font-weight:700;display:inline-block}.integ-act-timeline{flex-direction:column;gap:10px;display:flex}.integ-act-timeline-item{align-items:flex-start;gap:10px;display:flex}.integ-act-timeline-icon{color:#0a4f95;background:#0a4f9514;border:1px solid #0a4f9529;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.integ-act-timeline-body{flex:1;min-width:0}.integ-act-timeline-subject{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:.82rem;font-weight:500;overflow:hidden}.integ-act-timeline-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px;font-size:.7rem;display:flex}.integ-act-timeline-dot{color:#cbd5e1}.integ-act-ext-chip{color:#6d28d9;letter-spacing:.02em;background:#7c3aed1a;border:1px solid #7c3aed40;border-radius:10px;padding:2px 10px;font-size:.72rem;font-weight:700;display:inline-block}.integ-act-link{color:#0a4f95;align-items:center;gap:4px;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .12s;display:inline-flex}.integ-act-link:hover{color:#0c63ba;text-decoration:underline}@keyframes shimmer{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.integ-rc-ext-chip{color:#6d28d9;letter-spacing:.02em;white-space:nowrap;background:#7c3aed1a;border:1px solid #7c3aed40;border-radius:10px;padding:1px 8px;font-size:.66rem;font-weight:700;display:inline-block}.hr-profile-drawer-backdrop{z-index:1000;background:#0f172a52;animation:.14s ease-out hrProfileDrawerFade;position:fixed;inset:0}.hr-profile-drawer{z-index:1001;background:#fff;flex-direction:column;width:360px;max-width:90vw;animation:.18s cubic-bezier(.22,.61,.36,1) hrProfileDrawerSlide;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 32px #0f172a1f}@keyframes hrProfileDrawerFade{0%{opacity:0}to{opacity:1}}@keyframes hrProfileDrawerSlide{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}.hr-profile-drawer-head{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.hr-profile-drawer-title{color:#334155;text-transform:uppercase;letter-spacing:.05em;font-size:.78rem;font-weight:700}.hr-profile-drawer-close{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;padding:4px;transition:background .12s,color .12s;display:flex}.hr-profile-drawer-close:hover{color:#0f172a;background:#e2e8f0}.hr-profile-drawer-body{flex:1;padding:16px;overflow-y:auto}.hr-profile-drawer-hero{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.hr-profile-drawer-avatar,.hr-profile-drawer-avatar-img{color:#fff;object-fit:cover;background:linear-gradient(135deg,#0a4f95,#0c63ba);border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 2px 6px #0f172a1a}.hr-profile-drawer-hero-text{flex:1;min-width:0}.hr-profile-drawer-name{color:#0f172a;word-wrap:break-word;font-size:1rem;font-weight:700}.hr-profile-drawer-position{color:#475569;margin-top:2px;font-size:.82rem;font-weight:500}.hr-profile-drawer-dept{color:#64748b;margin-top:2px;font-size:.74rem}.hr-profile-drawer-fields{flex-direction:column;gap:10px;display:flex}.hr-profile-drawer-field{flex-direction:column;gap:2px;display:flex}.hr-profile-drawer-field-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.66rem;font-weight:600}.hr-profile-drawer-field-value{color:#0f172a;word-wrap:break-word;font-size:.86rem}.hr-profile-drawer-link{color:#0a4f95;font-weight:500;text-decoration:none;transition:color .12s}.hr-profile-drawer-link:hover{color:#0c63ba;text-decoration:underline}.hr-profile-drawer-footer{border-top:1px solid #f1f5f9;margin-top:18px;padding-top:14px}.hr-profile-drawer-open-btn{background:#0a4f9514;border:1px solid #0a4f9533;border-radius:6px;align-items:center;gap:4px;padding:6px 10px;font-size:.78rem;font-weight:600;transition:background .12s,border-color .12s;display:inline-flex}.hr-profile-drawer-open-btn:hover{background:#0a4f9524;border-color:#0a4f9559;text-decoration:none}.hr-profile-trigger{font:inherit;color:inherit;cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px dashed #0000;padding:0;text-decoration:none;transition:color .12s,border-color .12s}.hr-profile-trigger:hover,.hr-profile-trigger:focus-visible{color:#0a4f95;border-bottom-color:#0a4f9566;outline:none}.hr-profile-trigger-inline{align-items:center;gap:6px;display:inline-flex}.integ-call-linked{align-items:center;text-decoration:none;transition:opacity .12s;display:inline-flex}.integ-call-linked:hover{opacity:.82;text-decoration:underline}.m365-hub{background:#f8fafc;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.m365-hub-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:20px 28px 18px}.m365-hub-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;display:flex}.m365-hub-title-wrap{align-items:center;gap:14px;min-width:0;display:flex}.m365-hub-icon{color:#0054a9;background:#eef4fb;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.m365-hub-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:700;line-height:1.2}.m365-hub-subtitle{color:#64748b;margin-top:2px;font-size:.78rem;font-weight:500}.m365-hub-header-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.m365-search-wrap{align-items:center;min-width:280px;display:inline-flex;position:relative}.m365-search-wrap>svg{color:#94a3b8;pointer-events:none;position:absolute;left:12px}.m365-search-input{color:#0f172a;background:#f1f5f9;border:1px solid #0000;border-radius:999px;outline:none;width:100%;padding:9px 32px 9px 34px;font-size:.84rem;transition:background .12s,border-color .12s,box-shadow .12s}.m365-search-input:focus{background:#fff;border-color:#0054a9;box-shadow:0 0 0 3px #0054a91f}.m365-search-input::placeholder{color:#94a3b8}.m365-search-clear{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:1rem;line-height:1;display:inline-flex;position:absolute;right:10px}.m365-search-clear:hover{color:#0f172a;background:#e2e8f0}.m365-refresh-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.m365-refresh-btn:hover:not(:disabled){color:#0054a9;background:#f1f5f9;border-color:#cbd5e1}.m365-refresh-btn:disabled{opacity:.55;cursor:progress}.m365-refresh-btn.spinning svg{animation:.9s linear infinite m365RefreshSpin}@keyframes m365RefreshSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.m365-hub-body{flex:1;min-height:0;padding:18px 28px 40px}.glass-header{-webkit-backdrop-filter:blur(14px)saturate(1.5);backdrop-filter:blur(14px)saturate(1.5);background:#ffffffb8;border-bottom:1px solid #0f172a12;box-shadow:0 1px #0f172a0a,0 4px 14px -8px #0f172a14}.files-hub-root .m365-hub-header,.ppl-hub .m365-hub-header{z-index:30;position:sticky;top:0}.profile-hub .profile-topbar{z-index:30;margin:0 -28px;padding:12px 28px 8px;position:sticky;top:0}.prefs-main .prefs-header{z-index:30;margin:0 calc(-1 * var(--prefs-gutter)) 24px;padding:10px var(--prefs-gutter) 0;position:sticky;top:0}.prefs-main .prefs-header .prefs-divider{display:none}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.glass-header{background:#fff}}.m365-chips-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.m365-chips-wrap{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.m365-chip{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.m365-chip:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.m365-chip.active{color:#fff;background:#0054a9;border-color:#0054a9}.m365-chip.active:hover{background:#0a4f95;border-color:#0a4f95}.m365-chip-count{color:inherit;background:#0f172a0f;border-radius:999px;padding:1px 6px;font-size:.7rem;font-weight:700}.m365-chip.active .m365-chip-count{color:#fff;background:#ffffff38}.m365-chips-right{align-items:center;gap:12px;display:inline-flex}.m365-scope-toggle{background:#f1f5f9;border-radius:8px;align-items:center;padding:2px;display:inline-flex}.m365-scope-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 12px;font-size:.76rem;font-weight:600;transition:background .12s,color .12s}.m365-scope-btn:hover{color:#0f172a}.m365-scope-btn.active{color:#0054a9;background:#fff;box-shadow:0 1px 3px #00000012}.m365-view-toggle{background:#f1f5f9;border-radius:8px;align-items:center;padding:2px;display:inline-flex}.m365-view-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:38px;height:34px;transition:background .12s,color .12s;display:inline-flex}.m365-view-toggle-btn:hover{color:#0f172a}.m365-view-toggle-btn.active{color:#0054a9;background:#fff;box-shadow:0 1px 3px #00000012}.m365-hub-banner{border-radius:8px;align-items:center;gap:10px;margin-bottom:14px;padding:10px 14px;font-size:.8rem;display:flex}.m365-hub-banner-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.m365-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.m365-grid-people{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.m365-card-file{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;transition:transform .15s cubic-bezier(.16,1,.3,1),box-shadow .15s,border-color .15s;display:flex;position:relative;overflow:hidden}.m365-card-file:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 18px #0f172a14,0 1px 4px #0f172a0a}.m365-card-file:focus-visible{border-color:#0054a9;outline:none;box-shadow:0 0 0 3px #0054a92e}.m365-card-thumb{aspect-ratio:4/3;background:#f1f5f9;width:100%;position:relative;overflow:hidden}.m365-card-thumb img{object-fit:cover;width:100%;height:100%;display:block}.m365-card-thumb-fallback{color:#fff;letter-spacing:.04em;justify-content:center;align-items:center;font-size:1.6rem;font-weight:800;display:flex;position:absolute;inset:0}.m365-card-thumb-fallback span{filter:drop-shadow(0 1px 2px #00000038)}.m365-card-quick-actions{opacity:0;pointer-events:none;gap:4px;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:8px;right:8px;transform:translateY(-4px)}.m365-card-file:hover .m365-card-quick-actions,.m365-card-file:focus-within .m365-card-quick-actions{opacity:1;pointer-events:auto;transform:none}.m365-quick-btn{color:#334155;cursor:pointer;background:#fffffff2;border:1px solid #0f172a14;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;transition:background .1s,color .1s;display:inline-flex}.m365-quick-btn:hover{color:#fff;background:#0054a9;border-color:#0054a9}.m365-quick-btn-danger:hover{background:#dc2626;border-color:#dc2626}.m365-card-body{flex-direction:column;gap:3px;padding:10px 12px 12px;display:flex}.m365-card-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;line-height:1.35;overflow:hidden}.m365-card-context{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.m365-card-context-link{font:inherit;color:#0054a9;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.m365-card-context-link:hover{text-decoration:underline}.m365-card-meta{color:#94a3b8;align-items:center;gap:6px;font-size:.7rem;font-weight:500;display:flex}.m365-meta-dot{color:#cbd5e1}.m365-list{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.m365-list-head{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:1fr 110px 200px 140px;padding:9px 16px;font-size:.68rem;font-weight:700;display:grid}.m365-list-head-size{text-align:right}.m365-list-head-modified{text-align:left}.m365-row-file{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:1fr 110px 200px 140px;align-items:center;padding:10px 16px;transition:background .12s;display:grid}.m365-row-file:last-child{border-bottom:none}.m365-row-file:hover{background:#f8fafc}.m365-row-file:focus-visible{background:#eef4fb;outline:none;box-shadow:inset 0 0 0 2px #0054a9}.m365-row-name{align-items:center;gap:12px;min-width:0;display:flex}.m365-row-icon{color:#fff;letter-spacing:.04em;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.6rem;font-weight:800;display:inline-flex}.m365-row-name-text{flex-direction:column;gap:1px;min-width:0;display:flex}.m365-row-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.m365-row-context{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.m365-row-size{text-align:right;color:#475569;font-variant-numeric:tabular-nums;font-size:.78rem}.m365-row-modified{color:#475569;font-size:.78rem;line-height:1.35}.m365-row-modified-by{color:#94a3b8;font-size:.7rem}.m365-row-actions{opacity:0;justify-content:flex-end;gap:4px;transition:opacity .12s;display:flex}.m365-row-file:hover .m365-row-actions,.m365-row-file:focus-within .m365-row-actions{opacity:1}.m365-row-action{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;transition:background .1s,color .1s,border-color .1s;display:inline-flex}.m365-row-action:hover{color:#0054a9;background:#fff;border-color:#cbd5e1}.m365-row-action-danger:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.m365-empty-state{text-align:center;background:#fff;border:1px dashed #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px;display:flex}.m365-empty-state.m365-empty-inline{border-style:solid;padding:40px 20px}.m365-empty-icon{color:#0054a9;background:#eef4fb;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:14px;display:inline-flex}.m365-empty-title{color:#0f172a;margin:0 0 6px;font-size:1.02rem;font-weight:700}.m365-empty-text{color:#64748b;max-width:420px;margin:0;font-size:.82rem;line-height:1.55}.m365-card-person{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:6px;min-height:180px;padding:18px 16px 14px;transition:transform .15s cubic-bezier(.16,1,.3,1),box-shadow .15s,border-color .15s;display:flex}.m365-card-person:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 18px #0f172a14,0 1px 4px #0f172a0a}.m365-card-person:focus-visible{border-color:#0054a9;outline:none;box-shadow:0 0 0 3px #0054a92e}.m365-avatar{color:#fff;letter-spacing:.03em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.m365-avatar-img-wrap{background:#e2e8f0;border-radius:50%;flex-shrink:0;display:inline-block;overflow:hidden}.m365-avatar-img-wrap img{object-fit:cover;display:block}.m365-card-person-name{color:#0f172a;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin-top:4px;font-size:.92rem;font-weight:700;overflow:hidden}.m365-card-person-title{color:#475569;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.78rem;overflow:hidden}.m365-card-person-dept{color:#94a3b8;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.72rem;font-weight:500;overflow:hidden}.m365-card-person-actions{gap:6px;margin-top:8px;display:flex}.m365-icon-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;transition:background .12s,color .12s;display:inline-flex}.m365-icon-btn:hover{color:#fff;background:#0054a9}.m365-list-people .m365-row-person{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:44px minmax(0,1.2fr) minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 16px;transition:background .12s;display:grid}.m365-list-people .m365-row-person:last-child{border-bottom:none}.m365-list-people .m365-row-person:hover{background:#f8fafc}.m365-row-person-text{flex-direction:column;gap:1px;min-width:0;display:flex}.m365-row-person-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.m365-row-person-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;overflow:hidden}.m365-row-person-meta{min-width:0}.m365-row-person-email{color:#475569;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.78rem;display:inline-block;overflow:hidden}.m365-row-person-actions{opacity:0;gap:6px;transition:opacity .12s;display:flex}.m365-list-people .m365-row-person:hover .m365-row-person-actions,.m365-list-people .m365-row-person:focus-within .m365-row-person-actions{opacity:1}.m365-skeleton-wrap{pointer-events:none}.m365-shimmer{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 40%,#f1f5f9 80%) 0 0/200% 100%;border-radius:4px;animation:1.2s linear infinite m365Shimmer}.m365-skeleton-line{height:12px;margin-top:6px}.m365-card-file.m365-skeleton-wrap{cursor:default}.m365-card-file.m365-skeleton-wrap:hover{box-shadow:none;border-color:#e2e8f0;transform:none}.m365-card-person.m365-skeleton-wrap{cursor:default}.m365-card-person.m365-skeleton-wrap:hover{box-shadow:none;border-color:#e2e8f0;transform:none}@keyframes m365Shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.m365-spinner{border:2px solid #e2e8f0;border-top-color:#0054a9;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite m365SpinnerRot}@keyframes m365SpinnerRot{to{transform:rotate(360deg)}}.m365-preview-overlay{-webkit-backdrop-filter:blur(4px);z-index:250;background:#0f172a8c;justify-content:center;align-items:center;padding:28px;animation:.16s m365FadeIn;display:flex;position:fixed;inset:0}@keyframes m365FadeIn{0%{opacity:0}to{opacity:1}}.m365-preview-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:960px;max-height:calc(100vh - 56px);animation:.18s cubic-bezier(.16,1,.3,1) m365ModalIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000059}.m365-person-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:560px;max-height:calc(100vh - 56px);animation:.18s cubic-bezier(.16,1,.3,1) m365ModalIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000059}@keyframes m365ModalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.m365-preview-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:18px;padding:16px 20px;display:flex}.m365-preview-header-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.m365-preview-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:540px;font-size:.98rem;font-weight:700;overflow:hidden}.m365-preview-subtitle{color:#64748b;margin-top:2px;font-size:.72rem;font-weight:500}.m365-preview-close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .12s,color .12s;display:inline-flex}.m365-preview-close:hover{color:#0f172a;background:#e2e8f0}.m365-preview-body{flex:1;grid-template-columns:minmax(0,1fr) 280px;min-height:0;display:grid}.m365-preview-main{background:#0f172a;justify-content:center;align-items:center;min-height:420px;display:flex;position:relative;overflow:auto}.m365-preview-iframe{background:#fff;border:none;width:100%;height:100%;min-height:500px}.m365-preview-image{object-fit:contain;max-width:100%;max-height:calc(100vh - 180px);display:block}.m365-preview-placeholder{color:#cbd5e1;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.m365-preview-fallback-icon{color:#fff;letter-spacing:.04em;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.3rem;font-weight:800;display:inline-flex}.m365-preview-details{background:#f8fafc;border-left:1px solid #e2e8f0;flex-direction:column;gap:18px;padding:20px;display:flex;overflow-y:auto}.m365-preview-section h4{color:#475569;text-transform:uppercase;letter-spacing:.06em;margin:0 0 10px;font-size:.72rem;font-weight:700}.m365-preview-dl{grid-template-columns:auto 1fr;gap:8px 14px;margin:0;font-size:.82rem;display:grid}.m365-preview-dl dt{color:#64748b;font-weight:600}.m365-preview-dl dd{color:#0f172a;word-break:break-word;margin:0;font-weight:500}.m365-preview-link{color:#0054a9;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none}.m365-preview-link:hover{text-decoration:underline}.m365-preview-actions{flex-direction:column;gap:8px;display:flex}.m365-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.m365-btn-primary{color:#fff;background:#0054a9;border-color:#0054a9}.m365-btn-primary:hover{background:#0a4f95;border-color:#0a4f95}.m365-btn-secondary{color:#334155;background:#fff;border-color:#cbd5e1}.m365-btn-secondary:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.m365-btn-secondary:disabled{opacity:.55;cursor:not-allowed;background:#f8fafc}.m365-btn-danger{color:#991b1b;background:#fff;border-color:#fecaca}.m365-btn-danger:hover{color:#7f1d1d;background:#fef2f2;border-color:#f87171}.m365-person-body{flex-direction:column;gap:18px;padding:22px 24px 24px;display:flex;overflow-y:auto}.m365-person-hero{align-items:center;gap:18px;display:flex}.m365-person-hero-text{min-width:0}.m365-person-name-lg{color:#0f172a;font-size:1.3rem;font-weight:800;line-height:1.2}.m365-person-title-lg{color:#334155;margin-top:4px;font-size:.88rem;font-weight:500}.m365-person-dept-lg{color:#64748b;margin-top:2px;font-size:.78rem}.m365-person-grid{grid-template-columns:1fr 1fr;gap:14px 18px;display:grid}.m365-person-field-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.m365-person-field-value{color:#0f172a;word-break:break-word;margin-top:3px;font-size:.86rem;font-weight:500;display:inline-block}.m365-person-actions{border-top:1px solid #e2e8f0;gap:8px;padding-top:8px;display:flex}.m365-person-section h4{color:#475569;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px;font-size:.72rem;font-weight:700}.m365-person-mini{cursor:pointer;text-align:left;width:100%;font:inherit;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;transition:background .12s,border-color .12s;display:flex}.m365-person-mini:hover{background:#eef4fb;border-color:#bfdbfe}.m365-person-mini-name{color:#0f172a;font-size:.84rem;font-weight:600;line-height:1.2}.m365-person-mini-title{color:#64748b;margin-top:2px;font-size:.74rem}.m365-person-reports{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;display:grid}.m365-deal-files-wrap{flex-direction:column;gap:14px;display:flex}.m365-deal-files-head{justify-content:space-between;align-items:center;padding:2px 2px 0;display:flex}.m365-deal-files-title{color:#0f172a;font-size:.96rem;font-weight:700}.m365-deal-files-sub{color:#64748b;margin-top:2px;font-size:.74rem;font-weight:500}.ppl-hub .m365-hub-body{padding-top:14px}.ppl-hub-stats-row{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 28px 14px}.ppl-hub-subtitle{color:#475569;flex-wrap:wrap;align-items:center;gap:10px;font-size:.82rem;line-height:1.5;display:flex}.ppl-stat strong{color:#0f172a;font-weight:700}.ppl-stat-sep{color:#cbd5e1;-webkit-user-select:none;user-select:none}.ppl-stat-synced{color:#64748b;font-weight:500}.ppl-filter-row{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px;display:flex}.ppl-filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-right:4px;padding:4px 2px;font-size:.7rem;font-weight:700}.ppl-filter-chip{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:.75rem;font-weight:600;transition:background .12s cubic-bezier(.16,1,.3,1),border-color .12s,color .12s,transform .1s;display:inline-flex}.ppl-filter-chip:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.ppl-filter-chip:active{transform:scale(.97)}.ppl-filter-chip.active{color:#fff;background:#0054a9;border-color:#0054a9}.ppl-filter-chip.active:hover{background:#0a4f95;border-color:#0a4f95}.ppl-filter-count{color:inherit;background:#0f172a0f;border-radius:999px;margin-left:2px;padding:1px 6px;font-size:.66rem;font-weight:700}.ppl-filter-chip.active .ppl-filter-count{color:#fff;background:#ffffff3d}.ppl-hub-right-controls{align-items:center;gap:8px;display:inline-flex}.ppl-include-all-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:8px;padding:5px 10px 5px 6px;transition:border-color .14s cubic-bezier(.16,1,.3,1),background .14s;display:inline-flex}.ppl-include-all-toggle:hover{background:#f8fafc;border-color:#94a3b8}.ppl-include-all-toggle input{opacity:0;pointer-events:none;position:absolute}.ppl-include-all-knob{background:#cbd5e1;border-radius:999px;flex-shrink:0;width:26px;height:14px;transition:background .16s cubic-bezier(.16,1,.3,1);position:relative}.ppl-include-all-knob:after{content:"";background:#fff;border-radius:50%;width:11px;height:11px;transition:transform .16s cubic-bezier(.16,1,.3,1);position:absolute;top:1.5px;left:1.5px;box-shadow:0 1px 2px #0f172a26}.ppl-include-all-toggle.is-on .ppl-include-all-knob{background:#0054a9}.ppl-include-all-toggle.is-on .ppl-include-all-knob:after{transform:translate(12px)}.ppl-include-all-label{color:#475569;letter-spacing:-.005em;font-size:12px;font-weight:500}.ppl-include-all-toggle.is-on .ppl-include-all-label{color:#0054a9;font-weight:600}.ppl-include-all-toggle:focus-within{outline-offset:2px;outline:2px solid #0054a94d}.ppl-density-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:28px;padding:0 2px;transition:background .12s,color .12s,transform .1s;display:inline-flex}.ppl-density-btn:hover{color:#0f172a;background:#e2e8f0}.ppl-density-btn:active{transform:scale(.95)}.ppl-density-btn.is-compact{color:#0054a9}.ppl-grid{gap:14px;grid-template-columns:repeat(auto-fill,minmax(236px,1fr))!important}.ppl-density-compact .ppl-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important}.ppl-card{text-align:center;position:relative;align-items:stretch!important;gap:0!important;min-height:auto!important;padding:18px 16px 14px!important}.ppl-card .m365-card-person-name{margin-top:10px;font-size:.94rem}.ppl-card .m365-card-person-title{color:#64748b;min-height:1.2em;margin-top:3px;font-size:.76rem;font-weight:500}.ppl-card .m365-card-person-title .ppl-dim{color:#94a3b8}.ppl-card-top{justify-content:center;display:flex}.ppl-density-compact .ppl-card{padding:14px 12px 10px!important}.ppl-density-compact .ppl-card .m365-card-person-name{margin-top:8px;font-size:.86rem}.ppl-density-compact .ppl-card .m365-card-person-title{font-size:.72rem}.ppl-avatar-wrap{display:inline-block;position:relative}.ppl-avatar-wrap>.m365-avatar,.ppl-avatar-wrap>.m365-avatar-img-wrap{display:inline-flex}.ppl-presence-dot{box-sizing:border-box;background:#94a3b8;border-radius:50%;justify-content:center;align-items:center;transition:background .2s cubic-bezier(.16,1,.3,1);display:inline-flex;position:absolute;bottom:1px;right:1px;box-shadow:0 0 0 2px #fff}.ppl-presence-dot.inline-presence-dot{box-shadow:none;position:relative;bottom:auto;right:auto}.ppl-presence-available{background:#16a34a}.ppl-presence-busy{background:#dc2626}.ppl-presence-away{background:#d97706}.ppl-presence-dnd{background:#dc2626;position:relative}.ppl-presence-dnd:after{content:"";background:#fff;border-radius:.5px;height:14%;min-height:1.5px;position:absolute;top:50%;left:18%;right:18%;transform:translateY(-50%)}.ppl-presence-offline{background:0 0;border:1.5px solid #94a3b8}.ppl-presence-loading{background:#cbd5e1;animation:1.6s ease-in-out infinite ppl-presence-pulse}@keyframes ppl-presence-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.ppl-card-tags{flex-wrap:wrap;justify-content:center;align-items:center;gap:5px;min-height:22px;margin-top:10px;display:flex}.ppl-division-badge{letter-spacing:.02em;text-transform:none;border:1px solid #0000;border-radius:999px;align-items:center;padding:2px 8px;font-size:.68rem;font-weight:700;line-height:1.4;display:inline-flex}.ppl-inline-badge{vertical-align:middle;margin-left:8px;font-size:.64rem}.ppl-office-chip{color:#475569;white-space:nowrap;text-overflow:ellipsis;background:#f1f5f9;border-radius:999px;align-items:center;gap:4px;max-width:140px;padding:2px 8px;font-size:.68rem;font-weight:500;display:inline-flex;overflow:hidden}.ppl-card-footer{border-top:1px solid #f1f5f9;justify-content:center;margin-top:12px;padding-top:12px;display:flex}.ppl-density-compact .ppl-card-footer{margin-top:8px;padding-top:8px}.ppl-qa-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:2px;padding:2px;display:inline-flex}.ppl-qa-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;text-decoration:none;transition:background .12s cubic-bezier(.16,1,.3,1),color .12s,transform .1s;display:inline-flex}.ppl-qa-btn:hover:not(:disabled):not([aria-disabled=true]){color:#0054a9;background:#fff;box-shadow:0 1px 3px #0f172a14}.ppl-qa-btn:active:not(:disabled):not([aria-disabled=true]){transform:scale(.96)}.ppl-qa-btn:focus-visible{outline-offset:2px;outline:2px solid #0054a94d}.ppl-qa-btn:disabled,.ppl-qa-btn[aria-disabled=true]{color:#cbd5e1;cursor:not-allowed}.ppl-qa-btn[aria-disabled=true]:hover{color:#cbd5e1;background:0 0}.ppl-qa-sm .ppl-qa-btn{width:28px;height:28px}.ppl-qa-sm .ppl-qa-btn svg{width:14px;height:14px}.ppl-qa-lg{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:4px;padding:4px}.ppl-qa-lg .ppl-qa-btn{border-radius:9px;width:40px;height:40px}.ppl-qa-lg .ppl-qa-btn svg{width:18px;height:18px}.ppl-list .ppl-row{gap:16px;grid-template-columns:44px minmax(0,1.3fr) minmax(0,.8fr) auto!important}.ppl-density-compact .ppl-list .ppl-row{padding:6px 16px!important}.ppl-row .m365-row-person-name{align-items:center;gap:6px;display:flex}.ppl-row-meta{align-items:center;min-width:0;display:flex}.ppl-row-meta-item{color:#64748b;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:4px;max-width:100%;font-size:.74rem;font-weight:500;display:inline-flex;overflow:hidden}.ppl-row-actions{align-items:center;display:inline-flex}.ppl-list .ppl-row .ppl-qa-row{opacity:.85}.ppl-list .ppl-row:hover .ppl-qa-row{opacity:1}.ppl-empty-clear{color:#0054a9;cursor:pointer;background:#eef4fb;border:1px solid #0000;border-radius:8px;align-items:center;margin-top:16px;padding:8px 14px;font-size:.82rem;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.ppl-empty-clear:hover{color:#0a4f95;background:#dbeafe}.ppl-modal{max-width:640px!important}.ppl-modal-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 22px 12px;display:flex}.ppl-modal-header-kicker{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:700}.ppl-modal-header-actions{align-items:center;gap:10px;display:inline-flex}.ppl-modal-profile-link{color:#0054a9;background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:6px 10px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .12s;display:inline-flex}.ppl-modal-profile-link:hover{background:#eef4fb}.ppl-modal-body{flex-direction:column;gap:18px;padding:20px 24px 24px;display:flex;overflow-y:auto}.ppl-modal-loading{align-items:center;gap:16px;padding:8px 0;display:flex}.ppl-modal-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;font-size:.82rem}.ppl-modal-hero{align-items:center;gap:18px;display:flex}.ppl-modal-hero-main{flex:1;min-width:0}.ppl-modal-hero-name{color:#0f172a;letter-spacing:-.01em;flex-wrap:wrap;align-items:center;gap:8px;font-size:1.4rem;font-weight:800;line-height:1.2;display:flex}.ppl-pronouns{color:#94a3b8;letter-spacing:normal;font-size:.78rem;font-weight:500}.ppl-modal-hero-title{color:#334155;margin-top:4px;font-size:.9rem;font-weight:500}.ppl-modal-hero-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:.78rem;display:inline-flex}.ppl-modal-hero-tenure{color:#64748b;margin-top:6px;font-size:.74rem;font-weight:500}.ppl-modal-contact-strip{justify-content:center;padding:6px 0;display:flex}.ppl-modal-tabs{background:#f1f5f9;border-radius:9px;align-self:flex-start;gap:2px;padding:3px;display:inline-flex}.ppl-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;padding:6px 14px;font-size:.8rem;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.ppl-tab:hover{color:#0f172a}.ppl-tab.active{color:#0054a9;background:#fff;box-shadow:0 1px 3px #0f172a14}.ppl-tab-panel{flex-direction:column;gap:16px;animation:.18s cubic-bezier(.4,0,.2,1) ppl-tab-fade;display:flex}@keyframes ppl-tab-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.ppl-section{flex-direction:column;gap:8px;display:flex}.ppl-section-h{color:#475569;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;margin:0;font-size:.72rem;font-weight:700;display:inline-flex}.ppl-section-admin{background:#fef9c3;border:1px solid #fde68a;border-radius:8px;padding:12px 14px}.ppl-hr-link{color:#92400e;align-items:center;gap:5px;font-size:.82rem;font-weight:600;text-decoration:none;display:inline-flex}.ppl-hr-link:hover{text-decoration:underline}.ppl-count-pill{color:#475569;text-transform:none;letter-spacing:0;background:#e2e8f0;border-radius:999px;padding:1px 7px;font-size:.66rem;font-weight:700}.ppl-dl{grid-template-columns:104px 1fr;gap:6px 16px;margin:0;font-size:.84rem;display:grid}.ppl-dl dt{color:#64748b;font-weight:600}.ppl-dl dd{color:#0f172a;word-break:break-word;margin:0;font-weight:500}.ppl-link{color:#0054a9;font-weight:500;text-decoration:none}.ppl-link:hover{text-decoration:underline}.ppl-chiplist{flex-wrap:wrap;gap:6px;display:flex}.ppl-chiplist-chip{color:#334155;background:#f1f5f9;border-radius:999px;align-items:center;padding:3px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.ppl-placeholder{color:#64748b;background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px;padding:12px 14px;font-size:.8rem;line-height:1.5}.ppl-activity-counts{flex-wrap:wrap;gap:8px;display:flex}.ppl-count-chip{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:5px;padding:6px 12px;font-size:.8rem;font-weight:500;display:inline-flex}.ppl-count-num{color:#0054a9;font-variant-numeric:tabular-nums;font-size:.96rem;font-weight:700}.ppl-deal-list{flex-direction:column;gap:6px;display:flex}.ppl-deal-card{cursor:pointer;text-align:left;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:flex-start;gap:3px;padding:10px 12px;transition:background .12s,border-color .12s,transform .1s;display:flex}.ppl-deal-card:hover{background:#f8fafc;border-color:#cbd5e1}.ppl-deal-card:active{transform:scale(.998)}.ppl-deal-title{color:#0f172a;font-size:.85rem;font-weight:600;line-height:1.3}.ppl-deal-sub{color:#64748b;font-size:.74rem;font-weight:500}.ppl-deal-sub .ppl-dim{color:#cbd5e1}.ppl-dim{color:#94a3b8}.ppl-work-loading{flex-direction:column;gap:8px;display:flex}.ppl-work-skel{border-radius:8px;height:48px}.ppl-picker-overlay{-webkit-backdrop-filter:blur(4px);z-index:300;background:#0f172a8c;justify-content:center;align-items:center;padding:28px;animation:.16s m365FadeIn;display:flex;position:fixed;inset:0}.ppl-picker-card{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:420px;animation:.18s cubic-bezier(.16,1,.3,1) m365ModalIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #0f172a40}.ppl-picker-sms{max-width:400px}.ppl-picker-head{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:14px 18px 12px;display:flex}.ppl-picker-avatar-wrap{display:inline-flex}.ppl-picker-title-wrap{flex:1;min-width:0}.ppl-picker-kicker{color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-size:.66rem;font-weight:700}.ppl-picker-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.98rem;font-weight:700;overflow:hidden}.ppl-picker-close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:inline-flex}.ppl-picker-close:hover{color:#0f172a;background:#e2e8f0}.ppl-picker-body{min-height:48px;padding:8px 10px}.ppl-picker-loading{flex-direction:column;gap:8px;padding:10px;display:flex}.ppl-picker-skeleton{border-radius:8px;height:54px}.ppl-picker-empty{text-align:center;color:#64748b;padding:24px 16px;font-size:.84rem}.ppl-picker-empty p{margin:0}.ppl-picker-options{flex-direction:column;gap:2px;display:flex}.ppl-picker-option{cursor:pointer;text-align:left;font:inherit;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;transition:background .12s,transform .1s;display:flex}.ppl-picker-option:hover{background:#f1f5f9}.ppl-picker-option:active{transform:scale(.99)}.ppl-picker-option.is-default{background:#eef4fb}.ppl-picker-option.is-default:hover{background:#dbeafe}.ppl-picker-option-icon{color:#475569;background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.ppl-picker-option.is-default .ppl-picker-option-icon{color:#fff;background:#0054a9}.ppl-picker-option-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ppl-picker-option-label{color:#0f172a;align-items:center;gap:6px;font-size:.86rem;font-weight:600;display:inline-flex}.ppl-picker-option-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;overflow:hidden}.ppl-picker-badge{letter-spacing:.06em;color:#fff;background:#0054a9;border-radius:4px;align-items:center;padding:1px 6px;font-size:.6rem;font-weight:800;display:inline-flex}.ppl-picker-default{color:#0054a9;letter-spacing:.04em;text-transform:uppercase;background:#fff;border-radius:999px;padding:1px 6px;font-size:.6rem;font-weight:700}.ppl-picker-chev{color:#cbd5e1;flex-shrink:0}.ppl-picker-option:hover .ppl-picker-chev{color:#475569}.ppl-picker-foot{background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:8px;padding:10px 14px;display:flex}.ppl-picker-cancel{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:7px;padding:7px 14px;font-size:.82rem;font-weight:600;transition:background .12s,border-color .12s,color .12s}.ppl-picker-cancel:hover{color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.ppl-shimmer{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 40%,#f1f5f9 80%) 0 0/200% 100%;border-radius:4px;animation:1.2s linear infinite m365Shimmer}.nav-count-chip{color:#64748b;font-variant-numeric:tabular-nums;letter-spacing:.02em;background:#64748b24;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:18px;margin-left:auto;padding:0 6px;font-size:.64rem;font-weight:700;display:inline-flex}.nav-item.active .nav-count-chip{color:#fff;background:#ffffff38}.files-hub-root{position:relative}.files-hub-root.is-dragging{pointer-events:auto}.files-hub-root.is-dragging .m365-hub-body,.files-hub-root.is-dragging .m365-hub-header,.files-hub-root.is-dragging .m365-bulk-toolbar{pointer-events:none}.m365-split-btn{border-radius:8px;align-items:stretch;height:36px;display:inline-flex;position:relative;box-shadow:0 1px 2px #0f172a0f}.m365-split-btn-primary,.m365-split-btn-caret{color:#fff;cursor:pointer;background:#0a4f95;border:1px solid #0a4f95;font-size:.84rem;font-weight:600;transition:background .12s cubic-bezier(.16,1,.3,1),border-color .12s cubic-bezier(.16,1,.3,1),box-shadow .12s cubic-bezier(.16,1,.3,1)}.m365-split-btn-primary{border-right:1px solid #ffffff2e;border-radius:8px 0 0 8px;align-items:center;gap:7px;padding:0 14px;display:inline-flex}.m365-split-btn-caret{border-left:none;border-radius:0 8px 8px 0;justify-content:center;align-items:center;width:28px;padding:0;display:inline-flex}.m365-split-btn-caret svg{transition:transform .16s cubic-bezier(.16,1,.3,1)}.m365-split-btn-caret.is-open svg{transform:rotate(180deg)}.m365-split-btn-primary:hover,.m365-split-btn-caret:hover{background:#083d75;border-color:#083d75}.m365-split-btn-primary:active,.m365-split-btn-caret:active{transform:scale(.98)}.m365-split-btn-primary:focus-visible,.m365-split-btn-caret:focus-visible{outline-offset:2px;outline:2px solid #0a4f9559}.m365-split-menu{z-index:300;background:#fff;border:1px solid #e5e9f0;border-radius:10px;min-width:232px;padding:6px;animation:.14s cubic-bezier(.16,1,.3,1) m365SplitDrop;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 30px #0f172a24,0 2px 6px #0f172a0f}@keyframes m365SplitDrop{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:none}}.m365-split-menu-item{color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px 10px;font-size:.82rem;font-weight:500;transition:background .12s cubic-bezier(.16,1,.3,1);display:flex}.m365-split-menu-item:hover{background:#f1f5f9}.m365-split-menu-item:active{background:#e2e8f0}.m365-split-menu-icon{color:#475569;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.m365-upload-overlay{-webkit-backdrop-filter:blur(3px);z-index:320;background:#0f172a80;justify-content:center;align-items:center;padding:32px 24px;animation:.16s m365UploadOverlayIn;display:flex;position:fixed;inset:0}@keyframes m365UploadOverlayIn{0%{opacity:0}to{opacity:1}}.m365-upload-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:680px;max-height:calc(100vh - 64px);animation:.18s cubic-bezier(.16,1,.3,1) m365UploadModalIn;display:flex;overflow:hidden;box-shadow:0 20px 60px #0f172a40}.m365-upload-modal-compact{max-width:540px}@keyframes m365UploadModalIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.m365-upload-header{border-bottom:1px solid #e5e9f0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 22px 14px;display:flex}.m365-upload-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.m365-upload-subtitle{color:#64748b;margin-top:3px;font-size:.78rem;font-weight:500;line-height:1.45}.m365-upload-close{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;line-height:1;transition:background .12s,color .12s;display:inline-flex}.m365-upload-close:hover:not(:disabled){color:#0f172a;background:#e2e8f0}.m365-upload-close:disabled{opacity:.45;cursor:not-allowed}.m365-upload-body{flex-direction:column;flex:1;gap:18px;min-height:0;padding:18px 22px 8px;display:flex;overflow-y:auto}.m365-upload-footer{background:#fafbfc;border-top:1px solid #e5e9f0;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:14px 22px;display:flex}.m365-upload-footer-actions{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.m365-upload-btn-primary,.m365-upload-btn-secondary{cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:7px;padding:8px 16px;font-size:.84rem;font-weight:600;transition:background .12s cubic-bezier(.16,1,.3,1),border-color .12s cubic-bezier(.16,1,.3,1),transform .1s cubic-bezier(.16,1,.3,1),box-shadow .12s cubic-bezier(.16,1,.3,1);display:inline-flex}.m365-upload-btn-primary{color:#fff;background:#0a4f95;border:1px solid #0a4f95;box-shadow:0 1px 2px #0f172a0f}.m365-upload-btn-primary:hover:not(:disabled){background:#083d75;border-color:#083d75}.m365-upload-btn-primary:active:not(:disabled){transform:scale(.98)}.m365-upload-btn-primary:disabled{opacity:.5;cursor:not-allowed;background:#94a3b8;border-color:#94a3b8}.m365-upload-btn-secondary{color:#334155;background:#fff;border:1px solid #cbd5e1}.m365-upload-btn-secondary:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.m365-upload-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.m365-upload-form{flex-direction:column;gap:16px;display:flex}.m365-upload-field{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.m365-upload-field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.m365-upload-label{color:#334155;letter-spacing:-.005em;font-size:.78rem;font-weight:600}.m365-upload-required{color:#dc2626;font-weight:700}.m365-upload-optional{color:#94a3b8;font-size:.72rem;font-weight:500}.m365-upload-input,.m365-upload-select,.m365-upload-textarea{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:9px 12px;font-family:inherit;font-size:.84rem;transition:border-color .12s,box-shadow .12s,background .12s}.m365-upload-input:focus,.m365-upload-select:focus,.m365-upload-textarea:focus{border-color:#0a4f95;box-shadow:0 0 0 3px #0a4f951f}.m365-upload-input::placeholder,.m365-upload-textarea::placeholder{color:#94a3b8}.m365-upload-input.has-error{border-color:#dc2626}.m365-upload-input.has-error:focus{box-shadow:0 0 0 3px #dc262624}.m365-upload-textarea{resize:vertical;min-height:60px;font-family:inherit;line-height:1.45}.m365-upload-charcount{text-align:right;color:#94a3b8;font-size:.7rem;font-weight:500}.m365-upload-error-text{color:#dc2626;align-items:center;gap:4px;font-size:.74rem;font-weight:500;display:flex}.m365-upload-toggles{flex-direction:column;gap:8px;display:flex}.m365-upload-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:inline-flex}.m365-upload-toggle input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.m365-upload-toggle-knob{background:#cbd5e1;border-radius:999px;flex-shrink:0;width:30px;height:18px;transition:background .14s cubic-bezier(.16,1,.3,1);display:inline-block;position:relative}.m365-upload-toggle-knob:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .14s cubic-bezier(.16,1,.3,1);position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0000002e}.m365-upload-toggle input:checked~.m365-upload-toggle-knob{background:#0a4f95}.m365-upload-toggle input:checked~.m365-upload-toggle-knob:after{transform:translate(12px)}.m365-upload-toggle input:focus-visible~.m365-upload-toggle-knob{box-shadow:0 0 0 3px #0a4f9540}.m365-upload-toggle-label{color:#334155;font-size:.8rem;font-weight:500}.m365-upload-toggle input:disabled~.m365-upload-toggle-knob{opacity:.5;cursor:not-allowed}.m365-dest-picker{background:#fafbfc;border:1px solid #e5e9f0;border-radius:10px;flex-direction:column;gap:10px;padding:10px;display:flex}.m365-dest-picker.is-disabled{opacity:.7;pointer-events:none}.m365-dest-tabs{background:#f1f5f9;border-radius:8px;align-self:flex-start;gap:4px;padding:2px;display:inline-flex}.m365-dest-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 11px;font-size:.76rem;font-weight:600;transition:background .12s,color .12s}.m365-dest-tab:hover{color:#0f172a}.m365-dest-tab.active{color:#0a4f95;background:#fff;box-shadow:0 1px 3px #00000012}.m365-dest-search-wrap{align-items:center;display:flex;position:relative}.m365-dest-search-wrap>svg{color:#94a3b8;pointer-events:none;position:absolute;left:10px}.m365-dest-search-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:8px 28px 8px 30px;font-family:inherit;font-size:.82rem;transition:border-color .12s,box-shadow .12s}.m365-dest-search-input:focus{border-color:#0a4f95;box-shadow:0 0 0 3px #0a4f951f}.m365-dest-search-input::placeholder{color:#94a3b8}.m365-dest-search-clear{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.95rem;display:inline-flex;position:absolute;right:8px}.m365-dest-search-clear:hover{color:#0f172a;background:#e2e8f0}.m365-dest-results{background:#fff;border:1px solid #e5e9f0;border-radius:8px;flex-direction:column;gap:2px;max-height:200px;padding:2px;display:flex;overflow-y:auto}.m365-dest-loading{color:#64748b;align-items:center;gap:8px;padding:18px 14px;font-size:.8rem;display:flex}.m365-dest-spinner{border:2px solid #e2e8f0;border-top-color:#0a4f95;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite m365SpinnerRot}.m365-dest-empty{text-align:center;padding:22px 14px}.m365-dest-empty-title{color:#334155;font-size:.82rem;font-weight:600}.m365-dest-empty-hint{color:#64748b;margin-top:4px;font-size:.74rem;line-height:1.45}.m365-dest-result{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:2px;padding:8px 30px 8px 10px;transition:background .12s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.m365-dest-result:hover{background:#f1f5f9}.m365-dest-result.selected{background:#0a4f9514}.m365-dest-result-label{color:#0f172a;font-size:.83rem;font-weight:600}.m365-dest-result-sub{color:#64748b;font-size:.72rem;font-weight:500}.m365-dest-result-check{color:#0a4f95;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.m365-dest-general-hint{color:#334155;background:#fff;border:1px solid #e5e9f0;border-radius:8px;padding:12px 14px;font-size:.78rem;line-height:1.5}.m365-dest-chip{color:#0a4f95;background:#0a4f9514;border-radius:999px;align-items:center;gap:6px;max-width:60%;padding:4px 10px;font-size:.76rem;font-weight:600;display:inline-flex;overflow:hidden}.m365-dest-chip-type{font-weight:700}.m365-dest-chip-sep{opacity:.5}.m365-dest-chip-label{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.m365-upload-files{flex-direction:column;gap:8px;max-height:260px;padding-right:2px;display:flex;overflow-y:auto}.m365-upload-file{background:#fff;border:1px solid #e5e9f0;border-radius:10px;grid-template-columns:36px 1fr auto;align-items:center;gap:12px;padding:10px 12px;transition:border-color .12s,background .12s;display:grid}.m365-upload-file.status-uploading{border-color:#0a4f9559}.m365-upload-file.status-done{background:#f0fdf4;border-color:#bbf7d0}.m365-upload-file.status-error{background:#fef2f2;border-color:#fecaca}.m365-upload-file.status-cancelled{opacity:.85;background:#fef2f2;border-color:#fecaca}.m365-upload-file-icon{color:#fff;letter-spacing:.03em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.68rem;font-weight:700;display:inline-flex}.m365-upload-file-body{flex-direction:column;gap:5px;min-width:0;display:flex}.m365-upload-file-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.m365-upload-file-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.84rem;font-weight:600;overflow:hidden}.m365-upload-file-meta{color:#64748b;flex-shrink:0;align-items:center;gap:8px;font-size:.72rem;font-weight:500;display:inline-flex}.m365-upload-file-ok{color:#059669;font-weight:600}.m365-upload-file-err{color:#dc2626;font-weight:600}.m365-upload-file-error{color:#dc2626;font-size:.72rem;font-weight:500}.m365-upload-file-actions{align-items:center;gap:6px;display:inline-flex}.m365-upload-file-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:4px 10px;font-size:.74rem;font-weight:600;transition:background .12s,color .12s,border-color .12s}.m365-upload-file-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.m365-upload-progress{background:#e2e8f0;border-radius:999px;width:100%;height:4px;overflow:hidden}.m365-upload-progress-bar{background:#0a4f95;border-radius:999px;height:100%;transition:width .1s linear}.m365-upload-file.status-done .m365-upload-progress-bar{background:#16a34a}.m365-notify-picker{position:relative}.m365-notify-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.82rem;transition:border-color .12s,box-shadow .12s}.m365-notify-input:focus{border-color:#0a4f95;box-shadow:0 0 0 3px #0a4f951f}.m365-notify-dropdown{z-index:10;background:#fff;border:1px solid #e5e9f0;border-radius:10px;max-height:220px;padding:4px;animation:.12s cubic-bezier(.16,1,.3,1) m365SplitDrop;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 20px #0f172a1f,0 2px 4px #0f172a0a}.m365-notify-option{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:2px;width:100%;padding:7px 10px;transition:background .12s;display:flex}.m365-notify-option:hover{background:#f1f5f9}.m365-notify-option-name{color:#0f172a;font-size:.82rem;font-weight:600}.m365-notify-option-email{color:#64748b;font-size:.72rem}.m365-notify-selected{background:#0a4f950f;border:1px solid #0a4f952e;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px 8px 12px;display:flex}.m365-notify-selected-info{min-width:0}.m365-notify-selected-name{color:#0a4f95;font-size:.82rem;font-weight:600}.m365-notify-selected-email{color:#64748b;font-size:.72rem}.m365-notify-clear{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;display:inline-flex}.m365-notify-clear:hover{color:#0f172a;background:#e2e8f0}.m365-drop-overlay{pointer-events:none;z-index:150;background:#0a4f9514;border:2px dashed #0a4f95;border-radius:14px;justify-content:center;align-items:center;animation:.12s cubic-bezier(.16,1,.3,1) m365DropFade;display:flex;position:absolute;inset:12px}@keyframes m365DropFade{0%{opacity:0;transform:scale(.995)}to{opacity:1;transform:none}}.m365-drop-overlay-inner{color:#0a4f95;-webkit-backdrop-filter:blur(4px);background:#ffffffd9;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:26px 32px;display:flex;box-shadow:0 10px 30px #0f172a14}.m365-drop-overlay-text{letter-spacing:-.01em;font-size:15px;font-weight:600}.m365-drop-overlay-hint{color:#64748b;font-size:.75rem;font-weight:500}.m365-bulk-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:5px 11px;font-size:.76rem;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.m365-bulk-btn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.m365-bulk-btn.is-active{color:#0a4f95;background:#0a4f9514;border-color:#0a4f954d}.m365-bulk-wrap{position:relative}.m365-bulk-wrap-row{display:contents}.m365-bulk-wrap.is-bulk>:not(.m365-bulk-checkbox){transition:filter .12s}.m365-bulk-wrap.is-selected .m365-card-file{border-color:#0a4f95;box-shadow:0 0 0 2px #0a4f952e}.m365-bulk-checkbox{z-index:4;cursor:pointer;background:#fffffff2;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex;position:absolute;top:10px;left:10px;box-shadow:0 1px 3px #0f172a1a}.m365-bulk-checkbox input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}.m365-bulk-checkbox span{background:#fff;border:1.5px solid #94a3b8;border-radius:4px;width:16px;height:16px;transition:background .12s,border-color .12s;display:inline-block;position:relative}.m365-bulk-checkbox input:checked+span,.m365-bulk-checkbox input:checked~span{background:#0a4f95;border-color:#0a4f95}.m365-bulk-checkbox input:checked+span:after,.m365-bulk-checkbox input:checked~span:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.m365-bulk-checkbox-row{box-shadow:none;align-self:center;position:static}.m365-list .m365-bulk-wrap-row.is-bulk .m365-row-file{padding-left:36px;position:relative}.m365-list .m365-bulk-wrap-row .m365-bulk-checkbox-row{position:absolute;top:50%;left:10px;transform:translateY(-50%)}.m365-list-head-check{width:26px}.m365-bulk-toolbar{z-index:310;color:#fff;background:#0f172a;border-radius:14px;align-items:center;gap:14px;padding:10px 14px;animation:.18s cubic-bezier(.16,1,.3,1) m365BulkToolbarIn;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 14px 40px #0f172a66}@keyframes m365BulkToolbarIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.m365-bulk-toolbar-left{border-right:1px solid #ffffff26;padding-right:10px}.m365-bulk-toolbar-count{color:#e2e8f0;font-size:.82rem;font-weight:600}.m365-bulk-toolbar-actions{align-items:center;gap:6px;display:inline-flex}.m365-bulk-toolbar-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-size:.78rem;font-weight:600;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.m365-bulk-toolbar-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff40}.m365-bulk-toolbar-btn-danger{color:#fecaca}.m365-bulk-toolbar-btn-danger:hover{color:#fff;background:#dc262633;border-color:#dc262680}.m365-bulk-toolbar-btn-ghost{opacity:.7}.m365-bulk-toolbar-btn-ghost:hover{opacity:1}.m365-upload-inbox-pane{flex-direction:column;gap:10px;display:flex}.m365-upload-thread-list{background:#fff;border:1px solid #e5e9f0;border-radius:10px;flex-direction:column;gap:2px;max-height:320px;padding:2px;display:flex;overflow-y:auto}.m365-upload-thread-row{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;gap:3px;padding:9px 12px;transition:background .12s;display:flex}.m365-upload-thread-row:hover{background:#f1f5f9}.m365-upload-thread-row.selected{background:#0a4f951a}.m365-upload-thread-subject{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:600;overflow:hidden}.m365-upload-thread-meta{color:#64748b;align-items:center;gap:6px;font-size:.72rem;display:inline-flex}.m365-upload-thread-attach{color:#0a4f95;align-items:center;display:inline-flex}.m365-upload-attach-pane{flex-direction:column;gap:10px;display:flex}.m365-upload-attach-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;display:grid}.m365-upload-attach-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e9f0;border-radius:10px;align-items:center;gap:10px;padding:10px 34px 10px 10px;transition:border-color .12s,box-shadow .12s,transform .12s;display:flex;position:relative}.m365-upload-attach-card:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #0f172a0d}.m365-upload-attach-card.selected{border-color:#0a4f95;box-shadow:0 0 0 2px #0a4f952e}.m365-upload-attach-icon{color:#fff;letter-spacing:.03em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.66rem;font-weight:700;display:inline-flex}.m365-upload-attach-body{flex:1;min-width:0}.m365-upload-attach-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;overflow:hidden}.m365-upload-attach-meta{color:#64748b;margin-top:2px;font-size:.72rem}.m365-upload-attach-preview{background:#0a4f950d;border:1px solid #0a4f9524;border-radius:10px;align-items:center;gap:10px;padding:8px 12px;display:inline-flex}.m365-template-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.m365-template-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e9f0;border-radius:10px;align-items:flex-start;gap:10px;padding:12px 30px 12px 12px;transition:border-color .12s,box-shadow .12s;display:flex;position:relative}.m365-template-card:hover{border-color:#cbd5e1;box-shadow:0 2px 6px #0f172a0f}.m365-template-card.selected{border-color:#0a4f95;box-shadow:0 0 0 2px #0a4f952e}.m365-template-card-icon{color:#fff;letter-spacing:.03em;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.66rem;font-weight:700;display:inline-flex}.m365-template-card-body{flex:1;min-width:0}.m365-template-card-label{color:#0f172a;font-size:.84rem;font-weight:600}.m365-template-card-desc{color:#64748b;margin-top:3px;font-size:.74rem;font-weight:500;line-height:1.4}.m365-toast-stack{z-index:400;pointer-events:none;flex-direction:column;gap:10px;max-width:360px;display:flex;position:fixed;top:74px;right:22px}.m365-toast{pointer-events:auto;color:#e2e8f0;background:#0f172a;border-radius:10px;align-items:center;gap:12px;padding:12px 14px 12px 16px;font-size:.82rem;font-weight:500;animation:.18s cubic-bezier(.16,1,.3,1) m365ToastIn;display:flex;box-shadow:0 10px 30px #0f172a40}@keyframes m365ToastIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:none}}.m365-toast-success{border-left:3px solid #16a34a}.m365-toast-info{border-left:3px solid #0a4f95}.m365-toast-error{color:#fff;background:#7f1d1d;border-left:3px solid #fca5a5}.m365-toast-msg{flex:1;min-width:0;line-height:1.45}.m365-toast-action{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;flex-shrink:0;padding:5px 12px;font-size:.76rem;font-weight:700;transition:background .12s,border-color .12s}.m365-toast-action:hover{background:#ffffff2e;border-color:#ffffff59}.m365-toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;display:inline-flex}.m365-toast-close:hover{color:#fff;background:#ffffff1a}.app-update-toast{z-index:10002;color:#e2e8f0;background:#0f172a;border-left:3px solid #0a4f95;border-radius:10px;align-items:center;gap:12px;max-width:360px;padding:11px 12px 11px 15px;font-size:.82rem;font-weight:500;animation:.18s cubic-bezier(.16,1,.3,1) m365ToastIn;display:flex;position:fixed;bottom:22px;left:22px;box-shadow:0 10px 30px #0f172a59}.app-update-toast>svg{color:#60a5fa;flex-shrink:0}.app-update-toast-msg{flex:1;min-width:0;line-height:1.45}.app-update-toast-action{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;flex-shrink:0;padding:5px 12px;font-size:.76rem;font-weight:700;transition:background .12s,border-color .12s}.app-update-toast-action:hover{background:#ffffff2e;border-color:#ffffff59}.app-update-toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;display:inline-flex}.app-update-toast-close:hover{color:#fff;background:#ffffff1a}@media (max-width:640px){.app-update-toast{max-width:none;bottom:10px;left:10px;right:10px}.m365-upload-field-row{grid-template-columns:1fr}.m365-upload-modal{border-radius:12px 12px 0 0;max-width:100%}.m365-split-menu{min-width:200px;right:-4px}.m365-bulk-toolbar{border-radius:12px;flex-wrap:wrap;gap:8px;left:10px;right:10px;transform:none}.m365-bulk-toolbar-left{border-right:none;padding-right:0}.m365-template-grid,.m365-upload-attach-grid{grid-template-columns:1fr}.m365-toast-stack{max-width:none;top:60px;left:10px;right:10px}}@media (max-width:900px){.m365-hub-body{padding:14px 18px 24px}.m365-hub-header{padding:16px 18px 14px}.m365-search-wrap{min-width:200px}.m365-preview-body{grid-template-columns:1fr}.m365-preview-details{border-top:1px solid #e2e8f0;border-left:none;max-height:280px}.m365-list-head,.m365-row-file{grid-template-columns:1fr 80px 140px 100px}.m365-person-grid{grid-template-columns:1fr}.ppl-hub-stats-row{padding:0 18px 12px}.ppl-dl{grid-template-columns:1fr;gap:2px 0}.ppl-dl dt{margin-top:6px}.ppl-modal{max-width:100%}}@media (max-width:600px){.m365-list-head{display:none}.m365-row-file{grid-template-columns:1fr auto}.m365-row-size,.m365-row-modified{display:none}.ppl-list .ppl-row{grid-template-columns:40px minmax(0,1fr) auto!important;gap:10px!important}.ppl-row-meta,.ppl-modal-header-actions .ppl-modal-profile-link{display:none}}.inbox-hub{background:#f4f6fa;flex-direction:column;height:100vh;max-height:100vh;display:flex;overflow:hidden}.inbox-hub-body{background:#fff;flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:232px minmax(0,1fr) 0;height:100%;min-height:0;transition:grid-template-columns .18s cubic-bezier(.16,1,.3,1);display:grid}.inbox-hub-body.reading{grid-template-columns:232px 0 minmax(0,1fr)}.inbox-hub-body.reading .inbox-threadlist{visibility:hidden;border-right:none;padding:0;overflow:hidden}.inbox-hub-body:not(.reading) .inbox-reader{visibility:hidden;overflow:hidden}.inbox-sidebar{background:#f7f9fc;border-right:1px solid #e2e8f0;flex-direction:column;gap:4px;min-height:0;padding:10px 12px 14px;display:flex;overflow-y:auto}.inbox-compose-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#0a4f95;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin:0 4px 14px;padding:10px 14px;font-size:.85rem;font-weight:600;transition:background .12s;display:inline-flex;box-shadow:0 1px 2px #0a4f952e}.inbox-compose-btn:hover{background:#083f7a}.inbox-compose-btn:active{background:#062f5d}.inbox-sidebar-section-label{color:#64748b;text-transform:uppercase;letter-spacing:.06em;padding:12px 10px 6px;font-size:.66rem;font-weight:700}.inbox-folder-list{flex-direction:column;gap:2px;display:flex}.inbox-folder-btn{color:#334155;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:.86rem;font-weight:500;transition:background .1s,color .1s;display:flex}.inbox-folder-btn:hover{color:#0f172a;background:#ebf0f7}.inbox-folder-btn.active{color:#0a4f95;background:#e0e9f5;font-weight:600}.inbox-folder-icon{width:20px;height:20px;color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.inbox-folder-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.inbox-folder-count{color:#475569;background:#cbd6e2;border-radius:9px;justify-content:center;align-items:center;min-width:22px;height:18px;padding:0 6px;font-size:.7rem;font-weight:700;display:inline-flex}.inbox-folder-btn.active .inbox-folder-count{color:#fff;background:#0a4f95}.inbox-sidebar-note{color:#78350f;background:#fff8e6;border:1px solid #fde68a;border-radius:8px;gap:8px;margin-top:auto;padding:12px 10px;font-size:.74rem;line-height:1.45;display:flex}.inbox-sidebar-note>svg{color:#ca8a04;flex-shrink:0;margin-top:2px}.inbox-threadlist{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;min-height:0;display:flex;overflow:hidden}.inbox-threadlist-head{box-sizing:border-box;background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:row;align-items:center;gap:14px;height:56px;min-height:56px;padding:10px 18px 10px 16px;display:flex}.inbox-threadlist-title{color:#0f172a;letter-spacing:-.01em;flex-shrink:0;font-size:1.05rem;font-weight:700}.gmail-search-wrap{flex:1;max-width:720px;position:relative}.gmail-search-pill{background:#eaf1fb;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;height:46px;padding:0 8px 0 18px;transition:background .12s,box-shadow .12s,border-color .12s;display:flex}.gmail-search-pill.is-focused{background:#fff;border-color:#dadce0;box-shadow:0 1px 1px #0000001a,0 2px 8px 1px #00000014}.gmail-search-ai{color:#5f6368;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.gmail-search-input{color:#202124;background:0 0;border:none;outline:none;flex:1;min-width:0;height:100%;padding:0;font-family:inherit;font-size:.92rem}.gmail-search-input::placeholder{color:#5f6368}.gmail-search-input::-webkit-search-cancel-button{appearance:none}.gmail-search-clear,.gmail-search-adv{color:#5f6368;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:6px;display:inline-flex}.gmail-search-clear:hover,.gmail-search-adv:hover{color:#202124;background:#3c404314}.gmail-search-adv{width:32px;height:32px}.gmail-search-dropdown{z-index:40;background:#fff;border:1px solid #dadce0;border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #3c404326}.gmail-search-chips{border-bottom:1px solid #f1f3f4;flex-wrap:wrap;gap:8px;padding:10px 14px;display:flex}.gmail-search-chip{color:#202124;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:999px;padding:6px 14px;font-size:.8rem;font-weight:500;transition:background .1s,border-color .1s}.gmail-search-chip:hover{background:#f1f3f4}.gmail-search-chip.is-active{color:#0b57d0;background:#d2e3fc;border-color:#d2e3fc}.gmail-search-history{max-height:320px;padding:4px 0;overflow-y:auto}.gmail-search-history-item{cursor:pointer;text-align:left;color:#202124;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:8px 18px;font-size:.88rem;display:flex}.gmail-search-history-item:hover{background:#f1f3f4}.gmail-search-history-icon{color:#5f6368;flex-shrink:0}.gmail-search-empty{color:#5f6368;text-align:center;padding:18px;font-size:.82rem}.gmail-search-adv.is-active{color:#0b57d0;background:#d2e3fc}.gmail-adv-panel{z-index:45;background:#fff;border:1px solid #dadce0;border-radius:8px;padding:18px 22px 16px;position:absolute;top:calc(100% + 4px);left:0;right:0;box-shadow:0 4px 12px #3c404326}.gmail-adv-grid{flex-direction:column;gap:4px;display:flex}.gmail-adv-row{border-bottom:1px solid #e8eaed;grid-template-columns:110px 1fr;align-items:center;gap:12px;padding:6px 0;display:grid}.gmail-adv-row:last-child{border-bottom:none}.gmail-adv-label{color:#5f6368;font-size:.85rem;font-weight:400}.gmail-adv-input{color:#202124;background:0 0;border:none;outline:none;width:100%;min-width:0;padding:4px 0;font-family:inherit;font-size:.88rem}.gmail-adv-input[type=date]{padding:4px 0}.gmail-adv-input:focus{outline:none}.gmail-adv-select{color:#202124;cursor:pointer;background:0 0;border:none;outline:none;min-width:0;padding:4px 0;font-family:inherit;font-size:.88rem}.gmail-adv-split{grid-template-columns:1fr 1fr 100px;align-items:center;gap:14px;display:grid}.gmail-adv-checkbox{color:#202124;cursor:pointer;align-items:center;gap:8px;margin-top:14px;font-size:.85rem;display:inline-flex}.gmail-adv-checkbox input{accent-color:#0b57d0;cursor:pointer;width:16px;height:16px;margin:0}.gmail-adv-footer{justify-content:flex-end;align-items:center;gap:12px;margin-top:18px;display:flex}.gmail-adv-create{color:#5f6368;cursor:pointer;background:0 0;border:none;padding:8px 12px;font-size:.88rem}.gmail-adv-create:disabled{cursor:not-allowed;opacity:.7}.gmail-adv-create:not(:disabled):hover{color:#0b57d0}.gmail-adv-search{color:#fff;cursor:pointer;background:#0b57d0;border:none;border-radius:999px;padding:10px 26px;font-size:.88rem;font-weight:500;transition:background .1s,box-shadow .1s}.gmail-adv-search:hover{background:#0a4db0;box-shadow:0 1px 2px #0b57d040}.inbox-threadlist-search{color:#64748b;background:#f1f5f9;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;width:280px;padding:7px 12px;transition:background .12s,border-color .12s,box-shadow .12s;display:flex}.inbox-threadlist-search:focus-within{background:#fff;border-color:#0a4f95;box-shadow:0 0 0 3px #0a4f951f}.inbox-threadlist-search input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.86rem}.inbox-threadlist-search input::placeholder{color:#94a3b8}.inbox-threadlist-search-clear{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;font-size:1.15rem;display:flex}.inbox-threadlist-search-clear:hover{color:#0f172a;background:#e2e8f0}.inbox-threadlist-body{flex:1;padding:6px 6px 12px;overflow-y:auto}.inbox-threadlist-loading{padding:4px}.inbox-firstrun{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:56px 28px;animation:.4s both inbox-firstrun-in;display:flex}.inbox-firstrun-art{justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:6px;display:flex;position:relative}.inbox-firstrun-mail{color:#2563eb;animation:2.4s ease-in-out infinite inbox-firstrun-float}.inbox-firstrun-dot{opacity:.25;background:#2563eb;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite inbox-firstrun-pulse;position:absolute;top:-2px}.inbox-firstrun-dot-1{animation-delay:0s;right:14px}.inbox-firstrun-dot-2{animation-delay:.2s;top:10px;right:4px}.inbox-firstrun-dot-3{animation-delay:.4s;top:8px;right:22px}.inbox-firstrun-title{color:#0f172a;font-size:1rem;font-weight:650}.inbox-firstrun-sub{color:#64748b;max-width:320px;font-size:.82rem;line-height:1.45}.inbox-firstrun-bar{background:#e2e8f0;border-radius:999px;width:200px;height:4px;margin-top:16px;overflow:hidden}.inbox-firstrun-bar>span{background:linear-gradient(90deg,#60a5fa,#2563eb);border-radius:999px;width:40%;height:100%;animation:1.3s ease-in-out infinite inbox-firstrun-sweep;display:block}@keyframes inbox-firstrun-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes inbox-firstrun-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes inbox-firstrun-pulse{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:.9;transform:scale(1.1)}}@keyframes inbox-firstrun-sweep{0%{transform:translate(-120%)}to{transform:translate(360%)}}@media (prefers-reduced-motion:reduce){.inbox-firstrun-mail,.inbox-firstrun-dot,.inbox-firstrun-bar>span{animation:none}.inbox-firstrun-bar>span{width:100%}}.inbox-threadlist-count{color:#7c98b6;letter-spacing:.02em;vertical-align:2px;background:#eaf0f6;border-radius:10px;margin-left:8px;padding:1px 7px;font-size:.72rem;font-weight:500}.inbox-threadlist-actions{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.inbox-threadlist-refresh{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .12s,color .12s;display:inline-flex}.inbox-threadlist-refresh:hover:not(:disabled){color:#0a4f95;background:#f1f5f9}.inbox-threadlist-refresh:active:not(:disabled){background:#e2e8f0}.inbox-threadlist-refresh:disabled{opacity:.45;cursor:default}.inbox-threadlist-refresh svg{width:18px;height:18px}.inbox-threadlist-pager{color:#64748b;white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;margin-left:auto;padding-left:14px;font-size:.84rem;display:inline-flex}.inbox-threadlist-pager-range{color:#64748b;align-items:baseline;gap:4px;margin-right:6px;display:inline-flex}.inbox-threadlist-pager-range strong{color:#0f172a;font-weight:600}.inbox-threadlist-pager-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .12s,color .12s;display:inline-flex}.inbox-threadlist-pager-btn:hover:not(:disabled){color:#0a4f95;background:#f1f5f9}.inbox-threadlist-pager-btn:active:not(:disabled){background:#e2e8f0}.inbox-threadlist-pager-btn:disabled{opacity:.3;cursor:default}.inbox-threadlist-pager-btn svg{width:18px;height:18px}.inbox-threadlist-select-all{cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s;display:inline-flex;position:relative}.inbox-threadlist-select-all:hover{background:#f1f5f9}.inbox-threadlist-select-all input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.inbox-threadlist-select-all input:disabled+.inbox-thread-select-box{opacity:.4}.inbox-threadlist-head.selecting{background:#f8fafc}.inbox-threadlist-select-count{color:#334155;flex-shrink:0;align-items:baseline;gap:6px;font-size:.95rem;font-weight:500;display:inline-flex}.inbox-threadlist-select-count strong{color:#0f172a;font-size:1.15rem;font-weight:700}.inbox-threadlist-bulk-actions{flex-wrap:wrap;align-items:center;gap:4px;margin-left:auto;display:inline-flex}.inbox-threadlist-bulk-btn{color:#334155;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-size:.84rem;font-weight:500;line-height:1;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.inbox-threadlist-bulk-btn:hover:not(:disabled){color:#0a4f95;background:#e0e9f5}.inbox-threadlist-bulk-btn:active:not(:disabled){background:#cbdcef}.inbox-threadlist-bulk-btn:disabled{opacity:.45;cursor:default}.inbox-threadlist-bulk-btn svg{flex-shrink:0;width:18px;height:18px}.inbox-threadlist-bulk-btn.danger{color:#b91c1c}.inbox-threadlist-bulk-btn.danger:hover:not(:disabled){color:#991b1b;background:#fde3e3}.inbox-threadlist-bulk-btn.ghost{color:#64748b}.inbox-threadlist-bulk-btn.ghost:hover:not(:disabled){color:#0f172a;background:#e2e8f0}.inbox-threadlist-bulk-divider{background:#e2e8f0;width:1px;height:22px;margin:0 4px;display:inline-block}.inbox-thread-select{cursor:pointer;opacity:0;border-radius:6px;flex-shrink:0;justify-content:center;place-self:center;align-items:center;width:28px;height:28px;transition:opacity .12s,background .12s;display:inline-flex;position:relative}.inbox-thread-card:hover .inbox-thread-select,.inbox-thread-card.selected .inbox-thread-select{opacity:1}.inbox-thread-select:hover{background:#e2e8f0}.inbox-thread-select input[type=checkbox]{opacity:0;pointer-events:none;position:absolute}.inbox-thread-select-box{color:#0000;background:#fff;border:2px solid #94a3b8;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.inbox-thread-select input:checked+.inbox-thread-select-box,.inbox-threadlist-select-all input:checked+.inbox-thread-select-box{color:#fff;background:#0a4f95;border-color:#0a4f95}.inbox-threadlist-select-all input:not(:checked)+.inbox-thread-select-box svg,.inbox-thread-select input:not(:checked)+.inbox-thread-select-box svg{display:none}.inbox-threadlist-select-all:has(input:indeterminate) .inbox-thread-select-box{color:#fff;background:#0a4f95;border-color:#0a4f95}.inbox-threadlist-select-all:has(input:indeterminate) .inbox-thread-select-box svg{display:inline-block}.inbox-thread-card.selected{background:#eaf0f6!important}.inbox-thread-card.selected:hover{background:#dde7f0!important}.inbox-thread-card{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:7px;grid-template-columns:36px 1fr;gap:10px;width:100%;padding:11px 10px;transition:background 90ms;display:grid;position:relative}.inbox-thread-card:has(>.inbox-thread-select){grid-template-columns:28px 36px 1fr}.inbox-thread-card:hover{background:#f1f5f9}.inbox-thread-card:hover .inbox-thread-hover-actions{opacity:1;pointer-events:auto}.inbox-thread-card.active{background:#e0e9f5}.inbox-thread-card.active .inbox-thread-from{color:#0a4f95}.inbox-thread-card.unread:before{content:"";background:#0a4f95;border-radius:0 3px 3px 0;width:4px;position:absolute;top:6px;bottom:6px;left:0}.inbox-thread-card.flagged:before{content:"";background:#ef4444;border-radius:0 3px 3px 0;width:4px;position:absolute;top:6px;bottom:6px;left:0}.inbox-thread-card.unread.flagged:before{background:linear-gradient(#0a4f95 0% 50%,#ef4444 50% 100%)}.inbox-thread-hover-actions{-webkit-backdrop-filter:blur(8px)saturate(1.05);opacity:0;pointer-events:none;z-index:5;background:#ffffffd1;border:1px solid #cbd6e2b3;border-radius:10px;align-items:center;gap:3px;padding:4px;transition:opacity .12s;display:flex;position:absolute;top:50%;bottom:auto;right:48px;transform:translateY(-50%);box-shadow:0 4px 16px #0a4f952e}.inbox-thread-card.active .inbox-thread-hover-actions{background:#ffffffe0;border-color:#0a4f958c}.inbox-thread-hover-action{color:#0f172a;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:42px;height:42px;transition:background 80ms,color 80ms;display:inline-flex}.inbox-thread-hover-action svg{stroke-width:2px;width:22px!important;height:22px!important}.inbox-thread-hover-action:hover:not(:disabled){color:#0a4f95;background:#e0e9f5}.inbox-thread-hover-action:disabled{opacity:.45;cursor:default}.inbox-thread-hover-action.flagged{color:#ef4444}.inbox-thread-hover-action.flagged svg{fill:#ef4444}.inbox-thread-hover-action.inbox-thread-hover-danger{color:#b91c1c}.inbox-thread-hover-action.inbox-thread-hover-danger:hover:not(:disabled){color:#dc2626;background:#fde3e3}.inbox-thread-card+.inbox-thread-card{margin-top:1px}.inbox-thread-avatar{color:#fff;letter-spacing:.02em;border-radius:50%;flex-shrink:0;justify-content:center;place-self:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:700;display:flex;position:relative;overflow:hidden}.inbox-avatar-photo{object-fit:cover;opacity:0;border-radius:50%;width:100%;height:100%;transition:opacity .12s ease-out;position:absolute;inset:0}.inbox-thread-body{flex-direction:column;gap:2px;min-width:0;display:flex}.inbox-thread-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.inbox-thread-from{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.86rem;font-weight:600;overflow:hidden}.inbox-thread-card.unread .inbox-thread-from{font-weight:700}.inbox-thread-time{color:#64748b;flex-shrink:0;font-size:.71rem;font-weight:500}.inbox-thread-card.unread .inbox-thread-time{color:#0a4f95;font-weight:700}.inbox-thread-subject{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;font-size:.79rem;display:flex;overflow:hidden}.inbox-thread-card.unread .inbox-thread-subject{color:#0f172a;font-weight:600}.inbox-thread-count{color:#475569;background:#cbd6e2;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;min-width:18px;padding:1px 5px;font-size:.65rem;font-weight:700;display:inline-flex}.inbox-thread-preview{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:.74rem;overflow:hidden}.inbox-thread-right{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.inbox-thread-badges{flex-shrink:0;align-items:center;gap:6px;display:flex}.inbox-thread-unread-dot{background:#0a4f95;border-radius:50%;width:8px;height:8px;display:inline-block}.inbox-thread-attach{color:#64748b;display:inline-flex}.inbox-thread-skeleton .inbox-thread-avatar{background:#e2e8f0}.inbox-empty{text-align:center;color:#64748b;padding:40px 24px}.inbox-empty>svg{color:#94a3b8;margin-bottom:12px}.inbox-empty-title{color:#334155;margin-bottom:4px;font-size:.92rem;font-weight:600}.inbox-empty-sub{color:#64748b;font-size:.78rem}.inbox-reader{background:#fff;flex-direction:column;min-height:0;display:flex;overflow:hidden}.inbox-reader-empty,.inbox-reader-loading{color:#64748b;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:40px 24px;display:flex}.inbox-reader-empty>svg{color:#cbd6e2}.inbox-reader-empty-title{color:#334155;font-size:1rem;font-weight:600}.inbox-reader-empty-sub{color:#64748b;font-size:.83rem}.inbox-reader-head{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:18px 24px 14px}.inbox-reader-head-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:10px;display:flex}.inbox-reader-back{color:#334155;cursor:pointer;background:0 0;border:1px solid #cbd6e2;border-radius:6px;align-items:center;gap:6px;padding:6px 12px 6px 10px;font-size:.78rem;font-weight:500;transition:background 90ms,color 90ms,border-color 90ms;display:inline-flex}.inbox-reader-back:hover{color:#0a4f95;background:#e0e9f5;border-color:#0a4f95}.inbox-reader-head-actions{gap:6px;display:inline-flex}.inbox-reader-head-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:7px;justify-content:center;align-items:center;width:38px;height:34px;transition:background 90ms,color 90ms,border-color 90ms,box-shadow 90ms;display:inline-flex}.inbox-reader-head-btn svg{stroke-width:2px;width:17px;height:17px}.inbox-reader-head-btn:hover{color:#0a4f95;background:#e0e9f5;border-color:#0a4f95;box-shadow:0 2px 6px #0a4f951f}.inbox-reader-head-danger{color:#b91c1c}.inbox-reader-head-danger:hover{color:#dc2626;background:#fde3e3;border-color:#dc2626;box-shadow:0 2px 6px #dc26261f}.inbox-reader-subject{color:#0f172a;letter-spacing:-.01em;word-break:break-word;font-size:1.18rem;font-weight:700;line-height:1.3}.inbox-msg-attach-indicator{color:#64748b;align-items:center;margin-left:6px;display:inline-flex}.inbox-msg-attachments{background:#fbfcfe;border-top:1px dashed #e2e8f0;padding:12px 18px 14px}.inbox-msg-attachments-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.72rem;font-weight:600}.inbox-msg-attachments-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;display:grid}.inbox-msg-attachment-card{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:10px;min-width:0;padding:8px 10px;text-decoration:none;transition:border-color 90ms,box-shadow 90ms,background 90ms;display:flex}.inbox-msg-attachment-card:hover{background:#f5faff;border-color:#0a4f95;box-shadow:0 2px 8px #0a4f9514}.inbox-msg-attachment-icon{background:#f4f6fa;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.inbox-msg-attachment-meta{flex:1;min-width:0}.inbox-msg-attachment-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:500;overflow:hidden}.inbox-msg-attachment-sub{color:#7c98b6;margin-top:2px;font-size:.7rem}.inbox-msg-attachment-dl{color:#94a3b8;flex-shrink:0}.inbox-msg-attachment-card:hover .inbox-msg-attachment-dl{color:#0a4f95}.inbox-reader-sub{color:#64748b;margin-top:5px;font-size:.78rem}.inbox-reader-thread{background:#f7f9fc;flex:1;height:100%;min-height:0;max-height:100%;padding:18px 24px 140px;display:block;overflow-y:auto!important}.inbox-reader-thread>.inbox-msg+.inbox-msg{margin-top:10px}.inbox-reader-reply{background:#fff;border:1px solid #cbd6e2;border-radius:999px;gap:6px;padding:4px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0f172a1f,0 1px 4px #0f172a14}.inbox-reader{position:relative}.inbox-reader-reply-btn{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:7px;padding:8px 16px;font-size:.83rem;font-weight:600;transition:background .1s,color .1s;display:inline-flex}.inbox-reader-reply-btn:hover{color:#0a4f95;background:#e0e9f5}.inbox-msg{background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:box-shadow .12s,border-color .12s;overflow:hidden}.inbox-msg.expanded{border-color:#cbd6e2;box-shadow:0 1px 3px #0f172a0d}.inbox-msg-static .inbox-msg-head{cursor:default}.inbox-msg-static .inbox-msg-head:hover{background:0 0}.inbox-msg-head{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;grid-template-columns:40px 1fr auto;align-items:center;gap:12px;width:100%;padding:14px 18px;display:grid}.inbox-msg.expanded .inbox-msg-head{border-bottom:1px solid #e2e8f0;border-radius:10px 10px 0 0;align-items:flex-start;padding:16px 18px 14px}.inbox-msg-head:hover{background:#f7f9fc}.inbox-msg.expanded .inbox-msg-head:hover{background:#fff}.inbox-msg-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.84rem;font-weight:700;display:flex;position:relative;overflow:hidden}.inbox-msg-head-info{min-width:0}.inbox-msg-head-row{align-items:baseline;gap:8px;min-width:0;display:flex}.inbox-msg-from-name{color:#0f172a;font-size:.92rem;font-weight:700}.inbox-msg-from-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:500;overflow:hidden}.inbox-msg-recipients{color:#64748b;margin-top:4px;font-size:.74rem}.inbox-msg-snippet{color:#475569;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.79rem;overflow:hidden}.inbox-msg-time{color:#64748b;white-space:nowrap;flex-shrink:0;font-size:.74rem;font-weight:500}.inbox-msg-body{background:#fff;border-radius:0 0 10px 10px;padding:0;overflow:hidden}.inbox-safe-frame{background:#fff;min-height:100px;display:block}.inbox-compose-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1100;background:#0f172a52;justify-content:flex-end;align-items:flex-end;padding:0 32px 0 0;display:flex;position:fixed;inset:0}.inbox-compose-modal{background:#fff;border:1px solid #cbd6e2;border-bottom:none;border-radius:12px 12px 0 0;flex-direction:column;width:640px;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);display:flex;overflow:hidden;box-shadow:0 -8px 30px #0f172a2e,0 -2px 8px #0f172a14}.inbox-compose-header{color:#fff;background:#1e293b;flex-shrink:0;align-items:center;gap:10px;padding:12px 16px;display:flex}.inbox-compose-title{letter-spacing:.01em;flex:1;font-size:.88rem;font-weight:600}.inbox-compose-context-badge{color:#cbd5e1;letter-spacing:.005em;background:#ffffff21;border-radius:999px;align-items:center;padding:3px 10px;font-size:.7rem;font-weight:600;display:inline-flex}.inbox-compose-header-actions{gap:4px;display:flex}.inbox-compose-icon-btn{color:#ffffffc7;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:5px;display:inline-flex}.inbox-compose-icon-btn:hover{color:#fff;background:#ffffff1f}.inbox-compose-fields{flex-direction:column;flex-shrink:0;gap:8px;padding:12px 16px 0;display:flex}.inbox-chip-row{border-bottom:1px solid #f1f5f9;grid-template-columns:60px 1fr;align-items:flex-start;gap:10px;padding:6px 0;display:grid}.inbox-chip-row-static{align-items:center;padding:4px 0 8px}.inbox-chip-label{color:#64748b;padding-top:5px;font-size:.78rem;font-weight:500}.inbox-chip-row-static .inbox-chip-label{padding-top:0}.inbox-chip-field{flex-wrap:wrap;align-items:center;gap:5px;min-height:30px;display:flex}.inbox-chip{color:#0a4f95;background:#e0e9f5;border:1px solid #cfdcec;border-radius:999px;align-items:center;gap:5px;padding:3px 4px 3px 9px;font-size:.78rem;font-weight:500;display:inline-flex}.inbox-chip-x{color:#0a4f95;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:inline-flex}.inbox-chip-x:hover{background:#0a4f952e}.inbox-chip-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:120px;padding:4px 0;font-family:inherit;font-size:.84rem}.inbox-chip-input::placeholder{color:#94a3b8}.inbox-compose-from{align-items:baseline;gap:8px;font-size:.84rem;display:flex}.inbox-compose-from-name{color:#0f172a;font-weight:600}.inbox-compose-from-email{color:#64748b;font-size:.78rem}.inbox-compose-cc-toggle{border-bottom:1px solid #f1f5f9;padding:0 0 6px 70px}.inbox-compose-cc-toggle button{color:#0a4f95;cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:500}.inbox-compose-cc-toggle button:hover{text-decoration:underline}.inbox-compose-subject-row{border-bottom:1px solid #f1f5f9;grid-template-columns:60px 1fr;align-items:center;gap:10px;padding:8px 0;display:grid}.inbox-compose-subject{color:#0f172a;background:0 0;border:none;outline:none;padding:4px 0;font-family:inherit;font-size:.92rem;font-weight:500}.inbox-compose-subject::placeholder{color:#94a3b8;font-weight:400}.inbox-editor-toolbar{background:#f7f9fc;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:2px;padding:8px 12px;display:flex}.inbox-tb-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background 90ms,color 90ms;display:inline-flex}.inbox-tb-btn:hover{color:#0f172a;background:#e2e8f0}.inbox-tb-btn.active{color:#fff;background:#0a4f95}.inbox-tb-sep{background:#cbd6e2;width:1px;height:18px;margin:0 4px}.inbox-editor-wrap{color:#0f172a;flex:1;min-height:200px;max-height:360px;padding:14px 18px;font-size:.92rem;line-height:1.55;overflow-y:auto}.inbox-editor-body{outline:none;min-height:180px}.inbox-editor-body p{margin:0 0 10px}.inbox-editor-body p:last-child{margin-bottom:0}.inbox-editor-body ul,.inbox-editor-body ol{margin:0 0 10px;padding-left:22px}.inbox-editor-body blockquote{color:#475569;border-left:3px solid #cbd6e2;margin:10px 0;padding-left:12px}.inbox-editor-body a{color:#0a4f95}.inbox-editor-body strong{font-weight:700}.inbox-editor-body em{font-style:italic}.inbox-compose-attachments{border-top:1px solid #f1f5f9;flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 16px 4px;display:flex}.inbox-compose-attachment{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;max-width:220px;padding:5px 8px 5px 10px;font-size:.78rem;display:inline-flex}.inbox-compose-attachment>svg{color:#64748b;flex-shrink:0}.inbox-compose-attachment-name{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.inbox-compose-attachment-size{color:#64748b;flex-shrink:0;font-size:.7rem}.inbox-compose-attachment-x{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:3px;justify-content:center;align-items:center;padding:2px;display:inline-flex}.inbox-compose-attachment-x:hover{color:#0f172a;background:#cbd6e2}.inbox-compose-attachments-total{color:#64748b;width:100%;padding-top:4px;font-size:.72rem}.inbox-compose-attachments-over{color:#b91c1c;font-weight:600}.inbox-compose-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;flex-shrink:0;margin:0 16px 8px;padding:8px 10px;font-size:.78rem}.inbox-compose-footer{background:#f7f9fc;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.inbox-compose-footer-left,.inbox-compose-footer-right{align-items:center;gap:8px;display:flex}.inbox-compose-secondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:6px;align-items:center;gap:6px;padding:7px 12px;font-size:.8rem;font-weight:500;transition:background .1s,border-color .1s;display:inline-flex}.inbox-compose-secondary:hover:not(:disabled){color:#0f172a;background:#f1f5f9;border-color:#94a3b8}.inbox-compose-secondary:disabled{opacity:.5;cursor:not-allowed}.inbox-compose-send{color:#fff;cursor:pointer;background:#0a4f95;border:none;border-radius:6px;align-items:center;gap:7px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:background .1s,opacity .1s;display:inline-flex}.inbox-compose-send:hover:not(:disabled){background:#083f7a}.inbox-compose-send:disabled{color:#94a3b8;cursor:not-allowed;background:#cbd6e2}.gmail-compose .inbox-compose-header{color:#0f172a;background:#f2f6fc;padding:10px 14px}.gmail-compose .inbox-compose-header .inbox-compose-icon-btn{color:#475569}.gmail-compose .inbox-compose-header .inbox-compose-icon-btn:hover{color:#0f172a;background:#0f172a0f}.gmail-compose .inbox-compose-title{color:#1f2937;font-weight:600}.gmail-compose-max{border-bottom:1px solid #cbd6e2!important;border-radius:12px!important;width:min(900px,92vw)!important;max-width:92vw!important;height:85vh!important;max-height:85vh!important;margin-bottom:28px!important}.inbox-compose-overlay:has(.gmail-compose-max){padding-bottom:24px}.gmail-to-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:8px;display:flex}.gmail-to-row .inbox-chip-row{border-bottom:none;flex:1;padding:8px 0;grid-template-columns:none!important;align-items:center!important;gap:6px!important;display:flex!important}.gmail-compose .inbox-chip-row{grid-template-columns:none!important;align-items:center!important;gap:6px!important;padding:8px 0!important;display:flex!important}.gmail-compose .inbox-chip-label{flex-shrink:0;min-width:28px;padding-top:0!important}.gmail-compose .inbox-chip-field{flex:1;min-height:24px;padding:0}.gmail-compose .inbox-chip-input{min-width:60px;line-height:1.3;padding:0!important}.gmail-ccbcc-inline{flex-shrink:0;gap:10px;padding-right:4px;display:inline-flex}.gmail-ccbcc-inline button{color:#64748b;cursor:pointer;letter-spacing:.01em;background:0 0;border:none;padding:4px 2px;font-size:.78rem;font-weight:500}.gmail-ccbcc-inline button:hover{color:#0a4f95}.gmail-compose .inbox-compose-subject-row{border-bottom:1px solid #f1f5f9;grid-template-columns:none!important;padding:6px 0!important;display:block!important}.gmail-subject{background:0 0;outline:none;width:100%;border:none!important;padding:8px 0!important;font-size:.88rem!important}.gmail-subject:focus{outline:none!important}.gmail-toolbar.inbox-editor-toolbar{box-shadow:none;background:#f1f3f4;border:none;border-radius:999px;flex-wrap:wrap;align-self:flex-start;gap:1px;width:fit-content;max-width:calc(100% - 28px);margin:6px 14px 0;padding:4px 8px;display:inline-flex}.gmail-toolbar .inbox-tb-btn{color:#5f6368;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:inline-flex}.gmail-toolbar .inbox-tb-btn:hover:not(:disabled){color:#202124;background:#e4e6e9}.gmail-toolbar .inbox-tb-btn.active{color:#0b57d0;background:#d2e3fc}.gmail-toolbar .inbox-tb-btn:disabled{opacity:.35;cursor:not-allowed}.gmail-toolbar .inbox-tb-sep{background:#dadce0;align-self:center;width:1px;height:16px;margin:0 4px;display:inline-block}.gmail-toolbar .inbox-tb-color{overflow:hidden}.gmail-toolbar .inbox-tb-menu-wrap .inbox-tb-labeled{border-radius:14px;width:auto;padding:0 10px}.gmail-compose{flex-direction:column;display:flex}.gmail-compose-max .inbox-editor-wrap{overflow:auto;flex:auto!important;min-height:0!important;max-height:none!important}.inbox-editor-body.ProseMirror p.is-editor-empty:first-child:before,.inbox-editor-body.ProseMirror:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none;float:left;height:0}.gmail-compose-footer{background:#fff!important;border-top:none!important;justify-content:flex-start!important;gap:8px!important;padding:10px 14px!important}.gmail-compose-footer .inbox-compose-send-group{display:inline-flex;position:relative}.gmail-compose-footer .inbox-compose-send-main{letter-spacing:.01em;justify-content:center;min-width:78px;color:#fff!important;background:#0b57d0!important;border:none!important;border-radius:999px 0 0 999px!important;padding:9px 24px!important;font-size:.82rem!important;font-weight:500!important}.gmail-compose-footer .inbox-compose-send-main:hover:not(:disabled){box-shadow:0 1px 2px #0b57d040;background:#0a4db0!important}.gmail-compose-footer .inbox-compose-send-main:disabled{color:#fff!important;background:#d3d7dc!important}.gmail-compose-footer .inbox-compose-send-caret{color:#fff!important;background:#0b57d0!important;border:none!important;border-left:1px solid #ffffff38!important;border-radius:0 999px 999px 0!important;margin-left:0!important;padding:9px 12px!important}.gmail-compose-footer .inbox-compose-send-caret:hover:not(:disabled){background:#0a4db0!important}.gmail-compose-footer .inbox-compose-send-caret:disabled{color:#fff!important;background:#d3d7dc!important;border-left-color:#fff6!important}.gmail-footer-icons{align-items:center;gap:1px;margin-left:6px;display:inline-flex}.gmail-icon-btn{color:#5f6368;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:8px;display:inline-flex}.gmail-icon-btn:hover{color:#202124;background:#f1f3f4}.gmail-trash-btn{margin-left:auto!important}.gmail-recipient-suggestions{z-index:40;background:#fff;border:1px solid #cbd6e2;border-radius:8px;max-height:280px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 8px 24px #0f172a1f}.gmail-recipient-suggest{cursor:pointer;text-align:left;color:#0f172a;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.gmail-recipient-suggest.is-highlight,.gmail-recipient-suggest:hover{background:#eef2ff}.gmail-recipient-suggest-avatar{color:#fff;background:#0b57d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.78rem;font-weight:600;display:inline-flex}.gmail-recipient-suggest-text{flex-direction:column;flex:1;min-width:0;display:flex}.gmail-recipient-suggest-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:500;overflow:hidden}.gmail-recipient-suggest-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.gmail-recipient-suggest-tag{color:#3730a3;text-transform:lowercase;letter-spacing:.04em;background:#e0e7ff;border-radius:999px;padding:2px 7px;font-size:.64rem;font-weight:600}.gmail-help-me-write{z-index:8;background:#fff;border:1px solid #cbd6e2;border-radius:10px;padding:10px 12px;position:absolute;top:10px;left:16px;right:16px;box-shadow:0 10px 28px #0f172a24}.inbox-editor-wrap{position:relative}.gmail-hmw-title{color:#0f172a;align-items:center;gap:6px;margin-bottom:8px;font-size:.8rem;font-weight:600;display:flex}.gmail-hmw-provider{color:#64748b;font-size:.7rem;font-weight:500}.gmail-hmw-close{color:#64748b!important;margin-left:auto!important}.gmail-hmw-input{color:#0f172a;resize:vertical;box-sizing:border-box;border:1px solid #cbd6e2;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:.85rem}.gmail-hmw-input:focus{border-color:#1a73e8}.gmail-hmw-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:8px;display:flex}.gmail-hmw-hint{color:#94a3b8;font-size:.72rem}.inbox-compose-minimized{z-index:1099;color:#fff;background:#1e293b;border-radius:8px 8px 0 0;align-items:center;gap:6px;max-width:280px;padding:0 6px;display:flex;position:fixed;bottom:0;right:32px;box-shadow:0 -4px 12px #0f172a2e}.inbox-compose-min-expand{color:#fff;cursor:pointer;background:0 0;border:none;flex:1;align-items:center;gap:8px;min-width:0;padding:10px 8px;font-size:.84rem;font-weight:600;display:inline-flex}.inbox-compose-min-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.inbox-compose-min-close{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:6px;display:inline-flex}.inbox-compose-min-close:hover{color:#fff;background:#ffffff1f}.inbox-toast,.inbox-toast-global{z-index:1200;color:#fff;background:#0f172a;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.83rem;font-weight:600;animation:.2s ease-out inboxToastSlide;display:inline-flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0f172a40}.inbox-toast-global>svg{color:#4ade80}@keyframes inboxToastSlide{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media (max-width:1100px){.inbox-hub-body{grid-template-columns:200px 320px 1fr}}@media (max-width:900px){.inbox-hub-body{grid-template-columns:200px 1fr}.inbox-reader{display:none}.inbox-compose-overlay{align-items:stretch;padding:0}.inbox-compose-modal{border-radius:0;width:100%;max-width:none;max-height:100vh}}@media (max-width:700px){.inbox-hub-body{grid-template-columns:1fr}.inbox-sidebar{display:none}}.inbox-tb-menu-wrap{display:inline-flex;position:relative}.inbox-tb-btn.inbox-tb-labeled{color:#475569;border-radius:5px;gap:5px;width:auto;height:28px;padding:0 8px 0 6px;font-size:.76rem;font-weight:600}.inbox-tb-btn.inbox-tb-labeled:hover{color:#0f172a;background:#e2e8f0}.inbox-tb-btn.inbox-tb-labeled.active{color:#fff;background:#0a4f95}.inbox-tb-btn.inbox-tb-labeled .inbox-tb-label{letter-spacing:.01em}.inbox-tb-btn.inbox-tb-labeled .inbox-tb-caret{opacity:.65;margin-left:1px}.inbox-tb-btn.inbox-tb-ai{color:#6d28d9;background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #ddd6fe}.inbox-tb-btn.inbox-tb-ai:hover{color:#5b21b6;background:linear-gradient(135deg,#ede9fe 0%,#ddd6fe 100%)}.inbox-tb-btn.inbox-tb-ai.active{color:#fff;background:#6d28d9;border-color:#6d28d9}.inbox-tb-btn.inbox-tb-ai>svg{color:inherit}.inbox-tb-dropdown{z-index:1101;background:#fff;border:1px solid #cbd6e2;border-radius:8px;min-width:300px;max-width:380px;max-height:380px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 16px 40px #0f172a24}.inbox-tb-dropdown-empty{color:#64748b;text-align:center;flex-direction:column;align-items:center;gap:6px;padding:18px 14px;font-size:.8rem;display:flex}.inbox-tb-dropdown-group+.inbox-tb-dropdown-group{border-top:1px solid #f1f5f9;margin-top:6px;padding-top:6px}.inbox-tb-dropdown-heading{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;padding:6px 10px 4px;font-size:.68rem;font-weight:700}.inbox-tb-dropdown-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:5px;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:9px 10px;display:flex;position:relative}.inbox-tb-dropdown-item:hover{background:#f1f5f9}.inbox-tb-dropdown-item-name{color:#0f172a;font-size:.85rem;font-weight:600}.inbox-tb-dropdown-item-sub{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.76rem;overflow:hidden}.inbox-tb-dropdown-item-chip{color:#6d28d9;letter-spacing:.05em;text-transform:uppercase;background:#ede9fe;border-radius:999px;padding:1px 6px;font-size:.64rem;font-weight:700;position:absolute;top:9px;right:10px}.inbox-tb-popover{z-index:1101;background:#fff;border:1px solid #cbd6e2;border-radius:8px;min-width:320px;max-width:400px;padding:14px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 16px 40px #0f172a24}.inbox-tb-popover-ai{min-width:340px}.inbox-tb-popover-title{color:#0f172a;margin-bottom:10px;font-size:.88rem;font-weight:700}.inbox-tb-popover-label{color:#475569;margin-bottom:6px;font-size:.76rem;font-weight:500;display:block}.inbox-tb-popover-textarea{resize:vertical;border:1px solid #cbd6e2;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:.84rem;transition:border-color .12s}.inbox-tb-popover-textarea:focus{border-color:#0a4f95;box-shadow:0 0 0 3px #0a4f951f}.inbox-tb-popover-actions{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.inbox-compose-send-group{align-items:stretch;display:inline-flex;position:relative}.inbox-compose-send-main{border-top-right-radius:0;border-bottom-right-radius:0;padding-right:14px}.inbox-compose-send-caret{border-left:1px solid #ffffff38;border-top-left-radius:0;border-bottom-left-radius:0;min-width:28px;padding:0 8px}.inbox-compose-send-menu{z-index:1101;background:#fff;border:1px solid #cbd6e2;border-radius:8px;min-width:260px;padding:6px;position:absolute;bottom:calc(100% + 6px);right:0;box-shadow:0 16px 40px #0f172a24}.inbox-compose-send-menu-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:flex-start;gap:10px;width:100%;padding:8px 10px;display:flex}.inbox-compose-send-menu-item:hover{background:#f1f5f9}.inbox-compose-send-menu-item>svg{color:#0a4f95;flex-shrink:0;margin-top:2px}.inbox-compose-send-menu-item>span{flex-direction:column;gap:2px;display:flex}.inbox-compose-send-menu-title{color:#0f172a;font-size:.84rem;font-weight:600}.inbox-compose-send-menu-sub{color:#64748b;font-size:.74rem}.inbox-compose-send-sm{padding:7px 14px;font-size:.82rem}.inbox-schedule-overlay{z-index:1150;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.inbox-schedule-modal{background:#fff;border-radius:12px;flex-direction:column;width:460px;max-width:100%;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a59}.inbox-schedule-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.inbox-schedule-title{color:#0f172a;font-size:.98rem;font-weight:700}.inbox-schedule-body{padding:16px 18px}.inbox-schedule-presets{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.inbox-schedule-preset{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:10px 12px;font-family:inherit;transition:background .12s,border-color .12s;display:flex}.inbox-schedule-preset:hover{background:#eff6ff;border-color:#bfdbfe}.inbox-schedule-preset-label{color:#0f172a;font-size:.86rem;font-weight:600}.inbox-schedule-preset-sub{color:#64748b;font-size:.74rem}.inbox-schedule-custom{flex-direction:column;gap:6px;display:flex}.inbox-schedule-label{color:#475569;font-size:.76rem;font-weight:500}.inbox-schedule-input{border:1px solid #cbd6e2;border-radius:6px;outline:none;padding:8px 10px;font-family:inherit;font-size:.84rem}.inbox-schedule-input:focus{border-color:#0a4f95;box-shadow:0 0 0 3px #0a4f951f}.inbox-schedule-footer{background:#f7f9fc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}.inbox-undo-toast{z-index:1250;color:#fff;background:#0f172a;border-radius:10px;align-items:center;gap:10px;padding:10px 10px 10px 18px;font-size:.84rem;font-weight:600;animation:.18s ease-out inboxToastSlide;display:inline-flex;position:fixed;bottom:24px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 28px #0f172a47}.inbox-undo-toast>svg{color:#4ade80;flex-shrink:0}.inbox-undo-toast-text{letter-spacing:.01em}.inbox-undo-toast-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:6px;padding:6px 14px;font-size:.78rem;font-weight:700;transition:background .1s}.inbox-undo-toast-btn:hover{background:#ffffff38}.inbox-undo-toast-progress{background:#ffffff1a;height:3px;position:absolute;bottom:0;left:0;right:0}.inbox-undo-toast-progress-fill{background:#4ade80;height:100%;transition:width .1s linear}.email-prefs-empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd6e2;border-radius:8px;flex-direction:column;align-items:center;gap:6px;padding:24px 16px;font-size:.82rem;display:flex}.email-prefs-empty-title{color:#0f172a;font-size:.9rem;font-weight:700}.email-prefs-list{border:1px solid #e2e8f0;border-radius:8px;margin:0 0 8px;padding:0;list-style:none;overflow:hidden}.email-prefs-row{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.email-prefs-row:last-child{border-bottom:none}.email-prefs-row:hover{background:#f8fafc}.email-prefs-row-main{flex:1;min-width:0}.email-prefs-row-title{color:#0f172a;align-items:center;gap:8px;margin-bottom:4px;font-size:.9rem;font-weight:600;display:flex}.email-prefs-row-sub{color:#64748b;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.78rem;overflow:hidden}.email-prefs-row-sub *{margin:0;padding:0;display:inline}.email-prefs-row-owner{color:#94a3b8;font-size:.74rem;font-weight:500}.email-prefs-row-actions{flex-shrink:0;gap:6px;display:flex}.email-prefs-badge{letter-spacing:.04em;text-transform:uppercase;color:#475569;background:#f1f5f9;border-radius:999px;padding:2px 7px;font-size:.64rem;font-weight:700}.email-prefs-badge-default{color:#15803d;background:#dcfce7}.email-prefs-badge-shared{color:#6d28d9;background:#ede9fe}.email-prefs-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:5px;padding:5px 10px;font-size:.76rem;font-weight:600;transition:background .12s,border-color .12s}.email-prefs-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.email-prefs-btn:disabled{opacity:.5;cursor:not-allowed}.email-prefs-btn-danger{color:#b91c1c;border-color:#fecaca}.email-prefs-btn-danger:hover:not(:disabled){color:#991b1b;background:#fee2e2;border-color:#fca5a5}.email-prefs-subhead{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:14px 0 6px;font-size:.72rem;font-weight:700}.email-prefs-editor-overlay{z-index:1160;background:#0f172a80;justify-content:center;align-items:flex-start;padding:40px 20px;display:flex;position:fixed;inset:0;overflow-y:auto}.email-prefs-editor{background:#fff;border-radius:12px;flex-direction:column;width:560px;max-width:100%;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a59}.email-prefs-editor-wide{width:820px}.email-prefs-editor-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.email-prefs-editor-title{color:#0f172a;font-size:.98rem;font-weight:700}.email-prefs-editor-body{flex-direction:column;gap:12px;max-height:70vh;padding:16px 18px;display:flex;overflow-y:auto}.email-prefs-editor-body-split{grid-template-columns:1fr 240px;gap:18px;display:grid}.email-prefs-editor-main{flex-direction:column;gap:12px;display:flex}.email-prefs-editor-side{border-left:1px solid #f1f5f9;padding-left:16px}.email-prefs-merge-toggle{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:#475569;cursor:pointer;background:0 0;border:none;width:100%;padding:4px 0 8px;font-size:.76rem;font-weight:700}.email-prefs-merge-list{flex-direction:column;gap:4px;display:flex}.email-prefs-merge-item{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:5px;flex-direction:column;gap:2px;padding:6px 8px;transition:background .12s,border-color .12s;display:flex}.email-prefs-merge-item:hover{background:#eff6ff;border-color:#bfdbfe}.email-prefs-merge-item code{color:#0a4f95;background:0 0;padding:0;font-size:.76rem;font-weight:600}.email-prefs-merge-item span{color:#64748b;font-size:.72rem}.email-prefs-preview{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;min-height:70px;padding:12px;font-size:.86rem;line-height:1.5}.email-prefs-preview p{margin:0 0 8px}.email-prefs-editor-foot{background:#f7f9fc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}.email-prefs-bcc-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:10px 12px;display:flex}.email-prefs-bcc-addr{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;background:0 0;flex:1;padding:0;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-size:.88rem;overflow:hidden}.email-prefs-bcc-hint{color:#64748b;font-size:.76rem;line-height:1.5}.email-prefs-sched-table{border-collapse:collapse;width:100%;font-size:.84rem}.email-prefs-sched-table thead th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;border-bottom:1px solid #e2e8f0;padding:8px 10px;font-size:.7rem;font-weight:700}.email-prefs-sched-table tbody td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:10px}.email-prefs-sched-table tbody tr:last-child td{border-bottom:none}.email-prefs-sched-to,.email-prefs-sched-subj{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.email-prefs-sched-when{color:#475569;white-space:nowrap}.email-prefs-sched-action{text-align:right}.email-prefs-sched-status{letter-spacing:.04em;text-transform:uppercase;color:#475569;background:#f1f5f9;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.email-prefs-sched-status-pending{color:#92400e;background:#fef3c7}.email-prefs-sched-status-sent{color:#15803d;background:#dcfce7}.email-prefs-sched-status-failed{color:#991b1b;background:#fee2e2}.email-prefs-sched-status-cancelled{color:#64748b;background:#f1f5f9}@media (max-width:800px){.email-prefs-editor-body-split{grid-template-columns:1fr}.email-prefs-editor-side{border-top:1px solid #f1f5f9;border-left:none;padding-top:14px;padding-left:0}}.nav-section-label{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;opacity:.75;padding:14px 16px 6px;font-size:.67rem;font-weight:600}.sidebar.collapsed .nav-section-label{display:none}.feed-hub{--feed-header-h:62px;--feed-rail-top:calc(var(--feed-header-h) + 10px);--feed-shell-chrome:84px;scroll-padding-top:calc(var(--feed-header-h) + 8px);container:feedhub/inline-size}.feed-hub .m365-hub-body{padding:0}.feed-hub .m365-hub-header{z-index:30;padding:10px 18px;position:sticky;top:0;box-shadow:0 1px #0f172a0a,0 4px 14px -8px #0f172a14}.feed-glass-header{-webkit-backdrop-filter:blur(16px)saturate(1.6);backdrop-filter:blur(16px)saturate(1.6);background:#ffffffad;border-bottom:1px solid #0f172a12}.feed-hub .m365-hub-header-row{flex-wrap:nowrap;gap:12px}.feed-hub .m365-hub-title-wrap{gap:10px}.feed-hub .m365-hub-icon{border-radius:8px;width:32px;height:32px}.feed-hub .m365-hub-icon svg{width:18px;height:18px}.feed-hub .m365-hub-title{font-size:1.08rem;line-height:1.1}.feed-hub .m365-hub-subtitle{font-size:.73rem}.feed-hub .m365-hub-header-actions{flex-wrap:nowrap;gap:8px;margin-left:auto}.feed-header-metrics{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.feed-header-pill,.feed-header-compose-btn{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:30px;font-size:.74rem;font-weight:650;display:inline-flex}.feed-header-pill{color:#475569;background:#ffffff8c;border:1px solid #0f172a14;gap:5px;padding:5px 9px}.feed-header-pill strong{color:#0f172a;font-size:.76rem}.feed-header-pill-action{color:#0054a9;cursor:pointer;background:#0054a917;border-color:#0054a938;transition:background .12s,border-color .12s}.feed-header-pill-action:hover{background:#0054a929;border-color:#0054a957}.feed-glass-header .m365-refresh-btn{background:#ffffff8c;border-color:#0f172a14}.feed-glass-header .m365-refresh-btn:hover:not(:disabled){background:#ffffffe6;border-color:#0f172a29}.feed-header-compose-btn{color:#fff;cursor:pointer;background:#0054a9;border:1px solid #0054a9;padding:0 13px;transition:background .12s,border-color .12s;box-shadow:0 1px 2px #0f172a2e}.feed-header-compose-btn:hover{background:#004489;border-color:#004489}.feed-layout{grid-template-columns:260px minmax(560px,700px) 320px;justify-content:center;align-items:start;gap:16px;width:100%;max-width:1380px;margin:0 auto;padding:14px 18px 28px;display:grid}.feed-layout>*{min-width:0}@container feedhub (width>=1500px){.feed-layout{grid-template-columns:280px minmax(620px,720px) 360px;max-width:1460px}}@container feedhub (width<=1280px){.feed-layout{grid-template-columns:220px minmax(520px,1fr) 310px;max-width:1120px}}@container feedhub (width<=1160px){.feed-layout{grid-template-columns:minmax(0,1fr) 320px;max-width:1030px}.feed-layout .feed-left-rail{grid-area:2/1/auto/-1;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start;gap:10px;max-height:none;display:grid;position:static;overflow:visible}}@container feedhub (width<=900px){.feed-layout{grid-template-columns:minmax(0,1fr);gap:12px;max-width:720px;padding:12px 12px 28px}.feed-side{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;display:grid;position:static}.feed-side .feed-side-card,.feed-side .feed-directory-card{min-width:0}.feed-hub .m365-hub-header-row{flex-wrap:wrap}.feed-hub .m365-hub-header-actions{flex-wrap:wrap;justify-content:space-between;width:100%}.feed-header-metrics{justify-content:flex-start}}@media (max-width:640px){.feed-header-pill:not(.feed-header-pill-action){display:none}.feed-hub .m365-hub-header{padding:9px 12px}}.feed-main{flex-direction:column;gap:10px;min-width:0;display:flex}.feed-left-rail,.feed-side{top:var(--feed-rail-top);max-height:calc(100vh - var(--feed-shell-chrome) - var(--feed-rail-top) - 14px);scrollbar-width:thin;scrollbar-color:transparent transparent;position:sticky;overflow:hidden auto}.feed-left-rail:hover,.feed-left-rail:focus-within,.feed-side:hover,.feed-side:focus-within{scrollbar-color:#64748b59 transparent}.feed-left-rail::-webkit-scrollbar{width:6px}.feed-side::-webkit-scrollbar{width:6px}.feed-left-rail::-webkit-scrollbar-track{background:0 0}.feed-side::-webkit-scrollbar-track{background:0 0}.feed-left-rail::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.feed-side::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.feed-left-rail:hover::-webkit-scrollbar-thumb{background:#64748b59}.feed-side:hover::-webkit-scrollbar-thumb{background:#64748b59}.feed-side{flex-direction:column;gap:10px;display:flex}.feed-left-rail{flex-direction:column;gap:10px;min-width:0;display:flex}.feed-left-profile,.feed-left-card{border:1px solid #0000;border-radius:12px;width:100%}.feed-left-profile{cursor:pointer;text-align:left;color:#0f172a;background:0 0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:7px 8px;display:grid}.feed-left-profile:hover{background:#eef2f7}.feed-left-profile span,.feed-left-profile strong,.feed-left-profile small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.feed-left-profile strong{font-size:.86rem;font-weight:700}.feed-left-profile small{color:#64748b;margin-top:1px;font-size:.72rem}.feed-left-card{background:0 0;padding:4px}.feed-left-link{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;min-height:38px;padding:5px 7px;font-size:.86rem;font-weight:650;display:grid}.feed-left-link:hover,.feed-left-link.active{background:#eef2f7}.feed-left-link>span:not(.feed-left-glyph){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feed-left-link strong{color:#64748b;font-size:.72rem;font-weight:750}.feed-left-glyph{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.76rem;font-weight:800;display:inline-flex}.feed-left-glyph-blue{background:#1877f2}.feed-left-glyph-green{background:#16a34a}.feed-left-glyph-gold{background:#f59e0b}.feed-left-glyph-slate{background:#334155}.feed-left-summary{background:#fff;border-color:#e5e9f0;padding:11px 12px;box-shadow:0 1px 3px #0f172a0a}.feed-left-summary div{color:#0f172a;justify-content:space-between;align-items:center;gap:10px;font-size:.78rem;font-weight:750;display:flex}.feed-left-summary div strong{color:#0054a9;background:#eff4fb;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;font-size:.76rem;display:inline-flex}.feed-left-summary p{color:#64748b;margin:7px 0 0;font-size:.74rem;line-height:1.35}.feed-left-celebrations{flex-direction:column;gap:8px;display:flex}.feed-left-celebrations .feed-side-card{box-shadow:none;background:#fff;border-color:#e5e9f0;padding:8px 9px}.feed-left-celebrations .feed-side-card-birthday{background:#fff7ed;border-color:#fed7aa}.feed-left-celebrations .feed-side-card-anniversary{background:#f0fdf4;border-color:#bbf7d0}.feed-left-celebrations .feed-side-card-new-hire{background:#eff6ff;border-color:#bfdbfe}.feed-left-celebrations .feed-side-card-kudos{background:#f8fafc;border-color:#cbd5e1}.feed-left-celebrations .feed-side-card-birthday:hover{background:#ffedd5}.feed-left-celebrations .feed-side-card-anniversary:hover{background:#dcfce7}.feed-left-celebrations .feed-side-card-new-hire:hover{background:#dbeafe}.feed-left-celebrations .feed-side-card-kudos:hover{background:#f1f5f9}.feed-left-celebrations .feed-side-head{margin-bottom:5px;font-size:.78rem}.feed-left-celebrations .feed-side-row{padding:4px}.feed-left-celebrations .feed-side-empty{padding:2px 0 3px 24px;font-size:.72rem}@container feedhub (width<=900px){.feed-layout .feed-side{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;max-height:none;display:grid;position:static;overflow:visible}.feed-layout .feed-side .feed-side-card,.feed-layout .feed-side .feed-directory-card{flex-shrink:1;min-width:0}.feed-side .feed-directory-sticky,.feed-side .feed-directory-more{position:static}.feed-side .feed-directory-list.expanded{max-height:520px;padding-right:2px;overflow-y:auto}}.feed-composer{background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:11px 13px;transition:border-color .14s cubic-bezier(.16,1,.3,1),box-shadow .14s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0f172a0a,0 1px 2px #0f172a0f}.feed-composer.focused{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0f,0 1px 2px #0f172a0f}.feed-composer.drag-over{background:#eff6ff;border-color:#0054a9}.feed-composer-top{align-items:flex-start;gap:10px;display:flex}.feed-composer-main{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.feed-composer-mode{gap:6px;display:flex}.feed-mode-chip{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #0000;border-radius:999px;padding:4px 11px;font-size:.74rem;font-weight:600;transition:background .12s,color .12s,border-color .12s}.feed-mode-chip:hover{color:#0f172a;background:#e2e8f0}.feed-mode-chip.active{color:#0054a9;background:#eff4fb;border-color:#bfd7ef}.feed-composer-textarea{resize:none;color:#0f172a;background:0 0;border:none;outline:none;width:100%;min-height:calc(1.5em + 16px);padding:8px 0;font-family:inherit;font-size:.95rem;line-height:1.5;transition:min-height .16s cubic-bezier(.16,1,.3,1);overflow-y:hidden}.feed-composer-textarea::placeholder{color:#94a3b8}.feed-composer-textarea:focus{outline:none}.feed-composer-actions{border-top:1px solid #eef2f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:8px;display:flex}.feed-composer-tools{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.feed-composer-submit{align-items:center;gap:10px;display:flex}.feed-composer-error{color:#dc2626;font-size:.76rem}.feed-tool-btn{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:.78rem;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.feed-tool-btn:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.feed-tool-btn:disabled{opacity:.45;cursor:not-allowed}.feed-checkbox{color:#475569;cursor:pointer;align-items:center;gap:6px;padding:4px 8px;font-size:.78rem;display:inline-flex}.feed-checkbox input{accent-color:#0054a9}.feed-post-btn{color:#fff;cursor:pointer;background:#0054a9;border:none;border-radius:6px;padding:7px 18px;font-size:.82rem;font-weight:600;transition:background .12s,transform .1s}.feed-post-btn:hover:not(:disabled){background:#004489}.feed-post-btn:active:not(:disabled){transform:scale(.97)}.feed-post-btn:disabled{cursor:not-allowed;background:#cbd5e1}.feed-emoji-wrap{position:relative}.feed-emoji-pop{z-index:20;background:#fff;border:1px solid #e5e9f0;border-radius:10px;grid-template-columns:repeat(8,1fr);gap:2px;min-width:280px;padding:8px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 32px #0f172a1f}.feed-emoji-choice{aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;padding:0;font-size:1.1rem;line-height:1;transition:background .1s;display:flex}.feed-emoji-choice:hover{background:#f1f5f9}.feed-emoji-choice:focus-visible{outline-offset:2px;background:#f1f5f9;outline:2px solid #0054a94d}.feed-kudos-setup{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:10px 12px}.feed-kudos-label{color:#92400e;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:.72rem;font-weight:600}.feed-kudos-targets{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.feed-kudos-chip{color:#78350f;background:#fff;border:1px solid #fde68a;border-radius:999px;align-items:center;gap:6px;padding:3px 8px 3px 3px;font-size:.76rem;display:inline-flex}.feed-kudos-chip button{color:#b45309;cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:1rem;line-height:1}.feed-kudos-cats{flex-wrap:wrap;gap:6px;display:flex}.feed-kudos-cat{color:#78350f;cursor:pointer;background:#fff;border:1px solid #fde68a;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:.76rem;font-weight:500;transition:all .12s;display:inline-flex}.feed-kudos-cat:hover{background:#fef3c7}.feed-kudos-cat.active{color:#fff;background:#f59e0b;border-color:#f59e0b}.feed-kudos-cat-emoji{font-size:.9rem}.feed-mention-pop{background:#fff;border:1px solid #e5e9f0;border-radius:8px;max-height:240px;padding:6px;overflow-y:auto;box-shadow:0 12px 32px #0f172a1f}.feed-mention-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:6px 8px;transition:background .1s;display:flex}.feed-mention-row:hover{background:#f1f5f9}.feed-mention-name{color:#0f172a;font-size:.82rem;font-weight:500}.feed-mention-sub{color:#64748b;font-size:.72rem}.feed-person-picker{flex:1;min-width:160px;position:relative}.feed-person-picker-input{color:#0f172a;background:0 0;border:1px dashed #fde68a;border-radius:999px;outline:none;width:100%;min-width:160px;padding:5px 10px;font-size:.76rem;transition:border-color .12s}.feed-person-picker-input:focus{border-style:solid;border-color:#f59e0b}.feed-person-picker-pop{z-index:30;background:#fff;border:1px solid #e5e9f0;border-radius:8px;max-height:240px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #0f172a1f}.feed-person-picker-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;width:100%;padding:5px 8px;transition:background .1s;display:grid}.feed-person-picker-row:hover{background:#f1f5f9}.feed-person-picker-name{color:#0f172a;font-size:.8rem;font-weight:500}.feed-person-picker-sub{color:#64748b;font-size:.72rem}.feed-composer-media{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;display:grid}.feed-composer-media-item{aspect-ratio:1;background:#f1f5f9;border:1px solid #e5e9f0;border-radius:8px;position:relative;overflow:hidden}.feed-composer-media-item img{object-fit:cover;width:100%;height:100%;display:block}.feed-composer-media-item.uploading img{opacity:.4}.feed-composer-media-spinner{border:2px solid #0054a94d;border-top-color:#0054a9;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite feedSpin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes feedSpin{to{transform:translate(-50%,-50%)rotate(360deg)}}.feed-composer-media-remove{color:#fff;cursor:pointer;background:#0f172abf;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.9rem;line-height:1;transition:background .12s;display:inline-flex;position:absolute;top:4px;right:4px}.feed-composer-media-remove:hover{background:#0f172a}.feed-list{flex-direction:column;gap:10px;display:flex}.feed-post{background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:12px 14px;transition:border-color .14s cubic-bezier(.16,1,.3,1),box-shadow .14s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #0f172a0a,0 1px 2px #0f172a0f}.feed-post:hover{border-color:#cbd5e1;box-shadow:0 3px 10px #0f172a12,0 1px 2px #0f172a0d}.feed-post.pinned{background:linear-gradient(#fffbe6,#fff);border-color:#fcd34d;box-shadow:inset 3px 0 #f59e0b,0 3px 10px #0f172a12,0 1px 2px #0f172a0d}.feed-post.announcement{background:linear-gradient(#eff6ff,#fff);border-color:#bfd7ef}.feed-post.celebration{background:linear-gradient(#fff0f6,#fff);border-color:#fce7f3}.feed-post-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px;display:flex}.feed-post-author{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;min-width:0;padding:0;display:flex}.feed-post-author-text{min-width:0}.feed-post-author-name{color:#0f172a;align-items:center;gap:6px;font-size:.88rem;font-weight:600;line-height:1.2;display:inline-flex}.feed-post-system-badge{color:#0054a9;text-transform:uppercase;letter-spacing:.04em;background:#eff4fb;border-radius:999px;padding:1px 6px;font-size:.64rem;font-weight:600}.feed-post-meta{color:#475569;align-items:center;gap:6px;margin-top:3px;font-size:.72rem;display:flex}.feed-post-edited{color:#64748b;font-style:italic}.feed-post-dot{opacity:.6}.feed-post-type{align-items:center;gap:4px;font-weight:600;display:inline-flex}.feed-post-type-kudos{color:#b45309}.feed-post-type-announcement{color:#0054a9}.feed-post-type-celebration{color:#be185d}.feed-post-type-safety{color:#b91c1c}.feed-post-type-job_win{color:#15803d}.feed-pinned-badge{color:#b45309;align-items:center;gap:4px;font-weight:600;display:inline-flex}.feed-post-menu-wrap{position:relative}.feed-post-menu-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;transition:background .12s,color .12s}.feed-post-menu-btn:hover{color:#0f172a;background:#f1f5f9}.feed-post-menu{z-index:20;background:#fff;border:1px solid #e5e9f0;border-radius:8px;min-width:140px;padding:4px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 12px 32px #0f172a1f}.feed-post-menu-item{text-align:left;cursor:pointer;color:#0f172a;background:0 0;border:none;border-radius:6px;width:100%;padding:7px 10px;font-size:.82rem;transition:background .1s;display:block}.feed-post-menu-item:hover{background:#f1f5f9}.feed-post-menu-item.danger{color:#dc2626}.feed-post-menu-item.danger:hover{background:#fef2f2}.feed-post-body-wrap{margin-bottom:8px}.feed-body{color:#1e293b;white-space:pre-wrap;word-wrap:break-word;font-size:.92rem;line-height:1.48}.feed-body strong{color:#0f172a;font-weight:600}.feed-body em{font-style:italic}.feed-mention{color:#0054a9;background:#eff4fb;border-radius:4px;align-items:center;padding:0 6px;font-size:.88rem;font-weight:500;display:inline-flex}.feed-mention.clickable{cursor:pointer;transition:background .1s}.feed-mention.clickable:hover{background:#dbeafe}.feed-kudos-recipients{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.feed-kudos-recipient{color:#78350f;cursor:pointer;text-transform:capitalize;background:#fef3c7;border:1px solid #fcd34d;border-radius:999px;align-items:center;gap:6px;padding:3px 10px 3px 3px;font-size:.8rem;font-weight:600;transition:background .12s;display:inline-flex}.feed-kudos-recipient:hover{background:#fde68a}.feed-composer-draft-row{align-items:center;gap:8px;margin-top:6px;font-size:.72rem;display:flex}.feed-composer-draft-tag{color:#3730a3;letter-spacing:.04em;text-transform:uppercase;background:#e0e7ff;border-radius:999px;padding:1px 7px;font-size:.62rem;font-weight:700}.feed-composer-draft-hint{color:#64748b}.feed-composer-draft-clear{color:#2563eb;cursor:pointer;background:0 0;border:none;margin-left:auto;padding:2px 4px;font-size:.72rem;font-weight:600}.feed-composer-draft-clear:hover{text-decoration:underline}.feed-post-edit{flex-direction:column;gap:8px;display:flex}.feed-post-edit-input{resize:vertical;width:100%;font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-size:.9rem;line-height:1.45}.feed-post-edit-input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1f}.feed-post-edit-actions{justify-content:flex-end;gap:8px;display:flex}.feed-post-edit-cancel,.feed-post-edit-save{cursor:pointer;border-radius:8px;padding:6px 14px;font-size:.8rem;font-weight:600}.feed-post-edit-cancel{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0}.feed-post-edit-cancel:hover:not(:disabled){background:#e2e8f0}.feed-post-edit-save{color:#fff;background:#2563eb;border:1px solid #2563eb}.feed-post-edit-save:hover:not(:disabled){background:#1d4ed8}.feed-post-edit-save:disabled,.feed-post-edit-cancel:disabled{opacity:.55;cursor:not-allowed}.feed-media{border-radius:10px;gap:4px;margin-bottom:12px;display:grid;overflow:hidden}.feed-media-1{grid-template-columns:1fr}.feed-media-1 .feed-media-cell{aspect-ratio:auto;background:#0b1220;max-height:540px}.feed-media-1 .feed-media-cell img{object-fit:contain;height:auto;max-height:540px;margin:0 auto}.feed-media-2{grid-template-columns:1fr 1fr}.feed-media-2 .feed-media-cell{aspect-ratio:1}.feed-media-3{grid-template-rows:1fr 1fr;grid-template-columns:2fr 1fr}.feed-media-3 .feed-media-cell:first-child{aspect-ratio:auto;grid-row:1/span 2}.feed-media-3 .feed-media-cell{aspect-ratio:auto}.feed-media-4{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.feed-media-4 .feed-media-cell{aspect-ratio:1}.feed-media-cell{cursor:zoom-in;width:100%;font:inherit;color:inherit;appearance:none;background:#f1f5f9;border:none;padding:0;position:relative;overflow:hidden}.feed-media-cell img{object-fit:cover;width:100%;height:100%;transition:transform .18s cubic-bezier(.16,1,.3,1);display:block}.feed-media-cell:hover img{transform:scale(1.02)}.feed-media-cell:focus-visible{outline-offset:2px;outline:2px solid #2563eb}.feed-lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172aeb;justify-content:center;align-items:center;animation:.16s cubic-bezier(.16,1,.3,1) feedLightboxIn;display:flex;position:fixed;inset:0}.feed-lightbox img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh;animation:.16s cubic-bezier(.16,1,.3,1) feedLightboxImgIn}.feed-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;display:inline-flex;position:absolute;top:20px;right:20px}.feed-lightbox-close:hover{background:#fff3}@keyframes feedLightboxIn{0%{opacity:0}to{opacity:1}}@keyframes feedLightboxImgIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.feed-ack-row{background:#eff4fb;border:1px solid #bfd7ef;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;margin:10px 0 0;padding:10px 12px;display:flex}.feed-ack-btn{color:#fff;cursor:pointer;background:#0054a9;border:none;border-radius:6px;padding:6px 14px;font-size:.78rem;font-weight:600;transition:background .12s,transform .1s}.feed-ack-btn:hover{background:#004489}.feed-ack-btn:active{transform:scale(.97)}.feed-ack-done{color:#15803d;align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:inline-flex}.feed-roster-overlay{z-index:var(--modal-z,10000);background:#0f172a73;justify-content:center;align-items:center;padding:20px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.feed-roster-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:480px;max-height:min(640px,88vh);display:flex;overflow:hidden;box-shadow:0 18px 50px #0f172a47}.feed-roster-head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.feed-roster-head h3{color:#111827;margin:0;font-size:.95rem;font-weight:600}.feed-roster-close{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;padding:4px 6px;font-size:1rem;line-height:1}.feed-roster-close:hover{color:#111827;background:#f3f4f6}.feed-roster-loading{text-align:center;color:#6b7280;padding:32px 16px;font-size:.85rem}.feed-roster-stats{background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:10px;padding:14px 16px;display:flex}.feed-roster-stat-item{text-align:center;flex:1}.feed-roster-stat-number{color:#111827;font-size:1.35rem;font-weight:700;line-height:1.1}.feed-roster-stat-label{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;margin-top:4px;font-size:.65rem}.feed-roster-tabs{border-bottom:1px solid #e5e7eb;padding:0 12px;display:flex}.feed-roster-tab{cursor:pointer;color:#6b7280;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:11px 8px;font-size:.82rem;font-weight:500}.feed-roster-tab:hover{color:#111827}.feed-roster-tab.active{color:#0054a9;border-bottom-color:#0054a9}.feed-roster-list{flex:1;padding:8px;overflow-y:auto}.feed-roster-empty{text-align:center;color:#6b7280;padding:28px 16px;font-size:.85rem}.feed-roster-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:8px 10px;display:flex}.feed-roster-row:hover{background:#f3f4f6}.feed-roster-row.acked:hover{background:#f0fdf4}.feed-roster-row.pending:hover{background:#fffbeb}.feed-roster-row-text{flex:1;min-width:0}.feed-roster-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.feed-roster-meta{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.feed-roster-time{color:#15803d;white-space:nowrap;flex-shrink:0;font-size:.72rem}.feed-roster-time.pending{color:#b45309}.feed-post-foot{border-top:1px solid #eef2f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:8px;display:flex}.feed-reaction-row{flex-wrap:wrap;align-items:center;gap:5px;min-height:28px;display:flex}.feed-reaction-chip{cursor:pointer;background:#f1f5f9;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:4px;min-height:26px;padding:3px 9px;font-size:.76rem;transition:background .12s,border-color .12s,color .12s;display:inline-flex;position:relative}.feed-reaction-chip:hover{background:#e2e8f0}.feed-reaction-chip.mine{color:#0054a9;background:#eff4fb;border-color:#bfd7ef;font-weight:600}.feed-reaction-chip.mine .feed-reaction-count{color:#0054a9}.feed-reaction-emoji{font-size:.95rem;line-height:1}.feed-reaction-count{color:#475569;font-weight:500}.feed-reaction-tooltip{color:#fff;white-space:nowrap;z-index:30;pointer-events:auto;cursor:default;background:#0f172a;border-radius:8px;flex-direction:column;gap:2px;min-width:132px;max-width:220px;padding:7px 9px;font-size:.72rem;font-weight:500;line-height:1.25;display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 18px #0f172a2e}.feed-reaction-tooltip:after{content:"";height:10px;position:absolute;top:100%;left:0;right:0}.feed-reaction-tooltip-name{cursor:pointer;border-radius:4px}.feed-reaction-tooltip-name:hover{text-decoration:underline}.feed-reaction-chip:hover .feed-reaction-tooltip,.feed-reaction-chip:focus-visible .feed-reaction-tooltip{display:flex}.feed-reaction-add-wrap{align-items:center;display:inline-flex;position:relative}.feed-reaction-add{color:#94a3b8;cursor:pointer;background:0 0;border:1px dashed #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;transition:all .12s;display:inline-flex}.feed-reaction-add:hover{color:#0f172a;background:#f1f5f9;border-style:solid;border-color:#64748b}.feed-reaction-picker{z-index:20;background:#fff;border:1px solid #e5e9f0;border-radius:18px;gap:2px;padding:4px 6px;animation:.12s cubic-bezier(.16,1,.3,1) feedReactionPickerIn;display:flex;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a1f}@keyframes feedReactionPickerIn{0%{opacity:0;transform:translate(-50%,4px)}to{opacity:1;transform:translate(-50%)}}.feed-reaction-picker-btn{aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;padding:0;font-size:19px;line-height:1;transition:transform .12s,background .12s;display:flex}.feed-reaction-picker-btn:hover{background:#f1f5f9;transform:scale(1.15)}.feed-reaction-picker-btn:active{background:#e2e8f0;transform:scale(.98)}.feed-reaction-picker-btn:focus-visible{outline-offset:2px;background:#f1f5f9;outline:2px solid #0054a94d}.feed-comment-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:500;transition:background .1s,color .1s;display:inline-flex}.feed-comment-toggle:hover{color:#0f172a;background:#f1f5f9}.feed-comments{border-top:1px solid #eef2f6;flex-direction:column;gap:10px;margin-top:10px;padding-top:10px;display:flex}.feed-comments-loading{color:#64748b;font-size:.78rem}.feed-comment{align-items:flex-start;gap:10px;display:flex}.feed-comment-avatar{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;padding:0;line-height:0}.feed-comment-avatar:focus-visible{outline-offset:2px;outline:2px solid #0054a94d}.feed-comment-body{background:#f8fafc;border-radius:10px;flex:1;min-width:0;padding:8px 12px}.feed-comment-head{flex-wrap:wrap;align-items:baseline;gap:6px;display:flex}.feed-comment-author{color:#0f172a;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}.feed-comment-author:hover{text-decoration:underline}.feed-comment-time{color:#94a3b8;font-size:.7rem}.feed-comment-text{color:#1e293b;white-space:pre-wrap;word-wrap:break-word;margin-top:2px;font-size:.84rem;line-height:1.45}.feed-comment-composer{align-items:center;gap:8px;display:flex}.feed-comment-input{color:#0f172a;background:#f1f5f9;border:1px solid #0000;border-radius:999px;outline:none;flex:1;padding:7px 12px;font-size:.84rem;transition:background .12s,border-color .12s}.feed-comment-input:focus{background:#fff;border-color:#0054a9}.feed-comment-submit{color:#fff;cursor:pointer;background:#0054a9;border:none;border-radius:999px;padding:7px 14px;font-size:.78rem;font-weight:600;transition:background .12s}.feed-comment-submit:disabled{cursor:not-allowed;background:#cbd5e1}.feed-comment-submit:hover:not(:disabled){background:#004489}.feed-post-skeleton{animation:none}.feed-post-skeleton>div{margin-bottom:8px}.feed-empty{text-align:center;background:#fff;border:1px dashed #e5e9f0;border-radius:12px;padding:40px 24px}.feed-empty-icon{color:#94a3b8;margin-bottom:12px;display:inline-flex}.feed-empty-title{color:#0f172a;margin:0 0 6px;font-size:1rem;font-weight:600}.feed-empty-text{color:#64748b;margin:0;font-size:.85rem;line-height:1.5}.feed-load-more{text-align:center;padding:14px 0}.feed-load-more-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e5e9f0;border-radius:999px;padding:7px 18px;font-size:.82rem;font-weight:500;transition:all .12s}.feed-load-more-btn:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.feed-side-card{background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:10px 12px;box-shadow:0 1px 3px #0f172a0a}.feed-side-head{color:#0f172a;text-transform:none;letter-spacing:0;align-items:center;gap:7px;margin-bottom:7px;font-size:.8rem;font-weight:600;display:flex}.feed-side-icon{font-size:1rem;line-height:1}.feed-side-empty{color:#94a3b8;padding:4px 0;font-size:.76rem}.feed-side-list{flex-direction:column;gap:2px;display:flex}.feed-side-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:9px;width:100%;padding:5px;transition:background .1s;display:flex;position:relative}.feed-side-row:hover{background:#f1f5f9}.feed-side-row-text{flex:1;min-width:0}.feed-side-row-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:500;overflow:hidden}.feed-side-row-meta{color:#64748b;font-size:.7rem}.feed-side-row.today{background:#fff0f6}.feed-side-row.today:hover{background:#fce7f3}.feed-side-confetti{pointer-events:none;font-size:.9rem;animation:2s ease-in-out infinite feedConfetti;position:absolute;right:8px}@keyframes feedConfetti{0%,to{transform:rotate(-8deg)scale(1)}50%{transform:rotate(8deg)scale(1.1)}}.feed-directory-card{padding:10px}.feed-directory-sticky{z-index:2;-webkit-backdrop-filter:blur(12px)saturate(1.5);backdrop-filter:blur(12px)saturate(1.5);background:#ffffffb8;border-bottom:1px solid #0f172a0d;border-radius:10px 10px 0 0;margin:-10px -10px 8px;padding:10px 10px 8px;position:sticky;top:0}.feed-directory-sticky .feed-directory-controls{margin-bottom:0}.feed-directory-count{color:#64748b;letter-spacing:0;text-transform:none;border:1px solid #e2e8f0;border-radius:999px;margin-left:auto;padding:2px 6px;font-size:.68rem;font-weight:600}.feed-directory-controls{gap:6px;margin-bottom:8px;display:grid}.feed-directory-search{color:#94a3b8;background:#f8fafc;border:1px solid #e5e9f0;border-radius:8px;align-items:center;gap:7px;padding:6px 8px;display:flex}.feed-directory-search:focus-within{background:#fff;border-color:#bfd7ef;box-shadow:0 0 0 3px #0054a914}.feed-directory-search input{color:#0f172a;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:.8rem}.feed-directory-search input::placeholder{color:#94a3b8}.feed-directory-map{background:#f8fafc;border:1px solid #eef2f6;border-radius:9px;margin-bottom:8px;padding:8px}.feed-directory-map-head{color:#475569;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;font-size:.72rem;font-weight:650;display:flex}.feed-directory-map-head button{color:#0054a9;cursor:pointer;background:0 0;border:0;padding:0;font-size:.7rem;font-weight:650}.feed-directory-depts{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.feed-directory-dept{color:#334155;cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-height:30px;padding:5px 7px;transition:background .12s,border-color .12s,color .12s;display:grid}.feed-directory-dept:hover,.feed-directory-dept.active{color:#0054a9;background:#eff4fb;border-color:#bfd7ef}.feed-directory-dept span{text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:600;overflow:hidden}.feed-directory-dept strong{color:inherit;font-size:.7rem}.feed-directory-dept-all{grid-column:1/-1}.feed-directory-list{flex-direction:column;gap:2px;display:flex}.feed-directory-list.expanded{max-height:none}.feed-directory-row{cursor:pointer;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;padding:5px;transition:background .1s;display:grid}.feed-directory-row:hover,.feed-directory-row:focus-visible{background:#f1f5f9;outline:none}.feed-directory-person{gap:1px;min-width:0;display:grid}.feed-directory-name,.feed-directory-meta{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.feed-directory-name{color:#0f172a;font-size:.82rem;font-weight:600}.feed-directory-meta{color:#475569;font-size:.7rem}.feed-directory-mail{color:#64748b;border-radius:7px;justify-content:center;align-items:center;width:26px;height:26px;text-decoration:none;transition:background .1s,color .1s;display:inline-flex}.feed-directory-mail:hover{color:#0054a9;background:#e2e8f0}.feed-directory-more{z-index:2;-webkit-backdrop-filter:blur(12px)saturate(1.5);backdrop-filter:blur(12px)saturate(1.5);color:#0054a9;cursor:pointer;background:#ffffffb8;border:0;border-top:1px solid #0f172a0d;border-radius:0 0 10px 10px;width:calc(100% + 20px);margin:6px -10px -10px;padding:9px 10px 11px;font-size:.78rem;font-weight:600;transition:background .1s;position:sticky;bottom:0}.feed-directory-more:hover{background:#eff4fbe6}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.feed-glass-header{background:#fff}.feed-header-pill{background:#fff;border-color:#e2e8f0}.feed-header-pill-action{background:#eff4fb;border-color:#bfd7ef}.feed-glass-header .m365-refresh-btn{background:#fff;border-color:#e2e8f0}.feed-directory-sticky,.feed-directory-more{background:#fff}.feed-directory-more:hover{background:#eff4fb}}.feed-directory-loading{gap:8px;padding:2px 0;display:grid}.feed-directory-skeleton{grid-template-columns:30px 1fr;align-items:center;gap:10px;padding:5px;display:grid}.feed-directory-skeleton>.m365-shimmer{border-radius:50%;width:30px;height:30px}.feed-directory-skeleton div{gap:5px;display:grid}.feed-directory-skeleton div .m365-shimmer:first-child{border-radius:999px;width:72%;height:10px}.feed-directory-skeleton div .m365-shimmer:last-child{border-radius:999px;width:46%;height:8px}.feed-org-modal-backdrop{z-index:var(--modal-z,10000);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8f;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.feed-org-modal{background:#fff;border:1px solid #e2e8f0cc;border-radius:14px;flex-direction:column;width:min(1120px,96vw);max-height:min(760px,88vh);display:flex;overflow:hidden;box-shadow:0 24px 80px #0f172a42}.feed-org-modal-head{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px 14px;display:flex}.feed-org-eyebrow{color:#0054a9;letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:.72rem;font-weight:700}.feed-org-modal h2{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:750}.feed-org-modal p{color:#64748b;margin:4px 0 0;font-size:.82rem}.feed-org-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;line-height:1;display:inline-flex}.feed-org-close:hover{color:#0f172a;background:#f8fafc}.feed-org-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;padding:14px;display:grid;overflow-y:auto}.feed-org-section{background:#fff;border:1px solid #e5e9f0;border-radius:11px;min-width:0;overflow:hidden}.feed-org-section-head{color:#0f172a;background:#f8fafc;border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;gap:10px;padding:9px 11px;font-size:.8rem;font-weight:700;display:flex}.feed-org-section-head span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feed-org-section-head strong{color:#0054a9;font-size:.76rem}.feed-org-people{flex-direction:column;gap:2px;padding:6px;display:flex}.feed-org-person{cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;width:100%;padding:6px;display:grid}.feed-org-person:hover{background:#f1f5f9}.feed-org-person span span,.feed-org-person small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.feed-org-person span span{color:#0f172a;font-size:.82rem;font-weight:650}.feed-org-person small{color:#64748b;margin-top:1px;font-size:.7rem}.feed-org-more{color:#64748b;padding:6px 8px 4px;font-size:.72rem;font-weight:600}.feed-fab{color:#fff;cursor:pointer;z-index:200;background:#0054a9;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .16s cubic-bezier(.16,1,.3,1);display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 6px 20px #0054a966}.feed-fab:hover{transform:scale(1.05)}.feed-fab:active{transform:scale(.95)}.feed-composer-mobile-overlay{z-index:500;background:#0f172a8c;align-items:flex-end;display:none;position:fixed;inset:0}.feed-composer-mobile{background:#fff;border-radius:16px 16px 0 0;width:100%;padding:10px 12px 16px;animation:.2s cubic-bezier(.16,1,.3,1) feedMobileIn}@keyframes feedMobileIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.feed-composer-mobile-head{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;margin-bottom:10px;padding:6px 4px 10px;font-size:.92rem;font-weight:600;display:flex}.feed-composer-mobile-head button{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:1.4rem;line-height:1}@container feedhub (width<=900px){.feed-fab{display:inline-flex}.feed-composer-mobile-overlay{display:flex}.feed-layout>.feed-main>.feed-composer{display:none}}.profile-hub{width:100%;max-width:1080px;margin:0 auto;padding:0 28px 40px}.profile-topbar{align-items:center;padding:16px 0 8px;display:flex}.profile-back-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:.82rem;font-weight:500;transition:background .12s,color .12s;display:inline-flex}.profile-back-btn:hover{color:#0f172a;background:#f1f5f9}.profile-hero{border-bottom:1px solid #e5e9f0;grid-template-columns:auto 1fr;align-items:flex-start;gap:28px;padding:24px 0 20px;display:grid}.profile-hero-avatar{position:relative}.profile-hero-avatar .profile-photo-badge{opacity:0;pointer-events:none;transition:opacity .14s,transform .14s;transform:scale(.92)}.profile-hero-avatar:hover .profile-photo-badge,.profile-hero-avatar:focus-within .profile-photo-badge{opacity:1;pointer-events:auto;transform:scale(1)}.profile-hero-avatar .ppl-presence-dot{bottom:5px;right:5px;box-shadow:0 0 0 3px #fff}.profile-hero-text{min-width:0}.profile-name{letter-spacing:-.02em;color:#0f172a;margin:0 0 6px;font-size:1.7rem;font-weight:700;line-height:1.15}.profile-sub{color:#475569;flex-wrap:wrap;align-items:center;gap:8px;font-size:.92rem;display:flex}.profile-pronouns{color:#0054a9;background:#eff4fb;border-radius:999px;padding:2px 8px;font-size:.76rem;font-weight:500}.profile-role{color:#334155;font-weight:600}.profile-dot{color:#cbd5e1}.profile-tenure{color:#64748b;margin-top:10px;font-size:.82rem;font-weight:500}.profile-bio{color:#334155;max-width:620px;margin:12px 0 0;font-size:.94rem;line-height:1.55}.profile-skills{flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;display:flex}.profile-skills-label{color:#64748b;margin-right:2px;font-size:.76rem}.profile-skill-chip{color:#475569;background:#fff;border:1px solid #e5e9f0;border-radius:999px;padding:3px 10px;font-size:.78rem;font-weight:500}.profile-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.profile-action{color:#475569;cursor:pointer;background:#fff;border:1px solid #e5e9f0;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-size:.82rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s,border-color .12s,transform .1s;display:inline-flex}.profile-action:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.profile-action:active{transform:scale(.97)}.profile-action-primary{color:#fff;background:#0054a9;border-color:#0054a9}.profile-action-primary:hover{color:#fff;background:#004489;border-color:#004489}.profile-stats{border-bottom:1px solid #e5e9f0;flex-wrap:wrap;gap:36px;padding:18px 0 8px;display:flex}.profile-stat{flex-direction:column;gap:2px;display:flex}.profile-stat-value{color:#0f172a;letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.profile-stat-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-size:.72rem;font-weight:500}.profile-stat-link{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;margin:-4px -8px;padding:4px 8px;text-decoration:none;transition:background .12s,transform .1s}.profile-stat-link .profile-stat-value,.profile-stat-link .profile-stat-label{transition:color .12s}.profile-stat-link:hover{background:#f1f5f9}.profile-stat-link:hover .profile-stat-value{color:#0054a9}.profile-stat-link:hover .profile-stat-label{color:#64748b}.profile-stat-link:active{transform:scale(.98)}.profile-stat-link:focus-visible{outline-offset:2px;outline:2px solid #0054a94d}.profile-stat-link.active .profile-stat-value{color:#0054a9}.profile-stat-cta{color:#0054a9;margin-top:2px;font-size:.75rem;font-weight:600}.profile-stat-link:hover .profile-stat-cta{text-decoration:underline}.profile-tabs{border-bottom:1px solid #e5e9f0;gap:4px;margin-top:16px;display:flex}.profile-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:10px 16px;font-size:.86rem;font-weight:500;transition:color .12s,border-color .12s}.profile-tab:hover{color:#0f172a;border-bottom-color:#cbd5e1}.profile-tab.active{color:#0054a9;border-bottom-color:#0054a9;font-weight:600}.profile-tab-body{padding:20px 0}.profile-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;display:grid}.profile-field{flex-direction:column;gap:4px;display:flex}.profile-field-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600}.profile-field-value{color:#0f172a;word-wrap:break-word;font-size:.9rem}a.profile-field-value{color:#0054a9;text-decoration:none}a.profile-field-value:hover{text-decoration:underline}.profile-about-empty{text-align:center;background:#f8fafc;border:1px dashed #e5e9f0;border-radius:12px;margin-top:20px;padding:24px}.profile-about-empty p{color:#64748b;margin:0 0 12px;font-size:.88rem}.pf-ic{flex-shrink:0;display:block}.profile-back-btn:focus-visible,.profile-action:focus-visible,.profile-tab:focus-visible,.profile-photo-badge:focus-visible,.pf-card-edit:focus-visible,.pf-empty-cta:focus-visible,.pf-activity-all:focus-visible{outline-offset:2px;outline:2px solid #0054a94d}.pf-trunc{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.pf-chips{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.pf-chip{color:#475569;background:#fff;border:1px solid #e5e9f0;border-radius:999px;align-items:center;gap:5px;padding:4px 11px;font-size:.78rem;font-weight:500;display:inline-flex}.pf-chip svg{color:#94a3b8;flex-shrink:0}.pf-chip-accent{color:#0054a9;background:#eff4fb;border-color:#d6e4f5}.pf-overview-grid{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.pf-overview-col{flex-direction:column;gap:16px;min-width:0;display:flex}.pf-overview-full{grid-column:1/-1}.pf-card{background:#fff;border:1px solid #e5e9f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.pf-card-h{background:#fbfcfe;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.pf-card-h h3{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0;font-size:.7rem;font-weight:700}.pf-card-body{min-width:0;padding:16px 18px}.pf-card-edit{color:#0054a9;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 6px;font-size:.78rem;font-weight:600;transition:background .12s}.pf-card-edit:hover{background:#eff4fb}.pf-link{color:#0054a9;font-weight:500;text-decoration:none}.pf-link:hover{text-decoration:underline}.pf-bio{color:#334155;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.9rem;line-height:1.6}.pf-empty{color:#94a3b8;background:#f8fafc;border:1px dashed #e5e9f0;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:.82rem;font-weight:500;display:flex}.pf-empty svg{color:#cbd5e1}.pf-empty-cta{color:#0054a9;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.84rem;font-weight:500;line-height:1.5;display:inline-block}.pf-empty-cta:hover{text-decoration:underline}a.pf-empty-cta{text-decoration:none}a.pf-empty-cta:hover{text-decoration:underline}.pf-activity-list{flex-direction:column;gap:2px;display:flex}.pf-activity-row{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:10px;width:calc(100% + 12px);margin:0 -6px;padding:7px 6px;transition:background .12s;display:flex}.pf-activity-row:hover{background:#f1f5f9}.pf-activity-row:focus-visible{outline-offset:-2px;outline:2px solid #0054a94d}.pf-activity-glyph{background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:inline-flex}.pf-activity-row:hover .pf-activity-glyph{background:#e2e8f0}.pf-activity-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.pf-activity-line{color:#334155;font-size:.8rem;font-weight:600}.pf-activity-snippet{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.pf-activity-time{color:#94a3b8;flex-shrink:0;margin-top:3px;font-size:.72rem}.pf-activity-all{color:#0054a9;margin-top:8px;font-size:.78rem;font-weight:600;text-decoration:none;display:inline-block}.pf-activity-all:hover{text-decoration:underline}.pf-first-post-cta{margin-top:14px}.pf-settings{border-top:1px solid #e5e9f0;margin-top:4px;padding-top:22px}.pf-section-title{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.pf-section-hint{color:#94a3b8;font-size:.8rem;font-weight:500}.pf-calling-cards{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;margin-top:14px;display:grid}.pf-calling-cards .prefs-card{margin-bottom:0}.profile-kudos-summary{color:#475569;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-bottom:14px;padding:10px 14px;font-size:.86rem;font-weight:500}.profile-kudos-group{margin-bottom:24px}.profile-kudos-group-head{color:#0f172a;border-bottom:1px solid #eef2f6;align-items:center;gap:8px;margin-bottom:10px;padding-bottom:6px;font-size:.84rem;font-weight:600;display:flex}.profile-kudos-group-emoji{font-size:1rem}.profile-kudos-group-count{color:#475569;background:#f1f5f9;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:.72rem}.profile-work-h{color:#0f172a;margin:0 0 12px;font-size:.9rem;font-weight:600}.profile-work-list{flex-direction:column;gap:8px;display:flex}.profile-work-row{color:inherit;background:#fff;border:1px solid #e5e9f0;border-radius:10px;padding:12px 14px;text-decoration:none;transition:border-color .12s,box-shadow .12s,transform .12s;display:block}.profile-work-row:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 6px #0f172a0d}.profile-work-row-title{color:#0f172a;font-size:.88rem;font-weight:600}.profile-work-row-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px;margin-top:4px;font-size:.74rem;display:flex}.profile-skeleton{flex-direction:column;align-items:center;gap:12px;padding:40px 28px;display:flex}.profile-error{text-align:center;color:#dc2626;padding:40px 20px}.profile-error button{margin-top:12px}.profile-hr-tab{flex-direction:column;gap:16px;display:flex}.profile-hr-banner{background:#f8fafc;border:1px solid #e5e9f0;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.86rem;display:flex}.profile-hr-section{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:16px 18px;box-shadow:0 1px 3px #0f172a0a}.profile-hr-section-hdr{text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #eef2f7;margin:0 -18px 14px;padding:0 18px 11px;font-size:.7rem;font-weight:700}.profile-hr-section-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px;display:grid}.profile-hr-field-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:.68rem;font-weight:600}.profile-hr-field-value{color:#0f172a;word-break:break-word;font-size:.86rem;font-weight:500}.profile-hr-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:6px 8px;font-size:.86rem;transition:border-color .12s,box-shadow .12s}.profile-hr-input:focus{border-color:#0054a9;outline:none;box-shadow:0 0 0 3px #0054a91f}.profile-hr-required-banner{color:#7f1d1d;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:10px 14px;font-size:.86rem}.profile-hr-upload-row{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;display:grid}.profile-hr-upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.profile-hr-upload-card.is-missing{background:#fffbeb;border-color:#fcd34d}.profile-hr-upload-card.is-uploaded{background:#f0fdf4;border-color:#bbf7d0}.profile-hr-upload-label{color:#334155;text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;gap:6px;font-size:.74rem;font-weight:600;display:flex}.profile-hr-upload-required{color:#fff;text-transform:none;letter-spacing:0;background:#f59e0b;border-radius:999px;padding:2px 6px;font-size:.6rem;font-weight:600}.profile-hr-upload-meta{color:#0f172a;align-items:center;gap:6px;font-size:.82rem;display:flex}.profile-hr-upload-actions{flex-wrap:wrap;gap:8px;display:flex}.profile-hr-upload-link{color:#0054a9;cursor:pointer;background:0 0;border:none;padding:2px 0;font-size:.78rem;text-decoration:underline}.profile-hr-upload-link:hover:not(:disabled){color:#0a4f95}.profile-hr-upload-link:disabled{color:#94a3b8;cursor:progress;text-decoration:none}.profile-hr-upload-err{color:#b91c1c;background:#fef2f2;border-radius:4px;padding:4px 8px;font-size:.74rem}.profile-edit-inline{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;margin-bottom:16px;display:flex;box-shadow:0 1px 2px #0f172a0a}.profile-edit-inline .profile-edit-head{border-bottom:1px solid #f1f5f9;padding:12px 16px}.profile-edit-inline .profile-edit-body{max-height:none;padding:16px;overflow:visible}.profile-edit-inline .profile-edit-foot{border-top:1px solid #f1f5f9;padding:10px 16px}.profile-edit-modal{background:#fff;border-radius:14px;flex-direction:column;width:560px;max-width:94vw;max-height:90vh;animation:.16s cubic-bezier(.16,1,.3,1) profileEditIn;display:flex;box-shadow:0 20px 60px #0f172a40}@keyframes profileEditIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.profile-edit-head{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.profile-edit-head h3{color:#0f172a;margin:0;font-size:1rem;font-weight:600}.profile-edit-body{flex-direction:column;gap:14px;padding:16px 20px;display:flex;overflow-y:auto}.profile-edit-field{flex-direction:column;gap:6px;display:flex}.profile-edit-field label{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:.72rem;font-weight:600}.profile-edit-field input[type=text],.profile-edit-field input:not([type]),.profile-edit-field textarea{color:#0f172a;background:#fff;border:1px solid #e5e9f0;border-radius:6px;outline:none;width:100%;padding:8px 10px;font-family:inherit;font-size:.86rem;transition:border-color .12s,box-shadow .12s}.profile-edit-field input:focus,.profile-edit-field textarea:focus{border-color:#0054a9;box-shadow:0 0 0 3px #0054a91f}.profile-edit-field textarea{resize:vertical;min-height:72px}.profile-edit-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:600px){.profile-edit-grid{grid-template-columns:1fr}}.profile-edit-radios{flex-wrap:wrap;gap:6px;display:flex}.profile-edit-radio{cursor:pointer;background:#f1f5f9;border-radius:999px;align-items:center;gap:4px;padding:5px 10px;font-size:.8rem;transition:all .12s;display:inline-flex}.profile-edit-radio input{display:none}.profile-edit-radio.active{color:#0054a9;background:#eff4fb;font-weight:600}.profile-edit-skills{border:1px solid #e5e9f0;border-radius:8px;flex-wrap:wrap;align-items:center;gap:6px;min-height:42px;padding:6px;display:flex}.profile-edit-skill{color:#0054a9;background:#eff4fb;border-radius:999px;align-items:center;gap:4px;padding:3px 4px 3px 10px;font-size:.78rem;font-weight:500;display:inline-flex}.profile-edit-skill button{color:#0054a9;cursor:pointer;background:0 0;border:none;padding:0 6px;font-size:1rem;line-height:1}.profile-edit-skills input{background:0 0;border:none;outline:none;flex:1;min-width:120px;padding:4px 6px;font-size:.82rem}.profile-edit-error{color:#dc2626;background:#fef2f2;border-radius:6px;padding:8px 10px;font-size:.78rem}.profile-edit-foot{border-top:1px solid #eef2f6;justify-content:flex-end;gap:8px;padding:12px 20px;display:flex}@media (max-width:900px){.profile-hero{grid-template-columns:auto}.profile-name{font-size:1.4rem}.pf-overview-grid{grid-template-columns:1fr}}.crp-header-strip{align-items:center;gap:8px;min-width:0;padding:8px 16px 0;display:flex;position:relative}.crp-header-strip>span:first-child{flex-shrink:0}.crp-stat-cluster{color:#64748b;align-items:stretch;min-width:0;margin-left:auto;display:flex;position:relative}.crp-stat-mini-group{background:#fff;border:1px solid #dbe3eb;border-radius:6px 0 0 6px;align-items:stretch;display:flex;overflow:hidden}.crp-stat-mini,.crp-stat-cluster-toggle{color:#64748b;cursor:pointer;background:#fff;border:0;justify-content:center;align-items:center;font-family:inherit;transition:background .14s,color .14s;display:inline-flex}.crp-stat-mini{border-right:1px solid #edf1f5;gap:3px;min-width:31px;padding:4px 5px;font-size:.68rem;font-weight:700;line-height:1}.crp-stat-mini:last-child{border-right:0}.crp-stat-mini small{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;max-width:42px;font-size:.58rem;font-weight:600;overflow:hidden}.crp-stat-mini:hover,.crp-stat-cluster-toggle:hover{color:#334155;background:#f8fafc}.crp-stat-mini--green svg{color:#16a34a}.crp-stat-mini--blue svg{color:#2563eb}.crp-stat-mini--slate svg{color:#475569}.crp-stat-mini--red svg{color:#dc2626}.crp-stat-cluster-toggle{border:1px solid #dbe3eb;border-left:0;border-radius:0 6px 6px 0;width:23px}.crp-stat-popover{width:min(340px,100vw - 32px);min-width:300px;padding:4px;top:calc(100% + 6px);left:auto;right:0}.crp-stat-popover-header{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;padding:7px 10px 5px;font-size:.68rem;font-weight:700}.crp-stat-detail{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;width:100%;padding:9px 10px;font-family:inherit;transition:background .1s;display:flex}.crp-stat-detail:hover{background:#f8fafc}.crp-stat-detail-icon{background:#f1f5f9;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.crp-stat-detail--green .crp-stat-detail-icon{color:#16a34a;background:#f0fdf4}.crp-stat-detail--blue .crp-stat-detail-icon{color:#2563eb;background:#eff6ff}.crp-stat-detail--slate .crp-stat-detail-icon{color:#475569;background:#f1f5f9}.crp-stat-detail--red .crp-stat-detail-icon{color:#dc2626;background:#fef2f2}.crp-stat-detail-copy{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.crp-stat-detail-label{color:#64748b;font-size:.68rem;font-weight:700}.crp-stat-detail-value{color:#1e293b;font-size:.82rem;font-weight:700}.crp-stat-detail-meta{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;overflow:hidden}.crp-stat-detail-arrow{color:#94a3b8;flex-shrink:0}.crp-stat-row{border-bottom:1px solid #e2e8f0;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:8px;padding:10px 16px 12px;display:grid}.crp-stat-tile{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;gap:3px;min-height:56px;padding:8px 10px;font-family:inherit;transition:border-color .14s,background .14s,box-shadow .14s;display:flex}.crp-stat-tile:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0d}.crp-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;align-items:center;font-size:.66rem;font-weight:600;display:flex}.crp-stat-value{align-items:baseline;gap:5px;display:flex}.crp-stat-count{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.2}.crp-stat-total{color:#64748b;font-size:.75rem}.crp-stat-total--big{color:#1e293b;font-size:.95rem;font-weight:700}.crp-stat-dim{color:#cbd5e1;font-size:1rem;font-weight:600}.crp-stat-tile--active{border-width:1.5px;padding:7.5px 9.5px}.crp-stat-tile--green{border-color:#16a34a}.crp-stat-tile--blue{border-color:#2563eb}.crp-stat-tile--slate{border-color:#475569}.crp-stat-tile--red{background:#fef2f2;border-color:#dc2626}.crp-stat-tile--red .crp-stat-count{color:#dc2626}.crp-stat-tile--indigo{border-color:#4f46e5}.crp-stat-tile--indigo .crp-stat-count{color:#4f46e5}.crp-stat-tile--purple{border-color:#7c3aed}.crp-stat-tile--purple .crp-stat-count{color:#7c3aed}.crp-stat-tile--teal{border-color:#0d9488}.crp-stat-tile--teal .crp-stat-count{color:#0d9488}.crp-stat-tile-wrap{position:relative}.crp-stat-tile-wrap>.crp-stat-tile{width:100%}.crp-stat-tile-popover{z-index:200;pointer-events:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:220px;max-width:300px;padding:6px 0;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 16px #0f172a1f}.crp-tile-pop-row{color:#1e293b;flex-wrap:wrap;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;transition:background .1s;display:flex}.crp-tile-pop-row:hover{background:#f8fafc}.crp-tile-pop-name{color:#0091ae;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;flex:auto;font-weight:600;overflow:hidden}.crp-tile-pop-name:hover{text-decoration:underline}.crp-tile-pop-role{color:#64748b;flex-basis:100%;margin-top:-2px;padding-left:0;font-size:.71rem}.crp-tile-pop-badge{border-radius:9999px;flex-shrink:0;padding:1px 6px;font-size:.65rem;font-weight:700}.crp-tile-pop-badge--primary{color:#16a34a;background:#dcfce7}.crp-tile-pop-badge--past{color:#94a3b8;background:#f1f5f9}.crp-tile-pop-more{color:#0091ae;cursor:pointer;padding:4px 12px;font-size:.72rem;font-weight:500}.crp-tile-pop-more:hover{text-decoration:underline}.crp-stat-tile--add{background:#fcfdfe;border-style:dashed;border-color:#cbd5e1;justify-content:space-between}.crp-stat-tile--add:hover{background:#f8fafc;border-color:#94a3b8}.crp-stat-tile--add .crp-stat-label{color:#94a3b8}.crp-stat-add-cta{color:#0091ae;font-size:.82rem;font-weight:600}.crp-stat-tile--expanded{background:#f1f5f9;border-color:#94a3b8}.crp-stat-chevron{color:#64748b;flex-shrink:0}.crp-inline-rel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin:0 16px 12px;animation:.14s crpInlineRelIn;overflow:hidden;box-shadow:0 1px 3px #0f172a0d}@keyframes crpInlineRelIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.crp-inline-rel-head{background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:10px;padding:9px 14px;display:flex}.crp-inline-rel-title{color:#33475b;font-size:.82rem;font-weight:700}.crp-inline-rel-actions{align-items:center;gap:8px;display:flex}.crp-inline-rel-add{cursor:pointer;color:#0091ae;background:0 0;border:none;padding:2px 6px;font-size:.78rem;font-weight:600}.crp-inline-rel-add:hover{text-decoration:underline}.crp-inline-rel-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:4px;padding:0 4px;font-size:1.1rem;line-height:1}.crp-inline-rel-close:hover{color:#475569;background:#e2e8f0}.crp-inline-rel-body{padding:6px 0}.crp-inline-rel-empty{color:#94a3b8;text-align:center;padding:14px;font-size:.82rem}.crp-inline-rel-group{padding:2px 0 6px}.crp-inline-rel-grouplabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:6px 14px 3px;font-size:.66rem;font-weight:700}.crp-inline-rel-row{color:#1e293b;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 14px;font-size:.82rem;display:flex}.crp-inline-rel-row:hover{background:#f8fafc}.crp-inline-rel-row--past{opacity:.6}.crp-inline-rel-name{color:#0091ae;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-weight:600;overflow:hidden}.crp-inline-rel-name:hover{text-decoration:underline}.crp-inline-rel-role{color:#64748b;font-size:.74rem}.crp-inline-rel-badge{border-radius:9999px;flex-shrink:0;padding:1px 6px;font-size:.62rem;font-weight:700}.crp-inline-rel-badge--primary{color:#a16207;background:#fef9c3}.crp-inline-rel-badge--past{color:#94a3b8;background:#f1f5f9}.crp-inline-rel-link{cursor:pointer;color:#0091ae;background:0 0;border:none;padding:0;font-size:.72rem}.crp-inline-rel-link:hover{text-decoration:underline}.crp-inline-rel-link--danger{color:#dc2626}.crp-inline-rel-pasttoggle{color:#64748b;cursor:pointer;align-items:center;gap:6px;padding:8px 14px 4px;font-size:.76rem;display:flex}.notif-dropdown{z-index:10001;background:#fff;border:1px solid #e7edf3;border-radius:16px;flex-direction:column;width:452px;max-width:94vw;max-height:min(640px,100vh - 80px);animation:.15s cubic-bezier(.16,1,.3,1) notif-dd-in;display:flex;position:fixed;overflow:hidden;box-shadow:0 18px 50px #0f172a38,0 4px 12px #0f172a14}@keyframes notif-dd-in{0%{opacity:0;transform:translateY(-8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.notif-header{border-bottom:1px solid #eef2f7;flex-shrink:0;justify-content:space-between;align-items:center;padding:15px 16px 12px;display:flex}.notif-header-title{color:#0f172a;letter-spacing:-.015em;align-items:center;gap:8px;font-size:1.02rem;font-weight:750;display:flex}.notif-header-count{color:#0a4f95;letter-spacing:0;background:#e0e9f5;border-radius:10px;padding:1px 7px;font-size:.68rem;font-weight:600}.notif-header-actions{align-items:center;gap:2px;display:flex}.notif-header-icon-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background 90ms,color 90ms;display:inline-flex}.notif-header-icon-btn:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.notif-header-icon-btn:disabled{opacity:.5;cursor:default}.notif-tabs{scrollbar-width:none;background:#fbfcfe;border-bottom:1px solid #eaf0f6;flex-shrink:0;gap:6px;padding:9px 12px;display:flex;overflow-x:auto}.notif-tabs::-webkit-scrollbar{display:none}.notif-tab{color:#64748b;letter-spacing:-.005em;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;gap:4px;min-width:0;padding:6px;font-size:.78rem;font-weight:600;transition:background 90ms,color 90ms;display:inline-flex}.notif-tab>span:first-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.notif-tab:hover:not(.active){color:#0f172a;background:#eef2f7}.notif-tab.active{background:var(--accent,#1976d2);color:#fff}.notif-tab-count{font-variant-numeric:tabular-nums;text-align:center;background:#fff3;border-radius:8px;flex:none;min-width:16px;padding:0 4px;font-size:.6rem;font-weight:700;line-height:1.5}.notif-tab:not(.active) .notif-tab-count{color:#475569;background:#e2e8f0}.notif-body{flex:1;min-height:0;padding:4px 0 6px;overflow-y:auto}.notif-group-label{color:#7c98b6;text-transform:uppercase;letter-spacing:.06em;padding:10px 14px 4px;font-size:.66rem;font-weight:600}.notif-empty{color:#7c98b6;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:36px 16px;display:flex}.notif-empty>svg{color:#cbd6e2}.notif-empty-title{color:#334155;font-size:.88rem;font-weight:600}.notif-empty-sub{color:#7c98b6;font-size:.76rem}.notif-empty-cta{color:#0a4f95;cursor:pointer;background:#f4f9ff;border:1px solid #d3e2f2;border-radius:8px;align-items:center;gap:6px;margin-top:6px;padding:7px 14px;font-size:.78rem;font-weight:600;transition:background 90ms,border-color 90ms;display:inline-flex}.notif-empty-cta:hover{background:#e6f0fc;border-color:#b9d2ed}.notif-empty-cta>svg{color:#0a4f95}.notif-email-spinner{border:2.5px solid #e0e9f5;border-top-color:#0a4f95;border-radius:50%;width:22px;height:22px;margin-bottom:4px;animation:.7s linear infinite spin}.notif-item{cursor:pointer;outline:none;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;padding:10px 14px;transition:background 90ms;display:grid;position:relative}.notif-item:hover,.notif-item:focus-visible{background:#f5faff}.notif-item.unread{background:#f4f9ff}.notif-item.unread:hover{background:#ebf4ff}.notif-item.unread:before{content:"";background:var(--accent,#1976d2);border-radius:0 2px 2px 0;width:3px;position:absolute;top:9px;bottom:9px;left:0}.notif-item-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.notif-item-body{flex-direction:column;gap:2px;min-width:0;display:flex}.notif-item-title{color:#334155;text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:6px;font-size:.82rem;font-weight:500;display:flex;overflow:hidden}.notif-item.unread .notif-item-title{color:#0f172a;font-weight:600}.notif-item-count{color:#0a4f95;background:#e0e9f5;border-radius:8px;flex-shrink:0;padding:1px 6px;font-size:.66rem;font-weight:600}.notif-item-sub{color:#7c98b6;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;overflow:hidden}.notif-pending-actions{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.notif-pending-chip{color:#1565c0;cursor:pointer;background:#e3f2fd;border:1px solid #b0dbe8;border-radius:5px;align-items:center;padding:3px 8px;font-size:.68rem;font-weight:600;line-height:1.2;transition:background .12s,border-color .12s;display:inline-flex}.notif-pending-chip:hover{background:#c9eaf4;border-color:#8ec6dc}.notif-pending-chip-review{color:#b65815;background:#fff3e0;border-color:#f3c98a}.notif-pending-chip-review:hover{background:#ffe8cc;border-color:#e9b56a}.notif-pending-showmore{text-align:center;color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;width:calc(100% - 24px);margin:4px 12px 8px;padding:7px 10px;font-size:.72rem;font-weight:600;transition:background .12s;display:block}.notif-pending-showmore:hover{background:#e7edf3}.notif-pending-grouptoggle{cursor:pointer;font:inherit;color:inherit;text-align:left;background:0 0;border:none;align-items:center;gap:5px;margin:0;padding:0;display:inline-flex}.notif-pending-grouptoggle>span:first-of-type{font-weight:inherit}.notif-pending-grouptoggle svg{opacity:.65;flex-shrink:0}.notif-pending-countbadge{color:#b65815;background:#fff3e0;border:1px solid #f3c98a;border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 5px;font-size:.66rem;font-weight:700;line-height:1;display:inline-flex}.notif-pending-childitem{background:#fbfcfe;padding-left:28px}.notif-pending-childitem .notif-item-icon{transform:scale(.82)}.notif-item-time{color:#94a3b8;flex-shrink:0;align-self:flex-start;margin-top:3px;font-size:.68rem;font-weight:500;transition:opacity .11s}.notif-item.unread .notif-item-time{color:#0a4f95;font-weight:600}.notif-footer{background:#fbfcfe;border-top:1px solid #eaf0f6;flex-shrink:0;padding:6px 8px}.notif-footer-btn{color:#0a4f95;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 10px;font-size:.78rem;font-weight:600;transition:background 90ms}.notif-footer-btn:hover{background:#e0e9f5}.notif-markall-btn{cursor:pointer;color:var(--accent,#1976d2);background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:5px 9px;font-family:inherit;font-size:.74rem;font-weight:650;transition:background .1s;display:inline-flex}.notif-markall-btn:hover:not(:disabled){background:var(--accent-light,#e3f2fd)}.notif-markall-btn:disabled{opacity:.5;cursor:default}.notif-item-aside{justify-content:flex-end;align-items:flex-start;min-width:32px;display:flex;position:relative}.notif-item-toggle{border:1px solid var(--line,#e5e7eb);width:26px;height:26px;color:var(--muted,#64748b);cursor:pointer;opacity:0;background:#fff;border-radius:7px;justify-content:center;align-items:center;transition:opacity .11s,background .11s,color .11s,border-color .11s;display:inline-flex;position:absolute;top:-3px;right:0}.notif-item:hover .notif-item-toggle,.notif-item:focus-within .notif-item-toggle{opacity:1}.notif-item:hover .notif-item-time,.notif-item:focus-within .notif-item-time{opacity:0}.notif-item-toggle:hover{background:var(--accent-light,#e3f2fd);color:var(--accent-strong,#1565c0);border-color:var(--accent,#1976d2)}.crp-action-btn:disabled{cursor:not-allowed;opacity:.6}.crp-action-btn--time{min-width:56px}@keyframes pulse{0%{box-shadow:0 0 #ef44448c}70%{box-shadow:0 0 0 8px #ef444400}to{box-shadow:0 0 #ef444400}}.org-tree{flex-direction:column;flex:1;gap:12px;min-height:560px;margin-top:4px;display:flex}.org-tree-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:4px 2px;display:flex}.org-tree-mode-switch{background:#f1f5f9;border-radius:10px;align-items:center;gap:2px;padding:3px;display:inline-flex}.org-tree-mode-btn{color:#475569;cursor:pointer;letter-spacing:-.005em;background:0 0;border:none;border-radius:8px;padding:7px 14px;font-size:.78rem;font-weight:600;transition:background .14s cubic-bezier(.16,1,.3,1),color .14s,box-shadow .14s}.org-tree-mode-btn:hover:not(.is-active){color:#0f172a;background:#ffffffb3}.org-tree-mode-btn.is-active{color:#0054a9;background:#fff;box-shadow:0 1px 3px #0f172a14,0 1px 2px #0f172a0a}.org-tree-mode-btn:focus-visible{outline-offset:2px;outline:2px solid #0054a959}.org-tree-stats{color:#64748b;align-items:center;gap:10px;font-size:.76rem;font-weight:500;display:inline-flex}.org-tree-stats-loading{color:#64748b;align-items:center;gap:6px;display:inline-flex}.org-tree-stats-loading:before{content:"";border:2px solid #cbd5e1;border-top-color:#0054a9;border-radius:50%;width:10px;height:10px;animation:.8s linear infinite m365SpinnerRot;display:inline-block}.org-tree-refresh,.org-tree-sync-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:7px;justify-content:center;align-items:center;gap:6px;min-height:28px;padding:6px 10px;font-size:.74rem;font-weight:600;transition:background .12s,color .12s,border-color .12s,box-shadow .12s;display:inline-flex}.org-tree-refresh{padding:6px}.org-tree-refresh:hover:not(:disabled),.org-tree-sync-btn:hover:not(:disabled){color:#0054a9;background:#f1f5f9;border-color:#cbd5e1}.org-tree-refresh:disabled,.org-tree-sync-btn:disabled{opacity:.55;cursor:progress}.org-tree-refresh.is-loading svg,.org-tree-sync-btn.is-loading svg{animation:.9s linear infinite m365RefreshSpin}.org-mectx{background:#fff;border:1px solid #e5e9f0;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a,0 1px 2px #0f172a0f}.org-mectx-head{cursor:pointer;color:#0f172a;letter-spacing:-.005em;background:linear-gradient(#fff 0%,#fafbfc 100%);border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font:600 .82rem/1 inherit;transition:background .12s;display:flex}.org-mectx-head:hover{background:#f5f8fa}.org-mectx-head-left{color:#0054a9;align-items:center;gap:8px;display:inline-flex}.org-mectx-head-left span:last-child{color:#0f172a}.org-mectx-chevron{color:#64748b;transition:transform .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.org-mectx-chevron.is-open{transform:rotate(180deg)}.org-mectx-body{background:#fff;border-top:1px solid #e5e9f0;flex-direction:column;gap:10px;padding:12px 14px 14px;display:flex}.org-mectx-row{flex-wrap:wrap;align-items:center;gap:12px;min-height:28px;display:flex}.org-mectx-row-label{color:#7c98b6;text-transform:uppercase;letter-spacing:.04em;min-width:96px;font-size:.7rem;font-weight:600}.org-mectx-row-chain{flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.org-mectx-chain-link{color:#0054a9;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:3px 6px;font-size:.8rem;font-weight:600;transition:background .12s,color .12s}.org-mectx-chain-link:hover{color:#0a4f95;background:#eef4fb}.org-mectx-chain-sep{color:#94a3b8;display:inline-flex}.org-mectx-row-list{flex-wrap:wrap;align-items:center;gap:6px;display:inline-flex}.org-mectx-pill{cursor:pointer;color:#0f172a;background:#f5f8fa;border:1px solid #e5e9f0;border-radius:999px;align-items:center;gap:6px;padding:3px 10px 3px 3px;font-size:.76rem;font-weight:500;transition:background .12s,border-color .12s,transform .12s;display:inline-flex}.org-mectx-pill:hover{background:#eef4fb;border-color:#bfdbfe;transform:translateY(-1px)}.org-mectx-pill-avatar{color:#fff;letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:inline-flex}.org-mectx-pill-name{padding-right:2px}.org-mectx-more{color:#64748b;padding:0 4px;font-size:.72rem;font-weight:600}.org-mectx-empty{color:#64748b;padding:4px 2px;font-size:.78rem;line-height:1.5}.org-tree-canvas{background:radial-gradient(circle at 1px 1px,#64748b1f 1px,#0000 0) 0 0/18px 18px,linear-gradient(#fbfcfd 0%,#f5f8fa 100%) 0 0/100% 100%;border:1px solid #e5e9f0;border-radius:14px;flex:1;min-height:460px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #0f172a08}.org-tree-canvas.is-loading:after{content:"";pointer-events:none;background:linear-gradient(#fff9,#fff0);position:absolute;inset:0}.org-tree-empty{background:0 0;border:none;position:absolute;inset:0}.org-tree-svg{cursor:grab;width:100%;height:100%}.org-tree-svg:active{cursor:grabbing}.org-tree-link{fill:none;stroke:#cbd5e1;stroke-width:1.5px;stroke-linecap:round;transition:stroke .2s}.org-tree-branch-node:hover~.org-tree-link,.org-tree-leaf-node:hover~.org-tree-link{stroke:#94a3b8}.org-node{cursor:pointer}.org-node-root{cursor:default}.org-node-person-card{fill:#fff;stroke:#e5e9f0;stroke-width:1px;filter:drop-shadow(0 1px 3px #0f172a0a)drop-shadow(0 1px 2px #0f172a0f);transition:stroke .14s,filter .14s}.org-node-person:hover .org-node-person-card{stroke:#0054a9;filter:drop-shadow(0 4px 12px #0f172a1a)drop-shadow(0 2px 4px #0f172a0f)}.org-node-person.is-hit .org-node-person-card{stroke:#0054a9;stroke-width:2px;filter:drop-shadow(0 0 0 3px #0054a92e)}.org-node-person.is-collapsed .org-node-person-card{stroke-dasharray:4 3;stroke:#94a3b8}.org-node-person-inner{color:#0f172a;box-sizing:border-box;align-items:center;gap:10px;width:100%;height:100%;padding:0;font-family:inherit;line-height:1.25;display:flex}.org-node-person-avatar{color:#fff;letter-spacing:-.02em;border-radius:50%;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;font-size:.88rem;font-weight:700;display:inline-flex;overflow:hidden;box-shadow:0 1px 3px #0f172a1f}.org-node-person-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.org-node-person-initials{-webkit-user-select:none;user-select:none}.org-node-person-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.org-node-person-name{color:#0f172a;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.org-node-person-title{color:#475569;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:500;overflow:hidden}.org-node-person-sub{color:#7c98b6;letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.66rem;font-weight:500;overflow:hidden}.org-node-reports-chip{color:#fff;letter-spacing:.01em;cursor:pointer;background:#0054a9;border:none;border-radius:999px;flex-shrink:0;align-self:flex-start;align-items:center;gap:4px;margin-left:6px;padding:3px 8px;font-size:.64rem;font-weight:700;transition:background .12s,transform .12s;display:inline-flex;box-shadow:0 1px 3px #0054a94d}.org-node-reports-chip:hover{background:#0a4f95;transform:translateY(-1px)}.org-node-reports-chip-label{opacity:.88;font-weight:600;display:none}@media (min-width:480px){.org-node-reports-chip-label{display:inline}}.org-node-reports-chevron{transition:transform .18s cubic-bezier(.16,1,.3,1);display:inline-flex}.org-node-reports-chevron.is-open{transform:rotate(180deg)}.org-node-group-card{fill:#fff;stroke:#cbd5e1;stroke-width:1px;stroke-dasharray:6 4;filter:drop-shadow(0 1px 2px #0f172a0a);transition:stroke .14s}.org-node-group:hover .org-node-group-card{stroke:#0054a9;stroke-dasharray:none}.org-node-group-inner{align-items:center;gap:10px;width:100%;height:100%;font-family:inherit;display:flex}.org-node-group-icon{color:#0054a9;background:#eef4fb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.org-node-group-icon-dept{color:#6d28d9;background:#f5f3ff}.org-node-group-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.org-node-group-name{color:#0f172a;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.org-node-group-sub{color:#64748b;font-size:.7rem;font-weight:500}.org-node-chevron{color:#64748b;flex-shrink:0;transition:transform .18s cubic-bezier(.16,1,.3,1)}.org-node-chevron.is-open{color:#0054a9;transform:rotate(180deg)}.org-tree-controls{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3;-webkit-user-select:none;user-select:none;background:#fffffff0;border:1px solid #e5e9f0;border-radius:12px;align-items:center;gap:8px;padding:6px;display:inline-flex;position:absolute;bottom:14px;right:14px;box-shadow:0 4px 12px #0f172a14,0 2px 4px #0f172a0f}.org-tree-controls-group{align-items:center;gap:2px;padding:0 2px;display:inline-flex}.org-tree-controls-group+.org-tree-controls-group{border-left:1px solid #e5e9f0;margin-left:4px;padding-left:6px}.org-tree-ctrl-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s,color .12s,transform .1s;display:inline-flex}.org-tree-ctrl-btn:hover:not(:disabled){color:#0054a9;background:#f1f5f9}.org-tree-ctrl-btn:active:not(:disabled){transform:scale(.94)}.org-tree-ctrl-btn:disabled{opacity:.35;cursor:not-allowed}.org-tree-ctrl-btn:focus-visible{outline-offset:1px;outline:2px solid #0054a959}.org-tree-ctrl-text-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 10px;font-size:.72rem;font-weight:600;transition:background .12s,color .12s}.org-tree-ctrl-text-btn:hover{color:#0054a9;background:#f1f5f9}.org-tree-zoom-level{color:#475569;font-variant-numeric:tabular-nums;letter-spacing:.02em;border-left:1px solid #e5e9f0;margin-left:2px;padding:0 8px 0 10px;font-size:.7rem;font-weight:700}.org-tree-skeleton{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:44px;padding:48px 20px;display:flex;position:absolute;inset:0}.org-tree-skel-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;display:flex}.org-tree-skel-node{background:#fff;border:1px solid #e5e9f0;border-radius:12px;width:220px;height:72px;position:relative}.org-tree-skel-leaf{background:#fff;border:1px solid #e5e9f0;border-radius:10px;width:160px;height:56px}.ppl-filter-row-subsidiary{margin-bottom:4px}@media (max-width:900px){.org-tree-topbar{gap:10px}.org-tree-mode-btn{padding:6px 10px;font-size:.74rem}.org-tree-controls{bottom:10px;right:10px}.org-tree-controls-group-layout .org-tree-ctrl-text-btn{padding:5px 8px}.org-tree-zoom-level{display:none}.org-mectx-row-label{min-width:unset}}@media (max-width:640px){.org-tree{min-height:460px}.org-tree-canvas{border-radius:10px;min-height:380px}.org-tree-mode-switch{width:100%;overflow-x:auto}.org-tree-mode-btn{white-space:nowrap;flex:1 0 auto}}.integ-email-thread{transition:box-shadow .12s cubic-bezier(.4,0,.2,1),border-color .12s;position:relative}.integ-email-thread:before{content:"";opacity:.85;pointer-events:none;background:linear-gradient(#a78bfa,#7c3aed);border-radius:6px 0 0 6px;width:3px;position:absolute;top:0;bottom:0;left:0}.integ-email-thread:hover{border-color:#d4ccff;box-shadow:0 1px 4px #0f172a14}.integ-thread-list{animation:.14s cubic-bezier(.4,0,.2,1) integThreadOpen}@keyframes integThreadOpen{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.call-row--highlighted,.integ-call-highlight{z-index:1;animation:2s cubic-bezier(.4,0,.2,1) integCallHighlight;position:relative}@keyframes integCallHighlight{0%{background-color:#0a4f9500;box-shadow:0 0 #0a4f9500}10%{background-color:#0a4f9512;box-shadow:0 0 0 3px #0a4f958c}60%{background-color:#0a4f950a;box-shadow:0 0 0 3px #0a4f9559}to{background-color:#0a4f9500;box-shadow:0 0 #0a4f9500}}.integ-call-create-form{color:#1e3a8a;background:#f0f6ff;border:1px solid #c7dcff;border-radius:6px;flex-wrap:wrap;align-items:center;gap:6px;margin:4px 0;padding:8px 10px;font-size:.78rem;display:flex}.integ-call-create-form input{min-width:100px;font-size:inherit;color:#0f172a;border:1px solid #c7dcff;border-radius:4px;flex:140px;padding:4px 8px}.integ-call-create-form button{color:#fff;cursor:pointer;background:#0a4f95;border:none;border-radius:4px;padding:4px 12px;font-size:.74rem;font-weight:600;transition:background .1s}.integ-call-create-form button:hover{background:#08407a}.integ-call-create-form button:disabled{cursor:not-allowed;background:#94a3b8}.integ-call-create-form .integ-call-create-cancel{color:#475569;background:0 0;border:1px solid #cbd5e1}.integ-call-create-form .integ-call-create-cancel:hover{background:#fff}.calls-ai-subject{text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom;max-width:100%;display:inline-block;overflow:hidden}.calls-contact-link{color:#0a4f95;cursor:pointer;align-items:center;gap:5px;max-width:100%;font-size:12px;text-decoration:none;display:inline-flex;overflow:hidden}.calls-contact-link>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.calls-contact-link:hover{text-decoration:underline}.calls-contact-link--preview{color:#33475b}.calls-phone-cell{color:#475569;font-variant-numeric:tabular-nums;font-size:12px}.org-pulse-dot{border:2px solid #fff;border-radius:50%;width:9px;height:9px;display:inline-block;box-shadow:0 0 0 1px #0f172a14}.org-pulse-dot--green{background:#16a34a}.org-pulse-dot--amber{background:#f59e0b}.org-pulse-dot--gray{background:#cbd5e1}.org-pulse-dot--green:after,.org-pulse-dot--amber:after{content:""}.profile-hr-link{color:#0a4f95;cursor:pointer;background:#fff;border:1px solid #cfd8e3;border-radius:14px;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:600;transition:background .1s,border-color .1s,color .1s;display:inline-flex}.profile-hr-link:hover{background:#f0f6ff;border-color:#c7dcff}.profile-hr-link:disabled{opacity:.6;cursor:not-allowed}.integ-timesheets-chip{color:#b06000;background:#fff7ed;border:1px solid #fdba74;border-radius:14px;align-items:center;gap:6px;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.integ-timesheets-chip--admin{color:#1e3a8a;background:#eff6ff;border-color:#93c5fd}.integ-timesheets-chip--zero{color:#64748b;background:#f1f5f9;border-color:#e2e8f0}.inbox-reader-head-btn-ai{color:#6d28d9;gap:6px;background:linear-gradient(#fdfaff,#f7f2ff)!important;border-color:#e9d5ff!important;width:auto!important;padding:0 10px!important}.inbox-reader-head-btn-ai:hover{color:#5b21b6!important;background:linear-gradient(#f3e8ff,#ede0ff)!important;border-color:#c4b5fd!important;box-shadow:0 2px 6px #7c3aed2e!important}.inbox-reader-head-btn-label{letter-spacing:.01em;font-size:.78rem;font-weight:600}.inbox-reader-head-btn-active{color:#3730a3!important;background:#eef2ff!important;border-color:#c7d2fe!important}.inbox-reader-menu{z-index:60;background:#fff;border:1px solid #cbd6e2;border-radius:8px;min-width:240px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 32px #0f172a24,0 2px 6px #0f172a14}.inbox-reader-menu-title{letter-spacing:.06em;text-transform:uppercase;color:#64748b;padding:6px 10px 8px;font-size:.68rem;font-weight:700}.inbox-reader-menu-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 10px;transition:background .1s;display:flex}.inbox-reader-menu-item:hover:not(:disabled){background:#eef2f7}.inbox-reader-menu-item:disabled{opacity:.5;cursor:default}.inbox-reader-menu-item-label{color:#0f172a;font-size:.85rem;font-weight:500}.inbox-reader-menu-item-hint{color:#7c8aa1;font-size:.72rem}.inbox-reader-menu-custom{border-top:1px solid #eef2f7;margin-top:4px;padding:8px 6px 6px}.inbox-reader-menu-custom-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd6e2;border-radius:6px;width:100%;padding:6px 8px;font-size:.82rem}.inbox-reader-menu-custom-actions{justify-content:flex-end;gap:6px;margin-top:8px;display:flex}.inbox-reader-menu-custom-cancel{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:6px;padding:5px 10px;font-size:.78rem;font-weight:500}.inbox-reader-menu-custom-cancel:hover{background:#f1f5f9}.inbox-reader-menu-custom-confirm{color:#fff;cursor:pointer;background:#0a4f95;border:1px solid #0a4f95;border-radius:6px;padding:5px 12px;font-size:.78rem;font-weight:600}.inbox-reader-menu-custom-confirm:hover:not(:disabled){background:#083f7a}.inbox-reader-menu-custom-confirm:disabled{opacity:.5;cursor:default}.inbox-reader-links-row{flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px;display:flex;position:relative}.inbox-reader-link-chip{color:#0a4f95;letter-spacing:.005em;background:#0d54a91a;border:1px solid #0d54a938;border-radius:999px;align-items:center;gap:6px;padding:3px 10px;font-size:11.5px;font-weight:600;text-decoration:none;display:inline-flex}.inbox-reader-link-chip:hover{background:#0d54a929;border-color:#0d54a961}.inbox-reader-link-chip-trigger{cursor:pointer;font-family:inherit}.inbox-reader-link-chip-trigger:focus-visible{outline-offset:2px;outline:2px solid #0a4f95}.inbox-reader-link-chip strong{font-weight:700}.inbox-reader-snooze-indicator{color:#9a3412;background:#fff7ed;border:1px solid #fdba74;border-radius:999px;align-items:center;gap:6px;padding:3px 8px 3px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.inbox-reader-snooze-indicator-x{color:#9a3412;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:inline-flex}.inbox-reader-snooze-indicator-x:hover:not(:disabled){background:#9a341224}.inbox-reader-snooze-indicator-x:disabled{opacity:.5;cursor:default}.inbox-reader-links-popover{z-index:65;background:#fff;border:1px solid #cbd6e2;border-radius:10px;min-width:320px;max-width:380px;padding:10px 12px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 12px 32px #0f172a24,0 2px 6px #0f172a14}.inbox-reader-links-popover-head{letter-spacing:.06em;text-transform:uppercase;color:#64748b;margin:2px 0 6px;font-size:.68rem;font-weight:700}.inbox-reader-links-list{flex-direction:column;gap:2px;margin:0 0 4px;padding:0;list-style:none;display:flex}.inbox-reader-link-row{border-radius:6px;align-items:center;gap:8px;padding:5px 6px;transition:background .1s;display:flex}.inbox-reader-link-row:hover{background:#f7f9fc}.inbox-reader-link-radio{cursor:pointer;flex-shrink:0;align-items:center;display:flex}.inbox-reader-link-row-label{min-width:0;color:inherit;flex:1;align-items:baseline;gap:8px;font-size:.82rem;text-decoration:none;display:flex}.inbox-reader-link-row-type{text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#eef2f7;border-radius:6px;flex-shrink:0;padding:1px 6px;font-size:.66rem;font-weight:700}.inbox-reader-link-row-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.inbox-reader-link-row-x{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:3px;transition:background .1s,color .1s;display:inline-flex}.inbox-reader-link-row-x:hover{color:#dc2626;background:#fde3e3}.inbox-reader-links-empty{color:#7c8aa1;padding:6px 6px 10px;font-size:.8rem}.inbox-reader-links-divider{background:#eef2f7;height:1px;margin:6px -12px}.inbox-reader-links-add{align-items:stretch;gap:6px;margin-bottom:6px;display:flex}.inbox-reader-links-select{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:6px;flex-shrink:0;padding:6px 8px;font-size:.8rem}.inbox-reader-links-input{color:#0f172a;background:#fff;border:1px solid #cbd6e2;border-radius:6px;outline:none;flex:1;min-width:0;padding:6px 10px;font-size:.82rem}.inbox-reader-links-input:focus{border-color:#0a4f95;box-shadow:0 0 0 2px #0a4f9529}.inbox-reader-links-results{flex-direction:column;gap:2px;max-height:220px;display:flex;overflow-y:auto}.inbox-reader-links-searching{color:#7c8aa1;padding:8px 6px;font-size:.78rem}.inbox-reader-links-result{color:#0f172a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:baseline;gap:8px;min-width:0;padding:6px 8px;font-size:.8rem;transition:background .1s;display:flex}.inbox-reader-links-result:hover:not(:disabled){background:#eef2f7}.inbox-reader-links-result:disabled{opacity:.55;cursor:default}.inbox-reader-links-result-sub{color:#7c8aa1;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.72rem;overflow:hidden}.inbox-reader-links-result-already{color:#166534;text-transform:uppercase;letter-spacing:.05em;background:#dcfce7;border-radius:8px;flex-shrink:0;padding:1px 6px;font-size:.66rem;font-weight:700}.inbox-ai-summary{background:linear-gradient(#fbf7ff,#f4ebff);border:1px solid #e0ccff;border-radius:12px;margin-bottom:12px;padding:14px 16px 12px;box-shadow:0 1px 4px #7c3aed14}.inbox-ai-summary-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.inbox-ai-summary-title{color:#5b21b6;letter-spacing:.01em;align-items:center;gap:6px;font-size:.8rem;font-weight:700;display:inline-flex}.inbox-ai-summary-x{color:#7c3aed;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background .1s;display:inline-flex}.inbox-ai-summary-x:hover{background:#7c3aed24}.inbox-ai-summary-loading{color:#6d28d9;align-items:center;gap:10px;padding:6px 0;font-size:.82rem;display:flex}.inbox-ai-summary-spinner{width:14px!important;height:14px!important}.inbox-ai-summary-error{color:#991b1b;justify-content:space-between;align-items:center;gap:10px;padding:6px 0;font-size:.82rem;display:flex}.inbox-ai-summary-retry{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:600}.inbox-ai-summary-retry:hover{background:#6d28d9}.inbox-ai-summary-body{color:#1e293b;white-space:pre-wrap;word-break:break-word;margin-bottom:8px;font-size:.85rem;line-height:1.55}.inbox-ai-summary-section{margin-top:8px}.inbox-ai-summary-section-title{text-transform:uppercase;letter-spacing:.06em;color:#6d28d9;margin-bottom:4px;font-size:.7rem;font-weight:700}.inbox-ai-summary-list{color:#334155;margin:0;padding-left:18px;font-size:.82rem;line-height:1.5}.inbox-ai-summary-list li{margin-bottom:3px}.inbox-ai-summary-checklist{margin:0;padding:0;list-style:none}.inbox-ai-summary-checklist li{margin-bottom:4px}.inbox-ai-summary-check{color:#1e293b;cursor:pointer;align-items:flex-start;gap:8px;padding:2px 0;font-size:.82rem;line-height:1.45;display:inline-flex}.inbox-ai-summary-check input[type=checkbox]{accent-color:#7c3aed;margin-top:3px}.inbox-ai-summary-check.checked span{color:#94a3b8;text-decoration:line-through}.inbox-msg-tracking{color:#64748b;background:0 0;border-bottom:1px dashed #e2e8f0;align-items:center;gap:6px;padding:6px 18px 10px 72px;font-size:.72rem;display:flex}.inbox-msg-tracking>svg{color:#16a34a;flex-shrink:0}@media (max-width:900px){.inbox-reader-head-actions{flex-wrap:wrap;justify-content:flex-end}.inbox-reader-menu{left:0;right:auto}}@media (max-width:640px){.inbox-reader-head-btn-label{display:none}.inbox-reader-head-btn-ai{gap:0;width:38px!important;padding:0!important}.inbox-reader-links-popover{min-width:0;max-width:none;right:0;left:0!important}}@container (width<=940px){.calendar-masthead{padding:12px 12px 11px}.calendar-masthead-main{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"month month""filters actions";gap:10px 12px}.calendar-filter-actions{flex-wrap:wrap;grid-area:filters;justify-self:start;max-width:100%}.calendar-month-control{grid-area:month;grid-template-columns:32px minmax(0,1fr) 32px;justify-self:center;gap:10px;width:min(100%,520px);display:grid}.calendar-month-stack{min-width:0}.calendar-actions{grid-area:actions;justify-self:end}.calendar-binding{gap:112px}}@container (width<=560px){.calendar-masthead-main{grid-template-columns:minmax(0,1fr);grid-template-areas:"month""filters""actions"}.calendar-filter-actions,.calendar-actions{justify-self:center}.calendar-actions{justify-content:center;width:100%}.calendar-month-title{font-size:clamp(1.2rem,6vw,1.55rem)}}.upload-modal{width:460px;max-width:calc(100vw - 32px)}.upload-modal__bar{background:linear-gradient(90deg,#1976d2 0%,#0091ae 100%);width:100%;height:4px}.upload-modal__head{padding:18px 22px 6px}.upload-modal__title{color:var(--ink);margin:0;font-size:1.02rem;font-weight:700;line-height:1.3}.upload-modal__hint{color:var(--muted);margin:4px 0 0;font-size:.78rem;line-height:1.45}.upload-modal__body{flex-direction:column;gap:14px;padding:12px 22px 18px;display:flex}.upload-modal__field-label{color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.upload-modal__type-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.upload-modal__type-chip{appearance:none;border:1px solid var(--line);color:#475569;cursor:pointer;white-space:nowrap;text-align:center;background:#fff;border-radius:999px;padding:7px 10px;font-size:.74rem;font-weight:600;transition:all .12s}.upload-modal__type-chip:hover{background:#f8fafc;border-color:#cbd6e2}.upload-modal__type-chip.is-active{background:var(--accent);color:#fff;border-color:#0000;box-shadow:0 1px 3px #1976d24d}.upload-modal__type-chip.is-active--green{background:#2e7d32;box-shadow:0 1px 3px #2e7d324d}.upload-modal__type-chip.is-active--purple{background:#6d28d9;box-shadow:0 1px 3px #6d28d94d}.upload-modal__type-chip.is-active--orange{background:#e65100;box-shadow:0 1px 3px #e651004d}.upload-modal__type-chip.is-active--pink{background:#ad1457;box-shadow:0 1px 3px #ad14574d}.upload-modal__type-chip.is-active--slate{background:#475569;box-shadow:0 1px 3px #4755694d}.upload-modal__type-chip.is-active--amber{background:#b45309;box-shadow:0 1px 3px #b453094d}.upload-modal__type-chip.is-active--teal{background:#0f766e;box-shadow:0 1px 3px #0f766e4d}.upload-modal__drop{cursor:pointer;text-align:center;background:#f8fafc;border:1.5px dashed #cbd6e2;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:22px 16px;transition:all .12s;display:flex;position:relative}.upload-modal__drop:hover,.upload-modal__drop.is-dragover{border-color:var(--accent);background:#eff6ff}.upload-modal__drop input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-modal__drop-icon{color:var(--accent)}.upload-modal__drop-primary{color:var(--ink-soft);font-size:.86rem;font-weight:600}.upload-modal__drop-secondary{color:var(--muted);font-size:.74rem}.upload-modal__files{flex-direction:column;gap:4px;margin-top:4px;display:flex}.upload-modal__file-row{color:var(--ink-soft);background:#f1f5f9;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:.78rem;display:flex}.upload-modal__file-row svg{color:var(--muted);flex-shrink:0}.upload-modal__file-name{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.upload-modal__file-size{color:var(--muted);flex-shrink:0;font-size:.72rem}.upload-modal__file-remove{width:22px;height:22px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;place-items:center;display:grid}.upload-modal__file-remove:hover{color:var(--ink-soft);background:#e2e8f0}.upload-modal__footer{border-top:1px solid var(--line);background:#fafbfc;justify-content:flex-end;gap:8px;padding:14px 22px 18px;display:flex}.upload-modal__btn-cancel{color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:6px;padding:9px 16px;font-size:.84rem;font-weight:500;transition:background .15s}.upload-modal__btn-cancel:hover:not(:disabled){background:#f5f8fa}.upload-modal__btn-cancel:disabled{opacity:.5;cursor:not-allowed}.upload-modal__btn-submit{color:#fff;cursor:pointer;background:#ff7a59;border:none;border-radius:6px;align-items:center;gap:6px;padding:9px 20px;font-size:.84rem;font-weight:600;transition:background .15s;display:inline-flex}.upload-modal__btn-submit:hover:not(:disabled){background:#ea580c}.upload-modal__btn-submit:disabled{opacity:.5;cursor:not-allowed}.mdp-wrap,.mtp-wrap{width:100%;position:relative}.mdp-trigger{border:1px solid var(--line);width:100%;color:var(--ink);text-align:left;cursor:pointer;box-sizing:border-box;background:#fff;border-radius:6px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-family:inherit;font-size:.9rem;transition:border-color .12s,box-shadow .12s;display:flex}.mdp-trigger:hover{border-color:var(--line-strong)}.mdp-trigger:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1976d226}.mdp-trigger-ph{color:#94a3b8}.mdp-trigger-val{color:var(--ink)}.mdp-trigger-icon{color:var(--muted);flex-shrink:0}.mdp-pop{z-index:100000;border:1px solid var(--line);background:#fff;border-radius:12px;width:248px;padding:12px;animation:.12s mdpFade;position:fixed;box-shadow:0 12px 32px #0f172a29,0 2px 8px #0f172a14}@keyframes mdpFade{0%{opacity:0;transform:translateY(2px)}}.mdp-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.mdp-head-label{color:var(--ink);letter-spacing:.01em;font-size:.85rem;font-weight:700}.mdp-nav{width:28px;height:28px;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;padding:0;transition:background-color .12s,color .12s;display:inline-flex}.mdp-nav:hover{background:var(--surface-strong);color:var(--accent)}.mdp-dow{grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.mdp-dow span{text-align:center;color:var(--muted);text-transform:uppercase;padding:4px 0;font-size:.66rem;font-weight:700}.mdp-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.mdp-day{aspect-ratio:1;width:100%;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.8rem;font-weight:600;transition:background-color .1s,color .1s;display:inline-flex}.mdp-day:hover{background:var(--accent-light);color:var(--accent-strong)}.mdp-day-out{color:#cbd5e1;font-weight:500}.mdp-day-today{box-shadow:inset 0 0 0 1.5px var(--accent);color:var(--accent-strong)}.mdp-day-sel,.mdp-day-sel:hover{background:var(--accent);color:#fff;box-shadow:none}.mdp-foot{margin-top:8px}.mdp-today-btn{background:var(--surface-strong);width:100%;color:var(--accent-strong);cursor:pointer;border:none;border-radius:8px;padding:7px;font-family:inherit;font-size:.78rem;font-weight:700;transition:background-color .12s}.mdp-today-btn:hover{background:var(--accent-light)}.mtp-pop{z-index:100000;border:1px solid var(--line);scrollbar-width:thin;background:#fff;border-radius:12px;width:168px;max-height:240px;padding:6px;animation:.12s mdpFade;position:fixed;overflow-y:auto;box-shadow:0 12px 32px #0f172a29,0 2px 8px #0f172a14}.mtp-pop::-webkit-scrollbar{width:8px}.mtp-pop::-webkit-scrollbar-thumb{background:#d1d5db;border:2px solid #fff;border-radius:8px}.mtp-opt{text-align:left;width:100%;color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:7px 10px;font-family:inherit;font-size:.83rem;font-weight:500;transition:background-color .1s,color .1s;display:block}.mtp-opt:hover{background:var(--accent-light);color:var(--accent-strong)}.mtp-opt-sel,.mtp-opt-sel:hover{background:var(--accent);color:#fff;font-weight:700}.disc-rules-modal{width:600px;max-width:92vw;max-height:86vh;color:var(--ink);background:#fff;border:1px solid #e5e9f0;border-radius:14px;padding:22px 24px 20px;overflow-y:auto;box-shadow:0 20px 60px #0f172a40}.disc-rules-head{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.disc-rules-title{color:var(--ink);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.disc-rules-sub{color:var(--muted);margin-top:2px;font-size:.78rem}.disc-rules-close{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;width:30px;height:30px;font-size:1.4rem;line-height:1;transition:background .12s,color .12s}.disc-rules-close:hover{color:var(--ink);background:#f1f5f9}.disc-rules-help{color:var(--muted);margin:6px 0 16px;font-size:.78rem;line-height:1.5}.disc-rules-loading{text-align:center;color:var(--muted);padding:28px;font-size:.85rem}.disc-rules-rows{flex-direction:column;gap:10px;display:flex}.disc-rule-row{background:linear-gradient(#fff,#fafbfc);border:1px solid #e5e9f0;border-radius:10px;padding:12px 14px 10px;transition:border-color .12s,box-shadow .12s}.disc-rule-row:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0a,0 1px 2px #0f172a0f}.disc-rule-main{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.disc-rule-range{flex:1;align-items:center;gap:6px;min-width:200px;display:flex}.disc-rule-chip{color:var(--ink-soft);white-space:nowrap;background:#eef2f7;border-radius:6px;align-items:center;padding:4px 9px;font-size:.78rem;font-weight:600;display:inline-flex}.disc-rule-chip-up{background:var(--accent-light);color:var(--accent-strong)}.disc-rule-dash{color:#94a3b8;font-weight:600}.disc-rule-bp{background:#fff;border:1px solid #cbd6e2;border-radius:6px;align-items:center;transition:border-color .12s,box-shadow .12s;display:inline-flex;overflow:hidden}.disc-rule-bp:focus-within{border-color:#0091ae;box-shadow:inset 0 0 0 1px #0091ae}.disc-rule-bp-prefix{color:var(--muted);white-space:nowrap;padding:0 2px 0 8px;font-size:.72rem}.disc-rule-bp-input{width:86px;color:var(--ink);background:0 0;border:none;outline:none;padding:6px 8px 6px 4px;font-size:.82rem}.disc-rule-deduct{color:var(--muted);font-size:.76rem;font-weight:500}.disc-rule-value{background:#fff;border:1px solid #cbd6e2;border-radius:6px;align-items:center;transition:border-color .12s,box-shadow .12s;display:inline-flex;overflow:hidden}.disc-rule-value:focus-within{border-color:#0091ae;box-shadow:inset 0 0 0 1px #0091ae}.disc-rule-value-input{width:64px;color:var(--ink);text-align:right;background:0 0;border:none;outline:none;padding:6px;font-size:.85rem;font-weight:600}.disc-rule-value.is-fixed .disc-rule-value-input{text-align:left}.disc-rule-affix{color:var(--muted);font-size:.8rem;font-weight:600}.disc-rule-affix-lead{padding-left:9px}.disc-rule-affix-trail{padding-right:9px}.disc-rule-toggle{background:#f1f5f9;border:1px solid #cbd6e2;border-radius:7px;display:inline-flex;overflow:hidden}.disc-rule-pill{color:var(--muted);cursor:pointer;background:0 0;border:none;width:30px;height:30px;font-size:.82rem;font-weight:600;transition:background .12s,color .12s}.disc-rule-pill:hover{color:var(--ink-soft)}.disc-rule-pill.active{background:var(--accent);color:#fff}.disc-rule-pill:active{transform:scale(.96)}.disc-rule-remove{cursor:pointer;color:#cbd5e1;background:0 0;border:none;border-radius:6px;width:28px;height:28px;margin-left:auto;font-size:1.2rem;line-height:1;transition:background .12s,color .12s}.disc-rule-remove:hover:not(:disabled){color:#d94c53;background:#fef2f2}.disc-rule-remove:disabled{opacity:.4;cursor:not-allowed}.disc-rule-example{color:#94a3b8;margin-top:8px;font-size:.72rem}.disc-rule-hint{color:#b6c0cd;margin-left:6px;font-style:normal}.disc-rule-add{color:var(--accent);cursor:pointer;background:#fff;border:1px dashed #cbd6e2;border-radius:7px;margin-top:12px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:background .12s,border-color .12s}.disc-rule-add:hover{border-color:var(--accent);background:#f5f8fa}.disc-rules-error{background:var(--danger-light);color:var(--danger);border-radius:7px;margin-top:12px;padding:8px 12px;font-size:.78rem}.disc-rules-footer{border-top:1px solid #eef2f7;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:16px;display:flex}.disc-rules-btn{cursor:pointer;border-radius:7px;padding:8px 18px;font-size:.82rem;font-weight:600;transition:background .12s,border-color .12s,box-shadow .12s}.disc-rules-btn-secondary{color:var(--ink-soft);background:#fff;border:1px solid #cbd6e2}.disc-rules-btn-secondary:hover{background:#f5f8fa;border-color:#94a3b8}.disc-rules-btn-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.disc-rules-btn-primary:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong)}.disc-rules-btn-primary:disabled{cursor:not-allowed;background:#cbd5e1;border-color:#cbd5e1}.crp-rel360 .crp-card-body{flex-direction:column;gap:18px;display:flex}.crp-rel360-sub{flex-direction:column;gap:6px;display:flex}.crp-rel360-subhead{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:10px;padding-bottom:4px;display:flex}.crp-rel360-subtitle{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.crp-rel360-add{cursor:pointer;color:#0091ae;background:0 0;border:none;padding:2px 4px;font-size:.78rem;font-weight:600}.crp-rel360-add:hover{text-decoration:underline}.crp-rel360-empty{color:#94a3b8;padding:12px 2px;font-size:.82rem}.crp-rel360-list{flex-direction:column;display:flex}.crp-rel360-group{padding:2px 0}.crp-rel360-grouplabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;padding:6px 0 3px;font-size:.66rem;font-weight:700}.crp-rel360-row{border-top:1px solid #f8fafc}.crp-rel360-rowhead{flex-wrap:wrap;align-items:center;gap:8px;padding:7px 0;display:flex}.crp-rel360-expand{all:unset;cursor:pointer;color:#94a3b8;flex-shrink:0;align-items:center;display:inline-flex}.crp-rel360-name{all:unset;cursor:pointer;color:#0091ae;white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-weight:600;overflow:hidden}.crp-rel360-name:hover{text-decoration:underline}.crp-rel360-name--sm{max-width:200px;font-size:.8rem;font-weight:500}.crp-rel360-badge{border-radius:9999px;flex-shrink:0;padding:1px 6px;font-size:.62rem;font-weight:700}.crp-rel360-badge--primary{color:#a16207;background:#fef9c3}.crp-rel360-rowactions{align-items:center;gap:10px;margin-left:auto;display:flex}.crp-rel360-link{all:unset;cursor:pointer;color:#0091ae;font-size:.72rem}.crp-rel360-link:hover{text-decoration:underline}.crp-rel360-link--danger{color:#dc2626}.crp-rel360-rowbody{border-left:2px solid #e2e8f0;flex-direction:column;gap:6px;margin-left:17px;padding:2px 0 8px 10px;display:flex}.crp-rel360-contactinfo{color:#64748b;flex-wrap:wrap;gap:12px;font-size:.78rem;display:flex}.crp-rel360-contactinfo a{color:#0091ae}.crp-rel360-nested{flex-direction:column;gap:2px;display:flex}.crp-rel360-nestedlabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.64rem;font-weight:700}.crp-rel360-nestedrow{justify-content:space-between;align-items:center;gap:8px;padding:2px 0;display:flex}.crp-rel360-amount,.crp-rel360-treerollup span{color:#1e293b;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:.78rem;font-weight:600}.crp-rel360-pasttoggle{color:#64748b;cursor:pointer;align-items:center;gap:6px;padding-top:4px;font-size:.76rem;display:flex}.crp-rel360-rollups{margin:4px 0 2px}.crp-rel360-tree{flex-direction:column;gap:2px;padding-left:4px;display:flex}.crp-rel360-treenode{padding:2px 0}.crp-rel360-treenode--parent{margin-bottom:2px}.crp-rel360-treenode--child{margin-left:22px;position:relative}.crp-rel360-treenode--child:before{content:"";border-bottom:1.5px solid #e2e8f0;border-left:1.5px solid #e2e8f0;border-bottom-left-radius:6px;width:10px;position:absolute;top:0;bottom:50%;left:-12px}.crp-rel360-treerow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crp-rel360-treenode--self{background:#ecfeff;border:1px solid #a5f3fc;border-radius:8px;align-items:center;gap:8px;margin:3px 0;padding:7px 10px;display:flex}.crp-rel360-self-marker{color:#0891b2;font-size:.7rem}.crp-rel360-self-name{color:#0e7490;font-weight:700}.crp-rel360-self-tag{color:#0891b2;text-transform:uppercase;letter-spacing:.05em;margin-left:auto;font-size:.62rem;font-weight:700}.crp-rel360-star{color:#f59e0b;flex-shrink:0;font-size:.86rem}.crp-rel360-reltype{color:#64748b;font-size:.74rem}.crp-rel360-treerollup{border-left:2px solid #e2e8f0;gap:14px;margin-left:17px;padding:4px 0 4px 10px;display:flex}.eqp-overlay{z-index:10600;background:#0f172a73;justify-content:center;align-items:flex-start;padding:7vh 16px 16px;animation:.12s eqpFade;display:flex;position:fixed;inset:0}@keyframes eqpFade{0%{opacity:0}to{opacity:1}}.eqp-modal{background:#fff;border-radius:14px;flex-direction:column;width:560px;max-width:96vw;max-height:80vh;animation:.14s eqpPop;display:flex;overflow:hidden;box-shadow:0 18px 50px #0f172a52}@keyframes eqpPop{0%{opacity:0;transform:translateY(-6px)scale(.99)}to{opacity:1;transform:none}}.eqp-breadcrumb{background:#f8fafc;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:2px;padding:8px 16px;font-size:.74rem;display:flex}.eqp-crumb-wrap{align-items:center;gap:2px;display:inline-flex}.eqp-crumb-sep{color:#cbd5e1;margin:0 2px}.eqp-crumb{all:unset;cursor:pointer;color:#0091ae;white-space:nowrap;text-overflow:ellipsis;max-width:160px;font-weight:600;overflow:hidden}.eqp-crumb:hover{text-decoration:underline}.eqp-crumb--active{color:#475569;cursor:default}.eqp-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 16px;display:flex}.eqp-header-main{align-items:center;gap:8px;min-width:0;display:flex}.eqp-back{all:unset;cursor:pointer;color:#64748b;border-radius:6px;flex-shrink:0;padding:2px;display:inline-flex}.eqp-back:hover{color:#334155;background:#f1f5f9}.eqp-title-wrap{flex-direction:column;gap:2px;min-width:0;display:flex}.eqp-title{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.eqp-type-chip{color:#475569;background:#f1f5f9;border-radius:9999px;width:fit-content;padding:1px 8px;font-size:.66rem;font-weight:700}.eqp-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.eqp-openfull{all:unset;cursor:pointer;color:#0091ae;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;align-items:center;gap:5px;padding:4px 9px;font-size:.74rem;font-weight:600;display:inline-flex}.eqp-openfull:hover{background:#e0f2fe}.eqp-close{all:unset;cursor:pointer;color:#94a3b8;border-radius:6px;padding:4px;display:inline-flex}.eqp-close:hover{color:#475569;background:#f1f5f9}.eqp-body{flex-direction:column;gap:14px;padding:14px 16px;display:flex;overflow-y:auto}.eqp-loading,.eqp-error,.eqp-empty{color:#94a3b8;text-align:center;padding:16px 0;font-size:.84rem}.eqp-error{color:#dc2626}.eqp-keyinfo{grid-template-columns:minmax(60px,auto) 1fr;gap:4px 12px;font-size:.82rem;display:grid}.eqp-kv-label{color:#94a3b8}.eqp-kv-value{color:#475569}.eqp-rollups{flex-wrap:wrap;gap:8px;display:flex}.eqp-rollup-tile{background:#fff;border:1px solid #e5e7eb;border-radius:9px;flex:110px;min-width:110px;padding:8px 10px}.eqp-rollup-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:.64rem;font-weight:700}.eqp-rollup-value{color:#1e293b;font-variant-numeric:tabular-nums;font-size:.86rem;font-weight:700}.eqp-section{flex-direction:column;gap:4px;display:flex}.eqp-section-title{color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;padding-bottom:3px;font-size:.68rem;font-weight:700}.eqp-section-body{flex-direction:column;display:flex}.eqp-row{border-top:1px solid #f8fafc;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:6px 0;display:flex}.eqp-row:first-child{border-top:none}.eqp-row-main{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.eqp-row-name{color:#1e293b;font-weight:600}.eqp-row-name--link{all:unset;cursor:pointer;color:#0091ae;font-weight:600}.eqp-row-name--link:hover{text-decoration:underline}.eqp-row-sub{color:#94a3b8;font-size:.74rem}.eqp-badge{color:#475569;background:#f1f5f9;border-radius:9999px;padding:1px 6px;font-size:.62rem;font-weight:700}.eqp-row-amount{color:#1e293b;font-variant-numeric:tabular-nums;flex-shrink:0;font-weight:600}.eqp-row-more{color:#94a3b8;padding:6px 0;font-size:.76rem}.__transcript-ship-cachebust-20260630{--cache-rev:20260600}.calls-stats-badge-wrap{flex-shrink:0;display:inline-flex;position:relative}.calls-stats-badge{-webkit-backdrop-filter:blur(16px)saturate(1.6);backdrop-filter:blur(16px)saturate(1.6);color:#475569;white-space:nowrap;cursor:pointer;background:#ffffff8c;border:1px solid #0f172a14;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:0 11px;font-size:.74rem;font-weight:500;transition:background .12s cubic-bezier(.16,1,.3,1),border-color .12s cubic-bezier(.16,1,.3,1),box-shadow .12s cubic-bezier(.16,1,.3,1);display:inline-flex}.calls-stats-badge svg{flex-shrink:0}.calls-stats-badge:hover,.calls-stats-badge.open{background:#ffffffeb;border-color:#0f172a29;box-shadow:0 1px 3px #0f172a0f}.calls-stats-badge:focus-visible{outline-offset:2px;outline:2px solid #0054a94d}.calls-stats-badge-num{color:#0f172a;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:.8rem;font-weight:700}.calls-stats-badge-cap{color:#64748b}.calls-stats-badge-div{background:#0f172a1a;flex-shrink:0;width:1px;height:14px}.calls-stats-badge-missed{color:#64748b;font-variant-numeric:tabular-nums;font-weight:600}.calls-stats-badge-missed.is-danger{color:#dc2626}.calls-stats-badge-caret{opacity:.5;transition:transform .14s cubic-bezier(.16,1,.3,1)}.calls-stats-badge.open .calls-stats-badge-caret{transform:rotate(180deg)}.calls-stats-pop{z-index:9999;-webkit-backdrop-filter:blur(16px)saturate(1.6);backdrop-filter:blur(16px)saturate(1.6);transform-origin:100% 0;background:#ffffffd1;border:1px solid #0f172a14;border-radius:12px;min-width:316px;max-width:min(380px,100vw - 24px);padding:14px 16px 15px;animation:.16s cubic-bezier(.16,1,.3,1) callsStatsPopIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 32px #0f172a24,0 2px 8px #0f172a14}@keyframes callsStatsPopIn{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.calls-stats-pop-head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.calls-stats-pop-title{color:#0f172a;letter-spacing:-.01em;font-size:.8rem;font-weight:700}.calls-stats-pop-sub{color:#94a3b8;white-space:nowrap;font-size:.68rem}.calls-stats-pop-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px;display:grid}.calls-stats-cell{flex-direction:column;gap:3px;min-width:0;display:flex}.calls-stats-cell-label{color:#7c98b6;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;align-items:center;gap:5px;font-size:.62rem;font-weight:600;display:inline-flex}.calls-stats-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.calls-stats-cell-value{color:#1e293b;font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:.95rem;font-weight:700}.calls-stats-cell-value.is-danger{color:#dc2626}.calls-stats-split{border-top:1px solid #0f172a0f;margin-top:13px;padding-top:12px}.calls-stats-split-bar{background:#eef2f7;border-radius:999px;height:6px;display:flex;overflow:hidden}.calls-stats-split-in{background:#22c55e}.calls-stats-split-out{background:#3b82f6}.calls-stats-split-legend{color:#64748b;justify-content:space-between;gap:10px;margin-top:7px;font-size:.68rem;font-weight:500;display:flex}.calls-stats-split-legend span{align-items:center;gap:5px;display:inline-flex}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.calls-stats-badge{background:#fff;border-color:#e2e8f0}.calls-stats-badge:hover,.calls-stats-badge.open{background:#f8fafc}.calls-stats-pop{background:#fff}}.calls-stats-pop.ap-stats{min-width:340px;max-width:min(400px,100vw - 24px)}.calls-stats-pop.ap-stats .calls-stats-cell{min-width:0}.calls-stats-pop.ap-stats .calls-stats-cell-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;display:block;overflow:hidden}.support-hub-badge{color:#fff;background:#22c55e;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:10px;font-weight:700;line-height:1;animation:2s ease-in-out infinite shm-badge-pulse;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 0 0 2px #1e2a3a}@keyframes shm-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.shm-overlay{z-index:9600;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a6b;justify-content:center;align-items:flex-start;padding:8vh 16px 16px;animation:.14s shm-fade;display:flex;position:fixed;inset:0}@keyframes shm-fade{0%{opacity:0}to{opacity:1}}.shm-panel{overscroll-behavior:contain;background:#fff;border:1px solid #0f172a0f;border-radius:16px;outline:none;flex-direction:column;width:520px;max-width:min(560px,100vw - 32px);max-height:min(76vh,720px);animation:.16s cubic-bezier(.16,1,.3,1) shm-pop;display:flex;overflow-y:auto;box-shadow:0 20px 60px #0f172a40,0 2px 8px #0f172a14}@keyframes shm-pop{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.shm-overlay,.shm-panel,.support-hub-badge{animation:none}}.shm-top{z-index:30;border-radius:16px 16px 0 0;padding:16px 20px 12px;position:sticky;top:0}.shm-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.shm-head-main{align-items:center;gap:11px;min-width:0;display:flex}.shm-head-glyph{color:#1976d2;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.shm-head-glyph svg{flex-shrink:0}.shm-head-text{min-width:0}.shm-title{letter-spacing:-.01em;color:var(--ink);margin:0;font-size:1.02rem;font-weight:700}.shm-subtitle{color:var(--muted);margin:1px 0 0;font-size:.76rem}.shm-close{all:unset;cursor:pointer;color:#94a3b8;border-radius:8px;flex-shrink:0;padding:6px;transition:background .12s,color .12s;display:inline-flex}.shm-close:hover{color:#475569;background:#f1f5f9}.shm-close:focus-visible{outline-offset:2px;outline:2px solid #1976d259}.shm-close svg{flex-shrink:0}.shm-seg{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:10px;gap:2px;padding:3px;display:flex}.shm-seg-btn{all:unset;box-sizing:border-box;color:#64748b;cursor:pointer;white-space:nowrap;border-radius:7px;flex:1;justify-content:center;align-items:center;gap:6px;padding:6px 8px;font-size:.78rem;font-weight:600;transition:background .12s,color .12s,box-shadow .12s;display:flex}.shm-seg-btn:hover{color:#334155}.shm-seg-btn:focus-visible{outline-offset:1px;outline:2px solid #1976d259}.shm-seg-btn--active{color:var(--ink);background:#fff;box-shadow:0 1px 3px #0f172a14,0 0 0 1px #0f172a0d}.shm-seg-count{color:#475569;font-variant-numeric:tabular-nums;background:#e2e8f0;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:16px;padding:0 5px;font-size:.66rem;font-weight:700;display:inline-flex}.shm-seg-btn--active .shm-seg-count{color:#1565c0;background:#e3f2fd}.shm-body{padding:18px 20px 20px}.shm-section{flex-direction:column;gap:10px;display:flex}.shm-label{color:#33475b;font-size:.78rem;font-weight:600}.shm-textarea,.shm-input{box-sizing:border-box;width:100%;color:var(--ink);background:#fff;border:1px solid #cbd6e2;border-radius:8px;padding:9px 11px;font-family:inherit;font-size:.86rem;transition:border-color .12s,box-shadow .12s}.shm-textarea{resize:vertical;min-height:96px;line-height:1.5}.shm-input{height:36px}.shm-textarea:focus,.shm-input:focus{border-color:#0091ae;outline:none;box-shadow:inset 0 0 0 1px #0091ae}.shm-textarea::placeholder,.shm-input::placeholder{color:#94a3b8}.shm-context-note{color:#7c98b6;background:#f5f8fa;border-radius:8px;align-items:flex-start;gap:7px;padding:8px 10px;font-size:.72rem;line-height:1.45;display:flex}.shm-context-note svg{flex-shrink:0;margin-top:1px}.shm-hint{color:var(--muted);margin:0;font-size:.74rem}.shm-actions{justify-content:flex-end;gap:8px;margin-top:2px;display:flex}.shm-actions--center{justify-content:center}.shm-primary{all:unset;box-sizing:border-box;background:var(--accent);color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:7px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:background .12s,transform .1s;display:inline-flex}.shm-primary:hover{background:var(--accent-strong)}.shm-primary:active{transform:scale(.98)}.shm-primary:focus-visible{outline-offset:2px;outline:2px solid #1976d259}.shm-primary[disabled]{opacity:.5;cursor:not-allowed}.shm-secondary{all:unset;box-sizing:border-box;color:#33475b;cursor:pointer;background:#fff;border:1px solid #cbd6e2;border-radius:8px;align-items:center;gap:7px;padding:8px 14px;font-size:.82rem;font-weight:500;transition:background .12s,border-color .12s;display:inline-flex}.shm-secondary:hover{background:#f5f8fa;border-color:#94a3b8}.shm-secondary:focus-visible{outline-offset:2px;outline:2px solid #1976d259}.shm-secondary[disabled]{opacity:.5;cursor:not-allowed}.shm-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:13px;height:13px;animation:.5s linear infinite shm-spin}@keyframes shm-spin{to{transform:rotate(360deg)}}.shm-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 10px;font-size:.76rem;line-height:1.45}.shm-error-retry{all:unset;cursor:pointer;color:inherit;font-weight:600;text-decoration:underline}.shm-success{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:22px 8px 8px;display:flex}.shm-success-mark{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:4px;animation:.2s cubic-bezier(.16,1,.3,1) shm-pop;display:flex}.shm-success-mark svg{flex-shrink:0}.shm-success-title{color:var(--ink);margin:0;font-size:.96rem;font-weight:700}.shm-success-sub{color:var(--muted);max-width:360px;margin:0 0 10px;font-size:.8rem;line-height:1.5}.shm-chat{scroll-behavior:smooth;flex-direction:column;gap:8px;max-height:clamp(200px,38vh,400px);padding:4px 2px;display:flex;overflow-y:auto}.shm-msg{display:flex}.shm-msg--user{justify-content:flex-end}.shm-bubble{max-width:86%;color:var(--ink);white-space:pre-wrap;word-break:break-word;background:#f1f5f9;border-radius:14px 14px 14px 5px;padding:8px 12px;font-size:.84rem;line-height:1.45;animation:.14s cubic-bezier(.16,1,.3,1) shm-bubble-in}.shm-msg--user .shm-bubble{background:var(--accent);color:#fff;border-radius:14px 14px 5px}@keyframes shm-bubble-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.shm-bubble{animation:none}.shm-chat{scroll-behavior:auto}}.shm-bubble--typing{padding:11px 14px}.shm-typing{align-items:center;gap:4px;display:inline-flex}.shm-typing span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite shm-typing}.shm-typing span:nth-child(2){animation-delay:.15s}.shm-typing span:nth-child(3){animation-delay:.3s}@keyframes shm-typing{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.shm-chat-inputrow{align-items:flex-end;gap:8px;margin-top:2px;display:flex}.shm-chat-input{box-sizing:border-box;color:var(--ink);resize:none;background:#fff;border:1px solid #cbd6e2;border-radius:12px;flex:1;max-height:96px;padding:8px 12px;font-family:inherit;font-size:.84rem;line-height:1.4;transition:border-color .12s,box-shadow .12s}.shm-chat-input:focus{border-color:#0091ae;outline:none;box-shadow:inset 0 0 0 1px #0091ae}.shm-chat-input::placeholder{color:#94a3b8}.shm-chat-send{all:unset;box-sizing:border-box;background:var(--accent);color:#fff;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .12s,transform .1s;display:inline-flex}.shm-chat-send:hover{background:var(--accent-strong)}.shm-chat-send:active{transform:scale(.94)}.shm-chat-send:focus-visible{outline-offset:2px;outline:2px solid #1976d259}.shm-chat-send[disabled]{opacity:.45;cursor:not-allowed}.shm-chat-send svg{flex-shrink:0}.shm-chat-submitbar{border-top:1px solid #eef2f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 14px;margin-top:10px;padding-top:10px;display:flex}.shm-chat-submit-hint{min-width:150px;color:var(--muted,#64748b);flex:1;margin:0;font-size:.72rem;line-height:1.35}.shm-chat-submit{all:unset;box-sizing:border-box;background:var(--accent-light,#e3f2fd);color:var(--accent-strong,#1565c0);cursor:pointer;white-space:nowrap;border:1px solid #1976d247;border-radius:8px;flex-shrink:0;align-items:center;gap:7px;padding:8px 15px;font-size:.8rem;font-weight:600;transition:background .12s,border-color .12s,transform .1s;display:inline-flex}.shm-chat-submit:hover{background:#d6e9fb;border-color:#1976d280}.shm-chat-submit:active{transform:scale(.98)}.shm-chat-submit:focus-visible{outline-offset:2px;outline:2px solid #1976d266}.shm-chat-submit[disabled]{opacity:.55;cursor:not-allowed}.shm-chat-submit svg{flex-shrink:0}.shm-chat-submit .shm-spinner{border-color:#1976d24d;border-top-color:var(--accent-strong,#1565c0)}.shm-form-note{color:#0c4a6e;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:8px 10px;font-size:.74rem;line-height:1.45}.shm-refined{background:linear-gradient(#fff,#fafbfc);border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px}.shm-refined-eyebrow{letter-spacing:.06em;text-transform:uppercase;color:#0091ae;margin-bottom:6px;font-size:.64rem;font-weight:700}.shm-refined-title{color:var(--ink);margin:0 0 6px;font-size:.92rem;font-weight:700}.shm-refined-summary{color:#475569;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.82rem;line-height:1.55}.shm-mine{flex-direction:column;gap:8px;display:flex}.shm-chip{white-space:nowrap;border:1px solid #0000;border-radius:999px;flex-shrink:0;align-items:center;gap:5px;padding:2px 8px;font-size:.68rem;font-weight:600;display:inline-flex}.shm-chip-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.shm-sub{background:#fff;border:1px solid #e5e9f0;border-radius:10px;transition:box-shadow .12s,border-color .12s;overflow:hidden}.shm-sub:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0d}.shm-sub-head{all:unset;box-sizing:border-box;cursor:pointer;align-items:center;gap:8px;width:100%;padding:10px 12px;display:flex}.shm-sub-head:focus-visible{outline-offset:-2px;outline:2px solid #1976d259}.shm-sub-title{min-width:0;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;font-weight:600;overflow:hidden}.shm-sub-time{color:#94a3b8;white-space:nowrap;flex-shrink:0;font-size:.68rem}.shm-sub-chev{color:#94a3b8;flex-shrink:0;transition:transform .14s}.shm-sub--open .shm-sub-chev{transform:rotate(180deg)}.shm-sub-body{border-top:1px solid #f1f5f9;padding:2px 12px 12px}.shm-sub-waiting{color:var(--muted);margin:10px 0 0;font-size:.78rem;line-height:1.5}.shm-answer{flex-direction:column;gap:8px;padding-top:10px;display:flex}.shm-answer-heading{color:var(--ink);font-size:.78rem;font-weight:700}.shm-answer-p{color:#334155;white-space:pre-wrap;word-break:break-word;margin:0;font-size:.8rem;line-height:1.55}.shm-answer-list{color:#334155;flex-direction:column;gap:3px;margin:0;padding-left:20px;font-size:.8rem;line-height:1.55;display:flex}.shm-answer-code{color:#e2e8f0;white-space:pre;background:#0f172a;border-radius:8px;margin:0;padding:10px 12px;font-size:.72rem;line-height:1.5;overflow-x:auto}.shm-skeletons{flex-direction:column;gap:8px;display:flex}.shm-skel{background:linear-gradient(90deg,#f1f5f9 25%,#f8fafc 37%,#f1f5f9 63%) 0 0/400% 100%;border-radius:10px;height:40px;animation:1.2s linear infinite shm-shimmer}@keyframes shm-shimmer{0%{background-position:100% 0}to{background-position:0 0}}.shm-empty{text-align:center;padding:26px 12px 18px}.shm-empty-title{color:var(--ink);margin:0 0 4px;font-size:.86rem;font-weight:700}.shm-empty-sub{color:var(--muted);max-width:330px;margin:0 auto;font-size:.78rem;line-height:1.5}.shm-mine-error{text-align:center;color:#b91c1c;padding:14px 12px;font-size:.8rem}@media (max-width:640px){.shm-overlay{padding:4vh 10px 10px}.shm-panel{max-height:88vh}.shm-seg-btn{padding:6px 4px;font-size:.72rem}.shm-chat{max-height:34vh}}#kb-walk-root{z-index:999999;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:fixed;inset:0}.kbwalk-backdrop-piece{pointer-events:none;background:#0f172a52;position:fixed}@keyframes kbwalk-pulse{0%{opacity:.9;transform:scale(1)}50%{opacity:.35;transform:scale(1.06)}to{opacity:.9;transform:scale(1)}}.kbwalk-ring{pointer-events:none;transform-origin:50%;border:2px solid #3b82f6;border-radius:8px;animation:1.6s ease-in-out infinite kbwalk-pulse;position:fixed}.kbwalk-ring--success{border-color:#10b981!important;animation:none!important;box-shadow:0 0 0 4px #10b98159!important}.kbwalk-popover{pointer-events:auto;opacity:0;color:#0f172a;box-sizing:border-box;background:#fff;border-radius:12px;min-width:280px;max-width:360px;padding:26px 20px 18px;transition:opacity .25s;position:fixed;box-shadow:0 20px 40px #0000002e}.kbwalk-popover--visible{opacity:1}.kbwalk-badge{text-transform:uppercase;letter-spacing:.04em;color:#334155;background:#e2e8f0;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.kbwalk-badge--click{color:#1d4ed8;background:#dbeafe}.kbwalk-badge--type{color:#047857;background:#d1fae5}.kbwalk-badge--navigate{color:#6d28d9;background:#ede9fe}.kbwalk-badge--other{color:#334155;background:#e2e8f0}.kbwalk-badge--set{color:#b45309;background:#fef3c7}.kbwalk-step-counter{color:#64748b;margin-top:8px;font-size:12px}.kbwalk-text{color:#0f172a;margin-top:6px;font-size:15px;font-weight:400;line-height:1.45}.kbwalk-text em{color:#64748b;margin-top:8px;font-size:13px;font-style:normal;display:block}.kbwalk-actions{justify-content:space-between;align-items:center;gap:8px;margin-top:14px;display:flex}.kbwalk-actions-right{gap:8px;display:flex}.kbwalk-btn{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:7px 14px;font-size:13px;font-weight:500;line-height:1;transition:background .12s,border-color .12s,color .12s}.kbwalk-btn--primary{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.kbwalk-btn--primary:hover{background:#1e40af;border-color:#1e40af}.kbwalk-btn--secondary{color:#0f172a;background:#fff;border-color:#cbd5e1}.kbwalk-btn--secondary:hover{background:#f1f5f9}.kbwalk-btn--secondary:disabled{opacity:.45;cursor:not-allowed}.kbwalk-btn--ghost{color:#64748b;background:0 0;border-color:#0000;padding:7px 8px}.kbwalk-btn--ghost:hover{color:#0f172a}.kbwalk-popover__close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:18px;line-height:1;transition:background .12s,color .12s;display:inline-flex;position:absolute;top:8px;right:8px}.kbwalk-popover__close:hover{color:#1e293b;background:#f1f5f9}.kbwalk-click-shield{z-index:1000000;cursor:pointer;pointer-events:auto;background:0 0;position:fixed}.kb-panel{z-index:9999;background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;width:420px;transition:width .2s;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-4px 0 16px #00000014}.kb-panel--wide{width:720px}.kb-panel__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.kb-panel__header h2{margin:0;font-size:16px}.kb-panel__header-actions{gap:8px;display:flex}.kb-panel__icon,.kb-panel__back{cursor:pointer;background:0 0;border:0;font-size:16px}.kb-panel__search{border:1px solid #ddd;border-radius:6px;margin:12px 16px;padding:8px 12px}.kb-panel__tree{flex:1;padding:0 8px 16px;overflow-y:auto}.kb-panel__empty{color:#888;text-align:center;padding:32px 16px}.kb-cat__head,.kb-sub__head,.kb-tut{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:6px;width:100%;padding:8px 12px;font-size:14px;display:flex}.kb-cat__head{font-weight:600}.kb-sub{margin-left:16px}.kb-tut{color:#1d4ed8;margin-left:32px}.kb-tut:hover{background:#f3f4f6}.kb-chev{transition:transform .15s;display:inline-block}.kb-chev--open{transform:rotate(90deg)}.kb-detail{padding:16px;overflow-y:auto}.kb-detail__actions{gap:8px;margin:12px 0 16px;display:flex}.kb-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:6px;padding:8px 14px}.kb-btn--primary{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.kb-steps{padding-left:0;list-style:none}.kb-steps li{border-bottom:1px solid #f3f4f6;padding:8px 0}.login-root{background-color:#030712;background-image:-webkit-linear-gradient(#02061000 0%,#0206102e 42%,#0206109e 72%,#020610db 100%),-webkit-image-set(url(/bp-login-station.webp) 1x type("image/webp"));background-image:linear-gradient(90deg,#020610db 0%,#0206109e 28%,#0206102e 58%,#02061000 100%),image-set("/bp-login-station.webp" 1x type("image/webp"));background-position:100%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;align-items:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;display:flex;position:fixed;inset:0}.login-content{flex-direction:column;align-items:center;gap:36px;width:clamp(320px,42vw,600px);max-width:90vw;margin-left:clamp(56px,12vw,200px);display:flex}@media (min-width:1600px){.login-content{margin-left:clamp(220px,18vw,420px)}}@media (max-width:768px){.login-root{background-position:68%;justify-content:center;padding:20px}.login-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#060c188c;border:1px solid #94a3b82e;border-radius:16px;gap:28px;margin-left:0;padding:40px 28px;box-shadow:0 28px 70px #0000008c}}.login-logo{filter:drop-shadow(0 4px 18px #0000008c);width:100%;max-width:600px;height:auto;display:block}.login-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:#0054a9;border:1px solid #0054a9;border-radius:8px;justify-content:center;align-items:center;gap:12px;width:min(320px,100%);padding:14px 24px;font-size:15px;font-weight:600;transition:background .12s,transform .12s,box-shadow .12s;display:flex;transform:translate(-14px);box-shadow:0 6px 22px #0054a973}.login-btn:hover{background:#003f80;box-shadow:0 8px 28px #0054a98c}.login-btn:active{transform:translate(-14px)translateY(1px)}@media (max-width:768px){.login-btn{transform:none}.login-btn:active{transform:translateY(1px)}}
