.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:30px;padding:0 12px;border-radius:var(--radius);border:1px solid transparent;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover:not(:disabled){background:var(--color-primary-hover)}.btn-secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-bg)}.btn-danger{background:var(--color-danger);color:#fff;border-color:var(--color-danger)}.btn-danger:hover:not(:disabled){background:color-mix(in srgb,var(--color-danger) 85%,#000000);border-color:color-mix(in srgb,var(--color-danger) 85%,#000000);color:#fff}.btn-ghost{background:transparent;color:var(--color-text-muted);border-color:transparent}.btn-ghost:hover:not(:disabled){background:var(--color-bg);color:var(--color-text)}.input,.textarea{width:100%;height:30px;padding:0 10px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text)}.select{width:100%;height:30px;padding:0 28px 0 10px;border:1px solid var(--color-border);border-radius:var(--radius);background-color:var(--color-surface);color:var(--color-text);appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23737686' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px 12px;cursor:pointer}.textarea{height:auto;min-height:80px;padding:8px 10px;resize:vertical}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--color-primary)}.input-date{position:relative;cursor:pointer}.input-date::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.input[type=number]::-webkit-outer-spin-button,.input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.label{display:block;font-size:12px;font-weight:500;color:var(--color-text-muted);margin-bottom:4px}.field{margin-bottom:12px}.field-error{margin-top:4px;color:var(--color-danger);font-size:12px;line-height:16px}.badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.badge-default{background:#f4f4f5;color:#52525b}.badge-primary{background:#eff6ff;color:#1d4ed8}.badge-success{background:#f0fdf4;color:#15803d}.badge-warning{background:#fffbeb;color:#b45309}.badge-danger{background:#fef2f2;color:#b91c1c}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:12px 16px}.page-title{font-size:18px;font-weight:600;line-height:1.3;margin:0}.page-subtitle{font-size:13px;color:var(--color-text-muted);margin:4px 0 0}.table-wrap{overflow-x:auto;max-width:100%;min-width:0;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.table{width:100%;min-width:560px;border-collapse:collapse;font-size:11px;line-height:14px}.table th{text-align:left;height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;font-size:9px;font-weight:600;line-height:26px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);background:var(--color-bg);border-bottom:1px solid var(--color-border);white-space:nowrap;vertical-align:middle}.table td{height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;border-bottom:1px solid var(--color-border);vertical-align:middle;line-height:26px}.table tr:last-child td{border-bottom:none}.table tbody tr:hover{background:#fafafa}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;background:#00000059}.modal{display:flex;flex-direction:column;width:min(420px,calc(100vw - 32px));max-height:min(90vh,100%);overflow:hidden;border:1px solid var(--color-border, #e4e4e7);border-radius:8px;background:var(--color-surface, #ffffff);box-shadow:0 8px 32px #00000026}.modal--lg{width:min(640px,calc(100vw - 32px))}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--color-border, #e4e4e7);flex-shrink:0}.modal-header-text{min-width:0}.modal-header h2{margin:0;font-size:15px;font-weight:600;line-height:1.3;color:var(--color-text, #18181b)}.modal-header-description{margin:4px 0 0;font-size:12px;line-height:1.4;color:var(--color-text-muted, #737686)}.modal-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px;border:0;border-radius:4px;background:transparent;color:var(--color-text-muted, #737686);cursor:pointer}.modal-close:hover{background:var(--color-surface-muted, #f4f4f5);color:var(--color-text, #18181b)}.modal-body{flex:1;overflow:auto;padding:16px}.anchored-dropdown{display:flex;flex-direction:column;min-width:0;overflow:hidden}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--color-border, #e4e4e7);background:var(--color-surface, #ffffff);flex-shrink:0}.modal-form{display:flex;flex-direction:column;min-height:0;flex:1}.modal-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}.modal-form-grid .field{margin-bottom:0;min-width:0}.modal-form-grid .field>input:not([type=checkbox]):not([type=radio]),.modal-form-grid .field>select,.modal-form-grid .field>textarea,.modal-form-grid .field .input,.modal-form-grid .field .select,.modal-form-grid .field .textarea{width:100%;box-sizing:border-box}.modal-form-grid .field.span-2,.modal-form-grid .modal-form-grid-span-2{grid-column:1 / -1}@media(max-width:560px){.modal-form-grid{grid-template-columns:1fr}}.empty-state{text-align:center;padding:32px 16px;color:var(--color-text-muted)}.spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .6s linear infinite}.page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%;min-height:60vh;color:#737686}.page-loader-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;min-height:100vh;background:var(--color-bg, #ffffff)}.page-loader-label{font-size:13px;color:#737686}.page-loader-slow-message{font-size:12px;color:#9ca3af}.load-error-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:200px;padding:32px 24px;text-align:center}.load-error-panel-compact{min-height:160px;padding:24px 16px}.load-error-panel-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#f4f4f5;color:#737686}.load-error-panel-heading{margin:0;font-size:14px;font-weight:600;color:#1a1c1c;line-height:1.4}.load-error-panel-body{margin:0;max-width:360px;font-size:13px;line-height:1.5;color:#737686}.load-error-panel .btn{margin-top:4px}.loading-dots{display:inline-flex;align-items:center;gap:6px}.loading-dots span{display:block;width:6px;height:6px;border-radius:50%;background:#737686;animation:loading-dots-pulse 1.1s cubic-bezier(.45,0,.2,1) infinite;will-change:transform,opacity}.loading-dots-md span{width:7px;height:7px}.loading-dots-lg span{width:8px;height:8px}.loading-dots span:nth-child(2){animation-delay:.15s}.loading-dots span:nth-child(3){animation-delay:.3s}@keyframes loading-dots-pulse{0%,70%,to{opacity:.35;transform:translateY(0) scale(.92)}35%{opacity:1;transform:translateY(-4px) scale(1)}}.skeleton{display:inline-block;max-width:100%;background:linear-gradient(90deg,#ececef,#f6f6f8,#ececef 90%);background-size:200% 100%;animation:skeleton-shimmer 1.35s ease-in-out infinite;border-radius:4px}.skeleton-circle{border-radius:50%;flex-shrink:0}.skeleton-stagger-1{animation:skeleton-fade-in .4s ease both;animation-delay:0ms}.skeleton-stagger-2{animation:skeleton-fade-in .4s ease both;animation-delay:80ms}.skeleton-stagger-3{animation:skeleton-fade-in .4s ease both;animation-delay:.16s}@keyframes skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes skeleton-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:8px 12px;border-radius:var(--radius);font-size:13px;margin-bottom:12px}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.app-shell{display:flex;min-height:100vh;height:100vh;width:100%;max-width:100vw;overflow:hidden}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-width);background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;z-index:40;transition:width .2s,transform .2s;overflow:hidden}.sidebar.sidebar-resizable:not(.sidebar-mobile-open){overflow:visible}.sidebar-resize-handle{position:absolute;top:0;right:-5px;bottom:0;width:10px;z-index:50;cursor:var(--netapps-cursor-resize-h);touch-action:none}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-resize-handle{right:-8px;width:16px}.sidebar-resize-handle:after{content:"";position:absolute;top:0;right:4px;bottom:0;width:2px;border-radius:1px;background:#7376868c;opacity:0;transition:opacity .15s,background .15s}.sidebar-resize-handle:hover:after,body.sidebar-is-resizing .sidebar-resize-handle:after{opacity:1}body.sidebar-is-resizing{cursor:var(--netapps-cursor-resize-h);-webkit-user-select:none;user-select:none}@media(min-width:768px){.app-shell.app-shell-sidebar-resizable .sidebar:not(.sidebar-mobile-open){width:var(--sidebar-active-width)}.app-shell.app-shell-sidebar-resizable .app-main{margin-left:var(--sidebar-active-width);width:calc(100vw - var(--sidebar-active-width));max-width:calc(100vw - var(--sidebar-active-width))}.app-shell.app-shell-sidebar-resizable.sidebar-is-resizing .sidebar,.app-shell.app-shell-sidebar-resizable.sidebar-is-resizing .app-main{transition:none}}.sidebar-collapsed{width:var(--sidebar-collapsed)}@media(min-width:768px){.app-shell.app-shell-sidebar-resizable .sidebar.sidebar-collapsed:not(.sidebar-mobile-open){width:var(--sidebar-active-width)}}.sidebar-brand{height:48px;display:flex;align-items:center;padding:0 16px;font-weight:700;font-size:14px;border-bottom:1px solid var(--color-border);white-space:nowrap;overflow:hidden}.sidebar-nav{flex:1;min-height:0;padding:8px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.sidebar-section-label{padding:8px 10px 4px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.sidebar-favorites{margin-bottom:8px}.sidebar-favorites-header{display:flex;align-items:center;gap:4px;min-height:28px;margin-bottom:2px;padding:0 4px 0 8px;border-radius:var(--radius);background:#f4f4f5}.sidebar-favorites-header-toggle{display:flex;flex:1;align-items:center;gap:4px;min-width:0;padding:4px 0;border:0;background:transparent;color:#737686;font:inherit;font-size:12px;font-weight:500;text-align:left;cursor:pointer}.sidebar-favorites-chevron{flex-shrink:0;color:#737686;transition:transform .15s ease}.sidebar-favorites.open .sidebar-favorites-chevron{transform:rotate(180deg)}.sidebar-favorites-add{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.sidebar-favorites-add:hover{background:#0000000d;color:#1a1c1c}.sidebar-favorites-list{display:flex;flex-direction:column;gap:2px}.sidebar-favorite-row{position:relative;display:flex;align-items:center;min-width:0;border-radius:var(--radius)}.sidebar-favorite-row:hover,.sidebar-favorite-row.active{background:#f4f4f5}.sidebar-favorite-link{display:flex;flex:1;align-items:center;gap:8px;min-width:0;height:32px;padding:0 28px 0 8px;border-radius:var(--radius);color:#1a1c1c;font-size:13px;font-weight:500;text-decoration:none}.sidebar-favorite-link:hover{text-decoration:none;color:#1a1c1c}.sidebar-favorite-object-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background:#dbeafe;color:#2563eb}.sidebar-favorite-label{display:flex;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sidebar-favorite-name{flex-shrink:0;color:#1a1c1c;font-weight:500}.sidebar-favorite-sep,.sidebar-favorite-type{color:#737686;font-weight:400}.sidebar-favorite-remove{position:absolute;top:50%;right:4px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;opacity:0;transform:translateY(-50%);cursor:pointer;transition:opacity .15s ease,background .15s ease,color .15s ease}.sidebar-favorite-row:hover .sidebar-favorite-remove{opacity:1}.sidebar-favorite-remove:hover{background:#0000000d;color:#1a1c1c}.sidebar-footer{flex-shrink:0;padding:8px 12px;border-top:1px solid var(--color-border);background:var(--color-surface)}.sidebar-link{display:flex;align-items:center;gap:10px;height:32px;padding:0 10px;border-radius:var(--radius);color:var(--color-text-muted);font-size:13px;font-weight:500;text-decoration:none;margin-bottom:2px}.sidebar-link:hover{background:var(--color-bg);color:var(--color-text);text-decoration:none}.sidebar-link.active{background:#e4e1e6;color:#656467;font-weight:600}.sidebar-icon{width:18px;text-align:center;flex-shrink:0}.sidebar-nav-group{margin-bottom:2px}.sidebar-nav-group-trigger{display:flex;align-items:center;gap:10px;width:100%;height:32px;padding:0 10px;border:none;border-radius:var(--radius);background:transparent;color:var(--color-text-muted);font:inherit;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.sidebar-nav-group-trigger:hover,.sidebar-nav-group-trigger.active{background:var(--color-bg);color:var(--color-text)}.sidebar-nav-group-trigger .sidebar-icon-accent{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background:var(--color-primary-subtle);color:var(--color-primary)}.sidebar-nav-chevron{margin-left:auto;flex-shrink:0;color:#737686;transition:transform .15s ease}.sidebar-nav-group.open .sidebar-nav-chevron{transform:rotate(180deg)}.sidebar-nav-group-items{position:relative;margin:2px 0 4px 18px;padding-left:12px;border-left:1px solid #d7d8de}.sidebar-sub-link{display:flex;align-items:center;gap:8px;height:32px;padding:0 8px;border-radius:var(--radius);color:var(--color-text-muted);font-size:13px;font-weight:500;text-decoration:none}.sidebar-sub-link:hover{background:var(--color-bg);color:var(--color-text);text-decoration:none}.sidebar-sub-link.active{background:#e4e1e6;color:#656467;font-weight:600}.sidebar-sub-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;background:transparent;color:inherit;flex-shrink:0}.sidebar-collapsed .sidebar-nav-group-trigger{justify-content:center;padding:0}.sidebar-collapsed .sidebar-nav-group-trigger .sidebar-label,.sidebar-collapsed .sidebar-nav-group-trigger .sidebar-nav-chevron{display:none}.sidebar-collapsed-flyout-menu{pointer-events:auto;padding:6px;min-width:180px;transform:translateY(-12px);z-index:250}.sidebar-collapsed-flyout-menu:before{content:"";position:absolute;top:0;left:-16px;width:16px;height:100%}.sidebar-collapsed-flyout-title{padding:4px 8px 6px;color:#737686;font-size:11px;font-weight:600;line-height:14px;text-transform:uppercase;letter-spacing:.02em}.sidebar-collapsed-flyout-links{display:flex;flex-direction:column;gap:2px}.sidebar-collapsed-flyout-link{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;color:#434655;font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;pointer-events:auto}.sidebar-collapsed-flyout-link:hover{background:var(--color-bg);color:var(--color-text);text-decoration:none}.sidebar-collapsed-flyout-link.active{background:#e4e1e6;color:#656467;font-weight:600;text-decoration:none}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:35}.app-main{flex:1 1 0%;margin-left:var(--sidebar-width);display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;transition:margin-left .2s}@media(min-width:768px){.app-shell:not(.app-shell-sidebar-resizable) .app-main{width:calc(100vw - var(--sidebar-width));max-width:calc(100vw - var(--sidebar-width))}.app-shell:not(.app-shell-sidebar-resizable) .app-main.app-main-collapsed{width:calc(100vw - var(--sidebar-collapsed));max-width:calc(100vw - var(--sidebar-collapsed))}}.app-main-collapsed{margin-left:var(--sidebar-collapsed)}.topbar{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:40;flex-shrink:0;width:100%;min-width:0;box-sizing:border-box}.topbar-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.topbar-left .crm-breadcrumb{min-width:0;overflow:hidden}.topbar-left .crm-breadcrumb ol{flex-wrap:nowrap;overflow:hidden;color:#1a1c1c;font-size:13px;font-weight:600;line-height:18px}.topbar-left .crm-breadcrumb a{color:#434655;font-weight:500}.topbar-left .crm-breadcrumb [aria-current=page]{color:#1a1c1c;font-weight:600}.crm-breadcrumb-current{min-width:0;flex-shrink:1}.crm-breadcrumb-current-inner{display:inline-flex;align-items:center;gap:4px;min-width:0}.crm-breadcrumb-current-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.crm-breadcrumb-current:not(.crm-breadcrumb-current--with-nav) .crm-breadcrumb-current-label{max-width:240px}.crm-breadcrumb-current--with-nav .crm-breadcrumb-current-inner{width:196px;max-width:min(196px,42vw);flex-shrink:0}.crm-breadcrumb-current--with-nav .crm-breadcrumb-current-label{flex:1 1 0;min-width:0;max-width:none}.crm-breadcrumb-record-nav{display:inline-flex;align-items:center;gap:2px;flex:0 0 48px;width:48px}.crm-breadcrumb-record-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#52525b;cursor:pointer}.crm-breadcrumb-record-nav-btn:hover:not(:disabled){background:#f4f4f5;color:#1a1c1c}.crm-breadcrumb-record-nav-btn:disabled{opacity:.4;cursor:not-allowed}.topbar-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.topbar-right .btn.btn-icon,.topbar-right .profile-icon-btn{width:32px;height:32px}.topbar-right .btn.btn-icon{border:1px solid #c3c6d7;border-radius:6px;background:#fff}.topbar-right .btn.btn-icon svg{width:18px;height:18px}.topbar-search-wrap{position:relative}.topbar-search{display:flex;align-items:center;gap:8px;width:280px;max-width:32vw;height:32px;padding:0 10px;border:1px solid #c3c6d7;border-radius:6px;background:#fff;color:#434655}.topbar-search input{width:100%;min-width:0;border:0;background:transparent;color:#1a1c1c;font-size:12px;line-height:16px;outline:none}.topbar-search input::placeholder{color:#737686}.topbar-search-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:50;width:360px;max-width:80vw;max-height:min(360px,calc(100dvh - 5rem));overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border:1px solid #c3c6d7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #00000014}.topbar-search-result{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:8px 12px;border:0;border-bottom:1px solid #e4e4e7;background:#fff;text-align:left;cursor:pointer}.topbar-search-result:last-child{border-bottom:0}.topbar-search-result:hover{background:#f3f3f3}.topbar-search-result-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:999px;background:#eff6ff;color:#1d4ed8}.topbar-search-result-body{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.topbar-search-result-body strong{overflow:hidden;color:#1a1c1c;font-size:12px;font-weight:600;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.topbar-search-result-body span{overflow:hidden;color:#737686;font-size:11px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.topbar-search-result-type{flex-shrink:0;color:#737686;font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.topbar-search-empty{padding:12px;color:#737686;font-size:12px}.mobile-menu-button{display:none}.page-content{padding:16px;flex:1;min-height:0}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.kpi-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:12px 16px}.kpi-label{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.kpi-value{font-size:22px;font-weight:700;margin-top:4px}.detail-grid{display:grid;grid-template-columns:280px 1fr;gap:16px}.detail-sidebar{display:flex;flex-direction:column;gap:12px}.settings-layout{display:flex;gap:12px;min-height:0;flex:1}.settings-nav{display:flex;width:240px;flex-direction:column;gap:4px;padding:16px 0;border-right:1px solid #c3c6d7;flex-shrink:0}.settings-nav-title{margin:0 0 16px;padding:0 24px;color:#1a1c1c;font-size:14px;font-weight:600}.settings-nav-link{display:flex;align-items:center;gap:12px;min-height:36px;padding:0 24px;border-radius:0;border-right:2px solid transparent;color:#5f5e61;font-size:13px;text-decoration:none}.settings-nav-link svg{flex-shrink:0}.settings-nav-link:hover{color:#004ac6;text-decoration:none}.settings-nav-link.active{border-right-color:#004ac6;background:#dbe1ff4d;color:#004ac6;font-weight:600}.settings-content{flex:1;min-width:0}.pipeline-board{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;overflow-x:auto}.pipeline-column{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);min-width:200px}.pipeline-column-header{padding:8px 12px;font-size:12px;font-weight:600;border-bottom:1px solid var(--color-border)}.pipeline-card{margin:8px;padding:10px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);cursor:pointer}.pipeline-card:hover{border-color:var(--color-primary)}.auth-layout,.crm-auth-layout{min-height:100vh;display:flex;background:#f9f9f9}.crm-auth-brand{display:none;width:50%;flex-direction:column;justify-content:space-between;padding:48px;background:#f4f4f5;background-image:linear-gradient(to right,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.05) 1px,transparent 1px);background-size:20px 20px}.crm-auth-brand-top,.crm-auth-mobile-brand{display:flex;align-items:center;gap:8px}.crm-auth-brand-icon{color:#004ac6}.crm-auth-brand-logo{height:28px;width:auto;max-width:180px;object-fit:contain}.crm-auth-brand-logo--mobile{height:22px;max-width:140px}.crm-auth-brand-name{color:#1a1c1c;font-size:18px;font-weight:600;line-height:24px}.crm-auth-brand-copy h1{margin:0 0 8px;color:#1a1c1c;font-size:30px;font-weight:700;line-height:1.2;letter-spacing:-.02em}.crm-auth-brand-copy p{margin:0;max-width:28rem;color:#434655;font-size:14px;line-height:1.5}.crm-auth-panel{position:relative;display:flex;flex:1;align-items:center;justify-content:center;padding:16px 32px;background:#fff}.crm-auth-back{position:absolute;top:24px;right:24px;display:inline-flex;align-items:center;gap:4px;color:#434655;font-size:12px;text-decoration:none}.crm-auth-back:hover{color:#2563eb}.crm-auth-card-wrap{width:100%;max-width:400px}.crm-auth-card{padding:24px;border:1px solid #c3c6d7;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d}.crm-auth-mobile-brand{margin-bottom:24px}.crm-auth-desktop-badge{display:none;margin-bottom:24px}.crm-auth-pill{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;background:#e8e8e8;color:#434655;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-auth-heading h2{margin:0 0 4px;color:#1a1c1c;font-size:18px;font-weight:600;line-height:24px}.crm-auth-heading p{margin:0 0 24px;color:#434655;font-size:13px;line-height:18px}.crm-auth-field{margin-bottom:16px}.crm-auth-field-label-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.crm-auth-field label{color:#1a1c1c;font-size:12px;font-weight:500;line-height:16px}.crm-auth-field-label-row a{color:#004ac6;font-size:12px;text-decoration:none}.crm-auth-field-label-row a:hover{text-decoration:underline}.crm-auth-input-wrap{position:relative}.crm-auth-input-icon{position:absolute;top:50%;left:10px;display:inline-flex;color:#434655;transform:translateY(-50%);pointer-events:none}.crm-auth-input{width:100%;height:30px;padding:0 32px;border:1px solid #c3c6d7;border-radius:4px;background:#fff;color:#1a1c1c;font:inherit;font-size:13px}.crm-auth-input:focus{outline:none;border-color:#004ac6}.crm-auth-input-toggle{position:absolute;top:50%;right:8px;display:inline-flex;padding:0;border:0;background:transparent;color:#434655;transform:translateY(-50%);cursor:pointer}.crm-auth-remember{display:flex;align-items:center;gap:8px;margin:8px 0 16px;color:#434655;font-size:13px}.crm-auth-remember input{width:14px;height:14px;accent-color:#004ac6}.crm-auth-submit{width:100%;height:30px;border:1px solid transparent;border-radius:4px;background:#004ac6;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.crm-auth-submit:hover:not(:disabled){background:#003ea8}.crm-auth-submit:disabled{opacity:.7;cursor:not-allowed}.crm-auth-help{margin-top:32px;color:#434655;font-size:12px;text-align:center}.crm-auth-help a{color:#004ac6;text-decoration:none}.crm-auth-footer-link{margin-top:24px;text-align:center}.crm-auth-footer-link a{display:inline-flex;align-items:center;justify-content:center;gap:4px;color:#434655;font-size:12px;text-decoration:none}.crm-auth-footer-link a:hover{color:#004ac6}.crm-auth-copyright{display:none;margin:32px 0 0;color:#434655;font-size:12px;text-align:center;opacity:.7}.auth-card{width:100%;max-width:400px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:24px}.auth-title{font-size:18px;font-weight:600;margin:0 0 4px}.auth-subtitle{font-size:13px;color:var(--color-text-muted);margin:0 0 20px}@media(min-width:1024px){.crm-auth-brand{display:flex}.crm-auth-panel{width:50%;background:#fff}.crm-auth-mobile-brand{display:none}.crm-auth-desktop-badge,.crm-auth-copyright{display:block}}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.search-input{max-width:280px}.notification-dropdown{position:absolute;right:0;top:100%;margin-top:4px;width:320px;max-height:400px;overflow-y:auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 4px 12px #00000014;z-index:50}.notification-item{padding:10px 12px;border-bottom:1px solid var(--color-border);font-size:13px}.notification-item.unread{background:#eff6ff}.notification-item-error{color:#b91c1c;background:#fef2f2;line-height:1.4}.user-menu-wrap{position:relative}.profile-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #c3c6d7;border-radius:50%;background:#fff;cursor:pointer;flex-shrink:0;line-height:0;overflow:hidden}.profile-icon-btn .avatar{width:100%;height:100%;border-radius:50%;font-size:11px}.profile-icon-btn:hover,.profile-icon-btn:focus-visible{background:#f4f4f5}.profile-icon-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.sidebar-user-menu{width:100%;min-width:0}.sidebar-user-row{display:flex;align-items:center;gap:10px;width:100%;min-width:0;min-height:36px;padding:4px 0}.sidebar-user-row .avatar{flex-shrink:0}.sidebar-user-menu-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;margin-left:auto;padding:0;border:1px solid #c3c6d7;border-radius:4px;background:#fff;color:#656467;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.sidebar-user-menu-btn:hover{background:#efeff1;color:#434655}.sidebar-user-menu-btn.is-open,.sidebar-user-menu-btn:focus-visible{background:#e8e8ea;color:#434655}.sidebar-user-menu-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:1px}.user-dropdown{position:absolute;right:0;top:100%;margin-top:6px;min-width:168px;padding:4px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:0 4px 12px #00000014;z-index:50}.user-dropdown-up{top:auto;right:0;bottom:calc(100% + 6px);left:auto;width:auto;min-width:168px;margin-top:0;margin-bottom:0}.user-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:calc(var(--radius) - 2px);background:transparent;color:var(--color-text);font-size:13px;font-weight:500;text-decoration:none;cursor:pointer;text-align:left}.user-dropdown-item:hover{background:var(--color-bg);color:var(--color-text);text-decoration:none}.sidebar-user-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;color:var(--color-text)}.sidebar-logout-btn{display:none}.sidebar-collapsed .sidebar-footer{padding:8px;overflow:visible;position:relative;z-index:2}.sidebar-collapsed .sidebar-user-row{justify-content:center;gap:0}.sidebar-collapsed .sidebar-user-name,.sidebar-collapsed .sidebar-user-row .avatar{display:none}.sidebar-collapsed .sidebar-user-menu-btn{margin-left:0}.sidebar-collapsed .sidebar-user-menu .user-dropdown-up{top:auto;right:auto;left:calc(100% + 8px);bottom:0;margin:0}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open){overflow:visible}.sidebar-collapsed .sidebar-nav{overflow:visible}.sidebar-collapsed .sidebar-link{position:relative;justify-content:center;padding:0}.sidebar-collapsed-flyout{position:fixed;z-index:250;padding:6px 10px;border:1px solid #c3c6d7;border-radius:6px;background:#fff;box-shadow:0 4px 12px #18181b1f;color:#1a1c1c;font-size:12px;font-weight:500;line-height:16px;white-space:nowrap;transform:translateY(-50%)}.sidebar-collapsed-flyout:not(.sidebar-collapsed-flyout-menu){pointer-events:none}.sidebar-collapsed-flyout.sidebar-collapsed-flyout-menu{pointer-events:auto}@media(max-width:1279px){.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-footer{padding:8px;overflow:visible}.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-menu .user-dropdown-up{top:auto;right:auto;left:calc(100% + 8px);bottom:0;margin:0}.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-row{justify-content:center;gap:0}.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-name{display:none}.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-row .avatar{display:none}.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-menu-btn{margin-left:0}.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.sidebar{transform:translate(-100%);width:var(--sidebar-width)}.sidebar.sidebar-mobile-open{transform:translate(0);width:var(--sidebar-width)}.sidebar.sidebar-mobile-open .sidebar-brand-main{display:flex}.sidebar.sidebar-mobile-open .sidebar-label{display:inline}.sidebar.sidebar-mobile-open .sidebar-link,.sidebar.sidebar-mobile-open .sidebar-nav-group-trigger{justify-content:flex-start;padding:0 12px}.sidebar.sidebar-mobile-open .sidebar-brand{justify-content:space-between;padding:0 24px}.sidebar.sidebar-mobile-open .sidebar-user-name,.sidebar.sidebar-mobile-open .sidebar-user-row .avatar{display:flex}.sidebar-overlay.visible{display:block}.app-shell:not(.app-shell-sidebar-resizable) .app-main,.app-shell:not(.app-shell-sidebar-resizable) .app-main.app-main-collapsed,.app-shell.app-shell-sidebar-resizable .app-main,.app-main,.app-main-collapsed{margin-left:0;width:100%;max-width:100%}.detail-grid,.settings-layout{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow-x:auto;padding-bottom:8px}.kpi-grid{grid-template-columns:repeat(2,1fr)}}.btn{min-width:0;line-height:1}.btn svg{flex-shrink:0}.btn-sm{height:26px;padding:0 9px;font-size:12px}.btn-md{height:30px}.btn-icon{width:30px;height:30px;padding:0}.btn-with-icon{gap:6px}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:8px;border-radius:5px;background:var(--color-primary);color:#fff;font-size:12px;font-weight:700}.brand-logo{display:block;object-fit:contain;flex-shrink:0}.brand-logo-icon{width:24px;height:24px}.brand-logo-full{height:22px;width:auto;max-width:128px;margin-right:8px}.sidebar{box-shadow:1px 0 #18181b05}.sidebar-brand{height:52px;font-size:13px;letter-spacing:.01em}.sidebar-link{height:34px;margin-bottom:3px;color:#52525b}.sidebar-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;color:inherit}.topbar{height:52px;padding:0 18px;box-shadow:0 1px #18181b05}.topbar-right{min-width:0}.user-chip{display:inline-flex;align-items:center;gap:8px;min-width:0;height:30px;padding:0 8px 0 4px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#f4f4f5;color:#3f3f46;font-size:10px;font-weight:700;text-transform:uppercase}.user-chip-label{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text);font-size:12px;font-weight:500}.notification-count{position:absolute;top:-3px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--color-danger);color:#fff;font-size:10px;line-height:16px;font-weight:700}.notification-bell-btn{position:relative}.notification-dropdown-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--color-border);font-size:13px}.notification-dropdown-mark-all{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:var(--color-primary);font-size:12px;font-weight:500;cursor:pointer}.notification-dropdown-mark-all:hover{text-decoration:underline}.notification-item-row{display:flex;align-items:flex-start;gap:4px;padding:0}.notification-item-row.unread{background:#eff6ff}.notification-item-main{flex:1;min-width:0;padding:10px 0 10px 12px;border:0;background:transparent;text-align:left;cursor:pointer}.notification-item-main strong{display:block;font-size:13px}.notification-item-message{display:block;margin-top:2px;color:var(--color-text-muted);font-size:12px;line-height:1.4}.notification-item-time{display:block;margin-top:4px;color:var(--color-text-muted);font-size:11px}.notification-item-dismiss{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:6px 6px 0 0;padding:0;border:0;border-radius:6px;background:transparent;color:var(--color-text-muted);cursor:pointer}.notification-item-dismiss:hover{background:#0000000f;color:var(--color-text)}.notification-dropdown-footer{padding:8px;text-align:center;border-top:1px solid var(--color-border)}.dropdown-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500}.page-content{width:100%;max-width:none}.page-title{letter-spacing:-.01em}.card,.table-wrap,.auth-card,.notification-dropdown,.pipeline-column{min-width:0;box-shadow:0 1px 2px #18181b0a}.table th{white-space:nowrap;height:26px;max-height:26px;line-height:26px}.table td{vertical-align:middle;height:26px;max-height:26px;line-height:26px}.table .badge{height:14px;padding:0 4px;font-size:8px;line-height:14px}.table td:last-child,.table th:last-child{width:1%;white-space:nowrap;text-align:right;line-height:normal;vertical-align:middle}.table .table-action-btn,.table .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;min-width:20px;min-height:20px;max-width:20px;max-height:20px;padding:0;line-height:1;flex-shrink:0;vertical-align:middle}.table .table-action-btn svg,.table .btn-icon svg{display:block;width:14px;height:14px;flex-shrink:0}.table .table-primary-cell{height:26px;line-height:normal}.table .row-avatar{width:16px;height:16px;font-size:7px}.toolbar{padding:10px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.search-input{min-width:240px}.form-grid{display:grid;gap:12px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid{display:grid;gap:16px}.panel-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-grid.reports{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.report-link{color:inherit;text-decoration:none}.report-link:hover{text-decoration:none}.report-card{min-height:132px;transition:border-color .15s,transform .15s}.report-card:hover{border-color:var(--color-primary);transform:translateY(-1px)}.report-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:12px;border-radius:var(--radius);background:#eff6ff;color:var(--color-primary)}.detail-grid{align-items:start}.settings-layout{align-items:start;min-width:0}.pipeline-board{grid-template-columns:repeat(6,minmax(220px,1fr));padding-bottom:4px}.pipeline-column{background:#f8fafc}.pipeline-card{box-shadow:0 1px 1px #18181b08}@media(max-width:1279px){.sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .brand-logo-icon{display:none}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-brand{justify-content:center;padding:0}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-link{justify-content:center;padding:0}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-icon{width:24px}.pipeline-board{display:flex;align-items:stretch;overflow-x:auto}.pipeline-column{flex:0 0 240px}}@media(max-width:900px){.settings-layout{grid-template-columns:1fr}.settings-nav{position:static;flex-direction:row;overflow-x:auto;max-width:100%;padding-bottom:8px}.settings-nav-link{white-space:nowrap}}@media(max-width:767px){.sidebar,.sidebar:not(.sidebar-mobile-open){width:var(--sidebar-width);transform:translate(-100%)}.sidebar.sidebar-mobile-open{transform:translate(0);width:var(--sidebar-width)}.sidebar.sidebar-mobile-open .sidebar-brand-main{display:flex}.sidebar.sidebar-mobile-open .sidebar-label{display:inline}.sidebar.sidebar-mobile-open .sidebar-link,.sidebar.sidebar-mobile-open .sidebar-nav-group-trigger{justify-content:flex-start;padding:0 12px}.sidebar.sidebar-mobile-open .sidebar-brand{justify-content:space-between;padding:0 24px}.sidebar.sidebar-mobile-open .sidebar-user-name,.sidebar.sidebar-mobile-open .sidebar-user-row .avatar{display:flex}.app-shell:not(.app-shell-sidebar-resizable) .app-main,.app-shell:not(.app-shell-sidebar-resizable) .app-main.app-main-collapsed,.app-shell.app-shell-sidebar-resizable .app-main,.app-main,.app-main-collapsed{margin-left:0;width:100%;max-width:100%}.page-content{padding:12px;overflow-x:hidden}.topbar{padding:0 12px}.mobile-menu-button{display:inline-flex}.topbar-right{gap:4px}.toolbar{align-items:stretch}.search-input{max-width:none;min-width:100%}.form-grid.two,.panel-grid.two,.panel-grid.reports{grid-template-columns:1fr}.kpi-grid{gap:8px}.kpi-card{padding:10px}.kpi-value{font-size:18px}.settings-nav{position:static;max-width:100%}.notification-dropdown{position:fixed;left:12px;right:12px;top:56px;width:auto}}.topbar{height:48px;padding-inline:24px;border-bottom-color:#c3c6d7;background:#f9f9f9}.sidebar{background:#f9f9f9;border-right-color:#c3c6d7}.sidebar-brand{height:48px;padding:0 24px;border-bottom-color:transparent;justify-content:space-between;gap:8px}.sidebar-brand-main{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden}.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #c3c6d7;border-radius:6px;background:#fff;color:#434655;cursor:pointer;flex-shrink:0;transition:background .15s,color .15s,border-color .15s}.sidebar-toggle:hover{background:#e8e8e8;color:#1a1c1c}.sidebar-collapsed .sidebar-label{display:none}.sidebar-collapsed .sidebar-brand{justify-content:center;padding:0}.sidebar-collapsed .sidebar-brand-main{display:flex;justify-content:center;min-width:0}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .brand-logo-icon{display:none}.sidebar-collapsed .sidebar-icon{width:24px}.sidebar-nav{padding:16px 8px;scrollbar-width:none;-ms-overflow-style:none}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-footer{padding:8px 12px;border-top-color:#c3c6d7;background:#f9f9f9}.sidebar-link{height:36px;padding:0 12px;border-radius:6px;color:#434655;font-size:12px;line-height:16px}.sidebar-sub-link{height:36px;padding:0 8px;border-radius:6px;color:#434655;font-size:12px;line-height:16px}.sidebar-link.active,.sidebar-sub-link.active,.sidebar-collapsed-flyout-link.active{background:#e4e1e6;color:#656467;font-weight:600}.sidebar-sub-link.active .sidebar-sub-icon{color:inherit}.page-content{padding:24px;overflow:auto;min-height:0}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:0;flex-wrap:wrap}.page-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.page-title{font-size:20px;line-height:24px;font-weight:700;letter-spacing:-.01em}.page-subtitle{color:#434655}.list-toolbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px;padding:0;border:0;background:transparent}.list-toolbar-left,.list-toolbar-actions{display:flex;align-items:center;gap:8px;min-width:0;min-height:30px}.list-search{position:relative;display:flex;align-items:center;width:300px;min-width:240px;height:30px;flex:0 1 320px}.list-search svg{position:absolute;left:10px;top:50%;z-index:1;color:#434655;transform:translateY(-50%)}.list-search-input{width:100%;height:30px;padding:0 10px 0 32px;background:#fff;border:1px solid #c3c6d7;border-radius:6px;color:#1a1c1c;font:inherit;line-height:30px;outline:none;transition:border-color .15s,background .15s}.list-search-input::placeholder{color:#737686}.list-search-input:focus{border-color:#2563eb;background:#fff}.list-filter-button{height:30px;min-width:136px;justify-content:flex-start;padding:0 12px;background:#fff;border-color:#c3c6d7;color:#1a1c1c;font-weight:600}.list-export-button{height:30px;background:#fff;border-color:#c3c6d7;color:#1a1c1c;font-weight:500}.filter-menu-wrap{position:relative;height:30px}.filter-menu{min-width:180px;padding:4px;background:#fff;border:1px solid #c3c6d7;border-radius:6px;box-shadow:0 8px 24px #0f172a1f}.filter-option{display:flex;align-items:center;width:100%;height:28px;padding:0 8px;border:0;border-radius:4px;background:transparent;color:#434655;font-size:12px;text-align:left;cursor:pointer}.filter-option:hover,.filter-option.active{background:#e8e8e8;color:#1a1c1c}.table-wrap{display:flex;flex-direction:column;min-height:420px;max-height:calc(100vh - 228px);border-color:#c3c6d7;border-radius:8px;background:#fff;box-shadow:none}.table{min-width:100%;color:#1a1c1c;font-size:11px;line-height:14px}.table th{position:sticky;top:0;z-index:2;height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;background:#f3f3f3;border-bottom:1px solid #c3c6d7;color:#434655;font-size:9px;font-weight:600;line-height:26px;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;vertical-align:middle}.table td{height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;border-bottom:1px solid #e4e4e7;color:#434655;font-size:11px;line-height:26px;vertical-align:middle}.table td:last-child,.table th:last-child{width:52px;text-align:right}.table tbody tr{transition:background .15s}.table tbody tr:hover{background:#f3f3f3}.table-select-cell{width:28px;height:26px;max-height:26px;padding:0 4px 0 8px!important;line-height:26px}.table-checkbox{width:12px;height:12px;margin:0;vertical-align:middle;border:1px solid #c3c6d7;border-radius:2px;accent-color:#2563eb;cursor:pointer}.table-primary-cell{display:inline-flex;align-items:center;gap:5px;color:#1a1c1c;font-size:11px;font-weight:600;line-height:14px;white-space:nowrap}.table-primary-cell.no-avatar{gap:0}.row-avatar{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1px solid #c3c6d7;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:8px;font-weight:700;text-transform:uppercase;flex-shrink:0}.row-avatar.company{border-radius:4px;background:#f3f3f3;color:#434655}.badge{height:16px;padding:0 5px;border-radius:4px;font-size:9px;line-height:16px;font-weight:600;letter-spacing:.02em}.btn{height:28px;border-radius:6px;font-size:12px}.btn-icon{width:28px;height:28px}.topbar-right .btn.btn-icon{width:32px;height:32px}.btn.list-filter-button,.btn.list-export-button{height:30px}.btn-secondary{border-color:#c3c6d7}.input,.select{height:30px;border-color:#c3c6d7}.textarea{border-color:#c3c6d7}.crm-form-shell{max-width:920px;overflow:hidden;border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-form-section:last-child{border-bottom:0}.crm-form-section-title{margin:0 0 12px;color:#1a1c1c;font-size:14px;font-weight:600;line-height:20px}.crm-form-actions{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #c3c6d7;background:#f9f9f9}.crm-detail-layout{display:grid;grid-template-columns:280px minmax(0,1fr) 300px;gap:0;overflow:hidden;border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-detail-profile,.crm-detail-inspector{padding:24px;background:#fff}.crm-detail-profile{border-right:1px solid #c3c6d7}.crm-detail-main{min-width:0;padding:24px;background:#f9f9f9}.crm-detail-inspector{border-left:1px solid #c3c6d7}.crm-meta-list{display:grid;gap:12px;margin-top:16px}.crm-meta-item{display:grid;gap:2px}.crm-meta-label{color:#434655;font-size:12px;line-height:16px}.crm-meta-value{color:#1a1c1c;font-size:13px;line-height:18px}.crm-activity-item{padding:8px 0;border-bottom:1px solid #e4e4e7}.detail-avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:12px;border:1px solid #c3c6d7;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:15px;font-weight:700;text-transform:uppercase}.detail-avatar.square{border-radius:8px;background:#f3f3f3;color:#434655}.detail-title{margin:0;color:#1a1c1c;font-size:16px;font-weight:600;line-height:22px}.detail-subtitle{margin:3px 0 10px;color:#434655;font-size:13px}.crm-meta-value{display:inline-flex;align-items:center;gap:6px}.detail-tabs{display:flex;gap:24px;height:32px;margin:-24px -24px 16px;padding:0 24px;border-bottom:1px solid #c3c6d7;background:#fff}.detail-tabs button{height:32px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:#434655;font-size:13px;cursor:pointer}.detail-tabs button.active{border-bottom-color:#2563eb;color:#2563eb;font-weight:600}.detail-panel{margin-bottom:12px;padding:12px;border:1px solid #c3c6d7;border-radius:6px;background:#fff}.detail-panel h3{margin:0 0 8px;color:#1a1c1c;font-size:14px;font-weight:600}.detail-panel p{margin:0;color:#434655}.pipeline-mini{display:flex;height:28px;overflow:hidden;border:1px solid #c3c6d7;border-radius:6px;background:#f3f3f3}.pipeline-mini span{display:inline-flex;align-items:center;padding:0 10px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:600}.pagination{display:flex;align-items:center;justify-content:space-between;min-height:48px;margin-top:0;padding:10px 12px;border:1px solid #c3c6d7;border-top:0;border-radius:0 0 8px 8px;background:#fff;color:#434655;font-size:12px}.pagination-actions{display:flex;gap:6px}@media(min-width:768px)and (max-width:1279px){.sidebar:not(.sidebar-mobile-open):not(.sidebar-resizable){width:var(--sidebar-width)}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open):not(.sidebar-resizable){width:var(--sidebar-collapsed)}.sidebar:not(.sidebar-mobile-open):not(.sidebar-resizable) .sidebar-label{display:inline}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open):not(.sidebar-resizable) .sidebar-label{display:none}.sidebar:not(.sidebar-mobile-open):not(.sidebar-resizable) .sidebar-brand{justify-content:space-between;padding:0 24px}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open):not(.sidebar-resizable) .sidebar-brand{justify-content:center;padding:0}.sidebar:not(.sidebar-mobile-open):not(.sidebar-resizable) .sidebar-link{justify-content:flex-start;padding:0 12px}.sidebar.sidebar-collapsed:not(.sidebar-mobile-open):not(.sidebar-resizable) .sidebar-link{justify-content:center;padding:0}.app-shell:not(.app-shell-sidebar-resizable) .app-main{margin-left:var(--sidebar-width)}.app-shell:not(.app-shell-sidebar-resizable) .app-main.app-main-collapsed{margin-left:var(--sidebar-collapsed)}}@media(max-width:1279px){.crm-detail-layout{grid-template-columns:260px minmax(0,1fr)}.crm-detail-inspector{display:none}}@media(max-width:900px){.list-toolbar{align-items:stretch;flex-direction:column}.list-toolbar-left,.list-toolbar-actions{width:100%;flex-wrap:wrap}.list-search{width:100%;flex:1 1 100%}.list-toolbar-actions .btn,.list-toolbar-actions a{width:auto;flex:0 1 auto}.crm-detail-layout{grid-template-columns:1fr}.crm-detail-profile{border-right:0;border-bottom:1px solid #c3c6d7}}@media(max-width:767px){.topbar{padding-inline:12px;gap:8px}.topbar-left{gap:8px;min-width:0}.topbar-search{width:auto;flex:1 1 auto;min-width:0;max-width:min(180px,42vw)}.topbar-left .crm-breadcrumb-current--with-nav .crm-breadcrumb-current-inner{width:148px;max-width:min(148px,42vw)}.page-content{padding:16px}.table{min-width:720px}.crm-form-section,.crm-detail-profile,.crm-detail-main{padding:14px}}.page-content:has(.crm-record-page){display:flex;flex-direction:column;padding:0;overflow:hidden}.crm-record-page{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden;background:#f9f9f9}.crm-record-scroll{flex:1;overflow:auto;padding:24px}.crm-record-scroll-inner{display:flex;flex-direction:column;gap:12px;max-width:1440px;margin:0 auto;width:100%}.crm-breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;color:#1a1c1c;font-size:13px;font-weight:600;line-height:18px}.crm-breadcrumb li{display:inline-flex;align-items:center}.crm-breadcrumb-separator{color:#737686}.crm-breadcrumb-separator svg{display:block}.crm-breadcrumb a{color:#434655;font-weight:500;text-decoration:none;transition:color .15s ease}.crm-breadcrumb a:hover{color:#004ac6;text-decoration:none}.crm-breadcrumb [aria-current=page]{color:#1a1c1c;font-weight:600}.crm-record-header-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;border:1px solid #c3c6d7;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d}.crm-record-header-main{display:flex;align-items:center;gap:16px;min-width:0}.crm-record-logo{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;overflow:hidden;border:1px solid #c3c6d7;border-radius:6px;background:#f9f9f9;color:#434655}.crm-record-header-text h1{margin:0;color:#1a1c1c;font-size:18px;font-weight:600;line-height:24px}.crm-record-header-meta{display:flex;align-items:center;gap:12px;margin-top:4px;flex-wrap:wrap}.crm-record-link{display:inline-flex;align-items:center;gap:4px;color:#2563eb;font-size:12px;text-decoration:none}.crm-record-link:hover{text-decoration:underline}.crm-company-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:12px;align-items:start}.crm-company-main,.crm-company-side{display:flex;flex-direction:column;gap:12px;min-width:0}.crm-tabs-bar{position:sticky;top:0;z-index:4;flex-shrink:0;background:#fff;border-bottom:1px solid #c3c6d7}.crm-tabs-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.crm-tabs-scroll::-webkit-scrollbar{display:none}.crm-tabs{display:flex;flex-wrap:nowrap;gap:20px;align-items:flex-end;min-width:min-content;padding:0 16px;border-bottom:0}.crm-tabs button{flex-shrink:0;height:40px;padding:0 2px;border:0;border-bottom:2px solid transparent;background:transparent;color:#434655;font-size:13px;white-space:nowrap;cursor:pointer;transition:color .15s ease,border-color .15s ease}.crm-tabs button:hover{color:#1a1c1c}.crm-tabs button.active{border-bottom-color:#2563eb;color:#2563eb;font-weight:600}.crm-tabs-caps button{height:40px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-card{border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid #c3c6d7;background:#f9f9f9}.crm-card-header h2,.crm-card h2{margin:0;color:#1a1c1c;font-size:14px;font-weight:600;line-height:20px}.crm-card-body{padding:12px}.crm-card-link{border:0;background:transparent;color:#2563eb;font-size:12px;cursor:pointer}.crm-card-link:hover{text-decoration:underline}.crm-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px}.crm-detail-field{display:flex;flex-direction:column;gap:4px}.crm-detail-field span:first-child{color:#434655;font-size:12px;line-height:16px}.crm-detail-field span:last-child,.crm-detail-field a{color:#1a1c1c;font-size:13px;line-height:18px}.crm-mini-table{width:100%;border-collapse:collapse;font-size:11px;line-height:14px}.crm-mini-table thead{background:#f9f9f9;border-bottom:1px solid #c3c6d7}.crm-mini-table th{height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;color:#434655;font-size:9px;font-weight:600;line-height:26px;letter-spacing:.05em;text-align:left;text-transform:uppercase;background:#f3f3f3;border-bottom:1px solid #c3c6d7;white-space:nowrap;vertical-align:middle}.crm-mini-table td{height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;border-bottom:1px solid #c3c6d7;color:#434655;font-size:11px;line-height:26px;vertical-align:middle}.crm-mini-table .row-avatar,.crm-mini-table .record-initials-sm{width:16px;height:16px;font-size:7px}.crm-mini-table .badge{height:14px;padding:0 4px;font-size:8px;line-height:14px}.crm-mini-table tr:last-child td{border-bottom:0}.crm-mini-table tbody tr:hover{background:#f9f9f9}.crm-mini-table .text-right{text-align:right}.crm-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid #c3c6d7;cursor:pointer;transition:background .15s}.crm-list-item:last-child{border-bottom:0}.crm-list-item:hover{background:#f9f9f9}.crm-list-item strong{color:#1a1c1c;font-size:13px;font-weight:600}.crm-list-item span{color:#434655;font-size:12px}.crm-contact-row{display:flex;align-items:center;gap:12px}.crm-note-area{width:100%;min-height:80px;padding:8px;border:1px solid #c3c6d7;border-radius:6px;background:#f9f9f9;color:#1a1c1c;font:inherit;resize:vertical}.crm-note-area:focus{outline:none;border-color:#2563eb}.crm-note-actions{display:flex;justify-content:flex-end;margin-top:8px}.record-initials{display:inline-flex;align-items:center;justify-content:center;border:1px solid #c3c6d7;border-radius:999px;background:#e4e1e6;color:#656467;font-weight:700;text-transform:uppercase;flex-shrink:0}.record-initials.square{border-radius:4px;background:#e8e8e8;color:#434655}.record-initials-sm{width:18px;height:18px;font-size:8px}.record-initials-list{width:24px;height:24px;font-size:10px}.record-initials-md{width:32px;height:32px;font-size:11px}.record-initials-lg{width:48px;height:48px;font-size:15px}.crm-customer-shell{display:flex;flex:1;min-height:0;overflow:hidden}.crm-profile-panel{display:flex;width:280px;flex-direction:column;gap:24px;padding:24px;border-right:1px solid #c3c6d7;background:#fff;overflow-y:auto;flex-shrink:0}.crm-profile-hero{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.crm-profile-hero h2{margin:0;color:#1a1c1c;font-size:16px;font-weight:600;line-height:22px}.crm-profile-hero p{margin:0;color:#434655;font-size:13px}.crm-status-badge{display:inline-flex;align-items:center;height:20px;padding:0 8px;border:1px solid #ceead6;border-radius:4px;background:#e6f4ea;color:#1e8e3e;font-size:11px;font-weight:600}.crm-status-badge.muted{border-color:#c3c6d7;background:#e8e8e8;color:#434655}.crm-quick-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.crm-quick-actions .btn{height:28px;padding:0 12px;background:#fff;border-color:#c3c6d7;color:#1a1c1c;font-size:12px}.crm-section-title{margin:0 0 12px;color:#434655;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-about-list{display:flex;flex-direction:column;gap:12px}.crm-about-item{display:flex;flex-direction:column;gap:4px}.crm-about-item label{color:#434655;font-size:12px}.crm-about-item a,.crm-about-item span{display:inline-flex;align-items:center;gap:6px;color:#1a1c1c;font-size:13px}.crm-about-item a{color:#2563eb;text-decoration:none}.crm-about-item a:hover{text-decoration:underline}.crm-about-social-group{display:flex;flex-direction:column;gap:4px}.crm-about-social-group .crm-about-item--compact{gap:2px}.crm-about-social-group .crm-about-item--compact label{font-size:11px;color:#6b7280}.crm-divider{margin:0;border:0;border-top:1px solid #c3c6d7}.crm-tag-list{display:flex;flex-wrap:wrap;gap:8px}.crm-tag{display:inline-flex;align-items:center;height:20px;padding:0 8px;border:1px solid #c3c6d7;border-radius:4px;background:#e8e8e8;color:#434655;font-size:12px;gap:4px}.crm-tag-remove{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;background:transparent;color:inherit;cursor:pointer;opacity:.7}.crm-tag-remove:hover{opacity:1}.crm-tag-input-row{display:flex;gap:8px;margin-top:10px}.crm-tag-input{flex:1;min-width:0;height:30px;padding:0 10px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:13px}.crm-duplicate-warning{grid-column:1 / -1;margin-top:4px;padding:10px 12px;border:1px solid #f5c26b;border-radius:var(--radius);background:#fff8e6;color:#6b4f1d;font-size:13px}.crm-duplicate-warning ul{margin:6px 0 0;padding-left:18px}.crm-duplicate-warning p{margin:4px 0 0}.crm-customer-main{display:flex;flex:1;flex-direction:column;min-width:0;background:#f9f9f9}.crm-customer-main .crm-tabs-bar{background:#fff}.crm-customer-main .crm-tabs-scroll{padding:0 8px}.crm-customer-feed{flex:1;overflow-y:auto;padding:24px;max-width:768px}.crm-note-composer{margin-bottom:32px;padding:12px;border:1px solid #c3c6d7;border-radius:6px;background:#fff;box-shadow:0 1px 2px #00000005}.crm-note-composer textarea{width:100%;min-height:40px;padding:0;border:0;background:transparent;color:#1a1c1c;font:inherit;resize:none}.crm-note-composer textarea:focus{outline:none}.crm-note-composer-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid #c3c6d7}.crm-timeline{display:flex;flex-direction:column;gap:24px}.crm-timeline-item{display:flex;gap:16px;position:relative}.crm-timeline-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #c3c6d7;border-radius:999px;background:#e8e8e8;color:#434655;flex-shrink:0;z-index:1}.crm-timeline-icon--avatar{padding:0;border:0;background:transparent;overflow:hidden}.crm-timeline-icon--avatar .omnichannel-contact-avatar{width:32px;height:32px;border-radius:999px;overflow:hidden}.crm-timeline-icon--avatar .omnichannel-contact-avatar img{width:100%;height:100%;object-fit:cover}.crm-timeline-card{flex:1;padding:6px 12px;border:1px solid #c3c6d7;border-radius:6px;background:#fff}.crm-timeline-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px;color:#1a1c1c;font-size:13px}.crm-timeline-card-header time{color:#434655;font-size:11px;white-space:nowrap}.crm-timeline-card p{margin:0;color:#434655;font-size:13px}.crm-inspector-panel{display:flex;width:300px;flex-direction:column;gap:24px;padding:24px;border-left:1px solid #c3c6d7;background:#fff;overflow-y:auto;flex-shrink:0}.crm-inspector-section{display:flex;flex-direction:column;gap:12px}.crm-inspector-section-header{display:flex;align-items:center;justify-content:space-between}.crm-company-chip{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #c3c6d7;border-radius:6px;background:#f9f9f9;cursor:pointer;transition:background .15s}.crm-company-chip:hover{background:#f3f3f3}.crm-company-chip h4{margin:0;color:#1a1c1c;font-size:13px;font-weight:600}.crm-company-chip p{margin:0;color:#434655;font-size:12px}.crm-deal-list,.crm-task-list{display:flex;flex-direction:column;overflow:hidden;border:1px solid #c3c6d7;border-radius:6px}.crm-deal-row{display:flex;flex-direction:column;gap:4px;padding:6px 12px;border-bottom:1px solid #c3c6d7;background:#f9f9f9;cursor:pointer;transition:background .15s}.crm-deal-row:last-child{border-bottom:0}.crm-deal-row:hover{background:#f3f3f3}.crm-deal-row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.crm-deal-row-top a{color:#2563eb;font-size:13px;font-weight:600;text-decoration:none}.crm-deal-row-top a:hover{text-decoration:underline}.crm-deal-row-bottom{display:flex;align-items:center;justify-content:space-between;color:#434655;font-size:12px}.crm-task-row{display:flex;align-items:center;gap:8px;padding:4px}.crm-task-row .table-checkbox{flex-shrink:0}.crm-form-page .crm-form-shell{max-width:920px}.crm-form-page .page-header{margin-bottom:0}.crm-form-layout{display:flex;flex-direction:column;gap:16px;width:100%;max-width:920px;margin:0 auto}.crm-form-intro h1{margin:0;color:#1a1c1c;font-size:16px;font-weight:600;line-height:1.25}.crm-form-intro p{margin:4px 0 0;color:#434655;font-size:13px;line-height:18px}.crm-form-card{overflow:hidden;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.crm-form-section{padding:16px;border-bottom:1px solid #e4e4e7}.crm-form-section:last-of-type{border-bottom:0}.crm-form-section h2{margin:0 0 12px;color:#434655;font-size:11px;font-weight:600;letter-spacing:.05em;line-height:16px;text-transform:uppercase}.crm-form-section-desc{margin:-8px 0 12px;color:#737686;font-size:12px;line-height:16px}.crm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.crm-form-grid .field{margin-bottom:0}.crm-form-grid .field.span-2{grid-column:1 / -1}.crm-form-actions{display:flex;flex-wrap:wrap;gap:8px;padding:12px 16px;border-top:1px solid #c3c6d7;background:#f9f9f9}@media(max-width:767px){.crm-form-grid{grid-template-columns:1fr}.crm-form-grid .field.span-2{grid-column:auto}.crm-form-layout{gap:12px}.crm-form-section{padding:14px}.crm-form-actions{position:sticky;bottom:0;z-index:2;padding-bottom:max(12px,env(safe-area-inset-bottom));box-shadow:0 -1px #e4e4e7}}.crm-stage-path{display:flex;align-items:flex-start;gap:12px;flex-shrink:0;padding:12px 16px 0;background:#fff;border-bottom:1px solid #c3c6d7}.crm-stage-path-field-label{flex-shrink:0;padding-top:6px;color:#71717a;font-size:12px;font-weight:600;line-height:28px}.crm-stage-path-track{flex:1;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.crm-stage-path-track::-webkit-scrollbar{display:none}.crm-deal-guidance{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 16px;border-bottom:1px solid #e4e4e7;background:#fafafa}.crm-deal-guidance-text{flex:1;min-width:220px;margin:0;color:#52525b;font-size:13px;line-height:18px}.crm-deal-guidance-label{display:inline-block;margin-right:8px;color:#18181b;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.crm-stage-path-list{display:flex;gap:4px;min-width:min-content;margin:0;padding:0 0 10px;list-style:none}.crm-stage-path-step{flex-shrink:0}.crm-stage-path-button,.crm-stage-path-label{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:500;white-space:nowrap}.crm-stage-path-button{border:1px solid #e4e4e7;background:#f9f9f9;color:#52525b;cursor:pointer}.crm-stage-path-button:hover{background:#f4f4f5;color:#18181b}.crm-stage-path-step.is-current .crm-stage-path-button,.crm-stage-path-step.is-current .crm-stage-path-label{border:1px solid #2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600}.crm-stage-path-step.is-complete .crm-stage-path-button,.crm-stage-path-step.is-complete .crm-stage-path-label{border-color:#bbf7d0;background:#f0fdf4;color:#15803d}.crm-stage-path-label{border:1px solid #e4e4e7;background:#f9f9f9;color:#71717a}@media(max-width:1279px){.crm-inspector-panel{display:none}.crm-company-grid{grid-template-columns:1fr}}@media(max-width:1023px){.crm-customer-shell--contact .crm-profile-panel,.crm-customer-shell--account .crm-profile-panel{display:none}.crm-customer-shell:not(.crm-customer-shell--contact):not(.crm-customer-shell--account){flex-direction:column;overflow:auto}.crm-customer-shell:not(.crm-customer-shell--contact):not(.crm-customer-shell--account) .crm-profile-panel{display:flex;width:100%;max-height:none;padding:16px;border-right:0;border-bottom:1px solid #c3c6d7;flex-direction:column;gap:16px}.crm-customer-shell:not(.crm-customer-shell--contact):not(.crm-customer-shell--account) .crm-profile-hero{flex-direction:row;align-items:center;text-align:left;gap:12px}.crm-customer-shell:not(.crm-customer-shell--contact):not(.crm-customer-shell--account) .crm-quick-actions{justify-content:flex-start}.crm-customer-shell--contact .crm-contact-mobile-header,.crm-customer-shell--account .crm-contact-mobile-header{display:block}.crm-customer-shell--contact,.crm-customer-shell--account{flex-direction:column;overflow:auto}.crm-customer-shell--contact .crm-customer-main,.crm-customer-shell--account .crm-customer-main{width:100%;min-height:0}.crm-customer-main>p{padding:0 16px}.crm-customer-shell--contact .crm-contact-overview-grid,.crm-customer-shell--account .crm-contact-overview-grid{grid-template-columns:1fr}.crm-contact-mobile-header .crm-record-header-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px 12px;flex-direction:unset}.crm-contact-mobile-header .crm-record-header-main{display:contents}.crm-contact-mobile-header .crm-record-header-text{min-width:0;align-self:center}.crm-contact-mobile-header .crm-record-header-actions{width:auto;justify-content:flex-end;align-self:center}.crm-record-header-card{align-items:flex-start;flex-direction:column;gap:12px}.crm-record-header-actions{width:100%;justify-content:flex-start}.crm-record-header-text h1{font-size:17px;line-height:1.3;overflow-wrap:anywhere}.crm-customer-main .crm-tabs-scroll{padding:0 4px}.crm-tabs{gap:16px;padding:0 12px}}@media(max-width:767px){.crm-record-scroll{padding:12px}.crm-record-scroll-inner{gap:10px}.crm-record-header-card{padding:12px}.crm-record-header-main{gap:12px;width:100%}.crm-record-header-meta{gap:8px}.crm-contact-mobile-header{padding:10px 12px 0}.crm-contact-mobile-header .crm-record-header-card{padding:10px 12px;gap:8px 10px}.crm-contact-mobile-actions{width:auto}.crm-contact-mobile-actions .btn{padding-left:10px;padding-right:10px}.crm-contact-mobile-actions .btn-primary span,.crm-contact-mobile-actions .btn-primary{white-space:nowrap}.crm-detail-grid{grid-template-columns:1fr}.crm-customer-feed{padding:12px}.crm-customer-shell--contact .crm-customer-feed--messages,.crm-customer-shell--account .crm-customer-feed--messages{padding:10px}.crm-contact-stats{gap:8px}.crm-contact-stat{flex:1;min-width:0}.crm-note-composer{margin-bottom:20px;padding:10px}.crm-tabs{gap:12px;padding:0 10px}.crm-tabs button{height:38px;font-size:12px}.crm-stage-path{padding:10px 12px 0}.crm-customer-shell:not(.crm-customer-shell--contact):not(.crm-customer-shell--account) .crm-profile-panel{padding:12px}.record-detail-workflow-select{max-width:100%;width:100%}}.crm-customer-shell--contact .crm-customer-feed--wide,.crm-customer-shell--account .crm-customer-feed--wide{max-width:none}.crm-contact-mobile-header{display:none;flex-shrink:0;padding:12px 16px 0;background:#fff}.crm-contact-mobile-header .crm-record-header-card{margin:0;border:1px solid #e4e4e7;border-radius:10px;box-shadow:none}.crm-contact-mobile-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;flex-shrink:0}.crm-contact-notes{display:block;white-space:pre-wrap;line-height:1.45}.crm-contact-channels{display:flex;flex-direction:column;gap:8px}.crm-contact-channel-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #c3c6d7;border-radius:6px;background:#f9f9f9}.crm-contact-channel-body{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.crm-contact-channel-label{color:#1a1c1c;font-size:13px;font-weight:600}.crm-contact-channel-handle{overflow:hidden;color:#434655;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.crm-contact-channel-unread{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#2563eb;color:#fff;font-size:11px;font-weight:600}.crm-contact-channel-link{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;color:#434655;text-decoration:none}.crm-contact-channel-link:hover{background:#e8e8e8;color:#1a1c1c}.crm-contact-stats{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.crm-contact-stat{display:flex;flex-direction:column;gap:2px;min-width:88px;padding:10px 14px;border:1px solid #c3c6d7;border-radius:6px;background:#fff}.crm-contact-stat-value{color:#1a1c1c;font-size:18px;font-weight:600;line-height:1.2}.crm-contact-stat-label{color:#434655;font-size:11px;font-weight:500}.crm-contact-overview-grid{display:grid;grid-template-columns:1fr;gap:24px}.crm-contact-overview-aside{display:none;flex-direction:column;gap:16px;padding:16px;border:1px solid #c3c6d7;border-radius:6px;background:#fff}.crm-customer-shell--contact .crm-quick-actions,.crm-customer-shell--account .crm-quick-actions{width:100%}.crm-contact-actions{display:flex;flex-direction:column;gap:8px;width:100%}.crm-contact-actions>.btn-primary{width:100%;justify-content:center}.crm-contact-actions-more{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.crm-contact-actions-more .btn{width:100%;justify-content:center}.crm-contact-actions-more .btn-icon{padding:0}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-customer-main .crm-tabs-bar,.crm-customer-shell--account.crm-customer-shell--desktop .crm-customer-main .crm-tabs-bar{flex-shrink:0}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-customer-main .crm-tabs-scroll,.crm-customer-shell--account.crm-customer-shell--desktop .crm-customer-main .crm-tabs-scroll{padding:0 16px}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-profile-panel,.crm-customer-shell--account.crm-customer-shell--desktop .crm-profile-panel{padding:0 0 24px;gap:16px}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-inspector-panel,.crm-customer-shell--account.crm-customer-shell--desktop .crm-inspector-panel{padding:0 0 16px}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-profile-panel-header,.crm-customer-shell--contact.crm-customer-shell--desktop .crm-inspector-panel-header,.crm-customer-shell--account.crm-customer-shell--desktop .crm-profile-panel-header,.crm-customer-shell--account.crm-customer-shell--desktop .crm-inspector-panel-header{display:flex;align-items:center;justify-content:space-between;height:37px;margin:0;padding:0 24px;border-bottom:1px solid #c3c6d7;flex-shrink:0}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-inspector-panel-header,.crm-customer-shell--account.crm-customer-shell--desktop .crm-inspector-panel-header{padding:0 16px}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-profile-panel>:not(.crm-profile-panel-header):not(.crm-profile-panel-collapsed),.crm-customer-shell--account.crm-customer-shell--desktop .crm-profile-panel>:not(.crm-profile-panel-header):not(.crm-profile-panel-collapsed){padding-left:24px;padding-right:24px}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-inspector-panel>:not(.crm-inspector-panel-header),.crm-customer-shell--account.crm-customer-shell--desktop .crm-inspector-panel>:not(.crm-inspector-panel-header){padding-left:16px;padding-right:16px}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-profile-panel-collapsed,.crm-customer-shell--account.crm-customer-shell--desktop .crm-profile-panel-collapsed{padding:8px 8px 0}.crm-customer-shell--contact .crm-customer-main,.crm-customer-shell--account .crm-customer-main{min-height:0}.crm-customer-shell--contact .crm-customer-feed--messages,.crm-customer-shell--account .crm-customer-feed--messages{display:flex;flex:1;flex-direction:column;min-height:0;padding:16px 24px 24px}.crm-customer-shell--contact .crm-customer-feed--messages .record-show-messages-layout,.crm-customer-shell--account .crm-customer-feed--messages .record-show-messages-layout{flex:1;min-height:0}.crm-customer-shell--contact .crm-profile-panel,.crm-customer-shell--contact .crm-customer-feed,.crm-customer-shell--contact .crm-inspector-panel,.crm-customer-shell--account .crm-profile-panel,.crm-customer-shell--account .crm-customer-feed,.crm-customer-shell--account .crm-inspector-panel{scrollbar-width:thin;scrollbar-color:#c3c6d7 transparent}.crm-customer-shell--contact .crm-profile-panel::-webkit-scrollbar,.crm-customer-shell--contact .crm-customer-feed::-webkit-scrollbar,.crm-customer-shell--contact .crm-inspector-panel::-webkit-scrollbar,.crm-customer-shell--account .crm-profile-panel::-webkit-scrollbar,.crm-customer-shell--account .crm-customer-feed::-webkit-scrollbar,.crm-customer-shell--account .crm-inspector-panel::-webkit-scrollbar{width:6px;height:6px}.crm-customer-shell--contact .crm-profile-panel::-webkit-scrollbar-track,.crm-customer-shell--contact .crm-customer-feed::-webkit-scrollbar-track,.crm-customer-shell--contact .crm-inspector-panel::-webkit-scrollbar-track,.crm-customer-shell--account .crm-profile-panel::-webkit-scrollbar-track,.crm-customer-shell--account .crm-customer-feed::-webkit-scrollbar-track,.crm-customer-shell--account .crm-inspector-panel::-webkit-scrollbar-track{background:transparent}.crm-customer-shell--contact .crm-profile-panel::-webkit-scrollbar-thumb,.crm-customer-shell--contact .crm-customer-feed::-webkit-scrollbar-thumb,.crm-customer-shell--contact .crm-inspector-panel::-webkit-scrollbar-thumb,.crm-customer-shell--account .crm-profile-panel::-webkit-scrollbar-thumb,.crm-customer-shell--account .crm-customer-feed::-webkit-scrollbar-thumb,.crm-customer-shell--account .crm-inspector-panel::-webkit-scrollbar-thumb{border:1px solid transparent;border-radius:999px;background:#c3c6d7;background-clip:padding-box}.crm-customer-shell--contact .crm-profile-panel::-webkit-scrollbar-thumb:hover,.crm-customer-shell--contact .crm-customer-feed::-webkit-scrollbar-thumb:hover,.crm-customer-shell--contact .crm-inspector-panel::-webkit-scrollbar-thumb:hover,.crm-customer-shell--account .crm-profile-panel::-webkit-scrollbar-thumb:hover,.crm-customer-shell--account .crm-customer-feed::-webkit-scrollbar-thumb:hover,.crm-customer-shell--account .crm-inspector-panel::-webkit-scrollbar-thumb:hover{background:#a1a1aa;background-clip:padding-box}.crm-customer-shell--contact.crm-customer-shell--desktop,.crm-customer-shell--account.crm-customer-shell--desktop{position:relative}.crm-customer-shell--contact.crm-customer-shell--desktop .crm-profile-panel,.crm-customer-shell--contact.crm-customer-shell--desktop .crm-inspector-panel,.crm-customer-shell--account.crm-customer-shell--desktop .crm-profile-panel,.crm-customer-shell--account.crm-customer-shell--desktop .crm-inspector-panel{flex-shrink:0;min-width:0}.crm-profile-panel-header,.crm-inspector-panel-header{display:none;align-items:center;justify-content:space-between;min-height:28px;flex-shrink:0}.crm-customer-shell--desktop .crm-profile-panel-header,.crm-customer-shell--desktop .crm-inspector-panel-header{display:flex}.crm-profile-panel-label,.crm-inspector-panel-label{color:#434655;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-profile-panel-toggle,.crm-inspector-panel-toggle{width:28px;height:28px}.crm-profile-panel-collapsed{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:8px}.crm-customer-shell--left-collapsed .crm-profile-panel{align-items:center;padding:12px 8px;gap:12px}.crm-customer-shell--left-collapsed .crm-profile-panel-header{justify-content:center;width:100%}.crm-customer-shell--right-collapsed .crm-inspector-panel{align-items:center;padding:12px 8px;gap:12px}.crm-customer-shell--right-collapsed .crm-inspector-panel-header{justify-content:center;width:100%}.crm-inspector-panel--collapsed{overflow:hidden}.crm-customer-shell--desktop .crm-inspector-panel{gap:16px;padding:16px}.crm-inspector-empty{margin:0;padding:4px 0 0;color:#737686;font-size:12px;line-height:1.45}.crm-inspector-task-list{display:flex;flex-direction:column;gap:6px;overflow:visible;border:0;border-radius:0;background:transparent}.crm-inspector-task-card{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fafafa;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.crm-inspector-task-card:hover{border-color:#d4d4d8;background:#fff;box-shadow:0 1px 3px #0f172a0f}.crm-inspector-task-card .table-checkbox{margin-top:2px;flex-shrink:0}.crm-inspector-task-card-body{display:flex;flex:1;flex-direction:column;min-width:0;gap:4px}.crm-inspector-task-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.crm-inspector-task-title{overflow:hidden;color:#1a1c1c;font-size:13px;font-weight:600;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.crm-inspector-task-title.is-draft{color:#737686;font-weight:500;font-style:italic}.crm-inspector-task-status{flex-shrink:0;padding:1px 6px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.02em;line-height:16px;text-transform:uppercase}.crm-inspector-task-status--pending{background:#fef3c7;color:#92400e}.crm-inspector-task-status--in_progress{background:#dbeafe;color:#1d4ed8}.crm-inspector-task-status--cancelled{background:#f4f4f5;color:#71717a}.crm-inspector-task-card-meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px 8px;color:#737686;font-size:11px;line-height:14px}.crm-inspector-task-card-meta time{font-style:normal}.crm-inspector-task-card-meta time.urgent{color:#dc2626;font-weight:500}.crm-inspector-task-card-meta svg{flex-shrink:0;opacity:.75}.crm-inspector-task-priority{padding:0 5px;border-radius:4px;background:#fee2e2;color:#b91c1c;font-size:10px;font-weight:600;line-height:16px;text-transform:uppercase}.crm-inspector-task-empty{display:block;width:100%;margin:0;padding:12px;border:1px dashed #d4d4d8;border-radius:8px;background:#fafafa;color:#737686;font-size:12px;line-height:1.45;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.crm-inspector-task-empty:hover{border-color:#a1a1aa;background:#fff;color:#434655}.crm-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.crm-section-header .crm-section-title{margin:0}.crm-section-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.crm-about-item input,.crm-about-item select,.crm-about-item textarea{width:100%;min-width:0;padding:6px 8px;border:1px solid #c3c6d7;border-radius:4px;background:#fff;color:#1a1c1c;font:inherit;font-size:13px}.crm-about-item textarea{min-height:72px;resize:vertical}.crm-about-item input:focus,.crm-about-item select:focus,.crm-about-item textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.crm-about-field-error{margin-top:2px;color:#dc2626;font-size:11px}.crm-tag.crm-tag--interactive{cursor:pointer;border:1px solid #c3c6d7;background:#fff}.crm-tag.crm-tag--interactive.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.crm-customer-shell--contact .crm-inspector-panel,.crm-customer-shell--account .crm-inspector-panel{background:#fff}.crm-customer-shell--contact .crm-tags-panel--compact .crm-section-title,.crm-customer-shell--account .crm-tags-panel--compact .crm-section-title{margin-bottom:8px}.crm-customer-shell--contact .crm-tags-panel--compact .crm-tag-input-row,.crm-customer-shell--account .crm-tags-panel--compact .crm-tag-input-row{margin-top:6px}.crm-customer-shell--contact .crm-tags-panel--compact .crm-tag-input,.crm-customer-shell--account .crm-tags-panel--compact .crm-tag-input{height:28px}.crm-customer-shell--contact .crm-tags-panel--compact .crm-tag-list:empty,.crm-customer-shell--account .crm-tags-panel--compact .crm-tag-list:empty{display:none;margin:0}.crm-record-page .omnichannel-channel-toolbar .omnichannel-channel-pill{height:auto;min-height:0;padding:6px 12px;border:1px solid transparent;border-radius:999px;background:#fff;color:#3f3f46;font-size:13px;font-weight:500;line-height:normal;box-shadow:0 1px 2px #0000000a}.crm-record-page .omnichannel-channel-toolbar .omnichannel-channel-pill:hover{background:#f4f4f5;border-color:#e4e4e7}.crm-record-page .omnichannel-channel-toolbar .omnichannel-channel-pill.active{background:#18181b;border-color:#18181b;color:#fff;box-shadow:none}@media(max-width:1279px){.crm-customer-shell--contact .omnichannel-inbox-resize-handle,.crm-customer-shell--account .omnichannel-inbox-resize-handle{display:none!important}.crm-customer-shell--contact .crm-contact-overview-aside,.crm-customer-shell--account .crm-contact-overview-aside{display:flex}.crm-customer-shell--contact .crm-contact-overview-grid,.crm-customer-shell--account .crm-contact-overview-grid{grid-template-columns:minmax(0,1fr) 280px;align-items:start}}.crm-dashboard-page{display:flex;flex-direction:column;gap:24px;min-width:0;width:100%}.dashboard-skeleton{display:flex;flex-direction:column;gap:24px}.dashboard-skeleton-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.dashboard-skeleton-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-skeleton-stat-card{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.dashboard-skeleton-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:16px}.dashboard-skeleton-panel{display:flex;flex-direction:column;gap:14px;padding:12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.dashboard-skeleton-list{display:flex;flex-direction:column;gap:10px}.dashboard-skeleton-list-row{display:flex;align-items:center;gap:10px}.dashboard-skeleton-list-copy{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.dashboard-skeleton-pipeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.dashboard-skeleton-pipeline-col{display:flex;flex-direction:column;gap:8px}.crm-task-skeleton,.crm-deal-pipeline-skeleton,.crm-notifications-skeleton,.crm-company-list-skeleton{display:flex;flex-direction:column;gap:16px}.crm-task-skeleton-header,.crm-deal-pipeline-skeleton-header,.crm-company-list-skeleton-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-task-skeleton-filters,.crm-deal-pipeline-skeleton-actions,.crm-notifications-skeleton-tabs{display:flex;align-items:center;gap:8px}.crm-task-skeleton-section{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.crm-task-skeleton-row,.crm-notifications-skeleton-row{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:10px}.crm-deal-pipeline-skeleton-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.crm-deal-pipeline-skeleton-col{display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.crm-notifications-skeleton-card,.crm-company-list-skeleton-table{padding:12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.crm-notifications-skeleton-row{grid-template-columns:28px 1fr auto;padding:8px 0;border-top:1px solid #f0f0f3}.crm-notifications-skeleton-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.crm-company-list-skeleton-head,.crm-company-list-skeleton-row{display:grid;grid-template-columns:2fr 1fr 1fr 80px;align-items:center;gap:12px}.crm-company-list-skeleton-row{padding:10px 0;border-top:1px solid #f0f0f3}.crm-company-list-skeleton-name{display:inline-flex;align-items:center;gap:8px}.topbar-search-skeleton{display:flex;flex-direction:column;gap:8px;padding:8px}.topbar-search-skeleton-row{display:flex;align-items:center;gap:10px}.topbar-search-skeleton-copy{display:flex;flex:1;flex-direction:column;gap:5px;min-width:0}.topbar-search-loading-dots{display:flex;justify-content:center;padding-top:4px}.crm-dashboard-intro h1{margin:0;color:#1a1c1c;font-size:16px;font-weight:600;line-height:1.25}.crm-dashboard-intro p{margin:4px 0 0;color:#434655;font-size:13px;line-height:18px}.crm-dashboard-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 22px;border:1px solid #e4e4e7;border-radius:12px;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 42%),linear-gradient(180deg,#fff,#fafafa)}.crm-dashboard-hero-copy{min-width:0}.crm-dashboard-hero-eyebrow{margin:0 0 6px;color:#6b6f7b;font-size:12px;font-weight:500;letter-spacing:.02em}.crm-dashboard-hero h1{margin:0;color:#1a1c1c;font-size:clamp(22px,2.4vw,28px);font-weight:700;line-height:1.15}.crm-dashboard-hero-copy>p:last-child{margin:8px 0 0;color:#434655;font-size:14px;line-height:1.45;max-width:52ch}.crm-dashboard-hero-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;flex-shrink:0}.crm-dashboard-quick-action{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:0 12px;border:1px solid #d4d4d8;border-radius:8px;background:#fff;color:#1a1c1c;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.crm-dashboard-quick-action:hover{border-color:#2563eb;box-shadow:0 1px 2px #2563eb1f}.crm-dashboard-quick-action--ghost{background:transparent}.crm-dashboard-metrics-primary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.crm-dashboard-metric-card{display:flex;align-items:center;gap:12px;min-width:0;padding:14px 16px;border:1px solid #e4e4e7;border-radius:12px;background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.crm-dashboard-metric-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #0f172a0f;transform:translateY(-1px)}.crm-dashboard-metric-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0}.crm-dashboard-metric-icon--blue{background:#2563eb1a;color:#2563eb}.crm-dashboard-metric-icon--green{background:#0d94881f;color:#0d9488}.crm-dashboard-metric-icon--amber{background:#d977061f;color:#d97706}.crm-dashboard-metric-icon--rose{background:#ba1a1a1a;color:#ba1a1a}.crm-dashboard-metric-icon--slate{background:#f4f4f5;color:#52525b}.crm-dashboard-metric-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.crm-dashboard-metric-copy span{color:#6b6f7b;font-size:12px;font-weight:500}.crm-dashboard-metric-copy strong{color:#1a1c1c;font-size:clamp(18px,2vw,22px);font-weight:700;line-height:1.15}.crm-dashboard-metric-copy strong.primary{color:#004ac6}.crm-dashboard-metric-copy strong.danger{color:#ba1a1a}.crm-dashboard-metrics-secondary{display:flex;gap:10px;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.crm-dashboard-metric-pill{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;min-height:38px;padding:0 12px;border:1px solid #ececf0;border-radius:999px;background:#fafafa;color:#52525b;font-size:12px;white-space:nowrap}.crm-dashboard-metric-pill strong{color:#1a1c1c;font-size:13px;font-weight:700}.crm-dashboard-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.crm-dashboard-chart-card{display:flex;flex-direction:column;gap:12px;min-width:0;min-height:300px;padding:16px;border:1px solid #e4e4e7;border-radius:12px;background:#fff}.crm-dashboard-chart-card--summary{min-height:300px}.crm-dashboard-chart-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.crm-dashboard-chart-card-head h2{margin:0;color:#1a1c1c;font-size:15px;font-weight:600}.crm-dashboard-chart-card-head p{margin:4px 0 0;color:#6b6f7b;font-size:12px;line-height:1.4}.crm-dashboard-chart-body{flex:1;min-height:220px}.crm-dashboard-chart-empty,.crm-dashboard-empty-inline{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:8px;flex:1;min-height:180px;padding:12px;border:1px dashed #e4e4e7;border-radius:10px;background:#fafafa;color:#6b6f7b;font-size:13px}.crm-dashboard-chart-tooltip{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0f172a14}.crm-dashboard-chart-tooltip span{color:#6b6f7b;font-size:11px}.crm-dashboard-chart-tooltip strong{color:#1a1c1c;font-size:13px}.crm-dashboard-glance-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;flex:1}.crm-dashboard-glance-grid>div{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid #ececf0;border-radius:10px;background:#fafafa}.crm-dashboard-glance-grid span{color:#6b6f7b;font-size:12px;font-weight:500}.crm-dashboard-glance-grid strong{color:#1a1c1c;font-size:20px;font-weight:700}.crm-dashboard-glance-grid strong.primary{color:#004ac6}.crm-dashboard-glance-grid strong.danger{color:#ba1a1a}.crm-dashboard-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.crm-dashboard-muted{color:#434655}.crm-dashboard-card--link{text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.crm-dashboard-card--link:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #0f172a0d}.crm-dashboard-card--wide{grid-column:1 / -1}.dashboard-skeleton-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border:1px solid #e4e4e7;border-radius:12px;background:#fff}.dashboard-skeleton-hero-copy{display:flex;flex-direction:column;gap:10px;flex:1}.dashboard-skeleton-hero-actions{display:flex;gap:8px}.dashboard-skeleton-metrics-primary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-skeleton-metric-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #e4e4e7;border-radius:12px;background:#fff}.dashboard-skeleton-metrics-secondary{display:flex;gap:10px;overflow-x:auto}.dashboard-skeleton-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-skeleton-chart-card{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #e4e4e7;border-radius:12px;background:#fff}.crm-kpi-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.crm-kpi-grid--pair{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-kpi-card{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.crm-kpi-card span:first-child{color:#434655;font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.crm-kpi-card strong{color:#1a1c1c;font-size:20px;font-weight:700;line-height:1.2}.crm-kpi-card strong.primary{color:#004ac6}.crm-kpi-card strong.danger{color:#ba1a1a}.crm-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:24px;align-items:start;min-width:0}.crm-dashboard-card{display:flex;flex-direction:column;overflow:hidden;min-width:0;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.crm-dashboard-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #c3c6d7;background:#f9f9f9}.crm-dashboard-card-header h2{display:inline-flex;align-items:center;gap:8px;margin:0;color:#1a1c1c;font-size:13px;font-weight:600}.crm-dashboard-card-body{display:flex;flex-direction:column;padding:12px 16px;min-width:0}.crm-dashboard-card-caption{margin:12px 0 0;padding-top:12px;border-top:1px solid #e4e4e7;color:#737686;font-size:12px;line-height:16px;overflow-wrap:break-word}.crm-dashboard-text-link{display:inline-flex;align-items:center;gap:4px;height:auto;padding:0;border:0;background:transparent;color:#004ac6;font-size:12px;font-weight:500;line-height:16px;text-decoration:none;cursor:pointer}.crm-dashboard-text-link:hover{text-decoration:underline}.crm-dashboard-add-btn{display:inline-flex;align-items:center;gap:4px;height:28px;padding:0 12px;border:0;border-radius:6px;background:#004ac6;color:#fff;font-size:12px;font-weight:500;text-decoration:none;cursor:pointer}.crm-dashboard-add-btn:hover{opacity:.9;text-decoration:none;color:#fff}.crm-dashboard-customer-table{width:100%;border-collapse:collapse;font-size:11px;line-height:14px}.crm-dashboard-customer-table thead{background:#f3f3f3;color:#434655}.crm-dashboard-customer-table th{height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;font-size:9px;font-weight:600;line-height:26px;letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap;vertical-align:middle}.crm-dashboard-customer-table td{height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;border-top:1px solid #c3c6d7;color:#1a1c1c;font-size:11px;line-height:26px;vertical-align:middle}.crm-dashboard-customer-table .row-avatar{width:16px;height:16px;font-size:7px}.crm-dashboard-customer-table .crm-status-pill{height:14px;padding:0 4px;font-size:8px;line-height:14px}.crm-dashboard-customer-table tbody tr:hover{background:#f9f9f9}.crm-dashboard-customer-name{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:11px;font-weight:600;line-height:16px;color:#1a1c1c;max-height:26px}.crm-status-pill{display:inline-flex;align-items:center;height:14px;padding:0 4px;border-radius:3px;font-size:8px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.crm-status-pill.active{background:#dcfce7;color:#15803d}.crm-status-pill.lead{background:#dbeafe;color:#1d4ed8}.crm-status-pill.inactive,.crm-status-pill.default{background:#e8e8e8;color:#434655}.crm-dashboard-task-list{display:flex;flex-direction:column;gap:4px;padding:8px}.crm-dashboard-task-row{display:flex;align-items:center;gap:12px;padding:8px;border-radius:6px}.crm-dashboard-task-row+.crm-dashboard-task-row{border-top:1px solid #f9f9f9}.crm-dashboard-task-row:hover{background:#f9f9f9}.crm-dashboard-task-row .table-checkbox{flex-shrink:0}.crm-dashboard-task-row p{margin:0;overflow:hidden;color:#1a1c1c;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.crm-dashboard-task-row time{display:block;margin-top:2px;color:#434655;font-size:12px;font-style:normal}.crm-dashboard-task-row time.urgent{color:#ba1a1a;font-weight:500}.crm-dashboard-task-row a{flex:1;min-width:0;color:inherit;text-decoration:none}.crm-dashboard-pipeline{display:flex;flex-direction:column;gap:12px}.crm-dashboard-pipeline-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.crm-dashboard-pipeline-header p{margin:4px 0 0;color:#6b6f7b;font-size:12px}.crm-dashboard-pipeline-header h2{margin:0;color:#1a1c1c;font-size:13px;font-weight:600}.crm-dashboard-pipeline-board{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.crm-dashboard-pipeline-col{display:flex;min-width:200px;flex:1 1 200px;flex-direction:column;gap:8px;scroll-snap-align:start}.crm-dashboard-pipeline-col-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 4px;color:#434655;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-dashboard-pipeline-col-head span:last-child{color:#434655;font-size:12px;font-weight:700;letter-spacing:0;text-transform:none}.crm-dashboard-pipeline-card{padding:10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;box-shadow:0 1px 2px #0000000d;cursor:pointer;transition:border-color .15s}.crm-dashboard-pipeline-card:hover{border-color:#004ac6}.crm-dashboard-pipeline-card.featured{border-left:2px solid #2563eb}.crm-dashboard-pipeline-card.won{border-style:dashed;background:#f3f3f3;opacity:.9}.crm-dashboard-pipeline-card strong{display:block;overflow:hidden;color:#1a1c1c;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.crm-dashboard-pipeline-card span{display:block;margin-top:4px;color:#004ac6;font-size:12px;font-weight:700}.crm-dashboard-pipeline-card.won span{color:#16a34a}.crm-dashboard-pipeline-card--empty{cursor:default;opacity:.65}.crm-dashboard-link-btn{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border:0;border-radius:8px;background:#dbe1ff;color:#003ea8;font-size:12px;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap}.crm-dashboard-link-btn:hover{background:#b4c5ff;text-decoration:none;color:#003ea8}.crm-pipeline-overview{padding:12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff}.crm-pipeline-overview h2{margin:0 0 16px;color:#1a1c1c;font-size:14px;font-weight:600}.crm-pipeline-columns{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.crm-pipeline-col-head{padding:8px;border-radius:4px;background:#e8e8e8;text-align:center}.crm-pipeline-col-head.closed{background:#dbe1ff}.crm-pipeline-col-head span{display:block;color:#5f5e61;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-pipeline-col-head strong{display:block;margin-top:4px;color:#1a1c1c;font-size:13px}.crm-pipeline-col-value{display:flex;height:60px;align-items:center;justify-content:center;margin-top:8px;border:1px solid #e4e4e7;border-radius:8px;background:#f9f9f9;color:#5f5e61;font-size:12px}.crm-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.crm-page-header h1{margin:0;color:#1a1c1c;font-size:16px;font-weight:600;line-height:1.2}.crm-page-header p{margin:4px 0 0;color:#434655;font-size:13px}.crm-page-header-compact{align-items:center;min-height:60px;margin-bottom:0;padding-bottom:12px;border-bottom:1px solid #c3c6d7}.crm-view-toggle{display:inline-flex;padding:2px;border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-view-toggle button{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:#434655;font-size:11px;font-weight:600;cursor:pointer}.crm-view-toggle button.active{background:#e8e8e8;color:#1a1c1c}.crm-deals-toolbar-actions{display:flex;align-items:center;gap:8px}.crm-deals-pipeline{margin-top:4px}.crm-deals-pipeline .crm-dashboard-pipeline-col{min-width:220px}.crm-deals-pipeline-empty{padding:12px 10px;border:1px dashed #d7d8de;border-radius:6px;background:#fafafa;color:#737686;font-size:12px;text-align:center}.crm-deals-table-wrap{max-height:none}.crm-deals-table tbody tr{cursor:pointer}.crm-deals-table-value{color:#2563eb;font-weight:600}.crm-deals-table-muted{color:#434655}.crm-deals-table-empty{padding:24px;color:#737686;text-align:center}.crm-deals-table .crm-dashboard-customer-name{font-weight:600}.crm-kanban-board{display:flex;gap:8px;overflow-x:auto;padding-bottom:24px}.crm-kanban-column{display:flex;width:220px;flex-shrink:0;flex-direction:column;border:1px solid rgba(195,198,215,.5);border-radius:8px;background:#f3f3f380}.crm-kanban-column-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px;border-bottom:1px solid rgba(195,198,215,.5);background:#f9f9f980;border-top:2px solid transparent}.crm-kanban-column-header.stage-qualified{border-top-color:#6c6c75}.crm-kanban-column-header.stage-proposal{border-top-color:#2563eb80}.crm-kanban-column-header.stage-negotiation{border-top-color:#2563eb}.crm-kanban-column-title{display:flex;align-items:center;gap:8px;color:#1a1c1c;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-kanban-count{padding:2px 6px;border-radius:4px;background:#e2e2e2;color:#434655;font-size:10px;font-weight:700}.crm-kanban-total{color:#434655;font-size:13px;font-weight:600}.crm-kanban-cards{display:flex;flex:1;flex-direction:column;gap:8px;padding:8px;overflow-y:auto}.crm-kanban-card{display:flex;height:72px;flex-direction:column;justify-content:space-between;padding:8px;border:1px solid #c3c6d7;border-radius:6px;background:#fff;cursor:pointer}.crm-kanban-card:hover{border-color:#737686}.crm-kanban-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.crm-kanban-card-top strong{overflow:hidden;color:#1a1c1c;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.crm-kanban-card-sub{overflow:hidden;color:#434655;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.crm-kanban-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.crm-kanban-card-bottom span{color:#2563eb;font-size:13px;font-weight:600}.crm-kanban-avatar,.crm-kanban-card-bottom .row-avatar{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1px solid #c3c6d7;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:7px;font-weight:700;text-transform:uppercase;flex-shrink:0}.crm-task-page{display:flex;flex-direction:column;min-height:0;flex:1}.crm-task-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #c3c6d7;flex-wrap:wrap}.crm-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.crm-filter-pill{height:28px;padding:0 12px;border:1px solid transparent;border-radius:4px;background:transparent;color:#434655;font-size:12px;font-weight:500;cursor:pointer}.crm-filter-pill.active{border-color:#c3c6d7;background:#e8e8e8;color:#1a1c1c}.crm-task-canvas{flex:1;overflow:auto;padding:24px 0}.crm-task-board{max-width:1000px;margin:0 auto;overflow:hidden;border:1px solid #c3c6d7;border-radius:6px;background:#f9f9f9}.crm-task-section-label{padding:8px 12px;border-bottom:1px solid #c3c6d7;background:#fff;color:#434655;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-task-row-line{display:flex;align-items:center;height:26px;max-height:26px;padding:0 10px;box-sizing:border-box;border-bottom:1px solid #c3c6d7;font-size:11px;line-height:14px}.crm-task-row-line:hover{background:#fff}.crm-task-row-line .table-checkbox{margin:0 8px 0 0;flex-shrink:0}.crm-task-row-link{display:flex;flex:1;align-items:center;min-width:0;color:inherit;text-decoration:none}.crm-task-row-link:hover{color:inherit}.crm-task-row-main{display:flex;flex:1;align-items:center;gap:8px;min-width:0}.crm-task-row-main strong{overflow:hidden;color:#1a1c1c;font-size:11px;font-weight:500;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.crm-task-row-main span{overflow:hidden;color:#434655;font-size:11px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.crm-task-row-meta{display:flex;align-items:center;gap:10px;padding-left:12px;flex-shrink:0}.crm-task-row-meta time{color:#434655;font-size:11px;line-height:14px}.crm-task-row-meta time.overdue{color:#ba1a1a;font-weight:500}.crm-priority-dot{width:8px;height:8px;border-radius:999px;background:#e2e2e2}.crm-priority-dot.high{background:#ba1a1a}.crm-priority-dot.medium{background:#f59e0b}.crm-notifications-page{max-width:896px;margin:0 auto;width:100%}.crm-notifications-card{overflow:hidden;border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-notifications-tabs{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px;border-bottom:1px solid #c3c6d7;background:#f9f9f9;flex-wrap:wrap}.crm-notifications-tab-list{display:flex;gap:24px}.crm-notifications-tab-list button{height:36px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:#5f5e61;font-size:12px;cursor:pointer}.crm-notifications-tab-list button.active{border-bottom-color:#2563eb;color:#2563eb;font-weight:600}.crm-notifications-mark{border:0;background:transparent;color:#2563eb;font-size:12px;cursor:pointer}.crm-notifications-group{padding:8px 12px;border-bottom:1px solid #c3c6d7;background:#f3f3f3;color:#5f5e61;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-notification-row{display:flex;align-items:center;gap:0;min-height:36px;height:36px;padding:0 12px;border-bottom:1px solid #c3c6d7;cursor:pointer}.crm-notification-row:hover{background:#f3f3f3}.crm-notification-row.unread{background:#eff6ff}.crm-notification-row.unread:hover{background:#dbeafe}.crm-notification-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;color:#2563eb;flex-shrink:0}.crm-notification-row.read .crm-notification-icon{color:#5f5e61}.crm-notification-body{flex:1;min-width:0;padding:0 8px;margin:0;overflow:hidden;color:#1a1c1c;font-size:12px;line-height:16px;white-space:nowrap;text-overflow:ellipsis}.crm-notification-body strong{font-weight:600}.crm-notification-row.read .crm-notification-body{color:#5f5e61}.crm-notification-row.read .crm-notification-body strong{color:#1a1c1c}.crm-notification-meta{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:8px}.crm-notification-meta time{color:#737686;font-size:11px;line-height:14px;white-space:nowrap}.crm-notification-dot{width:6px;height:6px;border-radius:999px;background:#2563eb;flex-shrink:0}.crm-notification-dot.read{background:transparent}.crm-reports-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.crm-report-card{display:flex;flex-direction:column;gap:12px;min-height:140px;padding:16px;border:1px solid #c3c6d7;border-radius:8px;background:#fff;color:inherit;text-decoration:none;transition:border-color .15s,box-shadow .15s}.crm-report-card:hover{border-color:#2563eb;box-shadow:0 1px 2px #0000000d;text-decoration:none}.crm-report-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#dbe1ff;color:#004ac6}.crm-report-card h3{margin:0;color:#1a1c1c;font-size:14px;font-weight:600}.crm-report-card p{margin:0;color:#434655;font-size:13px;line-height:1.4}.crm-guide-page{max-width:1200px}.crm-guide-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;align-items:start}.crm-guide-toc{position:sticky;top:16px;padding:16px;border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-guide-toc-label{margin:0 0 12px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#737686}.crm-guide-toc ul{margin:0;padding:0;list-style:none}.crm-guide-toc li+li{margin-top:4px}.crm-guide-toc button{width:100%;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:#434655;font-size:13px;line-height:1.35;text-align:left;cursor:pointer}.crm-guide-toc button:hover,.crm-guide-toc button.active{background:#eef2ff;color:#004ac6}.crm-guide-main{display:flex;flex-direction:column;gap:28px}.crm-guide-intro{display:flex;gap:14px;padding:16px 18px;border:1px solid #c3c6d7;border-radius:8px;background:#f8f9fc;color:#434655}.crm-guide-intro h2{margin:0 0 6px;font-size:16px;color:#1a1c1c}.crm-guide-intro p{margin:0;font-size:14px;line-height:1.5}.crm-guide-situations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.crm-guide-situation-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #c3c6d7;border-radius:8px;background:#fff;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s}.crm-guide-situation-card:hover{border-color:#2563eb;box-shadow:0 1px 2px #0000000d}.crm-guide-situation-card h3{margin:0;font-size:14px;font-weight:600;color:#1a1c1c}.crm-guide-situation-card p{margin:0;flex:1;font-size:13px;line-height:1.45;color:#434655}.crm-guide-situation-cta{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#004ac6}.crm-guide-pipeline h2{margin:0 0 6px;font-size:16px}.crm-guide-pipeline-note{margin:0 0 12px;font-size:13px;color:#737686}.crm-guide-pipeline-track{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:14px 16px;border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-guide-pipeline-stage a{font-size:13px;font-weight:600;color:#004ac6;text-decoration:none}.crm-guide-pipeline-stage a:hover{text-decoration:underline}.crm-guide-pipeline-arrow{color:#9ca0b0}.crm-guide-flow{padding:20px;border:1px solid #c3c6d7;border-radius:8px;background:#fff;scroll-margin-top:80px}.crm-guide-flow--highlight{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb}.crm-guide-flow-header{display:flex;gap:14px;margin-bottom:18px}.crm-guide-flow-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:8px;background:#dbe1ff;color:#004ac6}.crm-guide-flow-header h2{margin:0 0 6px;font-size:17px}.crm-guide-flow-summary{margin:0 0 6px;font-size:14px;color:#434655;line-height:1.45}.crm-guide-flow-when{margin:0;font-size:13px;color:#737686}.crm-guide-steps{margin:0;padding:0;list-style:none}.crm-guide-step{display:flex;gap:14px;padding:14px 0;border-top:1px solid #ececf0}.crm-guide-step:first-child{border-top:none;padding-top:0}.crm-guide-step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border-radius:999px;background:#eef2ff;color:#004ac6;font-size:13px;font-weight:700}.crm-guide-step h3{margin:0 0 4px;font-size:14px;font-weight:600}.crm-guide-step p{margin:0;font-size:13px;line-height:1.5;color:#434655}.crm-guide-step-link{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-size:13px;font-weight:600;color:#004ac6;text-decoration:none}.crm-guide-step-link:hover{text-decoration:underline}.crm-guide-extra h2{margin:0 0 12px;font-size:16px}.crm-guide-quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.crm-guide-quick-link{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border:1px solid #c3c6d7;border-radius:8px;background:#fff;text-decoration:none;color:inherit}.crm-guide-quick-link:hover{border-color:#2563eb}.crm-guide-quick-link strong{font-size:14px;color:#1a1c1c}.crm-guide-quick-link span{font-size:12px;color:#737686}.crm-guide-glossary{margin:0;border:1px solid #c3c6d7;border-radius:8px;background:#fff;overflow:hidden}.crm-guide-glossary-row{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:12px 16px;border-top:1px solid #ececf0}.crm-guide-glossary-row:first-child{border-top:none}.crm-guide-glossary-row dt{margin:0;font-size:13px;font-weight:600;color:#1a1c1c}.crm-guide-glossary-row dd{margin:0;font-size:13px;line-height:1.45;color:#434655}@media(max-width:960px){.crm-guide-layout{grid-template-columns:1fr}.crm-guide-toc{position:static}.crm-guide-situations,.crm-guide-quick-links{grid-template-columns:1fr}.crm-guide-glossary-row{grid-template-columns:1fr;gap:4px}}.crm-settings-panel{display:flex;flex:1;flex-direction:column;overflow:hidden;border:1px solid #c3c6d7;border-radius:12px;background:#fff;min-height:0}.crm-settings-panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-bottom:1px solid #c3c6d7}.crm-settings-panel-header>div:first-child{min-width:0}.crm-settings-panel-header-action{flex-shrink:0}.crm-settings-panel-header h2{margin:0;color:#1a1c1c;font-size:16px;font-weight:600}.crm-settings-panel-header p{margin:4px 0 0;color:#434655;font-size:13px}.crm-settings-panel-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #c3c6d7;background:#f9f9f9;flex-wrap:wrap}.crm-settings-panel-body{flex:1;overflow:auto;padding:16px}.crm-settings-stack{display:flex;flex-direction:column;gap:16px}.crm-settings-panel-inner{display:flex;flex-direction:column;gap:16px;padding:0}.crm-settings-panel-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.crm-pref-table-head{display:grid;grid-template-columns:1fr 80px 80px;gap:8px;margin-bottom:8px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-pref-table-head span:not(:first-child){text-align:center}.crm-roles-main-body{padding:16px;overflow:auto}.crm-settings-section{overflow:hidden;border:1px solid #c3c6d7;border-radius:8px;background:#fff}.crm-settings-section-header{padding:12px 16px;border-bottom:1px solid #c3c6d7;background:#f9f9f9}.crm-settings-section-header h3{margin:0;color:#1a1c1c;font-size:14px;font-weight:600}.crm-settings-section-body{padding:12px 16px}.crm-settings-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px}.crm-settings-form-grid .field{margin-bottom:0}.crm-settings-hint{margin:0;font-size:12px;line-height:1.45;color:#6b7280}.crm-roles-layout{display:flex;min-height:480px;border:1px solid #c3c6d7;border-radius:8px;overflow:hidden;background:#fff}.crm-roles-list{width:240px;border-right:1px solid #c3c6d7;flex-shrink:0}.crm-roles-list-header{display:flex;align-items:center;justify-content:space-between;gap:8px;height:48px;padding:0 12px 0 16px;border-bottom:1px solid #c3c6d7}.crm-roles-list-header h3{margin:0;font-size:14px;font-weight:600;min-width:0}.crm-role-item{display:flex;align-items:center;gap:4px;min-width:0;height:36px;padding:0 8px 0 16px;cursor:pointer}.crm-role-item-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-role-item .table-action-btn{flex-shrink:0}.crm-roles-main-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-roles-main-title strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-role-item:hover{background:#eee}.crm-role-item.active{border-left:2px solid #2563eb;background:#e8e8e8;color:#2563eb;font-weight:600}.crm-roles-main{display:flex;flex:1;flex-direction:column;min-width:0}.crm-roles-main-header{display:flex;align-items:center;justify-content:space-between;gap:12px;height:48px;padding:0 24px;border-bottom:1px solid #c3c6d7;background:#fff}.crm-permission-group{overflow:hidden;margin-bottom:24px;border:1px solid #c3c6d7;border-radius:8px}.crm-permission-group-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #c3c6d7;background:#f3f3f3}.crm-permission-group-header h4{margin:0;color:#1a1c1c;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.crm-permission-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 16px;border-bottom:1px solid #c3c6d7}.crm-permission-row:last-child{border-bottom:0}.crm-permission-row:hover{background:#f9f9f9}.crm-pref-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px;padding:8px;border-radius:4px}.crm-pref-row:hover{background:#f3f3f3}.crm-pref-row strong{display:block;color:#1a1c1c;font-size:13px;font-weight:400}.crm-pref-row span{color:#5f5e61;font-size:12px}.crm-pref-toggles{display:flex;gap:40px;padding-right:8px}@media(max-width:1024px){.crm-dashboard-grid,.crm-reports-grid,.crm-pipeline-columns,.dashboard-skeleton-grid,.crm-dashboard-charts,.dashboard-skeleton-charts{grid-template-columns:1fr}.crm-dashboard-metrics-primary,.dashboard-skeleton-metrics-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-dashboard-hero{flex-direction:column}.crm-dashboard-hero-actions{justify-content:flex-start;width:100%}.crm-kpi-grid,.dashboard-skeleton-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.crm-dashboard-metrics-primary,.dashboard-skeleton-metrics-primary{grid-template-columns:1fr}.crm-dashboard-hero{padding:16px}.crm-dashboard-chart-card{min-height:260px;padding:14px}.crm-dashboard-chart-body{min-height:200px}.crm-kpi-grid,.dashboard-skeleton-stats,.crm-kpi-grid--pair{grid-template-columns:1fr}.crm-dashboard-card-header{align-items:center;flex-wrap:wrap}.crm-dashboard-customer-table th:nth-child(2),.crm-dashboard-customer-table td:nth-child(2){display:none}.crm-dashboard-pipeline-col{flex:0 0 auto;min-width:min(280px,85vw)}.dashboard-skeleton-pipeline{display:flex;overflow-x:auto;gap:10px;-webkit-overflow-scrolling:touch}.dashboard-skeleton-pipeline-col{flex:0 0 min(200px,70vw)}.crm-settings-tabs{margin:0 -8px;padding:0 8px}.crm-settings-tab{flex-shrink:0;white-space:nowrap}.crm-settings-form-grid{grid-template-columns:1fr}.crm-roles-layout{flex-direction:column}.crm-roles-list{width:100%;border-right:0;border-bottom:1px solid #c3c6d7}}.page-content:has(.crm-settings-layout){display:flex;flex-direction:column;overflow:hidden;min-height:0;padding-top:12px}.crm-settings-layout{display:flex;flex-direction:column;flex:1;gap:12px;width:100%;min-height:0;min-width:0}.crm-settings-header{flex-shrink:0;width:100%;background-color:var(--color-surface, #ffffff)}.crm-settings-page-title{margin:0;color:#1a1c1c;font-size:18px;font-weight:600;line-height:24px;letter-spacing:-.01em}.crm-settings-tabs-wrap{width:100%;min-width:0;border-bottom:1px solid #c3c6d7;background:var(--color-surface, #ffffff)}.crm-settings-tabs-wrap .crm-settings-tabs{width:auto;min-width:max-content;border-bottom:0;gap:24px;padding:0 4px}.horizontal-scroll-nav{display:flex;align-items:flex-end;min-width:0;width:100%;position:relative}.horizontal-scroll-nav-content{display:flex;align-items:flex-end;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.horizontal-scroll-nav-content::-webkit-scrollbar{display:none}.horizontal-scroll-nav-btn{position:sticky;z-index:2;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:36px;margin-bottom:0;padding:0;border:0;background:var(--color-surface, #ffffff);color:#434655;cursor:pointer;box-shadow:0 0 12px #fffffff2}.horizontal-scroll-nav-btn svg{display:block}.horizontal-scroll-nav-btn--left{left:0;padding-right:2px}.horizontal-scroll-nav-btn--right{right:0;padding-left:2px}.horizontal-scroll-nav-btn:hover{color:#1a1c1c}.crm-settings-tabs{display:flex;gap:24px;align-items:flex-end;width:100%;overflow-x:auto;border-bottom:1px solid #c3c6d7;background:var(--color-surface, #ffffff);scrollbar-width:none;-ms-overflow-style:none}.crm-settings-tabs::-webkit-scrollbar{display:none}.crm-settings-tab{display:inline-flex;align-items:center;flex-shrink:0;height:36px;padding:0;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:#434655;font-size:13px;font-weight:500;line-height:16px;text-decoration:none;white-space:nowrap}.crm-settings-tab:hover{color:#1a1c1c;text-decoration:none}.crm-settings-tab.active{border-bottom-color:#2563eb;color:#2563eb;font-weight:600}.crm-settings-content{flex:1;width:100%;min-width:0;min-height:0;overflow-x:hidden;overflow-y:auto}.crm-settings-content .crm-settings-panel,.crm-settings-content .crm-settings-stack{width:100%}.crm-settings-content .crm-settings-panel{flex:none}.toast-viewport{position:fixed;top:20px;right:20px;z-index:200;display:flex;width:min(360px,calc(100vw - 32px));flex-direction:column;align-items:stretch;gap:10px;pointer-events:none}.toast{position:relative;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 8px 24px #18181b1a;pointer-events:auto;animation:toast-slide-in .28s ease-out}.toast-body{display:flex;align-items:center;gap:12px;padding:14px 14px 12px}.toast-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center}.toast-message{flex:1;min-width:0;margin:0;color:#434655;font-size:13px;font-weight:500;line-height:18px;text-align:left}.toast-action{flex-shrink:0;height:24px;padding:0 8px;border:1px solid #d4d4d8;border-radius:4px;background:#fff;color:#434655;font-size:12px;font-weight:500;line-height:16px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.toast-action:hover{background:#f4f4f5;border-color:#a1a1aa;color:#18181b}.toast-close{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;padding:2px;border:0;background:transparent;color:#737686;cursor:pointer;line-height:0;transition:color .15s}.toast-close:hover{color:#434655}.toast-progress{height:3px;background:#f3f3f3}.toast-progress-bar{height:100%;width:100%;transform-origin:left center;animation-name:toast-progress;animation-timing-function:linear;animation-fill-mode:forwards}.toast-success .toast-icon{color:#22c55e}.toast-success .toast-progress-bar{background:#22c55e}.toast-error .toast-icon{color:#ef4444}.toast-error .toast-progress-bar{background:#ef4444}.toast-warning .toast-icon{color:#eab308}.toast-warning .toast-progress-bar{background:#eab308}@keyframes toast-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:767px){.toast-viewport{top:12px;right:12px;left:12px;width:auto}}.page-content:has(.crm-record-index-page){display:flex;flex-direction:column;padding:0;overflow:hidden;min-height:0}.crm-record-index-page{display:flex;flex:1;flex-direction:column;min-height:0;background:#f9f9f9;position:relative}.crm-record-index-main{display:flex;flex:1;flex-direction:column;min-height:0;min-width:0}.crm-record-index-main--panel-open .crm-record-index-table-wrap,.crm-record-index-main--panel-open .record-index-kanban,.crm-record-index-main--panel-open .record-index-calendar,.crm-record-index-main--panel-open .record-index-grouped{margin-right:calc(-1 * var(--record-show-drawer-width, 400px));padding-right:var(--record-show-drawer-width, 400px);box-sizing:border-box}body.record-show-drawer-is-resizing,body.record-show-drawer-is-resizing *{cursor:var(--netapps-cursor-resize-h)!important;-webkit-user-select:none;user-select:none}.crm-record-index-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:39px;padding:4px 12px;background:#f9f9f9;border-bottom:1px solid #e4e4e7;position:relative;z-index:25;flex-shrink:0;overflow:visible;flex-wrap:nowrap}.record-index-toolbar-slot{position:relative;flex-shrink:0;z-index:25;overflow:hidden}.record-index-toolbar-slot-panel.is-active{position:relative;z-index:1;opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible;transition:opacity .2s ease,transform .2s ease,visibility 0s linear 0s}.record-index-toolbar-slot-panel:not(.is-active){position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:0;transform:translateY(-6px);pointer-events:none;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s}.record-index-toolbar-slot .crm-record-index-toolbar{width:100%;box-sizing:border-box}.record-index-toolbar-slot .record-index-bulk-bar{min-height:39px;padding:4px 12px;gap:12px;box-sizing:border-box}.record-index-toolbar-left{display:flex;align-items:center;min-width:0;flex-shrink:0}.record-index-view-selector{position:relative}.record-index-view-trigger{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 8px;border:1px solid transparent;border-radius:4px;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;font-weight:600;line-height:18px;white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease}.record-index-view-trigger:hover,.record-index-view-trigger[aria-expanded=true]{background:#0000000d;border-color:#e4e4e7}.record-index-view-trigger-icon,.record-index-view-trigger-chevron{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;color:#737686}.record-index-view-trigger-label{flex-shrink:0}.record-index-view-trigger-chevron{margin-left:2px;transition:transform .15s ease}.record-index-view-trigger-chevron.open{transform:rotate(180deg)}.record-index-view-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:40;display:flex;flex-direction:column;min-width:220px;overflow:visible;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 4px 16px #00000014}.record-index-view-dropdown-item{display:flex;align-items:center;gap:8px;min-width:0;flex:1;padding:8px 10px;border:0;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;font-weight:500;line-height:18px;text-align:left;cursor:pointer;transition:background .15s ease}.record-index-view-dropdown-item svg{flex-shrink:0;color:#737686}.record-index-view-dropdown-item:hover{background:#f3f3f3}.record-index-view-dropdown-item.active{background:#f3f3f3;font-weight:600}.record-index-view-dropdown-item-danger:hover{background:#fef2f2;color:#dc2626}.record-index-view-dropdown-item-danger:hover svg{color:#dc2626}.record-index-view-dropdown-lock{margin-left:auto;color:#737686}.record-index-view-dropdown-list{display:flex;flex-direction:column;padding:4px 0;overflow:visible}.record-index-view-dropdown-row{position:relative;display:flex;align-items:center;gap:2px;padding-right:4px;border-radius:4px}.record-index-view-dropdown-row.active{background:#f3f3f5}.record-index-view-dropdown-row.active .record-index-view-dropdown-item{background:transparent}.record-index-view-dropdown-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-view-dropdown-lock-wrap,.record-index-view-dropdown-more{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:24px;height:24px;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.record-index-view-dropdown-more:hover,.record-index-view-dropdown-more.active{background:#0000000d;color:#1a1c1c}.record-index-view-dropdown-submenu{position:absolute;top:0;left:calc(100% + 4px);z-index:50;display:flex;flex-direction:column;min-width:180px;padding:4px;overflow:hidden;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 4px #00000014,2px 4px 16px #00000029}.record-index-view-dropdown-submenu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:4px;background:transparent;color:#333;font:inherit;font-size:13px;font-weight:400;line-height:18px;text-align:left;cursor:pointer}.record-index-view-dropdown-submenu-item svg{flex-shrink:0;color:#737686}.record-index-view-dropdown-submenu-item:hover{background:#f3f3f3}.record-index-view-dropdown-submenu-item-danger,.record-index-view-dropdown-submenu-item-danger svg{color:#dc2626}.record-index-view-dropdown-submenu-item-danger svg{color:#dc2626}.record-index-view-dropdown-submenu-item-danger:hover{background:#fef2f2;color:#dc2626}.record-index-view-dropdown-submenu-item-danger:hover svg{color:#dc2626}.record-index-view-dropdown-add{width:100%}.record-index-view-favorite-active{color:#e11d48;fill:#ffe4e6}.record-index-view-dropdown-divider{height:1px;margin:4px 0;background:#eee}.record-index-view-title{display:inline-flex;align-items:center;gap:6px;color:#1a1c1c;font-size:13px;font-weight:600;line-height:18px;white-space:nowrap}.record-index-view-sep{color:#737686;font-weight:400;margin:0 2px}.record-index-view-count{color:#434655;font-weight:500}.record-index-toolbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0;overflow:visible;flex-wrap:nowrap}.record-index-toolbar-actions{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.record-index-view-bar-actions-right{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.record-index-view-bar-save-wrap{position:relative}button.record-index-view-bar-save-button{display:inline-flex;align-items:center;height:24px;padding:0 8px;border:1px solid #d4deff;border-radius:4px;background:#fff;color:#4670d5;font:inherit;font-size:13px;font-weight:400;line-height:16px;cursor:pointer}button.record-index-view-bar-save-button:hover{background:#f7f9fe}.record-index-toolbar-menu-card--options,.record-index-toolbar-menu-card--options-fields{width:202px;max-height:560px;display:flex;flex-direction:column}.record-index-toolbar-menu-card--options-fields{max-height:378px}.record-index-toolbar-menu-item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:32px;padding:8px 12px;border:0;background:transparent;color:#333;font:inherit;font-size:13px;font-weight:400;line-height:18px;text-align:left;cursor:pointer}.record-index-toolbar-menu-item:hover:not(:disabled){background:#f3f3f3}.record-index-toolbar-menu-item:disabled{color:#999;cursor:default}.record-index-toolbar-menu-item-left,.record-index-toolbar-menu-item-right{display:inline-flex;align-items:center;gap:8px;min-width:0}.record-index-toolbar-menu-item-right{flex-shrink:0;color:#737686}.record-index-toolbar-menu-item-left svg,.record-index-toolbar-menu-item-right svg{flex-shrink:0;color:#737686}.record-index-toolbar-menu-item-meta{color:#737686;font-size:12px;line-height:16px}.record-index-toolbar-menu-divider{height:1px;margin:0;background:#ebebeb}.record-index-toolbar-options-fields-body{padding-bottom:4px}.record-index-toolbar-fields-list{display:flex;flex-direction:column}.record-index-toolbar-fields-row{display:flex;align-items:center;gap:6px;min-height:32px;padding:0 8px 0 4px;color:#333;font-size:13px;line-height:18px}.record-index-toolbar-fields-row:hover{background:#f3f3f3}.record-index-toolbar-fields-row.dragging{opacity:.55}.record-index-toolbar-fields-row.hidden-field{color:#737686}.record-index-toolbar-fields-drag{display:inline-flex;align-items:center;justify-content:center;width:16px;height:24px;flex-shrink:0;color:#b3b3b3;cursor:grab}.record-index-toolbar-fields-drag.placeholder{cursor:default}.record-index-toolbar-fields-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-toolbar-fields-visibility{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer;flex-shrink:0}.record-index-toolbar-fields-visibility:hover:not(:disabled){background:#0000000a;color:#333}.record-index-toolbar-fields-visibility:disabled{opacity:.35;cursor:default}.record-index-toolbar-menus{display:flex;align-items:center;gap:2px;flex-wrap:nowrap;flex-shrink:0}.record-index-toolbar-menu{position:relative}.record-index-toolbar-pill{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 6px;border:0;border-radius:4px;background:transparent;color:#434655;font:inherit;font-size:13px;font-weight:500;line-height:16px;cursor:pointer;transition:background .15s;flex-shrink:0}.record-index-create-link{flex-shrink:0;white-space:nowrap}.record-index-toolbar-pill:hover,.record-index-toolbar-pill[aria-expanded=true]{background:#0000000d}.record-index-toolbar-pill svg{color:#737686}.record-index-toolbar-panel{position:absolute;top:calc(100% + 4px);right:0;z-index:40;display:flex;flex-direction:column;width:320px;max-height:536px;overflow:hidden;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 4px 16px #00000014}.record-index-toolbar-panel-header-closeable .record-index-toolbar-panel-close{margin-left:auto;margin-right:0}.record-index-toolbar-panel-close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-right:2px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.record-index-toolbar-panel-close:hover{background:#f3f3f3;color:#1a1c1c}.record-index-toolbar-panel-search-header{padding:0 12px 8px;border-bottom:1px solid #eeeeee}.record-index-toolbar-panel-body-scroll{min-height:0}.record-index-toolbar-filter-dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:40}.record-index-toolbar-filter-card{width:322px;overflow:hidden;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 4px #00000014,2px 4px 16px #00000029}.record-index-toolbar-filter-card-header{display:flex;align-items:center;gap:4px;min-height:33px;padding:4px;border-bottom:1px solid #f1f1f1;color:#333;font-size:13px;font-weight:500;line-height:18px}.record-index-toolbar-filter-card-back{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.record-index-toolbar-filter-card-back:hover{background:#f3f3f3;color:#333}.record-index-toolbar-filter-card-operator,.record-index-toolbar-filter-card-option{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:28px;padding:0 8px;border:0;background:transparent;color:#333;font:inherit;font-size:13px;font-weight:400;line-height:18px;text-align:left;cursor:pointer}.record-index-toolbar-filter-card-operator:hover,.record-index-toolbar-filter-card-option:hover,.record-index-toolbar-filter-card-option.active{background:#f3f3f3}.record-index-toolbar-filter-card-operator svg,.record-index-toolbar-filter-card-option svg{flex-shrink:0;color:#737686}.record-index-toolbar-filter-card-value{display:block;width:100%;height:32px;padding:0 8px;border:0;border-radius:0;background:transparent;color:#333;font:inherit;font-size:13px;font-weight:400;line-height:18px;outline:none;box-shadow:none;box-sizing:border-box}.record-index-toolbar-filter-card-value::placeholder{color:#9b9ba8}.record-index-toolbar-filter-card-value:focus{outline:none;box-shadow:none}.record-index-toolbar-filter-card-options{display:flex;flex-direction:column}.record-index-toolbar-menu-card--sort{display:flex;flex-direction:column;width:322px;max-height:560px}.record-index-toolbar-menu-card-header{display:flex;align-items:center;gap:4px;flex-shrink:0;min-height:33px;padding:4px;border-bottom:1px solid #f1f1f1;color:#333;font-size:13px;font-weight:500;line-height:18px}.record-index-toolbar-menu-card-search{flex-shrink:0;padding:8px 0}.record-index-toolbar-menu-card-search-input{display:block;width:100%;height:20px;padding:0 8px;border:0;background:transparent;color:#333;font:inherit;font-size:13px;line-height:20px;outline:none;box-sizing:border-box}.record-index-toolbar-menu-card-search-input::placeholder{color:#9b9ba8}.record-index-toolbar-menu-card-body{flex:1;min-height:0;overflow-y:auto;padding:0 4px 8px}.record-index-toolbar-menu-card--sort .record-index-toolbar-panel-section-title{padding:0 0 0 4px;color:#999;font-size:11px;font-weight:400;line-height:20px}.record-index-toolbar-menu-card--sort .record-index-toolbar-field{min-height:28px;padding:6px 8px;border-radius:4px}.record-index-toolbar-sort-direction-list{margin-bottom:4px}.record-index-toolbar-inner-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:32px;padding:0 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#1a1c1c;font:inherit;font-size:13px;font-weight:500;cursor:pointer}.record-index-toolbar-inner-select-trigger:hover{background:#fafafa}.record-index-toolbar-inner-select-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;display:flex;flex-direction:column;gap:2px;padding:4px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 4px 16px #00000014}.record-index-toolbar-inner-select-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;text-align:left;cursor:pointer}.record-index-toolbar-inner-select-option:hover,.record-index-toolbar-inner-select-option.active{background:#f3f3f3}.record-index-toolbar-filter-value-input{width:100%;height:32px;padding:0 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#1a1c1c;font:inherit;font-size:13px;outline:none}.record-index-toolbar-filter-value-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.record-index-toolbar-panel-options-body{flex:1;overflow-y:auto;padding:4px}.record-index-toolbar-panel-header{display:flex;align-items:center;gap:6px;padding:10px 12px 6px;color:#737686;font-size:12px;font-weight:600;line-height:16px}.record-index-toolbar-panel-header-icon{display:inline-flex;color:#737686}.record-index-toolbar-panel-subheader{display:flex;align-items:center;gap:4px;padding:8px 8px 6px;color:#1a1c1c;font-size:13px;font-weight:500;line-height:18px;border-bottom:1px solid #eeeeee}.record-index-toolbar-panel-back{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.record-index-toolbar-panel-back:hover{background:#f3f3f3;color:#1a1c1c}.record-index-toolbar-panel-body-padded{padding:8px}.record-index-toolbar-field-filter-operator{margin-bottom:6px;padding:0 2px;color:#737686;font-size:12px;font-weight:500;line-height:16px}.record-index-toolbar-panel-search{display:flex;align-items:center;gap:6px;padding:0 8px 8px;border-bottom:1px solid #eeeeee}.record-index-toolbar-panel-search-icon{flex-shrink:0;color:#737686}.record-index-toolbar-panel-record-search{border-bottom:0;padding:0 0 8px}.record-index-toolbar-panel-search-input{width:100%;height:28px;padding:0 8px;border:0;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;outline:none}.record-index-toolbar-panel-search:not(:has(.record-index-toolbar-panel-search-icon)) .record-index-toolbar-panel-search-input{padding-left:0}.record-index-toolbar-panel-search-input::placeholder{color:#737686}.record-index-toolbar-sort-direction{display:flex;align-items:center;gap:8px;width:calc(100% - 16px);margin:0 8px 8px;padding:6px 8px;border:0;border-radius:6px;background:#f3f3f3;color:#1a1c1c;font:inherit;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.record-index-toolbar-sort-direction:hover{background:#ececef}.record-index-toolbar-panel-body{flex:1;overflow-y:auto;padding:0 8px 8px}.record-index-toolbar-panel-section+.record-index-toolbar-panel-section{margin-top:8px}.record-index-toolbar-panel-section-title{padding:4px 8px;color:#737686;font-size:11px;font-weight:600;line-height:16px}.record-index-toolbar-panel-field-list{display:flex;flex-direction:column;gap:2px}.record-index-toolbar-field{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:0;border-radius:6px;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;font-weight:400;line-height:18px;text-align:left;cursor:pointer}.record-index-toolbar-field-icon{display:inline-flex;flex-shrink:0;color:#737686}.record-index-toolbar-field:hover,.record-index-toolbar-field.active{background:#f3f3f3}.record-index-toolbar-panel-advanced{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eeeeee}.record-index-toolbar-panel-footer{display:flex;flex-direction:column;gap:2px;padding:4px;border-top:1px solid #eeeeee}.record-index-toolbar-panel-footer-btn{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:#434655;font:inherit;font-size:13px;font-weight:500;line-height:18px;text-align:left;cursor:pointer}.record-index-toolbar-panel-footer-btn svg{flex-shrink:0;color:#737686}.record-index-toolbar-panel-footer-btn:hover{background:#f3f3f3;color:#1a1c1c}.record-index-toolbar-panel-options{padding:0}.record-index-toolbar-panel-options .record-index-toolbar-panel-header{display:flex}.record-index-toolbar-option svg{flex-shrink:0;color:#737686}.record-index-menu-icon-active{color:#16a34a}.record-index-menu-icon-lead{color:#2563eb}.record-index-menu-icon-inactive{color:#737686}.record-index-toolbar-option{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;font-weight:400;line-height:18px;text-align:left;cursor:pointer}.record-index-toolbar-option:disabled{color:#737686;cursor:default}.record-index-toolbar-option:not(:disabled):hover{background:#f3f3f3}.record-index-toolbar-option-meta{margin-left:auto;color:#737686;font-size:12px}.record-index-toolbar-chevron{margin-left:4px;color:#737686;transition:transform .15s}.record-index-toolbar-chevron.open{transform:rotate(90deg)}.record-index-toolbar-fields-submenu{padding:0 8px 8px 16px}.record-index-toolbar-field-toggle{display:flex;align-items:center;gap:8px;padding:6px 8px;color:#1a1c1c;font-size:13px;line-height:18px;cursor:pointer}.crm-record-index-table-wrap{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;background:#fff}.crm-record-index-table{width:max-content;min-width:100%;border-collapse:collapse;table-layout:auto}.crm-record-index-table-loading{opacity:.55;pointer-events:none}.crm-record-index-table thead th{position:sticky;top:0;z-index:2;padding:6px 12px;border-bottom:1px solid #e4e4e7;background:#fafafa;color:#737686;font-size:11px;font-weight:600;letter-spacing:.05em;line-height:16px;text-align:left;text-transform:uppercase;white-space:nowrap}.record-index-col-header{display:inline-flex;align-items:center;gap:6px}.record-index-col-header-icon{display:inline-flex;color:#737686}.record-index-col-header-icon svg{width:12px;height:12px}.crm-record-index-table tbody td{padding:6px 12px;border-bottom:1px solid #e4e4e7;color:#1a1c1c;font-size:13px;line-height:18px;vertical-align:middle;white-space:nowrap}.record-index-cell-inner{min-width:0;max-width:100%;overflow:hidden}.record-index-truncate{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-record-index-table tbody tr:hover td{background:#fafafa}.crm-record-index-table tbody tr.selected td{background:#f3f6ff}.crm-record-index-table tbody tr.record-index-row-clickable{cursor:pointer}.crm-record-index-table tbody tr.record-index-row-active td{background:#eef2ff}.crm-record-index-table tbody tr.record-index-row-active:hover td{background:#e8edff}.record-index-col-select{width:36px;min-width:36px;padding-left:12px!important;padding-right:8px!important}.record-index-col-sticky{position:sticky;left:0;z-index:1;background:#fff}.crm-record-index-table thead .record-index-col-sticky{z-index:3;background:#fafafa}.crm-record-index-table tbody tr:hover .record-index-col-sticky{background:#fafafa}.crm-record-index-table tbody tr.selected .record-index-col-sticky{background:#f3f6ff}.crm-record-index-table tbody tr.record-index-row-active .record-index-col-sticky{background:#eef2ff}.crm-record-index-table tbody tr.record-index-row-active:hover .record-index-col-sticky{background:#e8edff}.record-index-checkbox{width:14px;height:14px;margin:0;border:1px solid #c3c6d7;border-radius:4px;background:#fff;accent-color:#2563eb;cursor:pointer;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center}.record-index-toolbar-field-toggle input[type=checkbox]{width:12px;height:12px;margin:0;border:1px solid #c3c6d7;border-radius:3px;background:#fff;accent-color:#2563eb;cursor:pointer;flex-shrink:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center}.record-index-checkbox:checked,.record-index-toolbar-field-toggle input[type=checkbox]:checked{background-color:#2563eb;border-color:#2563eb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6l2.5 2.5 4.5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:9px 9px}.record-index-toolbar-field-toggle input[type=checkbox]:checked{background-size:8px 8px}.record-index-checkbox:indeterminate{background-color:#2563eb;border-color:#2563eb;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' d='M2.5 6h7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:9px 9px}.record-index-checkbox:disabled,.record-index-toolbar-field-toggle input[type=checkbox]:disabled{opacity:.45;cursor:not-allowed}.record-index-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #c3c6d7;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:700;text-transform:uppercase}.record-index-avatar-sm{width:18px;height:18px;font-size:8px}.record-index-avatar-list{width:24px;height:24px;font-size:10px}.record-index-avatar-md{width:20px;height:20px;font-size:8px}.record-index-avatar-lg{width:44px;height:44px;font-size:12px;letter-spacing:.02em}.record-show-profile-hero{display:flex;flex-direction:column;align-items:center;gap:4px;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #e4e4e7;text-align:center}.record-show-profile-name-wrap{position:relative;width:100%;max-width:100%}.record-show-profile-name{display:block;width:100%;max-width:100%;margin:0;padding:2px 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:none;border-radius:4px;background:transparent;color:#1a1c1c;font-size:18px;font-weight:600;line-height:26px;text-align:center;cursor:pointer}.record-show-profile-name:hover,.record-show-profile-name:focus-visible{background:#f4f4f5;outline:none}.record-show-profile-name-tooltip{position:absolute;top:calc(100% + 4px);left:50%;z-index:2;max-width:min(320px,calc(100vw - 48px));padding:6px 10px;transform:translate(-50%);border-radius:6px;background:#27272a;color:#fff;font-size:12px;font-weight:500;line-height:16px;white-space:normal;word-break:break-word;pointer-events:none}.record-show-profile-name-edit{display:flex;gap:6px;width:100%}.record-show-profile-name-input{flex:1;min-width:0;height:28px;padding:0 8px;border:1px solid #d4d4d8;border-radius:4px;background:#fff;color:#1a1c1c;font-size:16px;font-weight:600;line-height:22px}.record-show-profile-name-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1f}.record-show-profile-meta{color:#737686;font-size:11px;line-height:14px}.record-index-name-open-btn{color:#52525b}.record-index-name-open-btn:hover{color:#2563eb;background:#f4f4f5}.record-index-avatar-company{border-radius:4px;background:#f3f3f3;color:#434655}.record-index-name-wrap{display:flex;align-items:center;gap:8px;width:100%;max-width:100%;min-width:0}.record-index-name-wrap--no-avatar{gap:0}.record-index-name-wrap>.record-index-checkbox{flex-shrink:0}.record-index-name-wrap>.record-index-name-wrap{flex:1;min-width:0}.record-index-name-body{position:relative;flex:1;min-width:0;height:22px}.record-index-name-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:13px;font-weight:600;line-height:22px;transition:padding-right .1s}.record-index-name-body:hover .record-index-name-text{padding-right:24px}.record-index-name-body:hover .record-index-name-actions{opacity:1;pointer-events:auto}.record-index-name-input{flex:1;min-width:0}.record-index-name-avatar-link{display:inline-flex;flex-shrink:0;color:inherit;text-decoration:none;border:none;padding:0;background:transparent;cursor:pointer}.record-index-name-text-btn{display:block;width:100%;min-width:0;padding:0;border:none;background:transparent;text-align:left;cursor:pointer}.record-index-name-cell{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#1a1c1c;font-size:13px;font-weight:600;text-decoration:none}.record-index-name-cell:hover{color:#2563eb}.record-index-created-by{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-width:0;color:#434655;font-size:13px;overflow:hidden}.record-index-created-by>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.record-index-date{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-company-cell{display:inline-flex;align-items:center;gap:6px;min-width:0}.record-index-relations-cell{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.record-index-relations-cell-wrap{position:relative;display:flex;align-items:center;gap:4px;width:100%;min-width:0;height:26px;cursor:pointer}.record-index-relations-empty-trigger{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.record-index-relations-edit{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#434655;opacity:0;pointer-events:none;cursor:pointer;transition:opacity .1s,background .15s,border-color .15s}.record-index-relations-cell-wrap:hover .record-index-relations-edit,.record-index-relations-cell-wrap:focus-within .record-index-relations-edit{opacity:1;pointer-events:auto}.record-index-relations-edit:hover{background:#f3f3f3;border-color:#d4d4d8;color:#1a1c1c}.record-index-relations-chip{position:relative;display:inline-flex;align-items:center;gap:6px;flex:1;min-width:0;height:22px;padding:0 28px 0 4px;border:1px solid #e4e4e7;border-radius:999px;background:#f4f4f5;transition:background .15s,border-color .15s}.record-index-relations-cell-wrap:hover .record-index-relations-chip{background:#ececef;border-color:#d4d4d8}.record-index-relations-edit{position:absolute;top:50%;z-index:1;transform:translateY(-50%)}.record-index-relations-edit{right:2px}.record-index-relations-chip-link{display:inline-flex;align-items:center;gap:6px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:12px;font-weight:500;line-height:16px;text-decoration:none}.record-index-relations-chip-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-relations-chip-link:hover{color:#2563eb}.record-index-relations-overflow{flex-shrink:0;color:#434655;font-size:12px;font-weight:500;line-height:16px}.record-index-relation-dropdown{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 4px 16px #00000014}.record-index-relation-dropdown-search{padding:8px;border-bottom:1px solid #eeeeee}.record-index-relation-dropdown-search-input{width:100%;height:28px;padding:0 8px;border:0;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;outline:none}.record-index-relation-dropdown-search-input::placeholder{color:#737686}.record-index-relation-dropdown-list{max-height:220px;overflow-y:auto;padding:4px}.record-index-relation-option{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:6px 8px;border-radius:6px;cursor:pointer}.record-index-relation-option:hover{background:#f3f3f3}.record-index-relation-option-checkbox{width:14px;height:14px;margin:0;border:1px solid #c3c6d7;border-radius:3px;accent-color:#2563eb;flex-shrink:0;cursor:pointer}.record-index-relation-option-leading{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1}.record-index-relation-option-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:13px;line-height:18px}.record-index-relation-option-kind{flex-shrink:0;color:#737686;font-size:13px;line-height:18px}.record-index-relation-dropdown-empty{padding:12px;color:#737686;font-size:13px;text-align:center}.record-index-relation-link{display:block;max-width:100%;min-width:0;color:#2563eb;font-size:13px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-index-relation-link:hover{text-decoration:underline}.record-index-empty{color:#737686}.record-index-cell-button{display:block;width:100%;max-width:100%;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-size:13px;line-height:18px;text-align:left;cursor:text;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-cell-button:hover{color:#1a1c1c}.record-index-cell-readonly{display:block;max-width:100%;min-width:0;color:#434655;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-cell-input{width:100%;max-width:100%;min-width:0;height:26px;padding:0 6px;border:1px solid #2563eb;border-radius:4px;background-color:#fff;color:#1a1c1c;font:inherit;font-size:13px;outline:none;box-sizing:border-box}select.record-index-cell-input{padding-right:24px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23737686' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;background-size:12px 12px;cursor:pointer}.record-index-chip{position:relative;display:block;width:100%;max-width:100%;height:22px;padding:0 8px;border:1px solid #e4e4e7;border-radius:999px;background:#f4f4f5;color:#1a1c1c;box-sizing:border-box;transition:background .15s,border-color .15s}.record-index-chip:hover{background:#ececef;border-color:#d4d4d8}.record-index-chip-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;line-height:22px;transition:padding-right .1s}.record-index-chip:hover .record-index-chip-text{padding-right:44px}.record-index-chip-actions{position:absolute;top:50%;right:4px;z-index:1;display:inline-flex;align-items:center;gap:0;padding:1px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;box-shadow:0 1px 2px #0000000d;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .1s}.record-index-chip:hover .record-index-chip-actions{opacity:1;pointer-events:auto}.record-index-chip-action{display:inline-flex;align-items:center;justify-content:center;width:20px;height:18px;padding:0;border:0;border-radius:3px;background:transparent;color:#434655;cursor:pointer}.record-index-chip-action:hover{background:#f3f3f3;color:#1a1c1c}.record-index-company-cell-wrap{position:relative;display:block;width:100%;max-width:100%;overflow:hidden}.record-index-company-trigger{display:block;width:100%;max-width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left;overflow:hidden}.record-index-company-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;height:22px;padding:0 8px 0 4px;border:1px solid #e4e4e7;border-radius:999px;background:#f4f4f5;transition:background .15s,border-color .15s;vertical-align:top}.record-index-company-trigger:hover .record-index-company-chip{background:#ececef;border-color:#d4d4d8}.record-index-company-chip-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:12px;font-weight:500;line-height:16px}.record-index-company-dropdown{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 4px 16px #00000014}.record-index-company-dropdown-search{padding:8px;border-bottom:1px solid #eeeeee}.record-index-company-dropdown-search-input{width:100%;height:28px;padding:0 8px;border:0;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;outline:none}.record-index-company-dropdown-search-input::placeholder{color:#737686}.record-index-company-dropdown-list{max-height:220px;overflow-y:auto;padding:4px}.record-index-company-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:32px;padding:6px 8px;border:0;border-radius:6px;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;line-height:18px;text-align:left;cursor:pointer}.record-index-company-option:hover,.record-index-company-option.active{background:#f3f3f3}.record-index-company-option-leading{display:inline-flex;align-items:center;gap:8px;min-width:0}.record-index-company-option-leading span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-company-option-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;color:#737686}.record-index-company-option-check{flex-shrink:0;color:#434655}.record-index-company-dropdown-empty{padding:12px 8px;color:#737686;font-size:12px;text-align:center}.record-index-company-dropdown-footer{padding:4px;border-top:1px solid #eeeeee}.record-index-company-add-new{display:inline-flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:6px 8px;border-radius:6px;color:#434655;font-size:13px;font-weight:500;text-decoration:none}.record-index-company-add-new:hover{background:#f3f3f3;color:#1a1c1c}.record-index-loading,.record-index-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:280px;padding:40px 24px;text-align:center}.record-index-empty-state-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:#f4f4f5;color:#71717a;margin-bottom:4px}.record-index-empty-state-title{margin:0;color:#18181b;font-size:15px;font-weight:600;line-height:1.35}.record-index-empty-state-description{margin:0;max-width:360px;color:#71717a;font-size:13px;line-height:1.55}.record-index-empty-state-action{margin-top:8px}.record-index-page-skeleton{display:flex;flex-direction:column;min-height:0;flex:1}.record-index-skeleton-section+.record-index-skeleton-section{margin-top:0}.record-index-skeleton-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:8px 12px;border-bottom:1px solid #e4e4e7;background:#fff}.record-index-skeleton-toolbar-left,.record-index-skeleton-toolbar-right{display:flex;align-items:center;gap:8px}.record-index-skeleton-filter-bar{display:flex;align-items:center;min-height:40px;padding:6px 12px;border-bottom:1px solid #e4e4e7;background:#fff}.record-index-table-skeleton .crm-record-index-table thead th{background:#fafafa}.record-index-skeleton-name-cell{display:inline-flex;align-items:center;gap:8px;width:100%}.record-index-kanban-skeleton .record-index-kanban-column-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.record-index-kanban-card-skeleton{display:flex;align-items:flex-start;gap:10px;padding:10px;border:1px solid #ececf0;border-radius:8px;background:#fff}.record-index-kanban-card-skeleton-body{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.record-index-calendar-skeleton .record-index-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.record-index-calendar-skeleton-modes{display:flex;align-items:center;gap:6px}.record-index-calendar-skeleton .record-index-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.record-index-calendar-cell-skeleton{display:flex;min-height:72px;flex-direction:column;gap:8px;padding:8px;border:1px solid #ececf0;border-radius:8px;background:#fff}.crm-record-index-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:6px 12px;border-top:1px solid #e4e4e7;background:#fff;color:#434655;font-size:12px;flex-wrap:nowrap;flex-shrink:0}.crm-record-index-footer>span{flex-shrink:0;white-space:nowrap}.crm-record-index-footer-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.record-index-pagination-jump{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.record-index-pagination-input{width:32px;min-width:32px;max-width:48px;height:22px;padding:0 4px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#1a1c1c;font-size:12px;line-height:20px;text-align:center}.record-index-pagination-input:focus{outline:none;border-color:#2563eb}.record-index-pagination-total{color:#737686;font-size:12px;line-height:18px;white-space:nowrap}.record-index-anchored-dropdown{display:flex;flex-direction:column;overflow:visible}.record-index-anchored-dropdown .record-index-toolbar-filter-dropdown,.record-index-toolbar-filter-dropdown--anchored{position:static;top:auto;right:auto;left:auto}.record-index-anchored-dropdown .record-index-toolbar-panel{position:static;top:auto;right:auto;left:auto;width:100%;max-height:inherit}.record-index-anchored-dropdown .record-index-sort-chip-dropdown{position:static;top:auto;right:auto;left:auto}.record-index-anchored-dropdown .record-index-view-dropdown{position:static;top:auto;right:auto;left:auto;width:100%}.record-index-anchored-dropdown .record-index-view-dropdown-submenu{position:static;top:auto;left:auto;min-width:0;width:100%;padding:4px;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 4px #00000014,2px 4px 16px #00000029}.record-index-anchored-dropdown .record-index-create-view-popover{position:static;top:auto;right:auto;left:auto}.record-index-anchored-dropdown:not(.record-index-anchored-dropdown--fit) .record-index-advanced-filter-dropdown{position:static;top:auto;left:auto;min-width:0;width:100%;max-width:100%}@media(max-width:1023px){.crm-record-index-main--panel-open{margin-right:0}.crm-record-index-main--panel-open .crm-record-index-table-wrap,.crm-record-index-main--panel-open .record-index-kanban,.crm-record-index-main--panel-open .record-index-calendar,.crm-record-index-main--panel-open .record-index-grouped{margin-right:0;padding-right:0}.record-show-side-panel{width:min(400px,100vw)}.crm-record-index-toolbar{flex-wrap:wrap;gap:8px;padding-top:6px;padding-bottom:6px}.record-index-toolbar-menus{flex-wrap:wrap}.record-index-advanced-filter-dropdown{min-width:0;max-width:calc(100vw - 32px)}.record-index-toolbar-panel,.record-index-toolbar-filter-card{width:min(320px,calc(100vw - 24px));max-height:min(70vh,520px)}}@media(max-width:767px){.crm-record-index-toolbar{flex-wrap:wrap;align-items:center;gap:6px 8px;padding:6px 8px}.record-index-toolbar-left{flex:1 1 auto;min-width:0}.record-index-toolbar-right{display:flex;flex:1 1 100%;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px;min-width:0}.record-index-toolbar-actions{flex-shrink:0}.record-index-toolbar-menus{display:flex;flex-wrap:wrap;align-items:center;gap:2px;min-width:0;overflow:visible}.record-index-toolbar-pill{flex-shrink:0;height:28px;padding:0 8px;font-size:12px}.record-index-create-link{height:28px;padding:0 10px;font-size:12px;white-space:nowrap}.record-index-view-bar,.record-index-filter-bar{flex-wrap:wrap;align-items:flex-start;gap:6px;padding:4px 8px}.record-index-view-bar-chips,.record-index-filter-chips{flex:1 1 auto;flex-wrap:wrap;min-width:0;gap:6px}.record-index-view-bar-actions-right{flex-shrink:0}.record-index-advanced-filter-rule{flex-wrap:wrap;align-items:stretch;gap:6px}.record-index-advanced-filter-where{width:auto;flex-shrink:0}.record-index-advanced-filter-control{flex:1 1 calc(50% - 28px);min-width:0}.record-index-advanced-filter-control--value{flex:1 1 100%;min-width:0}.record-index-advanced-filter-control--actions{margin-left:0;flex:0 0 auto}.record-index-advanced-filter-value,.record-index-advanced-filter-value-select,.record-index-advanced-filter-value-placeholder{min-width:0;width:100%}.record-index-filter-editor{left:8px;right:8px;width:auto}.record-index-toolbar-panel,.record-index-toolbar-filter-card,.record-index-sort-chip-menu-card{width:100%;max-width:100%}.record-index-anchored-dropdown .record-index-toolbar-panel,.record-index-anchored-dropdown .record-index-toolbar-filter-dropdown,.record-index-anchored-dropdown .record-index-toolbar-filter-card{position:static;top:auto;right:auto;left:auto;width:100%;max-width:100%}.crm-record-index-table{min-width:640px}.crm-record-index-footer{flex-wrap:wrap;justify-content:center;gap:8px;padding:8px}.crm-record-index-footer>span{flex:1 1 100%;text-align:center;order:2}.crm-record-index-footer-actions{flex:1 1 100%;justify-content:center;order:1}.crm-record-index-footer-actions .btn{height:28px;min-width:0;padding:0 10px;font-size:12px}.record-index-bulk-bar{flex-wrap:wrap;gap:6px;padding:4px 8px}.record-index-bulk-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;width:100%}.record-index-bulk-actions .btn{height:24px;min-width:0;padding:0 8px;font-size:12px}.record-index-calendar-toolbar{flex-wrap:wrap;gap:8px}.record-index-calendar-modes{flex-wrap:wrap}.record-index-kanban-column{flex-basis:240px}.crm-page-header{align-items:flex-start;flex-direction:column;gap:12px}.crm-page-header .btn,.crm-page-header a.btn{width:auto;align-self:flex-start;height:28px;padding:0 10px;font-size:12px}.na-aw-builder-toolbar{flex-wrap:wrap;padding:8px;gap:8px}.na-aw-builder-toolbar-left,.na-aw-builder-toolbar-right{flex-wrap:wrap;min-width:0}.na-aw-builder-title{max-width:min(240px,55vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-group-header{padding:6px 8px}}@media(max-width:479px){.record-index-toolbar-pill-label{display:none}.record-index-toolbar-pill{width:28px;padding:0;justify-content:center}.record-index-create-link-label{display:none}.record-index-create-link{width:28px;padding:0;justify-content:center}.topbar-search{max-width:120px}}.record-index-view-bar,.record-index-filter-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:4px 12px;background:#f9f9f9;border-bottom:1px solid #e4e4e7;flex-shrink:0;flex-wrap:nowrap}.record-index-view-bar-empty,.record-index-filter-bar-empty{justify-content:flex-start}.record-index-view-bar-chips,.record-index-filter-chips{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;flex-shrink:0}.record-index-sort-chip-wrap{position:relative;flex-shrink:0}.record-index-sort-chip-trigger{display:inline-flex;cursor:pointer}.record-index-sort-chip{display:inline-flex;align-items:center;gap:4px;height:24px;padding:2px 2px 2px 4px;border:1px solid #eef2fd;border-radius:4px;background:#f7f9fe;color:#4670d5;font-size:13px;font-weight:400;line-height:16px;flex-shrink:0}.record-index-sort-chip-icon{display:inline-flex;flex-shrink:0;color:#4670d5}.record-index-sort-chip-text{display:inline-flex;align-items:center;gap:2px;min-width:0}.record-index-sort-chip-sep{color:#4670d5}.record-index-sort-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;border-radius:4px;background:transparent;color:#4670d5;cursor:pointer}.record-index-sort-chip-remove:hover{background:#4670d514}.record-index-sort-chip-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:45}.record-index-sort-chip-menu-card{width:202px;overflow:hidden;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 4px #00000014,2px 4px 16px #00000029}.record-index-sort-chip-menu-option{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:32px;padding:8px 4px;border:0;background:transparent;color:#333;font:inherit;font-size:13px;line-height:18px;text-align:left;cursor:pointer}.record-index-sort-chip-menu-option:hover{background:#f3f3f3}.record-index-sort-chip-menu-option-leading{display:inline-flex;align-items:center;gap:8px;min-width:0}.record-index-sort-chip-menu-option-icon{display:inline-flex;flex-shrink:0;color:#737686}.record-index-sort-chip-menu-option svg:last-child{flex-shrink:0;color:#737686}.record-index-filter-chip{display:inline-flex;align-items:center;gap:6px;height:24px;padding:0 8px 0 6px;border:1px solid #c7d7fe;border-radius:4px;background:#eff4ff;color:#1d4ed8;font-size:12px;font-weight:500;line-height:16px;flex-shrink:0}.record-index-filter-chip-icon{display:inline-flex;flex-shrink:0;color:#3b82f6}.record-index-filter-chip-text{min-width:0}.record-index-filter-chip-remove{display:inline-flex;padding:0;border:0;background:transparent;color:#3b82f6;cursor:pointer}.record-index-filter-operator{height:24px;padding:0 8px;border:1px solid #e4e4e7;border-radius:4px;background:#f3f3f3;color:#434655;font-size:11px;font-weight:600;cursor:pointer}.record-index-filter-add,.record-index-filter-add-inline{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:1px dashed #c3c6d7;border-radius:4px;background:transparent;color:#434655;font-size:12px;cursor:pointer;flex-shrink:0}.record-index-filter-add-inline{width:24px;justify-content:center;padding:0}.record-index-filter-clear{flex-shrink:0;border:0;background:transparent;color:#737686;font-size:12px;cursor:pointer}.record-index-filter-editor-wrap{position:relative;z-index:35}.record-index-filter-editor{position:absolute;top:0;left:12px;z-index:40;width:280px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 4px 16px #00000014}.record-index-filter-editor-header{display:flex;align-items:center;gap:6px;padding:10px 12px;border-bottom:1px solid #eeeeee;color:#1a1c1c;font-size:13px;font-weight:600}.record-index-filter-editor-value{display:flex;gap:6px;padding:8px}.record-index-filter-editor-value input{flex:1;height:28px;padding:0 8px;border:1px solid #e4e4e7;border-radius:4px;font-size:13px}.record-index-filter-editor-apply{height:28px;padding:0 10px;border:0;border-radius:4px;background:#2563eb;color:#fff;font-size:12px;cursor:pointer}.record-index-view-bar-stack{position:relative}.record-index-advanced-filter-wrap{position:absolute;top:4px;left:0;z-index:35;width:100%;pointer-events:none}.record-index-anchored-dropdown--fit,.record-index-anchored-dropdown--fit .record-index-advanced-filter-dropdown{width:max-content;max-width:min(480px,calc(100vw - 16px))}.record-index-advanced-filter-dropdown{position:relative;top:auto;left:12px;pointer-events:auto;display:flex;flex-direction:column;align-items:flex-start;gap:8px;box-sizing:border-box;min-width:0;padding:8px;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 4px #00000014,2px 4px 16px #00000029}.record-index-advanced-filter-rule{display:flex;align-items:center;gap:8px;min-height:32px;width:max-content;max-width:100%}.record-index-advanced-filter-where{flex-shrink:0;width:44px;color:#737686;font-size:13px;font-weight:500}.record-index-advanced-filter-control{position:relative;flex-shrink:0}.record-index-advanced-filter-control--value{flex:0 1 160px;width:160px;min-width:120px;max-width:200px}.record-index-advanced-filter-control--actions{flex-shrink:0}.record-index-advanced-filter-select{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#1a1c1c;font:inherit;font-size:13px;cursor:pointer}.record-index-advanced-filter-select:hover{background:#f9f9f9}.record-index-advanced-filter-value,.record-index-advanced-filter-value-select{width:100%;min-width:0;max-width:100%;height:32px;padding:0 10px;border:1px solid #e4e4e7;border-radius:6px;background-color:#fff;color:#1a1c1c;font:inherit;font-size:13px}.record-index-advanced-filter-value-select{padding-right:28px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23737686' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px 12px;cursor:pointer}.record-index-advanced-filter-value-placeholder{flex:0 0 160px;width:160px;min-width:0}.record-index-advanced-filter-actions{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:6px;background:transparent;color:#737686;cursor:pointer}.record-index-advanced-filter-actions:hover{background:#f3f3f3}.record-index-advanced-filter-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:50;width:280px;overflow:hidden;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 4px #00000014,2px 4px 16px #00000029}.record-index-advanced-filter-menu--operators{width:220px}.record-index-advanced-filter-menu--actions{right:0;left:auto;width:160px}.record-index-advanced-filter-menu-search{padding:8px;border-bottom:1px solid #eeeeee}.record-index-advanced-filter-menu-search-input{width:100%;height:28px;padding:0 8px;border:1px solid #e4e4e7;border-radius:4px;font-size:13px}.record-index-advanced-filter-menu-body{max-height:280px;overflow:auto}.record-index-advanced-filter-menu-section-title{padding:8px 12px 4px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.record-index-advanced-filter-menu-item{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:6px 12px;border:0;background:transparent;color:#1a1c1c;font:inherit;font-size:13px;text-align:left;cursor:pointer}.record-index-advanced-filter-menu-item:hover,.record-index-advanced-filter-menu-item.active{background:#f3f3f3}.record-index-advanced-filter-menu-item svg:last-child{margin-left:auto}.record-index-advanced-filter-add{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;height:28px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:#434655;font:inherit;font-size:13px;font-weight:500;cursor:pointer}.record-index-advanced-filter-add:hover{background:#f3f3f3}.record-index-bulk-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:32px;padding:4px 12px;background:#eff6ff;border-bottom:1px solid #bfdbfe}.record-index-bulk-count{color:#1d4ed8;font-size:12px;font-weight:500;line-height:16px;white-space:nowrap}.record-index-bulk-actions{display:flex;align-items:center;gap:6px}.record-index-bulk-actions .btn{height:24px;padding:0 8px;font-size:12px;gap:4px;border-radius:4px}.record-index-bulk-actions .btn svg{width:12px;height:12px}.record-index-bulk-trash-btn{background:#fef2f2;color:#dc2626;border-color:#fecaca}.record-index-bulk-trash-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.record-index-bulk-permanent-delete-btn{background:#fef2f2;color:#dc2626;border-color:#fecaca}.record-index-bulk-permanent-delete-btn:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.record-index-bulk-status{display:inline-flex;align-items:center;gap:4px}.record-index-bulk-status svg{width:12px;height:12px;flex-shrink:0;color:#434655}.record-index-bulk-status select{height:24px;padding:0 24px 0 8px;border:1px solid #c3c6d7;border-radius:4px;font-size:12px;line-height:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23737686' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 6px center;background-size:12px 12px;cursor:pointer}.record-index-trash-banner{margin:0;padding:6px 12px;background:#fffbeb;border-bottom:1px solid #fde68a;color:#92400e;font-size:12px;line-height:16px}.record-index-create-view-popover{position:absolute;top:calc(100% + 4px);left:0;z-index:45}.record-index-create-view-popover-card{width:200px;overflow:visible;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 4px 16px #00000014}.record-index-view-create-header{display:flex;align-items:center;gap:4px;min-height:33px;padding:4px 8px 4px 4px;border-bottom:1px solid #f1f1f1;color:#333;font-size:13px;font-weight:500;line-height:18px;list-style:none}.record-index-view-create-back{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.record-index-view-create-back:hover{background:#f3f3f3;color:#333}.record-index-create-view-popover-body{display:flex;flex-direction:column;gap:12px;padding:12px}.record-index-create-view-name-row{display:flex;align-items:stretch;gap:0;min-height:32px}.record-index-create-view-icon-wrap{position:relative;flex-shrink:0}.record-index-create-view-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #e4e4e7;border-right:0;border-radius:4px 0 0 4px;background:#fff;color:#737686;cursor:pointer}.record-index-create-view-icon-btn:hover{background:#f3f3f3}.record-index-create-view-icon-picker{position:absolute;top:calc(100% + 4px);left:0;z-index:50;display:grid;grid-template-columns:repeat(3,1fr);gap:4px;width:178px;padding:8px;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 4px #00000014,2px 4px 16px #00000029}.record-index-create-view-icon-picker-option{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.record-index-create-view-icon-picker-option:hover,.record-index-create-view-icon-picker-option.active{background:#f3f3f3;color:#333}.record-index-create-view-name-input{flex:1;min-width:0;height:32px;padding:0 10px;border:1px solid #4670d5;border-radius:0 4px 4px 0;background:#fff;color:#333;font:inherit;font-size:13px;line-height:18px;outline:none}.record-index-create-view-popover-type-label{margin-bottom:6px;color:#737686;font-size:12px;font-weight:500;line-height:16px}.record-index-create-view-popover-type-row{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 10px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#333;font:inherit;font-size:13px;line-height:18px;text-align:left;cursor:pointer}.record-index-create-view-popover-type-row svg:last-child{margin-left:auto;color:#737686}.record-index-create-view-popover-type-menu{margin-top:4px;overflow:hidden;border:1px solid #ebebeb;border-radius:8px;background:#fff;box-shadow:0 2px 8px #00000014}.record-index-create-view-popover-type-option{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 10px;border:0;background:transparent;color:#333;font:inherit;font-size:13px;line-height:18px;text-align:left;cursor:pointer}.record-index-create-view-popover-type-option:hover,.record-index-create-view-popover-type-option.active{background:#f3f3f3}.record-index-create-view-popover-type-option svg:last-child{margin-left:auto;color:#4670d5}.record-index-create-view-popover-submit{width:100%;height:32px;border:0;border-radius:4px;background:#4670d5;color:#fff;font:inherit;font-size:13px;font-weight:500;line-height:18px;cursor:pointer}.record-index-create-view-popover-submit:hover:not(:disabled){background:#3b61c4}.record-index-create-view-popover-submit:disabled{opacity:.5;cursor:not-allowed}.record-index-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#00000059}.record-index-modal{width:min(420px,calc(100vw - 32px));border-radius:8px;background:#fff;box-shadow:0 8px 32px #00000026}.record-index-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e4e4e7}.record-index-modal-header h2{margin:0;font-size:15px;font-weight:600}.record-index-modal-close{display:inline-flex;padding:4px;border:0;background:transparent;color:#737686;cursor:pointer}.record-index-modal-body{display:flex;flex-direction:column;gap:12px;padding:16px}.record-index-modal-field{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#434655}.record-index-modal-field input,.record-index-modal-field select{height:32px;padding:0 10px;border:1px solid #c3c6d7;border-radius:4px;font-size:13px}.record-index-modal-field select{padding-right:28px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23737686' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px 12px;cursor:pointer}.record-index-icon-picker{display:flex;flex-wrap:wrap;gap:6px}.record-index-icon-option{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#434655;cursor:pointer}.record-index-icon-option.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.record-index-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e4e4e7}.record-index-kanban{display:flex;gap:12px;flex:1;min-height:0;overflow-x:auto;padding:12px;background:#f9f9f9}.record-index-kanban-column{flex:0 0 260px;display:flex;flex-direction:column;max-height:100%;border-radius:8px;background:#f3f3f3}.record-index-kanban-column-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;color:#434655;font-size:12px;font-weight:600}.record-index-kanban-column-count{color:#737686;font-weight:500}.record-index-kanban-cards{display:flex;flex-direction:column;gap:8px;padding:0 8px 8px;overflow-y:auto}.record-index-kanban-card{border:1px solid #e4e4e7;border-radius:6px;background:#fff;cursor:grab}.record-index-kanban-card-link{display:flex;gap:8px;padding:10px;color:inherit;text-decoration:none}.record-index-kanban-card-body{display:flex;flex-direction:column;gap:2px;min-width:0}.record-index-kanban-card-body strong{font-size:12px;color:#1a1c1c}.record-index-kanban-card-body span{overflow:hidden;color:#737686;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.record-index-calendar{flex:1;min-height:0;overflow:auto;padding:12px;background:#fff}.record-index-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.record-index-calendar-nav{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600}.record-index-calendar-nav button{width:28px;height:28px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;cursor:pointer}.record-index-calendar-modes{display:flex;gap:4px}.record-index-calendar-modes button{height:28px;padding:0 10px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;font-size:12px;cursor:pointer}.record-index-calendar-modes button.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.record-index-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden;background:#e4e4e7}.record-index-calendar-dow{padding:8px;background:#fafafa;color:#737686;font-size:11px;font-weight:600;text-align:center}.record-index-calendar-cell{min-height:90px;padding:6px;background:#fff}.record-index-calendar-cell.empty{background:#fafafa}.record-index-calendar-cell.today{background:#eff6ff}.record-index-calendar-day-num{display:block;margin-bottom:4px;color:#434655;font-size:11px;font-weight:600}.record-index-calendar-events{display:flex;flex-direction:column;gap:2px}.record-index-calendar-event{display:block;overflow:hidden;padding:2px 4px;border-radius:3px;background:#dbeafe;color:#1d4ed8;font-size:10px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.record-index-calendar-more{color:#737686;font-size:10px}.record-index-calendar-list{display:flex;flex-direction:column;gap:8px}.record-index-calendar-list-item{display:flex;justify-content:space-between;padding:10px 12px;border:1px solid #e4e4e7;border-radius:6px;color:inherit;text-decoration:none}.record-index-grouped{flex:1;min-height:0;overflow:auto}.record-index-grouped-loading{opacity:.72;pointer-events:none}.record-index-group-header{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:0;border-bottom:1px solid #e4e4e7;background:#fafafa;color:#1a1c1c;font-size:13px;font-weight:600;text-align:left;cursor:pointer}.record-index-group-count{margin-left:auto;color:#737686;font-size:12px;font-weight:500}.record-index-view-trigger-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;color:#737686}.page-content:has(.na-aw-builder-page){display:flex;flex-direction:column;padding:0;overflow:hidden}.na-aw-builder-page{display:flex;flex:1;flex-direction:column;min-height:0;position:relative;background:#f9f9f9}.na-aw-builder-body{display:flex;flex:1;min-height:0;overflow:hidden}.na-aw-ai-drawer{display:flex;flex-direction:column;width:380px;flex-shrink:0;min-height:0;border-left:1px solid #e4e4e7;background:#fff}.na-aw-ai-drawer .ai-assistant-header,.na-aw-ai-drawer .ai-assistant-body{padding:12px 14px}.na-aw-builder-body .na-aw-canvas{flex:1;min-width:0}.na-aw-canvas-stack{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.na-aw-canvas-stack .na-aw-canvas{flex:1}.na-aw-preview-banner{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:8px 12px 0;padding:8px 12px;border-radius:8px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:13px;line-height:1.4}.na-aw-preview-banner-exit{flex-shrink:0;border:0;background:transparent;color:#92400e;font:inherit;font-weight:600;cursor:pointer;text-decoration:underline}.na-aw-inspector{display:flex;flex-direction:column;width:400px;flex-shrink:0;border-left:1px solid #e4e4e7;background:#fff;overflow:hidden}.na-aw-builder-body>.na-aw-action-panel{height:100%}.na-aw-action-panel{display:flex;flex-direction:column;width:400px;flex-shrink:0;min-height:0;border-left:1px solid #e4e4e7;background:#fff;overflow:hidden}.na-aw-action-config{display:flex;flex-direction:column;min-height:0;height:100%;max-height:100%}.na-aw-action-panel-header,.na-aw-action-config-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-bottom:1px solid #e4e4e7;flex-shrink:0}.na-aw-action-config-header{min-height:44px}.na-aw-action-panel-title{margin:0;font-size:14px;font-weight:600;color:#1a1c1c}.na-aw-action-panel-body{flex:1;overflow-y:auto;padding:8px 0 16px}.na-aw-action-category{padding:0 8px 12px}.na-aw-action-category-label{margin:0;padding:8px 8px 6px;font-size:11px;font-weight:600;letter-spacing:.02em;color:#a1a1aa;text-transform:uppercase}.na-aw-action-list{list-style:none;margin:0;padding:0}.na-aw-action-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;border-radius:6px;background:transparent;text-align:left;cursor:pointer}.na-aw-action-item:hover{background:#f4f4f5}.na-aw-action-item-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;flex-shrink:0}.na-aw-action-icon-data{background:#f4f4f5;color:#52525b}.na-aw-action-icon-ai{background:#fce7f3;color:#db2777}.na-aw-action-icon-flow{background:#f4f4f5;color:#52525b}.na-aw-action-icon-core{background:#fee2e2;color:#dc2626}.na-aw-action-item-label{font-size:13px;color:#1a1c1c}.na-aw-action-search-wrap{position:relative;display:flex;align-items:center;padding:8px 10px;border-bottom:1px solid #e4e4e7}.na-aw-action-search-icon{position:absolute;left:20px;color:#a1a1aa;pointer-events:none}.na-aw-action-search-input{width:100%;padding:6px 8px 6px 28px;font-size:13px;border:1px solid #e4e4e7;border-radius:6px;background:#fafafa;color:#1a1c1c;outline:none}.na-aw-action-search-input:focus{border-color:#a78bfa;background:#fff;box-shadow:0 0 0 2px #ede9fe}.na-aw-action-empty{font-size:13px;color:#71717a;padding:12px 10px;text-align:center}.na-aw-action-item-text{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.na-aw-action-description{font-size:11px;color:#71717a;line-height:1.4;white-space:normal}.na-aw-ai-badge{display:inline-flex;align-items:center;padding:1px 6px;font-size:10px;font-weight:600;letter-spacing:.05em;color:#7c3aed;background:#ede9fe;border-radius:10px;flex-shrink:0;line-height:1.6}.na-aw-action-item--ai:hover{background:#f5f3ff}.na-aw-node-icon--ai{color:#7c3aed}.na-aw-output-preview{display:flex;flex-direction:column;gap:4px;padding:10px 12px;background:#f8fafc;border:1px solid #e4e4e7;border-radius:6px;margin-top:4px}.na-aw-output-preview-label{font-size:11px;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.na-aw-output-preview code{font-size:11.5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#7c3aed;background:#ede9fe;padding:1px 5px;border-radius:4px;display:inline-block;width:fit-content}.na-aw-field-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#1a1c1c;margin-top:4px}.na-aw-action-config-title-row{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.na-aw-action-config-heading{display:flex;align-items:baseline;gap:6px;min-width:0;flex-wrap:wrap}.na-aw-action-config-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;background:#f4f4f5;color:#52525b;flex-shrink:0}.na-aw-action-config-title{margin:0;font-size:13px;font-weight:600;color:#1a1c1c;line-height:1.25;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.na-aw-action-config-subtitle{font-size:11px;font-weight:500;color:#a1a1aa;line-height:1.25;flex-shrink:0}.na-aw-action-config .na-aw-action-panel-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:12px 14px 16px}.na-aw-action-field{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.na-aw-field-group{display:flex;flex-direction:column;gap:10px;margin-bottom:10px;padding:10px;border:1px solid #e4e4e7;border-radius:8px;background:#fafafa}.na-aw-field-group .na-aw-action-field{margin-bottom:0}.na-aw-var-field{display:flex;align-items:stretch;gap:6px;width:100%;min-width:0}.na-aw-var-field-inner{flex:1;min-width:0}.na-aw-var-field-inner .input,.na-aw-var-field-inner .select{width:100%}.na-aw-var-field-toolbar{display:flex;flex-shrink:0;align-items:center;gap:4px}.na-aw-var-field-textarea{display:block}.na-aw-var-field-box{position:relative;width:100%;border:1px solid #e4e4e7;border-radius:6px;background:#fff;transition:border-color .15s ease}.na-aw-var-field-box:focus-within{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb1f}.na-aw-var-field-box .textarea{width:100%;min-height:96px;border:none;border-radius:6px;padding:8px 10px;resize:vertical;background:transparent;box-shadow:none}.na-aw-var-field-box .textarea:focus{outline:none;box-shadow:none}.na-aw-var-field-box .na-aw-var-field-toolbar{position:absolute;top:6px;right:6px;padding:2px;border-radius:6px;background:#ffffffeb}.na-aw-var-field-box .textarea{padding-top:8px;padding-right:72px}.na-aw-var-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#737686;cursor:pointer}.na-aw-var-btn:hover{background:#f4f4f5;color:#52525b}.na-aw-var-picker-wrap{flex-shrink:0}.na-aw-var-picker{width:28px;min-width:28px;max-width:28px;height:28px;font-size:10px;font-weight:700;padding:0;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#2563eb;cursor:pointer;text-align:center;text-align-last:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none}.na-aw-var-picker:hover{background:#eff6ff;border-color:#bfdbfe}.na-aw-field-with-var{display:flex;align-items:stretch;gap:6px;width:100%;min-width:0}.na-aw-field-with-var-input{flex:1;min-width:0;width:100%}.na-aw-action-config-main{display:flex;flex:1;flex-direction:column;min-height:0}.na-aw-change-action-link{margin-bottom:10px;padding:0;border:none;background:none;color:#2563eb;font-size:12px;cursor:pointer}.na-aw-object-field{margin-bottom:12px}.na-aw-object-select-wrap{position:relative;display:flex;align-items:center}.na-aw-object-select-icon{position:absolute;left:10px;z-index:1;display:inline-flex;align-items:center;justify-content:center;color:#52525b;pointer-events:none}.na-aw-object-select{padding-left:32px;width:100%}.na-aw-action-test-row{flex-shrink:0;padding:10px 16px;border-top:1px solid var(--na-border-subtle, #e5e7eb);background:#fff}.crm-record-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.record-detail-workflow-select{max-width:180px;font-size:13px}.na-aw-field-hint{font-size:11px;color:#a1a1aa;line-height:1.3}.na-aw-action-config-footer{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;margin-top:auto;padding:10px 16px;border-top:1px solid #e4e4e7;background:#fff}.na-aw-action-footer-hint{font-size:12px;color:#a1a1aa}.na-aw-delete-step-btn{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:none;color:#dc2626;font-size:13px;cursor:pointer}.na-aw-delete-step-btn:hover{color:#b91c1c}.na-aw-inspector-hint{margin:0;font-size:13px;color:#737686}.na-aw-inspector-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid #e4e4e7}.na-aw-inspector-tabs{display:flex;flex-wrap:wrap;gap:4px}.na-aw-inspector-tab{padding:4px 8px;border:none;border-radius:4px;background:transparent;font-size:12px;color:#737686;cursor:pointer}.na-aw-inspector-tab.active{background:#f4f4f5;color:#1a1c1c;font-weight:600}.na-aw-inspector-tab.disabled,.na-aw-inspector-tab:disabled{opacity:.4;cursor:not-allowed}.na-aw-inspector-body{flex:1;overflow-y:auto;padding:12px}.na-aw-inspector-section{display:flex;flex-direction:column;gap:10px}.na-aw-field-label{font-size:12px;font-weight:600;color:#52525b}.na-aw-field-required{color:#dc2626;font-weight:700}.na-aw-condition-row{display:flex;flex-direction:column;gap:6px;padding:10px;border:1px solid #e4e4e7;border-radius:6px;background:#fafafa}.na-aw-builder-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:8px 16px;border-bottom:1px solid #e4e4e7;background:#fff}.na-aw-builder-toolbar-left,.na-aw-builder-toolbar-right{display:flex;align-items:center;gap:8px;min-width:0}.na-aw-builder-toolbar-title-group{display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden}.topbar-left .na-aw-builder-toolbar-title-group{flex:1;min-width:0}.topbar-left .na-aw-builder-title{max-width:min(420px,42vw)}.na-aw-builder-toolbar-right{flex-shrink:0;gap:6px}.na-aw-breadcrumb-link{color:#737686;font-size:13px;text-decoration:none;flex-shrink:0;white-space:nowrap}.na-aw-breadcrumb-sep{color:#a1a1aa;flex-shrink:0}.na-aw-builder-title{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;max-width:min(280px,28vw);min-width:0;flex:0 1 auto;overflow:hidden}.na-aw-builder-title-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 0}.na-aw-builder-info-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid #e4e4e7;background:#fff;color:#737686;flex-shrink:0;cursor:pointer;padding:0}.na-aw-builder-info-btn:hover{color:#52525b;border-color:#d4d4d8;background:#fafafa}.na-aw-workflow-info-fields{display:flex;flex-direction:column;gap:16px}.na-aw-workflow-info-field{display:flex;flex-direction:column;gap:6px}.na-aw-workflow-info-label{font-size:12px;font-weight:500;color:#737686}.na-aw-workflow-info-row{display:flex;align-items:flex-start;gap:8px}.na-aw-workflow-info-value{flex:1;min-width:0;font-size:14px;line-height:1.5;color:#18181b;word-break:break-word}.na-aw-workflow-info-value-empty{color:#a1a1aa;font-style:italic}.na-aw-workflow-info-edit-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px;border:none;background:none;color:#a1a1aa;cursor:pointer;border-radius:4px}.na-aw-workflow-info-edit-btn:hover{color:#52525b;background:#f4f4f5}.na-aw-workflow-info-input{width:100%}.na-aw-workflow-info-textarea{width:100%;min-height:96px;resize:vertical}.na-aw-workflow-info-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.na-aw-builder-index{color:#737686;font-size:13px;flex-shrink:0;white-space:nowrap}.na-aw-lock-icon{color:#737686}.na-aw-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;cursor:pointer}.na-aw-icon-btn:disabled{opacity:.4;cursor:not-allowed}.na-aw-status-pill{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;flex-shrink:0;white-space:nowrap}.na-aw-status-draft{background:#fef3c7;color:#92400e}.na-aw-status-active{background:#dcfce7;color:#166534}.na-aw-status-deactivated{background:#f4f4f5;color:#52525b}.na-aw-status-running{background:#dbeafe;color:#1d4ed8}.na-aw-status-completed{background:#dcfce7;color:#166534}.na-aw-status-failed{background:#fee2e2;color:#b91c1c}.na-aw-status-cancelled{background:#f4f4f5;color:#52525b}.na-aw-status-waiting{background:#fef3c7;color:#92400e}.na-aw-runs-float-root{--na-aw-runs-dock-offset: 0px;position:absolute;right:calc(16px + var(--na-aw-runs-dock-offset));bottom:16px;z-index:30;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.na-aw-runs-float-root>*{pointer-events:auto}.na-aw-runs-fab{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;box-shadow:0 4px 14px #18181b1f;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s,color .15s}.na-aw-runs-fab:hover{background:#f4f4f5;color:#18181b;box-shadow:0 6px 18px #18181b24}.na-aw-runs-fab.active{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.na-aw-runs-panel{display:flex;flex-direction:column;min-height:0;background:#fff}.na-aw-runs-panel-popover{width:min(300px,calc(100vw - 32px - var(--na-aw-runs-dock-offset)));max-height:min(380px,calc(100vh - 180px));border:1px solid #e4e4e7;border-radius:12px;box-shadow:0 10px 28px #18181b24;overflow:hidden}.na-aw-runs-panel-collapsed,.na-aw-runs-panel-expand{display:none}.na-aw-runs-panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-bottom:1px solid #e4e4e7}.na-aw-runs-panel-title{margin:0;font-size:13px;font-weight:600;line-height:1.2}.na-aw-runs-panel-subtitle{margin:2px 0 0;font-size:11px;color:#71717a;line-height:1.2}.na-aw-runs-panel-body{flex:1;overflow-y:auto;padding:4px 6px}.na-aw-runs-panel-empty{margin:0;padding:8px 10px;font-size:12px;color:#71717a}.na-aw-runs-list{list-style:none;margin:0;padding:0}.na-aw-runs-item-row{display:flex;align-items:center;gap:4px;border-radius:6px}.na-aw-runs-item-row.selected{background:#f4f4f5}.na-aw-runs-item-row .na-aw-runs-item{flex:1;min-width:0}.na-aw-runs-item-row:hover,.na-aw-runs-item-row.selected{background:#f4f4f5}.na-aw-runs-item-stop{flex-shrink:0;align-self:center;margin-right:4px;width:24px;height:24px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;font-size:9px;cursor:pointer}.na-aw-runs-item-stop:hover:not(:disabled){background:#fee2e2;border-color:#fecaca;color:#b91c1c}.na-aw-runs-item-stop:disabled{opacity:.45;cursor:not-allowed}.na-aw-runs-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:32px;padding:5px 8px;border:none;border-radius:6px;background:transparent;text-align:left;cursor:pointer}.na-aw-runs-item:hover,.na-aw-runs-item.selected{background:transparent}.na-aw-runs-item-title{flex:1;min-width:0;font-size:12px;font-weight:500;color:#18181b;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.na-aw-runs-item-meta{flex-shrink:0;font-size:11px;color:#71717a;text-align:right;white-space:nowrap}@media(max-width:768px){.na-aw-runs-float-root{right:calc(12px + var(--na-aw-runs-dock-offset));bottom:12px}.na-aw-runs-fab{width:40px;height:40px}.na-aw-runs-panel-popover{width:min(300px,calc(100vw - 24px - var(--na-aw-runs-dock-offset)));max-height:min(320px,calc(100vh - 140px))}}@media(max-width:720px){.na-aw-runs-float-root{--na-aw-runs-dock-offset: 0px !important;bottom:72px}}.na-aw-run-step-panel{display:flex;flex-direction:column;width:400px;flex-shrink:0;border-left:1px solid #e4e4e7;background:#fff;min-height:0}.na-aw-panel-header-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.na-aw-icon-btn-danger{color:#dc2626}.na-aw-icon-btn-danger:hover{color:#b91c1c;background:#fef2f2}.na-aw-context-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;border:none;background:transparent;cursor:default}.na-aw-context-menu{position:fixed;z-index:41;min-width:160px;padding:4px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #18181b1f}.na-aw-context-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;border-radius:6px;background:none;color:#18181b;font-size:13px;text-align:left;cursor:pointer}.na-aw-context-menu-item:disabled{opacity:.45;cursor:default}.na-aw-context-menu-item:hover:not(:disabled){background:#f4f4f5}.na-aw-context-menu-item-danger{color:#dc2626}.na-aw-context-menu-item-danger:hover{background:#fef2f2}.na-aw-run-step-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid #e4e4e7}.na-aw-run-step-panel-kicker{margin:0 0 4px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#a1a1aa}.na-aw-run-step-panel-title{margin:0;font-size:14px;font-weight:600}.na-aw-run-step-tabs{display:flex;gap:4px;padding:8px 16px 0;border-bottom:1px solid #e4e4e7}.na-aw-run-step-tab{border:none;background:transparent;padding:8px 10px;font-size:13px;color:#71717a;cursor:pointer;border-bottom:2px solid transparent}.na-aw-run-step-tab.active{color:#18181b;border-bottom-color:#2563eb}.na-aw-run-step-panel-body{flex:1;overflow:auto;padding:16px}.na-aw-run-step-dl{margin:0;display:grid;gap:12px}.na-aw-run-step-dl dt{font-size:11px;font-weight:600;text-transform:uppercase;color:#a1a1aa}.na-aw-run-step-dl dd{margin:4px 0 0;font-size:13px;color:#18181b}.na-aw-run-step-error{color:#b91c1c}.na-aw-run-step-skipped{color:#a16207}.na-aw-run-step-json{margin:12px 0 0;padding:12px;border-radius:8px;background:#f4f4f5;font-size:12px;line-height:1.45;overflow:auto;white-space:pre-wrap;word-break:break-word}.na-aw-run-preview{display:grid;gap:12px}.na-aw-run-preview-banner{padding:8px 10px;border-radius:8px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:12px;line-height:1.4}.na-aw-run-preview-headline{margin:0;font-size:13px;line-height:1.45;color:#18181b}.na-aw-run-preview-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:#71717a}.na-aw-run-preview-status{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;text-transform:capitalize;background:#f4f4f5;color:#3f3f46}.na-aw-run-preview-status-completed{background:#dcfce7;color:#166534}.na-aw-run-preview-status-failed{background:#fee2e2;color:#991b1b}.na-aw-run-preview-status-skipped,.na-aw-run-preview-status-pending{background:#f4f4f5;color:#52525b}.na-aw-run-preview-status-running,.na-aw-run-preview-status-waiting{background:#dbeafe;color:#1d4ed8}.na-aw-run-preview-model{margin:0;font-size:12px;color:#71717a}.na-aw-run-preview-empty{margin:0;padding:16px;border:1px dashed #e4e4e7;border-radius:8px;color:#71717a;font-size:13px;line-height:1.45}.na-aw-run-preview-views{display:flex;gap:4px}.na-aw-run-preview-views button{border:1px solid #e4e4e7;background:#fff;border-radius:6px;padding:4px 10px;font-size:12px;color:#71717a;cursor:pointer}.na-aw-run-preview-views button.active{border-color:#2563eb;color:#1d4ed8;background:#eff6ff}.na-aw-run-preview-table{width:100%;border-collapse:collapse;font-size:12px}.na-aw-run-preview-table th{width:38%;padding:8px 10px;text-align:left;vertical-align:top;font-weight:600;color:#52525b;border-top:1px solid #f4f4f5}.na-aw-run-preview-table td{padding:8px 10px;vertical-align:top;border-top:1px solid #f4f4f5;color:#18181b}.na-aw-run-preview-table pre{margin:0;font-family:inherit;font-size:12px;white-space:pre-wrap;word-break:break-word}.react-flow__node.na-aw-run-pending .na-aw-node{border-color:#d4d4d8;background:#fafafa}.react-flow__node.na-aw-run-running .na-aw-node{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 1px #2563eb26;animation:na-aw-run-pulse 1.4s ease-in-out infinite}.react-flow__node.na-aw-run-completed .na-aw-node{border-color:#16a34a;background:#f0fdf4}.react-flow__node.na-aw-run-failed .na-aw-node{border-color:#dc2626;background:#fef2f2}.react-flow__node.na-aw-run-failed.na-aw-node-selected .na-aw-node{border-color:#dc2626;background:#fef2f2;box-shadow:0 0 0 2px #dc262633}.react-flow__node.na-aw-run-skipped .na-aw-node{border-color:#ca8a04;background:#fefce8;border-style:dashed}.react-flow__node.na-aw-run-skipped.na-aw-node-selected .na-aw-node{border-color:#ca8a04;background:#fefce8;box-shadow:0 0 0 2px #ca8a0438}.react-flow__node.na-aw-run-not-run .na-aw-node{border-color:#d4d4d8;background:#fafafa;opacity:.42;border-style:dashed}.react-flow__node.na-aw-run-pending.na-aw-node-selected .na-aw-node,.react-flow__node.na-aw-run-running.na-aw-node-selected .na-aw-node,.react-flow__node.na-aw-run-completed.na-aw-node-selected .na-aw-node,.react-flow__node.na-aw-run-failed.na-aw-node-selected .na-aw-node,.react-flow__node.na-aw-run-skipped.na-aw-node-selected .na-aw-node,.react-flow__node.na-aw-run-not-run.na-aw-node-selected .na-aw-node{box-shadow:0 0 0 2px #18181b14}@keyframes na-aw-run-pulse{0%,to{box-shadow:0 0 0 1px #2563eb26}50%{box-shadow:0 0 0 4px #2563eb2e}}.na-aw-canvas{flex:1;min-height:400px}.na-aw-canvas .react-flow__pane.draggable{cursor:grab}.na-aw-canvas .react-flow__pane.dragging{cursor:grabbing!important}.na-aw-canvas .react-flow__node{cursor:pointer}.na-aw-canvas .react-flow__node.dragging{cursor:grabbing!important}.na-aw-canvas .react-flow__node .na-aw-node,.na-aw-canvas .react-flow__node .na-aw-node-add-btn{cursor:inherit}.na-aw-canvas-readonly .react-flow__pane{cursor:default}.na-aw-canvas-readonly .react-flow__node{cursor:pointer}.na-aw-canvas .react-flow{background:#f9f9f9}.na-aw-canvas .react-flow__handle{opacity:0;width:10px;height:10px;min-width:10px;min-height:10px;border:2px solid #fff;background:#2563eb;transition:opacity .15s ease}.na-aw-canvas .react-flow__node:hover .react-flow__handle,.na-aw-canvas .react-flow__connecting .react-flow__handle,.na-aw-canvas .react-flow__connectionindicator{opacity:1}.na-aw-canvas .react-flow__edge-path{stroke-linecap:butt}.na-aw-canvas .react-flow__arrowhead polyline,.na-aw-canvas .react-flow__arrowhead polygon{stroke-linecap:butt;stroke-linejoin:miter}.na-aw-canvas .react-flow__node{overflow:visible}.na-aw-node-wrap{display:flex;flex-direction:column;align-items:stretch;position:relative}.na-aw-node-wrap .na-aw-handle-target{top:0;left:50%;transform:translate(-50%,-50%)}.na-aw-node-wrap .na-aw-handle-source{bottom:0;left:50%;transform:translate(-50%,50%)}.na-aw-node-wrap.has-add-slot .na-aw-handle-source{bottom:36px;transform:translate(-50%,50%)}.na-aw-node-wrap.has-add-slot{padding-bottom:36px}.na-aw-node-wrap.has-branch-add-slots .na-aw-flow-handle{transform:translate(-50%,50%)}.na-aw-node-wrap.has-flow-split-add-slots{padding-bottom:36px}.na-aw-node-wrap.has-flow-split-add-slots .na-aw-flow-handle{bottom:36px}.na-aw-branch-handle-add{position:absolute;bottom:0;transform:translate(-50%);z-index:2}.na-aw-branch-handle-add .na-aw-node-add{position:static;transform:none;opacity:0;pointer-events:none}.react-flow__node:hover .na-aw-branch-handle-add .na-aw-node-add,.react-flow__node:focus-within .na-aw-branch-handle-add .na-aw-node-add,.na-aw-branch-handle-add .na-aw-node-add:focus-within{opacity:1;pointer-events:auto}.na-aw-node-connector{display:none}.na-aw-node-add{position:absolute;bottom:0;left:50%;transform:translate(-50%);z-index:2;opacity:0;pointer-events:none;transition:opacity .15s ease}.react-flow__node:hover .na-aw-node-add,.react-flow__node:focus-within .na-aw-node-add,.na-aw-node-add:focus-within{opacity:1;pointer-events:auto}.na-aw-canvas-readonly .na-aw-node-add,.na-aw-node-add-line{display:none}.na-aw-node-add-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#18181b;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:border-color .15s,background .15s,box-shadow .15s}.na-aw-node-add-btn:hover{border-color:#d4d4d8;background:#fafafa;box-shadow:0 1px 3px #00000014}.na-aw-node{min-width:280px;padding:12px 16px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d;transition:border-color .15s,box-shadow .15s}.na-aw-node.selected,.react-flow__node.na-aw-node-selected .na-aw-node{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.na-aw-node.error,.react-flow__node.na-aw-node-error .na-aw-node{border-color:#ef4444;background:#fef2f2;box-shadow:0 0 0 2px #ef44441f}.na-aw-node.error .na-aw-node-type{color:#b91c1c}.na-aw-node.error .na-aw-node-icon{background:#fee2e2;color:#dc2626}.na-aw-node.selected.error,.react-flow__node.na-aw-node-selected.na-aw-node-error .na-aw-node,.react-flow__node.na-aw-node-error .na-aw-node.selected{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.na-aw-node-type{margin-bottom:8px;color:#737686;font-size:11px;font-weight:600;text-transform:uppercase}.na-aw-node-body{display:flex;align-items:center;gap:10px}.na-aw-node-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#f4f4f5;color:#52525b}.na-aw-node-trigger .na-aw-node-icon{background:#dbeafe;color:#1d4ed8}.na-aw-node-trigger.manual .na-aw-node-icon{background:#ede9fe;color:#7c3aed}.na-aw-trigger-icon-manual{background:#ede9fe!important;color:#7c3aed!important}.na-aw-trigger-icon-record{background:#dbeafe!important;color:#1d4ed8!important}.na-aw-node-action .na-aw-node-icon{background:#fee2e2;color:#b91c1c}.na-aw-node-label{font-size:14px;font-weight:500}.na-aw-node-branch .na-aw-node-icon,.na-aw-node-iterator .na-aw-node-icon{background:#fef3c7;color:#b45309}.na-aw-node-placeholder{display:inline-flex;align-items:center;gap:8px;min-width:280px;padding:12px 16px;border:1px dashed #d4d4d8;border-radius:8px;background:#fafafa;color:#52525b;font-size:14px;cursor:pointer}.na-aw-node-placeholder:hover{border-color:#a1a1aa;background:#f4f4f5}.crm-command-palette-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;background:#00000059}.crm-command-palette{width:min(560px,calc(100vw - 32px));border:1px solid #e4e4e7;border-radius:12px;background:#fff;box-shadow:0 16px 48px #0000002e;overflow:hidden}.crm-command-palette-search{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid #f4f4f5}.crm-command-palette-search input{flex:1;border:none;outline:none;font-size:14px}.crm-command-palette-list{list-style:none;margin:0;padding:8px;max-height:320px;overflow:auto}.crm-command-palette-list button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-radius:8px;background:transparent;text-align:left;cursor:pointer}.crm-command-palette-list button:hover{background:#f4f4f5}.crm-command-palette-meta{margin-left:auto;color:#737686;font-size:11px}.crm-command-palette-empty{padding:16px;color:#737686;text-align:center}.record-index-bulk-workflows select{min-width:140px;padding:6px 10px;border:1px solid #e4e4e7;border-radius:6px;font-size:13px}.na-aw-icon-select-trigger{position:relative;display:flex;align-items:center}.na-aw-icon-select-leading{position:absolute;left:10px;z-index:1;display:inline-flex;align-items:center;color:#52525b;pointer-events:none}.na-aw-icon-select-native{width:100%;padding-left:34px!important;padding-right:28px!important}.na-aw-icon-select-chevron{position:absolute;right:10px;color:#737686;pointer-events:none}.na-aw-side-panel-section-title{margin:16px 0 8px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.na-aw-trigger-conditions{margin-top:8px;padding-top:8px;border-top:1px solid #e4e4e7}.crm-pinned-workflows{display:flex;align-items:center;gap:6px;max-width:360px;overflow-x:auto}.crm-pinned-workflow-btn{flex-shrink:0;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.na-aw-workflow-name-cell{display:flex;align-items:center;gap:8px;width:100%;max-width:100%;min-width:0;color:inherit;text-decoration:none;overflow:hidden}.na-aw-workflow-name-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;border-radius:4px;background:#f4f4f5;color:#52525b;font-size:11px;font-weight:700}.na-aw-workflow-name-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.na-aw-relation-links{display:flex;flex-wrap:wrap;gap:6px}.na-aw-relation-link{display:block;max-width:100%;min-width:0;color:#2563eb;font-size:13px;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.na-aw-calculate-bar{display:flex;align-items:center;padding:6px 12px;border-top:1px solid #e4e4e7;background:#fafafa;color:#737686;font-size:12px}.record-show-side-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;border:none;padding:0;background:transparent;cursor:default}.record-show-side-panel,.record-show-drawer{position:fixed;top:0;right:0;bottom:0;z-index:50;display:flex;flex-direction:column;width:var(--record-show-drawer-width, 400px);max-width:100vw;border-left:1px solid #e4e4e7;background:#fff;box-shadow:-8px 0 24px #0f172a14}.record-show-drawer-resize-handle{position:absolute;top:0;left:-5px;bottom:0;width:10px;z-index:55;cursor:var(--netapps-cursor-resize-h);touch-action:none}.record-show-drawer-resize-handle:after{content:"";position:absolute;top:0;left:4px;bottom:0;width:2px;border-radius:1px;background:#73768640;transition:background .15s}.record-show-drawer-resize-handle:hover:after,body.record-show-drawer-is-resizing .record-show-drawer-resize-handle:after{background:#7376868c}.record-show-drawer-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #e4e4e7;flex-shrink:0}.record-show-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:6px;background:transparent;color:#52525b;cursor:pointer;flex-shrink:0}.record-show-drawer-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.record-show-drawer-close:hover{background:#f4f4f5}.record-show-drawer-leading{flex-shrink:0}.record-show-drawer-leading .record-index-avatar-sm{width:24px;height:24px;border-radius:4px;border-color:#e4e4e7;background:#f4f4f5;color:#737686;font-size:11px;font-weight:600}.record-show-drawer-heading{flex:1;min-width:0}.record-show-drawer-title-heading{margin:0;min-width:0;overflow:hidden;font-size:13px;font-weight:400;line-height:14px}.record-show-drawer-title-button{display:inline-flex;align-items:center;max-width:100%;min-height:14px;height:auto;margin:0;padding:0;border:0;background:transparent;text-align:left;cursor:text;font:inherit;color:inherit}.record-show-drawer-title-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#434655;font:inherit}.record-show-drawer-title-placeholder{color:#a8abb5;font:inherit}.record-show-drawer-title-edit{display:inline-flex;align-items:center;max-width:100%;min-height:14px;height:auto}.record-show-drawer-title-input{width:auto;min-width:4ch;max-width:100%;height:14px;min-height:14px;margin:0;padding:0;border:0;border-radius:0;background:transparent;color:#434655;font:inherit;outline:none;box-shadow:none}.record-show-drawer-title-input::placeholder{color:#a8abb5;font:inherit;opacity:1}.record-show-drawer-header--title-editing{border-bottom-color:#e4e4e7}.record-show-drawer-heading h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#434655;font-size:13px;font-weight:400;line-height:14px}.record-show-drawer-heading>span{display:block;margin-top:2px;color:#737686;font-size:11px;line-height:14px}.record-show-drawer-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;width:100%;background:var(--color-bg)}.record-show-drawer-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:8px 12px;border-top:1px solid #e4e4e7;background:#fff;flex-shrink:0}.record-show-drawer-tab-panel{flex:1;min-height:0;overflow:auto;width:100%;padding:12px 12px 16px;box-sizing:border-box}.record-show-page-tab-panel{margin-top:12px;padding:0 0 24px}.record-show-page-tab-panel .record-show-drawer-tab-panel{min-height:280px}@media(max-width:768px){.record-show-page-tab-panel{padding:0 0 16px}}.record-show-drawer-tab-panel--inset{padding:14px 16px 20px;box-sizing:border-box;background:var(--color-bg)}.record-show-drawer-tab-panel:not(.record-show-drawer-tab-panel--inset) .record-show-drawer-fields-title{margin:0 4px 10px;padding:0;color:var(--color-text);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.record-show-drawer-tab-panel--inset .record-show-empty{padding-top:0}.record-show-drawer-tab-panel .record-show-fields-widget,.record-show-drawer-tab-panel .record-show-drawer-fields{width:100%}.ui-scrollbar,.record-show-drawer-tab-panel,.crm-record-index-table-wrap{scrollbar-width:thin;scrollbar-color:#b8b8be transparent}.ui-scrollbar::-webkit-scrollbar,.record-show-drawer-tab-panel::-webkit-scrollbar,.crm-record-index-table-wrap::-webkit-scrollbar{width:8px;height:8px}.ui-scrollbar::-webkit-scrollbar-track,.record-show-drawer-tab-panel::-webkit-scrollbar-track,.crm-record-index-table-wrap::-webkit-scrollbar-track{background:transparent}.ui-scrollbar::-webkit-scrollbar-thumb,.record-show-drawer-tab-panel::-webkit-scrollbar-thumb,.crm-record-index-table-wrap::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#b8b8be;background-clip:padding-box}.ui-scrollbar::-webkit-scrollbar-thumb:hover,.record-show-drawer-tab-panel::-webkit-scrollbar-thumb:hover,.crm-record-index-table-wrap::-webkit-scrollbar-thumb:hover{background:#9b9ba3;background-clip:padding-box}.record-show-drawer-tab-bar{display:flex;align-items:stretch;gap:0;padding:0 16px;border-bottom:1px solid #e4e4e7;background:#fff;flex-shrink:0;position:relative;overflow:visible;box-sizing:border-box;width:100%}.record-show-drawer-tab{display:inline-flex;align-items:center;gap:6px;height:42px;padding:0 10px;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:#737686;font-size:13px;font-weight:500;white-space:nowrap;flex-shrink:0;cursor:pointer}.record-show-drawer-tab:hover{color:#434655}.record-show-drawer-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.record-show-drawer-tab svg{flex-shrink:0;opacity:.85}.record-show-drawer-tab-bar .record-show-split-tab{height:42px}.record-show-drawer-tab-overflow{position:relative;flex-shrink:0}.record-show-drawer-tab-measure{position:absolute;visibility:hidden;pointer-events:none;height:0;overflow:hidden;white-space:nowrap}.record-show-drawer-tab-overflow-menu{min-width:140px;padding:4px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0f172a1f}.record-show-drawer-tab-overflow-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:#434655;font-size:13px;font-weight:500;text-align:left;cursor:pointer}.record-show-drawer-tab-overflow-item:hover,.record-show-drawer-tab-overflow-item.active{background:#f4f4f5;color:#1a1c1c}.record-show-drawer-fields-title{margin:0;padding:12px 16px 8px;color:var(--color-text);font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:18px}.record-show-drawer-fields{display:block;width:100%;--record-show-drawer-label-col: 128px;--record-show-drawer-value-gap: 12px;--record-show-drawer-field-pad-x: 8px}.record-show-drawer-fields .record-show-fields-section-body{display:flex;flex-direction:column;gap:2px;padding:8px 10px 10px;width:100%;box-sizing:border-box}.record-show-drawer-fields .record-show-field-row,.record-show-drawer-fields .record-show-field-row-interactive{display:grid;grid-template-columns:var(--record-show-drawer-label-col) minmax(0,1fr);column-gap:var(--record-show-drawer-value-gap);align-items:center;width:100%;padding:4px 0;border-radius:6px;box-sizing:border-box}.record-show-drawer-fields .record-show-field-leading{grid-column:1;grid-row:1}.record-show-drawer-fields .record-show-field-row-content{grid-column:2;grid-row:1}.record-show-drawer-fields .record-show-fields-section-body .record-show-field-row:last-child,.record-show-drawer-fields .record-show-fields-section-body .record-show-field-row-interactive:last-child{padding-bottom:2px}.record-show-drawer-fields .record-show-fields-section-collapsible{display:block;margin:0 0 10px;padding:0;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);overflow:visible;box-shadow:0 1px 2px #0f172a0a}.record-show-drawer-fields .record-show-fields-section-collapsible+.record-show-fields-section-collapsible{margin-top:0}.record-show-drawer-fields .record-show-fields-section-collapsible:last-child{border-bottom:1px solid var(--color-border);margin-bottom:0}.record-show-drawer-fields .record-show-fields-section-header{display:flex;align-items:center;gap:4px;min-height:38px;margin:0;padding:0 12px;border-bottom:1px solid color-mix(in srgb,var(--color-border) 80%,transparent);background:color-mix(in srgb,var(--color-bg) 55%,var(--color-surface))}.record-show-drawer-fields .record-show-fields-section-header-leading{display:inline-flex;align-items:center;flex-shrink:0;margin-right:4px}.record-show-drawer-fields .record-show-field-leading{display:inline-flex;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.record-show-drawer-fields .record-show-field-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;align-self:center}.record-show-drawer-fields .record-show-field-icon svg{width:14px;height:14px;flex-shrink:0}.record-show-drawer-fields .record-show-field-label{color:var(--color-text-muted);font-size:12px;font-weight:500;line-height:14px;align-self:center;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-show-drawer-fields .record-show-field-row-content{width:100%;min-width:0;align-self:stretch;display:flex;align-items:center;padding:0 var(--record-show-drawer-field-pad-x);box-sizing:border-box}.record-show-drawer-fields .record-show-field-editor-wrap{width:100%;display:flex;align-items:center}.record-show-drawer-fields .record-show-field-editor{width:100%;display:flex;align-items:center;min-height:28px;height:28px;padding:0;margin:0;box-sizing:border-box}.record-show-drawer-fields .record-show-field-editor-editable{margin:0;padding:0 var(--record-show-drawer-field-pad-x);border-radius:4px;box-sizing:border-box}.record-show-drawer-fields .record-show-field-editor-active{padding:0}.record-show-drawer-fields .record-show-field-input{width:100%;height:28px;padding:0 var(--record-show-drawer-field-pad-x);box-sizing:border-box;font-size:13px;font-weight:400;line-height:20px;border:1px solid var(--color-primary);border-radius:6px;box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 12%,transparent)}.record-show-drawer-fields .record-show-field-value-text{color:var(--color-text);font-size:13px;line-height:20px;display:inline-flex;align-items:center;min-height:28px;padding:0 var(--record-show-drawer-field-pad-x);box-sizing:border-box}.record-show-drawer-fields .record-show-field-value-empty{color:#a8abb5;font-size:13px;line-height:20px;display:inline-flex;align-items:center;min-height:24px;padding:0 var(--record-show-drawer-field-pad-x);box-sizing:border-box}.record-show-drawer-fields .record-show-fields-section-toggle{padding:0;min-height:38px;line-height:20px;color:var(--color-text);font-size:12px;font-weight:600;letter-spacing:.02em;align-items:center}.record-show-drawer-fields>.record-show-fields-section-collapsible:first-child>.record-show-fields-section-header,.record-show-drawer-fields>.record-show-fields-section-collapsible:first-child>.record-show-fields-section-header .record-show-fields-section-toggle{min-height:36px}.record-show-drawer-fields .record-show-field-editor-editable:hover{background:var(--color-primary-subtle)}.record-show-drawer-fields .record-show-field-row--textarea,.record-show-drawer-fields .record-show-field-row--textarea.record-show-field-row-interactive{align-items:start}.record-show-drawer-fields .record-show-field-row--textarea .record-show-field-leading{align-self:start;padding-top:6px}.record-show-drawer-fields .record-show-field-row--textarea .record-show-field-row-content,.record-show-drawer-fields .record-show-field-row--textarea .record-show-field-editor-wrap{align-items:flex-start;align-self:stretch}.record-show-drawer-fields .record-show-field-editor-textarea{height:auto;min-height:56px;align-items:stretch}.record-show-drawer-fields .record-show-field-editor-textarea.record-show-field-editor-editable{padding:0}.record-show-drawer-fields .record-show-field-editor-textarea .record-show-field-textarea{width:100%;min-height:56px;height:auto;padding:8px var(--record-show-drawer-field-pad-x);line-height:18px;resize:vertical;border:1px solid var(--color-primary);border-radius:6px;box-sizing:border-box;font-size:13px;box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 12%,transparent)}.record-show-drawer-fields .record-show-field-editor-textarea .record-show-field-value-empty--textarea,.record-show-drawer-fields .record-show-field-editor-textarea .record-show-field-value-text--textarea{width:100%;min-height:48px;padding:8px var(--record-show-drawer-field-pad-x);white-space:pre-wrap;align-items:flex-start;line-height:18px;border:1px solid var(--color-border);border-radius:6px;box-sizing:border-box}.record-show-drawer-fields .record-show-field-editor-textarea.record-show-field-editor-editable:hover .record-show-field-value-empty--textarea,.record-show-drawer-fields .record-show-field-editor-textarea.record-show-field-editor-editable:hover .record-show-field-value-text--textarea{background:var(--color-primary-subtle);border-color:color-mix(in srgb,var(--color-primary) 25%,var(--color-border))}.record-show-drawer-fields .record-index-company-cell-wrap{width:100%;display:flex;align-items:center;min-height:24px}.record-show-drawer-fields .record-index-company-trigger{display:flex;align-items:center;width:100%;min-height:24px;height:24px;padding:0 var(--record-show-drawer-field-pad-x);margin:0;border:0;border-radius:4px;background:transparent;text-align:left;font-size:13px;font-weight:400;line-height:20px;transition:background .12s ease;box-sizing:border-box}.record-show-drawer-fields .record-index-company-trigger:hover{background:#f4f4f5}.record-show-drawer-fields .record-index-company-chip{height:24px}.record-show-drawer-fields .record-index-empty{display:inline-flex;align-items:center;min-height:24px;height:24px;color:#a8abb5;font-size:13px;font-weight:400;line-height:14px}.record-show-drawer-user-pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px 2px 2px;margin:0;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#434655;font-size:12px;line-height:16px;vertical-align:middle}.record-show-drawer-user-pill .record-index-avatar{width:20px;height:20px;font-size:10px}.record-show-drawer-related{margin-top:12px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.record-show-drawer-related-item{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 14px;border-bottom:1px solid color-mix(in srgb,var(--color-border) 80%,transparent);color:var(--color-text);font-size:13px;font-weight:500;line-height:20px;box-sizing:border-box}.record-show-drawer-related-item:last-child{border-bottom:0}.record-show-drawer-related-actions{display:inline-flex;align-items:center;gap:2px}.record-show-drawer-related-actions button{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;border-radius:4px;background:transparent;color:#737686;cursor:pointer}.record-show-drawer-related-actions button:hover{background:var(--color-primary-subtle);color:var(--color-primary)}@media(max-width:420px){.record-show-drawer-fields{--record-show-drawer-label-col: minmax(0, 1fr)}.record-show-drawer-fields .record-show-field-row,.record-show-drawer-fields .record-show-field-row-interactive{grid-template-columns:1fr;row-gap:4px;padding:8px 0}.record-show-drawer-fields .record-show-field-leading,.record-show-drawer-fields .record-show-field-row-content{grid-column:1;grid-row:auto}}.record-show-side-panel-header{display:flex;align-items:flex-start;gap:8px;padding:12px 16px;border-bottom:1px solid #e4e4e7}.record-show-side-panel-close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;cursor:pointer}.record-show-side-panel-close:hover{background:#f4f4f5}.record-show-side-panel-heading{flex:1;min-width:0}.record-show-side-panel-heading h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:16px;font-weight:600;line-height:22px}.record-show-side-panel-heading span{display:block;margin-top:2px;color:#737686;font-size:12px;line-height:16px}.record-show-side-panel-body{flex:1;min-height:0;overflow:auto;padding:12px 16px 16px}.record-show-panel-tabs{position:sticky;top:0;z-index:1;display:flex;align-items:center;gap:18px;margin:-12px -16px 12px;padding:0 16px;border-bottom:1px solid #e4e4e7;background:#fff}.record-show-panel-tab{height:42px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:#434655;font-size:14px;font-weight:500;cursor:pointer}.record-show-panel-tab.active{border-bottom-color:#1a1c1c;color:#1a1c1c}.record-show-side-panel-loading{padding:24px 0;color:#737686;font-size:13px}.record-show-fields-widget{display:flex;flex-direction:column;gap:16px}.record-show-fields-section h3{margin:0 0 8px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.05em;line-height:16px;text-transform:uppercase}.record-show-fields-section-body{display:flex;flex-direction:column;gap:10px}.record-show-field-row{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:12px;align-items:center}.record-show-field-label{min-width:0;color:#737686;font-size:12px;line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-show-field-value{min-width:0;color:#1a1c1c;font-size:13px;line-height:18px;word-break:break-word}.record-show-title-row{display:flex;align-items:center;gap:8px}.record-show-side-panel-footer{padding-top:8px;border-top:1px solid #e4e4e7}.record-show-open-full-link{color:#2563eb;font-size:13px;font-weight:500;text-decoration:none}.record-show-open-full-link:hover{text-decoration:underline}.record-show-action-bar{position:sticky;bottom:-16px;display:flex;justify-content:flex-end;gap:8px;margin:18px -16px -16px;padding:8px 12px;border-top:1px solid #e4e4e7;background:#fff}.record-show-options-button,.record-show-open-button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:6px;font-size:13px;font-weight:500;text-decoration:none}.record-show-options-button{border:1px solid #e4e4e7;background:#fff;color:#434655}.record-show-open-button{border:1px solid #2563eb;background:#2563eb;color:#fff;gap:6px}.record-show-footer-kbd{margin-left:4px;padding:1px 5px;border:1px solid rgba(0,0,0,.12);border-radius:4px;font-size:11px;font-weight:500;line-height:1.2}.record-show-options-button .record-show-footer-kbd{background:#f4f4f5}.record-show-open-button .record-show-footer-kbd{background:#ffffff26;border-color:#ffffff40}.record-show-split-modal-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:stretch;justify-content:center;padding:0}.record-show-split-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a3d;cursor:default}.record-show-split-modal{position:relative;z-index:1;display:flex;flex-direction:column;width:min(1100px,calc(100vw - 32px));max-height:calc(100vh - 24px);margin:12px 16px;overflow:hidden;border:1px solid #e4e4e7;border-radius:8px;background:#fff;box-shadow:0 8px 32px #0f172a1f}.record-show-split-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid #e4e4e7}.record-show-split-modal-header-main{display:flex;align-items:center;flex:1;gap:8px;min-width:0}.record-show-split-modal-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.record-show-split-modal-close,.record-show-split-modal-favorite-btn,.record-show-split-modal-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;cursor:pointer}.record-show-split-modal-close:hover,.record-show-split-modal-favorite-btn:hover,.record-show-split-modal-nav-btn:hover:not(:disabled){background:#f4f4f5}.record-show-split-modal-favorite-btn{color:#737686}.record-show-split-modal-heading{flex:1;min-width:0}.record-show-split-modal-breadcrumb{display:flex;align-items:center;min-width:0;max-width:100%;overflow:hidden;color:#737686;font-size:12px;line-height:16px;white-space:nowrap}.record-show-split-modal-breadcrumb-prefix,.record-show-split-modal-breadcrumb-nav{flex-shrink:0}.record-show-split-modal-breadcrumb-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-show-split-modal-breadcrumb-nav{margin-left:4px}.record-show-split-modal-title-row{display:flex;align-items:center;gap:10px;margin-top:4px}.record-show-split-modal-title-row h2{margin:0;color:#1a1c1c;font-size:16px;font-weight:600;line-height:22px}.record-show-split-modal-title-row span{display:block;color:#737686;font-size:12px;line-height:16px}.record-show-split-modal-nav-btn:disabled{opacity:.4;cursor:not-allowed}.record-show-split-modal-body{flex:1;min-height:0;overflow:hidden}.record-show-split-layout{display:grid;grid-template-columns:var(--record-show-left-width, 340px) 8px minmax(0,1fr);height:100%;min-height:480px}.record-show-split-left{overflow:auto;padding:8px 16px 16px;border-right:1px solid #e4e4e7;background:#fff}.record-show-split-right{display:flex;flex-direction:column;min-width:0;overflow:hidden;background:#fff}.record-show-split-divider{cursor:var(--netapps-cursor-resize-h);background:#fafafa;border-left:1px solid #e4e4e7;border-right:1px solid #e4e4e7}.record-show-split-divider:hover{background:#f4f4f5}.record-show-split-tab-bar{display:flex;align-items:center;gap:16px;padding:0 16px;border-bottom:1px solid #e4e4e7;background:#fff}.record-show-split-tab{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0;border:0;border-bottom:2px solid transparent;background:transparent;color:#434655;font-size:13px;font-weight:500;cursor:pointer}.record-show-split-tab.active{border-bottom-color:#1a1c1c;color:#1a1c1c}.record-show-split-tab-panel{flex:1;min-height:0;overflow:auto;padding:8px 12px 12px}.record-show-fields-section-collapsible{border-bottom:1px solid #f4f4f5}.record-show-fields-section-header{display:flex;align-items:center;gap:4px}.record-show-fields-section-toggle{display:flex;align-items:center;justify-content:space-between;flex:1;width:100%;padding:8px 0;border:0;background:transparent;color:#434655;font-size:12px;font-weight:600;cursor:pointer}.record-show-fields-section-header-leading{flex-shrink:0;margin-right:4px}.record-show-fields-add-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#52525b;cursor:pointer}.record-show-fields-add-btn:hover{background:#f4f4f5}.record-show-social-add-wrap{position:relative}.record-show-social-add-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:5;min-width:148px;padding:4px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;box-shadow:0 8px 24px #0f172a1f}.record-show-social-add-menu-item{display:block;width:100%;padding:6px 8px;border:0;border-radius:4px;background:transparent;color:#434655;font-size:12px;line-height:16px;text-align:left;cursor:pointer}.record-show-social-add-menu-item:hover{background:#f4f4f5}.record-show-field-row-interactive{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:12px;align-items:center;min-height:28px;padding:2px 0}.record-show-field-leading{display:inline-flex;align-items:center;gap:8px;min-width:0;flex-shrink:0}.record-show-field-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex-shrink:0;color:#737686}.record-show-field-row-label{display:contents}.record-show-field-row-content{position:relative;min-width:0;display:flex;align-items:center;min-height:24px}.record-show-field-editor-wrap{display:flex;flex-direction:column;gap:2px;position:relative;min-width:0;max-width:100%}.record-show-field-editor{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-width:0;width:100%}.record-show-field-editor-editable{cursor:text;min-height:24px;padding:0 4px;margin:0 -4px;border-radius:4px;transition:background .12s ease}.record-show-field-editor-editable:hover{background:#f4f4f5}.record-show-field-editor-active{background:#fff}.record-show-field-editor-select-open{position:relative}.record-show-field-select-chevron{flex-shrink:0;color:#a1a1aa}.record-show-field-select-menu{display:flex;flex-direction:column;gap:2px;padding:4px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);box-shadow:0 12px 32px #0f172a24;overflow:auto}.record-show-field-select-option{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:30px;padding:6px 8px;border:0;border-radius:6px;background:transparent;color:#1a1c1c;font-size:13px;line-height:18px;text-align:left;cursor:pointer}.record-show-field-select-option:hover,.record-show-field-select-option.active{background:var(--color-primary-subtle);color:var(--color-primary)}.record-show-field-editor .record-show-field-value-empty,.record-show-field-editor .record-show-field-value-text{flex:1;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:none;background:transparent;padding:0}.record-show-field-action{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#52525b;cursor:pointer}.record-show-field-action:hover:not(:disabled){background:#f4f4f5}.record-show-field-action-save{color:#2563eb;border-color:#bfdbfe}.record-show-field-action:disabled{opacity:.5;cursor:not-allowed}.record-show-field-value-text{color:#1a1c1c;font-size:13px;line-height:18px;word-break:break-word}.record-show-field-value-pill{display:inline-flex;align-items:center;max-width:100%;min-height:24px;padding:2px 8px;border:1px solid #e4e4e7;border-radius:4px;background:#fafafa;color:#1a1c1c;font-size:13px;line-height:18px;word-break:break-word}.record-show-field-value-empty{display:block;flex:1;min-height:24px;color:#a1a1aa;font-size:13px;line-height:14px}.record-show-field-input::placeholder,.record-show-field-textarea::placeholder{color:#a8abb5;opacity:1}.record-show-field-input-invalid{border-color:#ef4444;box-shadow:0 0 0 2px #ef44441f}.record-show-field-error{color:#ef4444;font-size:11px;line-height:14px}.record-show-field-input{flex:1;min-width:0;width:auto;height:24px;padding:0 8px;border:1px solid #2563eb;border-radius:4px;font-size:13px;line-height:20px}.record-show-field-select{padding-right:4px}.record-show-field-textarea{height:auto;min-height:56px;padding:6px 8px;line-height:18px;resize:vertical}.record-show-field-row-interactive.record-show-field-row--textarea{align-items:start}.record-show-field-row--textarea .record-show-field-leading{align-self:start;padding-top:4px}.record-show-field-row--textarea .record-show-field-row-content,.record-show-field-editor-textarea{align-items:flex-start}.record-show-field-value-empty--textarea,.record-show-field-value-text--textarea{width:100%;min-height:48px;padding:6px 8px;white-space:pre-wrap;line-height:18px;border:1px solid #eef0f4;border-radius:4px;box-sizing:border-box}.record-show-field-editor-textarea.record-show-field-editor-editable:hover .record-show-field-value-empty--textarea,.record-show-field-editor-textarea.record-show-field-editor-editable:hover .record-show-field-value-text--textarea{background:#fafafa;border-color:#e4e4e7}.record-show-field-editor-textarea .record-show-field-action{margin-top:1px}.record-show-split-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:8px 12px;border-top:1px solid #e4e4e7;background:#fafafa}.record-show-timeline-group{margin-bottom:8px}.record-show-timeline-group-title{margin:0 0 4px;color:#737686;font-size:11px;font-weight:600}.record-show-timeline-item{display:flex;gap:8px;padding:3px 0;border-bottom:1px solid #f4f4f5}.record-show-timeline-item-body{flex:1;min-width:0;color:#1a1c1c;font-size:12px;line-height:16px}.record-show-timeline-item-description{margin-top:1px;color:#737686;font-size:11px;line-height:14px}.record-show-timeline-item-time{flex-shrink:0;color:#737686;font-size:11px}.crm-record-index-main--modal-open{filter:brightness(.98)}.record-show-empty{padding:12px 0;color:#737686;font-size:12px}.record-show-tasks-tab{display:flex;flex-direction:column;gap:10px;min-height:0}.record-show-task-compose{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:4px 0;border:0;background:transparent;color:#52525b;font-size:12px;font-weight:500;cursor:pointer}.record-show-task-compose:hover:not(:disabled){color:#2563eb}.record-show-task-compose:disabled{opacity:.5;cursor:not-allowed}.record-show-task-list-groups{display:flex;flex-direction:column;gap:12px}.record-show-task-group{border:1px solid transparent;border-radius:6px}.record-show-task-group-drop-target{border-color:#93c5fd;background:#f8fbff}.record-show-task-group-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 0 6px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.record-show-task-group-heading{display:flex;align-items:center;gap:6px;min-width:0}.record-show-task-group-count{color:#a1a1aa;font-weight:500}.record-show-task-group-items,.record-show-task-list-entry{display:flex;flex-direction:column}.record-show-task-group-items .record-show-task-panel{margin:2px 0 10px 22px;padding:10px 12px;border:1px solid #e4e4e7;border-radius:6px;background:#fafafa}.record-show-task-panel-loading{margin:2px 0 10px 22px;padding:8px 0;color:#737686;font-size:12px}.record-show-task-group-empty{padding:6px 0 8px 22px;color:#d4d4d8;font-size:11px;line-height:14px}.record-show-task-list-row{display:flex;align-items:center;gap:8px;min-height:32px;padding:4px 6px;border-radius:4px;cursor:pointer}.record-show-task-list-row:hover{background:#f4f4f5}.record-show-task-list-row-active{background:#eff6ff}.record-show-task-list-row-moving{opacity:.5}.record-show-task-list-grip{display:inline-flex;flex-shrink:0;color:#d4d4d8;cursor:grab;touch-action:none}.record-show-task-list-grip:active{cursor:grabbing}.record-show-task-list-row:hover .record-show-task-list-grip{color:#a1a1aa}.record-show-task-list-status{display:inline-flex;flex-shrink:0}.record-show-task-status-toggle-wrap{position:relative}.record-show-task-status-toggle{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#fff;cursor:pointer}.record-show-task-status-toggle:hover:not(:disabled){background:#f4f4f5}.record-show-task-status-toggle:disabled{opacity:.6;cursor:not-allowed}.record-show-task-status-toggle-dot{width:8px;height:8px;border-radius:999px;background:#a1a1aa}.record-show-task-status-toggle--pending .record-show-task-status-toggle-dot,.record-show-task-status-menu-item--pending .record-show-task-status-toggle-dot{background:#a1a1aa}.record-show-task-status-toggle--in_progress .record-show-task-status-toggle-dot,.record-show-task-status-menu-item--in_progress .record-show-task-status-toggle-dot{background:#2563eb}.record-show-task-status-toggle--completed .record-show-task-status-toggle-dot,.record-show-task-status-menu-item--completed .record-show-task-status-toggle-dot{background:#16a34a}.record-show-task-status-toggle--cancelled .record-show-task-status-toggle-dot,.record-show-task-status-menu-item--cancelled .record-show-task-status-toggle-dot{background:#71717a}.record-show-task-status-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:10;min-width:160px;padding:4px;border:1px solid var(--color-border, #e4e4e7);border-radius:8px;background:var(--color-surface, #ffffff);box-shadow:0 8px 24px #0f172a1f}.record-show-task-status-menu--portaled{position:fixed;top:auto;left:auto}.record-show-task-status-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:0;border-radius:4px;background:transparent;color:#434655;font-size:12px;line-height:16px;text-align:left;cursor:pointer}.record-show-task-status-menu-item:hover{background:#f4f4f5}.record-show-task-status-menu-item-active{background:#eff6ff}.record-show-task-list-checkbox{display:inline-flex;flex-shrink:0}.record-show-task-list-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:13px;font-weight:500;line-height:18px}.record-show-task-list-meta{flex-shrink:0;color:#737686;font-size:11px;line-height:14px}.record-show-task-list-meta.urgent,.record-show-task-due-urgent{color:#b42318;font-weight:500}.record-show-task-panel{display:flex;flex-direction:column;gap:8px;margin-top:4px;padding-top:12px;border-top:1px solid #e4e4e7}.record-show-task-panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.record-show-task-panel-actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.record-show-task-panel-action{width:24px;height:24px}.record-show-task-panel-close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#52525b;cursor:pointer;flex-shrink:0}.record-show-task-panel-close:hover{background:#f4f4f5}.record-show-task-header{display:flex;flex-direction:column;gap:2px;justify-content:center;min-width:0;flex:1}.record-show-task-title-row{display:inline-flex;align-items:center;gap:4px;max-width:100%}.record-show-task-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:15px;font-weight:600;line-height:20px}.record-show-task-title-input{flex:1;min-width:0;height:28px;padding:0 8px;border:1px solid #2563eb;border-radius:4px;font-size:15px;font-weight:600;line-height:20px}.record-show-task-panel .record-show-fields-widget{gap:0}.record-show-balanced-fields,.record-show-task-panel-fields{--record-show-field-label-col: 128px;--record-show-field-value-gap: 12px;--record-show-field-pad-x: 8px;gap:0;width:100%}.record-show-balanced-fields .record-show-fields-section-body,.record-show-task-panel-fields.record-show-fields-widget{display:flex;flex-direction:column;gap:2px;width:100%;box-sizing:border-box}.record-show-balanced-fields .record-show-field-row,.record-show-balanced-fields .record-show-field-row-interactive,.record-show-task-panel-fields .record-show-field-row,.record-show-task-panel-fields .record-show-field-row-interactive{display:grid;grid-template-columns:var(--record-show-field-label-col) minmax(0,1fr);column-gap:var(--record-show-field-value-gap);padding:5px 0;align-items:center;width:100%;box-sizing:border-box}.record-show-balanced-fields .record-show-field-leading,.record-show-task-panel-fields .record-show-field-leading{grid-column:1;grid-row:1}.record-show-balanced-fields .record-show-field-row-content,.record-show-task-panel-fields .record-show-field-row-content{grid-column:2;grid-row:1}.record-show-balanced-fields .record-show-field-leading,.record-show-task-panel-fields .record-show-field-leading{display:inline-flex;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;box-sizing:border-box}.record-show-balanced-fields .record-show-field-icon,.record-show-task-panel-fields .record-show-field-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;align-self:center}.record-show-balanced-fields .record-show-field-label,.record-show-task-panel-fields .record-show-field-label{color:#737686;font-size:12px;font-weight:400;line-height:18px;align-self:center;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-show-balanced-fields .record-show-field-row-content,.record-show-task-panel-fields .record-show-field-row-content{width:100%;min-width:0;align-self:stretch;display:flex;align-items:center}.record-show-balanced-fields .record-show-field-editor-wrap,.record-show-task-panel-fields .record-show-field-editor-wrap{width:100%;display:flex;align-items:center}.record-show-balanced-fields .record-index-company-trigger,.record-show-task-panel-fields .record-index-company-trigger{padding:0 var(--record-show-field-pad-x)}.record-show-balanced-fields .record-show-field-editor,.record-show-task-panel-fields .record-show-field-editor{width:100%;display:flex;align-items:center;min-height:24px;height:24px;padding:0;margin:0;box-sizing:border-box}.record-show-balanced-fields .record-show-field-editor-editable,.record-show-task-panel-fields .record-show-field-editor-editable{margin:0;padding:0 var(--record-show-field-pad-x);border-radius:4px;box-sizing:border-box}.record-show-balanced-fields .record-show-field-editor-active,.record-show-task-panel-fields .record-show-field-editor-active{padding:0}.record-show-balanced-fields .record-show-field-value-text,.record-show-task-panel-fields .record-show-field-value-text{color:#434655;font-size:13px;line-height:18px;display:inline-flex;align-items:center;min-height:24px;padding:0 var(--record-show-field-pad-x);box-sizing:border-box}.record-show-balanced-fields .record-show-field-value-empty,.record-show-task-panel-fields .record-show-field-value-empty{color:#a8abb5;font-size:13px;line-height:18px;display:inline-flex;align-items:center;min-height:24px;padding:0 var(--record-show-field-pad-x);box-sizing:border-box}.record-show-balanced-fields .record-show-field-row--textarea,.record-show-balanced-fields .record-show-field-row--textarea.record-show-field-row-interactive,.record-show-task-panel-fields .record-show-field-row--textarea,.record-show-task-panel-fields .record-show-field-row--textarea.record-show-field-row-interactive{align-items:start}.record-show-balanced-fields .record-show-field-row--textarea .record-show-field-leading,.record-show-task-panel-fields .record-show-field-row--textarea .record-show-field-leading{align-self:start;padding-top:6px}.record-show-balanced-fields .record-show-field-row--textarea .record-show-field-row-content,.record-show-balanced-fields .record-show-field-row--textarea .record-show-field-editor-wrap,.record-show-task-panel-fields .record-show-field-row--textarea .record-show-field-row-content,.record-show-task-panel-fields .record-show-field-row--textarea .record-show-field-editor-wrap{align-items:flex-start;align-self:stretch}.record-show-balanced-fields .record-show-field-editor-textarea,.record-show-task-panel-fields .record-show-field-editor-textarea{height:auto;min-height:56px;align-items:stretch}.record-show-balanced-fields .record-show-field-editor-textarea.record-show-field-editor-editable,.record-show-task-panel-fields .record-show-field-editor-textarea.record-show-field-editor-editable{padding:0}.record-show-balanced-fields .record-show-field-editor-textarea .record-show-field-textarea,.record-show-task-panel-fields .record-show-field-editor-textarea .record-show-field-textarea{width:100%;min-height:56px;height:auto;padding:8px var(--record-show-field-pad-x);line-height:18px;resize:vertical}.record-show-balanced-fields .record-show-field-editor-textarea .record-show-field-value-empty--textarea,.record-show-balanced-fields .record-show-field-editor-textarea .record-show-field-value-text--textarea,.record-show-task-panel-fields .record-show-field-editor-textarea .record-show-field-value-empty--textarea,.record-show-task-panel-fields .record-show-field-editor-textarea .record-show-field-value-text--textarea{width:100%;min-height:56px;padding:8px var(--record-show-field-pad-x);line-height:18px;white-space:normal;align-items:flex-start}.record-show-task-panel-fields .record-show-field-editor-editable{border:1px solid transparent}.record-show-task-panel-fields .record-show-field-editor-editable:hover{border-color:#e4e4e7;background:#fafafa}.record-show-task-panel-fields .record-show-field-editor .record-show-field-value-empty,.record-show-task-panel-fields .record-show-field-editor .record-show-field-value-text{flex:0 1 auto;min-height:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-show-task-panel-fields .record-show-field-editor-textarea .record-show-field-value-empty,.record-show-task-panel-fields .record-show-field-editor-textarea .record-show-field-value-text{white-space:normal;overflow:visible;text-overflow:unset}.record-show-task-panel-fields .record-show-field-value-empty{font-weight:400}.record-show-task-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #f4f4f5;font-size:13px}.record-show-task-row.muted{color:#737686}.record-show-note-item,.record-show-file-row,.record-show-email-row,.record-show-calendar-row{padding:10px 0;border-bottom:1px solid #f4f4f5}.record-show-notes-tab{display:flex;flex-direction:column;gap:14px;min-height:0}.record-show-notes-compose{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.record-show-notes-compose-focused{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb14}.record-show-notes-compose-input{width:100%;min-height:72px;padding:0;border:0;background:transparent;color:#1a1c1c;font-size:13px;line-height:20px;resize:vertical}.record-show-notes-compose-input:focus{outline:none}.record-show-notes-compose-input::placeholder{color:#a1a1aa}.record-show-notes-compose-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px;border-top:1px solid #f4f4f5}.record-show-notes-compose-hint{color:#a1a1aa;font-size:11px;line-height:14px}.record-show-notes-save{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border:0;border-radius:6px;background:#2563eb;color:#fff;font-size:12px;font-weight:500;line-height:16px;cursor:pointer}.record-show-notes-save:hover:not(:disabled){background:#1d4ed8}.record-show-notes-save:disabled{opacity:.45;cursor:not-allowed}.record-show-notes-pinned{padding:10px 12px;border:1px solid #fde68a;border-radius:8px;background:#fffbeb}.record-show-notes-pinned-header{display:inline-flex;align-items:center;gap:6px;margin-bottom:6px;color:#92400e;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.record-show-notes-pinned-body{margin:0;color:#1a1c1c;font-size:13px;line-height:20px;white-space:pre-wrap}.record-show-notes-list{display:flex;flex-direction:column;gap:12px}.record-show-notes-group{display:flex;flex-direction:column;gap:8px}.record-show-notes-group-header{display:flex;align-items:center;gap:6px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.record-show-notes-group-count{color:#a1a1aa;font-weight:500}.record-show-notes-group-items{display:flex;flex-direction:column;gap:8px}.record-show-note-card{position:relative;padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fafafa}.record-show-note-card-editing{background:#fff;border-color:#bfdbfe}.record-show-note-card-row{display:flex;align-items:flex-start;gap:8px}.record-show-note-card-actions{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.record-show-note-action{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border:1px solid #e4e4e7;border-radius:4px;background:#fff;color:#52525b;font-size:11px;font-weight:500;line-height:1;cursor:pointer}.record-show-note-action:hover:not(:disabled){background:#f4f4f5}.record-show-note-action:disabled{opacity:.5;cursor:not-allowed}.record-show-note-action-icon{width:22px;padding:0}.record-show-note-action-muted{color:#737686}.record-show-note-action-danger{color:#b91c1c;border-color:#fecaca}.record-show-note-action-danger:hover:not(:disabled){background:#fef2f2}.record-show-note-edit-input{flex:1;min-width:0;min-height:72px;margin:0;padding:8px 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#1a1c1c;font-size:13px;line-height:20px;resize:vertical}.record-show-note-edit-input:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb14}.record-show-note-body{flex:1;min-width:0;margin:0;color:#1a1c1c;font-size:13px;line-height:20px;white-space:pre-wrap;word-break:break-word}.record-show-note-meta{display:flex;align-items:center;margin-top:8px;color:#737686;font-size:11px;line-height:14px}.record-show-notes-empty{padding:8px 0;color:#a1a1aa;font-size:12px;line-height:16px}.record-show-tab-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:120px;padding:24px 16px;border:1px dashed #e4e4e7;border-radius:8px;background:#fafafa;color:#a1a1aa;text-align:center}.record-show-tab-empty p{margin:0;max-width:280px;font-size:13px;line-height:18px}.record-show-overview-tab{display:flex;flex-direction:column;gap:14px;min-width:0}.record-show-overview-metrics{display:flex;flex-wrap:wrap;gap:8px}.record-show-overview-metric{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b}.record-show-overview-metric--accent{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.record-show-overview-metric-value{color:#18181b;font-size:14px;font-weight:600;line-height:1}.record-show-overview-metric--accent .record-show-overview-metric-value{color:#1d4ed8}.record-show-overview-metric-label{color:#71717a;font-size:12px;line-height:1}.record-show-overview-feed{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e4e4e7;border-radius:10px;background:#fff}.record-show-overview-feed-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.record-show-overview-feed-title{display:inline-flex;align-items:center;gap:8px;color:#18181b}.record-show-overview-feed-title h3{margin:0;font-size:14px;font-weight:600}.record-show-overview-note-card{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border:1px solid #eef0f4;border-radius:8px;background:#fafafa}.record-show-overview-note-input{width:100%;min-height:52px;padding:0;border:0;background:transparent;color:#18181b;font:inherit;font-size:13px;line-height:18px;resize:vertical}.record-show-overview-note-input:focus{outline:none}.record-show-overview-note-input::placeholder{color:#a1a1aa}.record-show-overview-note-footer{display:flex;justify-content:flex-end}.record-show-overview-link{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:transparent;color:#2563eb;font-size:12px;font-weight:500;cursor:pointer}.record-show-overview-link:hover{text-decoration:underline}.record-show-overview-empty{padding:20px 12px;border:1px dashed #e4e4e7;border-radius:8px;background:#fafafa;color:#a1a1aa;font-size:12px;line-height:18px;text-align:center}.record-show-overview-section{display:flex;flex-direction:column;gap:12px;padding:14px;border:1px solid #e4e4e7;border-radius:10px;background:#fff}.record-show-overview-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.record-show-overview-section-title{display:inline-flex;align-items:center;gap:8px;color:#18181b}.record-show-overview-section-title h3{margin:0;font-size:14px;font-weight:600}.record-show-overview-section-actions{display:flex;gap:8px;flex-wrap:wrap}.record-show-overview-section-meta{color:#71717a;font-size:12px;line-height:18px}.record-show-deal-products-table-wrap{overflow-x:auto}.record-show-deal-products-table{width:100%;min-width:560px;border-collapse:collapse}.record-show-deal-products-table th{padding:8px 10px;border-bottom:1px solid #eef0f4;color:#71717a;font-size:11px;font-weight:600;letter-spacing:.03em;text-align:left;text-transform:uppercase}.record-show-deal-products-table th.numeric,.record-show-deal-products-table td.numeric{text-align:right}.record-show-deal-products-table td{padding:8px 10px;border-bottom:1px solid #f4f4f5;vertical-align:middle}.record-show-deal-products-table .form-input{min-height:32px;font-size:13px}.record-show-deal-products-input-numeric{text-align:right}.record-show-deal-products-table--readonly td{color:#3f3f46;font-size:13px}.quote-line-items-editor{display:flex;flex-direction:column;gap:12px}.quote-line-item-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:12px;border:1px solid #eef0f4;border-radius:8px;background:#fafafa}.quote-line-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}.quote-line-item-span-2{grid-column:span 2}.quote-line-item-remove{align-self:start}@media(max-width:767px){.quote-line-item-grid{grid-template-columns:1fr}.quote-line-item-span-2{grid-column:auto}}.contact-person-cell{display:inline-flex;align-items:center;gap:8px;min-width:0;color:inherit;text-decoration:none}.contact-person-cell:hover .contact-person-cell-name{color:#2563eb}.contact-person-cell-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-index-name-avatar-link .omnichannel-contact-avatar,.record-index-name-avatar-link .record-index-avatar,.record-index-name-avatar-link .record-initials{flex-shrink:0}.crm-customer-feed .record-show-overview-feed .crm-timeline,.crm-customer-feed .record-show-timeline-tab .crm-timeline,.record-show-drawer-tab-panel--inset .crm-timeline{gap:8px}.crm-timeline--no-leading .crm-timeline-item{gap:0}.crm-customer-feed .crm-timeline-card,.record-show-drawer-tab-panel--inset .crm-timeline-card{padding:10px 14px;border-color:var(--color-border);border-radius:10px;background:var(--color-surface);box-shadow:0 1px 2px #0f172a0a}.record-show-drawer-tab-panel--inset .record-show-timeline-tab,.record-show-drawer-tab-panel--inset .record-show-tasks-tab,.record-show-drawer-tab-panel--inset .record-show-notes-tab{display:flex;flex-direction:column;gap:12px;min-width:0}.record-show-drawer-tab-panel--inset .record-show-timeline-group{margin-bottom:12px}.record-show-drawer-tab-panel--inset .record-show-timeline-group-title{margin:0 0 8px;padding:0 2px;color:var(--color-text-muted, #737686);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.record-show-drawer-tab-panel--inset .crm-timeline-card-header{gap:8px;font-size:13px;font-weight:500;line-height:1.35}.record-show-drawer-tab-panel--inset .crm-timeline-card-header time{color:var(--color-text-muted, #737686);font-size:11px;font-weight:400}.record-show-drawer-tab-panel--inset .record-show-timeline-item-description{margin-top:4px;font-size:12px;line-height:1.45;color:var(--color-text-muted, #737686)}.record-show-drawer-tab-panel--inset .record-show-task-list-groups{gap:10px}.record-show-drawer-tab-panel--inset .record-show-task-group{border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface);overflow:visible;box-shadow:0 1px 2px #0f172a0a}.record-show-drawer-tab-panel--inset .record-show-task-group-header{padding:10px 12px;border-bottom:1px solid color-mix(in srgb,var(--color-border) 75%,transparent);border-radius:10px 10px 0 0;background:color-mix(in srgb,var(--color-bg) 55%,var(--color-surface));color:var(--color-text-muted, #737686);text-transform:none;letter-spacing:0;font-size:12px}.record-show-drawer-tab-panel--inset .record-show-task-group-label{color:var(--color-text);font-weight:600}.record-show-drawer-tab-panel--inset .record-show-task-compose{height:28px;padding:0 10px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text-muted, #52525b);font-size:12px;transition:border-color .15s ease,color .15s ease,background .15s ease}.record-show-drawer-tab-panel--inset .record-show-task-compose:hover:not(:disabled){border-color:var(--color-primary);background:var(--color-primary-subtle);color:var(--color-primary)}.record-show-drawer-tab-panel--inset .record-show-task-group-items .record-show-task-list-row{margin:0;padding:8px 12px;border-radius:0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 70%,transparent)}.record-show-drawer-tab-panel--inset .record-show-task-group-items .record-show-task-list-row:last-child{border-bottom:0}.record-show-drawer-tab-panel--inset .record-show-task-list-row:hover{background:color-mix(in srgb,var(--color-primary-subtle) 45%,transparent)}.record-show-drawer-tab-panel--inset .record-show-task-list-row-active{background:var(--color-primary-subtle)}.record-show-drawer-tab-panel--inset .record-show-task-list-title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-text);font-size:13px;line-height:1.35}.record-show-drawer-tab-panel--inset .record-show-task-list-meta{flex-shrink:0;font-size:11px}.record-show-drawer-tab-panel--inset .record-show-task-group-empty{padding:10px 12px 12px;color:var(--color-text-muted, #a1a1aa);font-size:12px}.record-show-drawer-tab-panel--inset .record-show-task-group-items .record-show-task-panel,.record-show-drawer-tab-panel--inset .record-show-task-panel-loading{margin:0;padding:12px;border:0;border-top:1px solid color-mix(in srgb,var(--color-border) 75%,transparent);border-radius:0;background:color-mix(in srgb,var(--color-bg) 40%,var(--color-surface))}.record-show-drawer-tab-panel--inset .record-show-notes-compose{padding:12px 14px;border-color:var(--color-border);border-radius:10px;background:var(--color-surface);box-shadow:0 1px 2px #0f172a0a}.record-show-drawer-tab-panel--inset .record-show-notes-compose-focused{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 12%,transparent)}.record-show-drawer-tab-panel--inset .record-show-notes-save{background:var(--color-primary)}.record-show-drawer-tab-panel--inset .record-show-notes-save:hover:not(:disabled){background:var(--color-primary-hover, var(--color-primary))}.record-show-drawer-tab-panel--inset .record-show-notes-group-header{padding:0 2px;text-transform:none;letter-spacing:0;font-size:12px}.record-show-drawer-tab-panel--inset .record-show-notes-group-label{color:var(--color-text);font-weight:600}.record-show-drawer-tab-panel--inset .record-show-note-card{border-color:var(--color-border);border-radius:10px;background:var(--color-surface);box-shadow:0 1px 2px #0f172a0a}.record-show-drawer-tab-panel--inset .record-show-note-card-editing{border-color:var(--color-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary) 10%,transparent)}.record-show-drawer-tab-panel--inset .record-show-tab-empty{min-height:140px;padding:28px 20px;border-color:var(--color-border);border-radius:10px;background:var(--color-surface)}@media(max-width:520px){.record-show-drawer-tab-panel--inset{padding:12px 12px 16px}.record-show-drawer-tab-panel--inset .crm-timeline-card-header{flex-direction:column;align-items:flex-start;gap:4px}.record-show-drawer-tab-panel--inset .crm-timeline-card-header time{white-space:normal}.record-show-drawer-tab-panel--inset .record-show-task-group-header{flex-wrap:wrap;gap:8px}.record-show-drawer-tab-panel--inset .record-show-task-compose{width:100%;justify-content:center}.record-show-drawer-tab-panel--inset .record-show-task-list-row{flex-wrap:wrap;row-gap:4px;padding:10px 12px}.record-show-drawer-tab-panel--inset .record-show-task-list-title{flex:1 1 calc(100% - 52px);white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.record-show-drawer-tab-panel--inset .record-show-task-list-meta{margin-left:auto}.record-show-drawer-tab-panel--inset .record-show-notes-compose-footer{flex-direction:column;align-items:stretch;gap:8px}.record-show-drawer-tab-panel--inset .record-show-notes-save{width:100%}.record-show-drawer-tab-panel--inset .record-show-note-card-row{flex-direction:column}.record-show-drawer-tab-panel--inset .record-show-note-card-actions{align-self:flex-end}}.record-show-files-tab,.record-show-emails-tab,.record-show-calendar-tab{display:flex;flex-direction:column;gap:10px;min-height:0;flex:1}.record-show-files-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.record-show-files-hint{margin:0;max-width:420px;color:#737686;font-size:11px;line-height:16px}.record-show-files-upload{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;height:28px;padding:0 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;font-size:12px;font-weight:500;cursor:pointer}.record-show-files-upload:hover:not(:disabled){background:#f4f4f5}.record-show-files-upload:disabled{opacity:.5;cursor:not-allowed}.record-show-files-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:120px;padding:20px;border:1px dashed #d4d4d8;border-radius:8px;background:#fafafa;color:#737686;cursor:pointer}.record-show-files-dropzone:hover:not(:disabled){border-color:#93c5fd;background:#f8fbff;color:#2563eb}.record-show-files-dropzone-title{color:#52525b;font-size:13px;font-weight:600}.record-show-files-dropzone-hint{max-width:280px;font-size:11px;line-height:16px;text-align:center}.record-show-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.record-show-files-sections{display:flex;flex-direction:column;gap:20px}.record-show-files-section{display:flex;flex-direction:column;gap:10px}.record-show-files-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.record-show-files-section-header h3{margin:0;color:#18181b;font-size:13px;font-weight:600}.record-show-files-section-header span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f4f4f5;color:#71717a;font-size:11px;font-weight:600}.record-show-files-tile{display:flex;flex-direction:column;gap:8px;width:100%;padding:8px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;text-align:left;cursor:pointer}.record-show-files-tile:hover{border-color:#d4d4d8;background:#fafafa}.record-show-files-tile-active{border-color:#93c5fd;box-shadow:0 0 0 2px #2563eb14}.record-show-files-tile-thumb{display:flex;align-items:center;justify-content:center;width:100%;height:88px;border-radius:6px;background:#f4f4f5;overflow:hidden}.record-show-files-tile-image{width:100%;height:100%;object-fit:cover}.record-show-files-tile-body{display:flex;flex-direction:column;gap:4px;min-width:0}.record-show-files-tile-name{overflow:hidden;color:#18181b;font-size:12px;font-weight:500;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.record-show-files-tile-meta{display:inline-flex;align-items:center;gap:4px;color:#71717a;font-size:11px;line-height:14px}.record-show-files-tile-badge{align-self:flex-start;padding:2px 6px;border-radius:4px;background:#eff6ff;color:#2563eb;font-size:10px;font-weight:600;line-height:14px;text-transform:uppercase;letter-spacing:.02em}.record-show-file-tile{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #e4e4e7;border-radius:8px;background:#fff;overflow:hidden}.record-show-file-tile-active{border-color:#93c5fd;box-shadow:0 0 0 2px #2563eb14}.record-show-file-tile-open{display:flex;flex-direction:column;gap:8px;width:100%;padding:8px;border:0;background:transparent;text-align:left;cursor:pointer}.record-show-file-tile-open:hover{background:#fafafa}.record-show-file-tile-thumb{display:flex;align-items:center;justify-content:center;width:100%;height:88px;border-radius:6px;background:#f4f4f5;overflow:hidden}.record-show-file-tile-image{width:100%;height:100%;object-fit:cover}.record-show-file-tile-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#52525b}.record-show-file-tile-icon--image{background:#dbeafe;color:#2563eb}.record-show-file-tile-icon--pdf,.record-show-file-tile-icon--document{background:#fee2e2;color:#dc2626}.record-show-file-tile-icon--spreadsheet{background:#dcfce7;color:#16a34a}.record-show-file-tile-icon--presentation{background:#ffedd5;color:#ea580c}.record-show-file-tile-icon--video{background:#ede9fe;color:#7c3aed}.record-show-file-tile-icon--audio{background:#fce7f3;color:#db2777}.record-show-file-tile-icon--archive{background:#f4f4f5;color:#52525b}.record-show-file-tile-icon--generic{background:#f4f4f5;color:#737686}.record-show-file-tile-body{display:flex;flex-direction:column;gap:2px;min-width:0}.record-show-file-tile-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:12px;font-weight:500;line-height:16px}.record-show-file-tile-meta{color:#737686;font-size:10px;line-height:14px}.record-show-file-tile-delete{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:1px solid #e4e4e7;border-radius:4px;background:#ffffffeb;color:#737686;cursor:pointer;opacity:0}.record-show-file-tile:hover .record-show-file-tile-delete,.record-show-file-tile-active .record-show-file-tile-delete{opacity:1}.record-show-file-preview{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #e4e4e7;border-radius:8px;background:#fafafa}.record-show-file-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.record-show-file-preview-title-wrap{display:flex;align-items:flex-start;gap:10px;min-width:0}.record-show-file-preview-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;flex-shrink:0}.record-show-file-preview-icon--image{background:#dbeafe;color:#2563eb}.record-show-file-preview-icon--pdf,.record-show-file-preview-icon--document{background:#fee2e2;color:#dc2626}.record-show-file-preview-icon--spreadsheet{background:#dcfce7;color:#16a34a}.record-show-file-preview-icon--presentation{background:#ffedd5;color:#ea580c}.record-show-file-preview-icon--video{background:#ede9fe;color:#7c3aed}.record-show-file-preview-icon--audio{background:#fce7f3;color:#db2777}.record-show-file-preview-icon--archive,.record-show-file-preview-icon--generic{background:#f4f4f5;color:#737686}.record-show-file-preview-title-block{min-width:0}.record-show-file-preview-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:14px;font-weight:600;line-height:20px}.record-show-file-preview-meta{margin:2px 0 0;color:#737686;font-size:11px;line-height:14px}.record-show-file-preview-actions{display:inline-flex;gap:6px;flex-shrink:0}.record-show-file-preview-action{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;cursor:pointer}.record-show-file-preview-action:hover{background:#f4f4f5}.record-show-file-preview-body{min-height:160px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;overflow:auto}.record-show-file-preview-loading,.record-show-file-preview-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:160px;padding:20px;color:#737686;font-size:12px;line-height:18px;text-align:center}.record-show-file-preview-fallback-hint{margin:0;max-width:320px;color:#a1a1aa;font-size:11px}.record-show-file-preview-image,.record-show-file-preview-video{display:block;width:100%;max-height:360px;object-fit:contain}.record-show-file-preview-frame{display:block;width:100%;min-height:360px;border:0}.record-show-file-preview-audio{display:block;width:calc(100% - 24px);margin:24px auto}.record-show-file-preview-text{margin:0;padding:12px;color:#1a1c1c;font-size:12px;line-height:18px;white-space:pre-wrap;word-break:break-word}.record-show-emails-tab{min-height:420px}.record-show-emails-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #e4e4e7}.record-show-emails-toolbar-title{display:inline-flex;align-items:center;gap:6px;color:#1a1c1c;font-size:13px;font-weight:600;line-height:18px}.record-show-emails-toolbar-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#f4f4f5;color:#737686;font-size:10px;font-weight:600}.record-show-emails-compose-btn{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;font-size:12px;font-weight:500;cursor:pointer}.record-show-emails-compose-btn:hover{background:#f4f4f5}.record-show-calendar-tab{min-height:420px}.record-show-calendar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px solid #e4e4e7}.record-show-calendar-view-toggle{display:inline-flex;gap:4px;padding:2px;border:1px solid #e4e4e7;border-radius:6px;background:#fafafa}.record-show-calendar-view-toggle button{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:0;border-radius:4px;background:transparent;color:#52525b;font-size:12px;font-weight:500;cursor:pointer}.record-show-calendar-view-toggle button.active{background:#fff;color:#1d4ed8;box-shadow:0 1px 2px #0f172a0f}.record-show-calendar-compose-btn{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;font-size:12px;font-weight:500;cursor:pointer}.record-show-calendar-compose-btn:hover{background:#f4f4f5}.record-show-calendar-panel,.record-show-calendar-list{display:flex;flex-direction:column;flex:1;min-height:0;gap:10px}.record-show-calendar-list{gap:12px}.record-show-calendar-inbox-empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:320px;padding:24px 20px;border:1px dashed #d4d4d8;border-radius:8px;background:#fafafa;color:#737686;text-align:center}.record-show-calendar-inbox-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:#eff6ff;color:#2563eb}.record-show-calendar-inbox-empty-title{margin:4px 0 0;color:#1a1c1c;font-size:15px;font-weight:600;line-height:20px}.record-show-calendar-inbox-empty-text{margin:0;max-width:300px;color:#737686;font-size:12px;line-height:18px}.record-show-calendar-view.record-index-calendar{padding:0}.record-show-calendar-view .record-index-calendar-cell{min-height:64px}.record-show-calendar-view .record-index-calendar-event-btn,.record-show-calendar-view .record-index-calendar-list-item-btn{width:100%;border:0;text-align:left;cursor:pointer;font:inherit}.record-show-calendar-view .record-index-calendar-list-item-btn{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fafafa;text-decoration:none;color:inherit}.record-show-calendar-view .record-index-calendar-list-item-active,.record-show-calendar-view .record-index-calendar-event-active{background:#2563eb;color:#fff}.record-show-calendar-view .record-index-calendar-list-item-active span,.record-show-calendar-view .record-index-calendar-list-item-active strong{color:inherit}.record-show-calendar-detail-panel{padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fafafa}.record-show-calendar-detail-title{margin:0;color:#1a1c1c;font-size:14px;font-weight:600;line-height:20px}.record-show-calendar-detail-meta{margin:4px 0 0;color:#737686;font-size:11px;line-height:14px}.record-show-calendar-inbox-empty-action{margin-top:4px;padding:0;border:0;background:transparent;color:#2563eb;font-size:12px;font-weight:500;cursor:pointer}.record-show-calendar-inbox-empty-action:hover{text-decoration:underline}.record-show-emails-compose,.record-show-calendar-compose{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.record-show-emails-compose-focused,.record-show-calendar-compose-focused{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb14}.record-show-emails-compose-row,.record-show-calendar-compose-row{display:grid;grid-template-columns:56px minmax(0,1fr);gap:8px;align-items:center}.record-show-emails-compose-label,.record-show-calendar-compose-label{color:#737686;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.record-show-emails-compose-value{color:#1a1c1c;font-size:13px;line-height:18px}.record-show-emails-compose-input,.record-show-calendar-compose-input,.record-show-calendar-compose-title{width:100%;height:30px;padding:0 8px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#1a1c1c;font-size:13px}.record-show-calendar-compose-title{height:34px;font-weight:600}.record-show-emails-compose-input:focus,.record-show-calendar-compose-input:focus,.record-show-calendar-compose-title:focus,.record-show-emails-compose-body:focus,.record-show-calendar-compose-body:focus{outline:none;border-color:#93c5fd}.record-show-emails-compose-body,.record-show-calendar-compose-body{width:100%;min-height:88px;padding:8px;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#1a1c1c;font-size:13px;line-height:20px;resize:vertical}.record-show-emails-compose-footer,.record-show-calendar-compose-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:4px}.record-show-emails-compose-hint,.record-show-calendar-compose-hint{color:#a1a1aa;font-size:11px;line-height:14px}.record-show-emails-save,.record-show-calendar-save{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border:0;border-radius:6px;background:#2563eb;color:#fff;font-size:12px;font-weight:500;cursor:pointer}.record-show-emails-save:hover:not(:disabled),.record-show-calendar-save:hover:not(:disabled){background:#1d4ed8}.record-show-emails-save:disabled,.record-show-calendar-save:disabled{opacity:.45;cursor:not-allowed}.record-show-emails-inbox{display:grid;grid-template-columns:minmax(160px,38%) minmax(0,1fr);flex:1;min-height:320px;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden;background:#fff}.record-show-emails-inbox-list{display:flex;flex-direction:column;min-height:0;border-right:1px solid #e4e4e7;background:#fafafa;overflow-y:auto}.record-show-emails-inbox-row{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 10px 9px;border:0;border-bottom:1px solid #ececef;background:transparent;text-align:left;cursor:pointer}.record-show-emails-inbox-row:hover{background:#f4f4f5}.record-show-emails-inbox-row-active{background:#eff6ff;box-shadow:inset 3px 0 #2563eb}.record-show-emails-inbox-row-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.record-show-emails-inbox-sender{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:12px;font-weight:600;line-height:16px}.record-show-emails-inbox-time{flex-shrink:0;color:#a1a1aa;font-size:10px;line-height:14px}.record-show-emails-inbox-subject{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#434655;font-size:12px;font-weight:500;line-height:16px}.record-show-emails-inbox-preview{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#a1a1aa;font-size:11px;line-height:14px}.record-show-emails-inbox-read-pane{min-width:0;min-height:0;overflow-y:auto;background:#fff}.record-show-emails-read{display:flex;flex-direction:column;gap:10px;padding:12px}.record-show-emails-read-header{display:flex;flex-direction:column;gap:4px;padding-bottom:10px;border-bottom:1px solid #f4f4f5}.record-show-emails-read-subject{margin:0;color:#1a1c1c;font-size:15px;font-weight:600;line-height:20px}.record-show-emails-read-meta{display:inline-flex;align-items:center;gap:6px;color:#737686;font-size:11px;line-height:14px}.record-show-emails-read-fields{display:flex;flex-direction:column;gap:4px;margin:0}.record-show-emails-read-field{display:grid;grid-template-columns:36px minmax(0,1fr);gap:8px;font-size:12px;line-height:16px}.record-show-emails-read-field dt{margin:0;color:#737686;font-weight:600}.record-show-emails-read-field dd{margin:0;color:#434655;word-break:break-word}.record-show-emails-read-body{color:#1a1c1c;font-size:13px;line-height:20px;white-space:pre-wrap;word-break:break-word}.record-show-emails-read-empty{display:flex;align-items:center;justify-content:center;min-height:200px;color:#a1a1aa;font-size:12px}.record-show-emails-inbox-empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:320px;padding:24px 20px;border:1px dashed #d4d4d8;border-radius:8px;background:#fafafa;text-align:center}.record-show-emails-inbox-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:999px;background:#eff6ff;color:#2563eb}.record-show-emails-inbox-empty-title{margin:4px 0 0;color:#1a1c1c;font-size:15px;font-weight:600;line-height:20px}.record-show-emails-inbox-empty-text{margin:0;max-width:320px;color:#737686;font-size:12px;line-height:18px}.record-show-emails-inbox-empty-action{margin-top:6px;padding:0;border:0;background:transparent;color:#2563eb;font-size:12px;font-weight:500;line-height:16px;cursor:pointer}.record-show-emails-inbox-empty-action:hover{text-decoration:underline}@media(max-width:720px){.record-show-emails-inbox{grid-template-columns:1fr;grid-template-rows:minmax(140px,40%) minmax(0,1fr)}.record-show-emails-inbox-list{border-right:0;border-bottom:1px solid #e4e4e7}}.record-show-email-direction{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;flex-shrink:0}.record-show-email-direction--outbound{background:#dbeafe;color:#2563eb}.record-show-email-direction--inbound{background:#dcfce7;color:#16a34a}.record-show-calendar-group{display:flex;flex-direction:column;gap:8px}.record-show-calendar-group-header{display:flex;align-items:center;gap:6px;color:#737686;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.record-show-calendar-group-count{color:#a1a1aa;font-weight:500}.record-show-calendar-group-items{display:flex;flex-direction:column;gap:8px}.record-show-calendar-card{border:1px solid #e4e4e7;border-radius:8px;background:#fafafa;overflow:hidden}.record-show-calendar-card-active{border-color:#93c5fd;background:#fff}.record-show-calendar-card-toggle{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:10px 12px;border:0;background:transparent;text-align:left;cursor:pointer}.record-show-calendar-card-toggle:hover{background:#f4f4f5}.record-show-calendar-card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1a1c1c;font-size:13px;font-weight:600;line-height:18px}.record-show-calendar-card-meta{color:#737686;font-size:11px;line-height:14px}.record-show-calendar-detail{padding:0 12px 12px;border-top:1px solid #f4f4f5}.record-show-calendar-detail-row{display:flex;gap:8px;padding-top:8px;color:#52525b;font-size:12px;line-height:16px}.record-show-calendar-description{margin:10px 0 0;color:#1a1c1c;font-size:13px;line-height:20px;white-space:pre-wrap}.record-show-calendar-card-date{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-size:11px;font-weight:600;line-height:14px}.record-show-calendar-empty{padding:8px 0;color:#a1a1aa;font-size:12px;line-height:16px}@media(max-width:900px){.record-show-split-layout{grid-template-columns:1fr}.record-show-split-divider{display:none}.record-show-split-left{border-right:0;border-bottom:1px solid #e4e4e7;max-height:40vh}}.api-reconnect-banner{position:sticky;top:0;z-index:200;padding:8px 16px;background:#fef3c7;border-bottom:1px solid #fcd34d;color:#92400e;font-size:13px;font-weight:500;text-align:center}.locale-date-field,.locale-datetime-field{position:relative}.locale-date-input{position:relative;display:flex;align-items:center;gap:0;min-width:0;height:32px;padding:0 4px 0 10px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.locale-date-input:focus-within{border-color:color-mix(in srgb,var(--color-primary) 45%,var(--color-border));box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 12%,transparent)}.locale-date-input-text{flex:1;min-width:0;height:100%;border:0;padding:0;background:transparent;font-size:12px;color:var(--color-text)}.locale-date-input-text:focus{outline:none;box-shadow:none}.locale-date-input-text::placeholder{color:var(--color-text-muted)}.locale-date-input-trigger{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:4px;border:0;border-radius:calc(var(--radius) - 1px);background:transparent;color:var(--color-text-muted);cursor:pointer;flex-shrink:0}.locale-date-input-trigger:hover:not(:disabled){color:var(--color-primary);background:var(--color-primary-subtle)}.locale-date-input-trigger:disabled{opacity:.5;cursor:not-allowed}.locale-date-popover{padding:8px 4px 8px 8px;border:1px solid var(--color-border);border-radius:calc(var(--radius) + 2px);background:var(--color-surface);box-shadow:0 12px 32px #0f172a24}.locale-date-popover .rdp-root{--rdp-accent-color: var(--color-primary);--rdp-accent-background-color: var(--color-primary-subtle);--rdp-day-height: 30px;--rdp-day-width: 30px;--rdp-day_button-height: 28px;--rdp-day_button-width: 28px;--rdp-nav_button-height: 1.25rem;--rdp-nav_button-width: 1.25rem;--rdp-nav-height: 1.75rem;--rdp-weekday-padding: .2rem 0;margin:0;font-size:12px}.locale-date-popover .rdp-month_caption,.locale-date-popover .rdp-caption_label{font-size:12px;font-weight:600;line-height:1.25}.locale-date-popover .rdp-chevron{width:14px;height:14px}.locale-date-popover .rdp-selected{font-size:inherit}.locale-datetime-input{display:grid;grid-template-columns:minmax(160px,1fr) minmax(110px,auto);gap:8px;align-items:start}.locale-datetime-time{min-width:110px}@media(max-width:767px){.locale-datetime-input{grid-template-columns:1fr}}.settings-users-dialog-copy{margin:0 0 12px;color:var(--color-text-muted);font-size:13px;line-height:1.5}.settings-users-dialog-copy strong{color:var(--color-text)}.settings-users-dialog-options{display:grid;gap:8px;margin-bottom:14px}.settings-users-dialog-option{display:flex;align-items:flex-start;gap:10px;margin:0;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fafbfc;cursor:pointer}.settings-users-dialog-option:has(input:checked){border-color:color-mix(in srgb,var(--color-primary) 35%,var(--color-border));background:var(--color-primary-subtle)}.settings-users-dialog-option input{margin-top:3px}.settings-users-dialog-option strong{display:block;margin-bottom:2px;font-size:13px}.settings-users-dialog-option small{display:block;color:var(--color-text-muted);font-size:12px;line-height:1.4}.settings-users-dialog-field-span{grid-column:1 / -1}.btn-danger{color:#fff;background:#dc2626;border-color:#dc2626}.btn-danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.btn-danger:disabled{opacity:.55}.table-action-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.crm-settings-skill-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #e8e9ef;border-radius:8px;background:#fff}.crm-settings-skill-check{display:flex;align-items:center;gap:8px;margin:0;font-size:13px;cursor:pointer}.crm-org-team-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e8e9ef;border-radius:999px;background:#fff;font-size:13px;cursor:pointer}.crm-settings-inline-check{display:flex;align-items:flex-start;gap:10px;margin:0;padding:10px 12px;border:1px solid #e8e9ef;border-radius:8px;background:#fafbfc;font-size:13px;cursor:pointer}.crm-settings-modal-section{display:grid;gap:10px;margin-bottom:16px}.crm-settings-modal-section-title{margin:0;font-size:13px;font-weight:700}@media(max-width:767px){.crm-settings-skill-list{grid-template-columns:1fr}.crm-users-desktop-only{display:none}.crm-users-mobile-only{display:block}.crm-settings-panel-toolbar .list-toolbar{flex-direction:column;align-items:stretch}}:root{--color-bg: #fafafa;--color-surface: #ffffff;--color-border: #e4e4e7;--color-text: #18181b;--color-text-muted: #71717a;--color-primary: #2563eb;--color-primary-hover: color-mix(in srgb, var(--color-primary) 80%, #000000);--color-primary-subtle: color-mix(in srgb, var(--color-primary) 14%, #ffffff);--color-danger: #dc2626;--color-success: #16a34a;--color-warning: #d97706;--radius: 6px;--font-sans: "Hanken Grotesk", system-ui, sans-serif;--sidebar-width: 240px;--sidebar-collapsed: 64px}body{margin:0;font-family:var(--font-sans);font-size:13px;line-height:1.4;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;cursor:default;width:100%;max-width:100vw;overflow-x:hidden}#root{width:100%;max-width:100vw}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea,button{font-family:inherit;font-size:13px}:root{--netapps-cursor-grab: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Ccircle cx='6' cy='5' r='1.6' fill='%2318181b'/%3E%3Ccircle cx='12' cy='5' r='1.6' fill='%2318181b'/%3E%3Ccircle cx='6' cy='9' r='1.6' fill='%2318181b'/%3E%3Ccircle cx='12' cy='9' r='1.6' fill='%2318181b'/%3E%3Ccircle cx='6' cy='13' r='1.6' fill='%2318181b'/%3E%3Ccircle cx='12' cy='13' r='1.6' fill='%2318181b'/%3E%3C/svg%3E") 9 9, grab;--netapps-cursor-grabbing: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Crect x='4' y='4' width='10' height='10' rx='2' fill='%2318181b'/%3E%3C/svg%3E") 9 9, grabbing;--netapps-cursor-resize-h: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none' stroke='%2318181b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 9h14'/%3E%3Cpath d='M4 7 2 9l2 2'/%3E%3Cpath d='M14 7l2 2-2 2'/%3E%3C/svg%3E") 9 9, ew-resize}.record-index-kanban-card,.record-index-toolbar-fields-drag:not(.placeholder),.record-show-task-list-grip[draggable=true],.crm-kanban-card{cursor:var(--netapps-cursor-grab)}.record-index-kanban-card:active,.record-show-task-list-grip[draggable=true]:active,body.netapps-is-dragging,body.netapps-is-dragging *{cursor:var(--netapps-cursor-grabbing)!important}.sidebar-resize-handle,body.sidebar-is-resizing,body.sidebar-is-resizing *,body.record-show-drawer-is-resizing,body.record-show-drawer-is-resizing *{cursor:var(--netapps-cursor-resize-h)!important}.record-index-create-link,.btn,button:not(:disabled){cursor:pointer}.crm-branch-scope{position:relative}.crm-branch-scope-trigger{max-width:220px}.crm-branch-scope-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-branch-scope-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:40;min-width:240px;max-height:320px;overflow:auto;padding:6px;border:1px solid #c3c6d7;border-radius:8px;background:#fff;box-shadow:0 8px 24px #1a1c1c1f}.crm-branch-scope-option{display:block;width:100%;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:#1a1c1c;font-size:13px;text-align:left;cursor:pointer}.crm-branch-scope-option:hover,.crm-branch-scope-option.active{background:#eee}.crm-branch-scope-divider{margin:6px 0 4px;padding:4px 10px 0;color:#737686;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.crm-branch-scope-check{display:flex;align-items:center;gap:8px;padding:6px 10px;font-size:13px;cursor:pointer}.crm-org-settings-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start;width:100%;min-width:0}.crm-org-settings-nav{position:sticky;top:88px;overflow:hidden;border:1px solid #c3c6d7;border-radius:12px;background:#fff}.crm-org-settings-nav-header{padding:14px 16px;border-bottom:1px solid #c3c6d7}.crm-org-settings-nav-header h2{margin:0;color:#1a1c1c;font-size:14px;font-weight:600}.crm-org-settings-nav-header p{margin:4px 0 0;color:#737686;font-size:12px;line-height:1.4}.crm-org-settings-nav-links{display:flex;flex-direction:column;padding:6px}.crm-org-settings-nav-link{display:flex;align-items:center;min-height:34px;padding:0 10px;border-radius:8px;color:#434655;font-size:13px;font-weight:500;text-decoration:none}.crm-org-settings-nav-link:hover{background:#f3f4f8;color:#1a1c1c;text-decoration:none}.crm-org-settings-nav-link.active{background:#eef2ff;color:#2563eb;font-weight:600}.crm-org-settings-main{min-width:0}@media(max-width:900px){.crm-org-settings-layout{grid-template-columns:1fr}.crm-org-settings-nav{position:static}.crm-org-settings-nav-links{flex-direction:row;flex-wrap:nowrap;gap:4px;overflow-x:auto;padding:8px;scrollbar-width:none}.crm-org-settings-nav-links::-webkit-scrollbar{display:none}.crm-org-settings-nav-link{flex:0 0 auto;white-space:nowrap}}.ai-settings-branch-note{margin:0;padding:8px 12px;border-radius:8px;background:#f3f4f6;border:1px solid #e5e7eb;font-size:12px;line-height:1.45;color:#6b7280}.ai-settings-assistant-toggle{border:1px solid #e8e9ef;border-radius:8px;background:#fafbfc;overflow:hidden}.ai-settings-assistant-toggle__label{margin:0;border:none;border-radius:0;background:transparent}.ai-settings-assistant-toggle__label:has(input:checked){border:none;background:#f7f8fd}.ai-settings-assistant-toggle__hint{margin:0;padding:10px 12px 12px 38px;border-top:1px solid #eef0f4;font-size:12px;line-height:1.5;color:#737686}.crm-settings-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.crm-settings-section--spaced{margin:16px 16px 0}.crm-settings-form-span-2{grid-column:1 / -1}.crm-settings-panel-toolbar .list-toolbar{width:100%;margin-bottom:0;gap:12px}.crm-settings-panel-toolbar .list-toolbar-left{flex:1 1 auto;min-width:0;flex-wrap:wrap}.crm-settings-panel-toolbar .list-toolbar-actions{flex:0 0 auto;margin-left:auto}.crm-settings-modal-section+.crm-settings-modal-section{margin-top:16px;padding-top:16px;border-top:1px solid #e8e9ef}.crm-settings-modal-section-title{margin:0 0 10px;font-size:12px;font-weight:600;color:#434655;text-transform:uppercase;letter-spacing:.04em}.crm-org-table-wrap{padding:0}.crm-org-table-wrap .table-wrap{border:0;border-radius:0;min-height:0;max-height:none;box-shadow:none;background:transparent}.crm-org-table-wrap .table{border:0;border-radius:0}.crm-org-table-wrap .table thead th:first-child,.crm-org-table-wrap .table tbody td:first-child{padding-left:16px}.crm-org-table-wrap .table thead th:last-child,.crm-org-table-wrap .table tbody td:last-child{padding-right:16px}.crm-org-back-link{display:inline-flex;align-items:center;gap:6px;margin:14px 16px 0;color:#434655;font-size:13px;font-weight:500;text-decoration:none}.crm-org-back-link:hover{color:#1a1c1c}.crm-org-form-page .crm-settings-panel-inner{padding:0 16px 88px;gap:12px}.crm-org-section .crm-settings-section-body{padding:16px}.crm-org-section-header{display:flex;align-items:flex-start;gap:10px}.crm-org-section-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:1px;border-radius:6px;background:#eef0f8;color:#434655;flex-shrink:0}.crm-org-section-desc{margin:2px 0 0;color:#737686;font-size:12px;line-height:1.4}.crm-settings-hint{margin:0;padding:0 16px 14px;color:#737686;font-size:12px;line-height:1.45}.crm-org-form-footer{position:sticky;bottom:0;z-index:2;margin:8px -16px 0;padding:12px 16px;border-top:1px solid #c3c6d7;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.crm-org-form-footer-inner{display:flex;justify-content:flex-end;gap:8px}.crm-org-inline-form{margin:16px 16px 0;overflow:hidden;border:1px solid #c3c6d7;border-radius:8px;background:#fafbfc;box-shadow:0 1px 2px #1a1c1c0a}.crm-org-inline-form-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #e8e9ef;background:#f9f9f9}.crm-org-inline-form-header h3{margin:0;color:#1a1c1c;font-size:14px;font-weight:600}.crm-org-inline-form .crm-settings-section-body{background:#fff}.crm-org-inline-form .crm-settings-panel-actions{padding:12px 16px 16px;border-top:1px solid #e8e9ef;background:#fff}.crm-org-branch-cell{display:inline-flex;align-items:center;gap:8px;min-height:26px}.crm-org-branch-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#eef0f8;color:#434655;flex-shrink:0}.crm-org-tag-list{display:flex;flex-wrap:wrap;gap:4px}.crm-org-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#f0f1f5;color:#434655;font-size:11px;font-weight:500;line-height:1.4}.crm-org-tag.muted{color:#737686}.crm-users-table-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:nowrap;white-space:nowrap}.crm-settings-skill-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.crm-settings-skill-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #e8e9ef;border-radius:8px;background:#fff;transition:border-color .15s ease,background .15s ease}.crm-settings-skill-row:has(input:checked){border-color:#b8c4f0;background:#f7f8fd}.crm-settings-skill-check{display:flex;align-items:center;gap:8px;margin:0;color:#1a1c1c;font-size:13px;cursor:pointer}.crm-settings-skill-row select{max-width:130px}.crm-settings-team-list{display:flex;flex-wrap:wrap;gap:8px}.crm-org-team-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e8e9ef;border-radius:999px;background:#fff;color:#434655;font-size:13px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.crm-org-team-chip:has(input:checked){border-color:#b8c4f0;background:#f7f8fd;color:#1a1c1c}.crm-settings-inline-check{display:flex;align-items:flex-start;gap:10px;margin:0;padding:10px 12px;border:1px solid #e8e9ef;border-radius:8px;background:#fafbfc;color:#434655;font-size:13px;line-height:1.45;cursor:pointer}.crm-settings-inline-check:has(input:checked){border-color:#b8c4f0;background:#f7f8fd;color:#1a1c1c}.crm-settings-inline-check input{margin-top:2px}.crm-team-members-list{margin:0;padding:0;list-style:none;border:1px solid #c3c6d7;border-radius:8px;overflow:hidden;background:#fff}.crm-team-member-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #e8e9ef;cursor:grab}.crm-team-member-row:last-child{border-bottom:0}.crm-team-member-row.dragging{opacity:.55;background:#f9f9f9}.crm-team-member-grip{color:#737686}.crm-team-member-name{font-weight:600;color:#1a1c1c}.crm-team-member-email{color:#737686;font-size:13px}.crm-users-mobile-list{display:grid;gap:12px;padding:16px}.crm-users-mobile-card{border:1px solid #c3c6d7;border-radius:8px;background:#fff;padding:14px 16px}.crm-users-mobile-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.crm-users-mobile-card-email{font-size:13px;color:#737686}.crm-users-mobile-card-meta{display:grid;gap:6px;margin-bottom:12px;font-size:13px;color:#4a4d5c}.crm-users-mobile-card-actions{display:flex;flex-wrap:wrap;gap:8px}.crm-users-desktop-only{display:block}.crm-users-mobile-only{display:none}@media(max-width:767px){.crm-branch-scope-trigger{max-width:140px}.crm-settings-skill-list{grid-template-columns:1fr}.crm-org-inline-form,.crm-settings-section--spaced{margin-left:12px;margin-right:12px}.crm-org-form-page .crm-settings-panel-inner{padding-left:12px;padding-right:12px}.crm-users-desktop-only{display:none}.crm-users-mobile-only{display:block}.crm-settings-panel-toolbar{padding:10px 12px}.crm-settings-panel-toolbar .list-toolbar{flex-direction:column;align-items:stretch}.crm-settings-panel-toolbar .list-toolbar-actions{margin-left:0;justify-content:flex-end}}.ai-provider-list{display:flex;flex-direction:column;gap:12px}.ai-provider-card{border:1px solid var(--border-subtle, #e5e7eb);border-radius:10px;background:var(--surface-raised, #fff);overflow:hidden}.ai-provider-card--default{border-color:var(--primary-300, #93c5fd);box-shadow:0 0 0 1px color-mix(in srgb,var(--primary-500, #3b82f6) 20%,transparent)}.ai-provider-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px 10px;border-bottom:1px solid var(--border-subtle, #f3f4f6)}.ai-provider-card-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.ai-provider-type-badge,.ai-provider-default-badge,.ai-provider-disabled-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px}.ai-provider-type-badge{background:var(--surface-muted, #f3f4f6);color:var(--text-secondary, #6b7280)}.ai-provider-default-badge{background:color-mix(in srgb,var(--primary-500, #3b82f6) 12%,white);color:var(--primary-700, #1d4ed8)}.ai-provider-disabled-badge{background:#fef2f2;color:#b91c1c}.ai-provider-card-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.ai-provider-card-body{padding:10px 16px 14px;display:grid;gap:6px;font-size:13px;color:var(--text-secondary, #4b5563)}.ai-provider-field-label{display:inline-block;min-width:92px;color:var(--text-tertiary, #9ca3af);font-size:12px;text-transform:uppercase;letter-spacing:.03em}.ai-provider-test-result{margin-top:4px;font-size:12px;padding:8px 10px;border-radius:8px}.ai-provider-test-result--ok{background:#ecfdf5;color:#047857}.ai-provider-test-result--error{background:#fef2f2;color:#b91c1c}.ai-provider-form-checks{display:flex;flex-wrap:wrap;gap:12px}@media(max-width:768px){.ai-provider-card-header{flex-direction:column}.ai-provider-card-actions{width:100%;justify-content:flex-start}}.crm-app .topbar-left .crm-breadcrumb-current-label{position:relative;top:1px}:root{font-family:var(--font-sans, "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif);color:var(--color-text, #18181b);background:var(--color-bg, #fafafa);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;max-width:100vw;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-family:var(--font-sans);font-size:13px;line-height:1.4;color:var(--color-text);background:var(--color-bg)}button,input,select,textarea{font-family:inherit;font-size:13px}.sitetrack-app .topbar{height:48px;padding-inline:24px;border-bottom-color:#c3c6d7;background:#f9f9f9}.sitetrack-app .topbar-left{align-items:center;gap:12px;min-width:0;flex:1}@media(max-width:767px){.sitetrack-app .topbar{padding-inline:12px;gap:8px}.sitetrack-app .topbar-left{gap:8px}.sitetrack-app .mobile-menu-button{flex-shrink:0}.sitetrack-app .topbar-left .crm-breadcrumb{flex:1;min-width:0}.sitetrack-app .sidebar.sidebar-mobile-open{width:var(--sidebar-width)!important}}.sitetrack-app .sidebar{background:#f9f9f9;border-right-color:#c3c6d7}.sitetrack-app .sidebar-brand{height:48px;border-bottom-color:transparent;font-size:13px;font-weight:700;letter-spacing:.01em}.sitetrack-app .sidebar:not(.sidebar-collapsed) .sidebar-brand{padding:0 24px}.sitetrack-app .sidebar-nav{padding:16px 8px}.sitetrack-app .sidebar:not(.sidebar-collapsed) .sidebar-footer{padding:8px 12px;border-top-color:#c3c6d7;background:#f9f9f9}.sitetrack-app .sidebar:not(.sidebar-collapsed) .sidebar-link,.sitetrack-app .sidebar:not(.sidebar-collapsed) .sidebar-sub-link,.sitetrack-app .sidebar:not(.sidebar-collapsed) .sidebar-nav-group-trigger{height:36px;padding:0 12px;border-radius:6px;color:#434655;font-size:12px;line-height:16px}.sitetrack-app .sidebar:not(.sidebar-collapsed) .sidebar-section-label{padding:8px 10px 4px;font-size:11px}.sitetrack-app .sidebar:not(.sidebar-collapsed) .sidebar-user-row{min-height:36px;gap:10px}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-brand{justify-content:center;padding:0}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-brand-main{display:flex;justify-content:center}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-label{display:none}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-link,.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-nav-group-trigger{justify-content:center;height:36px;padding:0;margin-bottom:2px}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-icon{width:24px}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-footer{padding:8px;overflow:visible}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-row{justify-content:center;gap:0;min-height:0;padding:0}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-name,.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-row .avatar{display:none}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .sidebar-user-menu-btn{margin-left:0}.sitetrack-app .sidebar-toggle{width:28px;height:28px}.sitetrack-app .sidebar:not(.sidebar-collapsed) .brand-logo-full{height:22px;max-width:120px}.sitetrack-app .sidebar.sidebar-collapsed:not(.sidebar-mobile-open) .brand-logo-icon{display:none}.sitetrack-app .sidebar-user-name{font-size:12px}.sitetrack-page-content.page-content{padding:24px}.sitetrack-page-lead-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.sitetrack-page-lead-row .page-subtitle{margin:0}.sitetrack-page-content--record-index,.sitetrack-page-content:has(.crm-record-index-page){padding:0;overflow:hidden}.sitetrack-page-content .page-header{align-items:flex-end;gap:16px;margin-bottom:16px}.sitetrack-page-content .page-title{font-size:16px;font-weight:600;line-height:1.2;letter-spacing:normal}.sitetrack-page-content .page-subtitle{margin:4px 0 0;font-size:13px;line-height:1.35;color:#434655}.sitetrack-page-content{width:100%;max-width:none;flex:1 1 0%;min-height:0;display:flex;flex-direction:column}.app-main>main{display:flex;flex-direction:column;flex:1 1 0%;min-height:0;min-width:0;overflow:hidden}.sitetrack-page-content:not(:has(.crm-settings-layout)){overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.sitetrack-page-content:has(.crm-settings-layout){overflow:hidden;padding:0}.sitetrack-page-content:has(.crm-settings-layout) .crm-settings-layout{flex:1 1 0%;min-height:0;width:100%}.sitetrack-page-content:has(.crm-settings-layout) .crm-settings-header{padding-inline:16px}.sitetrack-page-content:has(.crm-settings-layout) .crm-settings-content{flex:1 1 0%;min-height:0;width:100%;padding:12px 16px 16px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.sitetrack-card{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:0;padding:12px 16px;border-bottom:1px solid var(--color-border);background:#f9f9f9}.sitetrack-card-head-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.sitetrack-card-head h2{margin:0;font-size:13px;font-weight:600}.sitetrack-card-head p{margin:2px 0 0;color:var(--color-text-muted);font-size:12px}.sitetrack-metric-grid,.sitetrack-report-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-bottom:8px}.sitetrack-metric{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-metric span{color:var(--color-text-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.sitetrack-metric strong{font-size:16px;line-height:1.2;letter-spacing:-.01em}.sitetrack-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.sitetrack-search{width:260px;max-width:100%}.sitetrack-filter{width:160px}.sitetrack-toolbar .field{width:160px;max-width:100%;margin-bottom:0}.sitetrack-toolbar .input,.sitetrack-toolbar .select,.sitetrack-form-card .input,.sitetrack-form-card .select,.sitetrack-form-card .textarea,.sitetrack-email-form .input{height:30px;min-height:30px}.sitetrack-form-card .textarea{height:auto;min-height:72px}.sitetrack-table-wrap{overflow-x:auto}.sitetrack-table{width:100%;border-collapse:collapse;font-size:11px;line-height:14px}.sitetrack-table th{height:26px;max-height:26px;padding:0 10px;color:var(--color-text-muted);background:var(--color-bg);border-bottom:1px solid var(--color-border);font-size:9px;font-weight:600;line-height:26px;text-align:left;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;vertical-align:middle}.sitetrack-table td{height:26px;max-height:26px;padding:0 10px;border-bottom:1px solid var(--color-border);vertical-align:middle;line-height:26px}.sitetrack-table tbody tr{cursor:pointer}.sitetrack-table tbody tr:hover{background:#f7f8fa}.sitetrack-table td strong,.sitetrack-table td small{display:block}.sitetrack-table td small{display:flex;align-items:center;gap:4px;margin-top:2px;color:var(--color-text-muted);font-size:11px}.sitetrack-status{display:inline-flex;align-items:center;height:18px;padding:0 7px;border-radius:999px;color:#526171;background:#edf1f5;font-size:10px;font-weight:700;text-transform:capitalize}.sitetrack-status.assigned{color:#765a00;background:#fff3ce}.sitetrack-status.in_progress,.sitetrack-status.active{color:#155ba8;background:#e1efff}.sitetrack-status.completed{color:#147548;background:#def6e7}.sitetrack-status.cancelled{color:#993d3d;background:#fee4e4}.sitetrack-live-timer{display:inline-flex;align-items:center;gap:6px;color:#17794a;font-size:11px;font-weight:600}.sitetrack-live-timer i{width:6px;height:6px;border-radius:50%;background:#2eaa6e}.sitetrack-empty{padding:16px 12px;color:var(--color-text-muted);text-align:center;font-size:13px}.sitetrack-form-error{color:var(--color-danger, #a33b3b);font-size:12px}.sitetrack-form-success{color:#167447;font-size:12px}.sitetrack-pagination{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;color:var(--color-text-muted);font-size:12px}.sitetrack-pagination div{display:flex;align-items:center;gap:8px}.sitetrack-pagination button{display:grid;place-items:center;width:26px;height:26px;border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-primary);background:var(--color-surface);cursor:pointer}.sitetrack-pagination button:disabled{color:#aeb9c3;cursor:not-allowed}.sitetrack-mobile-list{display:none}.sitetrack-detail-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px}.sitetrack-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px;padding:12px}.sitetrack-facts div{display:flex;flex-direction:column;gap:2px}.sitetrack-facts span,.sitetrack-description span{color:var(--color-text-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.sitetrack-facts strong{font-size:13px}.sitetrack-facts small{color:var(--color-text-muted);line-height:1.35}.sitetrack-description{padding:0 12px 12px}.sitetrack-description p{margin:4px 0 0;color:#526171;font-size:13px;line-height:1.45}.sitetrack-record{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:10px 12px;border-bottom:1px solid var(--color-border);font-size:12px}.sitetrack-record>div:first-child{display:flex;align-items:center;gap:8px}.sitetrack-record>span{color:var(--color-text-muted)}.sitetrack-photo-links{display:flex;gap:6px;margin-left:auto}.sitetrack-photo{width:36px;height:36px;border-radius:4px;object-fit:cover;border:1px solid var(--color-border)}.sitetrack-photo-loading{color:var(--color-text-muted);font-size:11px}.sitetrack-action-card,.sitetrack-form-card,.sitetrack-success{max-width:680px;margin:0 auto;padding:12px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-back{display:inline-flex;align-items:center;gap:4px;margin-bottom:12px;color:var(--color-primary);font-size:12px;text-decoration:none}.sitetrack-action-step{display:grid;grid-template-columns:24px 1fr;gap:10px;padding:10px 0;border-top:1px solid var(--color-border)}.sitetrack-action-step>b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:var(--color-primary);background:#e5f0ff;font-size:11px}.sitetrack-action-step h2{margin:0 0 4px;font-size:13px}.sitetrack-action-step p{margin:0 0 8px;color:var(--color-text-muted);font-size:12px;line-height:1.4}.sitetrack-location-good{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#167447;font-size:12px}.sitetrack-text-button{margin-left:auto;border:0;color:var(--color-primary);background:transparent;cursor:pointer}.sitetrack-hidden-input{position:absolute;width:1px;height:1px;opacity:0}.sitetrack-camera{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:84px;gap:2px;border:1px dashed #9ebeea;border-radius:var(--radius);color:var(--color-primary);background:#f7faff;cursor:pointer}.sitetrack-camera small{color:var(--color-text-muted)}.sitetrack-action-error{margin:8px 0;padding:8px 10px;background:#fff3f3;border-radius:var(--radius)}.sitetrack-sticky-action{width:100%}.sitetrack-success{display:flex;align-items:center;flex-direction:column;text-align:center}.sitetrack-success svg{color:#1d8a55}.sitetrack-success h2{margin:10px 0 4px;font-size:16px}.sitetrack-success p{margin:0 0 14px;color:var(--color-text-muted);font-size:13px}.sitetrack-site-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px}.sitetrack-site{display:grid;grid-template-columns:20px 1fr auto;gap:8px;align-items:start;padding:8px;border:1px solid var(--color-border);border-radius:var(--radius);color:inherit;background:var(--color-surface);text-align:left;cursor:pointer}.sitetrack-site:hover{border-color:#9ebeea;background:#f7faff}.sitetrack-site>svg{color:var(--color-primary)}.sitetrack-site h2{margin:0 0 2px;font-size:13px}.sitetrack-site p,.sitetrack-site small{display:block;margin:0;color:var(--color-text-muted);font-size:11px;line-height:1.35}.sitetrack-site>strong{color:var(--color-primary);font-size:11px;white-space:nowrap}.sitetrack-form-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.sitetrack-field{display:flex;flex-direction:column;gap:4px;margin:0}.sitetrack-field .label{margin-bottom:0}.sitetrack-field-span,.sitetrack-form-error,.sitetrack-form-actions{grid-column:1 / -1}.sitetrack-field-help{color:var(--color-text-muted);font-size:11px;font-weight:400}.sitetrack-form-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.sitetrack-email-settings{display:grid;grid-template-columns:220px minmax(0,1fr);gap:12px;align-items:start}.sitetrack-page-content .crm-settings-content{container-type:inline-size;container-name:sitetrack-settings-main}.sitetrack-settings-stack{display:grid;gap:10px}.sitetrack-settings-panel{overflow:visible;border:1px solid var(--color-border);border-radius:calc(var(--radius) + 2px);background:var(--color-surface);box-shadow:0 1px 2px #0f172a0a}.sitetrack-settings-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid var(--color-border);border-radius:calc(var(--radius) + 2px) calc(var(--radius) + 2px) 0 0;background:#f9f9f9}.sitetrack-settings-panel-title{margin:0 0 6px;font-size:16px;font-weight:600;letter-spacing:normal;line-height:1.2}.sitetrack-settings-panel-copy{margin:0;max-width:62ch;color:var(--color-text-muted);font-size:13px;line-height:1.55}.sitetrack-settings-panel-body{display:grid;gap:12px;padding:16px}.sitetrack-settings-panel-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--color-border);background:#f8fafc}.sitetrack-settings-form-block{display:grid;gap:0}.sitetrack-settings-form-block+.sitetrack-settings-form-block{padding-top:16px;border-top:1px solid var(--color-border)}.sitetrack-settings-inline-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.sitetrack-settings-section{display:grid;gap:12px}.sitetrack-settings-section+.sitetrack-settings-section{margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.sitetrack-settings-section-head h3{margin:0 0 4px;font-size:14px;font-weight:700;letter-spacing:-.01em}.sitetrack-settings-section-head p{margin:0;color:var(--color-text-muted);font-size:12px;line-height:1.5}.sitetrack-settings-pill{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;font-size:11px;font-weight:700}.sitetrack-settings-pill.success{color:#147548;background:#def6e7}.sitetrack-settings-pill.danger{color:#993d3d;background:#fee4e4}.sitetrack-settings-pill.muted{color:var(--color-text-muted);background:#eef2f7}.sitetrack-settings-empty-block{padding:20px 12px;border:1px dashed var(--color-border);border-radius:var(--radius);background:#fafbfc}.sitetrack-settings-email-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:0;overflow:visible;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.sitetrack-settings-email-nav{display:flex;flex-direction:column;gap:4px;padding:10px;border-right:1px solid var(--color-border);background:#f8fafc}.sitetrack-settings-email-nav-title{padding:4px 8px 8px;color:var(--color-text-muted);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.sitetrack-settings-email-nav button{display:flex;align-items:center;gap:8px;width:100%;min-height:36px;padding:0 10px;border:0;border-radius:calc(var(--radius) - 1px);background:transparent;color:var(--color-text-muted);text-align:left;font-size:12px;font-weight:600;cursor:pointer}.sitetrack-settings-email-nav button:hover,.sitetrack-settings-email-nav button.active{color:var(--color-primary);background:var(--color-primary-subtle)}.sitetrack-settings-email-nav button i{width:6px;height:6px;margin-left:auto;border-radius:50%;background:#2eaa6e}.sitetrack-settings-email-nav-empty{padding:8px;color:var(--color-text-muted);font-size:12px}.sitetrack-settings-email-main{display:grid;gap:0;min-width:0}.sitetrack-settings-email-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--color-border);background:#fff}.sitetrack-settings-email-title{margin:0 0 4px;font-size:15px;font-weight:700;letter-spacing:-.01em}.sitetrack-settings-email-copy{margin:0;color:var(--color-text-muted);font-size:12px;line-height:1.45}.sitetrack-settings-email-toolbar-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.sitetrack-settings-email-form,.sitetrack-settings-email-preview-wrap{display:grid;gap:12px;padding:16px}.sitetrack-settings-email-preview{min-height:220px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;color:#3f5062;font-size:13px;line-height:1.55}.sitetrack-settings-email-preview-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--color-border);font-size:12px}.sitetrack-settings-email-preview-meta span{color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.sitetrack-settings-email-preview-subject{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:14px;font-weight:600}.sitetrack-settings-email-preview-body p{margin:0 0 10px}.sitetrack-settings-email-preview-body ul,.sitetrack-settings-email-preview-body ol{padding-left:20px}.sitetrack-settings-email-form .ql-toolbar.ql-snow,.sitetrack-settings-email-main .ql-toolbar.ql-snow{border-color:var(--color-border);border-radius:var(--radius) var(--radius) 0 0;background:#f8fafc}.sitetrack-settings-email-form .ql-container.ql-snow,.sitetrack-settings-email-main .ql-container.ql-snow{border-color:var(--color-border);border-radius:0 0 var(--radius) var(--radius);background:#fff}.sitetrack-settings-email-form .ql-editor,.sitetrack-settings-email-main .ql-editor{min-height:180px}.sitetrack-settings-feedback{display:grid;gap:8px}.sitetrack-settings-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.sitetrack-settings-field-span{grid-column:1 / -1}.sitetrack-settings-inline-action{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.sitetrack-settings-inline-action .input{flex:1 1 220px;min-width:0}.sitetrack-settings-color-field{display:flex;align-items:center;gap:8px}.sitetrack-settings-color-field input[type=color]{width:36px;height:32px;padding:2px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-settings-users-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:end;padding:12px 14px;border:1px solid var(--color-border);border-radius:var(--radius);background:#f8fafc}.sitetrack-settings-users-search{display:flex;align-items:center;gap:8px;min-width:0;grid-column:1 / -1}.sitetrack-settings-users-search svg{flex-shrink:0;color:var(--color-text-muted)}.sitetrack-settings-users-search .input{width:100%;min-width:0}.sitetrack-settings-users-filter{display:grid;gap:4px;min-width:0}.sitetrack-settings-users-filter .label{margin:0;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.sitetrack-settings-users-filter .select{width:100%;min-width:140px}.sitetrack-settings-users-count{justify-self:end;align-self:center;padding:4px 10px;border-radius:999px;background:#fff;border:1px solid var(--color-border);color:var(--color-text-muted);font-size:11px;font-weight:700;white-space:nowrap}@container sitetrack-settings-main (min-width: 680px){.sitetrack-settings-users-toolbar{grid-template-columns:minmax(180px,1fr) auto auto auto;align-items:end}.sitetrack-settings-users-search{grid-column:auto}}.sitetrack-settings-users-list{display:grid;grid-template-columns:minmax(220px,1.4fr) minmax(180px,1fr) minmax(108px,auto);column-gap:12px;overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.sitetrack-settings-users-list-head,.sitetrack-settings-user-row{display:grid;grid-column:1 / -1;grid-template-columns:subgrid;align-items:center;padding-inline:14px}.sitetrack-settings-users-list-head{padding-block:10px;border-bottom:1px solid var(--color-border);background:#f8fafc;color:var(--color-text-muted);font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.sitetrack-settings-users-list-head span{justify-self:start;text-align:left}.sitetrack-settings-user-row{padding-block:12px;border-bottom:1px solid var(--color-border)}.sitetrack-settings-user-row:last-child{border-bottom:0}.sitetrack-settings-user-row:hover{background:#fafbfc}.sitetrack-settings-user-row-ident{display:flex;align-items:flex-start;gap:10px;min-width:0}.sitetrack-settings-user-row-copy{display:grid;gap:2px;min-width:0}.sitetrack-settings-user-row-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.sitetrack-settings-user-row-title strong{font-size:13px;font-weight:700}.sitetrack-settings-user-row-email{overflow:hidden;color:var(--color-text-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sitetrack-settings-user-row-details{display:grid;gap:6px;min-width:0}.sitetrack-settings-user-detail{display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0;font-size:12px}.sitetrack-settings-user-detail-label{color:var(--color-text-muted);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.sitetrack-settings-user-detail--skills{align-items:flex-start}.sitetrack-settings-user-row-actions{display:flex;align-items:center;justify-content:flex-start;gap:6px;flex-shrink:0}@container sitetrack-settings-main (max-width: 760px){.sitetrack-settings-users-toolbar{grid-template-columns:1fr}.sitetrack-settings-users-count{justify-self:start}.sitetrack-settings-users-list{grid-template-columns:1fr}.sitetrack-settings-users-list-head{display:none}.sitetrack-settings-user-row{display:grid;grid-column:auto;grid-template-columns:1fr;gap:10px;align-items:stretch}.sitetrack-settings-user-row-actions{justify-content:flex-start;padding-top:8px;border-top:1px solid var(--color-border)}}.sitetrack-settings-user-avatar{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--color-primary-subtle);color:var(--color-primary);font-size:11px;font-weight:700;text-transform:uppercase;flex-shrink:0}.sitetrack-settings-tag-list{display:flex;flex-wrap:wrap;gap:4px}.sitetrack-settings-tag{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#eef2f7;color:#475569;font-size:11px;font-weight:600}.sitetrack-settings-tag.muted{background:transparent;color:var(--color-text-muted);padding:0}.sitetrack-settings-inline-check{display:inline-flex;align-items:center;gap:8px;min-height:36px;color:var(--color-text-muted);font-size:12px}.sitetrack-settings-skill-list{display:grid;gap:8px}.sitetrack-settings-skill-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fafbfc}.sitetrack-settings-skill-check{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600}.sitetrack-settings-skill-row .select{width:140px}.sitetrack-settings-team-list{display:flex;flex-wrap:wrap;gap:6px}.sitetrack-settings-team-chip{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid var(--color-border);border-radius:999px;background:#fafbfc;font-size:11px;font-weight:600}.sitetrack-settings-readonly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 10px}.sitetrack-settings-readonly-grid div{padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius);background:#f8fafc}.sitetrack-settings-readonly-grid dt{margin:0 0 4px;color:var(--color-text-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.sitetrack-settings-readonly-grid dd{margin:0;font-size:13px;font-weight:600}.sitetrack-settings-hint{margin:0 0 12px;color:var(--color-text-muted);font-size:12px}.sitetrack-settings-form{display:grid;gap:12px}.sitetrack-settings-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.sitetrack-settings-form-grid .field{margin:0}.sitetrack-settings-form-grid .label{margin-bottom:4px;font-size:11px;font-weight:600}.sitetrack-settings-form-actions{display:flex;justify-content:flex-end;gap:8px}.sitetrack-filter-panel .locale-date-field{margin:0}.sitetrack-filter-panel .locale-date-input{width:min(168px,100%);height:28px;padding-inline:8px 2px}.sitetrack-filter-panel .locale-date-input-text{font-size:12px}.sitetrack-filter-panel .locale-date-input-trigger{width:22px;height:22px}.sitetrack-email-list{padding:6px}.sitetrack-email-list-title{padding:6px 8px;color:var(--color-text-muted);font-size:10px;font-weight:700;letter-spacing:.08em}.sitetrack-email-list button{display:flex;align-items:center;gap:8px;width:100%;padding:7px 8px;border:0;border-radius:var(--radius);color:var(--color-text);background:transparent;font-size:12px;text-align:left;cursor:pointer}.sitetrack-email-list button:hover,.sitetrack-email-list button.active{color:var(--color-primary);background:#eaf3ff}.sitetrack-email-list button i{width:6px;height:6px;margin-left:auto;border-radius:50%;background:#2eaa6e}.sitetrack-email-head-actions{display:flex;align-items:center;gap:8px}.sitetrack-email-scope{padding:2px 7px;border-radius:999px;color:var(--color-primary);background:#eaf3ff;font-size:10px;font-weight:600}.sitetrack-email-form{display:grid;gap:10px;padding:12px}.sitetrack-email-form .sitetrack-field{display:grid;gap:4px}.sitetrack-email-preview{min-height:200px;padding:14px;color:#3f5062;font-size:13px;line-height:1.5}.sitetrack-email-preview-subject{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--color-border);color:var(--color-text);font-size:14px;font-weight:600}.sitetrack-email-preview p{margin:0 0 10px}.sitetrack-email-preview ul,.sitetrack-email-preview ol{padding-left:20px}.sitetrack-email-editor .ql-toolbar.ql-snow{border:1px solid var(--color-border);border-bottom:0;border-radius:var(--radius) var(--radius) 0 0}.sitetrack-email-editor .ql-container.ql-snow{min-height:180px;border:1px solid var(--color-border);border-radius:0 0 var(--radius) var(--radius);font-family:inherit;font-size:13px}.sitetrack-email-editor .ql-editor{min-height:180px}.sitetrack-email-placeholders{display:grid;gap:6px;color:var(--color-text-muted);font-size:11px}.sitetrack-email-placeholders>div{display:flex;flex-wrap:wrap;gap:4px}.sitetrack-email-placeholders code{padding:2px 5px;border:1px solid #dbe5ef;border-radius:4px;color:#285c91;background:#f5f9fd;font-size:10px}.sitetrack-email-enabled{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--color-border);border-radius:var(--radius);background:#f8fbff}.sitetrack-email-enabled small{color:var(--color-text-muted);font-size:11px;font-weight:400}.sitetrack-email-enabled input{width:14px;height:14px;margin:0}@media(max-width:1279px){.sitetrack-metric-grid,.sitetrack-report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sitetrack-site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.sitetrack-metric-grid,.sitetrack-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sitetrack-detail-grid{grid-template-columns:1fr}}@media(max-width:900px){.sitetrack-settings-layout{grid-template-columns:1fr}.sitetrack-settings-sidebar{position:static}.sitetrack-settings-nav{flex-direction:row;flex-wrap:wrap}.sitetrack-settings-nav a{flex:1 1 auto;justify-content:center;min-width:calc(50% - 4px)}.sitetrack-settings-email-layout{grid-template-columns:1fr}.sitetrack-settings-email-nav{flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid var(--color-border)}.sitetrack-settings-email-nav-title{display:none}.sitetrack-settings-email-nav button{width:auto;min-width:max-content;white-space:nowrap}.sitetrack-settings-panel-head{flex-direction:column;align-items:stretch;padding:16px}.sitetrack-settings-panel-body{padding:16px}}@media(max-width:767px){.sitetrack-page-content{padding:12px}.sitetrack-metric-grid,.sitetrack-report-grid,.sitetrack-site-grid{grid-template-columns:1fr}.sitetrack-table{display:none}.sitetrack-mobile-list{display:grid;gap:8px;padding:8px}.sitetrack-mobile-list .sitetrack-mobile-job-link>div,.sitetrack-mobile-list a>div{display:flex;align-items:center;justify-content:space-between}.sitetrack-mobile-list h3{margin:6px 0 2px;font-size:13px}.sitetrack-mobile-list p{margin:0;color:var(--color-text-muted);font-size:11px}.sitetrack-search,.sitetrack-filter,.sitetrack-toolbar .btn{width:100%}.sitetrack-form-card{grid-template-columns:1fr;padding:12px}.sitetrack-facts{grid-template-columns:1fr}.sitetrack-action-card{padding:12px}.sitetrack-email-settings{grid-template-columns:1fr}.sitetrack-email-list{display:flex;overflow-x:auto;gap:4px}.sitetrack-email-list-title{display:none}.sitetrack-email-list button{width:auto;min-width:max-content}.sitetrack-email-editor .sitetrack-card-head,.sitetrack-form-actions{flex-wrap:wrap}.sitetrack-sticky-action{position:sticky;bottom:10px}}.sitetrack-site-skeleton{pointer-events:none;cursor:default}.sitetrack-skeleton-block .sitetrack-table tbody tr{cursor:default;pointer-events:none}.sitetrack-skeleton-block .sitetrack-table tbody tr:hover{background:transparent}.sitetrack-mobile-skeleton-card{padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);pointer-events:none}.sitetrack-mobile-skeleton-card>div{display:flex;align-items:center;justify-content:space-between}.sitetrack-record-skeleton{pointer-events:none}.sitetrack-email-list-skeleton-item{display:flex;align-items:center;gap:8px;padding:7px 8px}.sitetrack-skeleton-block .sitetrack-table td,.sitetrack-skeleton-block .sitetrack-table th{padding-top:10px;padding-bottom:10px}.modal-body .alert{margin-top:12px}.sitetrack-dash-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px;padding:12px 16px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-dash-hero-skeleton{min-height:68px}.sitetrack-dash-greeting{margin:0;font-size:16px;font-weight:600;line-height:1.2;letter-spacing:normal}.sitetrack-dash-date{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:6px 0 0;color:var(--color-text-muted);font-size:12px}.sitetrack-dash-live-pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;color:#167447;background:#def6e7;font-size:11px;font-weight:600}.sitetrack-dash-live-pill i{width:6px;height:6px;border-radius:50%;background:#2eaa6e;animation:sitetrack-pulse 1.4s ease-in-out infinite}@keyframes sitetrack-pulse{0%,to{opacity:1}50%{opacity:.35}}.sitetrack-dash-refresh{flex-shrink:0}.sitetrack-spin{animation:sitetrack-spin .8s linear infinite}@keyframes sitetrack-spin{to{transform:rotate(360deg)}}.sitetrack-dash-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;margin-bottom:8px}.sitetrack-dash-metric{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:2px 10px;align-items:center;padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius);color:inherit;background:var(--color-surface);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.sitetrack-dash-metric:hover{border-color:#9ebeea;box-shadow:0 2px 10px #1838680f;transform:translateY(-1px)}.sitetrack-dash-metric-icon{display:grid;place-items:center;grid-row:1 / span 2;width:32px;height:32px;border-radius:8px}.sitetrack-dash-metric-label{color:var(--color-text-muted);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.sitetrack-dash-metric-value{font-size:16px;line-height:1.2;letter-spacing:-.01em}.sitetrack-dash-metric--neutral .sitetrack-dash-metric-icon{color:#3f5062;background:#edf1f5}.sitetrack-dash-metric--blue .sitetrack-dash-metric-icon{color:#155ba8;background:#e1efff}.sitetrack-dash-metric--green .sitetrack-dash-metric-icon{color:#147548;background:#def6e7}.sitetrack-dash-metric--amber .sitetrack-dash-metric-icon{color:#765a00;background:#fff3ce}.sitetrack-dash-metric--slate .sitetrack-dash-metric-icon{color:#285c91;background:#eaf3ff}.sitetrack-dash-progress{margin-bottom:8px;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-dash-progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.sitetrack-dash-progress-label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.sitetrack-dash-progress-copy{margin:4px 0 0;color:#526171;font-size:12px;line-height:1.4}.sitetrack-dash-progress-stat{font-size:16px;line-height:1.1;letter-spacing:-.01em}.sitetrack-dash-progress-stat span{color:var(--color-text-muted);font-size:12px;font-weight:500}.sitetrack-dash-progress-track{height:8px;overflow:hidden;border-radius:999px;background:#edf1f5}.sitetrack-dash-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#2eaa6e,#4cc38a);transition:width .35s ease}.sitetrack-dash-jobs-count{padding:2px 7px;border-radius:999px;color:var(--color-text-muted);background:#f3f3f3;font-size:10px;font-weight:700}.sitetrack-dash-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 12px 16px;text-align:center}.sitetrack-dash-empty-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:4px;border-radius:12px;color:var(--color-primary);background:#eaf3ff}.sitetrack-dash-empty h3{margin:0;font-size:14px}.sitetrack-dash-empty p{max-width:36ch;margin:0 0 8px;color:var(--color-text-muted);font-size:12px;line-height:1.45}.sitetrack-dash-error,.sitetrack-dash-inline-error{color:var(--color-danger, #a33b3b);font-size:12px}.sitetrack-dash-error{display:grid;gap:8px;justify-items:start;padding:12px;border:1px solid #f0d4d4;border-radius:var(--radius);background:#fff7f7}.sitetrack-schedule-hint{font-size:11px;font-weight:600}.sitetrack-schedule-hint--muted{color:var(--color-text-muted);font-weight:500}.sitetrack-schedule-hint--soon{color:#155ba8}.sitetrack-schedule-hint--danger{color:#a33b3b}.sitetrack-col-action{width:92px;text-align:right}.sitetrack-row-action{white-space:nowrap}.sitetrack-mobile-job-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);overflow:hidden}.sitetrack-mobile-job-link{display:block;padding:8px 10px;color:inherit;text-decoration:none}.sitetrack-mobile-job-actions{display:flex;gap:8px;padding:0 10px 8px}@media(max-width:1279px){.sitetrack-dash-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.sitetrack-dash-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.sitetrack-dash-hero{flex-direction:column;align-items:stretch}.sitetrack-dash-refresh{width:100%;justify-content:center}.sitetrack-dash-metrics{grid-template-columns:1fr}.sitetrack-col-action{display:none}}.sitetrack-page-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px;padding:0;border:0;border-radius:0;background:transparent}.sitetrack-page-intro-title{margin:0;font-size:14px;font-weight:600}.sitetrack-page-intro-copy{margin:4px 0 0;color:var(--color-text-muted);font-size:12px;line-height:1.45;max-width:62ch}.sitetrack-page-intro-action{flex-shrink:0}.sitetrack-toolbar-panel{display:grid;gap:0;margin-bottom:8px}.sitetrack-filter-panel{margin-bottom:8px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-filter-panel-inner{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;padding:6px 10px}.sitetrack-filter-panel-controls{display:flex;align-items:center;flex-wrap:wrap;gap:6px;flex:1 1 auto;min-width:0}.sitetrack-filter-panel-divider{width:1px;height:22px;flex-shrink:0;background:var(--color-border)}.sitetrack-filter-panel-filters{display:flex;align-items:center;gap:8px;flex:0 1 auto;min-width:0}.sitetrack-filter-panel-label{flex-shrink:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);white-space:nowrap}.sitetrack-filter-panel-chiptrack{min-width:0}.sitetrack-filter-panel .field{display:flex;align-items:center;gap:6px;width:auto;min-width:min(200px,100%);margin:0}.sitetrack-filter-panel .field .label{margin:0;font-size:11px;font-weight:600;white-space:nowrap}.sitetrack-filter-panel .input{height:28px;min-height:28px;font-size:12px}.sitetrack-filter-panel .btn-sm{height:28px;min-height:28px;padding-inline:10px;font-size:12px}.sitetrack-toolbar-main{margin-bottom:0}.sitetrack-toolbar-secondary{min-width:0}.sitetrack-search-field{display:flex;align-items:center;gap:6px;width:min(280px,100%);height:28px;padding:0 8px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.sitetrack-search-field svg{color:var(--color-text-muted);flex-shrink:0}.sitetrack-search-field .input{width:100%;height:28px;min-height:28px;border:0;padding-left:0;font-size:12px;background:transparent}.sitetrack-search-field .input:focus{box-shadow:none}.sitetrack-filter-chips{display:inline-flex;align-items:center;flex-wrap:wrap;gap:2px;padding:2px;border-radius:999px;background:#eef2f6}.sitetrack-filter-chip{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border:0;border-radius:999px;color:var(--color-text-muted);background:transparent;font-size:11px;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.sitetrack-filter-chip:hover{color:var(--color-primary)}.sitetrack-filter-chip.active{color:var(--color-primary);background:var(--color-surface);box-shadow:0 1px 2px #10182814}.sitetrack-filter-chip-count{min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#18386814;font-size:10px;line-height:16px}.sitetrack-list-card .sitetrack-empty-state,.sitetrack-list-card .sitetrack-site-grid-panel,.sitetrack-list-card .sitetrack-table-wrap,.sitetrack-list-card .sitetrack-mobile-list{border-top:0}.sitetrack-list-count,.sitetrack-list-page-label{padding:2px 7px;border-radius:999px;color:var(--color-text-muted);background:#f3f3f3;font-size:10px;font-weight:700}.sitetrack-empty-state{display:flex;flex-direction:column;align-items:center;gap:6px;padding:20px 12px 16px;text-align:center}.sitetrack-empty-state-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:4px;border-radius:12px;color:var(--color-primary);background:#eaf3ff}.sitetrack-empty-state h3{margin:0;font-size:14px}.sitetrack-empty-state p{max-width:40ch;margin:0;color:var(--color-text-muted);font-size:12px;line-height:1.45}.sitetrack-empty-state-action{margin-top:6px}.sitetrack-summary-strip{display:flex;align-items:stretch;flex-wrap:wrap;gap:6px;margin-bottom:8px}.sitetrack-summary-pill{display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);font-size:11px}.sitetrack-summary-pill span{color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.sitetrack-summary-pill strong{font-size:13px}.sitetrack-summary-pill--blue{border-color:#c8def8;background:#f5f9ff}.sitetrack-summary-pill--green{border-color:#bfe8cf;background:#f3fcf6}.sitetrack-summary-pill--amber{border-color:#f0df9a;background:#fffaf0}.sitetrack-summary-pill--slate{border-color:#d7e2ee;background:#f7faff}.sitetrack-summary-pill--neutral{border-color:var(--color-border);background:var(--color-surface)}.sitetrack-report-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.sitetrack-report-metric{pointer-events:none;cursor:default}.sitetrack-report-metric:hover{transform:none;box-shadow:none}.sitetrack-site-grid-panel{padding:8px}.sitetrack-site-title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sitetrack-site-badge{padding:1px 6px;border-radius:999px;color:#765a00;background:#fff3ce;font-size:9px;font-weight:700;text-transform:uppercase}.sitetrack-site-inactive{opacity:.72}.sitetrack-site-inactive:hover{opacity:1}.sitetrack-record-job-link{color:var(--color-primary)}.sitetrack-record-mobile-link{width:100%;border:0;background:transparent;text-align:left;cursor:pointer}.sitetrack-record-duration{display:inline-block;margin-top:6px;color:var(--color-text-muted);font-size:11px}.sitetrack-record-mobile-list .sitetrack-mobile-job-card{margin:0}.sitetrack-modal-body{display:grid;gap:10px}.sitetrack-modal-intro{margin:0;color:var(--color-text-muted);font-size:12px;line-height:1.45}.sitetrack-modal-section{padding:10px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fbfcfe}.sitetrack-modal-section-head{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.sitetrack-modal-section-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;color:var(--color-primary);background:#eaf3ff;flex-shrink:0}.sitetrack-modal-section-head h3{margin:0;font-size:13px}.sitetrack-modal-section-head p{margin:2px 0 0;color:var(--color-text-muted);font-size:11px;line-height:1.4}.sitetrack-modal-loading{padding:2px 0}.sitetrack-modal-coords-actions{display:flex;justify-content:flex-end;margin-bottom:8px}.sitetrack-input-readonly{color:var(--color-text-muted);background:#f7f8fa}.sitetrack-modal-footer{gap:8px}.sitetrack-email-list-empty{padding:10px 8px;color:var(--color-text-muted);font-size:12px}.sitetrack-email-status-pill{padding:2px 7px;border-radius:999px;color:#147548;background:#def6e7;font-size:10px;font-weight:700}.sitetrack-email-status-pill.disabled{color:#993d3d;background:#fee4e4}.sitetrack-email-preview-shell{padding:12px}.sitetrack-email-preview{min-height:200px;padding:16px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;color:#3f5062;font-size:13px;line-height:1.5;box-shadow:inset 0 1px #ffffffb3}.sitetrack-email-preview-meta{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--color-border);font-size:12px}.sitetrack-email-preview-meta span{color:var(--color-text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.sitetrack-email-preview-body p{margin:0 0 10px}@media(max-width:1279px){.sitetrack-report-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.sitetrack-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.sitetrack-page-intro{flex-direction:column}}@media(max-width:767px){.sitetrack-report-metrics{grid-template-columns:1fr}.sitetrack-filter-panel-inner{flex-direction:column;align-items:stretch;gap:8px}.sitetrack-filter-panel-divider{width:100%;height:1px}.sitetrack-filter-panel-controls{width:100%}.sitetrack-filter-panel-filters{width:100%;flex-wrap:wrap}.sitetrack-filter-panel .field{width:100%;min-width:0;flex-direction:column;align-items:stretch}.sitetrack-search-field{width:100%}.sitetrack-filter-chips{width:100%;justify-content:flex-start}.sitetrack-settings-readonly-grid,.sitetrack-settings-form-grid,.sitetrack-settings-form-grid--two{grid-template-columns:1fr}.sitetrack-summary-strip{flex-direction:column}}.app-main>main .record-index-page{flex:1 1 0%;min-height:0;overflow:auto}.crm-record-index-main--panel-open{margin-right:0}.sitetrack-company-picker{position:relative}.sitetrack-company-picker-trigger{display:flex;align-items:center;gap:8px;width:100%;text-align:left;cursor:pointer}.sitetrack-company-picker-menu{background:var(--color-surface, #fff);border:1px solid var(--color-border, #e5e7eb);border-radius:8px;box-shadow:0 8px 24px #0f172a1f;padding:6px;gap:4px}.sitetrack-company-picker-search{display:flex;align-items:center;gap:6px;flex-shrink:0}.sitetrack-company-picker-search-input{flex:1;min-width:0;height:28px;padding:0 8px;font-size:12px}.sitetrack-company-picker-body{flex:1 1 auto;min-height:0;overflow:hidden}.sitetrack-company-picker-list{list-style:none;margin:0;padding:0;max-height:176px;overflow-y:auto;overscroll-behavior:contain}.sitetrack-company-picker-list button{width:100%;text-align:left;border:0;background:transparent;padding:5px 8px;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:1px}.sitetrack-company-picker-name{font-size:12px;font-weight:600;line-height:1.3;color:var(--color-text, #18181b)}.sitetrack-company-picker-meta{font-size:11px;line-height:1.3;color:var(--color-text-muted, #71717a)}.sitetrack-company-picker-list button:hover,.sitetrack-company-picker-list button.is-active{background:color-mix(in srgb,var(--color-primary, #2563eb) 10%,transparent)}.sitetrack-company-picker-empty{padding:6px 4px;font-size:12px;line-height:1.4;color:var(--color-text-muted, #71717a)}.sitetrack-company-picker-empty p{margin:0 0 6px}.sitetrack-company-picker-footer{flex-shrink:0;padding-top:2px;border-top:1px solid var(--color-border, #e5e7eb)}.sitetrack-company-picker-action{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;background:var(--color-surface, #fff);color:var(--color-text, #18181b);font-size:11px;font-weight:500;line-height:1;cursor:pointer}.sitetrack-company-picker-action:hover{background:var(--color-bg, #fafafa)}.sitetrack-company-picker-loading{display:grid;gap:4px;padding:2px 0}.sitetrack-customer-drawer{display:grid;gap:20px;padding:4px 0 16px}.sitetrack-customer-drawer-section h3{margin:0 0 8px;font-size:.95rem}.sitetrack-customer-drawer-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.sitetrack-customer-drawer-section-head p{margin:4px 0 0;color:var(--color-text-muted, #64748b);font-size:.85rem}.sitetrack-customer-drawer-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sitetrack-customer-drawer-fields label{display:grid;gap:6px}.sitetrack-customer-drawer-fields label.span-2{grid-column:span 2}.sitetrack-customer-drawer-fields label>span{font-size:.8rem;color:var(--color-text-muted, #64748b)}.sitetrack-customer-site-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}.sitetrack-customer-site-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--color-border, #e5e7eb);border-radius:10px}.sitetrack-customer-site-list p{margin:4px 0 0;color:var(--color-text-muted, #64748b);font-size:.85rem}.sitetrack-customer-drawer-empty{display:grid;justify-items:start;gap:8px;padding:12px;border:1px dashed var(--color-border, #e5e7eb);border-radius:10px}.sitetrack-customer-drawer-actions{display:flex;gap:8px}.sitetrack-drawer-loading{display:grid;gap:10px;padding:8px 0}.sitetrack-job-wizard-steps{display:flex;gap:8px;list-style:none;margin:0 0 16px;padding:0}.sitetrack-job-wizard-steps li{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--color-border, #e5e7eb);font-size:.85rem;color:var(--color-text-muted, #64748b)}.sitetrack-job-wizard-steps li span{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:999px;background:var(--color-surface-muted, #f1f5f9);font-size:.75rem}.sitetrack-job-wizard-steps li.is-active{border-color:var(--color-primary, #2563eb);color:var(--color-text, #0f172a)}.sitetrack-job-wizard-steps li.is-complete{color:var(--color-text, #0f172a)}.sitetrack-job-wizard-inline-action{display:flex;align-items:center;gap:12px;margin-top:10px}.sitetrack-customer-create-modal{display:grid;gap:4px}.sitetrack-customer-create-modal .label{display:inline-flex;align-items:center;gap:6px}.sitetrack-required-mark{color:var(--color-danger, #dc2626);font-weight:600}@media(max-width:767px){.sitetrack-customer-drawer-fields{grid-template-columns:1fr}.sitetrack-customer-drawer-fields label.span-2{grid-column:auto}.sitetrack-customer-site-list li{flex-direction:column;align-items:flex-start}.sitetrack-job-wizard-steps{flex-direction:column}}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
