:root{--sc-color-brand:#51B800;--sc-color-brand-light:#D7FABB;--sc-color-brand-medium:#B9F68A;--sc-color-brand-bright:#9BEB5E;--sc-color-brand-hover:#47A000;--sc-color-navy:#0F1E2F;--sc-color-navy-light:#1A2D42;--sc-color-success:#409348;--sc-color-warning:#FCAC12;--sc-color-destructive:#F83E3E;--sc-color-error:#F03F18;--sc-color-capacity-maroon:#7f1d1d;--sc-color-info:#0284FE;--sc-color-new-lead:#0E8BFF;--sc-color-lifecycle-lead:#ACACAC;--sc-color-lifecycle-prospect:#FFBB39;--sc-color-lifecycle-customer:#00BB7E;--sc-color-status-expired:#945E69;--sc-color-workspace-surface:#FDFDFD;--sc-shadow-workspace:0 0 3px rgba(0,0,0,0.05);--sc-color-success-bg:#ecfdf5;--sc-color-warning-bg:#fffbeb;--sc-color-destructive-bg:#fef2f2;--sc-color-error-bg:#fef2f2;--sc-color-info-bg:#eff6ff;--sc-font-family:"Inter",system-ui,-apple-system,sans-serif;--sc-font-size-xs:0.75rem;--sc-font-size-sm:0.875rem;--sc-font-size-base:0.9375rem;--sc-font-size-lg:1.125rem;--sc-font-size-xl:1.25rem;--sc-font-size-2xl:1.5rem;--sc-font-size-3xl:1.875rem;--sc-space-page:20px;--sc-space-card-gap:16px;--sc-space-section-gap:40px;--sc-space-card-padding:16px;--sc-radius-none:0px;--sc-radius-sm:3px;--sc-radius-input:8px;--sc-radius-button:10px;--sc-radius-card:16px;--sc-color-card-inset:#fcfcfc;--sc-shadow-card-inset:0 0 1px rgba(0,0,0,0.25);--sc-color-scheduling:#c900a9;--sc-shadow-card:0px 1px 8px rgba(14,30,47,0.03);--sc-shadow-input:0px 1px 2px rgba(16,24,40,0.05);--sc-shadow-modal:0px 10px 40px rgba(14,30,47,0.15);--sc-motion-duration-stagger:40ms;--sc-motion-duration-micro:80ms;--sc-motion-duration-quick:150ms;--sc-motion-duration-fast:250ms;--sc-motion-duration-medium:350ms;--sc-motion-duration-slow:400ms;--sc-motion-duration-emphasis:500ms;--sc-motion-ease-smooth-out:cubic-bezier(0.22,1,0.36,1);--sc-motion-ease-standard-in-out:cubic-bezier(0.4,0,0.2,1);--sc-motion-ease-exit-out:cubic-bezier(0.4,0,1,1);--sc-motion-ease-linear:linear;--sc-motion-scale-96:0.96;--sc-motion-scale-97:0.97;--sc-motion-scale-98:0.98;--sc-motion-scale-99:0.99;--sc-motion-translate-4:4px;--sc-motion-translate-6:6px;--sc-motion-translate-8:8px;--sc-motion-translate-12:12px;--sc-motion-translate-30:30px;--sc-motion-blur-2:2px;--sc-motion-blur-3:3px;--sc-motion-blur-8:8px;--sc-color-focus:#408F00;--sc-color-action-text:#2F6E00;--sc-focus-ring:0 0 0 2px #ffffff,0 0 0 4px var(--sc-color-focus);--sc-margin-healthy-bg:#ECFDF5;--sc-margin-healthy-fg:#15803d;--sc-margin-healthy-dot:#22c55e;--sc-margin-watch-bg:#FFFBEB;--sc-margin-watch-fg:#a16207;--sc-margin-watch-dot:#FCAC12;--sc-margin-risk-bg:#FEF2F2;--sc-margin-risk-fg:#b91c1c;--sc-margin-risk-dot:#ef4444;--sc-margin-muted-bg:#F5F5F5;--sc-margin-muted-fg:#525252;--sc-margin-muted-dot:#A3A3A3}@keyframes sc-validation-shake{0%,to{transform:translateX(0)}25%{transform:translateX(calc(var(--sc-motion-translate-4) * -1))}50%{transform:translateX(var(--sc-motion-translate-4))}75%{transform:translateX(calc(var(--sc-motion-translate-4) * -.5))}}.sc-success-check-mark,.sc-success-check-ring{stroke-dasharray:140;stroke-dashoffset:140}[data-active=true]>.sc-success-check-ring{animation:sc-success-draw var(--sc-motion-duration-emphasis) var(--sc-motion-ease-smooth-out) forwards}[data-active=true]>.sc-success-check-mark{animation:sc-success-draw var(--sc-motion-duration-medium) var(--sc-motion-ease-smooth-out) var(--sc-motion-duration-quick) forwards}@keyframes sc-success-draw{to{stroke-dashoffset:0}}@keyframes sc-pop-in{0%{opacity:0;transform:translateY(calc(var(--sc-motion-translate-4) * -1)) scale(var(--sc-motion-scale-98))}to{opacity:1;transform:translateY(0) scale(1)}}.sc-pop-in{animation:sc-pop-in var(--sc-motion-duration-quick) var(--sc-motion-ease-smooth-out);transform-origin:top}@keyframes sc-rise-in{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.sc-rise-in{animation:sc-rise-in var(--sc-motion-duration-fast) var(--sc-motion-ease-smooth-out)}@keyframes sc-pending-route-chip-enter{0%{transform:scale(.88)}to{transform:scale(1)}}.sc-pending-route-chip-enter{animation:sc-pending-route-chip-enter .5s cubic-bezier(.34,1.36,.64,1)}@media (prefers-reduced-motion:reduce){[data-motion-state]{animation-delay:0s!important;animation-duration:.01ms!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:.01ms!important}.sc-pending-route-chip-enter,.sc-pop-in,.sc-rise-in{animation:none}}.grid-line{display:grid;grid-template-columns:var(--grid-template);width:100%;min-width:var(--grid-min-width)}.grid-resize-handle{position:absolute;top:0;bottom:0;right:-5px;width:9px;cursor:col-resize;touch-action:none;z-index:3}.grid-line>:last-child .grid-resize-handle{right:0;width:5px}.grid-resize-handle:before{content:"";position:absolute;top:0;bottom:0;left:4px;width:1px;background:var(--sc-color-focus);opacity:0;transition:opacity var(--sc-motion-duration-quick) var(--sc-motion-ease-smooth-out)}.grid-resize-handle:hover:before,.grid-resize-handle[data-resizing=true]:before{opacity:1}.grid-resize-handle:focus-visible{outline:none}.grid-resize-handle:focus-visible:before{opacity:1;width:2px}@media (prefers-reduced-motion:reduce){.grid-resize-handle:before{transition:none}}