@charset "UTF-8";:root{--color-primary: #468432;--color-primary-dark: #3a7029;--color-primary-light: #9ad872;--color-cream: #ffef91;--color-accent: #ffa02e;--color-accent-dark: #e68a00;--color-on-primary: #ffffff;--primary: var(--color-primary);--primary-dark: var(--color-primary-dark);--primary-light: var(--color-primary-light);--accent: var(--color-accent);--highlight: var(--color-cream);--link-color: var(--color-primary-dark);--link-hover: var(--color-primary);--crm-primary: var(--color-primary);--crm-primary-light: var(--color-primary-light);--crm-accent: var(--color-accent);--crm-cream: var(--color-cream);--crm-on-primary: var(--color-on-primary);--crm-surface: var(--surface);--crm-background: var(--bg);--crm-background-subtle: var(--bg-subtle);--crm-background-highlight: var(--bg-highlight);--crm-border: var(--border);--crm-text-primary: var(--text-primary);--crm-text-secondary: var(--text-secondary);--crm-text-muted: var(--text-muted);--crm-text-body: var(--text-body);--crm-text-label: var(--text-label);--crm-sidebar-bg: var(--sidebar-bg);--crm-sidebar-border: var(--sidebar-border);--crm-sidebar-text: var(--sidebar-text);--crm-sidebar-text-active: var(--sidebar-text-active);--crm-sidebar-icon: var(--sidebar-icon);--crm-sidebar-active-bg: var(--sidebar-active-bg);--crm-sidebar-active-color: var(--sidebar-active-color);--crm-sidebar-logo-text: var(--sidebar-logo-text);--crm-btn-primary: var(--color-primary);--crm-btn-primary-hover: var(--color-primary-dark);--crm-btn-accent: var(--color-accent);--crm-nav-active: var(--sidebar-active-color);--crm-nav-active-bg: var(--sidebar-active-bg);--crm-success-bg: var(--success-bg);--crm-success-text: var(--success-text);--crm-warn-bg: var(--warn-bg);--crm-warn-text: var(--warn-text);--crm-error-bg: var(--error-bg);--crm-error-text: var(--error-text);--crm-error-border: var(--error-border);--crm-info-bg: var(--info-bg);--crm-info-text: var(--info-text);--crm-accent-bg: var(--accent-bg);--crm-accent-text: var(--accent-text);--crm-highlight-bg: var(--highlight-bg);--crm-highlight-text: var(--highlight-text);--crm-chip-count-bg: var(--chip-count-bg);--crm-chip-count-text: var(--chip-count-text);--crm-chip-neutral-bg: var(--chip-neutral-bg);--crm-chip-neutral-text: var(--chip-neutral-text);--crm-chip-active-bg: var(--chip-active-bg);--crm-chip-active-text: var(--chip-active-text);--crm-chip-inactive-bg: var(--chip-inactive-bg);--crm-chip-inactive-text: var(--chip-inactive-text);--crm-row-hover: var(--row-hover);--crm-row-border: var(--row-border);--crm-icon-muted: var(--icon-muted);--crm-icon-chevron: var(--icon-chevron);--crm-type-email-bg: var(--type-email-bg);--crm-type-email-text: var(--type-email-text);--crm-type-note-bg: var(--type-note-bg);--crm-type-note-text: var(--type-note-text);--crm-type-call-bg: var(--type-call-bg);--crm-type-call-text: var(--type-call-text);--crm-type-creation-bg: var(--type-creation-bg);--crm-type-creation-text: var(--type-creation-text);--crm-type-deal-bg: var(--type-deal-bg);--crm-type-deal-text: var(--type-deal-text);--crm-type-lead-bg: var(--type-lead-bg);--crm-type-lead-text: var(--type-lead-text);--crm-type-task-bg: var(--type-task-bg);--crm-type-task-text: var(--type-task-text);--crm-type-mention-bg: var(--type-mention-bg);--crm-type-mention-text: var(--type-mention-text);--crm-type-opportunity-bg: var(--type-opportunity-bg);--crm-type-opportunity-text: var(--type-opportunity-text);--crm-type-converted-bg: var(--type-converted-bg);--crm-type-converted-text: var(--type-converted-text);--crm-type-open-bg: var(--type-open-bg);--crm-type-open-text: var(--type-open-text);--crm-priority-high-bg: var(--priority-high-bg);--crm-priority-high-text: var(--priority-high-text);--crm-priority-medium-bg: var(--priority-medium-bg);--crm-priority-medium-text: var(--priority-medium-text);--crm-priority-low-bg: var(--priority-low-bg);--crm-priority-low-text: var(--priority-low-text);--crm-shadow-sm: var(--shadow-sm);--crm-shadow-md: var(--shadow-md);--crm-shadow-lg: var(--shadow-lg);--crm-radius: var(--radius);--crm-radius-sm: var(--radius-sm);--crm-radius-lg: var(--radius-lg);--crm-gradient-primary: var(--gradient-primary);--crm-gradient-brand: var(--gradient-brand);--crm-gradient-accent: var(--gradient-accent);--crm-gradient-avatar: var(--gradient-avatar);--brand-50: #f4fced;--brand-100: #e8f8d8;--brand-200: #d4f0bc;--brand-500: var(--color-primary);--brand-600: var(--color-primary-dark);--brand-700: #2f5c20;--brand-900: #1e3314;--surface: #ffffff;--bg: #f7faf5;--bg-subtle: #f0f5eb;--bg-highlight: #fffdf5;--border: #e2ead8;--row-hover: #f7faf5;--row-border: #eef2ea;--sidebar-bg: #1e3314;--sidebar-border: rgba(255, 255, 255, .08);--sidebar-text: #b8c9a8;--sidebar-text-active: #d4f0bc;--sidebar-icon: #8aa878;--sidebar-active-bg: rgba(154, 216, 114, .16);--sidebar-active-color: #9ad872;--sidebar-logo-text: #f4fced;--text-primary: #1a2416;--text-secondary: #5c6b54;--text-muted: #8a9980;--text-body: #444444;--text-label: #374151;--success-bg: #e8f8d8;--success-text: #2f5c20;--warn-bg: #fff8e6;--warn-text: #b36b00;--error-bg: #fee8e8;--error-text: #c62828;--error-border: #fecaca;--info-bg: #eef8e4;--info-text: var(--color-primary-dark);--accent-bg: #fff4e0;--accent-text: #b36b00;--highlight-bg: #fffce8;--highlight-text: #6b5a00;--chip-count-bg: var(--bg-subtle);--chip-count-text: var(--text-secondary);--chip-neutral-bg: #f0f5eb;--chip-neutral-text: var(--text-secondary);--chip-active-bg: var(--success-bg);--chip-active-text: var(--success-text);--chip-inactive-bg: var(--error-bg);--chip-inactive-text: var(--error-text);--type-email-bg: var(--warn-bg);--type-email-text: var(--warn-text);--type-note-bg: var(--highlight-bg);--type-note-text: var(--highlight-text);--type-call-bg: var(--success-bg);--type-call-text: var(--success-text);--type-creation-bg: #f0f5eb;--type-creation-text: #5c4a6b;--type-deal-bg: var(--info-bg);--type-deal-text: var(--info-text);--type-lead-bg: var(--warn-bg);--type-lead-text: var(--warn-text);--type-task-bg: var(--success-bg);--type-task-text: var(--success-text);--type-mention-bg: var(--error-bg);--type-mention-text: var(--error-text);--type-opportunity-bg: var(--info-bg);--type-opportunity-text: var(--info-text);--type-converted-bg: var(--type-creation-bg);--type-converted-text: var(--type-creation-text);--type-open-bg: var(--warn-bg);--type-open-text: var(--warn-text);--priority-high-bg: var(--error-bg);--priority-high-text: var(--error-text);--priority-medium-bg: var(--warn-bg);--priority-medium-text: var(--warn-text);--priority-low-bg: var(--success-bg);--priority-low-text: var(--success-text);--icon-muted: var(--text-muted);--icon-chevron: var(--text-muted);--gradient-primary: linear-gradient(135deg, #468432, #9ad872);--gradient-brand: linear-gradient(145deg, #1e3314 0%, #468432 55%, #6aa858 100%);--gradient-accent: linear-gradient(135deg, #ffa02e, #ffc06a);--gradient-avatar: linear-gradient(135deg, #468432, #9ad872);--shadow-sm: 0 1px 3px rgba(30, 51, 20, .06), 0 1px 2px rgba(30, 51, 20, .04);--shadow-md: 0 4px 6px -1px rgba(30, 51, 20, .07), 0 2px 4px -1px rgba(30, 51, 20, .04);--shadow-lg: 0 10px 15px -3px rgba(30, 51, 20, .08), 0 4px 6px -2px rgba(30, 51, 20, .03);--radius: 10px;--radius-sm: 8px;--radius-lg: 16px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--auth-page-bg: var(--bg);--success-border: #bbf7d0;--warn-banner-bg: #fffbeb;--warn-banner-text: #b45309;--warn-banner-border: #fde68a;--drop-zone-color: var(--color-primary-light);--chip-info-bg: var(--info-bg);--chip-info-text: var(--info-text);--crm-auth-page-bg: var(--auth-page-bg);--crm-success-border: var(--success-border);--crm-warn-banner-bg: var(--warn-banner-bg);--crm-warn-banner-text: var(--warn-banner-text);--crm-warn-banner-border: var(--warn-banner-border);--crm-drop-zone-color: var(--drop-zone-color);--crm-chip-info-bg: var(--chip-info-bg);--crm-chip-info-text: var(--chip-info-text)}html{--mat-sys-background: #f9faf3;--mat-sys-error: #ba1a1a;--mat-sys-error-container: #ffdad6;--mat-sys-inverse-on-surface: #f1f1eb;--mat-sys-inverse-primary: #9ad872;--mat-sys-inverse-surface: #2f312d;--mat-sys-on-background: #1a1c18;--mat-sys-on-error: #ffffff;--mat-sys-on-error-container: #93000a;--mat-sys-on-primary: #ffffff;--mat-sys-on-primary-container: #284d1a;--mat-sys-on-primary-fixed: #0f1f08;--mat-sys-on-primary-fixed-variant: #284d1a;--mat-sys-on-secondary: #ffffff;--mat-sys-on-secondary-container: #3c4b37;--mat-sys-on-secondary-fixed: #121f0e;--mat-sys-on-secondary-fixed-variant: #3c4b37;--mat-sys-on-surface: #1a1c18;--mat-sys-on-surface-variant: #43483f;--mat-sys-on-tertiary: #ffffff;--mat-sys-on-tertiary-container: #723600;--mat-sys-on-tertiary-fixed: #311300;--mat-sys-on-tertiary-fixed-variant: #723600;--mat-sys-outline: #73796e;--mat-sys-outline-variant: #c3c8bc;--mat-sys-primary: #468432;--mat-sys-primary-container: #c8ecb0;--mat-sys-primary-fixed: #c8ecb0;--mat-sys-primary-fixed-dim: #9ad872;--mat-sys-scrim: #000000;--mat-sys-secondary: #54634d;--mat-sys-secondary-container: #d7e8cd;--mat-sys-secondary-fixed: #d7e8cd;--mat-sys-secondary-fixed-dim: #bbcbb2;--mat-sys-shadow: #000000;--mat-sys-surface: #f9faf3;--mat-sys-surface-bright: #f9faf3;--mat-sys-surface-container: #eeeee7;--mat-sys-surface-container-high: #e8e9e1;--mat-sys-surface-container-highest: #e2e3dc;--mat-sys-surface-container-low: #f3f4ed;--mat-sys-surface-container-lowest: #ffffff;--mat-sys-surface-dim: #dadbd3;--mat-sys-surface-tint: #468432;--mat-sys-surface-variant: #dfe4d7;--mat-sys-tertiary: #ffa02e;--mat-sys-tertiary-container: #fff0cc;--mat-sys-tertiary-fixed: #fff0cc;--mat-sys-tertiary-fixed-dim: #ffe0aa;--mat-sys-neutral-variant20: #2c3229;--mat-sys-neutral10: #1a1c18;--mat-sys-level0: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-sys-level1: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mat-sys-level2: 0px 3px 3px -2px rgba(0, 0, 0, .2), 0px 3px 4px 0px rgba(0, 0, 0, .14), 0px 1px 8px 0px rgba(0, 0, 0, .12);--mat-sys-level3: 0px 3px 5px -1px rgba(0, 0, 0, .2), 0px 6px 10px 0px rgba(0, 0, 0, .14), 0px 1px 18px 0px rgba(0, 0, 0, .12);--mat-sys-level4: 0px 5px 5px -3px rgba(0, 0, 0, .2), 0px 8px 10px 1px rgba(0, 0, 0, .14), 0px 3px 14px 2px rgba(0, 0, 0, .12);--mat-sys-level5: 0px 7px 8px -4px rgba(0, 0, 0, .2), 0px 12px 17px 2px rgba(0, 0, 0, .14), 0px 5px 22px 4px rgba(0, 0, 0, .12);--mat-sys-body-large: 400 1rem / 1.5rem Roboto;--mat-sys-body-large-font: Roboto;--mat-sys-body-large-line-height: 1.5rem;--mat-sys-body-large-size: 1rem;--mat-sys-body-large-tracking: .031rem;--mat-sys-body-large-weight: 400;--mat-sys-body-medium: 400 .875rem / 1.25rem Roboto;--mat-sys-body-medium-font: Roboto;--mat-sys-body-medium-line-height: 1.25rem;--mat-sys-body-medium-size: .875rem;--mat-sys-body-medium-tracking: .016rem;--mat-sys-body-medium-weight: 400;--mat-sys-body-small: 400 .75rem / 1rem Roboto;--mat-sys-body-small-font: Roboto;--mat-sys-body-small-line-height: 1rem;--mat-sys-body-small-size: .75rem;--mat-sys-body-small-tracking: .025rem;--mat-sys-body-small-weight: 400;--mat-sys-display-large: 400 3.562rem / 4rem Roboto;--mat-sys-display-large-font: Roboto;--mat-sys-display-large-line-height: 4rem;--mat-sys-display-large-size: 3.562rem;--mat-sys-display-large-tracking: -.016rem;--mat-sys-display-large-weight: 400;--mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;--mat-sys-display-medium-font: Roboto;--mat-sys-display-medium-line-height: 3.25rem;--mat-sys-display-medium-size: 2.812rem;--mat-sys-display-medium-tracking: 0;--mat-sys-display-medium-weight: 400;--mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;--mat-sys-display-small-font: Roboto;--mat-sys-display-small-line-height: 2.75rem;--mat-sys-display-small-size: 2.25rem;--mat-sys-display-small-tracking: 0;--mat-sys-display-small-weight: 400;--mat-sys-headline-large: 400 2rem / 2.5rem Roboto;--mat-sys-headline-large-font: Roboto;--mat-sys-headline-large-line-height: 2.5rem;--mat-sys-headline-large-size: 2rem;--mat-sys-headline-large-tracking: 0;--mat-sys-headline-large-weight: 400;--mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;--mat-sys-headline-medium-font: Roboto;--mat-sys-headline-medium-line-height: 2.25rem;--mat-sys-headline-medium-size: 1.75rem;--mat-sys-headline-medium-tracking: 0;--mat-sys-headline-medium-weight: 400;--mat-sys-headline-small: 400 1.5rem / 2rem Roboto;--mat-sys-headline-small-font: Roboto;--mat-sys-headline-small-line-height: 2rem;--mat-sys-headline-small-size: 1.5rem;--mat-sys-headline-small-tracking: 0;--mat-sys-headline-small-weight: 400;--mat-sys-label-large: 500 .875rem / 1.25rem Roboto;--mat-sys-label-large-font: Roboto;--mat-sys-label-large-line-height: 1.25rem;--mat-sys-label-large-size: .875rem;--mat-sys-label-large-tracking: .006rem;--mat-sys-label-large-weight: 500;--mat-sys-label-large-weight-prominent: 700;--mat-sys-label-medium: 500 .75rem / 1rem Roboto;--mat-sys-label-medium-font: Roboto;--mat-sys-label-medium-line-height: 1rem;--mat-sys-label-medium-size: .75rem;--mat-sys-label-medium-tracking: .031rem;--mat-sys-label-medium-weight: 500;--mat-sys-label-medium-weight-prominent: 700;--mat-sys-label-small: 500 .688rem / 1rem Roboto;--mat-sys-label-small-font: Roboto;--mat-sys-label-small-line-height: 1rem;--mat-sys-label-small-size: .688rem;--mat-sys-label-small-tracking: .031rem;--mat-sys-label-small-weight: 500;--mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;--mat-sys-title-large-font: Roboto;--mat-sys-title-large-line-height: 1.75rem;--mat-sys-title-large-size: 1.375rem;--mat-sys-title-large-tracking: 0;--mat-sys-title-large-weight: 400;--mat-sys-title-medium: 500 1rem / 1.5rem Roboto;--mat-sys-title-medium-font: Roboto;--mat-sys-title-medium-line-height: 1.5rem;--mat-sys-title-medium-size: 1rem;--mat-sys-title-medium-tracking: .009rem;--mat-sys-title-medium-weight: 500;--mat-sys-title-small: 500 .875rem / 1.25rem Roboto;--mat-sys-title-small-font: Roboto;--mat-sys-title-small-line-height: 1.25rem;--mat-sys-title-small-size: .875rem;--mat-sys-title-small-tracking: .006rem;--mat-sys-title-small-weight: 500;--mat-checkbox-touch-target-display: block;--mat-checkbox-state-layer-size: 36px;--mat-chip-container-height: 28px;--mat-expansion-header-collapsed-state-height: 44px;--mat-expansion-header-expanded-state-height: 60px;--mat-fab-small-touch-target-display: ;--mat-fab-touch-target-display: block;--mat-button-filled-touch-target-display: block;--mat-button-filled-container-height: 36px;--mat-button-outlined-container-height: 36px;--mat-button-outlined-touch-target-display: block;--mat-button-protected-touch-target-display: block;--mat-button-protected-container-height: 36px;--mat-button-text-touch-target-display: block;--mat-button-text-container-height: 36px;--mat-button-tonal-container-height: 36px;--mat-button-tonal-touch-target-display: block;--mat-form-field-container-height: 52px;--mat-form-field-filled-label-display: block;--mat-form-field-container-vertical-padding: 14px;--mat-form-field-filled-with-label-container-padding-top: 22px;--mat-form-field-filled-with-label-container-padding-bottom: 6px;--mat-icon-button-touch-target-display: block;--mat-icon-button-state-layer-size: 36px;--mat-list-list-item-leading-icon-start-space: 12px;--mat-list-list-item-leading-icon-end-space: 12px;--mat-list-list-item-one-line-container-height: 44px;--mat-list-list-item-two-line-container-height: 60px;--mat-list-list-item-three-line-container-height: 84px;--mat-paginator-container-size: 52px;--mat-paginator-form-field-container-height: 40px;--mat-paginator-form-field-container-vertical-padding: 8px;--mat-paginator-touch-target-display: block;--mat-radio-touch-target-display: block;--mat-radio-state-layer-size: 36px;--mat-tab-container-height: 44px;--mat-select-arrow-transform: translateY(-8px);--mat-button-toggle-height: 40px;--mat-stepper-header-height: 68px;--mat-table-header-container-height: 52px;--mat-table-footer-container-height: 48px;--mat-table-row-item-container-height: 48px;--mat-toolbar-standard-height: 60px;--mat-toolbar-mobile-height: 52px;--mat-tree-node-min-height: 44px;--mat-sys-corner-extra-large: 28px;--mat-sys-corner-extra-large-top: 28px 28px 0 0;--mat-sys-corner-extra-small: 4px;--mat-sys-corner-extra-small-top: 4px 4px 0 0;--mat-sys-corner-full: 9999px;--mat-sys-corner-large: 16px;--mat-sys-corner-large-end: 0 16px 16px 0;--mat-sys-corner-large-start: 16px 0 0 16px;--mat-sys-corner-large-top: 16px 16px 0 0;--mat-sys-corner-medium: 12px;--mat-sys-corner-none: 0;--mat-sys-corner-small: 8px;--mat-sys-dragged-state-layer-opacity: .16;--mat-sys-focus-state-layer-opacity: .12;--mat-sys-hover-state-layer-opacity: .08;--mat-sys-pressed-state-layer-opacity: .12}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:Roboto,Inter,system-ui,sans-serif;background:var(--crm-background);color:var(--crm-text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary{--mdc-protected-button-container-color: var(--crm-btn-primary);--mdc-filled-button-container-color: var(--crm-btn-primary);--mat-fab-foreground-color: var(--crm-on-primary);--mat-fab-background-color: var(--crm-btn-primary)}.mat-mdc-raised-button.mat-primary:not(:disabled):hover,.mat-mdc-unelevated-button.mat-primary:not(:disabled):hover{--mdc-protected-button-container-color: var(--crm-btn-primary-hover);--mdc-filled-button-container-color: var(--crm-btn-primary-hover)}.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent{--mdc-protected-button-container-color: var(--crm-btn-accent);--mdc-filled-button-container-color: var(--crm-btn-accent)}.mat-mdc-progress-spinner{--mdc-circular-progress-active-indicator-color: var(--crm-primary)}.mat-mdc-form-field.mat-focused{--mdc-outlined-text-field-focus-outline-color: var(--crm-primary);--mdc-outlined-text-field-focus-label-text-color: var(--crm-primary);--mat-form-field-focus-select-arrow-color: var(--crm-primary)}a:not([class]){color:var(--link-color)}a:not([class]):hover{color:var(--link-hover)}mat-card,.mat-mdc-card{border-radius:var(--crm-radius)!important;box-shadow:var(--crm-shadow-sm)!important;border:1px solid var(--crm-border);background:var(--crm-surface)!important}.mat-mdc-table{border-radius:var(--crm-radius);overflow:hidden;border:1px solid var(--crm-border)}th.mat-mdc-header-cell{font-size:11px!important;font-weight:700!important;text-transform:uppercase;letter-spacing:.06em;color:var(--crm-text-secondary)!important;background:var(--crm-background-highlight)!important}tr.mat-mdc-row:hover{background:var(--brand-50)!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--crm-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--crm-text-muted)}mat-form-field{width:100%}.mat-mdc-form-field-subscript-wrapper{margin-top:-4px!important}.mat-mdc-text-field-wrapper{background-color:var(--crm-surface)!important}.mat-mdc-form-field-focus-overlay{background-color:transparent!important}.mdc-text-field--filled:not(.mdc-text-field--disabled){background-color:var(--crm-surface)!important}.mat-mdc-dialog-container .mdc-dialog__surface{border-radius:var(--crm-radius)!important;border:1px solid var(--crm-border)}.mat-mdc-dialog-title{font-size:18px!important;font-weight:700!important;color:var(--crm-text-primary)!important;padding-bottom:0!important}.mat-mdc-card-content:last-child{padding-bottom:16px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:12px;flex-wrap:wrap}.header-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.search-field{width:260px}.filter-field{width:150px}.page-title{font-size:20px;font-weight:700;color:var(--crm-text-primary);letter-spacing:-.01em;margin:0}.page-subtitle{font-size:13px;color:var(--crm-text-secondary);margin:0}.btn-primary{background:var(--crm-gradient-primary);color:var(--crm-on-primary);border:none;border-radius:var(--crm-radius-sm);font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s}.btn-primary:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.card-surface{background:var(--crm-surface);border-radius:var(--crm-radius);border:1px solid var(--crm-border);box-shadow:var(--crm-shadow-sm)}.status-chip{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.status-chip.new,.status-chip.open{background:var(--crm-info-bg);color:var(--crm-info-text)}.status-chip.contacted{background:var(--crm-warn-bg);color:var(--crm-warn-text)}.status-chip.qualified,.status-chip.replied,.status-chip.won{background:var(--crm-success-bg);color:var(--crm-success-text)}.status-chip.converted,.status-chip.opportunity{background:var(--crm-accent-bg);color:var(--crm-accent-text)}.status-chip.lost,.status-chip.junk{background:var(--crm-error-bg);color:var(--crm-error-text)}.status-chip.negotiation{background:var(--crm-accent-bg);color:var(--crm-accent-text)}.status-chip.proposal{background:var(--crm-highlight-bg);color:var(--crm-highlight-text)}.status-chip.unqualified{background:var(--crm-background-subtle);color:var(--crm-text-secondary);border:1px solid var(--crm-border)}.priority-high{color:var(--crm-priority-high-text)}.priority-medium{color:var(--crm-accent-dark)}.priority-low{color:var(--crm-priority-low-text)}.p-high{background:var(--crm-priority-high-bg);color:var(--crm-priority-high-text)}.p-medium{background:var(--crm-priority-medium-bg);color:var(--crm-priority-medium-text)}.p-low{background:var(--crm-priority-low-bg);color:var(--crm-priority-low-text)}.w-full{width:100%}.loading-overlay{display:flex;align-items:center;justify-content:center;min-height:240px}.kanban-board{display:flex;gap:16px;overflow-x:auto;padding:4px 0 16px;min-height:calc(100vh - 220px)}.kanban-column{min-width:272px;max-width:272px;background:var(--crm-background-subtle);border:1px solid var(--crm-border);border-radius:var(--crm-radius);padding:12px}.kanban-column .column-header{font-weight:600;font-size:13px;color:var(--crm-text-primary);margin-bottom:10px;display:flex;justify-content:space-between;align-items:center}.kanban-card{background:var(--crm-surface);border-radius:var(--crm-radius-sm);padding:12px;margin-bottom:8px;box-shadow:var(--crm-shadow-sm);border:1px solid var(--crm-border);cursor:pointer;transition:box-shadow .15s,transform .1s}.kanban-card:hover{box-shadow:var(--crm-shadow-md);transform:translateY(-1px)}.breadcrumb{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--crm-text-muted);margin-bottom:20px}.bc-link,.link,.name-link,.org-link,.forgot-link,.back-link,.chart-link,.converted-link{color:var(--link-color);text-decoration:none;font-weight:500}.bc-link:hover,.link:hover,.name-link:hover,.org-link:hover,.forgot-link:hover,.back-link:hover,.chart-link:hover,.converted-link:hover{color:var(--link-hover);text-decoration:underline}.section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--crm-text-muted);margin-bottom:10px}.empty-state,.empty,.no-data,.no-activity,.no-selection{text-align:center;padding:60px 24px;color:var(--crm-text-muted)}.empty-state mat-icon{font-size:52px;width:52px;height:52px;display:block;margin:0 auto 12px;opacity:.4}.empty-state p{font-size:15px;margin:0}.avatar-sm,.user-avatar,.footer-avatar,.topbar-avatar{background:var(--crm-gradient-avatar);color:var(--crm-on-primary)}.list-row{display:flex;align-items:center;gap:12px;padding:10px;border-bottom:1px solid var(--crm-row-border);cursor:pointer}.list-row:hover{background:var(--crm-row-hover)}.col-count{background:var(--crm-chip-count-bg);color:var(--crm-chip-count-text);border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600}.deal-title{font-weight:600;font-size:14px;color:var(--crm-text-primary);margin-bottom:4px}.deal-org{font-size:12px;color:var(--crm-text-secondary);margin-bottom:8px}.deal-meta{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:var(--crm-text-muted)}.info-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--crm-text-muted)}.info-value{font-size:14px;color:var(--crm-text-primary)}.subtitle{color:var(--crm-text-secondary);margin-bottom:24px}.hint{font-size:12px;color:var(--crm-text-muted);margin-top:4px}.error-banner{display:flex;align-items:center;gap:8px;background:var(--crm-error-bg);color:var(--crm-error-text);border:1px solid var(--crm-error-border);border-radius:var(--crm-radius-sm);padding:10px 12px;font-size:13px}.delete-item{color:var(--crm-error-text)!important}.overdue{color:var(--crm-error-text)!important;font-weight:600}.add-card-btn{width:100%;color:var(--crm-text-secondary);margin-top:4px;font-size:13px}.table-row{cursor:pointer}.no-data{text-align:center;padding:48px;color:var(--crm-text-muted);font-size:14px}
