:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#07122f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background-color:#07122f;overflow-x:hidden}html,#root{min-height:100%;background-color:#07122f}.app-loading-fallback{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#1b398c59,#07122f 46%,#020817);color:#d7e3ff}.app-loading-card{width:min(560px,92vw);border-radius:16px;border:1px solid rgba(136,163,229,.32);background:#202f54b3;padding:20px 24px;box-shadow:0 14px 38px #040a1c73}.app-loading-brand{display:flex;align-items:center;gap:12px}.app-loading-brand__badge{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.04em;color:#dfe9ff;background:#6f8dd647;border:1px solid rgba(148,171,230,.34)}.app-loading-brand__text{display:flex;flex-direction:column;gap:2px}.app-loading-brand__text strong{font-size:.98rem}.app-loading-brand__text span{opacity:.88;font-size:.92rem}.app-loading-skeleton{margin-top:16px;display:grid;gap:8px}.app-loading-skeleton__line{height:10px;border-radius:999px;background:linear-gradient(90deg,#6c86c338,#bdd1ff85,#6c86c338);background-size:200% 100%;animation:app-loading-shimmer 1.5s linear infinite}.app-loading-skeleton__line--long{width:100%}.app-loading-skeleton__line--mid{width:78%}.app-loading-skeleton__line--short{width:54%}@keyframes app-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}h1{line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus:not(:focus-visible){outline:none}button:focus-visible{outline:3px solid rgba(13,110,253,.25);outline-offset:2px}:root{--ui-radius-sm: 8px;--ui-radius-md: 12px;--ui-border: #e5e7eb;--ui-bg: #f6f7f9;--ui-surface: #ffffff;--ui-text: #111827;--ui-muted: #6b7280;--ui-primary: #0d6efd;--ui-primary-hover: #0b5ed7;--ui-danger: #dc3545;--ui-danger-hover: #c82333;--ui-modal-overlay-bg: rgba(15, 23, 42, .5);--ui-modal-overlay-blur: 10px;--ui-modal-shell-radius: 20px;--ui-modal-shell-shadow: 0 28px 70px rgba(15, 23, 42, .24);--ui-modal-shell-border: var(--ui-border);--ui-modal-header-bg: color-mix(in srgb, var(--ui-surface) 84%, var(--ui-bg) 16%);--ui-modal-footer-bg: color-mix(in srgb, var(--ui-surface) 78%, var(--ui-bg) 22%)}.ui-page{display:flex;flex-direction:column;gap:18px;width:100%;min-width:0}.ui-page-header{display:flex;flex-direction:column;gap:6px}.ui-page-header--split{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}.ui-page-header-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ui-page-header h1{margin:0;font-size:30px;color:var(--ui-text)}.ui-page-header p{margin:0;color:var(--ui-muted)}.ui-state-card{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);padding:18px;display:grid;gap:10px}.ui-state-card.is-error{border-color:#fecaca;background:#fff5f5}.ui-state-title{margin:0;font-size:1rem;font-weight:800;color:var(--ui-text)}.ui-state-card.is-error .ui-state-title{color:#991b1b}.ui-state-message{margin:0;color:var(--ui-muted);line-height:1.5}.ui-state-actions{display:flex;gap:8px;flex-wrap:wrap}.crm-page-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;min-width:0;max-width:100%}.ui-filter-field{display:grid;gap:.35rem;flex:1 1 220px;min-width:180px}.ui-filter-field--search{flex:2 1 320px;min-width:220px}.ui-filter-field>span{font-size:.78rem;font-weight:700;color:var(--ui-muted);text-transform:uppercase;letter-spacing:.02em}.crm-page-toolbar>*{max-width:100%;flex-shrink:0}.ui-page-header>.crm-page-toolbar,.crm-actions-mobile>.crm-page-toolbar{flex:1 1 100%;width:100%}.crm-cases-toolbar{flex-direction:column;align-items:stretch;gap:.65rem;width:100%}.crm-cases-toolbar-primary,.crm-cases-toolbar-advanced,.crm-cases-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;max-width:100%}.crm-cases-toolbar-primary>.ui-input,.crm-cases-toolbar-advanced>.ui-input{width:auto;min-width:140px;flex:0 1 auto}.crm-cases-toolbar-search{flex:1 1 180px;min-width:160px;max-width:280px}.crm-cases-toolbar-actions{margin-left:auto}.crm-cases-toolbar-advanced{padding-top:.55rem;border-top:1px solid var(--ui-border, rgba(15, 23, 42, .12))}.ui-btn.is-active-filter{border-color:#175cd3;color:#175cd3}.crm-cases-sla-cards{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.crm-cases-sla-card{appearance:none;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;flex:1 1 110px;min-width:110px;max-width:180px;padding:.75rem 1rem;margin:0;border:1px solid var(--ui-border, rgba(15, 23, 42, .12));border-radius:var(--ui-radius-md, 12px);background:var(--ui-surface, #fff);color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.crm-cases-sla-card:hover{border-color:color-mix(in srgb,#175cd3 45%,var(--ui-border, #d0d5dd));box-shadow:0 1px 2px #1018280f}.crm-cases-sla-card:focus-visible{outline:2px solid #175cd3;outline-offset:2px}.crm-cases-sla-card.is-active{border-color:#175cd3;box-shadow:inset 0 0 0 1px #175cd3;background:color-mix(in srgb,#175cd3 6%,var(--ui-surface, #fff))}.crm-cases-sla-card--danger .crm-cases-sla-card__value{color:#b42318}.crm-cases-sla-card--danger.is-active{border-color:#b42318;box-shadow:inset 0 0 0 1px #b42318;background:color-mix(in srgb,#b42318 6%,var(--ui-surface, #fff))}.crm-cases-sla-card--billing.is-active{border-color:#b54708;box-shadow:inset 0 0 0 1px #b54708;background:color-mix(in srgb,#b54708 7%,var(--ui-surface, #fff));color:#b54708}.crm-cases-sla-card__label{font-size:.8rem;color:var(--ui-muted, #667085)}.crm-cases-sla-card__value{font-size:1.2rem;font-weight:600;line-height:1.2}@media(max-width:768px){.crm-cases-toolbar-actions{margin-left:0;width:100%}.crm-cases-toolbar-actions .ui-btn,.crm-cases-toolbar-primary>.ui-input,.crm-cases-toolbar-primary>.ui-btn,.crm-cases-toolbar-advanced>.ui-input,.crm-cases-toolbar-advanced>.ui-btn,.crm-cases-toolbar-search{width:100%;max-width:none;min-width:0}.crm-cases-sla-card{flex:1 1 calc(50% - .75rem);min-width:0}}.crm-emails-page-header{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.crm-emails-toolbar-secondary{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:.65rem;border-top:1px solid var(--ui-border)}.crm-emails-toolbar-secondary .ui-btn{font-size:.875rem}@media(max-width:768px){.crm-emails-toolbar-secondary{flex-direction:column;align-items:stretch}.crm-emails-toolbar-secondary .ui-btn{width:100%;justify-content:center}}.crm-actions-mobile{flex-wrap:wrap}.crm-client-detail-header-actions{flex:1;min-width:0;justify-content:flex-end}.crm-client-detail-header-actions .row-actions-menu{margin-left:auto}.crm-table-desktop{display:block;min-width:0;max-width:100%;box-sizing:border-box}.ui-card-body.crm-table-desktop,.ui-card-body.crm-table-wrap-scroll{min-width:0}.crm-mobile-list{display:none}.crm-mobile-list-inner{display:grid;gap:12px}.crm-mobile-card{border:1px solid var(--ui-border);border-radius:12px;padding:14px;background:#fff;display:grid;gap:10px}.crm-mobile-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.crm-mobile-card-title{font-weight:800;color:var(--ui-text)}.crm-mobile-card-subtitle{margin-top:4px;font-size:.9rem;color:var(--ui-muted)}.crm-mobile-card-grid{display:grid;gap:8px}.crm-mobile-card-row{display:grid;gap:4px}.crm-mobile-card-label{font-size:.75rem;font-weight:700;color:var(--ui-muted);text-transform:uppercase;letter-spacing:.02em}.crm-mobile-card-value{color:var(--ui-text);line-height:1.45}.crm-mobile-card-actions{display:grid;gap:8px}.crm-mobile-card-actions .ui-btn,.crm-mobile-card-actions .row-actions-menu,.crm-mobile-card-actions .row-actions-menu-trigger{width:100%}.crm-mobile-card-actions .row-actions-menu-dropdown{left:0;right:0;min-width:0}.crm-note-preview{font-size:.83rem;line-height:1.45;color:var(--ui-muted)}.crm-mobile-card-note{color:var(--ui-muted)}.note-indicator-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;margin:0;border:1px solid #fcd34d;border-radius:8px;background:#fffbeb;color:#b45309;cursor:pointer;vertical-align:middle;font:inherit;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.note-indicator-btn:hover:not(.note-indicator-btn--readonly){background:#fef3c7;border-color:#fbbf24;color:#92400e;box-shadow:0 1px 3px #b453091f}.note-indicator-btn:focus-visible:not(.note-indicator-btn--readonly){outline:2px solid #f59e0b;outline-offset:2px}.note-indicator-btn--readonly{cursor:default}.note-indicator-btn-svg{display:block;flex-shrink:0}.crm-contact-detail-header{display:grid;gap:.75rem}.crm-metric-grid>*{min-width:0}.crm-metric-grid a.crm-metric-card:hover{background:var(--bg-soft, #f8fafc)}.crm-dashboard-stat-card,.crm-dashboard-module-card{min-width:0}.crm-dashboard-quick-actions{margin-bottom:1.5rem;padding:1rem 1.25rem}.crm-dashboard-quick-actions-title{font-size:.85rem;margin-bottom:.75rem}.crm-dashboard-quick-actions-buttons{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-start}.crm-dashboard-quick-actions-item{min-width:0}.crm-dashboard-quick-actions-label{font-size:.8rem;margin-bottom:.25rem}@media(max-width:480px){.crm-dashboard-quick-actions{padding:.75rem 1rem}.crm-dashboard-quick-actions-buttons{flex-direction:column;gap:.75rem;width:100%}.crm-dashboard-quick-actions-item{width:100%}.crm-dashboard-quick-actions-item .ui-btn{width:100%;justify-content:center}}.crm-pagination{display:flex;align-items:center;gap:12px;margin-top:1rem;flex-wrap:wrap}.crm-readonly-wrap{position:relative;display:inline-flex}.crm-readonly-badge{display:inline-flex;align-items:center;height:24px;margin-left:10px;padding:0 10px;border-radius:999px;border:1px solid #fcd34d;background:#fffbeb;color:#92400e;font-size:12px;font-weight:700;line-height:1;gap:6px;cursor:pointer}.crm-readonly-badge-icon{width:13px;height:13px;flex:0 0 13px}.crm-readonly-popover{position:absolute;top:calc(100% + 8px);left:10px;z-index:20;width:min(360px,80vw);padding:10px 12px;border-radius:10px;border:1px solid #fcd34d;background:#fffdf5;color:#78350f;box-shadow:0 8px 20px #00000024}.crm-readonly-popover-title{font-size:12px;font-weight:800;margin-bottom:4px}.crm-readonly-popover-text{font-size:12px;line-height:1.35}.crm-readonly-popover-list{margin:6px 0 0;padding-left:18px;font-size:12px}.ui-card{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:var(--ui-radius-md);box-shadow:0 1px 2px #0000000f;min-width:0;max-width:100%;box-sizing:border-box}.ui-card-header{padding:16px 18px;border-bottom:1px solid var(--ui-border);display:flex;align-items:center;justify-content:space-between;gap:12px}.ui-card-body{padding:18px}.ui-tabs-card .ui-card-body{padding:12px}.ui-tabs-nav{display:flex;gap:8px;flex-wrap:wrap;padding:4px;border:1px solid var(--ui-border);border-radius:12px;background:var(--ui-bg)}.ui-tab-btn{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 12px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--ui-muted);font-size:14px;font-weight:700;cursor:pointer;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.ui-tab-btn:hover{color:var(--ui-text);background:#ffffffbf}.ui-tab-btn.active{background:#fff;color:var(--ui-primary);border-color:#0d6efd40}.ui-tab-btn:focus-visible{outline:3px solid rgba(13,110,253,.25);outline-offset:2px}.ui-btn{height:36px;padding:0 14px;border-radius:10px;border:1px solid transparent;font-weight:700;font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;text-decoration:none}.ui-btn:focus-visible{outline:3px solid rgba(13,110,253,.25);outline-offset:2px}.ui-btn-primary{background:var(--ui-primary);color:#fff}.ui-btn-primary:hover{background:var(--ui-primary-hover)}.ui-btn-secondary{background:#fff;border-color:var(--ui-border);color:var(--ui-text)}.ui-btn-secondary:hover{background:#f3f4f6}.ui-btn:disabled{opacity:.6;cursor:not-allowed}.ui-btn-link{height:auto;min-height:0;padding:0;border:none;border-radius:0;background:transparent;color:var(--ui-primary);font-weight:600;line-height:1.35;justify-content:flex-start;text-align:left;white-space:normal;text-decoration:underline}.ui-btn-link:hover{background:transparent;color:var(--ui-primary-hover);text-decoration:none}.ui-btn-sm{height:28px;padding:0 10px;font-size:12px}.ui-input,.ui-select{height:40px;padding:0 12px;border:1px solid var(--ui-border);border-radius:10px;background:#fff;color:var(--ui-text);font-size:14px}.ui-input:focus,.ui-select:focus{outline:3px solid rgba(13,110,253,.2);outline-offset:1px;border-color:#0d6efd8c}.phone-input-wrapper{display:flex;width:100%}.phone-input-wrapper input{flex:1;min-width:120px;background:#fff}.ui-input[type=textarea],textarea.ui-input{height:auto;min-height:80px;padding:10px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;resize:vertical}.ui-file-input-wrap{display:flex;align-items:center;gap:.5rem;min-height:40px}.ui-file-input-wrap .ui-file-input-btn{flex-shrink:0;margin:0;cursor:pointer}.ui-file-input-wrap .ui-file-input-hidden{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.ui-file-input-wrap .ui-file-input-filename{flex:1;min-width:0;padding:0 12px;height:40px;display:flex;align-items:center;border:1px solid var(--ui-border);border-radius:10px;background:#fff;color:var(--ui-muted);font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ui-btn-danger{background:var(--ui-danger);color:#fff}.ui-btn-danger:hover{background:var(--ui-danger-hover)}.ui-btn-warning{background:#d97706;color:#fff}.ui-btn-warning:hover{background:#b45309;color:#fff}.ui-link{color:var(--ui-primary);text-decoration:none;font-weight:700}.ui-link:hover{text-decoration:underline}.ui-link:focus-visible{outline:3px solid rgba(13,110,253,.25);outline-offset:2px;border-radius:6px}button.ui-link-button{font:inherit;font-weight:700;color:var(--ui-primary);text-decoration:none;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:inherit}button.ui-link-button:hover{text-decoration:underline}button.ui-link-button:focus-visible{outline:3px solid rgba(13,110,253,.25);outline-offset:2px;border-radius:6px}.ui-modal-overlay{position:fixed;inset:0;background:var(--ui-modal-overlay-bg);-webkit-backdrop-filter:blur(var(--ui-modal-overlay-blur));backdrop-filter:blur(var(--ui-modal-overlay-blur));display:flex;align-items:center;justify-content:center;padding:24px;z-index:9999;overflow-y:auto;overflow-x:hidden}.ui-modal-overlay.file-explorer-overlay{z-index:10000}.ui-modal{width:min(720px,100%);max-height:calc(100vh - 32px);background:var(--ui-surface);border:1px solid var(--ui-modal-shell-border);border-radius:var(--ui-modal-shell-radius);box-shadow:var(--ui-modal-shell-shadow);overflow:hidden;display:flex;flex-direction:column}.ui-modal--wide{width:min(920px,100%)}.ui-modal--xl{width:min(1080px,100%)}.ui-modal-header{padding:18px 20px;border-bottom:1px solid var(--ui-modal-shell-border);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;background:var(--ui-modal-header-bg)}.ui-modal-header h2,.ui-modal-header h3,.ui-modal-header strong{margin:0}.ui-modal-close-btn{border:1px solid var(--ui-border);background:color-mix(in srgb,var(--ui-surface) 80%,var(--ui-bg) 20%);color:var(--ui-text);border-radius:10px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;flex-shrink:0}.ui-modal-close-btn:hover{background:color-mix(in srgb,var(--ui-primary) 10%,var(--ui-surface) 90%)}.ui-modal-body{padding:20px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;overflow-x:hidden;min-height:0;overscroll-behavior:contain}.ui-modal-body>*{min-width:0}.ui-modal-body label:not(.ui-checkbox-field__row){display:flex;flex-direction:column;gap:6px}.ui-modal-body .label{font-size:12px;font-weight:700;color:var(--ui-muted)}.ui-checkbox-field{display:flex;flex-direction:column;gap:.35rem}.ui-checkbox-field__row{display:inline-flex;align-items:flex-start;gap:.55rem;cursor:pointer;color:var(--ui-text);font-size:.92rem;line-height:1.4}.ui-checkbox-field__control{width:18px;height:18px;margin:0;flex-shrink:0;accent-color:var(--ui-primary);cursor:pointer}.ui-checkbox-field__label{display:inline}.ui-checkbox-field__description{margin:0;padding-left:calc(18px + .55rem);color:var(--ui-muted);font-size:.82rem;line-height:1.4}.ui-checkbox-field__description--compact{font-size:.78rem}.restore-path-hint{margin-top:8px;font-size:13px;color:var(--ui-muted)}.restore-mode-panel{margin-top:8px;padding:10px 12px;border-radius:10px;border:1px solid var(--ui-border)}.restore-mode-panel.safe{background:#ecfdf5;border-color:#6ee7b7}.restore-mode-panel.live{background:#fff7ed;border-color:#fdba74}.restore-mode-title{display:flex;align-items:center;gap:8px;font-weight:700;color:var(--ui-text);margin-bottom:4px}.restore-mode-description{margin:0;font-size:13px;color:#374151}.restore-mode-warning{margin:8px 0 0;font-size:12px;font-weight:700;color:#9a3412}.restore-live-ack{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:var(--ui-text)}.restore-mode-badge{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.restore-mode-badge.safe{background:#d1fae5;color:#065f46}.restore-mode-badge.live{background:#ffedd5;color:#9a3412}.restore-mode-legend{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0 10px}.restore-mode-legend-text{font-size:12px;color:var(--ui-text-muted, #6b7280)}.crm-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.crm-form-row{grid-template-columns:1fr}}.crm-category-add-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1rem 1.25rem;width:100%}.crm-category-add-field{display:flex;flex-direction:column;gap:.4rem;min-width:0}.crm-category-add-field .label{display:block;font-size:.875rem;font-weight:600;color:var(--ui-text-muted, #4b5563)}.crm-category-add-field .ui-input{width:100%;min-width:0;box-sizing:border-box}.crm-category-add-actions{margin-top:.25rem}.crm-email-body{word-wrap:break-word;overflow-wrap:break-word;color:var(--ui-text)}.crm-email-body *{max-width:100%}.crm-email-body p{margin:0 0 .75em}.crm-email-body p:last-child{margin-bottom:0}.crm-email-body a{color:var(--ui-primary);text-decoration:underline}.crm-email-body a:hover{text-decoration:none}.crm-email-body img{max-width:100%;height:auto;vertical-align:middle}.crm-email-body .crm-email-social-placeholder{display:inline-block;font-size:.85em;opacity:.7;margin:0 .1em}.crm-email-body blockquote{margin:.75em 0;padding:.5em 0 .5em 1em;border-left:3px solid var(--ui-border);color:#666;font-size:.9em}.crm-email-body table{border-collapse:collapse;margin:.5em 0;max-width:100%}.crm-email-body th,.crm-email-body td{border:1px solid var(--ui-border);padding:4px 8px}.crm-email-body ul,.crm-email-body ol{margin:.5em 0;padding-left:1.5em}.crm-email-body hr{border:none;border-top:1px solid var(--ui-border);margin:1em 0}.crm-email-ai-panel{border-radius:10px;border:1px solid color-mix(in srgb,var(--ui-primary, #2563eb) 35%,var(--ui-border));background:color-mix(in srgb,var(--ui-primary, #2563eb) 8%,var(--ui-bg, #fff));box-shadow:0 1px #0000000a}.crm-email-ai-panel .ui-card-header strong{font-size:1.05rem;letter-spacing:.01em}.crm-email-ai-reply-text{min-height:11rem;font-size:1rem;line-height:1.55}.crm-email-reply-panel{border-radius:10px;border:1px solid var(--ui-border);background:var(--ui-bg-elevated, var(--ui-bg, #fff))}.ui-modal-footer{padding:16px 20px;border-top:1px solid var(--ui-modal-shell-border);display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;flex-shrink:0;background:var(--ui-modal-footer-bg)}.ui-modal-footer .ui-btn{min-width:88px}.ui-table{width:100%;table-layout:fixed;border-collapse:collapse}.ui-table.crm-quotes-table{table-layout:auto}.crm-clients-table th:not(.ui-table-actions-header),.crm-clients-table td:not(.ui-table-actions-cell){min-width:0}.crm-clients-table td:nth-child(2),.crm-clients-table td:nth-child(5){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-clients-table td:nth-child(1) a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.crm-clients-table td:nth-child(3){white-space:nowrap}.crm-contacts-table th:not(.ui-table-actions-header),.crm-contacts-table td:not(.ui-table-actions-cell){min-width:0}.crm-contacts-table td:nth-child(2),.crm-contacts-table td:nth-child(5),.crm-contacts-table td:nth-child(6){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-locations-table th:not(.ui-table-actions-header),.crm-locations-table td:not(.ui-table-actions-cell),.crm-quotes-table th:not(.ui-table-actions-header),.crm-quotes-table td:not(.ui-table-actions-cell){min-width:0}.crm-locations-table th:nth-child(1),.crm-locations-table td:nth-child(1){overflow:hidden;min-width:14rem;width:28%}.crm-locations-table th:nth-child(2),.crm-locations-table td:nth-child(2){width:7.75rem;white-space:nowrap}.crm-location-name-cell{display:flex;align-items:center;gap:8px;min-width:0;max-width:100%}.crm-location-name-cell__text{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-default-badge{flex:0 0 auto;display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;line-height:1;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--ui-primary, #345dff) 14%,transparent);color:var(--ui-primary, #345dff);border:1px solid color-mix(in srgb,var(--ui-primary, #345dff) 28%,transparent);white-space:nowrap}.crm-locations-table td:nth-child(3),.crm-locations-table td:nth-child(4),.crm-locations-table td:nth-child(5){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-locations-table th,.crm-partners-table th,.crm-tasks-table th{white-space:nowrap;overflow-wrap:normal;word-break:normal}.crm-quotes-table td:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:16rem}.crm-quotes-table td:nth-child(2) .ui-link{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-quotes-table td:nth-child(1){white-space:normal;word-break:break-word;vertical-align:top}.crm-quotes-table td:nth-child(1) button.ui-link-button{white-space:normal;text-align:left;word-break:break-word;line-height:1.35}.crm-quotes-table th:nth-child(3),.crm-quotes-table td:nth-child(3){white-space:nowrap;width:1%;padding-inline-start:.5rem;padding-inline-end:.5rem}.crm-quotes-table th:nth-child(4),.crm-quotes-table td:nth-child(4){white-space:nowrap;min-width:6.75rem;padding-inline-start:.25rem;padding-inline-end:1rem;box-sizing:border-box}.crm-quotes-table th:nth-child(5),.crm-quotes-table td:nth-child(5){white-space:nowrap;min-width:9.5rem;padding-inline-start:.5rem;padding-inline-end:.5rem;box-sizing:border-box}.crm-quotes-table th:nth-child(6),.crm-quotes-table td:nth-child(6){white-space:nowrap;min-width:7.5rem;padding-inline-start:.5rem;padding-inline-end:.5rem}.crm-quotes-table th:nth-child(7),.crm-quotes-table td:nth-child(7){white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.ui-table th,.ui-table td{padding:10px 12px;text-align:left;vertical-align:middle;overflow-wrap:break-word;word-break:break-word;border-bottom:1px solid var(--ui-border)}.ui-table th{background:var(--ui-bg);font-weight:600;color:var(--ui-text)}.ui-table th.ui-table-actions-header,.ui-table th.ui-table-actions-cell,.ui-table td.ui-table-actions-cell{white-space:nowrap;word-break:normal;overflow-wrap:normal;width:1%;min-width:5.25rem;vertical-align:middle;box-sizing:border-box;padding-inline-start:12px;padding-inline-end:1.5rem}.ui-table th.ui-table-actions-header,.ui-table th.ui-table-actions-cell{text-align:right}.ui-table td.ui-table-actions-cell{text-align:right;position:relative}.crm-quote-catalog-table th.ui-table-actions-header,.crm-quote-catalog-table td.ui-table-actions-cell{width:5.75rem;min-width:5.75rem;max-width:5.75rem;padding-inline-end:.75rem}.crm-quote-catalog-table th:not(.ui-table-actions-header),.crm-quote-catalog-table td:not(.ui-table-actions-cell){min-width:0}.ui-card .ui-card-body .ui-table>thead>tr>th:last-child,.ui-card .ui-card-body .ui-table>tbody>tr>td:last-child{padding-inline-end:1.5rem}.ui-table tbody tr:last-child td{border-bottom:none}.ui-table tbody tr:hover{background:#00000005}.ui-table-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end;align-items:center;width:100%;min-width:0}.ui-table-actions .ui-btn{min-width:72px}.row-actions-menu{position:relative;display:inline-flex;justify-content:flex-end;align-items:center;flex:0 0 auto;max-width:100%;margin-left:auto}.row-actions-menu-trigger{min-width:44px!important;min-height:40px;padding:8px 10px!important;justify-content:center;align-items:center;font-weight:700;letter-spacing:.08em;flex-shrink:0;box-sizing:border-box}.row-actions-menu-icon{display:inline-block;font-size:1.1rem;line-height:1;letter-spacing:0}.row-actions-menu-icon--hamburger{display:inline-flex;flex-direction:column;justify-content:center;align-items:stretch;gap:3px;width:16px;height:12px;flex-shrink:0;font-size:0;line-height:0;letter-spacing:0}.row-actions-menu-icon--hamburger span{display:block;height:2px;width:100%;border-radius:1px;background:currentColor;opacity:.88}.row-actions-menu-icon--kebab{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;width:18px;height:18px;font-size:0}.row-actions-menu-icon--kebab span{display:block;width:4px;height:4px;border-radius:999px;background:currentColor;opacity:.85}.row-actions-menu-dropdown{position:absolute;top:calc(100% + 6px);right:0;z-index:30;min-width:180px;display:grid;gap:4px;padding:6px;border:1px solid var(--border-color, #d0d5dd);border-radius:12px;background:var(--card-bg, #fff);box-shadow:0 12px 32px #0f172a1f}.row-actions-menu-dropdown--fixed{position:fixed;right:auto;z-index:1200;box-shadow:0 16px 40px #0f172a29,0 0 0 1px #0f172a0a}.row-actions-menu.is-open{z-index:5}.row-actions-menu-item{width:100%;border:1px solid transparent;border-radius:8px;background:transparent;padding:.55rem .7rem;text-align:left;cursor:pointer;color:inherit}.row-actions-menu-item--with-icon{padding:.45rem .6rem}.row-actions-menu-item-inner{display:flex;align-items:center;gap:10px;width:100%;min-width:0;text-align:left}.row-actions-menu-item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ui-muted, #64748b)}.crm-quick-action-menu-icon{display:block;width:18px;height:18px}.row-actions-menu-item-label{flex:1 1 auto;min-width:0}.enterprise-row-menu-icon-v2{display:block;width:18px;height:18px}.row-actions-menu-item:hover:not(:disabled){background:var(--bg-soft, #f8fafc);border-color:var(--border-color, #d0d5dd)}.row-actions-menu-item:hover:not(:disabled) .row-actions-menu-item-icon{color:var(--ui-primary, #345dff)}.row-actions-menu-item.is-danger{color:#b42318}.crm-pdf-download-wrap,.crm-pdf-download-details{position:relative;display:inline-block}.crm-pdf-download-details summary{list-style:none;cursor:pointer}.crm-pdf-download-details summary::-webkit-details-marker{display:none}.crm-pdf-download-details[open] .crm-pdf-download-dropdown{display:grid}.crm-pdf-download-details .crm-pdf-download-dropdown,.crm-pdf-download-wrap .crm-pdf-download-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:40;min-width:200px;display:grid;gap:2px;padding:6px;border:1px solid var(--border-color, #d0d5dd);border-radius:8px;background:var(--card-bg, #fff);box-shadow:0 8px 24px #0f172a1a}.crm-pdf-download-dropdown a{display:block;width:100%;padding:.5rem .75rem;text-align:left;border:none;border-radius:6px;background:transparent;cursor:pointer;color:inherit;font-size:.9rem;text-decoration:none}.crm-pdf-download-dropdown a:hover{background:var(--bg-soft, #f8fafc)}.row-actions-menu-item:disabled{opacity:.55;cursor:not-allowed}.crm-quote-modal{width:min(1480px,100%)}.crm-quote-modal .ui-table{width:100%;table-layout:fixed}.crm-quote-modal .ui-table th,.crm-quote-modal .ui-table td{word-break:normal;overflow-wrap:anywhere;vertical-align:middle}.crm-quote-modal .quote-items-table{min-width:1280px}.crm-quote-modal .quote-items-table th:nth-child(1),.crm-quote-modal .quote-items-table td:nth-child(1){width:18%}.crm-quote-modal .quote-items-table th:nth-child(2),.crm-quote-modal .quote-items-table td:nth-child(2){width:7%;min-width:88px}.crm-quote-modal .quote-items-table th:nth-child(3),.crm-quote-modal .quote-items-table td:nth-child(3){width:7%;min-width:92px}.crm-quote-modal .quote-items-table th:nth-child(4),.crm-quote-modal .quote-items-table td:nth-child(4){width:8%}.crm-quote-modal .quote-items-table th:nth-child(5),.crm-quote-modal .quote-items-table td:nth-child(5){width:8%}.crm-quote-modal .quote-items-table th:nth-child(6),.crm-quote-modal .quote-items-table td:nth-child(6){width:8%}.crm-quote-modal .quote-items-table th:nth-child(7),.crm-quote-modal .quote-items-table td:nth-child(7){width:8%}.crm-quote-modal .quote-items-table th:nth-child(8),.crm-quote-modal .quote-items-table td:nth-child(8){width:5%}.crm-quote-modal .quote-items-table th:nth-child(9),.crm-quote-modal .quote-items-table td:nth-child(9){width:7%}.crm-quote-modal .quote-items-table th:nth-child(10),.crm-quote-modal .quote-items-table td:nth-child(10){width:8%}.crm-quote-modal .quote-items-table th:nth-child(11),.crm-quote-modal .quote-items-table td:nth-child(11){width:8%;min-width:110px}.crm-quote-modal .quote-items-table .ui-input{width:100%;min-width:0}.crm-quote-modal .quote-items-table td:nth-child(3) .ui-input{min-width:88px}.crm-quote-modal .quote-items-table td:nth-child(2) .ui-input{min-width:88px}.crm-quote-modal .quote-items-table .ui-btn{height:32px;padding:0 8px;font-size:12px}.crm-quote-modal .quote-items-table .quote-item-actions{display:flex;gap:6px;align-items:center;justify-content:flex-start;flex-wrap:wrap}.crm-quote-modal .quote-items-table .quote-item-actions .ui-btn{width:auto;min-height:32px;justify-content:center}.crm-quote-modal .quote-items-table td:nth-child(11),.crm-quote-modal .quote-items-table td:nth-child(11) *{overflow-wrap:normal;word-break:keep-all}.crm-quote-modal .quote-item-report-status{display:grid;gap:.35rem;align-content:start}.crm-quote-modal .quote-item-report-status-note{font-size:.78rem;line-height:1.35;color:var(--ui-muted)}.crm-quote-modal .quote-item-supplier-invoice{display:grid;gap:.5rem}.crm-quote-modal .quote-item-supplier-details{border:1px solid var(--border-color, #d0d5dd);border-radius:10px;background:var(--bg-soft, #f8fafc);padding:.4rem .55rem}.crm-quote-modal .quote-item-details-row td{background:#f8fafc;border-top:none;padding-top:.35rem;padding-bottom:.55rem}.crm-quote-modal .quote-item-details-row .quote-item-supplier-details{border-left:3px solid var(--ui-primary, #2563eb)}.crm-quote-modal .quote-item-supplier-summary{list-style:none;display:grid;gap:.15rem;cursor:pointer;position:relative;padding-left:1rem}.crm-quote-modal .quote-item-supplier-summary::-webkit-details-marker{display:none}.crm-quote-modal .quote-item-supplier-summary:before{content:"▸";position:absolute;left:0;top:0;color:var(--ui-muted);transition:transform .15s ease}.crm-quote-modal .quote-item-supplier-details[open] .quote-item-supplier-summary:before{transform:rotate(90deg)}.crm-quote-modal .quote-item-supplier-details-body{display:grid;gap:.55rem;margin-top:.55rem}.crm-quote-modal .quote-item-supplier-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.crm-quote-modal .quote-item-field,.crm-copy-client-modal .quote-item-field{display:grid;gap:.25rem;position:relative}.crm-quote-modal .quote-item-field-label{font-size:.76rem;font-weight:700;color:var(--text-color, #101828)}.crm-quote-modal .quote-supplier-suggestions,.crm-quick-offer-modal .quote-supplier-suggestions,.crm-copy-client-modal .quote-supplier-suggestions{display:grid;gap:.35rem;margin-top:.4rem;padding:.45rem;border:1px solid var(--border-color, #d0d5dd);border-radius:10px;background:var(--card-bg, #fff);box-shadow:0 8px 24px #0f172a14}.crm-quote-modal .quote-supplier-suggestion,.crm-quick-offer-modal .quote-supplier-suggestion,.crm-copy-client-modal .quote-supplier-suggestion{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:1px solid var(--border-color, #d0d5dd);border-radius:8px;background:transparent;padding:.45rem .6rem;text-align:left;cursor:pointer}.crm-quote-modal .quote-supplier-suggestion small,.crm-quick-offer-modal .quote-supplier-suggestion small,.crm-copy-client-modal .quote-supplier-suggestion small{color:var(--ui-muted)}.crm-copy-client-modal .quote-supplier-suggestion.is-selected{border-color:var(--ui-primary, #2563eb);background:color-mix(in srgb,var(--ui-primary) 10%,var(--ui-surface, #fff) 90%)}.crm-copy-client-modal .quote-supplier-suggestions{max-height:min(240px,45vh);overflow-y:auto}.crm-quote-modal .quote-supplier-suggestion-create{border-style:dashed;background:#eff6ff}.crm-tasks-page .quote-item-field{display:grid;gap:.25rem;position:relative}.crm-tasks-page .crm-task-client-filter{min-width:220px;width:min(360px,100%)}.crm-tasks-page .crm-task-client-filter--v2{flex:1 1 320px;min-width:280px;max-width:480px;width:auto}.crm-tasks-page .crm-task-client-filter--v2 .enterprise-search-v2{width:100%;min-width:0;box-sizing:border-box}.crm-tasks-page .crm-tasks-table th.ui-table-actions-header,.crm-tasks-page .crm-tasks-table td.ui-table-actions-cell{width:5.75rem;min-width:5.75rem;max-width:5.75rem;padding-inline-end:.75rem}.crm-tasks-page .crm-tasks-table th:nth-child(1),.crm-tasks-page .crm-tasks-table td:nth-child(1){min-width:12rem;max-width:18rem}.crm-tasks-page .quote-supplier-suggestions{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:25;max-height:240px;overflow-y:auto;display:grid;gap:.35rem;margin-top:0;padding:.45rem;border:1px solid var(--border-color, #d0d5dd);border-radius:10px;background:var(--card-bg, #fff);box-shadow:0 8px 24px #0f172a14}.crm-tasks-page .quote-supplier-suggestion{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:1px solid var(--border-color, #d0d5dd);border-radius:8px;background:transparent;padding:.45rem .6rem;text-align:left;cursor:pointer}.crm-tasks-page .quote-supplier-suggestion small{color:var(--ui-muted)}.crm-quote-modal .quote-item-invoice-upload-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:center}.crm-quote-modal .quote-invoice-copy-targets{display:grid;gap:.45rem;padding:.5rem;border:1px dashed var(--border-color, #d0d5dd);border-radius:8px;background:#fff}.crm-quote-modal .quote-invoice-copy-targets-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .75rem}.crm-quote-modal .quote-invoice-copy-target-option{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-color, #101828)}.crm-quote-modal .quote-document-picker-selected{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;font-size:.82rem;color:var(--ui-muted)}.crm-quote-modal .quote-document-picker-selected strong{color:var(--text-color, #101828)}.crm-quotes-row-actions{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.crm-quotes-row-actions .ui-btn{margin:0;padding:.35rem .6rem;font-size:.875rem;white-space:nowrap}.crm-quote-modal .quote-item-details-row td{background:#f8fafc;border-top:none}.crm-quote-modal .quote-item-details-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:end}@media(max-width:1100px){.crm-quote-modal .quote-item-details-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1100px){.crm-table-desktop{display:none!important}.crm-mobile-list{display:block!important}}@media(max-width:768px){.ui-page-header--split{flex-direction:column;align-items:stretch}.ui-page-header-actions{justify-content:stretch}.ui-page-header-actions .ui-btn{width:100%}.ui-tabs-nav{width:100%;display:grid;grid-template-columns:1fr}.ui-tab-btn{width:100%;justify-content:center}.ui-page-header h1{font-size:24px}.crm-actions-mobile,.crm-stack-mobile,.crm-client-detail-header,.crm-contact-detail-header{width:100%;display:flex;flex-direction:column;align-items:stretch!important;gap:.75rem!important}.crm-actions-mobile>*,.crm-stack-mobile>*,.crm-client-detail-header>*,.crm-contact-detail-header>*{width:100%;min-width:0!important}.crm-client-detail-header-actions>.row-actions-menu{width:auto!important;align-self:flex-end}.crm-actions-mobile .ui-btn,.crm-actions-mobile .ui-input,.crm-actions-mobile .ui-select,.crm-page-toolbar{width:100%}.crm-page-toolbar{display:grid;grid-template-columns:1fr;align-items:stretch}.crm-page-toolbar .ui-btn,.crm-page-toolbar .ui-input,.crm-page-toolbar .ui-select,.crm-actions-mobile .ui-btn,.crm-actions-mobile .ui-input,.crm-actions-mobile .ui-select{width:100%!important;min-width:0!important}.crm-dashboard-stat-grid,.crm-dashboard-widget-grid{gap:.75rem!important}.crm-dashboard-stat-card{flex:1 1 calc(50% - .75rem)}.crm-dashboard-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.crm-dashboard-module-card{text-align:left!important}.crm-metric-grid{gap:.5rem!important}.crm-metric-card{flex:1 1 calc(50% - .5rem);min-width:0!important;padding:.75rem!important}.crm-client-detail-page .ui-tabs-nav .ui-tab-btn{flex:1 1 calc(50% - .25rem);min-width:0}.crm-client-summary-grid{grid-template-columns:1fr!important}.crm-client-timeline-item{gap:.4rem!important}.crm-client-timeline-date{min-width:0!important;width:100%}.ui-card-body{overflow-x:auto}.ui-card-body>.ui-table,.ui-card-body .ui-table{min-width:640px;table-layout:auto}.ui-card-body .crm-locations-table,.ui-card-body .crm-partners-table{min-width:760px}.ui-card-body .crm-tasks-table{min-width:900px}.ui-table th,.ui-table td{word-break:normal;overflow-wrap:anywhere}.ui-state-actions .ui-btn{width:100%}.ui-filter-field,.ui-filter-field--search{min-width:0;flex-basis:100%}.crm-table-desktop{display:none!important}.crm-mobile-list{display:block!important}}@media(max-width:480px){.crm-dashboard-stat-card,.crm-metric-card,.crm-client-detail-page .ui-tabs-nav .ui-tab-btn{flex-basis:100%}.crm-dashboard-module-grid{grid-template-columns:1fr!important}}@media(max-width:900px){.ui-modal{max-height:calc(100vh - 12px);border-radius:10px}.ui-modal-overlay{padding:6px}.ui-modal-header,.ui-modal-body,.ui-modal-footer{padding:12px}.ui-modal-body .ui-input,.ui-modal-body .ui-select{height:42px;font-size:16px}.ui-modal-body textarea.ui-input{min-height:92px;font-size:16px}.ui-modal-footer{flex-direction:column-reverse;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.ui-modal-footer .ui-btn{width:100%}.crm-quotes-header{gap:.75rem!important}.crm-quotes-toolbar{width:100%;display:grid!important;grid-template-columns:1fr;gap:.5rem!important}.crm-quotes-toolbar .ui-btn,.crm-quotes-toolbar .ui-input{width:100%!important;min-width:0!important}.crm-quotes-list-table,.crm-quick-items-table-wrap,.quote-items-table-wrap{overflow-x:auto}.crm-quotes-row-actions{flex-direction:column;width:100%}.crm-quotes-row-actions .ui-btn{width:100%}}@media(max-width:768px){.crm-quote-modal{width:100%;max-height:calc(100vh - 8px)}.crm-quote-modal .ui-modal-body{gap:10px}.crm-quote-modal .ui-table{min-width:900px}.crm-quote-modal .quote-item-details-grid{grid-template-columns:1fr;gap:8px}.crm-quote-modal .quote-items-table .ui-btn{height:32px;font-size:12px;padding:0 10px}.crm-quote-modal .quote-items-table td{min-height:44px}}@media(max-width:640px){.crm-quote-modal .quote-items-table .quote-item-actions{display:flex;flex-wrap:wrap;width:auto}.crm-quote-modal .quote-items-table .quote-item-actions .ui-btn{width:auto;justify-content:center;white-space:nowrap}.crm-quote-modal .quote-item-supplier-meta,.crm-quote-modal .quote-item-invoice-upload-row,.crm-quote-modal .quote-invoice-copy-targets-list{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes backup-progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(350%)}}.backup-progress-track{height:6px;background:var(--ui-border-muted, #e5e7eb);border-radius:3px;overflow:hidden}.backup-progress-track--narrow{max-width:420px}.backup-progress-fill{height:100%;background:#3b82f6;transition:width .3s}.backup-progress-track--indeterminate{position:relative}.backup-progress-fill--indeterminate{width:38%;border-radius:3px;background:linear-gradient(90deg,#93c5fd,#3b82f6);animation:backup-progress-indeterminate 1.15s ease-in-out infinite}.toast-container{position:fixed;top:20px;right:20px;z-index:12050;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{min-width:300px;max-width:500px;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000026;background:#fff;pointer-events:auto;cursor:pointer;animation:slideIn .3s ease-out;border-left:4px solid}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{font-size:20px;font-weight:700;flex-shrink:0}.toast-message{flex:1;font-size:14px;line-height:1.5;color:#333;display:flex;flex-direction:column;gap:2px}.toast-clickable{box-shadow:0 4px 14px #2563eb2e}.toast-clickable:hover{filter:brightness(.98)}.toast-action-hint{font-size:12px;font-weight:600;color:#2563eb}.toast-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.toast-close:hover{color:#333}.toast-success{border-left-color:#10b981;background:#f0fdf4}.toast-success .toast-icon{color:#10b981}.toast-error{border-left-color:#ef4444;background:#fef2f2}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-left-color:#f59e0b;background:#fffbeb}.toast-warning .toast-icon{color:#f59e0b}.toast-info{border-left-color:#3b82f6;background:#eff6ff}.toast-info .toast-icon{color:#3b82f6}.toast-badge{display:inline-flex;align-self:flex-start;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:2px 7px;border-radius:4px;margin-bottom:2px;background:#0f172a14;color:#334155}.toast-urgency-low{border-left-width:3px;border-left-color:#94a3b8;background:#f8fafc;opacity:.96}.toast-urgency-low .toast-badge{background:#e2e8f0;color:#475569}.toast-urgency-normal .toast-badge{background:#dbeafe;color:#1d4ed8}.toast-urgency-high{border-left-width:5px;border-left-color:#f59e0b;background:#fff7ed;box-shadow:0 4px 16px #f59e0b38}.toast-urgency-high .toast-icon{color:#ea580c}.toast-urgency-high .toast-badge{background:#ffedd5;color:#c2410c}.toast-urgency-critical{border-left-width:6px;border-left-color:#dc2626;background:#fef2f2;box-shadow:0 6px 20px #dc262647;animation:slideIn .3s ease-out,toastPulseCritical 1.4s ease-in-out 2}.toast-urgency-critical .toast-icon{color:#dc2626;font-size:22px}.toast-urgency-critical .toast-badge{background:#fee2e2;color:#b91c1c}.toast-urgency-critical .toast-action-hint{color:#b91c1c}@keyframes toastPulseCritical{0%,to{box-shadow:0 6px 20px #dc262647}50%{box-shadow:0 6px 28px #dc262673}}@media print{.toast-container{display:none!important}}@media(max-width:768px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;max-width:none}}.language-switcher{display:flex;gap:5px;align-items:center}.lang-btn{min-width:44px;height:32px;padding:0 12px;border:1px solid #ddd;background:#fff;color:#213547;cursor:pointer;font-size:14px;font-weight:700;line-height:1;border-radius:4px;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.lang-btn:hover{background:#f5f5f5}.lang-btn.active{background:#007bff;color:#fff;border-color:#007bff}.download-agent-modal-overlay{z-index:10000}.download-agent-modal{width:min(720px,100%)}.download-agent-modal-header{align-items:center}.download-agent-modal-header h2{margin:0;font-size:1.2rem}.download-agent-modal-content{flex:1}.download-agent-step h3{margin-top:0;margin-bottom:16px;font-size:20px}.step-description{color:var(--ui-muted);margin-bottom:20px;font-size:14px}.download-agent-prereq-notice{margin-top:12px;margin-bottom:4px;padding:12px 14px;border-radius:10px;border:1px solid var(--ui-border);border-left:4px solid var(--ui-primary);background:color-mix(in srgb,var(--ui-primary) 8%,var(--ui-surface));font-size:13px;line-height:1.45}.download-agent-prereq-notice strong{display:block;margin-bottom:6px;font-size:13px;color:var(--ui-text, inherit)}.download-agent-prereq-notice__p{margin:0;color:var(--ui-muted)}.download-agent-prereq-notice a{color:var(--ui-primary)}.system-selection{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.system-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;border:1px solid var(--ui-border);background:var(--ui-surface);border-radius:14px;cursor:pointer;transition:all .2s;position:relative}.system-btn:hover:not(.disabled){border-color:var(--ui-primary);background:var(--ui-bg)}.system-btn.active{border-color:var(--ui-primary);background:color-mix(in srgb,var(--ui-primary) 12%,var(--ui-surface) 88%)}.system-btn.disabled{opacity:.6;cursor:not-allowed}.system-icon{font-size:32px}.coming-soon-badge{position:absolute;top:8px;right:8px;background:#ff9800;color:#fff;padding:2px 8px;border-radius:12px;font-size:10px;font-weight:700}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500}.form-group select{width:100%;padding:10px;border:1px solid var(--ui-border);border-radius:10px;font-size:14px}.download-options{margin-bottom:20px}.download-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--ui-border);border-radius:14px;margin-bottom:12px;cursor:pointer;transition:all .2s}.download-option:hover{border-color:var(--ui-primary);background:var(--ui-bg)}.download-option input[type=radio]{margin-top:4px;cursor:pointer}.download-option label{flex:1;cursor:pointer;display:flex;flex-direction:column;gap:4px}.download-option label strong{font-size:16px}.download-option label span{font-size:14px;color:var(--ui-muted)}.download-content{margin-top:20px}.download-msi-primary{text-align:center;padding:16px 0;margin-bottom:12px}.download-msi-primary .ui-btn{font-size:1rem;padding:12px 24px}.download-msi-hint{margin:10px 0 0;font-size:12px;color:var(--ui-muted)}.download-msi-details{margin-top:16px;border:1px solid var(--ui-border);border-radius:14px;overflow:hidden}.download-msi-details summary{padding:12px 16px;cursor:pointer;font-weight:500;background:var(--ui-bg);list-style:none}.download-msi-details summary::-webkit-details-marker{display:none}.download-msi-details summary:before{content:"▶ ";font-size:10px;margin-right:6px}.download-msi-details[open] summary:before{content:"▼ "}.download-msi-details .step-description,.download-msi-details .code-block{margin:12px 16px 16px}.download-msi-details .step-description{margin-bottom:8px}.code-block{position:relative;background:var(--ui-bg);border:1px solid var(--ui-border);border-radius:10px;padding:12px 40px 12px 12px}.code-block code{display:block;font-family:Courier New,monospace;font-size:13px;word-break:break-all;white-space:pre-wrap}.copy-btn{position:absolute;top:8px;right:8px;background:var(--ui-primary);color:#fff;border:none;border-radius:4px;padding:6px 12px;cursor:pointer;font-size:14px;z-index:10;transition:background .2s}.copy-btn:hover:not(:disabled){background:var(--ui-primary-hover)}.copy-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.copy-btn-old{position:absolute;top:8px;right:8px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:6px 10px;cursor:pointer;font-size:16px}.copy-btn:hover{background:#f0f0f0}.download-agent-modal-footer{gap:12px}.service-intake-modal-overlay{z-index:10000}.service-intake-modal{width:min(1080px,100%)}.service-intake-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.service-intake-modal-header__copy{min-width:0}.service-intake-modal-header h2{margin:0;font-size:1.15rem;font-weight:700;color:var(--enterprise-text, var(--ui-text, #111827))}.service-intake-modal-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.service-intake-fieldset{border:1px solid var(--enterprise-border, var(--ui-border, #e0e0e0));border-radius:18px;padding:16px;background:var(--enterprise-panel-strong, color-mix(in srgb, var(--ui-surface) 82%, var(--ui-bg) 18%));margin:0}.service-intake-section-head{margin-bottom:12px}.service-intake-section-title{margin:0;font-size:.98rem;font-weight:750;color:var(--enterprise-text, var(--ui-text, #111827))}.service-intake-segmented{display:inline-flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;padding:4px;border-radius:999px;border:1px solid var(--enterprise-border, var(--ui-border, #e0e0e0));background:var(--enterprise-panel, var(--ui-surface, #fff))}.service-intake-segmented__btn{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:0;border-radius:999px;background:transparent;color:var(--enterprise-text, var(--ui-text, #1f2937));font-size:.88rem;font-weight:600;cursor:pointer;transition:background .14s ease,color .14s ease}.service-intake-segmented__btn:hover:not(:disabled){background:color-mix(in srgb,var(--enterprise-primary, #3b82f6) 10%,transparent)}.service-intake-segmented__btn.is-active{background:color-mix(in srgb,var(--enterprise-primary, #3b82f6) 16%,transparent);color:var(--enterprise-primary, #2563eb);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--enterprise-primary, #3b82f6) 28%,transparent)}.service-intake-segmented__btn:disabled{opacity:.45;cursor:not-allowed}.service-intake-radio-group{display:flex;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.service-intake-radio-group label{display:flex;flex-direction:row;align-items:center;gap:.5rem;cursor:pointer}.service-intake-radio-group input[type=radio]{width:16px;height:16px;margin:0;flex-shrink:0;accent-color:var(--ui-primary, #2563eb)}.service-intake-client-fields .label,.service-intake-fieldset .label{display:block;margin-bottom:.35rem;font-size:.84rem;font-weight:600;color:var(--enterprise-muted, var(--ui-text-muted, #64748b))}.service-intake-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}.service-intake-field{min-width:0}.service-intake-field-block{display:block}.service-intake-field-full{grid-column:1 / -1}.service-intake-field .ui-input{width:100%}.service-intake-selected-client-row{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.service-intake-client-autocomplete-wrap{position:relative}.service-intake-client-dropdown{position:absolute;top:100%;left:0;right:0;max-height:220px;overflow-y:auto;z-index:1000;list-style:none;margin:0;padding:.5rem 0;box-shadow:0 20px 45px #0f172a29;border:1px solid var(--enterprise-border, var(--ui-border, #e0e0e0));border-radius:14px;background:var(--enterprise-panel, var(--ui-surface, #fff))}.service-intake-client-dropdown--portal{top:auto;left:auto;right:auto;margin-top:0;overscroll-behavior:contain}.service-intake-client-dropdown-empty{padding:.75rem 1rem;color:var(--enterprise-muted, var(--text-muted, #666));font-size:.9rem}.service-intake-client-option{display:block;width:100%;padding:.5rem 1rem;text-align:left;border:none;background:transparent;cursor:pointer;font-size:.9rem;color:var(--enterprise-text, inherit)}.service-intake-client-option:hover,.service-intake-client-option.focused{background:color-mix(in srgb,var(--enterprise-primary, #3b82f6) 10%,transparent)}.service-intake-client-option-name{font-weight:500}.service-intake-client-option-sub{font-size:.8rem;color:var(--enterprise-muted, var(--text-muted, #666))}.service-intake-client-clear-btn{margin-top:0;font-size:.85rem}.service-intake-hint{display:block;margin-top:4px;font-size:.8rem;color:var(--enterprise-muted, var(--ui-text-muted, #666));line-height:1.35}.service-intake-selected-card{display:grid;gap:.35rem;padding:.85rem 1rem;border:1px solid var(--enterprise-border, var(--ui-border, #e0e0e0));border-radius:14px;background:var(--enterprise-panel, var(--ui-bg, #f6f7f9))}.service-intake-checkbox-row{display:flex;align-items:flex-start;gap:.5rem}.service-intake-checkbox-row input[type=checkbox]{width:16px;height:16px;margin:.2rem 0 0;flex-shrink:0;accent-color:var(--enterprise-primary, var(--ui-primary, #2563eb))}.service-intake-checkbox-row span{font-size:.9rem;color:var(--enterprise-text, var(--ui-text, #333))}.service-intake-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:.6rem;padding:12px 20px;border-top:1px solid var(--enterprise-border, var(--ui-border, #e0e0e0));background:var(--enterprise-panel, var(--ui-surface, #fff));flex-wrap:wrap}.service-intake-modal--v2 .service-intake-modal-footer .enterprise-action-btn-v2--ghost,.service-intake-modal--v2 .service-intake-modal-footer .ui-btn-secondary{border:1.5px solid color-mix(in srgb,var(--enterprise-text) 42%,transparent);background:var(--enterprise-panel-strong);color:var(--enterprise-text)}.enterprise-shell-v2--light .service-intake-modal--v2 .service-intake-modal-footer .enterprise-action-btn-v2--ghost,.enterprise-shell-v2--light .service-intake-modal--v2 .service-intake-modal-footer .ui-btn-secondary{border:1.5px solid #64748b;background:#fff;color:#0f172a}.enterprise-shell-v2--light .service-intake-modal--v2 .service-intake-modal-footer .enterprise-action-btn-v2--ghost:hover:not(:disabled),.enterprise-shell-v2--light .service-intake-modal--v2 .service-intake-modal-footer .ui-btn-secondary:hover:not(:disabled){border-color:#345dff;background:#f5f7ff;color:#1d4ed8}.enterprise-shell-v2--light .service-intake-modal--v2 .service-intake-modal-footer .enterprise-action-btn-v2:not(.enterprise-action-btn-v2--ghost),.service-intake-modal--v2 .service-intake-modal-footer .ui-btn-primary{box-shadow:0 2px 8px #345dff47}.service-intake-modal--v2{border:1px solid var(--enterprise-border, #e5e7eb);border-radius:22px;background:var(--enterprise-panel, #fff);box-shadow:var(--enterprise-shadow, 0 24px 60px rgba(15, 23, 42, .22));overflow:hidden}.service-intake-modal--v2 .ui-modal-header{border-bottom:1px solid var(--enterprise-border, #e5e7eb);background:var(--enterprise-panel, #fff);padding:14px 20px}.service-intake-modal--v2 .ui-modal-body{background:var(--enterprise-bg, transparent)}.service-intake-modal--v2 .ui-input,.service-intake-modal--v2 .ui-select,.service-intake-modal--v2 select.ui-input,.service-intake-modal--v2 textarea.ui-input{border-color:var(--enterprise-border, #d9e0ec);background:var(--enterprise-panel, #fff);color:var(--enterprise-text, #111827)}.service-intake-modal--v2 .ui-input:focus,.service-intake-modal--v2 select.ui-input:focus,.service-intake-modal--v2 textarea.ui-input:focus{border-color:var(--enterprise-primary, #3b82f6);box-shadow:0 0 0 3px color-mix(in srgb,var(--enterprise-primary, #3b82f6) 18%,transparent)}@media(max-width:900px){.service-intake-modal{max-width:760px}}@media(max-width:720px){.service-intake-grid{grid-template-columns:1fr}.service-intake-segmented{width:100%}.service-intake-segmented__btn{flex:1 1 auto;justify-content:center}}@media print{.service-intake-modal-overlay{display:none}}.trial-top-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:12px 16px;border-radius:12px;margin-bottom:16px;box-sizing:border-box}.trial-top-banner__text{flex:1 1 220px;min-width:0}.trial-top-banner__line{margin:0;font-size:.92rem;line-height:1.45}.trial-top-banner__cta.ui-btn{flex-shrink:0;font-size:.85rem;padding:8px 14px}.trial-top-banner--legacy.trial-top-banner--active{background:#fff8e6;border:1px solid #e8c96a;color:#3d3300}.trial-top-banner--legacy.trial-top-banner--active .trial-top-banner__line{color:#5c4a00}.trial-top-banner--legacy.trial-top-banner--expired{background:#ffe8ec;border:1px solid #e8a0af;color:#5c1020}.trial-top-banner--legacy.trial-top-banner--expired .trial-top-banner__line{color:#7a1a30}.trial-top-banner--enterprise.trial-top-banner--active{background:var(--enterprise-warn-bg);border:1px solid var(--enterprise-border-strong);color:var(--enterprise-text)}.trial-top-banner--enterprise.trial-top-banner--active .trial-top-banner__line{color:var(--enterprise-warn-text)}.trial-top-banner--enterprise.trial-top-banner--expired{background:var(--enterprise-critical-bg);border:1px solid var(--enterprise-border-strong);color:var(--enterprise-text)}.trial-top-banner--enterprise.trial-top-banner--expired .trial-top-banner__line{color:var(--enterprise-critical-text)}.enterprise-shell-v2{--enterprise-bg: radial-gradient(circle at top right, rgba(89, 122, 255, .14), transparent 28%), linear-gradient(180deg, #0c1423 0%, #10192c 100%);--enterprise-text: #f3f7ff;--enterprise-muted: #c3d0ea;--enterprise-muted-strong: #aab9d7;--enterprise-border: rgba(138, 157, 196, .16);--enterprise-border-strong: rgba(168, 188, 228, .34);--enterprise-sidebar-bg: rgba(8, 15, 28, .88);--enterprise-topbar-bg: rgba(10, 17, 31, .84);--enterprise-panel: rgba(255, 255, 255, .08);--enterprise-panel-strong: rgba(255, 255, 255, .12);--enterprise-primary: #b8cdff;--enterprise-primary-soft: rgba(150, 183, 255, .2);--enterprise-primary-strong: rgba(150, 183, 255, .4);--enterprise-primary-contrast: #08101f;--enterprise-good-bg: rgba(48, 168, 118, .18);--enterprise-good-text: #83ddb3;--enterprise-warn-bg: rgba(240, 180, 66, .16);--enterprise-warn-text: #ffd27b;--enterprise-critical-bg: rgba(218, 85, 109, .16);--enterprise-critical-text: #ff9aae;--enterprise-shadow: 0 16px 36px rgba(5, 11, 21, .18);--enterprise-overlay-menu-bg: #161f33;--ui-border: color-mix(in srgb, var(--enterprise-border-strong) 92%, rgba(255, 255, 255, .08));--ui-bg: color-mix(in srgb, var(--enterprise-panel) 82%, rgba(8, 15, 28, .82));--ui-surface: color-mix(in srgb, var(--enterprise-panel-strong) 88%, rgba(10, 17, 31, .9));--ui-text: var(--enterprise-text);--ui-muted: var(--enterprise-muted);--ui-primary: #8fb1ff;--ui-primary-hover: #b8cdff;--ui-danger: #f07286;--ui-danger-hover: #ff8ca0;--border-color: var(--ui-border);--card-bg: var(--ui-surface);--bg-soft: var(--ui-bg);--ui-bg-elevated: color-mix(in srgb, var(--ui-surface) 82%, rgba(255, 255, 255, .04));min-height:100vh;display:grid;grid-template-columns:272px minmax(0,1fr);background:var(--enterprise-bg);background-attachment:fixed;color:var(--enterprise-text)}.enterprise-shell-v2--light{--enterprise-bg: radial-gradient(circle at top right, rgba(72, 116, 255, .12), transparent 24%), linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);--enterprise-text: #122033;--enterprise-muted: #475b7a;--enterprise-muted-strong: #536785;--enterprise-border: rgba(109, 128, 166, .18);--enterprise-border-strong: rgba(109, 128, 166, .26);--enterprise-sidebar-bg: color-mix(in srgb, rgba(247, 250, 255, .9) 86%, rgba(72, 116, 255, .08));--enterprise-topbar-bg: rgba(247, 250, 255, .82);--enterprise-panel: rgba(255, 255, 255, .82);--enterprise-panel-strong: rgba(255, 255, 255, .94);--enterprise-primary: #345dff;--enterprise-primary-soft: rgba(52, 93, 255, .1);--enterprise-primary-strong: rgba(52, 93, 255, .24);--enterprise-primary-contrast: #ffffff;--enterprise-good-bg: #dcf7eb;--enterprise-good-text: #0f7a4c;--enterprise-warn-bg: #fff0cf;--enterprise-warn-text: #9a5a00;--enterprise-critical-bg: #ffe0e6;--enterprise-critical-text: #af294b;--enterprise-shadow: 0 16px 36px rgba(31, 52, 89, .08);--enterprise-overlay-menu-bg: #ffffff;--ui-border: color-mix(in srgb, var(--enterprise-border-strong) 92%, #d7dff0);--ui-bg: color-mix(in srgb, var(--enterprise-panel) 88%, #f1f5fd);--ui-surface: color-mix(in srgb, var(--enterprise-panel-strong) 92%, #ffffff);--ui-text: var(--enterprise-text);--ui-muted: var(--enterprise-muted);--ui-primary: #345dff;--ui-primary-hover: #274de4;--ui-danger: #d63f63;--ui-danger-hover: #bf3155;--border-color: var(--ui-border);--card-bg: var(--ui-surface);--bg-soft: var(--ui-bg);--ui-bg-elevated: color-mix(in srgb, var(--ui-surface) 92%, #ffffff)}.enterprise-shell-v2--light .enterprise-ghost-btn-v2,.enterprise-shell-v2--light .enterprise-icon-btn-v2,.enterprise-shell-v2--light .enterprise-sidebar-v2__toggle,.enterprise-shell-v2--light .enterprise-mobile-nav-open-btn,.enterprise-shell-v2--light .enterprise-avatar-btn-v2,.enterprise-shell-v2--light .enterprise-danger-btn-v2,.enterprise-shell-v2--light .enterprise-topbar-v2 .lang-btn{border-color:color-mix(in srgb,var(--enterprise-border-strong) 88%,#8a9bb8);background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--enterprise-panel-strong) 94%,#eef2fb));box-shadow:0 1px #fffffff2 inset,0 1px 3px #1f345912;color:var(--enterprise-text)}.enterprise-shell-v2--light .enterprise-danger-btn-v2{background:linear-gradient(180deg,color-mix(in srgb,var(--enterprise-critical-bg) 55%,#ffffff),color-mix(in srgb,var(--enterprise-critical-bg) 75%,#fff5f7));border-color:color-mix(in srgb,var(--enterprise-critical-text) 28%,var(--enterprise-border-strong));color:var(--enterprise-critical-text)}.enterprise-shell-v2--light .enterprise-ghost-btn-v2:hover,.enterprise-shell-v2--light .enterprise-icon-btn-v2:hover,.enterprise-shell-v2--light .enterprise-sidebar-v2__toggle:hover,.enterprise-shell-v2--light .enterprise-mobile-nav-open-btn:hover,.enterprise-shell-v2--light .enterprise-avatar-btn-v2:hover,.enterprise-shell-v2--light .enterprise-danger-btn-v2:hover,.enterprise-shell-v2--light .enterprise-topbar-v2 .lang-btn:hover:not(.active){background:#fff;border-color:color-mix(in srgb,var(--enterprise-primary) 38%,var(--enterprise-border-strong));box-shadow:0 2px 10px #345dff24}.enterprise-shell-v2--light .enterprise-topbar-v2 .lang-btn.active:hover{background:var(--enterprise-primary);border-color:var(--enterprise-primary);color:var(--enterprise-primary-contrast);box-shadow:0 2px 10px #345dff38}.enterprise-shell-v2--light .enterprise-danger-btn-v2:hover{background:color-mix(in srgb,var(--enterprise-critical-bg) 88%,#ffffff);border-color:color-mix(in srgb,var(--enterprise-critical-text) 45%,var(--enterprise-border-strong));color:var(--enterprise-critical-text)}.enterprise-shell-v2--light .enterprise-topbar-v2 .lang-btn.active{box-shadow:0 1px 3px #345dff38}.enterprise-shell-v2--light .enterprise-command-v2__input{border-color:color-mix(in srgb,var(--enterprise-border-strong) 100%,#8b9cbd);box-shadow:0 1px 2px #1f34590d}.enterprise-shell-v2--light .enterprise-command-v2__results,.enterprise-shell-v2--light .enterprise-quick-create-v2__menu,.enterprise-shell-v2--light .enterprise-user-menu-v2__dropdown{border-color:color-mix(in srgb,var(--enterprise-border-strong) 90%,#a8b4cc);box-shadow:0 10px 32px #1f34591f}.enterprise-shell-v2--light .enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-input{border-color:color-mix(in srgb,var(--enterprise-border-strong) 100%,#8b9cbd);box-shadow:0 1px 2px #1f34590d}.enterprise-shell-v2--light .enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-dropdown.ui-card{border-color:color-mix(in srgb,var(--enterprise-border-strong) 90%,#a8b4cc);box-shadow:0 10px 32px #1f34591f}.enterprise-shell-v2--light .enterprise-user-menu-v2__item--danger{color:var(--enterprise-critical-text)}.enterprise-shell-v2--light .enterprise-user-menu-v2__item--danger:hover{background:color-mix(in srgb,var(--enterprise-critical-bg) 65%,var(--enterprise-panel))}.enterprise-shell-v2--light .enterprise-domain-switcher-v2__item:not(.is-active){border:1px solid var(--enterprise-border);background:color-mix(in srgb,#ffffff 78%,var(--enterprise-panel) 22%)}.enterprise-shell-v2--light.enterprise-shell-v2--collapsed .enterprise-domain-switcher-v2__item:not(.is-active){border-color:transparent}.enterprise-shell-v2--collapsed{grid-template-columns:80px minmax(0,1fr)}.enterprise-sidebar-v2{position:relative;min-height:100vh;display:flex;flex-direction:column;gap:14px;padding:18px 14px;border-right:1px solid var(--enterprise-border);background:var(--enterprise-sidebar-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.enterprise-brand-v2{display:flex;gap:8px;align-items:center;justify-content:space-between;width:100%;margin-bottom:12px}.enterprise-brand-v2__main{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.enterprise-brand-v2__copy{min-width:0;flex:1 1 auto}.enterprise-shell-v2--collapsed .enterprise-brand-v2{flex-direction:column;align-items:center;justify-content:center;gap:8px}.enterprise-shell-v2--collapsed .enterprise-brand-v2__main{flex:0 0 auto;justify-content:center}.enterprise-brand-v2__mark{width:44px;height:44px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#7aa2ff,#8c6eff);color:#06101f;font-weight:800;letter-spacing:.04em}.enterprise-brand-v2__title{font-size:1rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-brand-v2__subtitle{font-size:.78rem;color:var(--enterprise-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enterprise-brand-v2__toggle{width:30px;height:30px;margin:0;flex:0 0 auto;border-radius:9px}.enterprise-brand-v2__toggle .enterprise-sidebar-toggle-icon-v2{width:15px;height:15px}.enterprise-shell-v2--collapsed .enterprise-brand-v2__toggle{width:34px;height:34px}.enterprise-domain-switcher-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;margin-bottom:12px;border-radius:16px;background:var(--enterprise-panel)}.enterprise-shell-v2--collapsed .enterprise-domain-switcher-v2{grid-template-columns:1fr;margin-bottom:10px}.enterprise-domain-switcher-v2__item{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:12px;text-align:center;font-weight:700;color:var(--enterprise-muted);text-decoration:none}.enterprise-domain-switcher-v2__item.is-active{color:var(--enterprise-primary-contrast);background:var(--enterprise-primary)}.enterprise-side-nav-v2{display:flex;flex-direction:column;gap:14px;overflow:visible}.enterprise-side-nav-v2__section{display:flex;flex-direction:column;gap:6px}.enterprise-shell-v2--collapsed .enterprise-side-nav-v2{gap:12px}.enterprise-side-nav-v2__section-title{padding:0 10px;font-size:.75rem;color:var(--enterprise-muted-strong);text-transform:uppercase;letter-spacing:.08em}.enterprise-side-nav-v2__item{display:flex;gap:12px;align-items:center;padding:11px 12px;border-radius:14px;color:var(--enterprise-text);text-decoration:none;border:1px solid transparent;position:relative;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.enterprise-shell-v2--collapsed .enterprise-side-nav-v2__item{justify-content:center;align-items:center;padding:12px 10px;border-radius:18px}.enterprise-side-nav-v2__item:hover{background:var(--enterprise-panel);border-color:var(--enterprise-border);transform:translateY(-1px)}.enterprise-side-nav-v2__item.is-active{background:linear-gradient(180deg,var(--enterprise-primary-strong),var(--enterprise-primary-soft));border-color:var(--enterprise-primary-strong);box-shadow:inset 3px 0 0 var(--enterprise-primary)}.enterprise-shell-v2--collapsed .enterprise-side-nav-v2__item.is-active{box-shadow:inset 0 0 0 1px var(--enterprise-primary-strong)}.enterprise-side-nav-v2__icon{width:20px;flex:0 0 20px;color:var(--enterprise-primary)}.enterprise-shell-v2--collapsed .enterprise-side-nav-v2__icon{width:22px;flex-basis:22px}.enterprise-side-nav-v2__copy{min-width:0;display:flex;flex-direction:column;gap:3px}.enterprise-side-nav-v2__label{font-weight:700;line-height:1.2}.enterprise-side-nav-v2__item-wrap{display:flex;flex-direction:column;gap:4px}.enterprise-side-nav-v2__item-shell{display:flex;align-items:stretch;min-width:0;border-radius:14px;border:1px solid transparent;background:transparent;overflow:hidden;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.enterprise-side-nav-v2__item-shell:hover{background:var(--enterprise-panel);border-color:var(--enterprise-border)}.enterprise-side-nav-v2__item-shell.is-active{background:linear-gradient(180deg,var(--enterprise-primary-strong),var(--enterprise-primary-soft));border-color:var(--enterprise-primary-strong);box-shadow:inset 3px 0 0 var(--enterprise-primary)}.enterprise-side-nav-v2__item--in-shell{flex:1;min-width:0;margin:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important;padding-right:4px}.enterprise-side-nav-v2__item-shell:hover .enterprise-side-nav-v2__item--in-shell,.enterprise-side-nav-v2__item-shell.is-active .enterprise-side-nav-v2__item--in-shell{background:transparent!important;border-color:transparent!important}.enterprise-side-nav-v2__item-shell .enterprise-side-nav-v2__icon{color:var(--enterprise-primary)}.enterprise-side-nav-v2__item-shell.is-active .enterprise-side-nav-v2__icon{color:var(--enterprise-text);opacity:.95}.enterprise-side-nav-v2__subtoggle{flex:0 0 40px;align-self:stretch;display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;border-radius:0;border-left:1px solid transparent;background:transparent;color:color-mix(in srgb,var(--enterprise-text) 78%,transparent);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.enterprise-side-nav-v2__item-shell:hover .enterprise-side-nav-v2__subtoggle{border-left-color:var(--enterprise-border);color:var(--enterprise-text)}.enterprise-side-nav-v2__item-shell.is-active .enterprise-side-nav-v2__subtoggle{border-left-color:color-mix(in srgb,var(--enterprise-primary) 42%,transparent);color:var(--enterprise-text)}.enterprise-side-nav-v2__item-shell.is-active .enterprise-side-nav-v2__subtoggle:hover{background:color-mix(in srgb,var(--enterprise-text) 10%,transparent)}.enterprise-side-nav-v2__item-shell:not(.is-active) .enterprise-side-nav-v2__subtoggle{border-left-color:color-mix(in srgb,var(--enterprise-border-strong) 50%,transparent);color:var(--enterprise-muted-strong)}.enterprise-side-nav-v2__item-shell:not(.is-active):hover .enterprise-side-nav-v2__subtoggle{color:var(--enterprise-text);border-left-color:var(--enterprise-border)}.enterprise-shell-v2--light .enterprise-side-nav-v2__item-shell:not(.is-active) .enterprise-side-nav-v2__subtoggle{color:color-mix(in srgb,var(--enterprise-muted) 92%,var(--enterprise-text) 8%)}.enterprise-side-nav-v2__subtoggle.is-collapsed .enterprise-side-nav-v2__chevron{transform:rotate(-90deg)}.enterprise-side-nav-v2__chevron{display:block;width:16px;height:16px;opacity:1;transition:transform .22s cubic-bezier(.4,0,.2,1)}.enterprise-side-nav-v2__children{display:flex;flex-direction:column;gap:4px;padding:2px 0 2px 18px}@media(prefers-reduced-motion:reduce){.enterprise-side-nav-v2__chevron{transition:none}}.enterprise-side-nav-v2__child{display:flex;align-items:center;min-height:34px;padding:0 12px;border-radius:12px;color:var(--enterprise-muted);text-decoration:none;transition:background-color .2s ease,color .2s ease}.enterprise-side-nav-v2__child:hover{background:var(--enterprise-panel);color:var(--enterprise-text)}.enterprise-side-nav-v2__child.is-active{background:var(--enterprise-primary-soft);color:var(--enterprise-text)}.enterprise-side-nav-icon{display:block;width:20px;height:20px}.enterprise-sidebar-v2__toggle{width:44px;height:44px;margin:6px auto 0;padding:0;border:1px solid var(--enterprise-border-strong);border-radius:14px;background:transparent;color:var(--enterprise-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.enterprise-sidebar-v2__toggle:hover{background:var(--enterprise-panel);border-color:var(--enterprise-primary-strong);transform:translateY(-1px)}.enterprise-sidebar-toggle-icon-v2{width:18px;height:18px;transition:transform .2s ease}.enterprise-sidebar-toggle-icon-v2.is-collapsed{transform:rotate(180deg)}.enterprise-main-v2{min-width:0;display:flex;flex-direction:column;min-height:0;--enterprise-content-inline: clamp(22px, 3.6vw, 42px)}.enterprise-topbar-v2{position:sticky;top:0;z-index:600;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px var(--enterprise-content-inline);border-bottom:1px solid var(--enterprise-border);background:var(--enterprise-topbar-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);overflow:visible}.enterprise-topbar-v2__heading{display:flex;align-items:baseline;gap:12px;min-width:0}.enterprise-topbar-v2__heading-text{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.enterprise-breadcrumbs-v2{display:flex;gap:8px;font-size:.82rem;color:var(--enterprise-muted-strong);flex-wrap:wrap}.enterprise-topbar-v2__title{font-size:1.18rem;font-weight:800}.enterprise-topbar-v2__actions{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;justify-content:flex-end;padding-inline-end:4px;overflow:visible;position:relative;z-index:1}.enterprise-ghost-btn-v2,.enterprise-danger-btn-v2{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:12px;border:1px solid var(--enterprise-border-strong);text-decoration:none;color:var(--enterprise-text);background:var(--enterprise-panel);cursor:pointer;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.enterprise-danger-btn-v2{background:#d1495b1f;border-color:#d1495b38}.enterprise-ghost-btn-v2:hover,.enterprise-danger-btn-v2:hover,.enterprise-icon-btn-v2:hover{background:var(--enterprise-panel-strong);border-color:var(--enterprise-primary-strong)}.enterprise-quick-create-v2{position:relative}.enterprise-quick-create-v2__trigger{gap:8px}.enterprise-quick-create-v2__plus{width:18px;height:18px;border-radius:999px;background:color-mix(in srgb,var(--enterprise-primary) 34%,var(--enterprise-panel-strong));color:var(--enterprise-primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.enterprise-quick-create-v2__plus-svg{width:10px;height:10px;display:block}.enterprise-quick-create-v2__trigger:after{content:"▾";margin-left:8px;font-size:.78rem}.enterprise-quick-create-v2__menu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:10px;border-radius:18px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-strong);box-shadow:var(--enterprise-shadow);display:flex;flex-direction:column;gap:6px;z-index:10}.enterprise-quick-create-v2__menu-header{padding:10px 12px;border-radius:12px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.enterprise-quick-create-v2__menu-title{font-size:.8rem;font-weight:800}.enterprise-quick-create-v2__menu-meta{margin-top:4px;font-size:.76rem;color:var(--enterprise-muted)}.enterprise-quick-create-v2__item{min-height:40px;padding:0 12px;border-radius:12px;color:var(--enterprise-text);text-decoration:none;display:inline-flex;align-items:center;gap:10px}.enterprise-quick-create-v2__item-mark{width:18px;height:18px;border-radius:999px;background:color-mix(in srgb,var(--enterprise-primary) 34%,var(--enterprise-panel-strong));color:var(--enterprise-primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.enterprise-quick-create-v2__item-mark .enterprise-quick-create-v2__plus-svg{width:9px;height:9px}.enterprise-quick-create-v2__item:hover{background:var(--enterprise-panel)}.enterprise-icon-btn-v2{width:40px;height:40px;padding:0;border-radius:12px;border:1px solid var(--enterprise-border-strong);background:var(--enterprise-panel);color:var(--enterprise-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}.enterprise-control-icon-v2{width:18px;height:18px;display:block}.enterprise-command-v2{position:relative;width:min(100%,240px);display:flex}.enterprise-command-v2__input{min-height:42px;width:100%;padding:0 14px;border-radius:12px;border:1px solid var(--enterprise-border-strong);background:var(--enterprise-panel-strong);color:var(--enterprise-text);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.enterprise-command-v2__input::placeholder{color:var(--enterprise-muted)}.enterprise-command-v2__input:focus{outline:none;border-color:var(--enterprise-primary-strong);background:color-mix(in srgb,var(--enterprise-panel-strong) 78%,white 22%);box-shadow:0 0 0 3px color-mix(in srgb,var(--enterprise-primary-soft) 72%,transparent)}.enterprise-command-v2__results{position:absolute;top:calc(100% + 8px);left:0;right:0;display:flex;flex-direction:column;gap:6px;padding:10px;border-radius:16px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-strong);box-shadow:var(--enterprise-shadow)}.enterprise-command-v2__result{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;text-decoration:none;color:var(--enterprise-text);background:var(--enterprise-panel)}.enterprise-command-v2__result:hover{background:var(--enterprise-primary-soft)}.enterprise-command-v2__result-title{font-weight:700}.enterprise-command-v2__result-meta{font-size:.76rem;color:var(--enterprise-muted)}.enterprise-crm-search-v2{position:relative;flex:1 1 auto;min-width:0;max-width:min(100%,380px);overflow:visible;z-index:2;--bg-hover: color-mix(in srgb, var(--enterprise-primary-soft) 100%, transparent)}.enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-bar{width:100%;min-width:0;max-width:none}.enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-input{min-height:42px;width:100%;padding:0 14px;border-radius:12px;border:1px solid var(--enterprise-border-strong);background:var(--enterprise-panel-strong);color:var(--enterprise-text);font-size:.9rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-input::placeholder{color:var(--enterprise-muted)}.enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-input:focus{outline:none;border-color:var(--enterprise-primary-strong);background:color-mix(in srgb,var(--enterprise-panel-strong) 78%,white 22%);box-shadow:0 0 0 3px color-mix(in srgb,var(--enterprise-primary-soft) 72%,transparent)}.enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-dropdown.ui-card{border-radius:16px;border:1px solid var(--enterprise-border);background:var(--enterprise-overlay-menu-bg);color:var(--enterprise-text);box-shadow:var(--enterprise-shadow)}.enterprise-shell-v2--light .enterprise-topbar-v2 .enterprise-crm-search-v2 .crm-search-dropdown.ui-card{background:var(--ui-surface)}.enterprise-content-v2{padding:28px var(--enterprise-content-inline);min-width:0;flex:1 1 auto;min-height:0}.enterprise-topbar-v2 .language-switcher{gap:6px}.enterprise-topbar-v2 .lang-btn{min-width:38px;height:36px;padding:0 10px;border-radius:10px;border-color:var(--enterprise-border-strong);background:var(--enterprise-panel);color:var(--enterprise-text)}.enterprise-topbar-v2 .lang-btn:hover{background:var(--enterprise-panel-strong)}.enterprise-topbar-v2 .lang-btn.active,.enterprise-topbar-v2 .lang-btn.active:hover{background:var(--enterprise-primary);color:var(--enterprise-primary-contrast);border-color:var(--enterprise-primary)}.enterprise-user-menu-v2{position:relative}.enterprise-avatar-btn-v2{width:40px;height:40px;padding:0;border:1px solid var(--enterprise-border-strong);border-radius:12px;background:var(--enterprise-panel);color:var(--enterprise-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.enterprise-avatar-btn-v2__badge{width:28px;height:28px;border-radius:999px;background:var(--enterprise-primary);color:var(--enterprise-primary-contrast);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;letter-spacing:.04em}.enterprise-user-menu-v2__dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:280px;padding:10px;border-radius:18px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-strong);box-shadow:var(--enterprise-shadow);display:flex;flex-direction:column;gap:6px;z-index:10}.enterprise-user-menu-v2__section{display:grid;gap:4px}.enterprise-user-menu-v2__section-title{padding:2px 12px 4px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--enterprise-muted)}.enterprise-user-menu-v2__divider{height:1px;margin:4px 0;background:var(--enterprise-border)}.enterprise-user-menu-v2__summary{padding:10px 12px;border-radius:14px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.enterprise-user-menu-v2__name{font-weight:700}.enterprise-user-menu-v2__meta{margin-top:4px;font-size:.74rem;color:var(--enterprise-muted)}.enterprise-user-menu-v2__item{width:100%;min-height:40px;padding:0 12px;border:0;border-radius:12px;background:transparent;color:var(--enterprise-text);text-decoration:none;display:inline-flex;align-items:center;cursor:pointer}.enterprise-user-menu-v2__item:hover{background:color-mix(in srgb,var(--enterprise-primary-soft) 72%,var(--enterprise-panel));color:var(--enterprise-text)}.enterprise-shell-v2--light .enterprise-user-menu-v2__item:hover{background:color-mix(in srgb,var(--enterprise-primary-soft) 88%,#ffffff);color:var(--enterprise-text)}.enterprise-user-menu-v2__item--danger{color:#ff9aae}.enterprise-shell-v2 .ui-page-header h1,.enterprise-shell-v2 .ui-state-title,.enterprise-shell-v2 .ui-card-header,.enterprise-shell-v2 .ui-card-header strong,.enterprise-shell-v2 .ui-card-header h2,.enterprise-shell-v2 .ui-card-header h3,.enterprise-shell-v2 .ui-modal-header,.enterprise-shell-v2 .ui-modal-header strong,.enterprise-shell-v2 .ui-modal-header h2,.enterprise-shell-v2 .ui-modal-header h3,.enterprise-shell-v2 .ui-table th,.enterprise-shell-v2 .ui-table td,.enterprise-shell-v2 .crm-mobile-card-title,.enterprise-shell-v2 .crm-mobile-card-value{color:var(--ui-text)}.enterprise-shell-v2 .ui-page-header p,.enterprise-shell-v2 .ui-state-message,.enterprise-shell-v2 .ui-filter-field>span,.enterprise-shell-v2 .crm-mobile-card-subtitle,.enterprise-shell-v2 .crm-mobile-card-label,.enterprise-shell-v2 .crm-note-preview,.enterprise-shell-v2 .crm-mobile-card-note,.enterprise-shell-v2 .ui-modal-body .label,.enterprise-shell-v2 .restore-path-hint,.enterprise-shell-v2 .restore-mode-description,.enterprise-shell-v2 .restore-mode-legend-text{color:var(--ui-muted)}.enterprise-shell-v2 .ui-card,.enterprise-shell-v2 .ui-state-card,.enterprise-shell-v2 .crm-mobile-card,.enterprise-shell-v2 .crm-email-ai-panel,.enterprise-shell-v2 .crm-email-reply-panel{background:var(--ui-surface);border-color:var(--ui-border);box-shadow:var(--enterprise-shadow)}.enterprise-shell-v2 .ui-card-header,.enterprise-shell-v2 .ui-modal-header,.enterprise-shell-v2 .ui-modal-footer{background:color-mix(in srgb,var(--ui-surface) 88%,var(--ui-bg) 12%);border-color:var(--ui-border)}.enterprise-shell-v2 .ui-tabs-nav{background:var(--ui-bg);border-color:var(--ui-border)}.enterprise-shell-v2 .ui-tab-btn{color:var(--ui-muted)}.enterprise-shell-v2 .ui-tab-btn:hover,.enterprise-shell-v2 .ui-tab-btn.active{background:var(--ui-surface)}.enterprise-shell-v2 .ui-btn-secondary,.enterprise-shell-v2 .row-actions-menu-trigger,.enterprise-shell-v2 .ui-modal-close-btn{background:var(--ui-surface);border-color:var(--ui-border);color:var(--ui-text)}.enterprise-shell-v2 .ui-btn-secondary:hover,.enterprise-shell-v2 .row-actions-menu-item:hover:not(:disabled),.enterprise-shell-v2 .ui-modal-close-btn:hover{background:var(--ui-bg)}.enterprise-shell-v2--light.enterprise-shell-v2 .ui-btn-secondary,.enterprise-shell-v2--light.enterprise-shell-v2 .row-actions-menu-trigger,.enterprise-shell-v2--light.enterprise-shell-v2 .ui-modal-close-btn{border-color:color-mix(in srgb,var(--ui-border) 100%,#9aacca);box-shadow:0 1px 2px #1f345912}.enterprise-shell-v2--light.enterprise-shell-v2 .ui-btn-secondary:hover,.enterprise-shell-v2--light.enterprise-shell-v2 .row-actions-menu-trigger:hover,.enterprise-shell-v2--light.enterprise-shell-v2 .ui-modal-close-btn:hover{border-color:color-mix(in srgb,var(--enterprise-primary) 38%,var(--ui-border));box-shadow:0 2px 8px #345dff1a}.enterprise-shell-v2 .ui-input,.enterprise-shell-v2 .ui-select,.enterprise-shell-v2 .phone-input-wrapper input,.enterprise-shell-v2 .ui-file-input-wrap .ui-file-input-filename{background:var(--ui-surface);border-color:var(--ui-border);color:var(--ui-text)}.enterprise-shell-v2 .ui-input::placeholder,.enterprise-shell-v2 .ui-select::placeholder{color:var(--ui-muted)}.enterprise-shell-v2 .ui-table th{background:color-mix(in srgb,var(--ui-bg) 86%,transparent)}.enterprise-shell-v2 .ui-table tbody tr:hover{background:color-mix(in srgb,var(--ui-bg) 92%,transparent)}.enterprise-shell-v2 .row-actions-menu-dropdown,.enterprise-shell-v2 .crm-pdf-download-details .crm-pdf-download-dropdown,.enterprise-shell-v2 .crm-pdf-download-wrap .crm-pdf-download-dropdown{min-width:min(280px,92vw);background:var(--enterprise-overlay-menu-bg);border-color:var(--enterprise-border-strong);box-shadow:var(--enterprise-shadow),0 0 0 1px color-mix(in srgb,var(--enterprise-border-strong) 70%,rgba(0,0,0,.35));z-index:700}.enterprise-shell-v2 .row-actions-menu-item,.enterprise-shell-v2 .crm-pdf-download-dropdown a{color:var(--ui-text)}.enterprise-shell-v2 .row-actions-menu-item-icon{color:var(--enterprise-muted-strong)}.enterprise-shell-v2 .row-actions-menu-item:hover:not(:disabled) .row-actions-menu-item-icon{color:var(--enterprise-primary)}.enterprise-shell-v2 .row-actions-menu-item.is-danger{color:var(--ui-danger)}.enterprise-shell-v2 .row-actions-menu-item.is-danger .row-actions-menu-item-icon{color:inherit}.enterprise-shell-v2 .ui-modal{background:var(--ui-surface);border-color:var(--ui-border)}.enterprise-legacy-embed-v2{min-width:0}.enterprise-legacy-embed-v2 .admin-shell{min-height:0;display:block;background:transparent;overflow:visible}.enterprise-legacy-embed-v2 .admin-sidebar,.enterprise-legacy-embed-v2 .admin-topbar,.enterprise-legacy-embed-v2 .admin-overlay,.enterprise-legacy-embed-v2 .crm-breadcrumbs{display:none!important}.enterprise-legacy-embed-v2 .admin-main{display:block;min-width:0;background:transparent!important}.enterprise-legacy-embed-v2 .admin-content{padding:0;overflow:visible;background:transparent!important}.enterprise-legacy-embed-v2 .ui-page{padding:0}.enterprise-legacy-embed-v2 .ui-page-header{margin:0 0 16px!important;padding:0 0 10px!important;border:0!important;border-bottom:1px solid var(--enterprise-border)!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:10px 14px!important}.enterprise-legacy-embed-v2 .ui-page-header h1{margin:0;font-size:clamp(1.6rem,1.9vw,2rem);line-height:1.1;font-weight:800}.enterprise-legacy-embed-v2 .ui-page-header p{margin:8px 0 0}.enterprise-legacy-embed-v2--rmm .ui-page-header:not(:has(.enterprise-kicker-v2)):before{content:var(--enterprise-legacy-rmm-kicker-label, "");display:inline-flex;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:var(--enterprise-primary-soft);color:var(--enterprise-primary);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.enterprise-legacy-embed-v2--crm .ui-page-header:not(:has(.enterprise-kicker-v2)):before{content:var(--enterprise-legacy-crm-kicker-label, "");display:inline-flex;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:var(--enterprise-primary-soft);color:var(--enterprise-primary);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.enterprise-legacy-embed-v2 .ui-page-header-actions{margin-left:auto;display:inline-flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.enterprise-legacy-embed-v2 .ui-page-header-actions .ui-btn,.enterprise-legacy-embed-v2 .ui-page-header-actions .enterprise-action-btn-v2{white-space:nowrap}@media(max-width:1180px){.enterprise-shell-v2:not(.enterprise-shell-v2--narrow),.enterprise-shell-v2--collapsed:not(.enterprise-shell-v2--narrow){grid-template-columns:1fr}.enterprise-shell-v2:not(.enterprise-shell-v2--narrow) .enterprise-sidebar-v2{position:static;min-height:0}.enterprise-topbar-v2{flex-direction:column;align-items:stretch}.enterprise-shell-v2--narrow .enterprise-topbar-v2{flex-direction:row;align-items:flex-start;flex-wrap:wrap}.enterprise-shell-v2--narrow .enterprise-topbar-v2__heading{flex-direction:row;align-items:flex-start;flex:1 1 auto;min-width:0}.enterprise-topbar-v2__actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.enterprise-shell-v2--narrow .enterprise-topbar-v2__actions{width:auto;flex:1 1 100%;justify-content:flex-end}.enterprise-topbar-v2__heading{align-items:flex-start;flex-direction:column;gap:4px}.enterprise-shell-v2--narrow .enterprise-topbar-v2__heading{flex-direction:row;gap:10px}.enterprise-command-v2{width:100%}.enterprise-crm-search-v2{max-width:none;width:100%}}.enterprise-shell-v2--narrow{display:block}.enterprise-shell-v2--narrow .enterprise-sidebar-v2{position:fixed;top:0;left:0;z-index:800;width:min(300px,88vw);max-width:100%;height:100vh;height:100dvh;margin:0;padding-top:max(18px,env(safe-area-inset-top,0px));padding-right:max(14px,env(safe-area-inset-right,0px));padding-left:max(14px,env(safe-area-inset-left,0px));padding-bottom:max(22px,env(safe-area-inset-bottom,0px));overflow-y:auto;overscroll-behavior:contain;transform:translate(-100%);transition:transform .22s ease;box-shadow:none;border-right:1px solid var(--enterprise-border)}.enterprise-shell-v2--narrow .enterprise-sidebar-v2.is-open{transform:translate(0);box-shadow:12px 0 40px #050b1559}.enterprise-shell-v2--light.enterprise-shell-v2--narrow .enterprise-sidebar-v2.is-open{box-shadow:12px 0 40px #1f345924}.enterprise-shell-v2--narrow .enterprise-main-v2{min-height:100vh;min-height:100dvh}.enterprise-mobile-nav-backdrop{position:fixed;inset:0;z-index:799;margin:0;padding:0;border:0;cursor:pointer;background:#050b157a}.enterprise-shell-v2--light .enterprise-mobile-nav-backdrop{background:#12203359}.enterprise-mobile-nav-open-btn{flex:0 0 auto;width:44px;height:44px;margin:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;border:1px solid var(--enterprise-border-strong);background:var(--enterprise-panel);color:var(--enterprise-text);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.enterprise-mobile-nav-open-btn:hover{background:var(--enterprise-panel-strong);border-color:var(--enterprise-primary-strong);transform:translateY(-1px)}.enterprise-mobile-nav-icon-v2{width:20px;height:20px;display:block}.enterprise-confirm-modal-overlay{position:fixed;inset:0;z-index:1100;background:#050a14a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;padding:max(20px,env(safe-area-inset-top)) 16px max(32px,env(safe-area-inset-bottom));overflow-y:auto;box-sizing:border-box}.enterprise-shell-v2--light .enterprise-confirm-modal-overlay{background:#12203373}.enterprise-confirm-modal{width:min(440px,calc(100% - 32px));margin:auto;border-radius:24px;border:1px solid var(--enterprise-border-strong);background:var(--enterprise-panel-strong);box-shadow:var(--enterprise-shadow);display:flex;flex-direction:column;max-height:min(92vh,720px);overflow:hidden}.enterprise-confirm-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px;border-bottom:1px solid var(--enterprise-border);flex-shrink:0}.enterprise-confirm-modal--no-body .enterprise-confirm-modal__head{border-bottom:none;padding-bottom:12px}.enterprise-confirm-modal__title{margin:0;font-size:1.05rem;font-weight:700;color:var(--enterprise-text);line-height:1.35;padding-right:8px}.enterprise-confirm-modal__body{padding:20px 22px;flex:1;min-height:0}.enterprise-confirm-modal__body p{margin:0;font-size:.92rem;line-height:1.5;color:var(--enterprise-muted)}.enterprise-confirm-modal__foot{padding:16px 22px 20px;border-top:1px solid var(--enterprise-border);display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-items:center;flex-shrink:0;background:var(--enterprise-panel-strong)}.enterprise-confirm-modal__foot .enterprise-action-btn-v2{box-sizing:border-box}.enterprise-confirm-modal__confirm--danger{background:#dc2626!important;color:#fff!important;border:1px solid transparent}.enterprise-confirm-modal__confirm--danger:hover:not(:disabled){background:#b91c1c!important;filter:none}.enterprise-confirm-modal__confirm--warning{background:#ca8a04!important;color:#fff!important}.enterprise-confirm-modal__confirm--warning:hover:not(:disabled){background:#a16207!important;filter:none}@media(prefers-reduced-motion:reduce){.enterprise-shell-v2--narrow .enterprise-sidebar-v2{transition:none}}.enterprise-feedback-fab-v2{position:fixed;z-index:55;inset:auto 20px 20px auto;width:52px;height:52px;border-radius:16px;border:1px solid color-mix(in srgb,#d97706 35%,var(--enterprise-border));background:linear-gradient(160deg,#f59e0b,#d97706);color:#1a1205;box-shadow:0 12px 28px #0f172a38;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.enterprise-shell-v2--collapsed .enterprise-feedback-fab-v2{right:20px;left:auto}.enterprise-feedback-fab-v2:hover{transform:scale(1.07);box-shadow:0 16px 34px #0f172a47;filter:brightness(1.05)}.enterprise-feedback-fab-v2:focus-visible{outline:3px solid color-mix(in srgb,#f59e0b 50%,transparent);outline-offset:3px}.enterprise-feedback-fab-v2__mark{font-size:1.55rem;font-weight:900;line-height:1;letter-spacing:0;font-family:ui-sans-serif,system-ui,sans-serif}.enterprise-shell-v2--light .enterprise-feedback-fab-v2{box-shadow:0 12px 26px #0f172a29}@media(max-width:980px){.enterprise-feedback-fab-v2,.enterprise-shell-v2--collapsed .enterprise-feedback-fab-v2{right:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));left:auto;top:auto;transform:none}.enterprise-feedback-fab-v2:hover{transform:scale(1.07)}}.feature-gate-loading{display:flex;justify-content:center;align-items:center;padding:2rem;color:var(--ui-muted)}.feature-gate-locked{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:var(--ui-bg);border:2px dashed var(--ui-border);border-radius:var(--ui-radius-md);margin:1rem 0}.feature-gate-locked--v2-shell{margin:0;min-height:min(52vh,420px);background:var(--enterprise-panel-strong, var(--ui-surface));border:1px solid var(--enterprise-border, var(--ui-border));border-style:solid;border-radius:20px;box-shadow:var(--enterprise-shadow)}.feature-gate-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.feature-gate-message{max-width:500px;margin-bottom:1.5rem}.feature-gate-message h3{margin:0 0 .5rem;font-size:1.25rem;color:var(--ui-text)}.feature-gate-message p{margin:0;color:var(--ui-muted);line-height:1.5}.feature-gate-upgrade{margin-top:1rem}@media(max-width:768px){.feature-gate-locked{padding:2rem 1rem}.feature-gate-icon{font-size:2rem}}.enterprise-page-v2{display:flex;flex-direction:column;gap:24px;color:var(--enterprise-text)}.enterprise-page-shell-v2,.brv2,.service-desk-v2{display:flex;flex-direction:column;gap:0;min-height:0;min-width:0;width:100%;flex:1}.enterprise-page-header-v2,.brv2__header,.service-desk-v2__header{border-bottom:1px solid var(--enterprise-border);background:color-mix(in srgb,var(--enterprise-topbar-bg) 94%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.enterprise-page-header-v2__inner,.brv2__header-inner,.service-desk-v2__header-inner{display:flex;flex-direction:column;gap:14px;padding:18px 20px 20px}.enterprise-page-header-v2__copy,.brv2__header-inner>div:first-child,.service-desk-v2__header-copy{min-width:0}.enterprise-page-header-v2__sub,.brv2__header-sub,.service-desk-v2__header-copy p{margin-top:8px;font-size:.92rem;color:var(--enterprise-muted);line-height:1.5;max-width:62ch}.enterprise-page-header-v2__actions,.brv2__header-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;min-width:0;max-width:100%}.enterprise-page-header-v2>.crm-page-toolbar,.enterprise-page-header-v2>.enterprise-page-header-v2__actions.crm-page-toolbar,.enterprise-page-header-v2__inner>.crm-page-toolbar,.enterprise-page-header-v2__inner>.enterprise-page-header-v2__actions.crm-page-toolbar{flex:1 1 100%;width:100%;justify-content:flex-start}.enterprise-page-body-v2,.brv2__body,.service-desk-v2__body{flex:1;min-height:0;overflow-y:auto;padding:20px 0 36px}.enterprise-page-stack-v2,.brv2__stack,.service-desk-v2__stack{display:flex;flex-direction:column;gap:22px}.enterprise-page-lead-v2{margin-top:14px}.enterprise-page-lead-v2--sm{margin-top:10px}.enterprise-focus-banner-v2--spaced,.enterprise-focus-grid-v2--spaced{margin-top:18px}.enterprise-action-row-v2--mt-16{margin-top:16px}.enterprise-action-row-v2--mt-20{margin-top:20px}.enterprise-subnav-v2{display:flex;flex-direction:column;gap:10px;padding:12px 16px;border-radius:20px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-strong);box-shadow:var(--enterprise-shadow)}.enterprise-subnav-v2__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.enterprise-subnav-v2__header>:first-child{min-width:0;flex:1 1 auto}.enterprise-subnav-v2__aside{flex:0 1 260px;min-width:220px;max-width:260px;padding-inline-end:6px}.enterprise-device-quick-actions-v2{display:inline-flex;flex-wrap:nowrap;align-items:center;gap:8px}.enterprise-device-quick-actions-v2__hint{font-size:.8rem;color:var(--enterprise-muted)}.enterprise-anydesk-icon-v2{display:inline-flex;width:20px;height:20px;flex:0 0 auto;align-items:center;justify-content:center}.enterprise-anydesk-icon-v2__svg{display:block;width:20px;height:20px}.enterprise-device-quick-actions-v2__connect,.enterprise-anydesk-v2__connect{display:inline-flex;align-items:center;gap:7px}.enterprise-subnav-v2__kicker{font-size:.76rem;color:var(--enterprise-muted);text-transform:uppercase;letter-spacing:.08em}.enterprise-subnav-v2__title{margin-top:4px;font-size:1.1rem;font-weight:800}.enterprise-device-heading-v2{display:flex;align-items:center;gap:12px;margin-top:4px;flex-wrap:wrap}.enterprise-device-heading-v2--with-menu{align-items:flex-start;justify-content:space-between;gap:10px 16px}.enterprise-device-heading-v2__main{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.enterprise-device-menu-v2{position:relative;flex-shrink:0}.enterprise-device-menu-v2__trigger{list-style:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;margin:0;padding:0 12px;border-radius:12px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel);color:var(--enterprise-text);font-size:.84rem;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.enterprise-device-menu-v2__trigger::-webkit-details-marker{display:none}.enterprise-device-menu-v2__trigger:hover{border-color:color-mix(in srgb,var(--enterprise-primary) 45%,var(--enterprise-border));color:var(--enterprise-primary)}.enterprise-device-menu-v2__trigger-label{line-height:1}.enterprise-device-menu-v2__trigger-caret{font-size:.75rem;line-height:1;opacity:.8}.enterprise-device-menu-v2__panel{position:absolute;right:0;top:calc(100% + 6px);z-index:30;min-width:220px;padding:6px;border-radius:12px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-elevated, var(--enterprise-panel));box-shadow:0 12px 32px #0f172a1f;display:flex;flex-direction:column;gap:2px}.enterprise-device-menu-v2__item{display:block;padding:10px 12px;border-radius:8px;font-size:.92rem;font-weight:600;color:var(--enterprise-text);text-decoration:none;line-height:1.35}.enterprise-device-menu-v2__item--muted{color:var(--enterprise-muted);font-weight:500;cursor:default}.enterprise-device-menu-v2__item:not(.enterprise-device-menu-v2__item--muted):hover{background:color-mix(in srgb,var(--enterprise-primary) 12%,transparent);color:var(--enterprise-primary)}.enterprise-device-menu-v2__item--button{width:100%;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer}.enterprise-device-menu-v2__item--button:hover{background:color-mix(in srgb,var(--enterprise-primary) 12%,transparent);color:var(--enterprise-primary)}.enterprise-device-subtitle-v2{margin-top:4px!important}.enterprise-device-summary-v2{display:flex;align-items:center;gap:10px 16px;flex-wrap:wrap;margin-top:8px}.enterprise-device-summary-v2__item{display:inline-flex;align-items:baseline;gap:6px;min-width:0;color:var(--enterprise-muted);font-size:.9rem}.enterprise-device-summary-v2__label{color:var(--enterprise-muted);white-space:nowrap}.enterprise-device-summary-v2__value{color:var(--enterprise-text);font-size:.92rem;line-height:1.3}a.enterprise-device-summary-v2__crm-link{color:var(--enterprise-text);font-weight:700;font-size:.92rem;line-height:1.3;text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--enterprise-primary) 40%,transparent);min-width:0}a.enterprise-device-summary-v2__crm-link:hover{color:var(--enterprise-primary);border-bottom-color:color-mix(in srgb,var(--enterprise-primary) 70%,transparent)}.enterprise-device-summary-v2__toggle{padding:0;border:0;background:transparent;color:var(--enterprise-primary);font:inherit;font-size:.9rem;font-weight:700;cursor:pointer}.enterprise-device-meta-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-top:12px}.enterprise-device-meta-v2__item{display:flex;flex-direction:column;gap:4px;min-width:0}.enterprise-device-meta-v2__label{font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--enterprise-muted)}.enterprise-device-meta-v2__value{font-size:.98rem;font-weight:700;line-height:1.35;overflow-wrap:break-word;word-break:normal}.enterprise-device-meta-v2__value-plain{font-weight:700}.device-workbench-v2__group-chips{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center;min-width:0}.device-workbench-v2__group-chips--summary{max-width:min(100%,28rem)}.device-workbench-v2__group-chips--meta{font-weight:400}.device-workbench-v2__group-chips--meta .endpoints-v2__group-tag{font-weight:700}.device-workbench-v2__group-chips--list-end{justify-content:flex-end}.enterprise-list-v2__value-text{font-weight:700;text-align:right}.enterprise-device-meta-v2__hint{color:var(--enterprise-muted);font-size:.82rem;line-height:1.4;overflow-wrap:break-word;word-break:normal}.enterprise-status-strip-v2{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.enterprise-status-strip-v2__item{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:4px 8px;border-radius:999px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel)}.enterprise-status-strip-v2__label{color:var(--enterprise-muted);font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.enterprise-status-strip-v2__value{font-size:.82rem;line-height:1}.enterprise-status-strip-v2 .enterprise-status-v2{align-self:center;min-width:10px;min-height:10px;padding:0;border-radius:999px;font-size:0;line-height:0}.enterprise-card-v2{padding:20px;border-radius:24px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-strong);box-shadow:var(--enterprise-shadow);min-width:0}.enterprise-card-v2>.ui-card{max-width:100%;min-width:0;box-sizing:border-box}.enterprise-card-v2--hero{min-height:0}.enterprise-card-v2--sectionbar{padding:12px 16px;border-color:color-mix(in srgb,var(--enterprise-primary) 18%,var(--enterprise-border));background:var(--enterprise-panel-strong)}.enterprise-card-v2--focused{border-color:color-mix(in srgb,var(--enterprise-primary) 42%,var(--enterprise-border));box-shadow:var(--enterprise-shadow),0 0 0 1px color-mix(in srgb,var(--enterprise-primary) 18%,transparent)}.enterprise-focus-frame-v2--focused{border-radius:24px;border:1px solid color-mix(in srgb,var(--enterprise-primary) 42%,var(--enterprise-border));box-shadow:var(--enterprise-shadow),0 0 0 1px color-mix(in srgb,var(--enterprise-primary) 18%,transparent);overflow:hidden}.enterprise-kicker-v2{display:inline-flex;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:var(--enterprise-primary-soft);color:var(--enterprise-primary);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.enterprise-page-v2 h1,.enterprise-page-v2 h2,.enterprise-page-v2 h3,.enterprise-page-v2 h4,.enterprise-page-v2 p{margin:0}.enterprise-page-v2 h1{font-size:2rem;line-height:1.1}.enterprise-page-v2 p{color:var(--enterprise-muted);line-height:1.55}.enterprise-meta-list-v2,.enterprise-list-v2,.enterprise-tab-list-v2{list-style:none;padding:0;margin:0}.enterprise-stats-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.enterprise-stats-grid-v2--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.enterprise-stats-grid-v2--three{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.enterprise-stats-grid-v2--six{grid-template-columns:repeat(6,minmax(0,1fr))}@media(max-width:1100px){.enterprise-stats-grid-v2--six{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.enterprise-stat-v2{padding:16px;border-radius:18px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.enterprise-stat-v2__label{display:block;margin-bottom:8px;color:var(--enterprise-muted);font-size:.82rem;font-weight:600}.enterprise-stat-v2__value{font-size:1.8rem;font-weight:800}.enterprise-stat-v2__value--compact{font-size:1.08rem;line-height:1.35}.enterprise-stat-v2__hint{margin-top:6px;font-size:.82rem}.enterprise-workbench-strip-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.enterprise-workbench-strip-v2__item{min-width:0;padding:12px 14px;border-radius:16px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel)}.enterprise-workbench-strip-v2__label{display:block;margin-bottom:6px;color:var(--enterprise-muted);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.enterprise-workbench-strip-v2__value{font-size:1rem;font-weight:800;line-height:1.3}.enterprise-workbench-strip-v2__hint{margin-top:4px;color:var(--enterprise-muted);font-size:.82rem;line-height:1.35}.enterprise-ai-brief-v2{display:flex;flex-direction:column;gap:12px}.enterprise-ai-brief-grid-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.enterprise-ai-brief-panel-v2{padding:16px;border-radius:18px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.enterprise-ai-brief-panel-v2__label{display:block;margin-bottom:8px;color:var(--enterprise-muted);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.enterprise-ai-brief-panel-v2__value{color:var(--enterprise-text)!important;font-size:.92rem;line-height:1.55}.enterprise-focus-grid-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.enterprise-focus-card-v2{display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:18px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel)}.enterprise-focus-card-v2--focused{border-color:color-mix(in srgb,var(--enterprise-primary) 42%,var(--enterprise-border));background:color-mix(in srgb,var(--enterprise-primary-soft) 40%,var(--enterprise-panel))}.enterprise-focus-banner-v2{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-bottom:12px;padding:12px 14px;border-radius:16px;border:1px solid color-mix(in srgb,var(--enterprise-primary) 24%,var(--enterprise-border));background:color-mix(in srgb,var(--enterprise-primary-soft) 34%,var(--enterprise-panel))}.enterprise-focus-banner-v2__label{font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--enterprise-primary)}.enterprise-grid-v2{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}@media(max-width:1280px){.enterprise-device-meta-v2,.enterprise-workbench-strip-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.enterprise-subnav-v2__header{flex-direction:column}.enterprise-subnav-v2__aside{flex:1 1 auto;min-width:0;max-width:none;width:100%}.enterprise-pill-row-v2--with-actions{align-items:stretch}.enterprise-pill-row-v2__actions{margin-left:0;width:100%;justify-content:flex-start;flex-wrap:wrap}}.enterprise-span-8-v2{grid-column:span 8}.enterprise-span-7-v2{grid-column:span 7}.enterprise-span-6-v2{grid-column:span 6}.enterprise-span-5-v2{grid-column:span 5}.enterprise-span-4-v2{grid-column:span 4}.enterprise-span-12-v2{grid-column:span 12}.enterprise-section-header-v2{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.enterprise-section-context-v2{display:flex;flex-direction:column;gap:4px;min-width:0;padding-left:12px;border-left:3px solid var(--enterprise-primary-strong)}.enterprise-section-context-v2--grow{flex:1 1 auto;min-width:0}.enterprise-section-context-v2__description{max-width:58ch;font-size:.88rem;line-height:1.45}.enterprise-pill-row-v2{display:flex;gap:10px;flex-wrap:wrap}.enterprise-pill-row-v2--with-actions{align-items:center;justify-content:space-between;gap:12px 16px}.enterprise-pill-row-v2__nav{display:flex;flex-wrap:wrap;gap:10px;min-width:0;flex:1 1 auto}.enterprise-pill-row-v2__actions{margin-left:auto;flex:0 0 auto;justify-content:flex-end}.enterprise-service-lane-switch-v2{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px}.enterprise-service-lane-switch-v2__pills{display:inline-flex;flex-wrap:wrap;gap:10px}.enterprise-service-lane-switch-v2 .enterprise-action-btn-v2{margin-left:auto}.enterprise-pill-v2{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel);color:var(--enterprise-text);text-decoration:none;font-size:.9rem;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.enterprise-pill-v2.is-active{background:var(--enterprise-primary-soft);border-color:var(--enterprise-primary-strong);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--enterprise-primary) 28%,transparent);color:var(--enterprise-primary);font-weight:700}.enterprise-pill-v2:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--enterprise-primary) 24%,var(--enterprise-border))}@keyframes enterprise-section-context-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.enterprise-list-v2{display:flex;flex-direction:column;gap:12px}.enterprise-list-v2 li{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.enterprise-list-v2 li>:first-child{flex:1 1 auto;min-width:0}.enterprise-list-v2 li.enterprise-list-v2__item--link-host{padding:0;border:none;background:transparent}.enterprise-list-v2__row-link{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%;min-width:0;padding:14px 16px;border-radius:18px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border);color:inherit;text-decoration:none;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.enterprise-list-v2__row-link:hover{border-color:color-mix(in srgb,var(--enterprise-primary) 42%,var(--enterprise-border))}.enterprise-list-v2__row-link:focus-visible{outline:2px solid color-mix(in srgb,var(--enterprise-primary) 55%,transparent);outline-offset:2px}.enterprise-list-v2__title-link{color:inherit;text-decoration:none;font-weight:inherit}.enterprise-list-v2__title-link:hover{text-decoration:underline;text-underline-offset:3px}.enterprise-list-v2__title-link:focus-visible{outline:2px solid color-mix(in srgb,var(--enterprise-primary) 55%,transparent);outline-offset:2px;border-radius:4px}.enterprise-list-v2__title{font-weight:700;overflow-wrap:break-word;word-break:normal}.enterprise-list-v2__meta{margin-top:4px;font-size:.86rem;color:var(--enterprise-muted);overflow-wrap:anywhere;word-break:normal}.enterprise-list-v2__text{flex:1 1 auto;min-width:0}.enterprise-list-v2__meta--clamp{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.enterprise-list-v2__timestamp{margin-top:6px;font-size:.8rem;color:var(--enterprise-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enterprise-empty-state-v2{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:28px}.enterprise-empty-v2--muted{font-size:.82rem;opacity:.7}.enterprise-empty-state-v2__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.enterprise-list-v2__value{display:flex;flex-direction:column;align-items:flex-end;gap:8px;text-align:right;white-space:nowrap;font-weight:700}.enterprise-list-v2__value--wrap{white-space:normal;max-width:20rem}.enterprise-list-v2__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.rmm-dash-list-action-btn{min-width:9rem;justify-content:center;white-space:nowrap}.enterprise-list-v2--dense{gap:10px}.enterprise-list-v2--dense li{padding:12px 14px}.enterprise-list-v2--scroll{max-height:min(420px,52vh);overflow-y:auto;padding:4px 8px 4px 4px;margin:0 -4px 0 0;scrollbar-gutter:stable}.enterprise-muted-v2{color:var(--enterprise-muted)}.enterprise-card-stack-v2{display:flex;flex-direction:column;gap:16px}.enterprise-section-subtitle-v2{margin-bottom:10px;font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--enterprise-muted)}.enterprise-status-row-v2{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.enterprise-empty-v2{padding:18px;border-radius:18px;background:var(--enterprise-panel);color:var(--enterprise-muted)}.enterprise-link-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.enterprise-link-card-v2{display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:18px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel);text-decoration:none;color:var(--enterprise-text)}.enterprise-link-card-v2--button{width:100%;appearance:none;text-align:left;border:0;cursor:pointer;font:inherit}.enterprise-link-card-v2__title{font-weight:700}.enterprise-priority-grid-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.enterprise-priority-grid-v2--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.enterprise-priority-card-v2{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:18px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel);text-decoration:none;color:var(--enterprise-text);text-align:left;font:inherit;cursor:pointer;width:100%;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}a.enterprise-priority-card-v2:hover,button.enterprise-priority-card-v2:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--enterprise-primary) 28%,var(--enterprise-border));box-shadow:0 2px 10px #1f345914}div.enterprise-priority-card-v2{cursor:default}.enterprise-priority-card-v2--good{border-color:color-mix(in srgb,var(--enterprise-good-text) 22%,var(--enterprise-border));background:color-mix(in srgb,var(--enterprise-good-bg) 55%,var(--enterprise-panel))}.enterprise-priority-card-v2--warn{border-color:color-mix(in srgb,var(--enterprise-warn-text) 22%,var(--enterprise-border));background:color-mix(in srgb,var(--enterprise-warn-bg) 55%,var(--enterprise-panel))}.enterprise-priority-card-v2--critical{border-color:color-mix(in srgb,var(--enterprise-critical-text) 22%,var(--enterprise-border));background:color-mix(in srgb,var(--enterprise-critical-bg) 55%,var(--enterprise-panel))}.enterprise-priority-card-v2__label{font-size:.82rem;font-weight:700;color:var(--enterprise-muted-strong)}.enterprise-priority-card-v2__value{font-size:2rem;line-height:1}.enterprise-priority-card-v2__hint{min-height:2.6em;color:var(--enterprise-muted);line-height:1.4}.enterprise-priority-card-v2--compact{gap:6px;padding:12px 14px;border-radius:14px}.enterprise-priority-card-v2--compact .enterprise-priority-card-v2__label{font-size:.74rem}.enterprise-priority-card-v2--compact .enterprise-priority-card-v2__value{font-size:1.7rem}.enterprise-priority-card-v2--compact .enterprise-priority-card-v2__hint{min-height:0;font-size:.9rem;line-height:1.35}@media(max-width:720px){.enterprise-priority-grid-v2--compact{grid-template-columns:1fr}.enterprise-service-lane-switch-v2{flex-direction:column;align-items:stretch}.enterprise-service-lane-switch-v2 .enterprise-action-btn-v2{margin-left:0;width:100%;justify-content:center}}.rmm-dash-attention-strip{display:flex;flex-wrap:wrap;align-items:stretch;gap:0;border:1px solid var(--enterprise-border);border-radius:14px;overflow:hidden;background:var(--enterprise-panel-strong)}.rmm-dash-attention-strip__item{flex:1 1 160px;display:flex;flex-direction:column;gap:6px;padding:14px 16px;text-decoration:none;color:inherit;border-right:1px solid var(--enterprise-border);min-width:0;transition:background .15s ease}.rmm-dash-attention-strip__item:last-child{border-right:none}.rmm-dash-attention-strip__item:hover{background:color-mix(in srgb,var(--enterprise-primary) 7%,var(--enterprise-panel-strong))}.rmm-dash-attention-strip__label{font-size:.78rem;font-weight:700;color:var(--enterprise-muted-strong);line-height:1.25}.rmm-dash-attention-strip__value{font-size:1.45rem;font-weight:800;line-height:1.1;color:var(--enterprise-text);letter-spacing:-.02em}.rmm-dash-attention-strip__hint{font-size:.8rem;color:var(--enterprise-muted);line-height:1.35}@media(max-width:720px){.rmm-dash-attention-strip__item{flex:1 1 100%;border-right:none;border-bottom:1px solid var(--enterprise-border)}.rmm-dash-attention-strip__item:last-child{border-bottom:none}}.enterprise-link-inline-v2{color:var(--enterprise-text);text-decoration:none}.enterprise-link-inline-v2:hover{color:var(--enterprise-primary);text-decoration:underline}.enterprise-table-v2{width:100%;border-collapse:collapse}.enterprise-table-wrap-v2{width:100%;overflow-x:auto}.device-workbench-v2__updates-quiet{margin:0;color:var(--enterprise-muted);font-size:.92rem;line-height:1.45}.device-workbench-v2__updates-meta{margin-top:4px!important}.device-workbench-v2__updates-running{margin:0 0 12px;font-weight:600;color:var(--enterprise-warn-text, #9a6700)}.device-workbench-v2__update-history-wrap{min-width:0;max-width:100%;overflow-x:clip}.device-workbench-v2__update-history-table{table-layout:fixed;width:100%}.device-workbench-v2__update-history-table th,.device-workbench-v2__update-history-table td{padding:10px 12px 10px 0;vertical-align:top;overflow:hidden}.device-workbench-v2__update-history-table th:nth-child(1),.device-workbench-v2__update-history-table td:nth-child(1){width:12%}.device-workbench-v2__update-history-table th:nth-child(2),.device-workbench-v2__update-history-table td:nth-child(2){width:52%}.device-workbench-v2__update-history-table th:nth-child(3),.device-workbench-v2__update-history-table td:nth-child(3){width:14%}.device-workbench-v2__update-history-table th:nth-child(4),.device-workbench-v2__update-history-table td:nth-child(4){width:22%}.device-workbench-v2__update-history-type{display:block;font-size:.86rem}.device-workbench-v2__update-history-count{display:inline-block;margin-top:4px;font-size:.75rem;font-weight:700;color:var(--enterprise-muted)}.device-workbench-v2__update-history-action{font-weight:700;font-size:.86rem;line-height:1.35;overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.device-workbench-v2__update-history-updates{margin-top:4px;font-weight:600;font-size:.8rem;line-height:1.35;color:var(--enterprise-muted);overflow-wrap:anywhere;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.device-workbench-v2__update-history-status{padding:4px 8px;font-size:.72rem;max-width:100%}.device-workbench-v2__update-history-start{display:block;font-size:.84rem;font-weight:600;white-space:normal;overflow-wrap:anywhere}.device-workbench-v2__update-history-head{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px;width:100%;row-gap:8px}.device-workbench-v2__update-history-head-text{flex:1 1 220px;min-width:0}.device-workbench-v2__update-history-head-text .enterprise-section-context-v2__description{margin-top:0;margin-bottom:0}.device-workbench-v2__update-history-head h2{margin:0 0 6px;font-size:1.05rem}.device-workbench-v2__update-history-controls{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:8px;justify-content:flex-end;align-items:center}.device-workbench-v2__update-history-limit{display:flex;align-items:center;gap:6px;margin:0;font-size:.84rem;color:var(--enterprise-muted)}.device-workbench-v2__update-history-refresh{flex-shrink:0;align-self:flex-start}.device-workbench-v2__apps-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-bottom:14px}.device-workbench-v2__apps-toolbar .device-workbench-v2__apps-search{flex:1 1 220px;min-width:0}.device-workbench-v2__apps-summary{margin-left:auto;font-size:.875rem;color:var(--enterprise-muted)}.device-workbench-v2__apps-table-wrap{max-height:min(520px,58vh);overflow:auto}.device-workbench-v2__apps-table th,.device-workbench-v2__apps-table td{vertical-align:top}.device-workbench-v2__apps-footer{margin-top:10px;font-size:.875rem;color:var(--enterprise-muted);text-align:center}.enterprise-mono-v2{font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.9em}.enterprise-table-v2 th,.enterprise-table-v2 td{padding:12px 0;border-bottom:1px solid var(--enterprise-border);text-align:left}.enterprise-table-v2 th{font-size:.8rem;color:var(--enterprise-muted);font-weight:600}.enterprise-table-v2 td:last-child,.enterprise-table-v2 th:last-child{text-align:right}.device-workbench-v2__update-history-table.enterprise-table-v2 th,.device-workbench-v2__update-history-table.enterprise-table-v2 td{padding:10px 10px 10px 0;vertical-align:top}.enterprise-table-primary-v2{font-weight:700}.enterprise-table-secondary-v2{margin-top:2px;color:var(--enterprise-muted);font-size:.84rem}.enterprise-status-v2{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:6px 10px;border-radius:999px;background:var(--enterprise-panel);font-size:.78rem;font-weight:800;line-height:1.2;white-space:nowrap;border:1px solid transparent}.enterprise-list-v2__value .enterprise-status-v2{min-width:52px;min-height:36px;padding:8px 12px;font-size:.95rem}.enterprise-status-v2--metric{min-width:64px;min-height:42px;font-size:1.05rem;box-shadow:0 6px 18px #0f1c3414}.enterprise-status-v2--good{background:var(--enterprise-good-bg);color:var(--enterprise-good-text);border-color:color-mix(in srgb,var(--enterprise-good-text) 18%,transparent)}.enterprise-status-v2--warn{background:var(--enterprise-warn-bg);color:var(--enterprise-warn-text);border-color:color-mix(in srgb,var(--enterprise-warn-text) 18%,transparent)}.enterprise-status-v2--critical{background:var(--enterprise-critical-bg);color:var(--enterprise-critical-text);border-color:color-mix(in srgb,var(--enterprise-critical-text) 18%,transparent)}.enterprise-toolbar-v2{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.enterprise-search-v2{min-width:min(100%,320px);padding:12px 14px;border-radius:14px;border:1px solid var(--enterprise-border-strong);background:var(--enterprise-panel-strong);color:var(--enterprise-text)}.enterprise-action-row-v2{display:flex;gap:10px;flex-wrap:wrap}.enterprise-action-row-v2--section{justify-content:flex-end;margin-bottom:10px}.enterprise-action-btn-v2{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:0;border-radius:14px;text-decoration:none;color:var(--enterprise-primary-contrast);background:var(--enterprise-primary);font:inherit;font-weight:700;cursor:pointer;transition:transform .16s ease,opacity .16s ease,background .16s ease}a.enterprise-action-btn-v2:hover:not(:disabled),a.enterprise-action-btn-v2:focus-visible:not(:disabled){color:var(--enterprise-primary-contrast)}.enterprise-action-btn-v2--ghost{color:var(--enterprise-text);background:var(--enterprise-panel);border:1px solid var(--enterprise-border-strong);box-shadow:0 1px 2px #0000000f}.enterprise-action-btn-v2--ghost:hover:not(:disabled){background:var(--enterprise-panel-strong);border-color:color-mix(in srgb,var(--enterprise-primary) 38%,var(--enterprise-border-strong));color:var(--enterprise-text)}a.enterprise-action-btn-v2--ghost:hover:not(:disabled),a.enterprise-action-btn-v2--ghost:focus-visible:not(:disabled){color:var(--enterprise-text)}.enterprise-action-btn-v2--danger.enterprise-action-btn-v2--ghost{color:#b91c1c;border-color:color-mix(in srgb,#b91c1c 35%,var(--enterprise-border-strong))}.enterprise-action-btn-v2--danger.enterprise-action-btn-v2--ghost:hover:not(:disabled){background:color-mix(in srgb,#b91c1c 12%,var(--enterprise-panel))}.enterprise-action-btn-v2--inline{min-height:34px;padding:0 12px;border-radius:12px;font-size:.82rem}.enterprise-action-btn-v2:disabled,.enterprise-link-card-v2--button:disabled{opacity:.6;cursor:not-allowed}.enterprise-volume-list-v2{display:grid;gap:8px}.enterprise-volume-card-v2{padding:10px 12px;border-radius:14px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel)}.enterprise-volume-card-v2__header,.enterprise-volume-card-v2__split{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.enterprise-volume-card-v2__topline{display:flex;align-items:center;gap:8px;min-width:0;flex-wrap:wrap}.enterprise-volume-card-v2__title{font-size:.92rem;font-weight:800;line-height:1.2}.enterprise-volume-card-v2__subtitle,.enterprise-volume-card-v2__split span{color:var(--enterprise-muted);font-size:.76rem}.enterprise-volume-card-v2__meta-pill{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:var(--enterprise-panel-strong);border:1px solid var(--enterprise-border);color:var(--enterprise-muted);font-size:.72rem;white-space:nowrap}.enterprise-volume-card-v2__capacity{font-weight:800;font-size:.88rem;line-height:1.2;white-space:nowrap}.enterprise-usage-bar-v2{width:100%;height:8px;margin-top:6px;border-radius:999px;background:color-mix(in srgb,var(--enterprise-border) 72%,var(--enterprise-panel));overflow:hidden}.enterprise-usage-bar-v2__fill{height:100%;border-radius:inherit;transition:width .22s ease}.enterprise-usage-bar-v2__fill--good{background:#17b26a}.enterprise-usage-bar-v2__fill--warn{background:#f59e0b}.enterprise-usage-bar-v2__fill--critical{background:#ef4444}.enterprise-volume-card-v2__split{margin-top:4px;align-items:center}.enterprise-volume-card-v2__summary-item{display:flex;align-items:baseline;gap:6px}.enterprise-volume-card-v2__summary-item strong{font-size:.74rem;line-height:1.2;white-space:nowrap}.enterprise-chart-card-v2{display:flex;flex-direction:column;gap:14px}.enterprise-chart-toolbar-v2{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.enterprise-chart-canvas-v2{width:100%;height:280px}.enterprise-chart-legend-v2{display:flex;gap:10px;flex-wrap:wrap}.enterprise-chart-legend-item-v2{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border);font-size:.84rem}.enterprise-chart-legend-dot-v2{width:10px;height:10px;border-radius:999px}.enterprise-chart-meta-grid-v2{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.enterprise-chart-meta-item-v2{padding:14px;border-radius:16px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.enterprise-chart-meta-item-v2 strong{display:block;font-size:1.05rem}.enterprise-chart-meta-item-v2 span{display:block;margin-top:4px;font-size:.8rem;color:var(--enterprise-muted)}@media(max-width:1100px){.enterprise-grid-v2{grid-template-columns:1fr}.enterprise-span-8-v2,.enterprise-span-7-v2,.enterprise-span-6-v2,.enterprise-span-5-v2,.enterprise-span-4-v2,.enterprise-span-12-v2{grid-column:auto}}@media(max-width:960px){.enterprise-page-v2{gap:18px}.enterprise-page-header-v2__inner,.brv2__header-inner,.service-desk-v2__header-inner{padding:16px 0 18px}.enterprise-page-header-v2__actions,.brv2__header-actions{justify-content:flex-start}.enterprise-page-body-v2,.brv2__body,.service-desk-v2__body{padding:18px 0 30px}.enterprise-card-v2{padding:16px;border-radius:18px}.enterprise-subnav-v2{padding:14px;border-radius:16px}.enterprise-device-heading-v2{align-items:flex-start}.enterprise-subnav-v2__header{flex-direction:column}.enterprise-subnav-v2__aside{flex:1 1 auto;max-width:none;width:100%}.enterprise-device-meta-v2{grid-template-columns:1fr}.enterprise-device-summary-v2{align-items:flex-start}.enterprise-status-strip-v2{justify-content:flex-start}.enterprise-page-v2 h1{font-size:1.55rem}.enterprise-toolbar-v2,.enterprise-chart-toolbar-v2,.enterprise-section-header-v2{flex-direction:column;align-items:stretch}.enterprise-action-row-v2,.enterprise-pill-row-v2{width:100%}.enterprise-action-row-v2>*{flex:1 1 100%}.enterprise-pill-row-v2:not(.enterprise-pill-row-v2--with-actions)>*{flex:1 1 100%}.enterprise-pill-row-v2--with-actions .enterprise-pill-row-v2__nav>*{flex:1 1 auto}.enterprise-stats-grid-v2--compact,.enterprise-stats-grid-v2--three,.enterprise-priority-grid-v2{grid-template-columns:1fr}.enterprise-priority-grid-v2--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.enterprise-ai-brief-grid-v2,.enterprise-focus-grid-v2{grid-template-columns:1fr}.enterprise-search-v2{min-width:0;width:100%}.enterprise-list-v2 li,.enterprise-list-v2__row-link{flex-direction:column;align-items:flex-start}.enterprise-list-v2__value{align-items:flex-start;text-align:left;white-space:normal}.enterprise-list-v2__actions{align-items:flex-start}.rmm-dash-list-action-btn{min-width:auto}.enterprise-volume-card-v2__header,.enterprise-volume-card-v2__split{flex-direction:column;align-items:flex-start}.enterprise-volume-card-v2__topline{align-items:flex-start}.enterprise-table-wrap-v2{overflow:visible}.enterprise-table-v2,.enterprise-table-v2 thead,.enterprise-table-v2 tbody,.enterprise-table-v2 tr,.enterprise-table-v2 td{display:block;width:100%}.enterprise-table-v2 thead{display:none}.enterprise-table-v2 tbody{display:grid;gap:12px}.enterprise-table-v2 tr{padding:14px;border-radius:16px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.enterprise-table-v2 td{padding:0;border-bottom:none;text-align:left!important;word-break:normal;overflow-wrap:break-word}.enterprise-table-v2 td+td{margin-top:10px}.enterprise-table-v2 td:before{content:attr(data-label);display:block;margin-bottom:4px;font-size:.72rem;font-weight:700;color:var(--enterprise-muted);text-transform:uppercase;letter-spacing:.06em}.device-workbench-v2__update-history-wrap .enterprise-table-v2{display:table;width:100%;table-layout:fixed}.device-workbench-v2__update-history-wrap .enterprise-table-v2 thead{display:table-header-group}.device-workbench-v2__update-history-wrap .enterprise-table-v2 tbody{display:table-row-group}.device-workbench-v2__update-history-wrap .enterprise-table-v2 tr{display:table-row;width:auto;padding:0;margin:0;background:transparent;border:none;border-radius:0}.device-workbench-v2__update-history-wrap .enterprise-table-v2 th,.device-workbench-v2__update-history-wrap .enterprise-table-v2 td{display:table-cell;padding:10px 8px 10px 0;border-bottom:1px solid var(--enterprise-border);vertical-align:top}.device-workbench-v2__update-history-wrap .enterprise-table-v2 th:nth-child(1),.device-workbench-v2__update-history-wrap .enterprise-table-v2 td:nth-child(1){width:14%}.device-workbench-v2__update-history-wrap .enterprise-table-v2 th:nth-child(2),.device-workbench-v2__update-history-wrap .enterprise-table-v2 td:nth-child(2){width:48%}.device-workbench-v2__update-history-wrap .enterprise-table-v2 th:nth-child(3),.device-workbench-v2__update-history-wrap .enterprise-table-v2 td:nth-child(3){width:16%}.device-workbench-v2__update-history-wrap .enterprise-table-v2 th:nth-child(4),.device-workbench-v2__update-history-wrap .enterprise-table-v2 td:nth-child(4){width:22%}.device-workbench-v2__update-history-wrap .enterprise-table-v2 td:before{content:none;display:none}.device-workbench-v2__update-history-wrap .enterprise-table-v2 td+td{margin-top:0}.device-workbench-v2__update-history-wrap.enterprise-table-wrap-v2{overflow-x:clip}}@media(max-width:640px){.device-workbench-v2__update-history-wrap.enterprise-table-wrap-v2{overflow-x:visible}.device-workbench-v2__update-history-wrap .enterprise-table-v2,.device-workbench-v2__update-history-wrap .enterprise-table-v2 thead,.device-workbench-v2__update-history-wrap .enterprise-table-v2 tbody,.device-workbench-v2__update-history-wrap .enterprise-table-v2 tr,.device-workbench-v2__update-history-wrap .enterprise-table-v2 th,.device-workbench-v2__update-history-wrap .enterprise-table-v2 td{display:block;width:100%!important}.device-workbench-v2__update-history-wrap .enterprise-table-v2 thead{display:none}.device-workbench-v2__update-history-wrap .enterprise-table-v2 tbody{display:grid;gap:12px}.device-workbench-v2__update-history-wrap .enterprise-table-v2 tr{padding:14px;border-radius:16px;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.device-workbench-v2__update-history-wrap .enterprise-table-v2 td{padding:0;border-bottom:none;text-align:left!important}.device-workbench-v2__update-history-wrap .enterprise-table-v2 td+td{margin-top:10px}.device-workbench-v2__update-history-wrap .enterprise-table-v2 td:before{content:attr(data-label);display:block;margin-bottom:4px;font-size:.72rem;font-weight:700;color:var(--enterprise-muted);text-transform:uppercase;letter-spacing:.06em}}@media(min-width:1024px){.enterprise-page-header-v2__inner,.brv2__header-inner,.service-desk-v2__header-inner{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 0 22px}.enterprise-page-header-v2__copy,.brv2__header-inner>div:first-child,.service-desk-v2__header-copy{flex:1 1 auto}.enterprise-page-body-v2,.brv2__body,.service-desk-v2__body{padding:22px 0 40px}}.endpoints-v2__compact-head-main{min-width:0}.endpoints-v2__title{margin:0;font-size:clamp(1.35rem,2.2vw,1.55rem);line-height:1.2;font-weight:800}.endpoints-v2__head-summary{margin-top:0;font-size:.9rem;line-height:1.5;color:var(--enterprise-text)}.endpoints-v2__head-summary-item{display:inline;white-space:normal}.endpoints-v2__head-summary-label{font-weight:600;color:var(--enterprise-muted)}.endpoints-v2__head-summary-value{font-weight:700;font-variant-numeric:tabular-nums}.endpoints-v2__head-summary-value--good{color:var(--enterprise-good-text, #15803d)}.endpoints-v2__head-summary-value--warn{color:var(--enterprise-warn-text, #b45309)}.endpoints-v2__head-summary-value--bad{color:#b91c1c}.endpoints-v2__head-summary-value--neutral{color:var(--enterprise-text)}.endpoints-v2__filters-panel{margin-bottom:20px;padding:14px 16px;border-radius:16px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-strong);box-shadow:0 1px 2px #0f172a0a;min-width:0;position:relative;z-index:30;overflow:visible}.endpoints-v2__filters-primary{display:flex;flex-wrap:nowrap;align-items:center;gap:8px}.crm-v2-filters-primary{flex-wrap:wrap;row-gap:10px}.endpoints-v2__filters-primary>.enterprise-search-v2{min-width:0;width:auto;flex:0 1 220px;max-width:260px}.endpoints-v2__tenant-combo{position:relative;flex:0 1 220px;max-width:260px;min-width:0}.endpoints-v2__tenant-combo-input{width:100%;padding-right:32px}.endpoints-v2__tenant-combo-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:22px;height:22px;border:0;border-radius:50%;background:transparent;color:var(--enterprise-muted);font-size:1.1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.endpoints-v2__tenant-combo-clear:hover{background:color-mix(in srgb,var(--enterprise-primary) 12%,transparent);color:var(--enterprise-primary)}.endpoints-v2__tenant-listbox{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:120;max-height:320px;overflow-y:auto;padding:6px;border-radius:12px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel-elevated, var(--enterprise-panel));box-shadow:0 12px 32px #0f172a1f;display:flex;flex-direction:column;gap:2px}.endpoints-v2__tenant-option{display:block;width:100%;border:0;background:transparent;font:inherit;text-align:left;padding:9px 12px;border-radius:8px;font-weight:600;color:var(--enterprise-text);cursor:pointer;line-height:1.35}.endpoints-v2__tenant-option:hover,.endpoints-v2__tenant-option.is-active{background:color-mix(in srgb,var(--enterprise-primary) 12%,transparent);color:var(--enterprise-primary)}.endpoints-v2__tenant-option--muted{color:var(--enterprise-muted);font-weight:500}.endpoints-v2__tenant-hint{padding:9px 12px;font-size:.85rem;color:var(--enterprise-muted)}.endpoints-v2__filters-primary>.endpoints-v2__filters-more-btn,.endpoints-v2__filters-primary>.endpoints-v2__filters-clear-btn,.endpoints-v2__filters-primary>.endpoints-v2__filters-refresh-btn{flex-shrink:0}.endpoints-v2__filters-primary>.endpoints-v2__filters-more-btn,.endpoints-v2__filters-primary>.endpoints-v2__filters-clear-btn{white-space:nowrap}.endpoints-v2__filters-search-wrap{position:relative;flex:1 1 160px;min-width:120px}.endpoints-v2__filters-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:.95rem;opacity:.55;pointer-events:none}.endpoints-v2__filters-search-input{width:100%;padding-left:40px!important;min-width:0}.endpoints-v2__filters-more-btn.is-active{border-color:color-mix(in srgb,var(--enterprise-primary) 35%,var(--enterprise-border));color:var(--enterprise-primary)}.endpoints-v2__filters-clear-btn{gap:6px}.endpoints-v2__filters-clear-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 5px;border-radius:999px;font-size:.72rem;font-weight:700;background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.endpoints-v2__filters-refresh-btn{min-width:44px;font-size:1.1rem;line-height:1}.endpoints-v2__filters-advanced{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;padding-top:14px;border-top:1px dashed color-mix(in srgb,var(--enterprise-border) 85%,transparent)}.endpoints-v2__filters-unassigned{display:inline-flex;align-items:center;gap:8px;margin:0;padding:8px 10px;border-radius:12px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel);font-size:.88rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.endpoints-v2__filters-unassigned input,.endpoints-v2__filters-unassigned .ui-checkbox-field__control{margin:0;width:16px;height:16px;accent-color:var(--enterprise-primary)}.endpoints-v2__focus-strip{margin-top:20px;padding-top:16px;border-top:1px solid var(--enterprise-border)}.endpoints-v2__focus-pills{margin:0}.endpoints-v2__bulk-bar{margin-top:12px;padding:10px 12px;border:1px solid var(--enterprise-border);border-radius:10px;background:var(--enterprise-panel);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.endpoints-v2__bulk-meta{font-size:.85rem;font-weight:700;color:var(--enterprise-muted)}.endpoints-v2__bulk-actions{display:flex;gap:8px;flex-wrap:wrap}.endpoints-v2__bulk-select{min-width:210px;width:auto}.endpoints-v2__table-wrap{margin-top:22px}.endpoints-v2__pagination-hint{margin:0;font-size:.84rem;font-weight:500;color:var(--enterprise-text)}.endpoints-v2__list-footer{margin-top:14px;padding-top:14px;border-top:1px solid var(--enterprise-border);display:flex;flex-direction:column;align-items:stretch;gap:12px}@media(min-width:720px){.endpoints-v2__list-footer{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}}.endpoints-v2__list-footer-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px 16px}.endpoints-v2__page-size-label{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:.84rem;font-weight:600;color:var(--enterprise-text)}.endpoints-v2__page-size-label-text{white-space:nowrap}.endpoints-v2__page-size-select{min-width:9rem}.endpoints-v2__pager{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:0;padding:0;border-top:none}.endpoints-v2__pager-meta{font-size:.85rem;color:var(--enterprise-muted)}.endpoints-v2__name-row{display:flex;align-items:center;gap:8px;min-width:0}.endpoints-v2__group-accent{width:6px;height:20px;border-radius:999px;display:inline-block;flex-shrink:0;opacity:.9}.endpoints-v2__endpoint-meta{display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px;margin-top:5px;font-size:.78rem;line-height:1.4;color:var(--enterprise-muted)}.endpoints-v2__endpoint-meta .endpoints-v2__status-led{margin-top:3px}.endpoints-v2__endpoint-meta-text{flex:1 1 auto;min-width:0}.endpoints-v2__agent-version-chip{display:inline-flex;align-items:center;padding:1px 8px;border-radius:999px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel);color:var(--enterprise-text);font-weight:600;white-space:nowrap}.endpoints-v2__meta-badges{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.endpoints-v2__group-tag{display:inline-flex;align-items:center;gap:5px;padding:1px 7px;border-radius:999px;font-size:11px;font-weight:700;border:1px solid var(--enterprise-border-strong, var(--enterprise-border));background:var(--enterprise-panel);color:var(--enterprise-text)}.endpoints-v2__group-tag-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.endpoints-v2-page .endpoints-v2__table-wrap{overflow-x:visible;max-width:100%}.endpoints-v2-page .enterprise-table-v2{table-layout:fixed}.endpoints-v2-page .enterprise-table-v2 th,.endpoints-v2-page .enterprise-table-v2 td{padding:6px 8px 6px 0;vertical-align:top}.endpoints-v2-page .enterprise-table-v2 .endpoints-v2__col-select{width:34px;text-align:center;padding-right:6px}.endpoints-v2-page .enterprise-table-v2 td{min-width:0;word-break:normal;overflow-wrap:break-word}.endpoints-v2__endpoint-meta-text{word-break:normal;overflow-wrap:break-word}.endpoints-v2-page .enterprise-table-v2 .endpoints-v2__col-endpoint{width:18%;max-width:280px}.endpoints-v2-page .enterprise-table-v2 .endpoints-v2__col-company{width:24%;min-width:0}.endpoints-v2__hostname-link{color:var(--enterprise-primary);font-weight:700;text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--enterprise-primary) 45%,transparent);text-underline-offset:3px}.endpoints-v2__hostname-link:hover{color:var(--enterprise-primary);text-decoration-thickness:2px}.endpoints-v2__cell-link{text-decoration:underline;text-underline-offset:2px}.endpoints-v2__cell-link-btn{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border:1px solid color-mix(in srgb,var(--enterprise-primary) 82%,black);border-radius:999px;color:var(--enterprise-primary-contrast, #fff);background:var(--enterprise-primary);font-weight:700;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.endpoints-v2__cell-link-btn:hover{color:var(--enterprise-primary-contrast, #fff);border-color:color-mix(in srgb,var(--enterprise-primary) 90%,black);background:color-mix(in srgb,var(--enterprise-primary) 86%,black);text-decoration:none}.endpoints-v2__cell-link-btn:focus-visible{outline:2px solid color-mix(in srgb,var(--enterprise-primary) 35%,white);outline-offset:1px}.endpoints-v2__status-led{display:inline-block;width:10px;height:10px;border-radius:999px;flex-shrink:0;box-shadow:0 0 0 1px #0f172a1f}.endpoints-v2__status-led--online{background:#22c55e}.endpoints-v2__status-led--offline{background:#ef4444}.endpoints-v2__metric-row{display:flex;flex-wrap:wrap;gap:4px 6px;align-items:stretch}.endpoints-v2__metric-row--stan{min-width:0}.endpoints-v2__metric{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:4px 6px;padding:4px 8px;border-radius:8px;font-size:.8rem;font-weight:600;line-height:1.25;color:var(--enterprise-text);background:var(--enterprise-panel);border:1px solid var(--enterprise-border)}.endpoints-v2__metric strong{font-size:.82rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--enterprise-text)}.endpoints-v2__metric.is-warn{border-color:color-mix(in srgb,var(--enterprise-warn-text) 35%,var(--enterprise-border));background:color-mix(in srgb,var(--enterprise-warn-bg) 55%,var(--enterprise-panel))}.endpoints-v2__metric--critical.is-hot{border-color:color-mix(in srgb,#dc2626 45%,var(--enterprise-border));background:color-mix(in srgb,#fee2e2 55%,var(--enterprise-panel));color:#991b1b}.endpoints-v2__metric--critical.is-hot strong{color:#b91c1c}.endpoints-v2__metric--tickets{text-decoration:none;cursor:pointer;color:var(--enterprise-muted)}.endpoints-v2__metric--tickets:hover{border-color:color-mix(in srgb,var(--enterprise-primary) 35%,var(--enterprise-border));color:var(--enterprise-primary);text-decoration:underline;text-underline-offset:2px}.endpoints-v2__metric--tickets strong{color:inherit}.endpoints-v2__metric--gz{text-decoration:none;cursor:pointer;color:var(--enterprise-muted)}.endpoints-v2__metric--gz:hover{border-color:color-mix(in srgb,var(--enterprise-primary) 35%,var(--enterprise-border));color:var(--enterprise-primary);text-decoration:underline;text-underline-offset:2px}.endpoints-v2__metric--gz strong{color:inherit}.endpoints-v2__metric--gz.is-managed strong{color:#15803d}.endpoints-v2__metric--gz.is-not-matched strong{color:#b45309}.endpoints-v2__metric--gz.is-error strong{color:#b91c1c}.endpoints-v2__metric--gz.is-skipped strong{opacity:.72}.endpoints-v2__metric-sub{font-weight:600;font-size:.76rem;opacity:.95;color:var(--enterprise-muted)}.endpoints-v2__td-actions{width:52px;white-space:nowrap;vertical-align:middle}.endpoints-v2__note-modal .endpoints-v2__note-modal-host{font-weight:600;color:var(--enterprise-muted);font-size:.88em}.endpoints-v2__link-modal-title-wrap{display:flex;flex-direction:column;gap:4px}.endpoints-v2__link-modal-description{margin:0;font-size:.86rem;color:var(--enterprise-muted)}.endpoints-v2__link-modal-body{display:flex;flex-direction:column;gap:12px}.endpoints-v2__link-modal-search{display:block}.endpoints-v2__link-modal-search-label{margin-bottom:6px;display:inline-block}.endpoints-v2__link-modal-search-wrap{position:relative}.endpoints-v2__link-modal-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);opacity:.58;pointer-events:none}.endpoints-v2__link-modal-search-input{padding-left:34px}.endpoints-v2__link-contact-list{max-height:300px;overflow-y:auto;margin-top:2px;padding:4px;border:1px solid var(--enterprise-border);border-radius:12px;background:var(--enterprise-panel-strong)}.endpoints-v2__link-contact-empty{padding:10px 8px}.endpoints-v2__link-contact-row{display:flex;align-items:flex-start;gap:10px;padding:8px;border-radius:10px;cursor:pointer}.endpoints-v2__link-contact-row:hover{background:color-mix(in srgb,var(--enterprise-primary) 8%,transparent)}.endpoints-v2__link-contact-row.is-selected{background:color-mix(in srgb,var(--enterprise-primary) 14%,transparent)}.endpoints-v2__link-contact-main{display:inline-flex;flex-direction:column;min-width:0}.endpoints-v2__link-contact-name{font-weight:600;color:var(--enterprise-text)}.device-workbench-v2__modal-backdrop{position:fixed;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--ui-modal-overlay-bg);-webkit-backdrop-filter:blur(var(--ui-modal-overlay-blur));backdrop-filter:blur(var(--ui-modal-overlay-blur))}.device-workbench-v2__modal{width:min(680px,100%);max-height:min(720px,calc(100vh - 48px));overflow:hidden;border:1px solid var(--enterprise-border-strong, var(--ui-modal-shell-border));border-radius:var(--ui-modal-shell-radius);background:var(--enterprise-panel-strong, var(--ui-surface));box-shadow:var(--ui-modal-shell-shadow);display:flex;flex-direction:column}.device-workbench-v2__modal-header{padding:20px 22px 16px;margin:0;border-bottom:1px solid var(--enterprise-border, var(--ui-modal-shell-border));background:var(--ui-modal-header-bg);flex-shrink:0}.device-workbench-v2__modal-body{padding:18px 22px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.device-workbench-v2__modal-footer{margin-top:0;padding:14px 22px 18px;border-top:1px solid var(--enterprise-border, var(--ui-modal-shell-border));background:var(--ui-modal-footer-bg);flex-shrink:0}.device-workbench-v2__group-manager-list{display:grid;gap:10px}.device-workbench-v2__group-manager-row{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--enterprise-border);border-radius:14px;background:var(--enterprise-panel-strong);cursor:pointer}.device-workbench-v2__group-manager-content{min-width:0;display:flex;flex-direction:column;gap:3px}.device-workbench-v2__group-manager-title{display:inline-flex;align-items:center;gap:8px;min-width:0}.device-workbench-v2__group-manager-name{min-width:0;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.device-workbench-v2__group-manager-count{color:var(--enterprise-muted);font-size:.84rem;font-weight:500}.device-workbench-v2__modal-actions{justify-content:flex-end}.device-workbench-v2__crm-search{width:100%;margin-bottom:2px}.device-workbench-v2__crm-list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.enterprise-shell-v2--light .enterprise-action-btn-v2:not(.enterprise-action-btn-v2--ghost){box-shadow:0 1px 3px #345dff33}.enterprise-shell-v2--light .enterprise-action-btn-v2:not(.enterprise-action-btn-v2--ghost):hover:not(:disabled){box-shadow:0 2px 8px #345dff47;filter:brightness(1.02);color:var(--enterprise-primary-contrast)}.enterprise-shell-v2--light a.enterprise-action-btn-v2:not(.enterprise-action-btn-v2--ghost):hover:not(:disabled),.enterprise-shell-v2--light a.enterprise-action-btn-v2:not(.enterprise-action-btn-v2--ghost):focus-visible:not(:disabled){color:#fff}.enterprise-shell-v2--light .enterprise-action-btn-v2--ghost{background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--enterprise-panel-strong) 94%,#eef2fb));border-color:color-mix(in srgb,var(--enterprise-border-strong) 100%,#8b9cbd);box-shadow:0 1px #fffffff2 inset,0 1px 3px #1f345914}.enterprise-shell-v2--light .enterprise-action-btn-v2--ghost:hover:not(:disabled){background:#fff;border-color:color-mix(in srgb,var(--enterprise-primary) 45%,var(--enterprise-border-strong));box-shadow:0 2px 10px #345dff1f;color:var(--enterprise-text)}.enterprise-shell-v2--light a.enterprise-action-btn-v2--ghost:hover:not(:disabled),.enterprise-shell-v2--light a.enterprise-action-btn-v2--ghost:focus-visible:not(:disabled){color:var(--enterprise-text)}.enterprise-shell-v2--light a.enterprise-action-btn-v2--danger.enterprise-action-btn-v2--ghost:hover:not(:disabled),.enterprise-shell-v2--light a.enterprise-action-btn-v2--danger.enterprise-action-btn-v2--ghost:focus-visible:not(:disabled){color:#b91c1c}.enterprise-shell-v2--light .enterprise-search-v2{border-color:color-mix(in srgb,var(--enterprise-border-strong) 100%,#8b9cbd);box-shadow:0 1px 2px #1f34590f}.enterprise-anydesk-v2{display:flex;flex-direction:column;gap:12px}.enterprise-anydesk-v2__row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.enterprise-anydesk-v2__input{flex:1 1 220px;min-width:200px;max-width:420px;padding:10px 12px;border-radius:12px;border:1px solid var(--enterprise-border);background:var(--enterprise-panel);color:var(--enterprise-text);font-size:.95rem}.enterprise-anydesk-v2__input:focus{outline:2px solid color-mix(in srgb,var(--enterprise-primary) 55%,#3b82f6);outline-offset:1px}.enterprise-anydesk-v2__hint{font-size:.85rem;color:var(--enterprise-muted);margin:0;line-height:1.45;max-width:72ch}.enterprise-remote-desktop-v2{gap:18px}.enterprise-remote-desktop-v2__provider{display:flex;flex-direction:column;gap:8px;padding-top:4px}.enterprise-remote-desktop-v2__provider+.enterprise-remote-desktop-v2__provider,.enterprise-remote-desktop-v2>div+div .enterprise-remote-desktop-v2__provider{border-top:1px solid var(--enterprise-border);padding-top:14px}.enterprise-remote-desktop-v2__provider-label{display:inline-flex;align-items:center;gap:8px;font-size:.92rem;font-weight:700;color:var(--enterprise-text)}.service-desk-v2{display:flex;flex:1;min-width:0;min-height:0;width:100%;flex-direction:column}.service-desk-v2__header{border-bottom:1px solid var(--enterprise-border);background:color-mix(in srgb,var(--enterprise-topbar-bg) 94%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-desk-v2__header-inner{display:flex;flex-direction:column;gap:16px;padding:18px 20px 20px}@media(min-width:1024px){.service-desk-v2__header-inner{flex-direction:row;align-items:flex-start;justify-content:space-between;padding:20px 0 22px}}.service-desk-v2__header-copy{min-width:0;flex:1 1 auto}.service-desk-v2__header-sub{max-width:62ch}.service-desk-v2__header-actions{display:grid;gap:12px;min-width:min(100%,420px)}.service-desk-v2__tabs{justify-content:flex-end}.service-desk-v2__status-strip{justify-content:flex-start;margin-top:14px}@media(min-width:1024px){.service-desk-v2__tabs{justify-content:flex-end}}@media(max-width:1023px){.service-desk-v2__tabs{justify-content:flex-start}}.service-desk-v2__active-tab{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border:1px solid var(--enterprise-border);border-radius:20px;background:var(--enterprise-panel);box-shadow:var(--enterprise-shadow-soft, 0 10px 24px rgba(15, 23, 42, .06))}.service-desk-v2__active-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.service-desk-v2__active-actions:empty{display:none}.service-desk-v2__body{flex:1;min-height:0;overflow-y:auto;padding:20px 0 36px}@media(min-width:1024px){.service-desk-v2__body{padding:22px 0 40px}}.service-desk-v2__stack{display:flex;flex-direction:column;gap:22px}.service-desk-v2__overview-grid{display:grid;gap:18px;align-items:start}@media(min-width:1280px){.service-desk-v2__overview-grid{grid-template-columns:1.12fr .88fr}}.service-desk-v2__embedded{display:grid;gap:18px}.service-desk-v2__section{display:grid;gap:16px;padding:24px;border-left:3px solid color-mix(in srgb,var(--enterprise-primary) 35%,transparent);align-content:start;min-height:0}.service-desk-v2__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.service-desk-v2__section-head h2{margin:8px 0 0}.service-desk-v2__list{display:grid;gap:12px;align-content:start;min-height:0}.service-desk-v2__row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:64px;padding:14px 18px;border:1px solid var(--enterprise-border);border-radius:18px;background:var(--enterprise-panel);color:var(--enterprise-text);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.service-desk-v2__row:hover{border-color:color-mix(in srgb,var(--enterprise-primary) 38%,var(--enterprise-border));box-shadow:0 14px 32px #0f172a14;transform:translateY(-1px)}.service-desk-v2__row-main{min-width:0;display:grid;gap:6px}.service-desk-v2__row-title{display:block;min-width:0;overflow-wrap:anywhere;color:var(--enterprise-text);line-height:1.35}.service-desk-v2__row-meta{display:block;min-width:0;color:var(--enterprise-muted);font-size:.9rem;line-height:1.45;overflow-wrap:anywhere}.service-desk-v2__embedded .ui-page{padding:0}.service-desk-v2__embedded .ui-page-header,.tickets-page--v2-shell .ui-page-header{padding:0;margin-bottom:16px;border:0}.service-desk-v2__embedded .monitoring-alerts-page>.ui-page-header,.service-desk-v2__embedded .alert-routing-page>.ui-page-header{display:none!important}.service-desk-v2__embedded .ui-btn{min-height:38px;border-radius:999px;border:1px solid var(--enterprise-border);font-weight:700;box-shadow:none}.service-desk-v2__embedded .row-actions-menu-trigger.ui-btn{min-width:44px;min-height:40px;border-radius:10px;padding:8px 10px}.service-desk-v2__embedded .ui-btn-primary{border-color:transparent;background:var(--enterprise-primary);color:#fff}.service-desk-v2__embedded .ui-btn-secondary{background:var(--enterprise-panel);color:var(--enterprise-text)}.service-desk-v2__embedded .ui-modal-overlay{background:var(--ui-modal-overlay-bg);-webkit-backdrop-filter:blur(var(--ui-modal-overlay-blur));backdrop-filter:blur(var(--ui-modal-overlay-blur))}.service-desk-v2__embedded .ui-modal{border:1px solid var(--enterprise-border);border-radius:var(--ui-modal-shell-radius);background:var(--enterprise-panel-elevated, var(--enterprise-panel));box-shadow:var(--ui-modal-shell-shadow)}.service-desk-v2__embedded .ui-modal-header,.service-desk-v2__embedded .ui-modal-footer{border-color:var(--enterprise-border)}.service-desk-v2__embedded .ui-modal-footer .ui-btn-primary{border:0;background:var(--enterprise-primary);color:#fff}.service-desk-v2__embedded .ui-card,.tickets-page--v2-shell .ui-card{border-color:var(--enterprise-border);border-radius:20px;background:var(--enterprise-panel);box-shadow:var(--enterprise-shadow)}.service-desk-v2__embedded .ui-card-header{border-color:var(--enterprise-border)}.tickets-page--v2-shell .filters-section{background:var(--enterprise-panel-strong)}.tickets-page--v2-shell .ui-modal-overlay{background:var(--ui-modal-overlay-bg);-webkit-backdrop-filter:blur(var(--ui-modal-overlay-blur));backdrop-filter:blur(var(--ui-modal-overlay-blur))}.tickets-page--v2-shell .ui-modal{border:1px solid var(--enterprise-border);border-radius:var(--ui-modal-shell-radius);background:var(--enterprise-panel-elevated, var(--enterprise-panel));box-shadow:var(--ui-modal-shell-shadow)}.tickets-page--v2-shell .ui-modal-header,.tickets-page--v2-shell .ui-modal-footer{border-color:var(--enterprise-border)}.tickets-page--v2-shell .ui-modal-footer .ui-btn-primary{border:0;background:var(--enterprise-primary);color:#fff}.crm-list-v2-page,.crm-detail-v2-page,.rmm-list-v2-page{--ui-modal-shell-border: var(--enterprise-border);--ui-modal-header-bg: color-mix(in srgb, #ffffff 94%, var(--ui-bg) 6%);--ui-modal-footer-bg: color-mix(in srgb, #ffffff 92%, var(--ui-bg) 8%);gap:16px}.crm-list-v2-page .crm-list-header-v2.enterprise-page-header-v2,.crm-detail-v2-page .crm-list-header-v2.enterprise-page-header-v2,.rmm-list-v2-page .crm-list-header-v2.enterprise-page-header-v2,.crm-workspace-landing-v2 .crm-list-header-v2.enterprise-page-header-v2{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid var(--enterprise-border);border-radius:0;box-shadow:none;margin:0}.crm-workspace-landing-v2>.enterprise-grid-v2:first-child{margin-bottom:0}.crm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__inner,.crm-detail-v2-page .crm-list-header-v2 .enterprise-page-header-v2__inner,.rmm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__inner{padding:0 0 16px;gap:14px;flex-direction:row;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.crm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__copy,.crm-detail-v2-page .crm-list-header-v2 .enterprise-page-header-v2__copy,.rmm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__copy{flex:1 1 240px;min-width:0}.crm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__actions,.crm-detail-v2-page .crm-list-header-v2 .enterprise-page-header-v2__actions,.rmm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__actions{flex:0 1 auto;justify-content:flex-end}.crm-list-v2-page .crm-list-header-v2 h1,.crm-list-v2-page .crm-list-header-v2 p,.crm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__sub,.crm-detail-v2-page .crm-list-header-v2 h1,.crm-detail-v2-page .crm-list-header-v2 p,.crm-detail-v2-page .crm-list-header-v2 .enterprise-page-header-v2__sub,.rmm-list-v2-page .crm-list-header-v2 h1,.rmm-list-v2-page .crm-list-header-v2 p,.rmm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__sub{margin:0}.crm-list-v2-page .crm-list-header-v2 h1,.crm-detail-v2-page .crm-list-header-v2 h1,.rmm-list-v2-page .crm-list-header-v2 h1{font-size:2rem;line-height:1.1;font-weight:800;color:var(--enterprise-text, var(--ui-text))}.crm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__sub,.crm-detail-v2-page .crm-list-header-v2 .enterprise-page-header-v2__sub,.rmm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__sub{margin-top:8px;font-size:.92rem;line-height:1.5;color:var(--enterprise-muted, var(--ui-muted));max-width:62ch}.crm-list-v2-page .crm-list-header-v2 .enterprise-kicker-v2,.crm-detail-v2-page .crm-list-header-v2 .enterprise-kicker-v2,.rmm-list-v2-page .crm-list-header-v2 .enterprise-kicker-v2{margin-bottom:12px}.enterprise-shell-v2 .crm-detail-v2-page .ui-tabs-nav{margin-bottom:0;background:var(--enterprise-panel);border:1px solid var(--enterprise-border);border-radius:16px;box-shadow:var(--enterprise-shadow)}.enterprise-shell-v2 .crm-detail-v2-page .ui-tab-btn.active{background:var(--enterprise-panel-strong)}.crm-list-v2-page .endpoints-v2__filters-panel,.rmm-list-v2-page .endpoints-v2__filters-panel{margin-bottom:0}.rmm-list-v2-page .endpoints-v2__head-summary{margin-top:10px}.rmm-list-v2-page.endpoints-v2-page>.enterprise-page-body-v2{padding-top:16px}.rmm-list-v2-page .endpoints-v2__card.enterprise-card-v2{border-radius:18px;box-shadow:none}.cve-v2-page.rmm-list-v2-page .cve-page-header-v2__actions{max-width:min(100%,28rem);justify-content:flex-end}.backup-recovery-v2-page.rmm-list-v2-page .backup-recovery-v2__tabs,.backup-recovery-v2-page .backup-recovery-v2__stats{margin:0 0 4px}.backup-recovery-v2-page .backup-recovery-v2__filters{margin:0 0 14px}.backup-recovery-v2-page .backup-recovery-v2__filters .brv2__device-picker--compact{flex:1 1 16rem;min-width:min(100%,16rem);max-width:min(100%,22rem)}.backup-recovery-v2-page .backup-recovery-v2__list-card.enterprise-card-v2{border-radius:18px;box-shadow:none}.backup-recovery-v2-page.rmm-list-v2-page>.enterprise-page-body-v2,.backup-recovery-v2-page.rmm-list-v2-page>.brv2__body{padding-top:12px}.backup-recovery-v2-page.rmm-list-v2-page{background:transparent}.automation-v2-page.rmm-list-v2-page .automation-v2__tabs,.automation-v2-page .automation-v2__stats{margin:0 0 4px}.automation-v2-page .automation-v2__list-card.enterprise-card-v2{border-radius:18px;box-shadow:none}.automation-v2-page.rmm-list-v2-page>.enterprise-page-body-v2,.automation-v2-page.rmm-list-v2-page>.brv2__body{padding-top:12px}.automation-v2-page.rmm-list-v2-page{background:transparent}.policies-v2-page.rmm-list-v2-page .policies-v2__tabs,.policies-v2-page .policies-v2__stats{margin:0 0 4px}.policies-v2-page .policies-v2__list-card.enterprise-card-v2{border-radius:18px;box-shadow:none}.policies-v2-page.rmm-list-v2-page>.enterprise-page-body-v2,.policies-v2-page.rmm-list-v2-page>.brv2__body{padding-top:12px}.policies-v2-page.rmm-list-v2-page{background:transparent}.service-desk-v2-page.rmm-list-v2-page .service-desk-v2__tabs,.service-desk-v2-page .service-desk-v2__stats{margin:0 0 4px}.service-desk-v2-page .service-desk-v2__section.enterprise-card-v2{border-radius:18px;box-shadow:none}.service-desk-v2-page.rmm-list-v2-page>.enterprise-page-body-v2,.service-desk-v2-page.rmm-list-v2-page>.service-desk-v2__body{padding-top:12px}.service-desk-v2-page.rmm-list-v2-page,.my-companies-v2-page.rmm-list-v2-page{background:transparent}.my-companies-v2-page.rmm-list-v2-page .my-companies-v2{display:flex;flex-direction:column;gap:16px;min-width:0;flex:1}.my-companies-v2-page .my-companies-filters-card.ui-card,.my-companies-v2-page .my-company-card,.my-companies-v2-page .tenants-table-container{border-radius:18px;box-shadow:none}.my-companies-v2-page .my-companies-filters{display:flex;flex-wrap:wrap;gap:.75rem .85rem;align-items:end}.my-companies-v2-page .my-companies-search{flex:1 1 16rem;min-width:12rem}.my-companies-v2-page .my-companies-filter-field{flex:1 1 10rem;min-width:8.5rem}.my-companies-v2-page .my-companies-filter-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto}.my-companies-v2-page .my-companies-order-btn,.my-companies-v2-page .my-companies-clear-btn{flex:0 0 auto;white-space:nowrap}.my-companies-v2-page .my-company-card--v2{padding:16px 18px}.my-companies-v2-page .my-company-card--v2 .my-company-card-head{align-items:flex-start;gap:20px}.my-companies-v2-page .my-company-card--v2 .my-company-name-link h3{font-size:1.08rem;line-height:1.3;overflow-wrap:anywhere}.my-companies-v2-page .my-company-side--v2{width:min(17rem,100%);flex:0 0 auto;display:grid;align-content:start;gap:10px;padding:0 0 0 16px;border-left:1px solid var(--enterprise-border);background:transparent}.my-companies-v2-page .my-company-side-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:8px}.my-companies-v2-page .my-company-locations-toggle{display:inline-flex;align-items:center;gap:6px;flex:1 1 auto;min-height:36px;padding:0 12px;font-size:.82rem;justify-content:center;border-radius:10px}.my-companies-v2-page .my-company-locations-toggle-chevron{display:inline-flex;width:.85em;justify-content:center;font-size:.95em;line-height:1;opacity:.75}.my-companies-v2-page .my-company-side-toolbar .row-actions-menu-trigger.enterprise-action-btn-v2,.my-companies-v2-page .my-company-location-actions .row-actions-menu-trigger.enterprise-action-btn-v2{min-width:36px;min-height:36px;width:36px;padding:0;border-radius:10px;letter-spacing:0}.my-companies-v2-page .my-company-own-badge{margin-left:6px;font-size:.78rem;color:var(--enterprise-muted);font-weight:500}.my-companies-v2-page .my-company-bitdefender-toggle{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:.86rem;color:var(--enterprise-text)}.my-companies-v2-page .my-company-support-ui-controls{display:flex;flex-direction:column;gap:6px;margin-bottom:4px}.my-companies-v2-page .my-company-support-ui-skip{font-size:.8rem;color:var(--enterprise-muted)}.my-companies-v2-page .my-company-support-ui-skip.is-disabled{opacity:.55}.my-companies-v2-page .my-company-card--v2 .my-company-stats>span{border-radius:10px;background:color-mix(in srgb,var(--enterprise-panel) 92%,transparent);border-color:var(--enterprise-border);color:var(--enterprise-text)}.my-companies-v2-page .my-company-location-actions{display:flex;justify-content:flex-end}.my-companies-v2-page .my-company-location-actions-cell{width:3.25rem;text-align:right}@media(max-width:900px){.my-companies-v2-page .my-company-card--v2 .my-company-card-head{flex-direction:column}.my-companies-v2-page .my-company-side--v2{width:100%;padding:12px 0 0;border-left:0;border-top:1px solid var(--enterprise-border)}.my-companies-v2-page .my-companies-filter-actions{margin-left:0;width:100%}.my-companies-v2-page .my-companies-order-btn,.my-companies-v2-page .my-companies-clear-btn{flex:1 1 auto}}@media(max-width:720px){.my-companies-v2-page .my-companies-search,.my-companies-v2-page .my-companies-filter-field{flex:1 1 100%;min-width:0}}.service-desk-v2-page.rmm-list-v2-page .crm-list-header-v2.service-desk-v2__header{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.service-desk-v2-page.rmm-list-v2-page .crm-list-header-v2 .service-desk-v2__header-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end;min-width:0;max-width:min(100%,28rem)}.cve-v2-page .cve-stats-v2{margin:0 0 14px}.cve-v2-page .cve-stats-v2__text{font-size:.95rem;font-weight:650;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cve-v2-page .cve-disclaimer-note-v2{margin:0 0 12px;font-size:.875rem;line-height:1.4;color:var(--enterprise-muted-strong, var(--enterprise-muted))}.cve-v2-page .cve-tabs-v2{margin:0 0 12px}.cve-v2-page .cve-tabs-v2__admin{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.cve-v2-page .cve-filters-v2{margin:0 0 14px}.cve-v2-page .cve-device-combobox--v2{position:relative;min-width:min(100%,18rem);flex:1 1 16rem}.cve-v2-page .cve-device-combobox--v2 .cve-device-combobox__input{width:100%}.cve-v2-page .cve-panel-v2.enterprise-card-v2{border-radius:18px;box-shadow:none;padding:14px 16px}.cve-v2-page .cve-table-wrap-v2{overflow-x:auto}.cve-v2-page .cve-table-v2{width:100%;border-collapse:collapse;background:transparent}.cve-v2-page .cve-table-v2 thead th{position:sticky;top:0;z-index:1;padding:10px 12px;font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--enterprise-muted-strong, var(--enterprise-muted));background:color-mix(in srgb,var(--enterprise-panel) 92%,transparent);border-bottom:1px solid var(--enterprise-border);white-space:nowrap}.cve-v2-page .cve-table-v2 tbody td{padding:11px 12px;font-size:.92rem;vertical-align:middle;border-bottom:1px solid color-mix(in srgb,var(--enterprise-border) 70%,transparent);color:var(--enterprise-text)}.cve-v2-page .cve-table-v2 tbody tr:hover td{background:color-mix(in srgb,var(--enterprise-primary) 5%,transparent)}.cve-v2-page .cve-table-v2 .action-buttons{display:flex;flex-wrap:wrap;gap:6px}.cve-v2-page .cve-pagination-wrap--v2{margin-top:12px}.cve-v2-page .cve-pagination-wrap--v2 .pagination{border-top-color:var(--enterprise-border)}.cve-v2-page .cve-pagination-wrap--v2 .pagination-info{color:var(--enterprise-muted, var(--ui-muted))}.cve-v2-page .cve-pagination-wrap--v2 .page-size-select{border-radius:10px;border-color:var(--enterprise-border-strong);background:var(--enterprise-panel);color:var(--enterprise-text)}.cve-v2-page .cve-pagination-wrap--v2 .pagination-controls .ui-btn,.cve-v2-page .cve-pagination-wrap--v2 .pagination-number{border-radius:12px;border:1px solid var(--enterprise-border-strong);background:var(--enterprise-panel);color:var(--enterprise-text)}.cve-v2-page .cve-pagination-wrap--v2 .pagination-number.active{background:var(--enterprise-primary);color:var(--enterprise-primary-contrast);border-color:var(--enterprise-primary)}.cve-v2-page .empty-state,.cve-v2-page .cve-empty-hint{color:var(--enterprise-muted, var(--ui-muted))}.updates-v2-page.rmm-list-v2-page .updates-layout--v2{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:16px;align-items:start;margin-top:4px}.updates-v2-page .devices-sidebar--v2,.updates-v2-page .updates-panel--v2{order:0}.updates-v2-page.rmm-list-v2-page .ui-card{border:1px solid var(--enterprise-border);border-radius:18px;box-shadow:none;background:color-mix(in srgb,#ffffff 94%,var(--ui-bg) 6%)}.updates-v2-page .devices-sidebar--v2{position:sticky;top:12px;max-height:calc(100vh - 120px);overflow:hidden;display:flex;flex-direction:column}.updates-v2-page .devices-sidebar--v2 .ui-card-body{display:flex;flex-direction:column;min-height:0;max-height:calc(100vh - 120px);overflow:hidden;padding:14px}.updates-v2-page .devices-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.updates-v2-page .devices-sidebar__head h2{margin:0;font-size:1rem}.updates-v2-page .devices-sidebar__count{min-width:1.6rem;height:1.6rem;padding:0 .45rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--enterprise-muted);background:color-mix(in srgb,var(--enterprise-border) 55%,transparent)}.updates-v2-page .devices-filters{margin-bottom:.65rem}.updates-v2-page .devices-filter-btn{text-transform:none;border-radius:999px;font-size:.78rem}.updates-v2-page .device-list{flex:1 1 auto;min-height:0;overflow:auto;gap:.35rem;padding-right:2px}.updates-v2-page .device-item{display:flex;align-items:flex-start;gap:.55rem;width:100%;text-align:left;padding:.65rem .7rem;border-radius:12px;border:1px solid var(--enterprise-border);background:color-mix(in srgb,#ffffff 88%,var(--ui-bg) 12%);box-shadow:none;transform:none}.updates-v2-page .device-item:hover{transform:none;box-shadow:none;border-color:color-mix(in srgb,var(--enterprise-accent, #2563eb) 35%,var(--enterprise-border));background:color-mix(in srgb,#ffffff 96%,var(--enterprise-accent, #2563eb) 4%)}.updates-v2-page .device-item.active{background:color-mix(in srgb,var(--enterprise-accent, #2563eb) 12%,#ffffff);border-color:color-mix(in srgb,var(--enterprise-accent, #2563eb) 45%,var(--enterprise-border));color:var(--enterprise-text)}.updates-v2-page .device-item.active .device-name,.updates-v2-page .device-item.active .device-info{color:inherit}.updates-v2-page .device-item__status{width:.55rem;height:.55rem;margin-top:.35rem;border-radius:999px;flex:0 0 auto}.updates-v2-page .device-item__status--online{background:#16a34a}.updates-v2-page .device-item__status--offline{background:#94a3b8}.updates-v2-page .device-item__copy{display:flex;flex-direction:column;gap:.15rem;min-width:0}.updates-v2-page .device-name{font-size:.9rem;line-height:1.25;word-break:break-word}.updates-v2-page .device-info{font-size:.78rem}.updates-v2-page .devices-pagination{margin-top:.65rem}.updates-v2-page .devices-pagination .enterprise-action-btn-v2{flex:1 1 auto;justify-content:center;min-width:0;padding-inline:.55rem}.updates-v2-page .updates-panel--v2 .ui-card-body{padding:16px 18px}.updates-v2-page .device-header{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem;padding-bottom:.85rem}.updates-v2-page .device-header h2{font-size:1.35rem;line-height:1.2}.updates-v2-page .device-header__meta{margin:.3rem 0 0;font-size:.85rem;color:var(--enterprise-muted)}.updates-v2-page .device-header__meta .is-online{color:#15803d;font-weight:700}.updates-v2-page .device-header__meta .is-offline{color:#b45309;font-weight:700}.updates-v2-page .device-actions{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.updates-v2-page .device-actions .enterprise-action-btn-v2{flex:0 1 auto}.updates-v2-page .updates-summary--v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:1rem;padding:0;background:transparent;border:0}.updates-v2-page .updates-summary--v2 .summary-item{padding:12px 14px;border-radius:14px;border:1px solid var(--enterprise-border);background:color-mix(in srgb,#ffffff 90%,var(--ui-bg) 10%)}.updates-v2-page .updates-summary--v2 .summary-label{font-size:.78rem}.updates-v2-page .updates-summary--v2 .summary-value{font-size:1.35rem}.updates-v2-page .updates-summary--v2 .summary-value--text{font-size:.95rem;font-weight:700;line-height:1.35}.updates-v2-page .auto-install-policy-card--compact{margin-bottom:1rem;padding:12px 14px;border-radius:14px;border:1px solid var(--enterprise-border);background:color-mix(in srgb,#ffffff 92%,var(--ui-bg) 8%)}.updates-v2-page .auto-install-policy-card--compact .auto-install-policy-card-title{font-size:.95rem;margin-bottom:.25rem}.updates-v2-page .auto-install-policy-card--compact .auto-install-policy-tagline{font-size:.82rem;margin-bottom:.65rem}.updates-v2-page .auto-install-policy-details{margin-top:.5rem}.updates-v2-page .auto-install-policy-details>summary{cursor:pointer;font-size:.82rem;font-weight:700;color:var(--enterprise-muted)}.updates-v2-page .updates-section-title{font-size:.95rem}.updates-v2-page .updates-history-summary{margin:0 0 .55rem;color:var(--enterprise-muted);font-size:.82rem}.updates-v2-page .updates-table-wrap--scroll{max-height:280px;overflow:auto;border:1px solid var(--enterprise-border);border-radius:12px}.updates-v2-page .updates-table-wrap--scroll .updates-table{margin:0}.updates-v2-page .updates-table th{position:sticky;top:0;background:color-mix(in srgb,#ffffff 94%,var(--ui-bg) 6%);z-index:1}.updates-v2-page .updates-section .updates-table-wrap:not(.updates-table-wrap--scroll){border:1px solid var(--enterprise-border);border-radius:12px;overflow:auto}@media(max-width:900px){.updates-v2-page.rmm-list-v2-page .updates-layout--v2{grid-template-columns:1fr}.updates-v2-page .devices-sidebar--v2{position:static;max-height:none;order:-1}.updates-v2-page .devices-sidebar--v2 .ui-card-body{max-height:none}.updates-v2-page .device-list{max-height:220px}.updates-v2-page .updates-summary--v2{grid-template-columns:1fr}}.crm-categories-v2-page .crm-category-add-field .enterprise-search-v2{width:100%;min-width:0;box-sizing:border-box}.crm-categories-v2-page .endpoints-v2__filters-primary>.endpoints-v2__filters-refresh-btn,.crm-reminders-v2-page .endpoints-v2__filters-primary>.endpoints-v2__filters-refresh-btn,.crm-tasks-page.crm-list-v2-page .endpoints-v2__filters-primary>.endpoints-v2__filters-refresh-btn{margin-left:auto}.crm-reminders-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary>.enterprise-search-v2{flex:0 1 auto;min-width:180px;max-width:280px;width:auto}.crm-reminders-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary>.endpoints-v2__filters-unassigned{flex:0 0 auto;align-self:center}.crm-sync-v2-page .endpoints-v2__filters-primary>.endpoints-v2__filters-refresh-btn{margin-left:auto}.crm-sync-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary>.enterprise-search-v2{flex:0 1 auto;min-width:11.5rem;max-width:16rem;width:auto}.crm-sync-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary>.endpoints-v2__filters-unassigned{flex:0 0 auto;align-self:center}.crm-sync-v2-page .crm-sync-export-group{display:inline-flex;align-items:center;gap:.4rem;flex:0 1 auto;min-width:0}.crm-sync-v2-page .crm-sync-export-group>.enterprise-search-v2{flex:0 1 auto;min-width:11.5rem;max-width:15rem;width:auto}.crm-sync-v2-page .crm-list-header-v2 .enterprise-page-header-v2__actions{flex:0 1 auto;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.crm-sync-v2-page .crm-sync-safe-preview-table th.crm-sync-safe-preview-table__confidence,.crm-sync-v2-page .crm-sync-safe-preview-table td.crm-sync-safe-preview-table__confidence{width:4.5rem;min-width:4.5rem;white-space:nowrap;text-align:right}.crm-sync-v2-page .crm-sync-section{margin:0}.crm-sync-v2-page .crm-sync-inline-note{margin-bottom:.75rem;padding:.65rem .8rem;border:1px solid var(--enterprise-border);border-radius:14px;background:color-mix(in srgb,var(--enterprise-panel) 92%,var(--ui-bg) 8%)}.crm-sync-v2-page .crm-sync-safe-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem}.crm-sync-v2-page .crm-sync-safe-panel{padding:.75rem;border:1px solid var(--enterprise-border);border-radius:14px;background:color-mix(in srgb,#ffffff 88%,var(--ui-bg) 12%)}.crm-sync-v2-page .crm-sync-safe-panel .crm-empty-state{margin-top:.35rem}.crm-sync-v2-page .crm-sync-audit-filters.endpoints-v2__filters-panel{margin:0;box-shadow:none}.crm-sync-v2-page .ui-card{border:1px solid var(--enterprise-border);border-radius:18px;background:color-mix(in srgb,#ffffff 94%,var(--ui-bg) 6%);box-shadow:none}.crm-sync-v2-page .ui-card-header{border-bottom:1px solid var(--enterprise-border);background:transparent;font-weight:700}.crm-sync-v2-page .crm-sync-bulk-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.crm-list-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary{flex-wrap:wrap;row-gap:10px}.crm-list-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary>.endpoints-v2__filters-search-wrap{flex:1 1 220px;min-width:180px;max-width:360px}.crm-list-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary>.enterprise-search-v2{flex:0 1 180px;max-width:220px}.crm-list-v2-page .endpoints-v2__filters-primary.crm-v2-filters-primary>.enterprise-search-v2.crm-quotes-sort-select{flex:0 0 auto;min-width:20rem;max-width:none;width:auto;padding-right:2rem}.crm-list-v2-page .endpoints-v2__filters-advanced>.enterprise-search-v2,.crm-list-v2-page .endpoints-v2__filters-advanced>.endpoints-v2__filters-search-wrap{flex:0 1 180px;min-width:140px;max-width:240px}@media(max-width:720px){.crm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__inner,.crm-detail-v2-page .crm-list-header-v2 .enterprise-page-header-v2__inner{flex-direction:column}.crm-list-v2-page .crm-list-header-v2 .enterprise-page-header-v2__actions,.crm-detail-v2-page .crm-list-header-v2 .enterprise-page-header-v2__actions{width:100%;justify-content:flex-start}}.crm-list-v2-page .ui-modal-overlay{background:var(--ui-modal-overlay-bg);-webkit-backdrop-filter:blur(var(--ui-modal-overlay-blur));backdrop-filter:blur(var(--ui-modal-overlay-blur))}.crm-list-v2-page .ui-modal{border:1px solid var(--ui-modal-shell-border);border-radius:var(--ui-modal-shell-radius);background:#fff;box-shadow:var(--ui-modal-shell-shadow)}.crm-list-v2-page .ui-modal-header,.crm-list-v2-page .ui-modal-footer{border-color:var(--ui-modal-shell-border)}.crm-list-v2-page .ui-modal .ui-input,.crm-list-v2-page .ui-modal .ui-select,.crm-list-v2-page .ui-modal .phone-input-wrapper input,.crm-list-v2-page .ui-modal .ui-file-input-wrap .ui-file-input-filename{background:#fff}.crm-list-v2-page .ui-modal-footer .ui-btn-primary{border:0;background:var(--enterprise-primary);color:#fff}.crm-list-v2-page .crm-v2-modal--contact,.crm-list-v2-page .crm-v2-modal--notes{width:min(92vw,520px)}.crm-list-v2-page .crm-v2-modal--client{width:min(92vw,740px)}.crm-list-v2-page .crm-v2-modal-body{display:flex;flex-direction:column;gap:1.25rem}.settings-v2-page.rmm-list-v2-page>.settings-page--v2{flex:1;min-width:0;display:flex;flex-direction:column}.email-settings-v2-page .email-settings-v2__header.crm-list-header-v2.enterprise-page-header-v2,.settings-v2-page .settings-header-v2.crm-list-header-v2.enterprise-page-header-v2,.settings-v2-page .settings-tabs-v2{margin:0}.settings-v2-page .settings-section-pills-v2 a.enterprise-pill-v2{font-weight:600}#root{width:100%;min-height:100vh;overflow-x:hidden}
