:root{--palette-neutral-0:#fff;--palette-neutral-50:#f3f3ee;--palette-neutral-500:#5a6c7d;--palette-neutral-900:#2c3e50;--palette-primary-500:#ed7d31;--palette-border-default:#e3e3e3;--palette-info-500:#3b82f6;--palette-danger-500:#fb2c36;--palette-success-500:#00c950;--palette-warning-500:#ed7d31;--color-bg:var(--palette-neutral-50);--color-surface:var(--palette-neutral-0);--color-text:var(--palette-neutral-900);--color-text-muted:var(--palette-neutral-500);--color-primary:var(--palette-primary-500);--color-border:var(--palette-border-default);--color-info:var(--palette-info-500);--color-danger:var(--palette-danger-500);--color-success:var(--palette-success-500);--color-warning:var(--palette-warning-500);--color-neutral:var(--palette-neutral-500);--font-family-sans:"Outfit", sans-serif;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.5rem;--font-size-xl:2rem;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.6;--line-height-relaxed:1.75;--line-height-loose:2;--text-page-title-size:var(--font-size-xl);--text-page-title-weight:var(--font-weight-semibold);--text-page-title-line-height:var(--line-height-tight);--text-section-title-size:var(--font-size-md);--text-section-title-weight:var(--font-weight-semibold);--text-section-title-line-height:var(--line-height-tight);--text-body-size:var(--font-size-md);--text-body-weight:var(--font-weight-regular);--text-body-line-height:var(--line-height-normal);--text-label-size:var(--font-size-sm);--text-label-weight:var(--font-weight-medium);--text-label-line-height:var(--line-height-normal);--text-caption-size:var(--font-size-xs);--text-caption-weight:var(--font-weight-regular);--text-caption-line-height:var(--line-height-normal);--text-helper-size:var(--font-size-xs);--text-helper-weight:var(--font-weight-regular);--text-helper-line-height:var(--line-height-normal);--font-size-large:var(--font-size-xl);--font-size-medium:var(--font-size-md);--font-size-normal:.938rem;--font-size-small:var(--font-size-xs);--space-0:0;--space-1:.65rem;--space-2:.875rem;--space-3:1rem;--space-4:1.25rem;--space-5:1.5rem;--space-6:2rem;--gap-xs:var(--space-1);--gap-sm:var(--space-2);--gap-md:var(--space-3);--gap-lg:var(--space-4);--gap-xl:var(--space-5);--gap-2xl:var(--space-6);--padding-none:var(--space-0);--padding-xs:var(--space-1);--padding-sm:var(--space-2);--padding-md:var(--space-3);--padding-lg:var(--space-5);--padding-xl:var(--space-6);--gap-0:var(--space-0);--radius-none:0;--radius-xs:.125rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--ecm-radius-0:var(--radius-none);--ecm-radius-xs:var(--radius-xs);--ecm-radius-sm:var(--radius-sm);--ecm-radius-md:var(--radius-md);--ecm-radius-lg:var(--radius-lg);--ecm-radius-xl:var(--radius-xl);--checkbox-size:1.5rem;--checkbox-radius:var(--radius-full);--border-width-none:0;--border-width-default:1px;--border-width-thick:2px;--border-color-default:var(--color-border);--border-color-strong:var(--palette-neutral-900);--shadow-none:none;--shadow-sm:0 1px 2px #2c3e500f;--shadow-md:0 4px 12px #2c3e5014;--shadow-lg:0 8px 24px #2c3e501f;--shadow-focus:0 0 0 3px #ed7d3140;--z-index-base:0;--z-index-dropdown:100;--z-index-sticky:200;--z-index-sidebar:250;--z-index-header:300;--z-index-overlay:400;--z-index-modal:500;--z-index-toast:600;--z-index-tooltip:700;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1366px;--breakpoint-2xl:1536px;--motion-duration-fast:.15s;--motion-duration-normal:.25s;--motion-duration-slow:.4s;--motion-ease-default:ease;--motion-ease-in-out:ease-in-out;--motion-transition-theme:background-color var(--motion-duration-normal) var(--motion-ease-default), color var(--motion-duration-normal) var(--motion-ease-default);--focus-ring-width:2px;--focus-ring-offset:2px;--focus-ring-color:var(--color-primary);--focus-ring-color-danger:var(--color-danger);--focus-ring-color-info:var(--color-info);--chart-tooltip-font-size:var(--font-size-normal);--chart-tooltip-squircle-radius:9px}[data-theme=dark]{--color-bg:var(--palette-neutral-50);--color-surface:var(--palette-neutral-0);--color-text:var(--palette-neutral-900);--color-primary:var(--palette-primary-500);--color-info:var(--palette-info-500);--color-danger:var(--palette-danger-500);--color-success:var(--palette-success-500);--color-warning:var(--palette-warning-500)}@media screen and (width<=1366px){:root{--font-size-xl:1.5rem;--font-size-md:.875rem;--font-size-normal:.75rem;--space-1:.65rem;--space-2:.65rem;--space-3:.75rem;--space-4:.875rem;--space-5:.875rem}}:root{--theme-bg:var(--color-bg);--theme-surface:var(--color-surface);--theme-surface-muted:color-mix(in srgb, var(--color-bg) 55%, var(--color-surface));--theme-surface-elevated:var(--color-surface);--theme-surface-inverse:var(--palette-neutral-900);--theme-text:var(--color-text);--theme-text-muted:var(--color-text-muted);--theme-text-soft:color-mix(in srgb, var(--color-text-muted) 72%, var(--color-surface));--theme-text-inverse:var(--palette-neutral-0);--theme-border:var(--color-border);--theme-border-strong:var(--border-color-strong);--theme-primary:var(--color-primary);--theme-primary-hover:color-mix(in srgb, var(--color-primary) 88%, var(--palette-neutral-900));--theme-primary-soft:color-mix(in srgb, var(--color-primary) 14%, var(--color-surface));--theme-success:var(--color-success);--theme-warning:var(--color-warning);--theme-danger:var(--color-danger);--theme-info:var(--color-info);--theme-radius-xs:var(--radius-xs);--theme-radius-sm:var(--radius-sm);--theme-radius-md:var(--radius-md);--theme-radius-lg:var(--radius-lg);--theme-radius-xl:var(--radius-xl);--theme-radius-full:var(--radius-full);--theme-text-secondary:var(--theme-text-soft);--theme-text-disabled:color-mix(in srgb, var(--theme-text-muted) 55%, var(--theme-surface));--theme-text-link:color-mix(in srgb, var(--theme-primary) 38%, var(--palette-neutral-900) 62%);--theme-button-primary-bg:color-mix(in srgb, var(--theme-primary) 58%, var(--palette-neutral-900) 42%);--theme-bg-accent:var(--theme-primary-soft);--theme-bg-success:var(--theme-alert-success-bg,color-mix(in srgb, var(--theme-success) 8%, var(--theme-surface)));--theme-bg-warning:var(--theme-alert-warning-bg);--theme-bg-danger:var(--theme-alert-danger-bg);--theme-bg-link:var(--theme-primary-soft);--theme-space-0:var(--space-0);--theme-space-xs:var(--space-1);--theme-space-sm:var(--space-2);--theme-space-md:var(--space-3);--theme-space-lg:var(--space-5);--theme-space-xl:var(--space-6);--theme-gap-0:var(--gap-0);--theme-shadow-sm:var(--shadow-sm);--theme-shadow-md:var(--shadow-md);--theme-shadow-lg:var(--shadow-lg);--theme-z-dropdown:var(--z-index-dropdown);--theme-z-sticky:var(--z-index-sticky);--theme-z-modal:var(--z-index-modal);--theme-focus-ring-color:var(--focus-ring-color);--theme-focus-ring-offset:var(--focus-ring-offset);--theme-focus-ring:var(--focus-ring-width) solid var(--theme-focus-ring-color);--theme-transition-fast:var(--motion-duration-fast) var(--motion-ease-default);--theme-transition-base:var(--motion-duration-normal) var(--motion-ease-default);--theme-gap-xs:var(--gap-xs);--theme-gap-sm:var(--gap-sm);--theme-gap-md:var(--gap-md);--theme-gap-lg:var(--gap-lg);--theme-gap-xl:var(--gap-xl);--theme-gap-2xl:var(--gap-2xl);--theme-content-max-width:32rem;--theme-filter-search-basis:12rem;--theme-font-size-compact:.8125rem;--theme-font-size-body-tight:.9375rem;--theme-font-size-ui-sm:.6875rem;--theme-font-size-ui-xs:.625rem;--theme-font-size-ui-lg:1.0625rem;--theme-font-size-heading-sm:1.125rem;--theme-space-3xs:.125rem;--theme-space-2xs:.25rem;--theme-space-micro:.1rem;--theme-space-micro-wide:.12rem;--theme-space-xs-tight:.15rem;--theme-space-xs-loose:.2rem;--theme-space-sm-tight:.35rem;--theme-space-sm-mid:.45rem;--theme-space-sm-wide:.55rem;--theme-space-md-half:.5rem;--theme-size-icon-xs:.625rem;--theme-size-icon-sm:.8rem;--theme-size-icon-md:1rem;--theme-size-icon-lg:1.125rem;--theme-size-icon-xl:1.5rem;--theme-size-icon-2xl:2.25rem;--theme-size-icon-3xl:3rem;--theme-size-icon-4xl:3.5rem;--theme-sr-only-size:1px;--theme-sr-only-negative-margin:-1px;--theme-border-width-dashed:1.5px;--theme-layout-min-height-compact:280px;--theme-layout-max-width-copy:42rem;--theme-layout-max-width-content:48rem;--theme-layout-max-height-panel-sm:14rem;--theme-layout-max-height-panel-md:16rem;--theme-layout-max-height-panel-lg:28rem;--theme-layout-min-height-row:4.5rem;--theme-layout-min-width-label:8.5rem;--theme-layout-width-fixed-md:12rem;--theme-layout-grid-min-col:18rem;--theme-layout-offset-indicator:.275rem;--theme-breakpoint-content-md:60rem;--theme-shadow-elevate-y:1px;--theme-shadow-elevate-blur:2px;--theme-shadow-elevate:0 var(--theme-shadow-elevate-y) var(--theme-shadow-elevate-blur) color-mix(in srgb, var(--theme-text) 4%, transparent);--theme-alert-danger-bg:color-mix(in srgb, var(--theme-danger) 8%, var(--theme-surface));--theme-alert-danger-border:color-mix(in srgb, var(--theme-danger) 25%, transparent);--theme-alert-warning-bg:color-mix(in srgb, var(--theme-warning) 10%, var(--theme-surface));--theme-alert-warning-border:color-mix(in srgb, var(--theme-warning) 35%, transparent);--theme-alert-success-bg:color-mix(in srgb, var(--theme-success) 8%, var(--theme-surface));--theme-alert-success-border:color-mix(in srgb, var(--theme-success) 25%, transparent);--theme-alert-info-bg:color-mix(in srgb, var(--theme-info) 8%, var(--theme-surface));--theme-alert-info-border:color-mix(in srgb, var(--theme-info) 35%, transparent);--theme-spinner-size:1.25rem;--theme-spinner-border-width:var(--border-width-thick);--theme-spinner-track:color-mix(in srgb, var(--theme-primary) 20%, transparent);--theme-spinner-fill:var(--theme-primary);--theme-text-label-size:var(--text-label-size);--theme-text-label-weight:var(--text-label-weight);--theme-text-label-line-height:var(--text-label-line-height);--theme-text-helper-size:var(--text-helper-size);--theme-text-helper-line-height:var(--text-helper-line-height);--theme-button-height-sm:3rem;--theme-button-height-md:3rem;--theme-button-height-lg:3.5rem;--theme-button-height-md-compact:2.5rem;--theme-button-font-md:var(--font-size-normal);--theme-button-font-lg:var(--font-size-medium);--theme-button-padding-y:var(--space-2);--theme-button-padding-x-md:var(--space-3);--theme-button-padding-x-lg:var(--space-5);--theme-button-icon-min-width:3rem;--theme-button-disabled-opacity:.6;--theme-button-hover-opacity:.9;--theme-badge-padding-y:.25rem;--theme-badge-padding-x:.6rem;--theme-badge-padding-y-sm:.125rem;--theme-badge-padding-x-sm:.45rem;--theme-badge-font-size:var(--font-size-xs);--theme-badge-font-size-sm:.6875rem;--theme-badge-dot-size:.375rem;--theme-badge-letter-spacing:.02em;--theme-badge-neutral-bg:color-mix(in srgb, var(--theme-text) 8%, var(--theme-bg));--theme-badge-primary-bg:color-mix(in srgb, var(--theme-primary) 55%, #1a120c);--theme-badge-success-bg:color-mix(in srgb, var(--theme-success) 42%, #0a2f18);--theme-badge-warning-bg:color-mix(in srgb, var(--theme-warning) 55%, #1a120c);--theme-control-height:3rem;--theme-control-height-compact:2.5rem;--theme-control-padding-x:var(--space-3);--theme-control-font-size:var(--font-size-medium);--theme-control-bg:var(--theme-surface);--theme-control-bg-muted:var(--theme-bg);--theme-control-text:var(--theme-text);--theme-control-disabled-opacity:.6;--theme-control-padding-right-dropdown:2.5rem;--theme-control-padding-left-icon:2.75rem;--theme-control-padding-left-icon-compact:2rem;--theme-control-icon-inset:1rem;--theme-control-icon-inset-compact:.65rem;--theme-select-dropdown-offset:.25rem;--theme-select-dropdown-max-height:15rem;--theme-select-portal-z:1100;--theme-select-dropdown-z-backdrop:999;--theme-select-dropdown-z-menu:1000;--theme-select-trigger-z-open:1001;--theme-select-option-padding-y:.75rem;--theme-select-option-padding-x:1rem;--theme-select-dropdown-bg:var(--theme-primary);--theme-select-dropdown-text:var(--theme-text-inverse);--theme-select-option-active-bg:color-mix(in srgb, var(--palette-neutral-900) 15%, var(--theme-primary));--theme-dropdown-min-width-end:140px;--theme-dropdown-min-width-header:200px;--theme-dropdown-min-width-actions:160px;--theme-checkbox-size:var(--checkbox-size);--theme-checkbox-radius:var(--checkbox-radius);--theme-checkbox-border-width:var(--border-width-thick);--theme-checkbox-mark-width:.375rem;--theme-checkbox-mark-height:.625rem;--theme-checkbox-mark-offset-y:-.0625rem;--theme-checkbox-indeterminate-width:.625rem;--theme-checkbox-indeterminate-height:var(--border-width-thick);--theme-toggle-track-width:2.75rem;--theme-toggle-track-height:1.5rem;--theme-toggle-track-radius:var(--theme-radius-full);--theme-toggle-thumb-size:1.25rem;--theme-toggle-thumb-offset:2px;--theme-toggle-thumb-travel:1.25rem;--theme-toggle-track-bg:var(--theme-border);--theme-toggle-track-bg-checked:var(--theme-primary);--theme-toggle-thumb-bg:var(--theme-surface);--theme-toggle-thumb-shadow:var(--theme-shadow-sm);--theme-card-width:380px;--theme-card-height:126px;--theme-card-grid-min-width:16rem;--theme-card-min-height-compact:6rem;--theme-card-padding:var(--padding-lg);--theme-card-padding-compact:var(--padding-md);--theme-card-accent:var(--theme-text);--theme-kpi-icon-bg-neutral:#f3f3ee;--theme-kpi-icon-bg-info:#eff6ff;--theme-kpi-icon-bg-info-alt:#dbeafe;--theme-kpi-icon-bg-success:#f0fdf4;--theme-kpi-icon-bg-success-alt:#d1fae5;--theme-kpi-icon-bg-warning:#fff7ed;--theme-kpi-icon-bg-warning-alt:#fef3c7;--theme-kpi-icon-bg-danger:#fee2e2;--theme-kpi-icon-bg-primary:#fff5e6;--theme-activity-type-payment:#00c950;--theme-activity-type-invoice:#ed7d31;--theme-activity-type-project:#2c3e50;--theme-activity-type-task:#3b82f6;--theme-activity-type-status:#8b5cf6;--theme-activity-type-assignment:#10b981;--theme-activity-type-user:#ec4899;--theme-activity-type-system:#6b7280;--theme-activity-type-comment:#6366f1;--theme-activity-type-approval:#f59e0b;--theme-activity-type-fallback:#6b7280;--theme-activity-status-neutral:#6b7280;--theme-activity-status-info:#3b82f6;--theme-activity-status-info-reopened:#3b72f6;--theme-activity-status-review:#8b5cf6;--theme-activity-status-warning:#f59e0b;--theme-activity-status-success:#00c950;--theme-activity-status-danger:#fb2c36;--theme-activity-status-assigned:#6366f1;--theme-modal-overlay-bg:color-mix(in srgb, var(--palette-neutral-900) 45%, transparent);--theme-modal-backdrop-blur:8px;--theme-modal-viewport-offset:var(--space-6);--theme-modal-viewport-offset-compact:2rem;--theme-modal-overlay-padding-y:var(--padding-lg);--theme-modal-overlay-padding-x:var(--space-3);--theme-modal-overlay-padding-y-compact:1rem;--theme-modal-max-width-sm:420px;--theme-modal-max-width-md:480px;--theme-modal-max-width-lg:560px;--theme-modal-max-width-xl:720px;--theme-modal-container-padding:var(--space-3);--theme-modal-container-gap:var(--space-3);--theme-modal-body-gap:var(--space-2);--theme-modal-body-padding-end:.125rem;--theme-modal-footer-gap:var(--space-3);--theme-modal-footer-padding-top:var(--space-2);--theme-modal-error-bg:color-mix(in srgb, var(--theme-danger) 12%, transparent);--theme-modal-error-padding:var(--space-2);--theme-tab-height:3rem;--theme-tab-height-compact:2.5rem;--theme-tab-padding-y:var(--space-2);--theme-tab-padding-x:var(--space-3);--theme-tab-padding-x-compact:var(--space-2);--theme-tab-gap:var(--space-2);--theme-tab-container-gap:var(--space-3);--theme-tab-active-bg:var(--theme-text);--theme-tab-active-text:var(--theme-text-inverse);--theme-tab-hover-bg:var(--theme-bg);--theme-tab-badge-size:1.25rem;--theme-tab-badge-active-bg:color-mix(in srgb, var(--theme-text-inverse) 30%, transparent);--theme-tabs-vertical-min-width:200px;--theme-tabs-vertical-padding-end:var(--space-3);--theme-pagination-gap:var(--space-2);--theme-pagination-gap-compact:var(--gap-sm);--theme-pagination-text:var(--theme-text-soft);--theme-pagination-text-hover:var(--theme-text-muted);--theme-pagination-text-active:var(--theme-text);--theme-pagination-ellipsis-padding-x:.25rem;--theme-avatar-size:3rem;--theme-avatar-size-compact:2.5rem;--theme-avatar-font-size:var(--font-size-md);--theme-avatar-initials-bg:color-mix(in srgb, var(--theme-primary) 62%, #1a120c);--theme-avatar-initials-text:var(--theme-text-inverse);--theme-avatar-status-size:.75rem;--theme-avatar-status-border:var(--border-width-thick);--theme-avatar-status-offset-y:-2px;--theme-avatar-status-offset-x:-4px;--theme-avatar-badge-offset:25%;--theme-avatar-hover-opacity:.9;--theme-avatar-active-opacity:.8;--theme-profile-header-name-size:var(--theme-box-maintitle-size);--theme-profile-header-title-gap:.125rem;--theme-profile-header-meta-min-col:10rem;--theme-profile-header-contact-min-width:16rem;--theme-profile-header-avatar-edit-size:1.75rem;--theme-profile-header-avatar-edit-offset:var(--space-1);--theme-profile-header-avatar-edit-translate:20%;--theme-profile-header-avatar-edit-border-width:var(--border-width-thick);--theme-profile-header-avatar-edit-shadow:0 1px 4px color-mix(in srgb, var(--theme-text) 18%, transparent);--theme-profile-header-avatar-error-max-width:11rem;--theme-profile-header-meta-icon-offset:.125rem;--theme-profile-header-avatar-initials-size:var(--font-size-large);--theme-profile-form-save-min-width:8.75rem;--theme-profile-form-gender-min-height:2.75rem;--theme-profile-form-chip-input-min-width:12rem;--theme-profile-form-social-input-indent:2.75rem;--theme-profile-form-identity-helper-opacity:.68;--theme-profile-form-identity-input-mix:68%;--theme-profile-security-recovery-min-col:9rem;--theme-profile-security-warning-bg:color-mix(in srgb, var(--theme-warning) 18%, transparent);--theme-profile-security-danger-helper-opacity:.75;--theme-profile-security-description-opacity:.85;--theme-profile-invitation-filter-min-width:10rem;--theme-profile-invitation-filter-max-width:14rem;--theme-wc-page-gap:var(--space-3);--theme-wc-placeholder-min-height:17.5rem;--theme-wc-placeholder-purpose-max-width:36rem;--theme-wc-modal-max-width:28rem;--theme-wc-modal-z-index:var(--theme-z-modal);--theme-wc-modal-overlay-bg:color-mix(in srgb, var(--theme-text) 45%, transparent);--theme-wc-asset-preview-width:4rem;--theme-wc-asset-preview-height:3rem;--theme-wc-asset-preview-radius:var(--theme-radius-sm);--theme-wc-media-grid-min-col:9.5rem;--theme-wc-media-grid-min-col-md:11rem;--theme-wc-category-filter-min-width:12rem;--theme-wc-checkbox-row-height:3rem;--theme-wc-checkbox-row-height-narrow:2.5rem;--theme-wc-form-error-bg:color-mix(in srgb, var(--theme-danger) 12%, transparent);--theme-wc-dashboard-section-gap:var(--space-4);--theme-wc-timeline-marker-size:2.75rem;--theme-wc-timeline-marker-size-sm:2.25rem;--theme-wc-timeline-marker-icon-size:1.25rem;--theme-wc-timeline-marker-icon-size-sm:1.125rem;--theme-wc-timeline-grid-marker-col:2.75rem;--theme-wc-timeline-grid-marker-col-sm:2.25rem;--theme-wc-timeline-connector-width:2px;--theme-wc-timeline-card-padding-y:var(--theme-gap-md);--theme-wc-timeline-card-padding-x:var(--space-3);--theme-wc-timeline-card-padding-y-sm:var(--theme-gap-sm);--theme-wc-timeline-card-padding-x-sm:var(--theme-gap-md);--theme-wc-enquiry-title-size:var(--font-size-medium);--theme-wc-enquiry-contact-size:var(--font-size-small);--theme-wc-enquiry-meta-size:var(--font-size-xs);--theme-wc-comment-reply-min-height:4.5rem;--theme-wc-status-badge-font-size:.8rem;--theme-wc-status-badge-font-weight:var(--font-weight-medium,500);--theme-wc-status-badge-padding-y:.1rem;--theme-wc-status-badge-padding-x:.75rem;--theme-wc-status-badge-radius:var(--theme-radius-full,1rem);--theme-wc-status-badge-line-height:1.4;--theme-wc-status-badge-published-bg:color-mix(in srgb, var(--theme-primary) 10%, transparent);--theme-wc-status-badge-published-text:color-mix(in srgb, var(--theme-primary) 40%, var(--theme-text));--theme-wc-status-badge-draft-bg:color-mix(in srgb, var(--theme-text) 10%, transparent);--theme-wc-status-badge-draft-text:var(--theme-text);--theme-wc-status-badge-neutral-bg:color-mix(in srgb, var(--theme-text) 8%, transparent);--theme-wc-status-badge-neutral-text:var(--theme-text);--theme-wc-status-badge-neutral-opacity:.85;--theme-wc-status-badge-warning-bg:color-mix(in srgb, var(--theme-warning) 12%, transparent);--theme-wc-status-badge-warning-text:color-mix(in srgb, var(--theme-warning) 40%, var(--theme-text));--theme-wc-status-badge-danger-bg:color-mix(in srgb, var(--theme-danger) 12%, transparent);--theme-wc-status-badge-danger-text:color-mix(in srgb, var(--theme-danger) 40%, var(--theme-text));--theme-wc-category-card-title-size:var(--font-size-medium);--theme-wc-category-card-slug-opacity:.7;--theme-wc-category-card-actions-padding:var(--space-2);--theme-wc-category-card-actions-bg:var(--theme-bg);--theme-wc-category-card-stats-gap:var(--space-2);--theme-wc-category-card-stats-columns:3;--theme-wc-category-card-stat-label-opacity:.85;--theme-wc-category-card-menu-open-z:10;--theme-wc-category-card-stat-bg-info:color-mix(in srgb, var(--theme-info) 12%, var(--theme-surface));--theme-wc-category-card-stat-bg-primary:color-mix(in srgb, var(--theme-warning) 12%, var(--theme-surface));--theme-wc-category-card-stat-bg-success:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-wc-media-tile-bg:var(--theme-surface);--theme-wc-media-tile-select-offset:.35rem;--theme-wc-media-tile-select-z:2;--theme-wc-media-tile-select-transition:opacity .15s ease;--theme-wc-media-tile-overlay-bg:color-mix(in srgb, var(--theme-text) 50%, transparent);--theme-wc-media-tile-overlay-gap:.35rem;--theme-wc-media-tile-overlay-padding:var(--theme-gap-sm);--theme-wc-media-tile-overlay-transition:opacity .15s ease;--theme-wc-folder-item-content-gap:.35rem;--theme-wc-folder-item-content-padding:.75rem;--theme-wc-folder-item-content-hover-bg:color-mix(in srgb, var(--theme-primary) 6%, var(--theme-surface));--theme-wc-folder-item-icon-color:var(--theme-primary);--theme-wc-folder-item-count-opacity:.5;--theme-wc-media-item-preview-bg:var(--theme-bg);--theme-wc-media-item-placeholder-gap:.35rem;--theme-wc-media-item-placeholder-opacity:.55;--theme-wc-media-item-type-label-spacing:.04em;--theme-wc-media-item-meta-gap:.15rem;--theme-wc-media-item-meta-padding-y:var(--theme-gap-sm);--theme-wc-media-item-meta-padding-x:.625rem;--theme-wc-media-item-folder-opacity:.5;--theme-rbac-matrix-sticky-min-width:11rem;--theme-rbac-matrix-row-min-height:3.25rem;--theme-rbac-matrix-cell-touch:2.75rem;--theme-rbac-panel-title-size:var(--font-size-medium);--theme-rbac-matrix-group-count-opacity:.8;--theme-rbac-role-card-meta-opacity:.85;--theme-rbac-dirty-indicator-color:var(--theme-primary);--theme-rbac-domain-section-border:var(--theme-border);--theme-project-internal-detail-gap:var(--theme-gap-xs);--theme-project-internal-placeholder-opacity:.7;--theme-project-internal-meta-opacity:.75;--theme-project-internal-body-opacity:.9;--theme-project-internal-time-opacity:.7;--theme-project-internal-item-border:color-mix(in srgb, var(--theme-border) 100%, transparent);--theme-project-internal-textarea-min-height:6rem;--theme-project-internal-feedback-toolbar-max-width:13.75rem;--theme-project-internal-tab-inactive-opacity:.7;--theme-files-modal-width:30rem;--theme-files-modal-width-wide:40rem;--theme-files-modal-close-size:3rem;--theme-files-modal-list-max-height:12.5rem;--theme-files-modal-checklist-max-height:15rem;--theme-files-modal-overlay-bg:color-mix(in srgb, var(--theme-text) 45%, transparent);--theme-files-modal-error-bg:var(--theme-bg);--theme-files-modal-status-opacity:.8;--theme-files-modal-meta-opacity:.7;--theme-files-modal-remove-opacity:.7;--theme-files-modal-table-border:var(--theme-bg);--theme-files-company-selector-width:12.5rem;--theme-files-empty-min-height:12.5rem;--theme-files-state-opacity:.7;--theme-files-view-button-inactive-opacity:.7;--theme-files-view-button-active-bg:var(--theme-warning);--theme-files-view-button-icon-size:1.25rem;--theme-files-breadcrumb-gap:var(--theme-gap-sm);--theme-files-breadcrumb-hover-opacity:.7;--theme-files-breadcrumb-separator-opacity:.5;--theme-files-card-min-height:7.5rem;--theme-files-folder-card-min-height:8.75rem;--theme-files-item-info-gap:var(--theme-gap-xs);--theme-files-item-title-gap:var(--theme-gap-sm);--theme-files-item-meta-opacity:.7;--theme-files-unread-badge-min-width:1.25rem;--theme-files-unread-badge-height:1.25rem;--theme-files-unread-badge-padding-x:.35rem;--theme-files-item-menu-trigger-size:2rem;--theme-files-detail-sidebar-min:17.5rem;--theme-files-detail-sidebar-max:22.5rem;--theme-files-detail-state-opacity:.8;--theme-files-preview-frame-min-height:13.75rem;--theme-files-preview-image-max-height:22.5rem;--theme-files-preview-iframe-min-height:22.5rem;--theme-files-preview-placeholder-min-height:11.25rem;--theme-files-preview-placeholder-gap:var(--theme-gap-sm);--theme-files-preview-border:var(--theme-bg);--theme-files-metadata-label-min:7.5rem;--theme-files-metadata-note-opacity:.65;--theme-files-panel-message-opacity:.75;--theme-files-activity-time-opacity:.65;--theme-files-activity-meta-opacity:.7;--theme-files-recipients-table-border:var(--theme-bg);--theme-files-comment-reply-indent:var(--space-3);--theme-files-comment-meta-gap:var(--theme-gap-xs);--theme-files-comment-date-opacity:.6;--theme-files-comment-edit-min-height:4rem;--theme-files-comment-link-disabled-opacity:.5;--theme-user-status-modal-footer-border:var(--theme-border);--theme-user-status-modal-warning-opacity:.75;--theme-user-status-modal-summary-label-opacity:.75;--theme-user-status-modal-linked-list-indent:1.25rem;--theme-user-status-modal-linked-bg:color-mix(in srgb, var(--theme-warning) 10%, transparent);--theme-user-status-modal-linked-border:color-mix(in srgb, var(--theme-warning) 25%, transparent);--theme-user-status-modal-force-section-border:color-mix(in srgb, var(--theme-danger) 25%, var(--theme-border));--theme-message-avatar-fallback-bg:var(--palette-neutral-900);--theme-message-bubble-avatar-size:3rem;--theme-message-bubble-content-gap:var(--theme-gap-xs);--theme-message-bubble-header-gap:var(--theme-gap-sm);--theme-message-bubble-timestamp-opacity:.6;--theme-message-bubble-mention-own-bg:color-mix(in srgb, var(--theme-text-inverse) 25%, transparent);--theme-message-bubble-mention-other-bg:color-mix(in srgb, var(--theme-text) 15%, transparent);--theme-message-bubble-mention-padding-x:.2em;--theme-message-bubble-mention-radius:.2em;--theme-message-bubble-attachment-gap:var(--theme-gap-sm);--theme-message-bubble-attachment-padding-y:.2rem;--theme-message-bubble-attachment-padding-x:1rem;--theme-message-bubble-attachment-radius:1rem;--theme-message-bubble-attachment-icon-size:1rem;--theme-message-bubble-status-opacity:.6;--theme-message-bubble-actions-gap:var(--theme-gap-xs);--theme-message-bubble-action-size:1.75rem;--theme-message-bubble-edited-opacity:.7;--theme-message-bubble-deleted-opacity:.6;--theme-message-bubble-edit-min-height:4rem;--theme-message-bubble-edit-btn-padding-y:.35rem;--theme-message-bubble-edit-btn-padding-x:.75rem;--theme-message-reply-border-width:3px;--theme-message-reply-compact-padding-y:.35rem;--theme-message-reply-compact-padding-x:var(--space-2);--theme-message-reply-content-gap:.15rem;--theme-message-reply-text-opacity:.85;--theme-message-reply-clear-size:1.75rem;--theme-message-reply-clear-icon-size:1rem;--theme-message-realtime-toast-z-index:1200;--theme-message-realtime-toast-offset:1.5rem;--theme-message-realtime-toast-max-width:22.5rem;--theme-message-realtime-toast-viewport-inset:2rem;--theme-message-realtime-toast-card-gap:var(--theme-gap-xs);--theme-message-realtime-toast-card-padding-y:.75rem;--theme-message-realtime-toast-card-padding-x:1rem;--theme-message-realtime-toast-message-opacity:.85;--theme-message-realtime-toast-dismiss-size:2rem;--theme-message-realtime-toast-dismiss-font-size:1.25rem;--theme-notification-realtime-toast-z-index:10000;--theme-notification-realtime-toast-offset:1.25rem;--theme-notification-realtime-toast-max-width:22rem;--theme-notification-realtime-toast-viewport-inset:2.5rem;--theme-notification-realtime-toast-padding-y:.875rem;--theme-notification-realtime-toast-padding-x:1rem;--theme-notification-realtime-toast-border-color:var(--theme-border);--theme-notification-realtime-toast-radius:var(--theme-radius-md);--theme-notification-realtime-toast-shadow:var(--theme-shadow-lg);--theme-notification-realtime-toast-main-gap:.375rem;--theme-notification-realtime-toast-header-gap:.75rem;--theme-notification-realtime-toast-body-gap:.5rem;--theme-notification-realtime-toast-title-size:var(--font-size-medium);--theme-notification-realtime-toast-message-size:var(--font-size-normal);--theme-notification-realtime-toast-message-color:var(--theme-text-muted);--theme-notification-realtime-toast-time-size:var(--font-size-small);--theme-notification-realtime-toast-time-color:var(--theme-text-muted);--theme-notification-realtime-toast-dismiss-size:1.125rem;--theme-notification-realtime-toast-dismiss-color:var(--theme-text-muted);--theme-notification-realtime-toast-focus-outline-width:2px;--theme-notification-realtime-toast-focus-outline-offset:2px;--theme-notification-realtime-toast-focus-outline-color:var(--theme-primary);--theme-participant-drawer-z-backdrop:1100;--theme-participant-drawer-z-panel:1101;--theme-participant-drawer-width:min(20rem, 90vw);--theme-participant-drawer-panel-shadow:var(--theme-shadow-lg);--theme-participant-drawer-header-border-width:var(--border-width-default);--theme-participant-drawer-close-size:2rem;--theme-participant-drawer-body-gap:var(--space-2);--theme-participant-drawer-item-gap:var(--space-2);--theme-participant-drawer-state-opacity:.7;--theme-participant-drawer-meta-opacity:.7;--theme-project-modal-subtitle-opacity:.7;--theme-project-modal-callout-padding-y:.75rem;--theme-project-modal-callout-padding-x:var(--space-3);--theme-project-modal-callout-line-height:var(--line-height-normal);--theme-project-modal-form-group-gap:var(--theme-gap-xs);--theme-project-modal-form-row-gap:var(--space-3);--theme-project-modal-state-row-gap:.75rem;--theme-project-modal-state-row-padding-y:.75rem;--theme-project-modal-state-row-padding-x:var(--space-3);--theme-project-modal-error-row-gap:.75rem;--theme-error-boundary-page-padding:var(--space-3);--theme-error-boundary-shell-gap:.75rem;--theme-error-boundary-shell-padding:var(--space-6);--theme-error-boundary-shell-border-width:var(--border-width-default);--theme-error-boundary-title-font-size:1.25rem;--theme-error-boundary-modal-title-font-size:1.125rem;--theme-error-boundary-modal-width:min(var(--theme-modal-max-width-md), calc(100vw - var(--space-6)));--theme-error-boundary-modal-padding:1.25rem;--theme-error-boundary-modal-gap:.75rem;--theme-error-boundary-actions-gap:var(--theme-gap-sm);--theme-error-boundary-overlay-z:110;--theme-error-boundary-modal-z:120;--theme-error-boundary-mono-font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--theme-error-report-overlay-z:90;--theme-error-report-drawer-z:100;--theme-error-report-drawer-width:min(var(--theme-modal-max-width-md), 100vw);--theme-error-report-drawer-padding:1.25rem;--theme-error-report-drawer-gap:var(--space-3);--theme-error-report-header-gap:.75rem;--theme-error-report-title-font-size:1.125rem;--theme-error-report-meta-gap:.65rem;--theme-error-report-meta-item-gap:.15rem;--theme-error-report-section-gap:.35rem;--theme-error-report-section-title-font-size:.95rem;--theme-error-report-code-padding:.75rem;--theme-error-report-code-font-size:.8rem;--theme-error-report-actions-gap:var(--theme-gap-sm);--theme-shell-header-height:5rem;--theme-mobile-header-height:5rem;--theme-mobile-header-padding-x:var(--theme-space-md);--theme-mobile-header-padding-y:var(--theme-space-sm);--theme-mobile-header-gap:var(--theme-gap-sm);--theme-mobile-header-action-size:2.5rem;--theme-mobile-header-logo-height:1.75rem;--theme-mobile-header-logo-max-width:7rem;--theme-mobile-header-z:var(--z-index-header);--theme-mobile-header-border:var(--border-width-default) solid var(--theme-border);--theme-mobile-content-padding:var(--theme-space-md);--theme-mobile-content-padding-top:var(--theme-space-md);--theme-mobile-drawer-width:min(82vw, 20rem);--theme-mobile-drawer-duration:.2s;--theme-mobile-drawer-z:var(--z-index-modal);--theme-mobile-drawer-overlay-z:var(--z-index-overlay);--theme-mobile-drawer-shadow:var(--theme-shadow-lg);--theme-sidebar-menu-gap:.25rem;--theme-sidebar-link-padding-y:.75rem;--theme-sidebar-link-padding-x:1rem;--theme-sidebar-link-gap:.75rem;--theme-sidebar-link-active-bg:color-mix(in srgb, var(--theme-primary) 8%, var(--theme-surface));--theme-sidebar-link-active-fg:color-mix(in srgb, var(--theme-primary) 52%, #1a120c);--theme-sidebar-submenu-padding:.75rem;--theme-sidebar-submenu-link-padding-start:1rem;--theme-sidebar-chevron-size:1rem;--theme-sidebar-badge-size:1rem;--theme-sidebar-link-height-compact:2.5rem;--theme-sidebar-link-padding-x-compact:.75rem;--theme-table-cell-padding-y:var(--space-2);--theme-table-cell-padding-x:var(--space-3);--theme-table-header-font-size:var(--font-size-medium);--theme-table-row-border:var(--theme-border);--theme-table-action-icon-size:2rem;--theme-table-action-gap:var(--gap-xs);--theme-table-action-btn-font-size:var(--font-size-xs);--theme-table-action-btn-padding-y:var(--gap-xs);--theme-table-action-btn-padding-x:var(--gap-sm);--theme-table-footer-gap:var(--space-3);--theme-table-page-size-select-min-width:4.5rem;--theme-data-list-gap:var(--space-2);--theme-data-list-item-padding:var(--space-2);--theme-data-list-secondary-opacity:.7;--theme-virtualized-empty-padding-y:var(--gap-xl);--theme-virtualized-empty-padding-x:var(--space-3);--theme-radio-size:1.125rem;--theme-radio-option-gap:var(--theme-gap-sm);--theme-radio-options-gap:var(--space-3);--theme-radio-disabled-opacity:.65;--theme-table-page-filter-min-width:12rem;--theme-table-page-actions-input-min-width:150px;--theme-box-padding:var(--space-3);--theme-box-gap:var(--space-3);--theme-box-header-gap:var(--gap-md);--theme-box-title-stack-gap:var(--gap-xs);--theme-box-side-gap:var(--gap-sm);--theme-box-icon-size:20px;--theme-box-icon-mask-size:1.25rem;--theme-box-maintitle-size:1.125rem;--theme-box-right-text-gap:var(--gap-sm);--theme-color-box-padding:var(--space-3);--theme-color-box-gap:var(--gap-xs);--theme-color-box-font-size:var(--font-size-medium);--theme-invoice-detail-payment-actions-gap:var(--space-2);--theme-invoice-activity-item-grid-icon-col:2rem;--theme-invoice-activity-item-gap:var(--gap-sm);--theme-invoice-activity-icon-size:1.75rem;--theme-invoice-activity-icon-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-invoice-activity-icon-color:var(--theme-success);--theme-invoice-activity-icon-font-size:var(--font-size-normal);--theme-invoice-activity-connector-width:2px;--theme-invoice-activity-connector-min-height:1rem;--theme-invoice-activity-connector-color:color-mix(in srgb, var(--theme-border) 80%, transparent);--theme-invoice-activity-marker-gap:var(--gap-xs);--theme-invoice-activity-content-padding-bottom:var(--space-4);--theme-invoice-activity-content-gap:var(--gap-xs);--theme-invoice-activity-title-size:.9375rem;--theme-invoice-activity-title-weight:600;--theme-invoice-activity-description-size:var(--font-size-normal);--theme-invoice-activity-description-opacity:.85;--theme-invoice-activity-time-size:.8125rem;--theme-invoice-activity-time-opacity:.7;--theme-invoice-activity-skeleton-list-gap:var(--space-3);--theme-invoice-activity-skeleton-item-gap:var(--gap-sm);--theme-invoice-activity-skeleton-content-gap:var(--gap-xs);--theme-invoice-activity-skeleton-line-height:.75rem;--theme-invoice-activity-skeleton-line-short-width:55%;--theme-invoice-activity-skeleton-base:color-mix(in srgb, var(--theme-text) 6%, transparent);--theme-invoice-activity-skeleton-highlight:color-mix(in srgb, var(--theme-text) 10%, transparent);--theme-invoice-activity-skeleton-shimmer-duration:1.2s;--theme-count-widget-gap:var(--space-0);--theme-count-trend-gap:var(--theme-gap-md);--theme-count-trend-badge-gap:var(--gap-xs);--theme-count-trend-up-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-count-trend-up-fg:color-mix(in srgb, var(--theme-success) 38%, #0a2f18);--theme-count-trend-down-bg:color-mix(in srgb, var(--theme-danger) 12%, var(--theme-surface));--theme-count-trend-down-fg:color-mix(in srgb, var(--theme-danger) 38%, #2f0a0a);--theme-conversation-item-gap:var(--space-2);--theme-conversation-item-padding:var(--space-2);--theme-conversation-item-hover-bg:var(--theme-bg);--theme-conversation-header-gap:var(--theme-gap-sm);--theme-conversation-meta-gap:var(--theme-gap-sm);--theme-conversation-content-gap:var(--space-0);--theme-conversation-title-font-size:var(--font-size-medium);--theme-conversation-preview-font-size:var(--font-size-medium);--theme-conversation-preview-opacity:.7;--theme-conversation-timestamp-font-size:var(--font-size-normal);--theme-conversation-timestamp-opacity:.6;--theme-conversation-unread-dot-size:.75rem;--theme-conversation-unread-count-min-width:1.25rem;--theme-conversation-unread-count-height:1.25rem;--theme-conversation-unread-count-padding-x:.35rem;--theme-conversation-unread-count-font-size:var(--font-size-normal);--theme-conversation-badge-icon-padding:.45rem;--theme-conversation-typing-font-size:var(--font-size-small);--theme-conversation-typing-padding-x:.25rem;--theme-comments-list-max-height:50vh;--theme-comments-list-padding-end:.25rem;--theme-comments-composer-border:var(--theme-bg);--theme-comments-empty-opacity:.75;--theme-comments-composer-min-height:4.5rem;--theme-billing-overview-grid-min-column:12rem;--theme-billing-history-empty-opacity:.7;--theme-billing-history-page-info-opacity:.85;--theme-company-billing-list-gap:var(--space-3);--theme-company-billing-row-gap:var(--space-3);--theme-company-billing-row-padding-bottom:var(--space-3);--theme-company-billing-row-border-color:var(--theme-bg);--theme-company-billing-invoice-weight:600;--theme-company-billing-meta-font-size:var(--font-size-small);--theme-company-billing-meta-opacity:.75;--theme-invoice-link-color:var(--theme-primary);--theme-messages-box-tablist-padding-y:var(--space-3);--theme-messages-list-state-min-height:120px;--theme-messages-view-header-border-width:2px;--theme-messages-view-back-size:2rem;--theme-messages-view-back-font-size:1.25rem;--theme-messages-view-participants-gap:.375rem;--theme-messages-view-participants-icon-size:.875rem;--theme-messages-view-menu-padding:.5rem;--theme-messages-view-menu-icon-size:1.25rem;--theme-messages-layout-header-z:100;--theme-messages-new-chat-size:3rem;--theme-messages-new-chat-icon-size:1.25rem;--theme-messages-search-bar-padding-x:var(--space-3);--theme-messages-search-icon-size:1rem;--theme-messages-search-icon-inset:.75rem;--theme-messages-search-input-padding-start:2.25rem;--theme-messages-view-closed-banner-opacity:.8;--theme-messages-thread-sentinel-height:1px;--theme-messages-thread-load-more-opacity:.7;--theme-message-composer-min-height:2.5rem;--theme-message-composer-max-height:8rem;--theme-message-composer-action-size:3rem;--theme-message-composer-action-size-compact:2.5rem;--theme-message-composer-action-icon-size:1.25rem;--theme-message-composer-send-size:3rem;--theme-message-composer-send-size-compact:2.5rem;--theme-message-composer-textarea-padding-block:.75rem;--theme-message-composer-textarea-padding-inline-start:.75rem;--theme-message-composer-textarea-padding-inline-end:2.5rem;--theme-message-composer-emoji-inset:.75rem;--theme-message-composer-emoji-icon-size:1.25rem;--theme-message-composer-emoji-opacity:.7;--theme-message-composer-form-padding-y:var(--space-2);--theme-message-composer-form-padding-x:var(--space-3);--theme-message-attachments-max-height:120px;--theme-message-attachment-chip-padding-y:.35rem;--theme-message-attachment-chip-padding-x:.65rem;--theme-message-attachment-chip-radius:var(--theme-radius-full);--theme-message-attachment-name-max-width:200px;--theme-message-attachment-remove-size:1.25rem;--theme-message-emoji-picker-offset:.5rem;--theme-message-emoji-picker-gap:.25rem;--theme-message-emoji-picker-columns:5;--theme-message-emoji-picker-item-size:2rem;--theme-message-emoji-picker-radius:var(--theme-radius-md);--theme-message-mention-max-height:200px;--theme-message-mention-offset:.5rem;--theme-message-composer-send-disabled-opacity:.5;--theme-dropdown-surface-bg:var(--theme-surface);--theme-dropdown-surface-text:var(--theme-text);--theme-dropdown-surface-option-hover-bg:var(--theme-bg);--theme-dropdown-surface-list-padding-y:.25rem;--theme-dropdown-menu-header-inset-end:var(--space-3);--theme-priority-dot-size:.5rem;--theme-progress-track-height:6px;--theme-progress-track-width:120px;--theme-progress-fill-width:0%;--theme-pending-review-row-gap:var(--space-3);--theme-pending-review-row-padding-block:var(--space-2);--theme-pending-review-cluster-gap:var(--theme-gap-sm);--theme-pending-review-priority-chip-padding-y:.15rem;--theme-pending-review-priority-chip-padding-x:.5rem;--theme-pending-review-priority-chip-radius:var(--theme-radius-md);--theme-pending-review-count-min-width:1.75rem;--theme-notification-item-gap:var(--space-2);--theme-notification-item-padding:var(--space-3);--theme-notification-item-icon-size:3rem;--theme-notification-item-title-row-gap:var(--theme-gap-sm);--theme-notification-item-unread-dot-size:.5rem;--theme-notification-item-time-opacity:.7;--theme-notification-item-priority-label-radius:var(--theme-radius-full);--theme-notification-item-priority-label-padding-x:var(--space-2);--theme-project-progress-item-gap:.4rem;--theme-project-progress-meta-font-size:var(--font-size-xs);--theme-project-progress-meta-opacity:.6;--theme-project-progress-percent-font-size:.8rem;--theme-projects-widgets-gap:var(--space-3);--theme-project-card-gap:var(--space-3);--theme-project-card-status-label-font-size:.8rem;--theme-project-card-status-label-padding-y:.1rem;--theme-project-card-status-label-padding-x:.75rem;--theme-project-card-status-label-radius:var(--theme-radius-full);--theme-project-card-links-gap-row:var(--space-2);--theme-project-card-links-gap-col:var(--space-3);--theme-project-card-link-item-gap:var(--theme-gap-xs);--theme-project-card-body-height:9rem;--theme-project-card-body-padding:var(--space-3);--theme-project-card-body-section-gap:var(--theme-gap-xs);--theme-project-card-progress-bar-height:10px;--theme-project-card-meta-gap:var(--space-2);--theme-project-card-meta-item-gap:var(--theme-gap-xs);--theme-project-card-meta-countdown-font-size:.75rem;--theme-project-card-meta-countdown-opacity:.8;--theme-project-card-stat-success-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-project-card-stat-primary-bg:color-mix(in srgb, var(--theme-primary) 12%, var(--theme-surface));--theme-project-card-stat-info-bg:color-mix(in srgb, var(--theme-info) 12%, var(--theme-surface));--theme-project-card-menu-open-z:10;--theme-project-card-actions-icon-size:1.25rem;--theme-project-health-item-gap:.75rem;--theme-project-health-left-gap:var(--theme-gap-sm);--theme-project-health-progress-bar-width:100px;--theme-project-health-progress-bar-height:var(--theme-progress-track-height);--theme-project-health-task-breakdown-opacity:.7;--theme-project-health-badge-opacity:.7;--theme-invite-ecosystem-padding-x:var(--space-2);--theme-invite-message-textarea-min-height:5rem;--theme-invite-error-banner-gap:var(--space-2);--theme-pending-invitations-card-email-opacity:.8;--theme-pending-invitations-meta-min-col:10rem;--theme-pending-invitations-meta-label-opacity:.65;--theme-pending-invitations-identity-gap:var(--theme-gap-xs);--theme-pending-invitations-meta-item-gap:var(--theme-gap-xs);--theme-users-tabs-gap:var(--space-4);--theme-users-grid-align:start;--theme-users-pagination-padding-top:var(--space-3);--theme-users-card-gap:var(--space-3);--theme-users-card-header-gap:var(--space-3);--theme-users-card-avatar-size:3rem;--theme-users-card-avatar-size-compact:2.5rem;--theme-users-card-role-gap:var(--theme-gap-xs);--theme-users-card-role-opacity:.7;--theme-users-card-actions-icon-size:1.25rem;--theme-users-card-menu-open-z:10;--theme-users-card-stat-neutral-bg:color-mix(in srgb, var(--theme-text) 6%, var(--theme-surface));--theme-users-card-stat-info-bg:color-mix(in srgb, var(--theme-info) 12%, var(--theme-surface));--theme-users-card-stat-success-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-users-card-body-icon-size:1rem;--theme-users-card-body-icon-opacity:.7;--theme-users-card-body-item-gap:var(--theme-gap-sm);--theme-users-card-footer-gap:var(--theme-gap-sm);--theme-system-notifications-panel-padding:var(--space-3);--theme-system-notifications-section-gap:.75rem;--theme-system-notifications-header-gap:var(--theme-gap-sm);--theme-system-notifications-title-font-size:1.125rem;--theme-system-notifications-count-size:1.5rem;--theme-system-notifications-count-radius:var(--theme-radius-full);--theme-system-notifications-list-gap:var(--space-2);--theme-system-notifications-item-bg:color-mix(in srgb, var(--theme-warning) 12%, var(--theme-surface));--theme-system-notifications-item-padding:var(--space-2);--theme-system-notifications-item-footer-gap:var(--space-2);--theme-system-notifications-close-size:3rem;--theme-system-notifications-icon-rotate-duration:4s;--theme-activity-history-section-gap:var(--space-3);--theme-activity-history-toolbar-gap:var(--space-3);--theme-activity-history-list-gap:var(--space-3);--theme-activity-history-item-gap:var(--theme-gap-sm);--theme-activity-history-item-padding-bottom:var(--space-3);--theme-activity-history-header-gap:var(--space-3);--theme-activity-history-meta-font-size:var(--font-size-sm);--theme-settings-page-grid-min-col:280px;--theme-reports-tabs-gap:var(--space-2);--theme-not-found-page-min-height:100dvh;--theme-not-found-page-padding:var(--space-5);--theme-not-found-title-font-size:var(--font-size-large);--theme-not-found-message-max-width:28rem;--theme-not-found-message-opacity:.85;--theme-terms-page-padding:var(--space-5);--theme-terms-shell-max-width:48rem;--theme-terms-shell-gap:var(--space-4);--theme-terms-content-gap:var(--space-3);--theme-terms-section-gap:var(--space-3);--theme-terms-section-title-font-size:var(--font-size-medium);--theme-terms-body-font-size:var(--font-size-normal);--theme-policy-shell-gap:var(--theme-gap-lg);--theme-policy-panel-min-width:22rem;--theme-policy-panel-max-width:38rem;--theme-policy-panel-padding:var(--space-4);--theme-policy-panel-header-padding-bottom:var(--space-3);--theme-policy-panel-bg:var(--theme-surface);--theme-policy-panel-z:var(--theme-z-modal);--theme-policy-panel-close-size:2.25rem;--theme-policy-meta-opacity:.8;--theme-policy-note-bg:color-mix(in srgb, var(--theme-warning) 10%, var(--theme-surface));--theme-policy-note-border:color-mix(in srgb, var(--theme-warning) 35%, var(--theme-border));--theme-policy-switch-bg:var(--theme-surface-muted);--theme-policy-switch-active-bg:color-mix(in srgb, var(--theme-primary) 12%, var(--theme-surface));--theme-policy-switch-active-color:var(--theme-primary);--theme-policy-transition-duration:.2s;--theme-policy-safe-area-top:env(safe-area-inset-top,0px);--theme-policy-safe-area-right:env(safe-area-inset-right,0px);--theme-policy-safe-area-bottom:env(safe-area-inset-bottom,0px);--theme-policy-safe-area-left:env(safe-area-inset-left,0px);--theme-pwa-banner-padding-y:var(--space-2);--theme-pwa-banner-padding-x:var(--space-3);--theme-pwa-banner-gap:var(--space-3);--theme-pwa-banner-bg:color-mix(in srgb, var(--theme-info) 8%, var(--theme-surface));--theme-pwa-banner-border-color:var(--theme-border);--theme-notification-category-padding-y:.125rem;--theme-notification-category-padding-x:.5rem;--theme-notification-category-offset-top:var(--theme-gap-xs);--theme-notification-category-line-height:1.4;--theme-notification-category-invoice-bg:color-mix(in srgb, var(--theme-primary) 12%, var(--theme-surface));--theme-notification-category-invoice-text:var(--theme-primary);--theme-notification-category-payment-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-notification-category-payment-text:color-mix(in srgb, var(--theme-success) 82%, var(--theme-text));--theme-notification-category-recurring-bg:color-mix(in srgb, var(--theme-info) 14%, var(--theme-surface));--theme-notification-category-recurring-text:color-mix(in srgb, var(--theme-info) 78%, var(--theme-text));--theme-notification-category-project-bg:color-mix(in srgb, var(--theme-warning) 16%, var(--theme-surface));--theme-notification-category-project-text:color-mix(in srgb, var(--theme-warning) 72%, var(--theme-text));--theme-notification-category-task-bg:color-mix(in srgb, var(--theme-warning) 12%, var(--theme-surface));--theme-notification-category-task-text:color-mix(in srgb, var(--theme-warning) 78%, var(--theme-text));--theme-notification-category-support-bg:color-mix(in srgb, var(--theme-danger) 10%, var(--theme-surface));--theme-notification-category-support-text:color-mix(in srgb, var(--theme-danger) 75%, var(--theme-text));--theme-notification-category-system-bg:color-mix(in srgb, var(--theme-text) 8%, var(--theme-surface));--theme-notification-category-system-text:var(--theme-text-muted);--theme-notifications-page-gap:var(--space-3);--theme-notifications-list-state-padding-y:var(--theme-gap-xl);--theme-notifications-list-state-padding-x:var(--theme-gap-md);--theme-notifications-list-state-subtitle-opacity:.7;--theme-notifications-section-gap:var(--space-2);--theme-notifications-section-title-size:1rem;--theme-notifications-tab-bar-gap:var(--space-2);--theme-notifications-tab-btn-padding-block:.5rem;--theme-notifications-tab-btn-border-width:2px;--theme-notifications-list-row-gap:var(--space-2);--theme-notifications-row-actions-gap:var(--space-2);--theme-notification-bell-count-offset-top:-.5rem;--theme-notification-bell-count-offset-end:-.625rem;--theme-notification-bell-count-min-width:1.25rem;--theme-notification-bell-count-height:1.25rem;--theme-notification-bell-count-padding-x:.35rem;--theme-notification-bell-count-font-size:var(--font-size-xs);--theme-notification-bell-count-radius:.625rem;--theme-notification-bell-panel-width:400px;--theme-notification-bell-panel-width-compact:350px;--theme-notification-bell-panel-z:9999;--theme-notification-bell-panel-shadow:var(--theme-shadow-lg);--theme-notification-bell-panel-slide-duration:.4s;--theme-notification-panel-footer-gap:.75rem;--theme-notification-panel-header-padding:var(--space-2);--theme-notification-center-bulk-bar-bg:var(--theme-bg);--theme-notification-center-bulk-bar-padding:var(--space-3);--theme-notification-center-bulk-bar-radius:var(--theme-radius-lg);--theme-notification-center-bulk-bar-gap:var(--theme-gap-md);--theme-notification-center-bulk-actions-gap:var(--theme-gap-sm);--theme-notification-center-preference-row-padding:var(--space-3);--theme-notification-center-preference-row-gap:var(--theme-gap-md);--theme-notification-center-preference-label-weight:var(--font-weight-medium);--theme-notification-center-delivery-badge-font-size:var(--font-size-small);--theme-notification-center-delivery-badge-padding-y:var(--theme-badge-padding-y-sm);--theme-notification-center-delivery-badge-padding-x:var(--theme-badge-padding-x-sm);--theme-notification-center-delivery-delivered-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-notification-center-delivery-delivered-text:color-mix(in srgb, var(--theme-success) 82%, var(--theme-text));--theme-notification-center-delivery-email-sent-bg:color-mix(in srgb, var(--theme-info) 12%, var(--theme-surface));--theme-notification-center-delivery-email-sent-text:color-mix(in srgb, var(--theme-info) 78%, var(--theme-text));--theme-notification-center-delivery-failed-bg:color-mix(in srgb, var(--theme-danger) 10%, var(--theme-surface));--theme-notification-center-delivery-failed-text:color-mix(in srgb, var(--theme-danger) 75%, var(--theme-text));--theme-notification-center-delivery-retrying-bg:color-mix(in srgb, var(--theme-warning) 12%, var(--theme-surface));--theme-notification-center-delivery-retrying-text:color-mix(in srgb, var(--theme-warning) 72%, var(--theme-text));--theme-notification-center-presence-font-size:var(--font-size-small);--theme-notification-center-presence-gap:var(--theme-gap-xs);--theme-notification-center-presence-dot-size:var(--theme-badge-dot-size);--theme-notification-center-presence-online-color:color-mix(in srgb, var(--theme-success) 82%, var(--theme-text));--theme-notification-center-presence-offline-color:var(--theme-text-muted);--theme-notification-center-page-gap:var(--space-3);--theme-notification-center-form-grid-gap:var(--space-3);--theme-notification-center-analytics-grid-min:12rem;--theme-notification-center-chart-card-min-height:16rem;--theme-notification-center-scheduled-status-font-size:var(--font-size-small);--theme-notification-center-scheduled-status-padding-y:var(--theme-badge-padding-y-sm);--theme-notification-center-scheduled-status-padding-x:var(--theme-badge-padding-x-sm);--theme-notification-center-scheduled-pending-bg:color-mix(in srgb, var(--theme-warning) 12%, var(--theme-surface));--theme-notification-center-scheduled-pending-text:color-mix(in srgb, var(--theme-warning) 72%, var(--theme-text));--theme-notification-center-scheduled-sent-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-notification-center-scheduled-sent-text:color-mix(in srgb, var(--theme-success) 82%, var(--theme-text));--theme-notification-center-scheduled-failed-bg:color-mix(in srgb, var(--theme-danger) 10%, var(--theme-surface));--theme-notification-center-scheduled-failed-text:color-mix(in srgb, var(--theme-danger) 75%, var(--theme-text));--theme-notification-center-scheduled-cancelled-bg:color-mix(in srgb, var(--theme-text) 8%, var(--theme-surface));--theme-notification-center-scheduled-cancelled-text:var(--theme-text-muted);--theme-notification-skeleton-padding-block:var(--padding-xs);--theme-notification-skeleton-item-gap:var(--space-2);--theme-notification-skeleton-item-padding-block:var(--padding-sm);--theme-notification-skeleton-item-padding-inline:var(--padding-md);--theme-notification-skeleton-item-border-color:color-mix(in srgb, var(--theme-border) 40%, transparent);--theme-notification-skeleton-dot-size:.375rem;--theme-notification-skeleton-dot-offset:.5rem;--theme-notification-skeleton-icon-size:2.25rem;--theme-notification-skeleton-icon-radius:var(--theme-radius-md);--theme-notification-skeleton-line-gap:var(--padding-xs);--theme-entity-detail-associated-padding-top:var(--space-3);--theme-entity-detail-actions-padding-top:var(--space-3);--theme-entity-detail-state-padding-block:var(--space-3);--theme-entity-detail-state-not-found-opacity:.75;--theme-entity-list-empty-icon-size:3rem;--theme-entity-list-empty-icon-bg:var(--theme-bg);--theme-entity-list-empty-icon-opacity:.85;--theme-entity-list-skeleton-item-min-height:88px;--theme-entity-list-pagination-padding-top:var(--space-3);--theme-entity-card-body-padding:var(--space-3);--theme-entity-card-avatar-size:3rem;--theme-entity-card-avatar-size-compact:2.5rem;--theme-entity-card-status-dot-size:.75rem;--theme-entity-card-status-dot-border-width:2px;--theme-entity-card-status-dot-offset-bottom:-2px;--theme-entity-card-status-dot-offset-right:-5px;--theme-entity-card-subtitle-opacity:.7;--theme-entity-card-menu-trigger-padding:var(--space-2);--theme-entity-card-menu-trigger-icon-size:1.25rem;--theme-entity-card-footer-icon-size:1rem;--theme-entity-card-footer-icon-opacity:.7;--theme-entity-card-menu-z:10;--theme-entity-card-status-pill-font-size:var(--font-size-small);--theme-entity-card-status-pill-padding-y:.1rem;--theme-entity-card-status-pill-padding-x:.75rem;--theme-entity-card-status-active-bg:color-mix(in srgb, var(--theme-primary) 10%, transparent);--theme-entity-card-status-active-text:var(--theme-primary);--theme-entity-card-status-inactive-bg:color-mix(in srgb, var(--theme-text) 10%, transparent);--theme-entity-card-status-inactive-text:var(--theme-text);--theme-entity-row-padding:var(--space-3);--theme-entity-row-meta-gap:var(--space-3);--theme-entity-row-meta-item-gap:.35rem;--theme-entity-row-meta-opacity:.75;--theme-entity-row-status-padding-y:.2rem;--theme-entity-row-status-padding-x:.6rem;--theme-entity-row-status-active-bg:color-mix(in srgb, var(--theme-success) 10%, var(--theme-surface));--theme-entity-row-status-active-text:var(--theme-success);--theme-entity-row-status-inactive-bg:color-mix(in srgb, var(--theme-warning) 10%, var(--theme-surface));--theme-entity-row-status-inactive-text:var(--theme-warning);--theme-client-widget-rank-size:1.375rem;--theme-client-widget-rank-size-lg:3rem;--theme-client-widget-rank-bg:color-mix(in srgb, var(--theme-text) 8%, var(--theme-bg));--theme-client-widget-panel-left-gap:var(--space-2);--theme-dashboard-grid-gap:var(--theme-space-md);--theme-dashboard-widget-list-gap:var(--theme-dashboard-grid-gap);--theme-dashboard-widget-state-padding-y:var(--space-3);--theme-dashboard-widget-card-min-height:120px;--theme-dashboard-widget-empty-icon-size:2rem;--theme-dashboard-widget-empty-title-font-size:var(--font-size-md);--theme-dashboard-quick-actions-grid-gap:var(--theme-gap-md);--theme-dashboard-quick-action-gap:var(--theme-gap-xs);--theme-dashboard-project-grid-gap:var(--space-3);--theme-dashboard-project-stat-min-height:72px;--theme-dashboard-quick-action-min-height:var(--theme-dashboard-project-stat-min-height);--theme-dashboard-project-stat-padding:var(--space-3);--theme-dashboard-project-stat-bg:var(--theme-control-bg);--theme-dashboard-task-list-gap:var(--space-2);--theme-dashboard-task-item-gap:var(--theme-gap-xs);--theme-dashboard-task-item-padding-y:var(--space-2);--theme-dashboard-task-meta-opacity:.7;--theme-dashboard-task-empty-opacity:.7;--theme-dashboard-analytics-grid-gap:var(--theme-dashboard-widget-list-gap);--theme-dashboard-file-grid-gap:var(--theme-dashboard-widget-list-gap);--theme-dashboard-file-stat-min-width:8.75rem;--theme-dashboard-team-member-padding-y:var(--space-2);--theme-dashboard-team-member-row-gap:var(--space-2);--theme-dashboard-team-member-meta-gap:var(--theme-gap-xs);--theme-dashboard-team-member-role-opacity:.8;--theme-dashboard-team-member-action-size:var(--theme-control-height-compact);--theme-dashboard-active-project-item-gap:var(--space-2);--theme-dashboard-active-project-padding:var(--space-3);--theme-dashboard-active-project-bg:var(--theme-control-bg);--theme-dashboard-active-project-meta-gap:var(--theme-gap-xs);--theme-dashboard-active-project-meta-opacity:.7;--theme-dashboard-active-project-progress-height:.625rem;--theme-dashboard-active-project-progress-bg:var(--theme-surface);--theme-dashboard-payment-item-padding:var(--space-2);--theme-dashboard-payment-main-gap:var(--space-2);--theme-dashboard-payment-info-gap:var(--theme-gap-xs);--theme-dashboard-payment-actions-gap:var(--space-2);--theme-dashboard-activity-item-gap:var(--space-2);--theme-dashboard-activity-content-gap:var(--theme-gap-xs);--theme-dashboard-activity-icon-size:var(--theme-avatar-size);--theme-dashboard-activity-hover-opacity:.9;--theme-dashboard-activity-status-weight:var(--font-weight-medium);--theme-dashboard-activity-status-neutral:var(--theme-text-muted);--theme-dashboard-activity-status-info:var(--theme-info);--theme-dashboard-activity-status-review:color-mix(in srgb, var(--theme-info) 55%, var(--theme-primary));--theme-dashboard-activity-status-warning:var(--theme-warning);--theme-dashboard-activity-status-success:var(--theme-success);--theme-dashboard-activity-status-danger:var(--theme-danger);--theme-dashboard-activity-status-assigned:color-mix(in srgb, var(--theme-info) 45%, var(--theme-primary));--theme-dashboard-financial-grid-gap:var(--theme-dashboard-widget-list-gap);--theme-dashboard-financial-stat-min-height:var(--theme-dashboard-project-stat-min-height);--theme-dashboard-financial-stat-padding:var(--theme-dashboard-project-stat-padding);--theme-dashboard-financial-stat-gap:var(--space-2);--theme-dashboard-financial-stat-label-opacity:.95;--theme-dashboard-financial-stat-count-opacity:.9;--theme-dashboard-financial-paid-bg:color-mix(in srgb, var(--theme-success) 12%, var(--theme-surface));--theme-dashboard-financial-paid-text:color-mix(in srgb, var(--theme-success) 82%, var(--theme-text));--theme-dashboard-financial-pending-bg:color-mix(in srgb, var(--theme-warning) 12%, var(--theme-surface));--theme-dashboard-financial-pending-text:color-mix(in srgb, var(--theme-warning) 78%, var(--theme-text));--theme-dashboard-financial-overdue-bg:color-mix(in srgb, var(--theme-danger) 10%, var(--theme-surface));--theme-dashboard-financial-overdue-text:color-mix(in srgb, var(--theme-danger) 75%, var(--theme-text));--theme-dashboard-financial-invoice-list-gap:var(--space-2);--theme-dashboard-financial-invoice-item-gap:var(--space-3);--theme-dashboard-financial-invoice-item-padding-y:var(--space-2);--theme-dashboard-financial-invoice-meta-gap:var(--theme-gap-xs);--theme-dashboard-financial-invoice-date-size:var(--font-size-xs);--theme-dashboard-financial-invoice-date-opacity:.8;--theme-dashboard-financial-invoice-empty-opacity:.8;--theme-dashboard-financial-badge-padding-y:var(--theme-gap-xs);--theme-dashboard-financial-badge-padding-x:var(--theme-gap-sm);--theme-dashboard-financial-badge-radius:var(--theme-radius-sm);--theme-dashboard-layout-slot-min-height:0;--theme-dashboard-disabled-slot-min-height:var(--theme-dashboard-widget-card-min-height);--theme-chart-font-family:var(--font-family-sans);--theme-chart-header-offset-top:-2rem;--theme-chart-header-gap:var(--space-3);--theme-chart-donut-gap:var(--theme-gap-sm);--theme-chart-legend-grid-gap:var(--theme-dashboard-widget-list-gap);--theme-chart-legend-item-padding-y:var(--theme-gap-sm);--theme-chart-legend-item-padding-x:var(--theme-gap-md);--theme-chart-legend-item-gap:var(--theme-gap-sm);--theme-chart-legend-main-gap:var(--theme-gap-sm);--theme-chart-legend-icon-size:.5rem;--theme-chart-donut-default-height:11.25rem;--theme-chart-legend-icon-fallback:var(--theme-text-muted);--theme-chart-header-percent-opacity:1;--theme-dashboard-skeleton-shell-min-height:var(--theme-dashboard-disabled-slot-min-height);--theme-skeleton-base:#e8e8e6;--theme-skeleton-highlight:#f5f5f4;--theme-skeleton-shell-gap:var(--theme-gap-md);--theme-skeleton-shell-padding:var(--theme-gap-lg);--theme-skeleton-surface-bg:var(--theme-surface);--theme-skeleton-shell-min-height:var(--theme-dashboard-widget-card-min-height);--theme-skeleton-grid-gap:var(--space-3);--theme-skeleton-card-icon-size:2.5rem;--theme-skeleton-card-icon-gap:.75rem;--theme-skeleton-card-value-height:1.5rem;--theme-skeleton-card-label-height:.875rem;--theme-skeleton-card-label-width:60%;--theme-skeleton-card-value-width:70%;--theme-skeleton-card-count:1;--theme-skeleton-chart-header-height:1.75rem;--theme-skeleton-chart-header-width:35%;--theme-skeleton-chart-header-action-width:5rem;--theme-skeleton-chart-area-min-height:11.25rem;--theme-skeleton-chart-legend-height:1.25rem;--theme-skeleton-chart-legend-width:5rem;--theme-skeleton-chart-legend-gap:var(--theme-gap-sm);--theme-skeleton-list-min-height:12.5rem;--theme-skeleton-list-item-min-height:3rem;--theme-skeleton-list-item-gap:var(--theme-gap-md);--theme-skeleton-list-header-title-height:1.25rem;--theme-skeleton-list-header-title-width:40%;--theme-skeleton-list-header-action-width:3.75rem;--theme-skeleton-list-header-action-height:1rem;--theme-skeleton-list-line-height:1rem;--theme-skeleton-list-line-width:70%;--theme-skeleton-list-subline-height:.75rem;--theme-skeleton-list-subline-width:30%;--theme-skeleton-empty-icon-size:3rem;--theme-skeleton-empty-title-height:1.125rem;--theme-skeleton-empty-title-width:40%;--theme-skeleton-empty-desc-height:.875rem;--theme-skeleton-empty-desc-width:60%;--theme-skeleton-empty-button-height:2.5rem;--theme-skeleton-empty-button-width:8.75rem;--theme-skeleton-line-stack-gap:var(--theme-gap-xs);--theme-skeleton-copy-stack-gap:var(--theme-gap-sm);--theme-branding-default-primary:var(--palette-primary-500);--theme-branding-default-secondary:var(--palette-neutral-900);--theme-branding-swatch-size:2.5rem;--theme-branding-swatch-fallback:var(--theme-control-bg);--theme-branding-section-gap:var(--space-3);--theme-branding-subscription-gap:var(--space-3);--theme-branding-unlock-icon-size:2.5rem;--theme-branding-unlock-icon-opacity:.8;--theme-branding-unlock-description-opacity:.8;--theme-branding-price-period-opacity:.7;--theme-branding-features-gap:var(--space-2);--theme-branding-check-icon-size:1rem;--theme-branding-preview-gap:var(--space-3);--theme-branding-preview-buttons-gap:var(--space-2);--theme-branding-preview-placeholder-min-height:10rem;--theme-branding-preview-placeholder-opacity:.6;--theme-branding-setting-gap:var(--space-2);--theme-branding-upload-icon-size:1.5rem;--theme-branding-upload-hint-opacity:.6;--theme-branding-color-inputs-gap:var(--space-3);--theme-branding-color-label-opacity:.7;--theme-branding-logo-max-height:8rem;--theme-branding-upload-transition-duration:.2s;--theme-route-fallback-padding-y:var(--space-6);--theme-route-fallback-padding-x:var(--theme-gap-md);--theme-route-fallback-gap:var(--theme-gap-md);--theme-status-summary-grid-gap:var(--space-3);--theme-status-summary-border-width:3px;--theme-status-summary-active-bg:var(--theme-bg);--theme-status-summary-active-all-border:var(--theme-warning);--theme-status-summary-active-revisions-border:var(--theme-success);--theme-status-summary-active-assigned-border:var(--theme-info);--theme-status-summary-active-completed-border:var(--theme-text);--theme-status-summary-transition-duration:.15s;--theme-task-request-page-gap:var(--space-3);--theme-task-request-toolbar-gap:var(--space-3);--theme-task-request-toolbar-actions-gap:var(--space-2);--theme-task-request-tabs-gap:var(--space-2);--theme-task-request-tab-inactive-opacity:.8;--theme-task-request-split-gap:var(--space-3);--theme-task-request-list-gap:var(--space-2);--theme-task-request-list-padding:var(--space-3);--theme-task-request-item-padding:var(--space-3);--theme-task-request-item-border-width:var(--border-width-default);--theme-task-request-item-border-color:var(--theme-bg);--theme-task-request-item-selected-border-width:3px;--theme-task-request-item-selected-border-color:var(--theme-primary);--theme-task-request-item-radius:var(--theme-radius-sm);--theme-task-request-item-hover-bg:var(--theme-bg);--theme-task-request-item-selected-bg:var(--theme-bg);--theme-task-request-item-transition-duration:.15s;--theme-task-request-meta-opacity:.8;--theme-task-request-footer-opacity:.7;--theme-task-request-meta-icon-size:1rem;--theme-task-request-meta-icon-opacity:.7;--theme-task-request-meta-item-gap:var(--theme-gap-xs);--theme-task-request-state-min-height:7.5rem;--theme-task-request-skeleton-item-height:5rem;--theme-task-request-details-padding:var(--space-3);--theme-task-request-details-gap:var(--space-3);--theme-task-request-details-empty-opacity:.7;--theme-task-request-details-id-opacity:.6;--theme-task-request-details-description-opacity:.9;--theme-task-request-details-meta-gap:var(--space-2);--theme-task-request-details-meta-row-gap:var(--theme-gap-sm);--theme-task-request-tag-padding-y:var(--theme-gap-xs);--theme-task-request-tag-padding-x:var(--theme-gap-sm);--theme-task-request-tag-font-size:var(--font-size-xs);--theme-task-request-activity-dot-size:.5rem;--theme-task-request-activity-opacity:.9;--theme-task-request-actions-gap:var(--space-2);--theme-task-request-actions-padding-top:var(--space-3);--theme-task-request-toast-offset:var(--space-3);--theme-task-request-toast-padding-y:var(--space-3);--theme-task-request-toast-padding-x:var(--space-3);--theme-task-request-toast-gap:var(--space-3);--theme-task-request-toast-shadow:var(--theme-shadow-lg);--theme-task-request-toast-z-index:9999;--theme-task-request-mobile-details-z-index:100;--theme-task-request-close-size:1.5rem;--theme-task-request-close-padding:var(--theme-gap-xs);--theme-task-request-close-opacity:.7;--theme-task-request-time-font-size:var(--font-size-small);--theme-calculator-form-gap:var(--space-3);--theme-calculator-currency-row-gap:var(--space-4);--theme-calculator-gst-label-weight:var(--font-weight-medium);--theme-calculator-gst-label-size:var(--font-size-normal);--theme-calculator-summary-actions-gap:var(--space-2);--theme-calculator-summary-actions-padding-y:var(--space-2);--theme-calculator-quick-add-columns:4;--theme-calculator-quick-add-gap:var(--space-2);--theme-calculator-line-item-enter-duration:.5s;--theme-calculator-line-item-enter-offset:-.25rem;--theme-calculator-table-desc-col-width:32%;--theme-calculator-table-header-size:var(--font-size-medium);--theme-calculator-table-header-weight:var(--font-weight-medium);--theme-calculator-table-cell-padding:var(--space-2);--theme-calculator-line-item-amount-size:var(--font-size-medium);--theme-calculator-line-item-amount-weight:var(--font-weight-medium);--theme-auth-page-gap:var(--space-4);--theme-auth-header-gap:var(--space-0);--theme-auth-logo-size:5rem;--theme-auth-layout-padding:var(--space-3);--theme-auth-layout-max-width:26.25rem;--theme-auth-banner-padding-y:var(--theme-gap-sm);--theme-auth-banner-padding-x:var(--theme-gap-md);--theme-auth-banner-font-size:var(--font-size-small);--theme-auth-info-support-opacity:.9;--theme-auth-success-bg:color-mix(in srgb, var(--theme-success) 8%, transparent);--theme-auth-success-color:var(--theme-success);--theme-auth-error-bg:color-mix(in srgb, var(--theme-danger) 8%, transparent);--theme-auth-error-color:var(--theme-danger);--theme-auth-info-bg:color-mix(in srgb, var(--theme-success) 8%, transparent);--theme-auth-info-color:var(--theme-success);--theme-auth-2fa-gap:var(--space-4);--theme-auth-2fa-helper-opacity:.75;--theme-auth-2fa-countdown-opacity:.85;--theme-auth-2fa-recovery-opacity:.7;--theme-auth-social-size:2.125rem;--theme-auth-social-icon-size:1.125rem;--theme-auth-password-toggle-offset:var(--space-2);--theme-auth-strength-height:var(--theme-gap-xs);--theme-auth-link-font-size:var(--font-size-small);--theme-auth-link-font-size-normal:var(--font-size-normal);--theme-header-logo-height:2.8rem;--theme-header-logo-height-compact:2.25rem;--theme-header-action-height:3rem;--theme-header-actions-gap:var(--theme-gap-sm);--theme-header-search-max-width:24rem;--theme-header-notification-fallback-size:var(--theme-header-action-height);--theme-header-notification-fallback-bg:color-mix(in srgb, var(--theme-text) 6%, transparent);--theme-info-card-grid-min-col:13.75rem;--theme-info-card-grid-gap:var(--space-3);--theme-info-card-row-gap:var(--theme-gap-xs);--theme-info-card-label-opacity:.7;--theme-search-bar-height:3rem;--theme-search-bar-height-compact:2.5rem;--theme-search-bar-padding-inline:var(--space-3);--theme-search-bar-gap:var(--theme-gap-sm);--theme-search-bar-icon-size:1.125rem;--theme-search-bar-shortcut-padding-inline:var(--theme-gap-sm);--theme-search-bar-results-offset:var(--theme-gap-xs);--theme-search-bar-results-max-height:15rem;--theme-search-bar-results-padding-block:var(--theme-gap-xs);--theme-search-bar-result-padding-y:var(--theme-gap-md);--theme-search-bar-result-padding-x:var(--space-3);--theme-search-bar-result-hover-bg:color-mix(in srgb, var(--theme-text) 5%, transparent);--theme-search-focus-shadow:0 0 0 2px color-mix(in srgb, var(--theme-text) 18%, transparent);--theme-list-page-filters-gap:var(--space-3);--theme-list-page-filter-min-width:9.375rem;--theme-list-page-view-toggle-gap:var(--space-2);--theme-list-page-view-button-padding:var(--space-2);--theme-list-page-view-button-inactive-opacity:.7;--theme-list-page-view-icon-size:1.25rem;--theme-list-page-view-icon-size-compact:1rem;--theme-task-page-gap:var(--space-3);--theme-task-search-min-width:12rem;--theme-task-filter-min-width:10rem;--theme-task-date-min-width:9.5rem;--theme-task-date-range-width:16rem;--theme-date-range-popover-width:22.5rem;--theme-date-range-day-size:2.25rem;--theme-date-range-nav-size:2rem;--theme-date-range-sheet-max-width:28rem;--theme-task-empty-min-height:15rem;--theme-task-empty-icon-size:3rem;--theme-task-project-stats-gap:var(--gap-md);--theme-task-form-gap:var(--space-2);--theme-task-form-actions-padding-top:var(--space-3);--theme-task-detail-gap:var(--space-3);--theme-task-detail-meta-opacity:.85;--theme-task-detail-description-opacity:.9;--theme-task-detail-label-opacity:.8;--theme-task-detail-empty-opacity:.7;--theme-task-comment-input-min-height:5rem;--theme-task-comment-meta-opacity:.7;--theme-task-activity-meta-opacity:.7;--theme-task-tag-gap:var(--theme-gap-xs);--theme-task-tag-padding-y:var(--theme-gap-xs);--theme-task-tag-padding-x:var(--theme-gap-sm);--theme-task-table-gap:var(--gap-sm);--theme-task-table-header-size:.7rem;--theme-task-table-header-letter-spacing:.04em;--theme-task-table-actions-min-width:9.5rem;--theme-task-table-actions-gap:var(--gap-xs);--theme-task-table-row-padding:var(--space-2);--theme-task-table-grid-columns:2.5rem 1.4fr 1fr .9fr .7fr .8fr .7fr .7fr 1fr;--theme-task-table-grid-columns-compact:2.5rem 1.5fr 1fr .8fr .8fr 1fr}[data-theme=dark]{--theme-bg:var(--color-bg);--theme-surface:var(--color-surface);--theme-surface-muted:color-mix(in srgb, var(--color-bg) 45%, var(--color-surface));--theme-surface-elevated:var(--color-surface);--theme-text:var(--color-text);--theme-text-muted:var(--color-text-muted);--theme-skeleton-base:#2d2d2d;--theme-skeleton-highlight:#3a3a3a}*,:before,:after{box-sizing:border-box}:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-primary-text-emphasis:#052c65;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#0a3622;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#cfe2ff;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#d1e7dd;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#9ec5fe;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#a3cfbb;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, #ffffff26, #fff0);--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#fff;--bs-body-bg-rgb:255,255,255;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:#212529bf;--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:#21252980;--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#0d6efd;--bs-link-color-rgb:13,110,253;--bs-link-decoration:underline;--bs-link-hover-color:#0a58ca;--bs-link-hover-color-rgb:10,88,202;--bs-code-color:#d63384;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:#0000002d;--bs-border-radius:.375rem;--bs-border-radius-sm:.25rem;--bs-border-radius-lg:.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 .5rem 1rem #00000026;--bs-box-shadow-sm:0 .125rem .25rem #00000013;--bs-box-shadow-lg:0 1rem 3rem #0000002d;--bs-box-shadow-inset:inset 0 1px 2px #00000013;--bs-focus-ring-width:.25rem;--bs-focus-ring-opacity:.25;--bs-focus-ring-color:#0d6efd40;--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}[data-bs-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bs-body-color:#dee2e6;--bs-body-color-rgb:222,226,230;--bs-body-bg:#212529;--bs-body-bg-rgb:33,37,41;--bs-emphasis-color:#fff;--bs-emphasis-color-rgb:255,255,255;--bs-secondary-color:#dee2e6bf;--bs-secondary-color-rgb:222,226,230;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:#dee2e680;--bs-tertiary-color-rgb:222,226,230;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#6ea8fe;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#75b798;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:#031633;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#051b11;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#084298;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#0f5132;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#6ea8fe;--bs-link-hover-color:#8bb9fe;--bs-link-color-rgb:110,168,254;--bs-link-hover-color-rgb:139,185,254;--bs-code-color:#e685b5;--bs-highlight-color:#dee2e6;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:#ffffff26;--bs-form-valid-color:#75b798;--bs-form-valid-border-color:#75b798;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;margin:0}hr{color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25;margin:1rem 0}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--bs-heading-color);margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (width>=1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (width>=1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (width>=1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (width>=1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{vertical-align:baseline;font-size:.75em;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{margin-top:0;margin-bottom:1rem;font-size:.875em;display:block;overflow:auto}pre code{font-size:inherit;color:inherit;word-break:normal}code{color:var(--bs-code-color);word-wrap:break-word;font-size:.875em}a>code{color:inherit}kbd{color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem;padding:.1875rem .375rem;font-size:.875em}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{color:var(--bs-secondary-color);text-align:left;padding-top:.5rem;padding-bottom:.5rem}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}fieldset{border:0;min-width:0;margin:0;padding:0}legend{float:left;width:100%;line-height:inherit;margin-bottom:.5rem;padding:0;font-size:calc(1.275rem + .3vw)}@media (width>=1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field{padding:0}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit-hour-field{padding:0}::-webkit-datetime-edit-minute{padding:0}::-webkit-datetime-edit-month-field{padding:0}::-webkit-datetime-edit-text{padding:0}::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale()}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (width>=1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{text-transform:uppercase;font-size:.875em}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;margin-top:-1rem;margin-bottom:1rem;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto;padding:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{color:var(--bs-secondary-color);font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-left:auto;margin-right:auto}@media (width>=576px){.container,.container-sm{max-width:540px}}@media (width>=768px){.container,.container-md,.container-sm{max-width:720px}}@media (width>=992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (width>=1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (width>=1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x));flex-wrap:wrap;display:flex}.row>*{width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y);flex-shrink:0}.col{flex:1 0 0}.row-cols-auto>*{flex:none;width:auto}.row-cols-1>*{flex:none;width:100%}.row-cols-2>*{flex:none;width:50%}.row-cols-3>*{flex:none;width:33.3333%}.row-cols-4>*{flex:none;width:25%}.row-cols-5>*{flex:none;width:20%}.row-cols-6>*{flex:none;width:16.6667%}.col-auto{flex:none;width:auto}.col-1{flex:none;width:8.33333%}.col-2{flex:none;width:16.6667%}.col-3{flex:none;width:25%}.col-4{flex:none;width:33.3333%}.col-5{flex:none;width:41.6667%}.col-6{flex:none;width:50%}.col-7{flex:none;width:58.3333%}.col-8{flex:none;width:66.6667%}.col-9{flex:none;width:75%}.col-10{flex:none;width:83.3333%}.col-11{flex:none;width:91.6667%}.col-12{flex:none;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (width>=576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:none;width:auto}.row-cols-sm-1>*{flex:none;width:100%}.row-cols-sm-2>*{flex:none;width:50%}.row-cols-sm-3>*{flex:none;width:33.3333%}.row-cols-sm-4>*{flex:none;width:25%}.row-cols-sm-5>*{flex:none;width:20%}.row-cols-sm-6>*{flex:none;width:16.6667%}.col-sm-auto{flex:none;width:auto}.col-sm-1{flex:none;width:8.33333%}.col-sm-2{flex:none;width:16.6667%}.col-sm-3{flex:none;width:25%}.col-sm-4{flex:none;width:33.3333%}.col-sm-5{flex:none;width:41.6667%}.col-sm-6{flex:none;width:50%}.col-sm-7{flex:none;width:58.3333%}.col-sm-8{flex:none;width:66.6667%}.col-sm-9{flex:none;width:75%}.col-sm-10{flex:none;width:83.3333%}.col-sm-11{flex:none;width:91.6667%}.col-sm-12{flex:none;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (width>=768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:none;width:auto}.row-cols-md-1>*{flex:none;width:100%}.row-cols-md-2>*{flex:none;width:50%}.row-cols-md-3>*{flex:none;width:33.3333%}.row-cols-md-4>*{flex:none;width:25%}.row-cols-md-5>*{flex:none;width:20%}.row-cols-md-6>*{flex:none;width:16.6667%}.col-md-auto{flex:none;width:auto}.col-md-1{flex:none;width:8.33333%}.col-md-2{flex:none;width:16.6667%}.col-md-3{flex:none;width:25%}.col-md-4{flex:none;width:33.3333%}.col-md-5{flex:none;width:41.6667%}.col-md-6{flex:none;width:50%}.col-md-7{flex:none;width:58.3333%}.col-md-8{flex:none;width:66.6667%}.col-md-9{flex:none;width:75%}.col-md-10{flex:none;width:83.3333%}.col-md-11{flex:none;width:91.6667%}.col-md-12{flex:none;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (width>=992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:none;width:auto}.row-cols-lg-1>*{flex:none;width:100%}.row-cols-lg-2>*{flex:none;width:50%}.row-cols-lg-3>*{flex:none;width:33.3333%}.row-cols-lg-4>*{flex:none;width:25%}.row-cols-lg-5>*{flex:none;width:20%}.row-cols-lg-6>*{flex:none;width:16.6667%}.col-lg-auto{flex:none;width:auto}.col-lg-1{flex:none;width:8.33333%}.col-lg-2{flex:none;width:16.6667%}.col-lg-3{flex:none;width:25%}.col-lg-4{flex:none;width:33.3333%}.col-lg-5{flex:none;width:41.6667%}.col-lg-6{flex:none;width:50%}.col-lg-7{flex:none;width:58.3333%}.col-lg-8{flex:none;width:66.6667%}.col-lg-9{flex:none;width:75%}.col-lg-10{flex:none;width:83.3333%}.col-lg-11{flex:none;width:91.6667%}.col-lg-12{flex:none;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (width>=1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:none;width:auto}.row-cols-xl-1>*{flex:none;width:100%}.row-cols-xl-2>*{flex:none;width:50%}.row-cols-xl-3>*{flex:none;width:33.3333%}.row-cols-xl-4>*{flex:none;width:25%}.row-cols-xl-5>*{flex:none;width:20%}.row-cols-xl-6>*{flex:none;width:16.6667%}.col-xl-auto{flex:none;width:auto}.col-xl-1{flex:none;width:8.33333%}.col-xl-2{flex:none;width:16.6667%}.col-xl-3{flex:none;width:25%}.col-xl-4{flex:none;width:33.3333%}.col-xl-5{flex:none;width:41.6667%}.col-xl-6{flex:none;width:50%}.col-xl-7{flex:none;width:58.3333%}.col-xl-8{flex:none;width:66.6667%}.col-xl-9{flex:none;width:75%}.col-xl-10{flex:none;width:83.3333%}.col-xl-11{flex:none;width:91.6667%}.col-xl-12{flex:none;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (width>=1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:none;width:auto}.row-cols-xxl-1>*{flex:none;width:100%}.row-cols-xxl-2>*{flex:none;width:50%}.row-cols-xxl-3>*{flex:none;width:33.3333%}.row-cols-xxl-4>*{flex:none;width:25%}.row-cols-xxl-5>*{flex:none;width:20%}.row-cols-xxl-6>*{flex:none;width:16.6667%}.col-xxl-auto{flex:none;width:auto}.col-xxl-1{flex:none;width:8.33333%}.col-xxl-2{flex:none;width:16.6667%}.col-xxl-3{flex:none;width:25%}.col-xxl-4{flex:none;width:33.3333%}.col-xxl-5{flex:none;width:41.6667%}.col-xxl-6{flex:none;width:50%}.col-xxl-7{flex:none;width:58.3333%}.col-xxl-8{flex:none;width:66.6667%}.col-xxl-9{flex:none;width:75%}.col-xxl-10{flex:none;width:83.3333%}.col-xxl-11{flex:none;width:91.6667%}.col-xxl-12{flex:none;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.6667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333%}.offset-xxl-5{margin-left:41.6667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333%}.offset-xxl-8{margin-left:66.6667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333%}.offset-xxl-11{margin-left:91.6667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color-type:initial;--bs-table-bg-type:initial;--bs-table-color-state:initial;--bs-table-bg-state:initial;--bs-table-color:var(--bs-emphasis-color);--bs-table-bg:var(--bs-body-bg);--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-emphasis-color);--bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color:var(--bs-emphasis-color);--bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color:var(--bs-emphasis-color);--bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), .075);vertical-align:top;border-color:var(--bs-table-border-color);width:100%;margin-bottom:1rem}.table>:not(caption)>*>*{color:var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*,.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type:var(--bs-table-striped-color);--bs-table-bg-type:var(--bs-table-striped-bg)}.table-active{--bs-table-color-state:var(--bs-table-active-color);--bs-table-bg-state:var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state:var(--bs-table-hover-color);--bs-table-bg-state:var(--bs-table-hover-bg)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#a6b5cc;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#b5b6b7;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#a7b9b1;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#a6c3ca;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#ccc2a4;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#c6acae;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#c6c7c8;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#4d5154;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media (width<=575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));font-size:inherit;margin-bottom:0;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:.875rem}.form-text{color:var(--bs-secondary-color);margin-top:.25rem;font-size:.875em}.form-control{width:100%;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);background-clip:padding-box;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{padding:0;display:block}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{margin:-.375rem -.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;margin-inline-end:.75rem;padding:.375rem .75rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{width:100%;color:var(--bs-body-color);border:solid #0000;border-width:var(--bs-border-width) 0;background-color:#0000;margin-bottom:0;padding:.375rem 0;line-height:1.5;display:block}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.form-control-sm::file-selector-button{margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.25rem}.form-control-lg::file-selector-button{margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:var(--bs-border-radius);border:0!important}.form-control-color::-webkit-color-swatch{border-radius:var(--bs-border-radius);border:0!important}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");width:100%;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:#0000;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{border-radius:var(--bs-border-radius-sm);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{border-radius:var(--bs-border-radius-lg);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{min-height:1.5rem;margin-bottom:.125rem;padding-left:1.5em;display:block}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{text-align:right;padding-left:0;padding-right:1.5em}.form-check-reverse .form-check-input{float:right;margin-left:0;margin-right:-1.5em}.form-check-input{--bs-form-check-bg:var(--bs-body-bg);vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact;background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:1em;height:1em;margin-top:.25em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");background-color:#0d6efd;border-color:#0d6efd}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-image:var(--bs-form-switch-bg);background-position:0;border-radius:2em;width:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-position:100%}.form-switch.form-check-reverse{padding-left:0;padding-right:2.5em}.form-switch.form-check-reverse .form-check-input{margin-left:0;margin-right:-2.5em}.form-check-inline{margin-right:1rem;display:inline-block}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{appearance:none;background-color:#0000;width:100%;height:1.5rem;padding:0}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #0d6efd40}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;margin-top:-.25rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{color:#0000;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;width:1rem;height:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{color:#0000;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:#0000;border-radius:1rem;width:100%;height:.5rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{z-index:2;max-width:100%;height:100%;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;padding:1rem .75rem;transition:opacity .1s ease-in-out,transform .1s ease-in-out;position:absolute;top:0;left:0;overflow:hidden}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder{color:#0000}.form-floating>.form-control::-moz-placeholder{color:#0000}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:#0000}:-webkit-any(.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:not(:placeholder-shown)),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),:-webkit-any(.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill){padding-top:1.625rem;padding-bottom:.625rem}:is(.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:not(:placeholder-shown)),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),:is(.form-floating>.form-control-plaintext:autofill,.form-floating>.form-control:autofill){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85)translateY(-.5rem)translate(.15rem)}.form-floating>textarea:not(:-moz-placeholder-shown)~label:after{z-index:-1;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);height:1.5em;position:absolute;inset:1rem .375rem}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{z-index:-1;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius);height:1.5em;position:absolute;inset:1rem .375rem}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>.form-control:disabled~label,.form-floating>:disabled~label{color:#6c757d}.input-group{flex-wrap:wrap;align-items:stretch;width:100%;display:flex;position:relative}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{flex:auto;width:1%;min-width:0;position:relative}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{z-index:2;position:relative}.input-group .btn:focus{z-index:5}.input-group-text{color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:var(--bs-border-radius-lg);padding:.5rem 1rem;font-size:1.25rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:var(--bs-border-radius-sm);padding:.25rem .5rem;font-size:.875rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{width:100%;color:var(--bs-form-valid-color);margin-top:.25rem;font-size:.875em;display:none}.valid-tooltip{z-index:5;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:var(--bs-form-valid-border-color);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:var(--bs-form-valid-border-color)}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-position:right .75rem center,right 2.25rem center;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(1.5em + 3.75rem)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:var(--bs-form-valid-border-color)}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:var(--bs-form-valid-color)}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{width:100%;color:var(--bs-form-invalid-color);margin-top:.25rem;font-size:.875em;display:none}.invalid-tooltip{z-index:5;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius);max-width:100%;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;display:none;position:absolute;top:100%}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:var(--bs-form-invalid-border-color);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:var(--bs-form-invalid-border-color)}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,right 2.25rem center;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(1.5em + 3.75rem)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:var(--bs-form-invalid-border-color)}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:var(--bs-form-invalid-color)}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:.75rem;--bs-btn-padding-y:.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 #ffffff26,0 1px 1px #00000013;--bs-btn-disabled-opacity:.65;--bs-btn-focus-box-shadow:0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);box-shadow:var(--bs-btn-focus-box-shadow);outline:0}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px #00000020;--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:0 0 0 #000;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg)}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:.25rem;--bs-btn-padding-x:.5rem;--bs-btn-font-size:.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;transition:height .35s;overflow:hidden}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top-color:currentColor;border-bottom:0;margin-left:.255em;display:inline-block}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:.5rem;--bs-dropdown-spacer:.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:.5rem;z-index:var(--bs-dropdown-zindex);min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;background-color:var(--bs-dropdown-bg);border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);background-clip:padding-box;margin:0;list-style:none;display:none;position:absolute}.dropdown-menu[data-bs-popper]{margin-top:var(--bs-dropdown-spacer);top:100%;left:0}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media (width>=576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media (width>=768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media (width>=992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media (width>=1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media (width>=1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{margin-top:0;margin-bottom:var(--bs-dropdown-spacer);top:auto;bottom:100%}.dropup .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top:0;border-bottom-color:currentColor;margin-left:.255em;display:inline-block}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:var(--bs-dropdown-spacer);top:0;left:100%;right:auto}.dropend .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-left-color:currentColor;border-right:0;margin-left:.255em;display:inline-block}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:var(--bs-dropdown-spacer);top:0;left:auto;right:100%}.dropstart .dropdown-toggle:after{vertical-align:.255em;content:"";margin-left:.255em;display:none}.dropstart .dropdown-toggle:before{vertical-align:.255em;content:"";border-top:.3em solid #0000;border-bottom:.3em solid #0000;border-right:.3em solid;margin-right:.255em;display:inline-block}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1;overflow:hidden}.dropdown-item{width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;color:var(--bs-dropdown-link-color);text-align:inherit;white-space:nowrap;border-radius:var(--bs-dropdown-item-border-radius,0);background-color:#0000;border:0;font-weight:400;text-decoration:none;display:block}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);background-color:var(--bs-dropdown-link-active-bg);text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:#0000}.dropdown-menu.show{display:block}.dropdown-header{padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);color:var(--bs-dropdown-header-color);white-space:nowrap;margin-bottom:0;font-size:.875rem;display:block}.dropdown-item-text{padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color);display:block}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:#ffffff26;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{vertical-align:middle;display:inline-flex;position:relative}.btn-group-vertical>.btn,.btn-group>.btn{flex:auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{flex-wrap:wrap;justify-content:flex-start;display:flex}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{flex-direction:column;justify-content:center;align-items:flex-start}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;display:flex}.nav-link{padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);background:0 0;border:0;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:var(--bs-border-width);--bs-nav-tabs-border-color:var(--bs-border-color);--bs-nav-tabs-border-radius:var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color:var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg:var(--bs-body-bg);--bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:var(--bs-border-radius);--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{border-bottom:var(--bs-nav-underline-border-width) solid transparent;padding-left:0;padding-right:0}.nav-underline .nav-link:focus,.nav-underline .nav-link:hover{border-bottom-color:currentColor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentColor;font-weight:700}.nav-fill .nav-item,.nav-fill>.nav-link{text-align:center;flex:auto}.nav-justified .nav-item,.nav-justified>.nav-link{text-align:center;flex-grow:1;flex-basis:0}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y:.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x:.5rem;--bs-navbar-toggler-padding-y:.25rem;--bs-navbar-toggler-padding-x:.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:.25rem;--bs-navbar-toggler-transition:box-shadow .15s ease-in-out;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{flex-wrap:inherit;justify-content:space-between;align-items:center;display:flex}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap;text-decoration:none}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);flex-direction:column;margin-bottom:0;padding-left:0;list-style:none;display:flex}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{color:var(--bs-navbar-color);padding-top:.5rem;padding-bottom:.5rem}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);color:var(--bs-navbar-color);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition);background-color:#0000;line-height:1}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width);outline:0;text-decoration:none}.navbar-toggler-icon{vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-position:50%;background-repeat:no-repeat;background-size:100%;width:1.5em;height:1.5em;display:inline-block}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (width>=576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}@media (width>=1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{z-index:auto;flex-grow:1;transition:none;position:static;visibility:visible!important;background-color:#0000!important;border:0!important;width:auto!important;height:auto!important;transform:none!important}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color:#ffffff8c;--bs-navbar-hover-color:#ffffffbf;--bs-navbar-disabled-color:#ffffff40;--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:#ffffff1a;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width:var(--bs-border-width);--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y:.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:var(--bs-body-bg);--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:.75rem;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius);background-clip:border-box;flex-direction:column;display:flex;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius);border-top-width:0}.card>.list-group:last-child{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color);flex:auto}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));color:var(--bs-card-subtitle-color);margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color);margin-bottom:0}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius);position:absolute;inset:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (width>=576px){.card-group{flex-flow:wrap;display:flex}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child)>.card-header,.card-group>.card:not(:last-child)>.card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child)>.card-footer,.card-group>.card:not(:last-child)>.card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child)>.card-header,.card-group>.card:not(:first-child)>.card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child)>.card-footer,.card-group>.card:not(:first-child)>.card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:var(--bs-body-color);--bs-accordion-bg:var(--bs-body-bg);--bs-accordion-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:var(--bs-border-width);--bs-accordion-border-radius:var(--bs-border-radius);--bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:var(--bs-body-color);--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform .2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow:0 0 0 .25rem #0d6efd40;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:var(--bs-primary-text-emphasis);--bs-accordion-active-bg:var(--bs-primary-bg-subtle)}.accordion-button{width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);overflow-anchor:none;transition:var(--bs-accordion-transition);border:0;border-radius:0;align-items:center;font-size:1rem;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition);flex-shrink:0;margin-left:auto}@media (prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;box-shadow:var(--bs-accordion-btn-focus-box-shadow);outline:0}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-left:0;border-right:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:var(--bs-secondary-color);--bs-breadcrumb-item-padding-x:.5rem;--bs-breadcrumb-item-active-color:var(--bs-secondary-color);padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius);flex-wrap:wrap;list-style:none;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:.75rem;--bs-pagination-padding-y:.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:var(--bs-body-bg);--bs-pagination-border-width:var(--bs-border-width);--bs-pagination-border-color:var(--bs-border-color);--bs-pagination-border-radius:var(--bs-border-radius);--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:var(--bs-tertiary-bg);--bs-pagination-hover-border-color:var(--bs-border-color);--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:var(--bs-secondary-bg);--bs-pagination-focus-box-shadow:0 0 0 .25rem #0d6efd40;--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:var(--bs-secondary-color);--bs-pagination-disabled-bg:var(--bs-secondary-bg);--bs-pagination-disabled-border-color:var(--bs-border-color);padding-left:0;list-style:none;display:flex}.page-link{padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block;position:relative}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);box-shadow:var(--bs-pagination-focus-box-shadow);outline:0}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x:.5rem;--bs-pagination-padding-y:.25rem;--bs-pagination-font-size:.875rem;--bs-pagination-border-radius:var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x:.65em;--bs-badge-padding-y:.35em;--bs-badge-font-size:.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:var(--bs-border-radius);padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius);line-height:1;display:inline-block}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius:var(--bs-border-radius);--bs-alert-link-color:inherit;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius);position:relative}.alert-heading{color:inherit}.alert-link{color:var(--bs-alert-link-color);font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{z-index:2;padding:1.25rem 1rem;position:absolute;top:0;right:0}.alert-primary{--bs-alert-color:var(--bs-primary-text-emphasis);--bs-alert-bg:var(--bs-primary-bg-subtle);--bs-alert-border-color:var(--bs-primary-border-subtle);--bs-alert-link-color:var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color:var(--bs-secondary-text-emphasis);--bs-alert-bg:var(--bs-secondary-bg-subtle);--bs-alert-border-color:var(--bs-secondary-border-subtle);--bs-alert-link-color:var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color:var(--bs-success-text-emphasis);--bs-alert-bg:var(--bs-success-bg-subtle);--bs-alert-border-color:var(--bs-success-border-subtle);--bs-alert-link-color:var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color:var(--bs-info-text-emphasis);--bs-alert-bg:var(--bs-info-bg-subtle);--bs-alert-border-color:var(--bs-info-border-subtle);--bs-alert-link-color:var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color:var(--bs-warning-text-emphasis);--bs-alert-bg:var(--bs-warning-bg-subtle);--bs-alert-border-color:var(--bs-warning-border-subtle);--bs-alert-link-color:var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color:var(--bs-danger-text-emphasis);--bs-alert-bg:var(--bs-danger-bg-subtle);--bs-alert-border-color:var(--bs-danger-border-subtle);--bs-alert-link-color:var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color:var(--bs-light-text-emphasis);--bs-alert-bg:var(--bs-light-bg-subtle);--bs-alert-border-color:var(--bs-light-border-subtle);--bs-alert-link-color:var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color:var(--bs-dark-text-emphasis);--bs-alert-bg:var(--bs-dark-bg-subtle);--bs-alert-border-color:var(--bs-dark-border-subtle);--bs-alert-link-color:var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height:1rem;--bs-progress-font-size:.75rem;--bs-progress-bg:var(--bs-secondary-bg);--bs-progress-border-radius:var(--bs-border-radius);--bs-progress-box-shadow:var(--bs-box-shadow-inset);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width .6s ease;height:var(--bs-progress-height);font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius);display:flex;overflow:hidden}.progress-bar{color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition);flex-direction:column;justify-content:center;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 25% 50%,#ffffff26 50% 75%,#0000 75%,#0000);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:var(--bs-body-color);--bs-list-group-bg:var(--bs-body-bg);--bs-list-group-border-color:var(--bs-border-color);--bs-list-group-border-width:var(--bs-border-width);--bs-list-group-border-radius:var(--bs-border-radius);--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:.5rem;--bs-list-group-action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-tertiary-bg);--bs-list-group-action-active-color:var(--bs-body-color);--bs-list-group-action-active-bg:var(--bs-secondary-bg);--bs-list-group-disabled-color:var(--bs-secondary-color);--bs-list-group-disabled-bg:var(--bs-body-bg);--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;border-radius:var(--bs-list-group-border-radius);flex-direction:column;margin-bottom:0;padding-left:0;display:flex}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>.list-group-item:before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item{padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);text-decoration:none;display:block;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):focus,.list-group-item-action:not(.active):hover{z-index:1;color:var(--bs-list-group-action-hover-color);background-color:var(--bs-list-group-action-hover-bg);text-decoration:none}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (width>=576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (width>=768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (width>=992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (width>=1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (width>=1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color:var(--bs-primary-text-emphasis);--bs-list-group-bg:var(--bs-primary-bg-subtle);--bs-list-group-border-color:var(--bs-primary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-primary-border-subtle);--bs-list-group-active-color:var(--bs-primary-bg-subtle);--bs-list-group-active-bg:var(--bs-primary-text-emphasis);--bs-list-group-active-border-color:var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color:var(--bs-secondary-text-emphasis);--bs-list-group-bg:var(--bs-secondary-bg-subtle);--bs-list-group-border-color:var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);--bs-list-group-active-color:var(--bs-secondary-bg-subtle);--bs-list-group-active-bg:var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color:var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color:var(--bs-success-text-emphasis);--bs-list-group-bg:var(--bs-success-bg-subtle);--bs-list-group-border-color:var(--bs-success-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-success-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-success-border-subtle);--bs-list-group-active-color:var(--bs-success-bg-subtle);--bs-list-group-active-bg:var(--bs-success-text-emphasis);--bs-list-group-active-border-color:var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color:var(--bs-info-text-emphasis);--bs-list-group-bg:var(--bs-info-bg-subtle);--bs-list-group-border-color:var(--bs-info-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-info-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-info-border-subtle);--bs-list-group-active-color:var(--bs-info-bg-subtle);--bs-list-group-active-bg:var(--bs-info-text-emphasis);--bs-list-group-active-border-color:var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color:var(--bs-warning-text-emphasis);--bs-list-group-bg:var(--bs-warning-bg-subtle);--bs-list-group-border-color:var(--bs-warning-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-warning-border-subtle);--bs-list-group-active-color:var(--bs-warning-bg-subtle);--bs-list-group-active-bg:var(--bs-warning-text-emphasis);--bs-list-group-active-border-color:var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color:var(--bs-danger-text-emphasis);--bs-list-group-bg:var(--bs-danger-bg-subtle);--bs-list-group-border-color:var(--bs-danger-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-danger-border-subtle);--bs-list-group-active-color:var(--bs-danger-bg-subtle);--bs-list-group-active-bg:var(--bs-danger-text-emphasis);--bs-list-group-active-border-color:var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color:var(--bs-light-text-emphasis);--bs-list-group-bg:var(--bs-light-bg-subtle);--bs-list-group-border-color:var(--bs-light-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-light-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-light-border-subtle);--bs-list-group-active-color:var(--bs-light-bg-subtle);--bs-list-group-active-bg:var(--bs-light-text-emphasis);--bs-list-group-active-border-color:var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color:var(--bs-dark-text-emphasis);--bs-list-group-bg:var(--bs-dark-bg-subtle);--bs-list-group-border-color:var(--bs-dark-border-subtle);--bs-list-group-action-hover-color:var(--bs-emphasis-color);--bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);--bs-list-group-action-active-color:var(--bs-emphasis-color);--bs-list-group-action-active-bg:var(--bs-dark-border-subtle);--bs-list-group-active-color:var(--bs-dark-bg-subtle);--bs-list-group-active-bg:var(--bs-dark-text-emphasis);--bs-list-group-active-border-color:var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity:.5;--bs-btn-close-hover-opacity:.75;--bs-btn-close-focus-shadow:0 0 0 .25rem #0d6efd40;--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:.25;box-sizing:content-box;width:1em;height:1em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);opacity:var(--bs-btn-close-opacity);border:0;border-radius:.375rem;padding:.25em}.btn-close:hover{color:var(--bs-btn-close-color);opacity:var(--bs-btn-close-hover-opacity);text-decoration:none}.btn-close:focus{box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);outline:0}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:.75rem;--bs-toast-padding-y:.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width:var(--bs-border-width);--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:var(--bs-border-radius);--bs-toast-box-shadow:var(--bs-box-shadow);--bs-toast-header-color:var(--bs-secondary-color);--bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color:var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius);background-clip:padding-box}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;z-index:var(--bs-toast-zindex);pointer-events:none;width:max-content;max-width:100%;position:absolute}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));background-clip:padding-box;align-items:center;display:flex}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:.5rem;--bs-modal-color:var(--bs-body-color);--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);z-index:var(--bs-modal-zindex);outline:0;width:100%;height:100%;display:none;position:fixed;top:0;left:0;overflow:hidden auto}.modal-dialog{width:auto;margin:var(--bs-modal-margin);pointer-events:none;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{min-height:calc(100% - var(--bs-modal-margin) * 2);align-items:center;display:flex}.modal-content{width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:relative}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:.5;z-index:var(--bs-backdrop-zindex);background-color:var(--bs-backdrop-bg);width:100vw;height:100vh;position:fixed;top:0;left:0}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);flex-shrink:0;align-items:center;display:flex}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{line-height:var(--bs-modal-title-line-height);margin-bottom:0}.modal-body{padding:var(--bs-modal-padding);flex:auto;position:relative}.modal-footer{padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius);flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;display:flex}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (width>=576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-left:auto;margin-right:auto}.modal-sm{--bs-modal-width:300px}}@media (width>=992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (width>=1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (width<=575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (width<=767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (width<=991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (width<=1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (width<=1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:.5rem;--bs-tooltip-padding-y:.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:.875rem;--bs-tooltip-color:var(--bs-body-bg);--bs-tooltip-bg:var(--bs-emphasis-color);--bs-tooltip-border-radius:var(--bs-border-radius);--bs-tooltip-opacity:.9;--bs-tooltip-arrow-width:.8rem;--bs-tooltip-arrow-height:.4rem;z-index:var(--bs-tooltip-zindex);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0;text-decoration:none;display:block}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height);display:block}.tooltip .tooltip-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg);top:-1px}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg);right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg);bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg);left:-1px}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:.875rem;--bs-popover-bg:var(--bs-body-bg);--bs-popover-border-width:var(--bs-border-width);--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:var(--bs-border-radius-lg);--bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow:var(--bs-box-shadow);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color:inherit;--bs-popover-header-bg:var(--bs-secondary-bg);--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:var(--bs-body-color);--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-style:normal;font-weight:400;line-height:1.5;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius);background-clip:padding-box;text-decoration:none;display:block}.popover .popover-arrow{width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height);display:block}.popover .popover-arrow:after,.popover .popover-arrow:before{content:"";border:0 solid #0000;display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-top>.popover-arrow:before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:var(--bs-popover-arrow-border);bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-end>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:var(--bs-popover-arrow-border);left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:var(--bs-popover-arrow-border);top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg);display:block;position:absolute;top:0;left:50%}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-start>.popover-arrow:before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:var(--bs-popover-arrow-border);right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius);margin-bottom:0}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{width:100%;position:relative;overflow:hidden}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{float:left;backface-visibility:hidden;width:100%;margin-right:-100%;transition:transform .6s ease-in-out;display:none;position:relative}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translate(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{z-index:1;color:#fff;text-align:center;width:15%;filter:var(--bs-carousel-control-icon-filter);opacity:.5;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:flex;position:absolute;top:0;bottom:0}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;width:2rem;height:2rem;display:inline-block}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{z-index:2;justify-content:center;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-indicators [data-bs-target]{box-sizing:content-box;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);opacity:.5;background-clip:padding-box;border:10px solid #0000;border-left:0;border-right:0;flex:0 auto;width:30px;height:3px;margin-left:3px;margin-right:3px;padding:0;transition:opacity .6s}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{color:var(--bs-carousel-caption-color);text-align:center;padding-top:1.25rem;padding-bottom:1.25rem;position:absolute;bottom:1.25rem;left:15%;right:15%}.carousel-dark{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg:#fff;--bs-carousel-caption-color:#fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg:#000;--bs-carousel-caption-color:#000;--bs-carousel-control-icon-filter:invert(1) grayscale(100)}.spinner-border,.spinner-grow{width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);border-radius:50%;flex-shrink:0;display:inline-block}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-border-width:.25em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:#0000}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-.125em;--bs-spinner-animation-speed:.75s;--bs-spinner-animation-name:spinner-grow;opacity:0;background-color:currentColor}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform .3s ease-in-out;--bs-offcanvas-title-line-height:1.5}@media (width<=575.98px){.offcanvas-sm{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (width<=575.98px){.offcanvas-sm.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-sm.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-sm.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (width>=576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=767.98px){.offcanvas-md{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (width<=767.98px){.offcanvas-md.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-md.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-md.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (width>=768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=991.98px){.offcanvas-lg{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (width<=991.98px){.offcanvas-lg.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-lg.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-lg.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (width>=992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=1199.98px){.offcanvas-xl{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (width<=1199.98px){.offcanvas-xl.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-xl.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-xl.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (width>=1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}@media (width<=1399.98px){.offcanvas-xxl{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}}@media (width<=1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (width<=1399.98px){.offcanvas-xxl.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas-xxl.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas-xxl.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (width>=1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:#0000!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{flex-grow:0;padding:0;display:flex;overflow-y:visible;background-color:#0000!important}}.offcanvas{z-index:var(--bs-offcanvas-zindex);max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);transition:var(--bs-offcanvas-transition);background-clip:padding-box;outline:0;flex-direction:column;display:flex;position:fixed;bottom:0}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;left:0;transform:translate(-100%)}.offcanvas.offcanvas-end{width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);top:0;right:0;transform:translate(100%)}.offcanvas.offcanvas-top{height:var(--bs-offcanvas-height);border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;top:0;left:0;right:0;transform:translateY(-100%)}.offcanvas.offcanvas-bottom{height:var(--bs-offcanvas-height);border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);max-height:100%;left:0;right:0;transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{z-index:1040;background-color:#000;width:100vw;height:100vh;position:fixed;top:0;left:0}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);align-items:center;display:flex}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{line-height:var(--bs-offcanvas-title-line-height);margin-bottom:0}.offcanvas-body{padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);flex-grow:1;overflow-y:auto}.placeholder{vertical-align:middle;cursor:wait;opacity:.5;background-color:currentColor;min-height:1em;display:inline-block}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:2s ease-in-out infinite placeholder-glow}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{animation:2s linear infinite placeholder-wave;-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.text-bg-primary{color:#fff!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important}.link-primary:focus,.link-primary:hover{color:RGBA(10,88,202,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important}.link-secondary:focus,.link-secondary:hover{color:RGBA(86,94,100,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important}.link-success:focus,.link-success:hover{color:RGBA(20,108,67,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important}.link-info:focus,.link-info:hover{color:RGBA(61,213,243,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important}.link-warning:focus,.link-warning:hover{color:RGBA(255,205,57,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important}.link-danger:focus,.link-danger:hover{color:RGBA(176,42,55,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important}.link-light:focus,.link-light:hover{color:RGBA(249,250,251,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important}.link-dark:focus,.link-dark:hover{color:RGBA(26,30,33,var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-body-emphasis:focus,.link-body-emphasis:hover{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;-webkit-text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,.75))!important}.focus-ring:focus{box-shadow:var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);outline:0}.icon-link{-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,.5));text-underline-offset:.25em;backface-visibility:hidden;align-items:center;gap:.375rem;display:inline-flex}.icon-link>.bi{fill:currentColor;flex-shrink:0;width:1em;height:1em;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.icon-link>.bi{transition:none}}.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi{transform:var(--bs-icon-link-transform,translate3d(.25em,0,0))}.ratio{width:100%;position:relative}.ratio:before{padding-top:var(--bs-aspect-ratio);content:"";display:block}.ratio>*{width:100%;height:100%;position:absolute;top:0;left:0}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571%}.fixed-top{z-index:1030;position:fixed;top:0;left:0;right:0}.fixed-bottom{z-index:1030;position:fixed;bottom:0;left:0;right:0}.sticky-top{z-index:1020;position:sticky;top:0}.sticky-bottom{z-index:1020;position:sticky;bottom:0}@media (width>=576px){.sticky-sm-top{z-index:1020;position:sticky;top:0}.sticky-sm-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=768px){.sticky-md-top{z-index:1020;position:sticky;top:0}.sticky-md-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=992px){.sticky-lg-top{z-index:1020;position:sticky;top:0}.sticky-lg-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1200px){.sticky-xl-top{z-index:1020;position:sticky;top:0}.sticky-xl-bottom{z-index:1020;position:sticky;bottom:0}}@media (width>=1400px){.sticky-xxl-top{z-index:1020;position:sticky;top:0}.sticky-xxl-bottom{z-index:1020;position:sticky;bottom:0}}.hstack{flex-direction:row;align-self:stretch;align-items:center;display:flex}.vstack{flex-direction:column;flex:auto;align-self:stretch;display:flex}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important}.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption){position:absolute!important}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden!important}.stretched-link:after{z-index:1;content:"";position:absolute;inset:0}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vr{width:var(--bs-border-width);opacity:.25;background-color:currentColor;align-self:stretch;min-height:1em;display:inline-block}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-none{-o-object-fit:none!important;object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity:1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity:.1}.border-opacity-25{--bs-border-opacity:.25}.border-opacity-50{--bs-border-opacity:.5}.border-opacity-75{--bs-border-opacity:.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity:1;color:#00000080!important}.text-white-50{--bs-text-opacity:1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity:1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity:1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity:1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:.25}.text-opacity-50{--bs-text-opacity:.5}.text-opacity-75{--bs-text-opacity:.75}.text-opacity-100{--bs-text-opacity:1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity:.1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity:.25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity:.5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity:.75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity:1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity:1;-webkit-text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:.1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:.25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:.5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:.75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:#0000!important}.bg-body-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity:1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:.1}.bg-opacity-25{--bs-bg-opacity:.25}.bg-opacity-50{--bs-bg-opacity:.5}.bg-opacity-75{--bs-bg-opacity:.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (width>=576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-sm-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-sm-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-sm-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-sm-none{-o-object-fit:none!important;object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-sm-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-sm-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-sm-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-sm-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-sm-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (width>=768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-md-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-md-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-md-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-md-none{-o-object-fit:none!important;object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-md-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-md-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-md-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-md-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-md-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (width>=992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-lg-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-lg-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-lg-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-lg-none{-o-object-fit:none!important;object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-lg-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-lg-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-lg-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-lg-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-lg-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (width>=1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xl-none{-o-object-fit:none!important;object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (width>=1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-fit-xxl-cover{-o-object-fit:cover!important;object-fit:cover!important}.object-fit-xxl-fill{-o-object-fit:fill!important;object-fit:fill!important}.object-fit-xxl-scale{-o-object-fit:scale-down!important;object-fit:scale-down!important}.object-fit-xxl-none{-o-object-fit:none!important;object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{-moz-column-gap:0!important;column-gap:0!important}.column-gap-xxl-1{-moz-column-gap:.25rem!important;column-gap:.25rem!important}.column-gap-xxl-2{-moz-column-gap:.5rem!important;column-gap:.5rem!important}.column-gap-xxl-3{-moz-column-gap:1rem!important;column-gap:1rem!important}.column-gap-xxl-4{-moz-column-gap:1.5rem!important;column-gap:1.5rem!important}.column-gap-xxl-5{-moz-column-gap:3rem!important;column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (width>=1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.ecm-font-size-xs{font-size:var(--font-size-xs)}.ecm-font-size-sm{font-size:var(--font-size-sm)}.ecm-font-size-md{font-size:var(--font-size-md)}.ecm-font-size-lg{font-size:var(--font-size-lg)}.ecm-font-size-xl{font-size:var(--font-size-xl)}.ecm-font-weight-light{font-weight:var(--font-weight-light)}.ecm-font-weight-regular{font-weight:var(--font-weight-regular)}.ecm-font-weight-medium{font-weight:var(--font-weight-medium)}.ecm-font-weight-semibold{font-weight:var(--font-weight-semibold)}.ecm-font-weight-bold{font-weight:var(--font-weight-bold)}.ecm-line-height-tight{line-height:var(--line-height-tight)}.ecm-line-height-snug{line-height:var(--line-height-snug)}.ecm-line-height-normal{line-height:var(--line-height-normal)}.ecm-line-height-relaxed{line-height:var(--line-height-relaxed)}.ecm-line-height-loose{line-height:var(--line-height-loose)}.ecm-gap-0{gap:var(--theme-gap-0)}.ecm-gap-xs{gap:var(--theme-gap-xs)}.ecm-gap-sm{gap:var(--theme-gap-sm)}.ecm-gap-md{gap:var(--theme-gap-md)}.ecm-gap-lg{gap:var(--theme-gap-lg)}.ecm-gap-xl{gap:var(--theme-gap-xl)}.ecm-gap-2xl{gap:var(--theme-gap-2xl)}.ecm-padding-0{padding:var(--theme-space-0)}.ecm-padding-xs{padding:var(--theme-space-xs)}.ecm-padding-sm{padding:var(--theme-space-sm)}.ecm-padding-md{padding:var(--theme-space-md)}.ecm-padding-lg{padding:var(--theme-space-lg)}.ecm-padding-xl{padding:var(--theme-space-xl)}.ecm-text-color-primary{color:var(--theme-text)}.ecm-text-color-secondary{color:var(--theme-text-secondary)}.ecm-text-color-muted{color:var(--theme-text-muted)}.ecm-text-color-disabled{color:var(--theme-text-disabled)}.ecm-text-color-inverse{color:var(--theme-text-inverse)}.ecm-text-color-success{color:var(--theme-success)}.ecm-text-color-warning{color:var(--theme-warning)}.ecm-text-color-danger{color:var(--theme-danger)}.ecm-text-color-link{color:var(--theme-text-link)}.ecm-bg-color-page{background-color:var(--theme-bg)}.ecm-bg-color-surface{background-color:var(--theme-surface)}.ecm-bg-color-subtle{background-color:var(--theme-surface-muted)}.ecm-bg-color-accent{background-color:var(--theme-bg-accent)}.ecm-bg-color-inverse{background-color:var(--theme-surface-inverse)}.ecm-bg-color-success{background-color:var(--theme-bg-success)}.ecm-bg-color-warning{background-color:var(--theme-bg-warning)}.ecm-bg-color-danger{background-color:var(--theme-bg-danger)}.ecm-bg-color-link{background-color:var(--theme-bg-link)}.ecm-radius-0{border-radius:var(--ecm-radius-0)}.ecm-radius-xs{border-radius:var(--ecm-radius-xs)}.ecm-radius-sm{border-radius:var(--ecm-radius-sm)}.ecm-radius-md{border-radius:var(--ecm-radius-md)}.ecm-radius-lg{border-radius:var(--ecm-radius-lg)}.ecm-radius-xl{border-radius:var(--ecm-radius-xl)}@supports (corner-shape:squircle){.ecm-radius-xs,.ecm-radius-sm,.ecm-radius-md,.ecm-radius-lg,.ecm-radius-xl{corner-shape:squircle}}.ecm-focus-ring:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-cursor-pointer{cursor:pointer}.ecm-pointer-events-none{pointer-events:none}.ecm-object-cover{-o-object-fit:cover;object-fit:cover}.ecm-object-contain{-o-object-fit:contain;object-fit:contain}.ecm-radius-full{border-radius:var(--theme-radius-full)}.ecm-empty-state-widget{min-height:0}.ecm-empty-state-widget-icon{width:var(--theme-dashboard-widget-empty-icon-size);height:var(--theme-dashboard-widget-empty-icon-size)}.ecm-empty-state-widget-icon svg,.ecm-empty-state-widget-icon img{width:100%;height:100%}.ecm-empty-state-widget-title{font-size:var(--theme-dashboard-widget-empty-title-font-size);font-weight:var(--font-weight-semibold);color:var(--theme-text);margin:0}.ecm-empty-state-widget-description{margin:0}.support-add-ticket{--theme-add-ticket-modal-max-width:450px;--theme-add-ticket-container-max-height:90vh;--theme-add-ticket-container-padding:var(--space-5);--theme-add-ticket-container-gap:var(--space-5);--theme-add-ticket-form-gap:var(--space-5);--theme-add-ticket-fields-gap:var(--space-3);--theme-add-ticket-description-min-height:9rem;--theme-add-ticket-footer-gap:var(--space-3);--theme-add-ticket-footer-padding-top:var(--space-3);--theme-add-ticket-footer-border-color:var(--theme-border,var(--color-bg));--theme-add-ticket-container-padding-compact:var(--space-3);--theme-add-ticket-container-gap-compact:var(--space-3);--theme-add-ticket-form-gap-compact:var(--space-3)}html{scroll-behavior:smooth;width:100%;height:100%;font-size:100%}body{margin:var(--theme-space-0);width:100%;height:100%;font-family:var(--font-family-sans);background-color:var(--color-bg);color:var(--color-text);line-height:var(--line-height-normal);transition:var(--motion-transition-theme);overflow:hidden}#root{width:100%;height:100%;min-height:100dvh}div[style*=clip-path],[style*=clip-path]{backface-visibility:hidden;will-change:transform;contain:layout style;isolation:isolate;transform:translate(0,0)}div[style*=clip-path]>*,[style*=clip-path]>*{border-radius:0!important;overflow:visible!important}h1,h2,h3{color:var(--color-text);margin:var(--theme-space-0)}h1{font-size:var(--font-size-xl);font-weight:var(--text-page-title-weight);line-height:var(--text-page-title-line-height)}h2{font-size:var(--font-size-md);font-weight:var(--text-section-title-weight);line-height:var(--text-section-title-line-height)}h3{font-size:var(--font-size-normal);font-weight:var(--text-section-title-weight);line-height:var(--text-section-title-line-height)}span,p{font-size:var(--font-size-md);color:var(--color-text);margin:var(--theme-space-0)}input,select,textarea{width:100%;padding:var(--theme-space-md);font-size:var(--font-size-md);color:var(--color-text);background-color:var(--color-surface);border-radius:var(--theme-radius-md);border:none;height:3rem;font-family:inherit}button{font-family:inherit}input::-moz-placeholder{color:var(--color-text)}textarea::-moz-placeholder{color:var(--color-text)}input::placeholder,textarea::placeholder{color:var(--color-text)}textarea{resize:none}input[type=checkbox]{width:var(--checkbox-size);height:var(--checkbox-size);min-height:var(--checkbox-size);max-width:var(--checkbox-size);border-radius:var(--checkbox-radius);accent-color:var(--color-primary);cursor:pointer;flex-shrink:0}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}.text-muted{color:var(--color-text)}.text_nowrap{white-space:nowrap}.quick_actions{gap:var(--theme-space-md)}.quick_actions_text{font-size:var(--font-size-md);font-weight:var(--font-weight-regular);color:var(--color-text)}.ec-tooltip-chart-font{clip-path:inset(0 round var(--chart-tooltip-squircle-radius))!important;border:none!important;border-radius:0!important;line-height:1.4!important;overflow:hidden!important}.ec-tooltip-chart-font,.ec-tooltip-chart-font *{font-family:var(--font-family-sans)!important;font-size:var(--chart-tooltip-font-size)!important;color:var(--color-text)!important}.grid{gap:var(--theme-dashboard-grid-gap)}.ecm-grid-row{gap:var(--theme-dashboard-grid-gap);box-sizing:border-box;align-items:stretch;width:100%;min-width:0;display:grid}.ecm-grid-row>*{box-sizing:border-box;width:100%;min-width:0}.ecm-dashboard-span-1{grid-column:span 1}.ecm-dashboard-span-2{grid-column:span 2}.ecm-dashboard-span-3{grid-column:span 3}.ecm-auto-card-grid{gap:var(--theme-dashboard-grid-gap);box-sizing:border-box;grid-template-columns:repeat(auto-fit, minmax(var(--theme-card-grid-min-width), 1fr));align-items:stretch;width:100%;min-width:0;display:grid}.ecm-auto-card-grid>*{width:100%;min-width:0}.row-1-equal{grid-template-columns:minmax(0,1fr)}.row-2-equal{grid-template-columns:repeat(4,minmax(0,1fr))}.row-2-1-4{grid-template-columns:minmax(0,1fr) minmax(0,3fr)}.row-2-3-4{grid-template-columns:minmax(0,3fr) minmax(0,1fr)}.row-3-equal{grid-template-columns:repeat(3,minmax(0,1fr))}.ecm-grid-row.row-3-equal{align-items:stretch}.ecm-grid-row.row-3-equal>*{min-width:0;height:100%}.ecm-grid-row.row-3-equal>* [data-widget-card]{height:100%}.row-3-2-1-1,.row-3-1-1-2,.row-3-1-2-1{grid-template-columns:repeat(4,minmax(0,1fr))}.ecm-grid-row.row-3-1-2-1>*,.ecm-grid-row.row-3-2-1-1>*,.ecm-grid-row.row-3-1-1-2>*,.ecm-grid-row.row-2-equal>*{width:100%;min-width:0}@media (width>=992px){.ecm-grid-row.row-2-equal>*{grid-column:span 2}}.row-4-equal,.ecm-grid-row.row-4-equal.ecm-companies-card-grid,.ecm-grid-row.row-4-equal.ecm-clients-card-grid,.ecm-grid-row.row-4-equal.ecm-projects-card-grid,.ecm-grid-row.row-4-equal.ecm-users-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ecm-companies-card-grid>*,.ecm-clients-card-grid>*,.ecm-projects-card-grid>*,.ecm-users-card-grid>*,.ecm-company-card-container,.ecm-client-card-container{width:100%;min-width:0}@media (width<=1399.98px){.ecm-grid-row.row-4-equal.ecm-companies-card-grid,.ecm-grid-row.row-4-equal.ecm-clients-card-grid,.ecm-grid-row.row-4-equal.ecm-projects-card-grid,.ecm-grid-row.row-4-equal.ecm-users-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=991.98px){.ecm-grid-row.row-4-equal.ecm-companies-card-grid,.ecm-grid-row.row-4-equal.ecm-clients-card-grid,.ecm-grid-row.row-4-equal.ecm-projects-card-grid,.ecm-grid-row.row-4-equal.ecm-users-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=575.98px){.ecm-grid-row.row-4-equal.ecm-companies-card-grid,.ecm-grid-row.row-4-equal.ecm-clients-card-grid,.ecm-grid-row.row-4-equal.ecm-projects-card-grid,.ecm-grid-row.row-4-equal.ecm-users-card-grid{grid-template-columns:minmax(0,1fr)}}.ecm-grid-row.equalHeightCards{align-items:stretch}.ecm-grid-row.equalHeightCards>*{align-self:stretch;width:100%;min-width:0;height:100%}.ecm-grid-row.equalHeightCards>.ecm-box-container,.ecm-grid-row.equalHeightCards>*>.ecm-box-container,.ecm-grid-row.equalHeightCards>*>.ecm-box,.ecm-grid-row.equalHeightCards>*>[data-widget-card],.ecm-grid-row.equalHeightCards>* .ecm-box-container,.ecm-grid-row.equalHeightCards>* .ecm-box,.ecm-grid-row.equalHeightCards>* [data-widget-card]{width:100%;min-width:0;height:100%}@media (width<=767.98px){.ecm-grid-row.row-2-equal,.ecm-grid-row.row-2-1-4,.ecm-grid-row.row-2-3-4,.ecm-grid-row.row-3-equal,.ecm-grid-row.row-3-2-1-1,.ecm-grid-row.row-3-1-1-2,.ecm-grid-row.row-3-1-2-1,.ecm-grid-row.row-4-equal{grid-template-columns:minmax(0,1fr)}.ecm-grid-row>.ecm-dashboard-span-1,.ecm-grid-row>.ecm-dashboard-span-2,.ecm-grid-row>.ecm-dashboard-span-3{grid-column:auto}}@media (width>=768px) and (width<=991.98px){.ecm-grid-row.row-2-equal,.ecm-grid-row.row-3-equal,.ecm-grid-row.row-3-2-1-1,.ecm-grid-row.row-3-1-1-2,.ecm-grid-row.row-3-1-2-1,.ecm-grid-row.row-4-equal{grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-grid-row>.ecm-dashboard-span-1,.ecm-grid-row>.ecm-dashboard-span-2,.ecm-grid-row>.ecm-dashboard-span-3{grid-column:auto}.ecm-grid-row.row-3-1-2-1>:first-child{order:1}.ecm-grid-row.row-3-1-2-1>:nth-child(3){order:2}.ecm-grid-row.row-3-1-2-1>:nth-child(2){order:3;grid-column:1/-1}.ecm-grid-row.ecm-grid-tablet-1{grid-template-columns:minmax(0,1fr)}.ecm-grid-row.ecm-grid-tablet-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.main_content_container{gap:var(--theme-space-md);flex:none;min-height:min-content;overflow:visible}.page_scroll .main_content_container,.main_content_box_inner .main_content_container{min-height:min-content;padding-bottom:var(--theme-space-md);flex:none;overflow:visible}.main_content_container.main_content_fill,.page_scroll>.main_content_fill,.main_content_box_inner>.main_content_fill{flex:auto;min-height:100%;padding-bottom:0}.page_scroll .ecm-grid-row>*,.main_content_box_inner .ecm-grid-row>*{min-height:min-content}@media screen and (width<=1366px){input,select,textarea{font-size:var(--font-size-md);height:2.5rem}}:focus:not(:focus-visible){outline:none}:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible,[tabindex]:not([tabindex="-1"]):focus-visible,input[type=checkbox]:focus-visible,input[type=radio]:focus-visible{outline:var(--focus-ring-width) solid var(--focus-ring-color);outline-offset:var(--focus-ring-offset)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.u-scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.u-scrollbar-hidden::-webkit-scrollbar{background:0 0;width:0;height:0;display:none}.ecm-content-max-width{max-width:var(--theme-content-max-width)}.ecm-filter-search{flex:1 1 var(--theme-filter-search-basis);min-width:min(100%, var(--theme-filter-search-basis))}.ecm-divider{gap:var(--divider-gap,var(--theme-gap-sm));color:var(--divider-color,var(--theme-text))}.ecm-divider-line{background-color:var(--divider-color,var(--theme-text))}.ecm-divider-label{font-size:var(--divider-label-size,var(--font-size-normal));color:var(--divider-label-color,var(--divider-color,var(--theme-text)));white-space:nowrap;flex-shrink:0}.ecm-divider-horizontal{width:var(--divider-length,100%);max-width:100%}.ecm-divider-horizontal .ecm-divider-line{height:var(--divider-thickness,var(--border-width-default));flex:1 1 0;align-self:center;min-width:0}.ecm-divider-vertical{width:max-content;height:var(--divider-length,100%)}.ecm-divider-vertical .ecm-divider-line{width:var(--divider-thickness,var(--border-width-default));min-height:var(--divider-thickness,var(--border-width-default));flex:1 1 0}.ecm-divider-with-label.ecm-divider-vertical{justify-content:center}.ecm-info-card-row{gap:var(--theme-info-card-row-gap)}.ecm-info-card-label{font-size:var(--font-size-xs);opacity:var(--theme-info-card-label-opacity);padding:0}.ecm-info-card-value{font-size:var(--font-size-md);font-weight:var(--font-weight-medium);padding:0}.ecm-export-button-status{font-size:var(--font-size-xs)}.ecm-search-bar{height:var(--theme-search-bar-height);padding:0 var(--theme-search-bar-padding-inline);gap:var(--theme-search-bar-gap);background-color:var(--ecm-control-bg,var(--theme-control-bg));box-sizing:border-box}.ecm-search-bar-shell:focus-within{box-shadow:var(--theme-search-focus-shadow);outline:none}.ecm-search-bar-icon{width:var(--theme-search-bar-icon-size);height:var(--theme-search-bar-icon-size);color:var(--theme-text)}.ecm-search-bar-input{font-size:var(--font-size-md);color:var(--theme-text);min-width:0;box-shadow:none;border:0;outline:none;flex:1;padding:0;font-family:inherit}.ecm-search-bar-input::placeholder{color:var(--theme-text);font-size:var(--font-size-md)}.ecm-search-bar-input:focus,.ecm-search-bar-input:focus-visible{outline-offset:0;box-shadow:none;border:0;outline:none}.ecm-search-bar-shortcut{font-size:var(--font-size-normal);color:var(--theme-text);padding:0 var(--theme-search-bar-shortcut-padding-inline);background-color:var(--theme-surface);border-radius:var(--theme-radius-sm);white-space:nowrap}.ecm-search-bar-results{top:calc(100% + var(--theme-search-bar-results-offset));z-index:var(--theme-select-dropdown-z-menu);max-height:var(--theme-search-bar-results-max-height);scrollbar-width:none;-ms-overflow-style:none;left:0;right:0;overflow-y:auto}.ecm-search-bar-results::-webkit-scrollbar{width:0;height:0;display:none}.ecm-search-bar-results-list{padding:var(--theme-search-bar-results-padding-block) 0;background-color:var(--theme-surface)}.ecm-search-bar-result-item{padding:var(--theme-search-bar-result-padding-y) var(--theme-search-bar-result-padding-x);cursor:pointer;font-family:inherit;font-size:inherit;color:var(--theme-text)}.ecm-search-bar-result-item:hover{background-color:var(--theme-search-bar-result-hover-bg)}@media screen and (width<=1366px){.ecm-search-bar{height:var(--theme-search-bar-height-compact)}}.ecm-list-page-filter-select{min-width:var(--theme-list-page-filter-min-width)}.ecm-list-page-view-button{padding:var(--theme-list-page-view-button-padding);background-color:var(--theme-surface);cursor:pointer;opacity:var(--theme-list-page-view-button-inactive-opacity);color:var(--theme-text)}.ecm-list-page-view-button:hover{opacity:1}.ecm-list-page-view-button:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-list-page-view-button-active{background-color:var(--theme-primary);opacity:1;color:var(--theme-text-inverse)}.ecm-list-page-view-button-active svg{fill:var(--theme-text-inverse)}.ecm-list-page-view-button-active img{filter:brightness(0)invert()}.ecm-list-page-view-button svg,.ecm-list-page-view-button img{width:var(--theme-list-page-view-icon-size);height:var(--theme-list-page-view-icon-size)}@media screen and (width<=1366px){.ecm-list-page-view-button svg,.ecm-list-page-view-button img{width:var(--theme-list-page-view-icon-size-compact);height:var(--theme-list-page-view-icon-size-compact)}}.ecm-task-empty-state{min-height:var(--theme-task-empty-min-height);padding:var(--padding-lg)}.ecm-task-empty-icon{width:var(--theme-task-empty-icon-size);height:var(--theme-task-empty-icon-size);border-radius:var(--radius-full);background-color:var(--theme-bg);color:var(--theme-text-muted)}.ecm-task-filters-toolbar{align-items:flex-end;gap:var(--theme-gap-md);flex-wrap:wrap;width:100%;min-width:0;display:flex}.ecm-task-filters-toolbar>.ecm-task-filters-search{flex:1 1 var(--theme-task-search-min-width);min-width:0;max-width:100%}.ecm-task-filters-toolbar>.ecm-task-filters-control{flex:0 1 var(--theme-task-filter-min-width);width:var(--theme-task-filter-min-width);min-width:0;max-width:100%}.ecm-task-filters-toolbar>.ecm-task-filters-actions{flex:none;align-items:center;display:flex}@media (width<=768px){.ecm-task-filters-toolbar>.ecm-task-filters-search,.ecm-task-filters-toolbar>.ecm-task-filters-control{flex:100%;width:100%}}.ecm-task-date-range,.ecm-date-range-picker{min-width:0;max-width:100%;width:var(--theme-task-date-range-width);flex:0 auto;position:relative}.ecm-date-range-picker-open{z-index:var(--theme-select-dropdown-z-menu)}.ecm-date-range-trigger{height:var(--theme-control-height);min-height:var(--theme-control-height);padding:0 var(--theme-control-padding-x);font-family:inherit;font-size:inherit;line-height:var(--line-height-tight);cursor:pointer;color:var(--theme-control-text);background-color:var(--ecm-control-bg,var(--theme-surface));box-sizing:border-box}.ecm-date-range-picker-sm .ecm-date-range-trigger{height:var(--theme-control-height-compact);min-height:var(--theme-control-height-compact)}.ecm-date-range-trigger-placeholder{color:var(--theme-text-muted)}.ecm-date-range-trigger-disabled{cursor:not-allowed;color:var(--theme-text-disabled);opacity:.72}.ecm-date-range-label{text-align:left;min-width:0;line-height:var(--line-height-tight);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ecm-date-range-backdrop{z-index:var(--theme-select-dropdown-z-backdrop);background:var(--theme-modal-overlay-bg);-webkit-backdrop-filter:blur(var(--theme-modal-backdrop-blur));pointer-events:auto;inset:0}.ecm-date-range-popover{top:var(--ecm-date-range-popover-top);left:var(--ecm-date-range-popover-left);width:var(--ecm-date-range-popover-width);min-width:var(--theme-date-range-popover-width);max-width:calc(100vw - var(--theme-gap-md));z-index:var(--theme-select-dropdown-z-menu);box-sizing:border-box}.ecm-date-range-popover-surface{background-color:var(--theme-surface);box-shadow:var(--theme-shadow-md)}.ecm-date-range-popover-body{padding:var(--theme-gap-md);background-color:var(--theme-surface)}.ecm-date-range-nav{width:var(--theme-date-range-nav-size);height:var(--theme-date-range-nav-size);color:var(--theme-text);background-color:var(--theme-surface-muted);border-radius:var(--theme-radius-sm);cursor:pointer}.ecm-date-range-month-label{color:var(--theme-text);text-align:center;font-weight:600}.ecm-date-range-weekdays,.ecm-date-range-grid{gap:var(--theme-gap-xs);grid-template-columns:repeat(7,minmax(0,1fr));display:grid}.ecm-date-range-weekday{min-height:var(--theme-date-range-day-size);color:var(--theme-text-muted);font-size:var(--font-size-sm);justify-content:center;align-items:center;display:flex}.ecm-date-range-day{width:32px;height:32px;padding:0 var(--theme-space-xs);border:var(--border-width-default) solid transparent;border-radius:var(--theme-radius-xl);font:inherit;color:var(--theme-text);cursor:pointer;box-sizing:border-box;font-size:var(--font-size-sm);background-color:#0000;justify-content:center;align-items:center;display:inline-flex}.ecm-date-range-day:hover:not(:disabled){background-color:var(--theme-surface-muted)}.ecm-date-range-day-outside{color:var(--theme-text-muted)}.ecm-date-range-day-today{border-color:var(--theme-primary)}.ecm-date-range-day-in-range{background-color:var(--theme-primary-soft);font-weight:var(--font-weight-semibold)}.ecm-date-range-day-selected,.ecm-date-range-day-start,.ecm-date-range-day-end{color:var(--theme-text-inverse);background-color:var(--theme-primary);font-weight:var(--font-weight-semibold)}.ecm-date-range-day-selected:hover:not(:disabled),.ecm-date-range-day-start:hover:not(:disabled),.ecm-date-range-day-end:hover:not(:disabled){background-color:var(--theme-primary-hover);color:var(--theme-text-inverse)}.ecm-date-range-day-disabled,.ecm-date-range-day:disabled{color:var(--theme-text-disabled);cursor:not-allowed;background-color:#0000}.ecm-date-range-footer{border-top:var(--border-width-default) solid var(--theme-border);padding-top:var(--theme-gap-sm)}@media (width<=768px){.ecm-task-date-range,.ecm-date-range-picker{width:100%}.ecm-date-range-trigger{height:var(--theme-control-height-compact);min-height:var(--theme-control-height-compact)}.ecm-date-range-popover-sheet{width:min(100vw - var(--theme-gap-md), var(--theme-date-range-sheet-max-width))}}.ecm-task-bulk-bar,.ecm-task-project-header{padding-bottom:var(--gap-sm)}.ecm-task-project-stats{gap:var(--theme-task-project-stats-gap);color:var(--theme-text-muted);font-size:var(--font-size-xs)}.ecm-task-form-row{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=768px){.ecm-task-form-row{grid-template-columns:minmax(0,1fr)}}.ecm-task-form-actions{padding-top:var(--theme-task-form-actions-padding-top)}.ecm-task-detail-layout{gap:var(--theme-task-detail-gap)}.ecm-task-detail-title{font-size:var(--font-size-xl);color:var(--theme-text);font-weight:600}.ecm-task-detail-meta{gap:var(--theme-task-form-gap);font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-task-detail-meta-opacity)}.ecm-task-detail-company{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-task-detail-meta-opacity)}.ecm-task-detail-description{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-task-detail-description-opacity)}.ecm-task-detail-notes{color:var(--theme-text-muted);font-size:var(--font-size-normal)}.ecm-task-detail-tags{gap:var(--theme-task-tag-gap)}.ecm-task-detail-tag{padding:var(--theme-task-tag-padding-y) var(--theme-task-tag-padding-x);border-radius:var(--radius-full);background:var(--theme-bg);font-size:var(--font-size-xs)}.ecm-task-detail-info-grid{gap:0;display:grid}.ecm-task-detail-row{padding:var(--theme-space-sm) 0;font-size:var(--font-size-md)}.ecm-task-detail-label{color:var(--theme-text);opacity:var(--theme-task-detail-label-opacity)}.ecm-task-detail-value{color:var(--theme-text);font-weight:500}.ecm-task-detail-assignee{gap:var(--theme-task-form-gap)}.ecm-task-comment-list{gap:var(--theme-task-detail-gap);padding:0;list-style:none}.ecm-task-comment-item{gap:var(--theme-task-detail-gap)}.ecm-task-comment-body{gap:var(--theme-task-form-gap);flex:1;min-width:0}.ecm-task-comment-meta{gap:var(--theme-task-form-gap);font-size:var(--font-size-normal)}.ecm-task-comment-author{color:var(--theme-text);font-weight:600}.ecm-task-comment-time{opacity:var(--theme-task-comment-meta-opacity)}.ecm-task-comment-text{font-size:var(--font-size-md);color:var(--theme-text)}.ecm-task-comment-form{gap:var(--theme-task-detail-gap)}.ecm-task-comment-input{min-height:var(--theme-task-comment-input-min-height);padding:var(--theme-space-sm);border:var(--border-width-default) solid var(--theme-border);border-radius:var(--theme-radius-md);font:inherit;color:var(--theme-text);background:var(--theme-bg);resize:vertical}.ecm-task-comment-input:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-task-comment-actions{gap:var(--theme-task-form-gap)}.ecm-task-link-button{font:inherit;color:var(--theme-primary);cursor:pointer;padding:0;text-decoration:underline}.ecm-task-link-button:disabled{opacity:.6;cursor:not-allowed}.ecm-task-link-button:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-task-section-error{gap:var(--theme-task-form-gap);padding:var(--theme-space-sm) 0;color:var(--theme-danger);font-size:var(--font-size-md)}.ecm-task-state{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-task-detail-empty-opacity);padding:var(--theme-space-md) 0}.ecm-task-attachment-item{gap:var(--theme-task-detail-gap);padding:var(--theme-space-sm) 0;font-size:var(--font-size-md)}.ecm-task-attachment-info{gap:var(--theme-task-form-gap);min-width:0}.ecm-task-activity-list{gap:var(--theme-task-detail-gap);padding:0;list-style:none}.ecm-task-activity-item{padding:var(--theme-space-sm) 0;font-size:var(--font-size-md)}.ecm-task-activity-action{color:var(--theme-text);font-weight:600}.ecm-task-activity-change{opacity:var(--theme-task-detail-meta-opacity)}.ecm-task-activity-meta{font-size:var(--font-size-normal);opacity:var(--theme-task-activity-meta-opacity)}.ecm-task-upload-controls{padding-top:var(--theme-space-md)}.ecm-task-table{gap:var(--theme-task-table-gap)}.ecm-task-table-header{grid-template-columns:var(--theme-task-table-grid-columns);gap:var(--theme-task-table-gap);padding:0 var(--padding-sm);font-size:var(--theme-task-table-header-size);color:var(--theme-text-muted);letter-spacing:var(--theme-task-table-header-letter-spacing);font-weight:600;display:grid}.ecm-task-table-row{grid-template-columns:var(--theme-task-table-grid-columns);gap:var(--theme-task-table-gap);padding:var(--theme-task-table-row-padding);border:var(--border-width-default) solid var(--theme-border);border-radius:var(--theme-radius-md)}.ecm-task-table-row-clickable{cursor:pointer}.ecm-task-table-row-clickable:hover{border-color:var(--theme-primary)}.ecm-task-table-row-clickable:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-task-table-cell,.ecm-task-table-header-cell{text-overflow:ellipsis;min-width:0;overflow:hidden}.ecm-task-table-primary-text{font-weight:600}.ecm-task-table-actions{gap:var(--theme-task-table-actions-gap)}.ecm-task-table-header-cell[data-col=actions],.ecm-task-table-cell[data-col=actions]{min-width:var(--theme-task-table-actions-min-width);overflow:visible}.ecm-task-table-select-all{color:var(--theme-primary);cursor:pointer;font-size:var(--theme-task-table-header-size);padding:0}.ecm-task-table-select-all:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}@media (width<=68.75rem){.ecm-task-table-header,.ecm-task-table-row{grid-template-columns:var(--theme-task-table-grid-columns-compact)}.ecm-task-table-header [data-col=startDate],.ecm-task-table-row [data-col=startDate],.ecm-task-table-header [data-col=dueDate],.ecm-task-table-row [data-col=dueDate],.ecm-task-table-header [data-col=assigneeName],.ecm-task-table-row [data-col=assigneeName]{display:none}}.ecm-alert-danger{background-color:var(--theme-alert-danger-bg);border:var(--border-width-default) solid var(--theme-alert-danger-border)}.ecm-alert-danger .ecm-text-color-danger{color:color-mix(in srgb, var(--theme-danger) 55%, var(--palette-neutral-900) 45%)}.ecm-alert-warning{background-color:var(--theme-alert-warning-bg);border:var(--border-width-default) solid var(--theme-alert-warning-border)}.ecm-alert-info{background-color:var(--theme-alert-info-bg);border:var(--border-width-default) solid var(--theme-alert-info-border)}.ecm-spinner{width:var(--theme-spinner-size);height:var(--theme-spinner-size);border:var(--theme-spinner-border-width) solid var(--theme-spinner-track);border-top-color:var(--theme-spinner-fill);border-radius:var(--theme-radius-full);animation:ecm-spinner-spin var(--motion-duration-slow) linear infinite}@keyframes ecm-spinner-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ecm-spinner{border-top-color:var(--theme-spinner-fill);opacity:.7;animation:none}}.ecm-form-label{font-size:var(--theme-text-label-size);font-weight:var(--theme-text-label-weight);line-height:var(--theme-text-label-line-height);color:var(--theme-text)}.ecm-form-helper{font-size:var(--theme-text-helper-size);line-height:var(--theme-text-helper-line-height);color:var(--theme-text-muted)}.ecm-form-error{font-size:var(--theme-text-helper-size);line-height:var(--theme-text-helper-line-height);color:color-mix(in srgb, var(--theme-danger) 55%, var(--palette-neutral-900) 45%)}.ecm-form-required{color:color-mix(in srgb, var(--theme-danger) 55%, var(--palette-neutral-900) 45%)}.ecm-button{font-family:inherit;font-weight:var(--font-weight-semibold);cursor:pointer;white-space:nowrap;box-sizing:border-box;min-width:max-content;color:var(--theme-text-inverse);line-height:1}.ecm-button:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-button:hover:not(:disabled){opacity:var(--theme-button-hover-opacity)}.ecm-button:disabled{opacity:var(--theme-button-disabled-opacity);cursor:not-allowed}.ecm-button-loading,.ecm-button:disabled.ecm-button-loading{cursor:wait}.ecm-button-primary{background-color:var(--theme-button-primary-bg,var(--theme-primary))}.ecm-button-secondary{background-color:var(--theme-text)}.ecm-button-success{background-color:var(--theme-success)}.ecm-button-danger{background-color:var(--theme-danger)}.ecm-button-info{background-color:var(--theme-info)}.ecm-button-warning{background-color:var(--theme-warning)}.ecm-button-bg-override{background-color:var(--ecm-button-bg)}.ecm-button-sm{height:var(--theme-button-height-sm);width:fit-content;padding:var(--theme-button-padding-y);font-size:var(--theme-button-font-md)}.ecm-button-md{height:var(--theme-button-height-md);padding:0 var(--theme-button-padding-x-md);font-size:var(--theme-button-font-md)}.ecm-button-lg{height:var(--theme-button-height-lg);min-height:var(--theme-button-height-lg);padding:0 var(--theme-button-padding-x-lg);font-size:var(--theme-button-font-lg)}.ecm-button-icon-only{padding:var(--theme-button-padding-y)}.ecm-button-icon{color:var(--theme-text-inverse)}.ecm-button-full{min-width:100%}.ecm-button-content{color:var(--theme-text-inverse);flex:1}.ecm-button-icon img{-o-object-fit:contain;object-fit:contain;width:1em;height:1em}.ecm-button-wrapper{width:fit-content;max-width:100%}@media screen and (width<=1366px){.ecm-button-md{height:var(--theme-button-height-md-compact)}}.ecm-badge{padding:var(--theme-badge-padding-y) var(--theme-badge-padding-x);border-radius:var(--theme-radius-full);font-size:var(--theme-badge-font-size);font-weight:var(--font-weight-regular);letter-spacing:var(--theme-badge-letter-spacing);line-height:var(--line-height-tight);white-space:nowrap}.ecm-badge-sm{padding:var(--theme-badge-padding-y-sm) var(--theme-badge-padding-x-sm);font-size:var(--theme-badge-font-size-sm)}.ecm-badge-with-dot{padding-inline-start:var(--theme-badge-padding-x-sm)}.ecm-badge-dot{width:var(--theme-badge-dot-size);height:var(--theme-badge-dot-size);border-radius:var(--theme-radius-full);background-color:currentColor}.ecm-badge-primary{background-color:var(--theme-badge-primary-bg,var(--theme-sidebar-link-active-fg));color:var(--theme-surface)}.ecm-badge-primary-soft{background-color:var(--theme-entity-card-status-active-bg);color:var(--theme-entity-card-status-active-text)}.ecm-badge-success{background-color:var(--theme-badge-success-bg);color:var(--theme-surface)}.ecm-badge-warning{background-color:var(--theme-badge-warning-bg);color:var(--theme-surface)}.ecm-badge-danger{background-color:var(--theme-danger);color:var(--theme-surface)}.ecm-badge-info{background-color:var(--theme-info);color:var(--theme-surface)}.ecm-badge-neutral{background-color:var(--theme-badge-neutral-bg);color:var(--theme-text)}.ecm-control{height:var(--theme-control-height);padding:0 var(--theme-control-padding-x);font-family:inherit;font-size:var(--theme-control-font-size);color:var(--theme-control-text);background-color:var(--ecm-control-bg,var(--theme-control-bg));border-radius:var(--theme-radius-md);box-sizing:border-box}.ecm-control:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-control:disabled{opacity:var(--theme-control-disabled-opacity);cursor:not-allowed}.ecm-control-bg-override{background-color:var(--ecm-control-bg)}.ecm-control-width{width:var(--ecm-control-width);min-width:var(--ecm-control-width)}.ecm-control-textarea{height:auto;min-height:var(--theme-control-height);resize:none}@media screen and (width<=1366px){.ecm-control{height:var(--theme-control-height-compact)}.ecm-control-textarea{min-height:var(--theme-control-height-compact)}}.ecm-select-trigger-open{z-index:var(--theme-select-trigger-z-open)}.ecm-select-trigger{height:var(--theme-control-height);padding:0 var(--theme-control-padding-x);padding-right:var(--theme-control-padding-right-dropdown);font-family:inherit;font-size:inherit;cursor:pointer;color:var(--theme-control-text);background-color:var(--ecm-control-bg,var(--theme-control-bg));box-sizing:border-box;outline:none}.ecm-select-trigger:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-select-trigger-disabled{opacity:var(--theme-control-disabled-opacity);cursor:not-allowed;pointer-events:none}.ecm-select-variant-default{background-color:var(--ecm-control-bg,var(--theme-control-bg))}.ecm-select-variant-outlined,.ecm-select-variant-filled{background-color:var(--theme-control-bg-muted)}.ecm-select-variant-surface{background-color:var(--theme-surface)}.ecm-select-trigger.ecm-control-bg-override{background-color:var(--ecm-control-bg)}.ecm-select-with-icon{padding-left:var(--theme-control-padding-left-icon)}.ecm-select-with-dropdown-icon{padding-right:var(--theme-control-padding-right-dropdown)}.ecm-select-text{text-align:left;flex:1}.ecm-select-placeholder .ecm-select-text{color:var(--theme-control-text)}.ecm-select-icon-wrapper{left:var(--theme-control-icon-inset);z-index:1;pointer-events:none;color:var(--theme-control-text);top:50%;transform:translateY(-50%)}.ecm-select-dropdown-icon-wrapper{right:var(--theme-control-icon-inset);z-index:1;pointer-events:none;color:var(--theme-control-text);top:50%;transform:translateY(-50%)}.ecm-select-portal{z-index:var(--theme-select-portal-z);pointer-events:none;inset:0}.ecm-select-dropdown-backdrop{z-index:var(--theme-select-dropdown-z-backdrop);pointer-events:auto;inset:0}.ecm-select-dropdown-menu{top:var(--ecm-select-dropdown-top);left:var(--ecm-select-dropdown-left);width:var(--ecm-select-dropdown-width);min-width:var(--ecm-select-dropdown-width);max-width:calc(100vw - var(--theme-gap-md));z-index:var(--theme-select-dropdown-z-menu);max-height:var(--theme-select-dropdown-max-height);pointer-events:auto;position:fixed;overflow:visible}.ecm-select-dropdown-menu-squircle{width:100%;max-width:100%;max-height:var(--theme-select-dropdown-max-height);position:relative}.ecm-select-dropdown-list{background-color:var(--theme-select-dropdown-bg);max-height:var(--theme-select-dropdown-max-height);scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto!important}.ecm-select-dropdown-list::-webkit-scrollbar{width:0;height:0;display:none}.ecm-select-dropdown-list svg,.ecm-select-dropdown-list [class*=icon]{color:var(--theme-select-dropdown-text)}.ecm-select-dropdown-option{padding:var(--theme-select-option-padding-y) var(--theme-select-option-padding-x);font-size:var(--theme-control-font-size);color:var(--theme-select-dropdown-text);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ecm-select-dropdown-option:hover,.ecm-select-dropdown-option-selected{background-color:var(--theme-select-option-active-bg);font-weight:var(--font-weight-medium);color:var(--theme-select-dropdown-text)}.ecm-select-dropdown-option-disabled,.ecm-select-dropdown-option[aria-disabled=true]{opacity:var(--theme-control-disabled-opacity);cursor:not-allowed;pointer-events:none}.ecm-select-dropdown-option-disabled:hover,.ecm-select-dropdown-option[aria-disabled=true]:hover{font-weight:inherit;background-color:#0000}@media screen and (width<=1366px){.ecm-select-trigger{height:var(--theme-control-height-compact)}.ecm-select-icon-wrapper{left:var(--theme-control-icon-inset-compact)}.ecm-select-dropdown-icon-wrapper{right:var(--theme-control-icon-inset-compact)}.ecm-select-with-icon{padding-left:var(--theme-control-padding-left-icon-compact)}}.ecm-dropdown-trigger-open{z-index:var(--theme-select-trigger-z-open)}.ecm-dropdown-backdrop{z-index:var(--theme-select-dropdown-z-backdrop);inset:0}.ecm-dropdown-backdrop-interactive{pointer-events:auto}.ecm-dropdown-menu{top:calc(100% + var(--theme-select-dropdown-offset));z-index:var(--theme-select-dropdown-z-menu);max-height:var(--theme-select-dropdown-max-height);left:0;right:0;overflow:visible}.ecm-dropdown-menu-end{min-width:var(--theme-dropdown-min-width-end);left:auto;right:0}.ecm-dropdown-menu-actions{min-width:var(--theme-dropdown-min-width-actions);left:auto;right:0}.ecm-dropdown-menu-squircle{max-height:var(--theme-select-dropdown-max-height)}.ecm-dropdown-list{background-color:var(--theme-select-dropdown-bg);max-height:var(--theme-select-dropdown-max-height);scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto!important}.ecm-dropdown-menu-squircle .ecm-dropdown-list{overflow-y:auto!important}.ecm-dropdown-list::-webkit-scrollbar{width:0;height:0;display:none}.ecm-dropdown-list svg,.ecm-dropdown-list [class*=icon]{color:var(--theme-select-dropdown-text)}.ecm-dropdown-item{padding:var(--theme-select-option-padding-y) var(--theme-select-option-padding-x);font-size:var(--font-size-md);color:var(--theme-select-dropdown-text);cursor:pointer}.ecm-dropdown-item:hover{background-color:var(--theme-select-option-active-bg);font-weight:var(--font-weight-medium);color:var(--theme-select-dropdown-text)}.ecm-checkbox-label{cursor:pointer;font-size:var(--theme-control-font-size);color:var(--theme-text)}.ecm-checkbox-label-disabled{cursor:not-allowed;opacity:var(--theme-control-disabled-opacity)}.ecm-checkbox-input{width:var(--theme-sr-only-size);height:var(--theme-sr-only-size);clip:rect(0, 0, 0, 0);white-space:nowrap;padding:0}.ecm-checkbox-box{width:var(--theme-checkbox-size);height:var(--theme-checkbox-size);border:var(--theme-checkbox-border-width) solid var(--theme-border);border-radius:var(--theme-checkbox-radius);background-color:var(--theme-control-bg);transition:background-color var(--theme-transition-fast), border-color var(--theme-transition-fast)}.ecm-checkbox-input:checked+.ecm-checkbox-box,.ecm-checkbox-input:indeterminate+.ecm-checkbox-box{background-color:var(--theme-primary);border-color:var(--theme-primary)}.ecm-checkbox-input:hover:not(:disabled)+.ecm-checkbox-box{border-color:var(--theme-primary)}.ecm-checkbox-input:focus-visible+.ecm-checkbox-box{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-checkbox-input:disabled+.ecm-checkbox-box{cursor:not-allowed}.ecm-checkbox-check{width:var(--theme-checkbox-mark-width);height:var(--theme-checkbox-mark-height);border:solid var(--theme-text-inverse);border-width:0 var(--border-width-thick) var(--border-width-thick) 0;transform:rotate(45deg) translateY(var(--theme-checkbox-mark-offset-y));box-sizing:border-box}.ecm-checkbox-indeterminate{width:var(--theme-checkbox-indeterminate-width);height:var(--theme-checkbox-indeterminate-height);background-color:var(--theme-text-inverse);border-radius:var(--theme-radius-full)}.ecm-checkbox-label-text{-webkit-user-select:none;user-select:none}.ecm-toggle-label{cursor:pointer;font-size:var(--theme-control-font-size);color:var(--theme-text)}.ecm-toggle-label-disabled{cursor:not-allowed;opacity:var(--theme-control-disabled-opacity)}.ecm-toggle-input{width:var(--theme-sr-only-size);height:var(--theme-sr-only-size);clip:rect(0, 0, 0, 0);white-space:nowrap;padding:0}.ecm-toggle-track{width:var(--theme-toggle-track-width);height:var(--theme-toggle-track-height);background-color:var(--theme-toggle-track-bg);border-radius:var(--theme-toggle-track-radius);transition:background-color var(--theme-transition-fast)}.ecm-toggle-input:checked+.ecm-toggle-track{background-color:var(--theme-toggle-track-bg-checked)}.ecm-toggle-input:focus-visible+.ecm-toggle-track{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-toggle-input:disabled+.ecm-toggle-track{cursor:not-allowed}.ecm-toggle-track:after{content:"";top:var(--theme-toggle-thumb-offset);left:var(--theme-toggle-thumb-offset);width:var(--theme-toggle-thumb-size);height:var(--theme-toggle-thumb-size);background-color:var(--theme-toggle-thumb-bg);border-radius:var(--theme-radius-full);box-shadow:var(--theme-toggle-thumb-shadow);transition:transform var(--theme-transition-fast);position:absolute}.ecm-toggle-input:checked+.ecm-toggle-track:after{transform:translateX(var(--theme-toggle-thumb-travel))}.ecm-toggle-label-text{-webkit-user-select:none;user-select:none}.ecm-control-date{appearance:auto}.ecm-modal-backdrop{z-index:var(--theme-z-modal);background:var(--theme-modal-overlay-bg);padding:var(--theme-modal-overlay-padding-y) var(--theme-modal-overlay-padding-x);-webkit-backdrop-filter:blur(var(--theme-modal-backdrop-blur));backdrop-filter:blur(var(--theme-modal-backdrop-blur));inset:0;overflow-y:auto}.ecm-modal-shell{max-height:calc(100vh - var(--theme-modal-viewport-offset))}.ecm-modal-shell:focus-visible{outline:none}.ecm-modal-sm{max-width:var(--theme-modal-max-width-sm)}.ecm-modal-md{max-width:var(--theme-modal-max-width-md)}.ecm-modal-lg{max-width:var(--theme-modal-max-width-lg)}.ecm-modal-xl{max-width:var(--theme-modal-max-width-xl)}.ecm-modal-container{background:var(--theme-surface);padding:var(--theme-modal-container-padding);gap:var(--theme-modal-container-gap);max-height:calc(100vh - var(--theme-modal-viewport-offset));border-radius:var(--theme-radius-md);min-height:0}.ecm-modal-body{gap:var(--theme-modal-body-gap);min-height:0;padding-right:var(--theme-modal-body-padding-end);flex:1;overflow-y:auto}.ecm-modal-footer{gap:var(--theme-modal-footer-gap);padding-top:var(--theme-modal-footer-padding-top)}.ecm-modal-message{font-size:var(--font-size-normal);color:var(--theme-text);line-height:var(--line-height-normal)}.ecm-modal-helper-text{font-size:var(--font-size-xs);color:var(--theme-text-muted);line-height:var(--line-height-normal)}.ecm-modal-error-banner{padding:var(--theme-modal-error-padding);border-radius:var(--theme-radius-md);background:var(--theme-modal-error-bg);color:var(--theme-danger);font-size:var(--font-size-xs);line-height:var(--line-height-normal)}.ecm-modal-status-text{font-size:var(--font-size-normal);color:var(--theme-text-muted);line-height:var(--line-height-normal)}.ecm-modal-copy-feedback{font-size:var(--font-size-xs);color:var(--theme-primary);line-height:var(--line-height-normal)}.ecm-modal-icon-button{width:var(--theme-size-icon-3xl);height:var(--theme-size-icon-3xl);min-width:var(--theme-size-icon-3xl);cursor:pointer;padding:0}.ecm-invite-modal-form{flex:1;min-height:0}.ecm-invite-error-banner{gap:var(--theme-invite-error-banner-gap)}.ecm-invite-error-banner-message{line-height:var(--line-height-normal)}.ecm-invite-error-banner-action{color:var(--theme-primary);font-size:var(--font-size-xs);cursor:pointer;align-self:flex-start;padding:0;font-weight:600;text-decoration:underline}.ecm-invite-error-banner-action:hover{opacity:.85}.ecm-invite-ecosystem-group{padding:0 var(--theme-invite-ecosystem-padding-x)}.ecm-invite-message-textarea textarea{min-height:var(--theme-invite-message-textarea-min-height);resize:none}.ecm-invite-modal-footer{gap:var(--theme-modal-footer-gap);padding-top:var(--theme-space-md);background:var(--theme-surface)}.ecm-pending-invitations-card,.ecm-pending-invitations-card-header{gap:var(--theme-space-md)}.ecm-pending-invitations-card-identity{gap:var(--theme-pending-invitations-identity-gap)}.ecm-pending-invitations-card-name{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-pending-invitations-card-email{font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-pending-invitations-card-email-opacity)}.ecm-pending-invitations-meta{grid-template-columns:repeat(auto-fit, minmax(var(--theme-pending-invitations-meta-min-col), 1fr));gap:var(--theme-space-sm) var(--theme-space-md);display:grid}.ecm-pending-invitations-meta-item{gap:var(--theme-pending-invitations-meta-item-gap);flex-direction:column;display:flex}.ecm-pending-invitations-meta dt{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-pending-invitations-meta-label-opacity);text-transform:uppercase;font-weight:600}.ecm-pending-invitations-meta dd{font-size:var(--font-size-normal);color:var(--theme-text)}.ecm-pending-invitations-actions{gap:var(--theme-space-sm)}.ecm-users-grid{align-items:var(--theme-users-grid-align);overflow:visible}.ecm-users-grid [class*=container]{height:auto;min-height:auto}.ecm-users-pagination{padding-top:var(--theme-users-pagination-padding-top)}.ecm-users-card-container-menu-open{z-index:var(--theme-users-card-menu-open-z)}.ecm-users-card-item{gap:var(--theme-users-card-gap);overflow:visible}.ecm-users-card-item--compact{gap:var(--theme-space-sm)}.ecm-users-card-item--compact .ecm-users-card-name{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.ecm-users-card-header-left{gap:var(--theme-users-card-header-gap)}.ecm-users-card-avatar-wrapper{width:var(--theme-users-card-avatar-size);height:var(--theme-users-card-avatar-size)}.ecm-users-card-name{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-users-card-role{gap:var(--theme-users-card-role-gap)}.ecm-users-card-role-text{font-size:var(--font-size-normal);color:var(--theme-text-muted,var(--theme-text));opacity:var(--theme-users-card-role-opacity)}.ecm-users-card-menu-option-destructive{color:var(--theme-danger)}.ecm-users-card-actions{cursor:pointer;padding:var(--theme-space-sm);background-color:var(--theme-surface-muted,var(--color-bg))}.ecm-users-card-actions img{width:var(--theme-users-card-actions-icon-size);height:var(--theme-users-card-actions-icon-size)}.ecm-users-card-stats-row{gap:var(--theme-space-sm);grid-template-columns:repeat(3,1fr)}.ecm-users-card-stat-box{min-height:auto}.ecm-users-card-stat-box-info .ecm-users-card-stat-value{color:var(--theme-info)}.ecm-users-card-stat-box-success .ecm-users-card-stat-value{color:var(--theme-success)}.ecm-users-card-stat-value{font-size:var(--font-size-md);color:var(--theme-text)}.ecm-users-card-stat-label{font-size:var(--font-size-xs);color:var(--theme-text);opacity:.85}.ecm-users-card-body{gap:var(--theme-users-card-gap);background-color:var(--theme-surface-muted,var(--color-bg));padding:var(--theme-space-md)}.ecm-users-card-body-item-title{font-size:var(--font-size-md);color:var(--theme-text);gap:var(--theme-users-card-body-item-gap);font-weight:400}.ecm-users-card-body-item-icon{width:var(--theme-users-card-body-icon-size);height:var(--theme-users-card-body-icon-size);opacity:var(--theme-users-card-body-icon-opacity)}.ecm-users-card-body-item-value{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-users-card-footer-row{gap:var(--theme-users-card-footer-gap);font-size:var(--font-size-xs)}.ecm-users-card-footer-row>:last-child{flex-shrink:0}.ecm-users-card-footer-value{flex:1;min-width:0}@media screen and (width<=1366px){.ecm-users-card-avatar-wrapper{width:var(--theme-users-card-avatar-size-compact);height:var(--theme-users-card-avatar-size-compact)}}.ecm-add-ticket-shell{max-width:var(--theme-add-ticket-modal-max-width)}.ecm-add-ticket-shell>*{width:100%}.ecm-add-ticket-container{max-height:var(--theme-add-ticket-container-max-height);background:var(--theme-surface);padding:var(--theme-add-ticket-container-padding);gap:var(--theme-add-ticket-container-gap);overflow-y:auto}.ecm-add-ticket-form{gap:var(--theme-add-ticket-form-gap)}.ecm-add-ticket-form-section{gap:var(--theme-add-ticket-form-gap);min-width:0;margin:0;padding:0}.ecm-add-ticket-fields{gap:var(--theme-add-ticket-fields-gap)}.ecm-add-ticket-description-textarea{min-height:var(--theme-add-ticket-description-min-height);resize:vertical;font-family:inherit;font-size:var(--font-size-normal);line-height:var(--line-height-normal)}.ecm-add-ticket-footer{gap:var(--theme-add-ticket-footer-gap);padding-top:var(--theme-add-ticket-footer-padding-top);border-top:var(--border-width-default) solid var(--theme-add-ticket-footer-border-color)}@media (width<=640px){.ecm-add-ticket-shell{max-width:100%}.ecm-add-ticket-container{padding:var(--theme-add-ticket-container-padding-compact);gap:var(--theme-add-ticket-container-gap-compact)}.ecm-add-ticket-form,.ecm-add-ticket-form-section{gap:var(--theme-add-ticket-form-gap-compact)}.ecm-support-contact-form-row{grid-template-columns:1fr}.ecm-add-ticket-footer{flex-direction:column-reverse;align-items:stretch}.ecm-add-ticket-footer>*{justify-content:center;width:100%}}@keyframes ecm-system-notifications-icon-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ecm-system-notifications-panel{padding:var(--theme-system-notifications-panel-padding);background-color:var(--theme-surface);gap:var(--theme-system-notifications-section-gap)}.ecm-system-notifications-header{gap:var(--theme-system-notifications-header-gap)}.ecm-system-notifications-icon{color:var(--theme-primary);animation:ecm-system-notifications-icon-rotate var(--theme-system-notifications-icon-rotate-duration) linear infinite}.ecm-system-notifications-title{font-size:var(--theme-system-notifications-title-font-size);color:var(--theme-text);gap:var(--theme-system-notifications-header-gap);font-weight:600}.ecm-system-notifications-count{font-size:var(--font-size-md);color:var(--theme-surface);background-color:var(--theme-primary);border-radius:var(--theme-system-notifications-count-radius);width:var(--theme-system-notifications-count-size);height:var(--theme-system-notifications-count-size);font-weight:600}.ecm-system-notifications-list{gap:var(--theme-system-notifications-list-gap);padding:0;list-style:none}.ecm-system-notifications-item{padding:var(--theme-system-notifications-item-padding);background-color:var(--theme-system-notifications-item-bg)}.ecm-system-notifications-item-content{flex:1;min-width:0;font-family:inherit}.ecm-system-notifications-item-footer{gap:var(--theme-system-notifications-item-footer-gap)}.ecm-system-notifications-effective-date,.ecm-system-notifications-effective-date-label{font-size:var(--font-size-normal);color:var(--theme-text)}.ecm-system-notifications-effective-date-value{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-system-notifications-item-close{background-color:var(--theme-primary);cursor:pointer;color:var(--theme-surface)}.ecm-system-notifications-item-close svg{fill:var(--theme-surface)}.ecm-system-notifications-item-close-wrapper{width:var(--theme-system-notifications-close-size);height:var(--theme-system-notifications-close-size)}.ecm-system-notifications-item-title{font-size:var(--font-size-md);color:var(--theme-text);text-transform:capitalize;font-weight:600}.ecm-system-notifications-item-description{font-size:var(--font-size-md);color:var(--theme-text);font-weight:400}.ecm-activity-history-page{gap:var(--theme-activity-history-section-gap)}.ecm-activity-history-toolbar{gap:var(--theme-activity-history-toolbar-gap)}.ecm-activity-history-list{gap:var(--theme-activity-history-list-gap);padding:0;list-style:none}.ecm-activity-history-item{gap:var(--theme-activity-history-item-gap);padding-bottom:var(--theme-activity-history-item-padding-bottom);border-bottom:var(--border-width-default) solid var(--theme-border)}.ecm-activity-history-item:last-child{border-bottom:none;padding-bottom:0}.ecm-activity-history-item-header{gap:var(--theme-activity-history-header-gap);align-items:baseline}.ecm-activity-history-timestamp,.ecm-activity-history-actor,.ecm-activity-history-muted{color:var(--theme-text-muted);font-size:var(--theme-activity-history-meta-font-size)}.ecm-activity-history-description{line-height:var(--line-height-normal)}.ecm-activity-history-error{color:var(--theme-danger)}.ecm-settings-page-grid{grid-template-columns:repeat(auto-fit, minmax(var(--theme-settings-page-grid-min-col), 1fr))}.ecm-reports-tabs,.ecm-reports-tabs .ecm-tabs-list{gap:var(--theme-reports-tabs-gap)}.ecm-reports-tabs .ecm-tab{background-color:var(--theme-surface);color:var(--theme-text);opacity:.7;font-weight:400}.ecm-reports-tabs .ecm-tab .ecm-tab-label,.ecm-reports-tabs .ecm-tab span{color:var(--theme-text)}.ecm-reports-tabs .ecm-tab-active,.ecm-reports-tabs .ecm-tab-active .ecm-tab-label,.ecm-reports-tabs .ecm-tab-active span{opacity:1;background-color:var(--theme-text);color:var(--theme-surface);font-weight:600}.ecm-not-found-page{min-height:var(--theme-not-found-page-min-height)}.ecm-not-found-title{font-size:var(--theme-not-found-title-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-not-found-message{max-width:var(--theme-not-found-message-max-width);opacity:var(--theme-not-found-message-opacity);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-post-auth-notice{border:1px solid var(--color-border)}.ecm-post-auth-notice p{margin:0}.ecm-onboarding-logo{width:auto;height:2rem}.ecm-onboarding-logo+h1{margin:0}.ecm-onboarding-main{max-width:40rem}.ecm-onboarding-main h2,.ecm-onboarding-main p{margin:0}.ecm-onboarding-stepper-meter{background:var(--color-border);border-radius:999px;height:.5rem}.ecm-onboarding-stepper-fill{background:var(--color-primary,var(--theme-text))}.ecm-onboarding-stepper-list{gap:var(--space-2,.5rem);margin:0;padding:0;list-style:none}.ecm-onboarding-stepper-item{border:1px solid var(--color-border);border-radius:var(--radius-md,.5rem);opacity:.7;padding:.35rem .75rem}.ecm-onboarding-stepper-item.is-complete,.ecm-onboarding-stepper-item.is-current{opacity:1}.ecm-onboarding-stepper-item.is-current{border-color:var(--color-primary,var(--theme-text))}.ecm-onboarding-recovery-list{gap:var(--space-2,.5rem);grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));margin:0;padding:0;list-style:none}.ecm-dashboard-scope-note{margin:0}.ecm-dashboard-page-error{border:var(--border-width-default) solid var(--theme-border)}.ecm-dashboard-page-error p{margin:0}.ecm-terms-page{padding:var(--theme-terms-page-padding)}.ecm-terms-shell{gap:var(--theme-terms-shell-gap);max-width:var(--theme-terms-shell-max-width)}.ecm-legal-shell{justify-self:center;width:100%;min-width:0}.ecm-legal-shell--closed{max-width:var(--theme-auth-layout-max-width)}.ecm-legal-shell--closed:has(.ecm-terms-page){max-width:var(--theme-terms-shell-max-width)}.ecm-legal-shell--closed .ecm-auth-layout-container{width:100%;max-width:none}.ecm-auth-layout:has(.ecm-legal-shell--open){place-items:stretch stretch;padding:0;overflow:hidden}.ecm-legal-shell--open{grid-template-columns:minmax(0, 1fr) minmax(var(--theme-policy-panel-min-width), var(--theme-policy-panel-max-width));gap:var(--theme-policy-shell-gap);width:100%;max-width:none;height:100%;min-height:100dvh;transition:grid-template-columns var(--theme-policy-transition-duration) ease;place-self:stretch stretch}.ecm-legal-shell-main{min-width:0;min-height:0}.ecm-legal-shell--open .ecm-legal-shell-main{padding-block:var(--theme-auth-layout-padding);padding-inline:var(--theme-auth-layout-padding);align-content:center;place-items:center;display:grid;overflow:hidden auto}.ecm-legal-shell-main-inner{width:100%;min-width:0}.ecm-legal-shell--open .ecm-legal-shell-main-inner{max-width:var(--theme-auth-layout-max-width)}.ecm-policy-document{gap:var(--theme-terms-content-gap)}.ecm-policy-section{gap:var(--theme-terms-section-gap)}.ecm-policy-link{color:var(--theme-primary);cursor:pointer;font:inherit}.ecm-policy-link:hover,.ecm-policy-link:focus-visible{text-decoration:underline}.ecm-policy-panel{background:var(--theme-policy-panel-bg);border:0;min-width:0;min-height:0;overflow:hidden}.ecm-policy-panel--side{height:100%;min-height:0;max-height:100dvh;box-shadow:none;border-radius:0;place-self:stretch stretch}.ecm-policy-panel-header{padding:var(--theme-policy-panel-padding);padding-bottom:var(--theme-policy-panel-header-padding-bottom);background:var(--theme-policy-panel-bg);z-index:1;border:0;position:sticky;top:0}.ecm-policy-panel-title{color:var(--theme-text);font-size:var(--font-size-large);line-height:var(--line-height-normal);margin:0}.ecm-policy-panel-meta{color:var(--theme-text);opacity:var(--theme-policy-meta-opacity);font-size:var(--font-size-small);line-height:var(--line-height-normal);margin:0}.ecm-policy-panel-meta-row{width:100%}.ecm-policy-panel-meta-effective{text-align:end}.ecm-policy-panel-close{width:var(--theme-policy-panel-close-size);height:var(--theme-policy-panel-close-size);min-width:var(--theme-policy-panel-close-size);min-height:var(--theme-policy-panel-close-size);border-radius:var(--theme-radius-md);background:var(--color-bg);color:var(--theme-text);cursor:pointer}.ecm-policy-panel-body{min-height:0;padding:var(--theme-policy-panel-padding);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;overflow:hidden auto}.ecm-policy-switch-btn{padding:var(--theme-gap-xs) var(--theme-gap-sm);border-radius:var(--theme-radius-md);background:var(--theme-policy-switch-bg);color:var(--theme-text);cursor:pointer;font-size:var(--font-size-small)}.ecm-policy-switch-btn--active{background:var(--theme-policy-switch-active-bg);color:var(--theme-policy-switch-active-color)}.ecm-policy-section-title{font-size:var(--theme-terms-section-title-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-policy-paragraph{font-size:var(--theme-terms-body-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-policy-list{font-size:var(--theme-terms-body-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0;padding-inline-start:1.25rem}.ecm-policy-legal-note{padding:var(--theme-gap-sm);border:1px solid var(--theme-policy-note-border);border-radius:var(--theme-radius-md);background:var(--theme-policy-note-bg);font-size:var(--font-size-small);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-policy-panel-backdrop{z-index:var(--theme-policy-panel-z);background:var(--theme-modal-overlay-bg);position:fixed;inset:0}@media (width<=991.98px){.ecm-legal-shell--open{grid-template-columns:minmax(0,1fr)}.ecm-policy-panel--sheet{z-index:calc(var(--theme-policy-panel-z) + 1);width:100%;height:100%;max-height:100dvh;box-shadow:none;padding-top:var(--theme-policy-safe-area-top);padding-right:var(--theme-policy-safe-area-right);padding-bottom:var(--theme-policy-safe-area-bottom);padding-left:var(--theme-policy-safe-area-left);border:0;border-radius:0;position:fixed;inset:0}.ecm-legal-shell--open .ecm-legal-shell-main{padding:0}}@media (prefers-reduced-motion:reduce){.ecm-legal-shell--open{transition:none}}.ecm-pwa-banner{gap:var(--theme-pwa-banner-gap);padding:var(--theme-pwa-banner-padding-y) var(--theme-pwa-banner-padding-x);background:var(--theme-pwa-banner-bg);border-bottom:var(--border-width-default) solid var(--theme-pwa-banner-border-color)}.ecm-pwa-banner-text{color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-project-modal-subtitle{opacity:var(--theme-project-modal-subtitle-opacity);font-size:var(--font-size-xs);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-project-modal-callout{padding:var(--theme-project-modal-callout-padding-y) var(--theme-project-modal-callout-padding-x);font-size:var(--font-size-xs);background:var(--theme-bg);border-radius:var(--theme-radius-md);line-height:var(--theme-project-modal-callout-line-height);margin:0}.ecm-project-modal-callout-neutral{color:var(--theme-text)}.ecm-project-modal-callout-info{color:var(--theme-info)}.ecm-project-modal-callout-danger{color:var(--theme-danger)}.ecm-project-modal-error{color:var(--theme-danger);font-size:var(--font-size-xs);line-height:var(--line-height-normal);margin:0}.ecm-project-modal-form-group{gap:var(--theme-project-modal-form-group-gap)}.ecm-project-modal-form-row{gap:var(--theme-project-modal-form-row-gap)}.ecm-project-modal-form-row>*{flex:1}.ecm-project-modal-state-row{gap:var(--theme-project-modal-state-row-gap);padding:var(--theme-project-modal-state-row-padding-y) var(--theme-project-modal-state-row-padding-x);background:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-project-modal-error-row{gap:var(--theme-project-modal-error-row-gap);padding:var(--theme-project-modal-state-row-padding-y) var(--theme-project-modal-state-row-padding-x);background:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-error-boundary-page{padding:var(--theme-error-boundary-page-padding)}.ecm-error-boundary-shell{gap:var(--theme-error-boundary-shell-gap);padding:var(--theme-error-boundary-shell-padding);border:var(--theme-error-boundary-shell-border-width) solid var(--theme-border);border-radius:var(--theme-radius-md);background:var(--theme-surface)}.ecm-error-boundary-title{font-size:var(--theme-error-boundary-title-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-error-boundary-message{color:var(--theme-text-muted);line-height:var(--line-height-normal);margin:0}.ecm-error-boundary-request-id{font-family:var(--theme-error-boundary-mono-font-family);font-size:var(--font-size-xs);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-error-boundary-overlay{background:var(--theme-modal-overlay-bg);z-index:var(--theme-error-boundary-overlay-z);cursor:pointer;inset:0}.ecm-error-boundary-modal{width:var(--theme-error-boundary-modal-width);padding:var(--theme-error-boundary-modal-padding);background:var(--theme-surface);border:var(--theme-error-boundary-shell-border-width) solid var(--theme-border);border-radius:var(--theme-radius-md);z-index:var(--theme-error-boundary-modal-z);gap:var(--theme-error-boundary-modal-gap);top:50%;left:50%;transform:translate(-50%,-50%)}.ecm-error-boundary-modal-title{font-size:var(--theme-error-boundary-modal-title-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-error-boundary-actions{gap:var(--theme-error-boundary-actions-gap)}.ecm-error-report-backdrop{background:var(--theme-modal-overlay-bg);z-index:var(--theme-error-report-overlay-z);cursor:pointer;inset:0}.ecm-error-report-drawer{width:var(--theme-error-report-drawer-width);background:var(--theme-surface);border-left:var(--border-width-default) solid var(--theme-border);height:100vh;z-index:var(--theme-error-report-drawer-z);padding:var(--theme-error-report-drawer-padding);gap:var(--theme-error-report-drawer-gap);top:0;right:0;overflow-y:auto}.ecm-error-report-header{gap:var(--theme-error-report-header-gap)}.ecm-error-report-title{font-size:var(--theme-error-report-title-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-error-report-meta-grid{gap:var(--theme-error-report-meta-gap);margin:0}.ecm-error-report-meta-item{gap:var(--theme-error-report-meta-item-gap)}.ecm-error-report-meta-label{font-size:var(--font-size-xs);color:var(--theme-text-muted);line-height:var(--line-height-normal)}.ecm-error-report-meta-value{color:var(--theme-text);line-height:var(--line-height-normal);word-break:break-word;margin:0}.ecm-error-report-section{gap:var(--theme-error-report-section-gap);min-width:0}.ecm-error-report-section-title{font-size:var(--theme-error-report-section-title-font-size);color:var(--theme-text);line-height:var(--line-height-normal);margin:0}.ecm-error-report-code{padding:var(--theme-error-report-code-padding);background:var(--theme-bg);border-radius:var(--theme-radius-md);font-family:var(--theme-error-boundary-mono-font-family);font-size:var(--theme-error-report-code-font-size);white-space:pre-wrap;word-break:break-word;color:var(--theme-text);line-height:var(--line-height-normal);margin:0;overflow-x:auto}.ecm-error-report-actions{gap:var(--theme-error-report-actions-gap)}.ecm-main-layout{grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:var(--theme-shell-header-height) minmax(0, 1fr);height:100dvh;min-height:100dvh;max-height:100dvh;display:grid;overflow:hidden}.ecm-main-layout-header{height:var(--theme-shell-header-height);grid-area:1/1/2/13;min-width:0;overflow:hidden}.ecm-main-layout-sidebar{background-color:var(--theme-surface);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;grid-area:2/1/3/3;min-width:0;min-height:0;display:flex;overflow:hidden auto}.ecm-main-layout-sidebar::-webkit-scrollbar{width:0;height:0;display:none}.ecm-main-layout-content{min-width:0;min-height:0;padding:var(--theme-space-md);background-color:var(--theme-bg);flex-direction:column;grid-area:2/3/3/13;display:flex;overflow:hidden}.ecm-main-layout-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;background-color:var(--theme-bg);flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:hidden auto}.ecm-main-layout-scroll::-webkit-scrollbar{width:0;height:0;display:none}.ecm-shell-mobile-only{display:none}@media (width>=769px){.ecm-shell-mobile-only{display:none!important}}@media (width<=768px){.ecm-sidebar-mobile-chrome.ecm-shell-mobile-only{display:flex}.ecm-sidebar{gap:var(--theme-space-md);flex-direction:column;display:flex}.ecm-main-layout{grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(0,1fr)}.ecm-main-layout-header{height:auto;min-height:var(--theme-mobile-header-height);z-index:var(--theme-mobile-header-z);grid-area:1/1;position:relative;overflow:visible}.ecm-main-layout-sidebar{width:var(--theme-mobile-drawer-width);max-width:100vw;z-index:var(--theme-mobile-drawer-z);visibility:hidden;pointer-events:none;transition:transform var(--theme-mobile-drawer-duration) ease, visibility var(--theme-mobile-drawer-duration) ease;box-shadow:var(--theme-mobile-drawer-shadow);background-color:var(--theme-surface);grid-area:1/1/3;position:fixed;top:0;bottom:0;left:0;overflow:hidden auto;transform:translate(-100%)}.ecm-main-layout-sidebar.is-open{visibility:visible;pointer-events:auto;transform:translate(0)}.ecm-main-layout-content{width:100%;min-width:0;padding:var(--theme-mobile-content-padding-top) var(--theme-mobile-content-padding) var(--theme-mobile-content-padding);grid-area:2/1}.ecm-main-layout-scroll{width:100%;min-width:0;overflow:hidden auto}.ecm-mobile-nav-overlay{z-index:var(--theme-mobile-drawer-overlay-z);background:var(--theme-modal-overlay-bg);cursor:pointer;border:0;margin:0;padding:0;position:fixed;inset:0}.ecm-mobile-header{justify-content:space-between;align-items:center;gap:var(--theme-mobile-header-gap);box-sizing:border-box;width:100%;min-width:0;height:var(--theme-mobile-header-height);min-height:var(--theme-mobile-header-height);padding:0 var(--theme-mobile-header-padding-x);background-color:var(--theme-surface);border-bottom:var(--theme-mobile-header-border);display:flex}.ecm-mobile-header-left,.ecm-mobile-header-actions{align-items:center;gap:var(--theme-mobile-header-gap);flex-shrink:0;min-width:0;height:100%;display:inline-flex}.ecm-mobile-header-actions{margin-left:auto}.ecm-mobile-header-brand{flex-shrink:0;align-items:center;height:100%;display:inline-flex}.ecm-mobile-header-logo{width:auto;height:var(--theme-mobile-header-logo-height);max-width:var(--theme-mobile-header-logo-max-width);-o-object-fit:contain;object-fit:contain;display:block}.ecm-mobile-header-action{width:var(--theme-mobile-header-action-size);height:var(--theme-mobile-header-action-size);min-width:var(--theme-mobile-header-action-size);min-height:var(--theme-mobile-header-action-size);color:var(--theme-text);cursor:pointer;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.ecm-mobile-header .ecm-header-add-wrapper,.ecm-mobile-header .ecm-header-add-trigger,.ecm-mobile-header .ecm-notification-bell-wrapper,.ecm-mobile-header .ecm-header-profile{width:var(--theme-mobile-header-action-size);height:var(--theme-mobile-header-action-size);min-width:var(--theme-mobile-header-action-size);flex-shrink:0;gap:0}.ecm-mobile-header .ecm-header-profile-avatar-wrap{justify-content:center;align-items:center;display:inline-flex}.ecm-mobile-header-search-row{align-items:center;gap:var(--theme-mobile-header-gap);box-sizing:border-box;width:100%;min-width:0;padding:var(--theme-mobile-header-padding-y) var(--theme-mobile-header-padding-x);background-color:var(--theme-surface);border-bottom:var(--theme-mobile-header-border);display:flex}.ecm-mobile-header-search-field{flex:auto;min-width:0}.ecm-sidebar-mobile-chrome{gap:var(--theme-space-md);padding-bottom:var(--theme-space-md);border-bottom:var(--border-width-default) solid var(--theme-border);flex-direction:column}.ecm-sidebar-mobile-brand{gap:var(--theme-mobile-header-gap)}.ecm-sidebar-mobile-close{width:var(--theme-mobile-header-action-size);height:var(--theme-mobile-header-action-size);background:var(--theme-bg);color:var(--theme-text);cursor:pointer;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.ecm-sidebar-mobile-company{width:100%}.ecm-sidebar-mobile-company .ecm-control-width,.ecm-sidebar-mobile-company .ecm-select-trigger{width:100%;max-width:100%}}@media (width>=769px){.ecm-header-actions-cluster{gap:var(--theme-header-actions-gap)}}.ecm-sidebar{background-color:var(--theme-surface);min-height:100%;padding:var(--theme-space-md);-ms-overflow-style:none;scrollbar-width:none;flex:1;overflow:hidden auto}.ecm-sidebar::-webkit-scrollbar{display:none}.ecm-sidebar-nav{gap:var(--theme-sidebar-menu-gap);margin:0}.ecm-sidebar-nav>li{margin:0}.ecm-sidebar-nav-group{gap:var(--theme-sidebar-menu-gap)}.ecm-sidebar-link{padding:var(--theme-sidebar-link-padding-y) var(--theme-sidebar-link-padding-x);cursor:pointer;align-items:center;gap:var(--theme-sidebar-link-gap);display:flex;position:relative}.ecm-sidebar-link:hover{background-color:var(--theme-bg)}.ecm-sidebar-link-active{background-color:var(--theme-sidebar-link-active-bg);color:var(--theme-sidebar-link-active-fg)}.ecm-sidebar-link-active .ecm-sidebar-link-label,.ecm-sidebar-link-active .ecm-sidebar-link-icon{color:var(--theme-primary)}.ecm-sidebar-link-icon{color:var(--theme-text);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ecm-sidebar-link-label{min-width:0;font-size:var(--font-size-md);color:var(--theme-text);flex:1;align-items:center;font-weight:400;display:flex}.ecm-sidebar-chevron{width:var(--theme-sidebar-chevron-size);height:var(--theme-sidebar-chevron-size)}.ecm-sidebar-chevron-expanded{transform:rotate(180deg)}.ecm-sidebar-submenu{padding:var(--theme-sidebar-submenu-padding);gap:var(--theme-sidebar-menu-gap);background-color:var(--theme-bg);margin:0}.ecm-sidebar-submenu>li{margin:0}.ecm-sidebar-submenu li .ecm-sidebar-link{padding-left:var(--theme-sidebar-submenu-link-padding-start)}.ecm-sidebar-submenu li .ecm-sidebar-link:hover{background-color:var(--theme-surface)}.ecm-sidebar-submenu li .ecm-sidebar-link:hover .ecm-sidebar-link-label,.ecm-sidebar-submenu li .ecm-sidebar-link:hover .ecm-sidebar-link-icon{color:var(--theme-primary)}.ecm-sidebar-submenu li .ecm-sidebar-link-active{background-color:var(--theme-surface)}.ecm-sidebar-submenu li .ecm-sidebar-link-active .ecm-sidebar-link-label,.ecm-sidebar-submenu li .ecm-sidebar-link-active .ecm-sidebar-link-icon{color:var(--theme-primary)}.ecm-sidebar-badge{color:var(--theme-primary);font-size:var(--font-size-normal);width:var(--theme-sidebar-badge-size);height:var(--theme-sidebar-badge-size);border-radius:0;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:flex}@media screen and (width<=1366px){.ecm-main-layout-header{height:100%}.ecm-sidebar-link{height:var(--theme-sidebar-link-height-compact);padding:0 var(--theme-sidebar-link-padding-x-compact)}.ecm-sidebar-submenu li .ecm-sidebar-link{padding:0 var(--theme-sidebar-link-padding-x-compact)}.ecm-modal-backdrop{padding:var(--theme-modal-overlay-padding-y-compact) var(--theme-gap-sm)}.ecm-modal-shell,.ecm-modal-container{max-height:calc(100vh - var(--theme-modal-viewport-offset-compact))}}.ecm-tabs-container{flex:none;min-height:min-content;overflow:visible}.ecm-tabs-horizontal,.ecm-tabs-vertical{gap:var(--theme-tab-container-gap)}.ecm-tabs-list{gap:var(--theme-tab-gap);border-bottom:0;border-left:0;border-right:0}.ecm-tabs-vertical .ecm-tabs-list-scrollable{overflow:hidden auto}.ecm-tabs-list-vertical{min-width:var(--theme-tabs-vertical-min-width);padding-inline-end:var(--theme-tabs-vertical-padding-end)}.ecm-tabs-vertical .ecm-tabs-panels{flex:1}.ecm-tab-squircle{flex:none;min-width:0}.ecm-tabs-list .ecm-tab-squircle button{width:fit-content;height:var(--theme-tab-height)}.ecm-tabs-vertical .ecm-tab-squircle{width:100%}.ecm-tab{background-color:var(--theme-surface);padding:var(--theme-tab-padding-y) var(--theme-tab-padding-x);cursor:pointer;font-family:inherit;font-size:var(--font-size-normal);color:var(--theme-text);white-space:nowrap}.ecm-tab:hover:not(.ecm-tab-disabled):not(.ecm-tab-active){background-color:var(--theme-tab-hover-bg)}.ecm-tab-active{background-color:var(--theme-tab-active-bg);color:var(--theme-tab-active-text);font-weight:600}.ecm-tab-active .ecm-tab-label,.ecm-tab-active .ecm-tab-icon{color:var(--theme-tab-active-text)}.ecm-tab-disabled{opacity:.4;cursor:not-allowed}.ecm-tab-icon{color:inherit}.ecm-tab-icon img{-o-object-fit:contain;object-fit:contain;width:1em;height:1em}.ecm-tab-label{flex:1}.ecm-tab-badge{min-width:var(--theme-tab-badge-size);height:var(--theme-tab-badge-size);padding:0 var(--theme-gap-xs);font-size:var(--font-size-normal);border-radius:var(--theme-radius-full);background-color:var(--theme-surface);color:var(--theme-text);font-weight:600;line-height:1}.ecm-tab-active .ecm-tab-badge{background-color:var(--theme-tab-badge-active-bg);color:var(--theme-tab-active-text)}.ecm-tab-badge-zero{opacity:.6}.ecm-tab-active .ecm-tab-badge-zero{opacity:.8}.ecm-tabs-panels,.ecm-tab-panel{flex:none;height:auto;min-height:auto;overflow:visible}@media (width<=768px){.ecm-tabs-vertical{flex-direction:column}.ecm-tabs-vertical .ecm-tabs-list-vertical{padding-inline-end:0;padding-bottom:var(--theme-tabs-vertical-padding-end);flex-direction:row;min-width:auto;overflow-x:auto}.ecm-tabs-vertical .ecm-tab-squircle{width:auto}.ecm-tab{padding:var(--theme-tab-padding-y) var(--theme-tab-padding-x-compact)}}@media screen and (width<=1366px){.ecm-tabs-list .ecm-tab-squircle button{height:var(--theme-tab-height-compact)}}.ecm-pagination{gap:var(--theme-pagination-gap)}.ecm-pagination-page{color:var(--theme-pagination-text);font-size:var(--font-size-normal);cursor:pointer;padding:0;font-family:inherit;font-weight:400}.ecm-pagination-page:hover:not(:disabled):not(.ecm-pagination-page-active){color:var(--theme-pagination-text-hover)}.ecm-pagination-page-active{color:var(--theme-pagination-text-active);cursor:default;font-weight:700}.ecm-pagination-page:disabled{cursor:not-allowed;opacity:.6}.ecm-pagination-ellipsis,.ecm-pagination-range{color:var(--theme-pagination-text);font-size:var(--font-size-xs);padding:0 var(--theme-pagination-ellipsis-padding-x)}@media (width<=768px){.ecm-pagination{gap:var(--theme-pagination-gap-compact)}.ecm-pagination-page{font-size:var(--font-size-xs)}}.ecm-avatar-wrapper{cursor:inherit}.ecm-avatar-interactive{cursor:pointer}.ecm-avatar{width:var(--theme-avatar-size);height:var(--theme-avatar-size);font-size:var(--theme-avatar-font-size);-webkit-user-select:none;user-select:none}.ecm-avatar-sized{width:var(--ecm-avatar-size);height:var(--ecm-avatar-size);font-size:var(--ecm-avatar-font-size)}.ecm-avatar-initials-bg{background-color:var(--theme-primary)}.ecm-avatar-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.ecm-avatar-initials{color:var(--theme-avatar-initials-text);font-weight:600;font-size:var(--font-size-md);text-transform:uppercase;letter-spacing:.01em;-webkit-user-select:none;user-select:none;line-height:1}.ecm-avatar-badge{transform:translate(var(--theme-avatar-badge-offset), var(--theme-avatar-badge-offset));z-index:1;pointer-events:none;bottom:0;right:0}.ecm-avatar-status{bottom:var(--theme-avatar-status-offset-y);right:var(--theme-avatar-status-offset-x);width:var(--theme-avatar-status-size);height:var(--theme-avatar-status-size);border-radius:var(--theme-radius-full);border:var(--theme-avatar-status-border) solid var(--theme-surface);pointer-events:none;z-index:1}.ecm-avatar-status-online{background-color:var(--theme-success)}.ecm-avatar-status-offline{background-color:var(--theme-text-muted)}.ecm-avatar-status-busy,.ecm-avatar-status-away{background-color:var(--theme-warning)}.ecm-avatar-interactive:hover .ecm-avatar{opacity:var(--theme-avatar-hover-opacity);transition:opacity var(--theme-transition-base)}.ecm-avatar-interactive:active .ecm-avatar{opacity:var(--theme-avatar-active-opacity)}@media (prefers-contrast:high){.ecm-avatar-initials{font-weight:700}}@media (prefers-reduced-motion:reduce){.ecm-avatar-interactive:hover .ecm-avatar{transition:none}}@media screen and (width<=1366px){.ecm-avatar:not(.ecm-avatar-sized){width:var(--theme-avatar-size-compact);height:var(--theme-avatar-size-compact)}}.ecm-table-squircle{min-width:0}.ecm-table-panel{background-color:var(--theme-surface)}.ecm-table{border-collapse:collapse;font-size:var(--font-size-normal)}.ecm-table th,.ecm-table td{padding:var(--theme-table-cell-padding-y) var(--theme-table-cell-padding-x);text-align:left}.ecm-table thead th{font-size:var(--theme-table-header-font-size);color:var(--theme-text);border-bottom:var(--border-width-default) solid var(--theme-table-row-border);font-weight:600}.ecm-table-metric-cell{font-variant-numeric:tabular-nums}.ecm-table-row-actions{gap:var(--theme-table-action-gap)}.ecm-payment-history-table tbody td{border-bottom:var(--border-width-default) solid var(--theme-table-row-border)}.ecm-table-action-icon-btn{width:var(--theme-table-action-icon-size);height:var(--theme-table-action-icon-size);border:var(--border-width-default) solid var(--theme-border);border-radius:var(--theme-radius-full);background:var(--theme-surface);cursor:pointer;color:var(--theme-text);padding:0;line-height:0}.ecm-table-action-icon-btn:hover,.ecm-table-action-icon-btn-primary{border-color:var(--theme-primary);color:var(--theme-primary)}.ecm-table-action-icon-btn-primary:hover{background:color-mix(in srgb, var(--theme-primary) 14%, var(--theme-surface));border-color:var(--theme-primary);color:var(--theme-primary)}.ecm-table-action-icon-btn-danger:hover{border-color:var(--theme-danger);color:var(--theme-danger)}.ecm-table-action-btn{padding:var(--theme-table-action-btn-padding-y) var(--theme-table-action-btn-padding-x);font-size:var(--theme-table-action-btn-font-size);border:var(--border-width-default) solid var(--theme-border);border-radius:var(--theme-radius-md);background:var(--theme-surface);cursor:pointer;color:var(--theme-text);line-height:1.25}.ecm-table-action-btn:hover{border-color:var(--theme-primary);color:var(--theme-primary)}.ecm-table-action-btn-primary{border-color:var(--theme-primary);color:var(--theme-primary);font-weight:500}.ecm-table-action-btn-danger:hover{border-color:var(--theme-danger);color:var(--theme-danger)}.ecm-table-footer{gap:var(--theme-table-footer-gap);padding:var(--theme-table-cell-padding-y) var(--theme-table-cell-padding-x);border-top:var(--border-width-default) solid var(--theme-table-row-border)}.ecm-table-footer-meta{gap:var(--theme-table-footer-gap)}.ecm-table-footer-total{font-size:var(--font-size-normal);color:var(--theme-text);white-space:nowrap}.ecm-table-page-size{gap:var(--theme-tab-gap)}.ecm-table-page-size-label{font-size:var(--font-size-normal);color:var(--theme-text);white-space:nowrap}.ecm-table-page-size-select{min-width:var(--theme-table-page-size-select-min-width)}.ecm-data-list-wrapper{overflow:visible}.ecm-data-list{gap:var(--theme-data-list-gap);padding:0;list-style:none}.ecm-data-list-virtual-row{box-sizing:border-box}.ecm-data-list-row{padding:var(--theme-data-list-item-padding);border:var(--border-width-default) solid var(--theme-border)}.ecm-data-list-cell,.ecm-data-list-primary-cell{flex:1 1 0;min-width:0}.ecm-data-list-cell-sep{flex:none;min-width:0}.ecm-data-list-primary-text{color:var(--theme-text);font-weight:600}.ecm-data-list-secondary-text{opacity:var(--theme-data-list-secondary-opacity);color:var(--theme-text);font-size:.9em}.ecm-priority-dot{width:var(--theme-priority-dot-size);height:var(--theme-priority-dot-size);min-width:var(--theme-priority-dot-size);min-height:var(--theme-priority-dot-size);border-radius:var(--theme-radius-full)}.ecm-priority-dot-high{background-color:var(--theme-danger)}.ecm-priority-dot-medium{background-color:var(--theme-warning)}.ecm-priority-dot-low{background-color:var(--theme-text-muted)}.ecm-progress-track{height:var(--theme-progress-track-height);background-color:var(--theme-border);border-radius:var(--theme-radius-full)}.ecm-progress-fill{width:var(--theme-progress-fill-width);background-color:var(--theme-primary);border-radius:var(--theme-radius-full)}.ecm-notification-item{align-items:flex-start;gap:var(--theme-notification-item-gap);padding:var(--theme-notification-item-padding);cursor:pointer;transition:background-color var(--theme-transition-base);width:100%;min-width:0;display:flex}.ecm-notification-item:hover{background-color:var(--theme-bg)}.ecm-notification-item:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-notification-item-unread{background-color:var(--theme-surface)}.ecm-notification-item-unread:hover{background-color:var(--theme-bg)}.ecm-notification-item-unread:hover .ecm-notification-item-icon{background-color:var(--theme-primary)}.ecm-notification-item-unread:hover .ecm-notification-item-icon-avatar{background-color:#0000}.ecm-notification-item-unread:hover .ecm-notification-item-type-icon{color:var(--theme-text-inverse)}.ecm-notification-item-icon{width:var(--theme-notification-item-icon-size);height:var(--theme-notification-item-icon-size);background-color:var(--theme-bg);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ecm-notification-item-type-icon{color:var(--theme-text)}.ecm-notification-item-content{gap:var(--space-0);flex:1;min-width:0}.ecm-notification-item-title-content{gap:var(--space-0)}.ecm-notification-item-title-row{gap:var(--theme-notification-item-title-row-gap)}.ecm-notification-item-title{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-notification-item-unread-dot{width:var(--theme-notification-item-unread-dot-size);height:var(--theme-notification-item-unread-dot-size);min-width:var(--theme-notification-item-unread-dot-size);min-height:var(--theme-notification-item-unread-dot-size);border-radius:var(--theme-radius-full);background-color:var(--theme-primary)}.ecm-notification-item-description{font-size:var(--font-size-normal);color:var(--theme-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;min-width:0;display:-webkit-box;overflow:hidden}.ecm-notification-item-time{gap:var(--theme-notification-item-gap);font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-notification-item-time-opacity)}.ecm-notification-item-priority-label{font-weight:var(--font-weight-regular);font-size:var(--font-size-normal);background-color:var(--theme-bg);padding-inline:var(--theme-notification-item-priority-label-padding-x);border-radius:var(--theme-notification-item-priority-label-radius)}.ecm-notification-item-priority-label-high{color:var(--theme-danger)}.ecm-notification-item-priority-label-medium{color:var(--theme-warning)}.ecm-notification-item-priority-label-low{color:var(--theme-text-muted)}.ecm-notification-category{width:fit-content;padding-block:var(--theme-notification-category-padding-y);padding-inline:var(--theme-notification-category-padding-x);padding-top:calc(var(--theme-notification-category-padding-y) + var(--theme-notification-category-offset-top));border-radius:var(--theme-radius-full);font-size:var(--font-size-xs);font-weight:600;line-height:var(--theme-notification-category-line-height)}.ecm-notification-category-invoice{background-color:var(--theme-notification-category-invoice-bg);color:var(--theme-notification-category-invoice-text)}.ecm-notification-category-payment{background-color:var(--theme-notification-category-payment-bg);color:var(--theme-notification-category-payment-text)}.ecm-notification-category-recurring{background-color:var(--theme-notification-category-recurring-bg);color:var(--theme-notification-category-recurring-text)}.ecm-notification-category-project{background-color:var(--theme-notification-category-project-bg);color:var(--theme-notification-category-project-text)}.ecm-notification-category-task{background-color:var(--theme-notification-category-task-bg);color:var(--theme-notification-category-task-text)}.ecm-notification-category-support{background-color:var(--theme-notification-category-support-bg);color:var(--theme-notification-category-support-text)}.ecm-notification-category-system{background-color:var(--theme-notification-category-system-bg);color:var(--theme-notification-category-system-text)}.ecm-notifications-page{gap:var(--theme-notifications-page-gap)}.ecm-notifications-tab-bar{gap:var(--theme-notifications-tab-bar-gap)}.ecm-notifications-tab-btn{padding-block:var(--theme-notifications-tab-btn-padding-block);font:inherit;color:var(--theme-text-muted);cursor:pointer;border-bottom:var(--theme-notifications-tab-btn-border-width) solid transparent;padding-inline:0;font-weight:600}.ecm-notifications-tab-btn-active{color:var(--theme-primary);border-bottom-color:var(--theme-primary)}.ecm-notifications-section{gap:var(--theme-notifications-section-gap)}.ecm-notifications-section-title{font-size:var(--theme-notifications-section-title-size);color:var(--theme-text);font-weight:600}.ecm-notifications-list-squircle{flex:1;min-height:0}.ecm-notifications-list{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow-y:auto}.ecm-notifications-list::-webkit-scrollbar{display:none}.ecm-notifications-list-state{padding-block:var(--theme-notifications-list-state-padding-y);padding-inline:var(--theme-notifications-list-state-padding-x);color:var(--theme-text)}.ecm-notifications-list-state-title{font-size:var(--font-size-md);color:var(--theme-text);font-weight:500}.ecm-notifications-list-state-subtitle{font-size:var(--font-size-normal);opacity:var(--theme-notifications-list-state-subtitle-opacity);color:var(--theme-text)}.ecm-notifications-list-row{gap:var(--theme-notifications-list-row-gap)}.ecm-notifications-row-actions{gap:var(--theme-notifications-row-actions-gap)}.ecm-notification-bell-wrapper{flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;overflow:visible}.ecm-notification-bell-trigger{cursor:pointer;color:var(--theme-text);flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative;overflow:visible}.ecm-notification-bell-count{top:var(--theme-notification-bell-count-offset-top);right:var(--theme-notification-bell-count-offset-end);z-index:2;min-width:var(--theme-notification-bell-count-min-width);height:var(--theme-notification-bell-count-height);padding-inline:var(--theme-notification-bell-count-padding-x);font-size:var(--theme-notification-bell-count-font-size);color:var(--theme-text-inverse);background-color:var(--theme-danger);border-radius:var(--theme-notification-bell-count-radius);pointer-events:none;font-weight:600;line-height:1}.ecm-notification-bell-panel{width:var(--theme-notification-bell-panel-width);background-color:var(--theme-surface);max-width:90vw;height:100vh;z-index:var(--theme-notification-bell-panel-z);box-shadow:var(--theme-notification-bell-panel-shadow);animation:ecm-notification-bell-panel-slide var(--theme-notification-bell-panel-slide-duration) ease;top:0;right:0}@keyframes ecm-notification-bell-panel-slide{0%{transform:translate(100%)}to{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.ecm-notification-bell-panel{animation:none}}@media screen and (width<=1366px){.ecm-notification-bell-panel{width:var(--theme-notification-bell-panel-width-compact)}}.ecm-notification-panel{flex-direction:column;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.ecm-notification-panel-header{width:100%;padding:var(--theme-notification-panel-header-padding);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ecm-notification-panel-header>div{width:100%}.ecm-notification-panel-action-icon{color:var(--theme-text);justify-content:center;align-items:center;display:inline-flex}.ecm-notification-panel-list-content{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.ecm-notification-panel-footer{align-items:stretch;gap:var(--theme-notification-panel-footer-gap);padding:var(--theme-space-sm);background-color:var(--theme-bg);flex-shrink:0;display:flex}.ecm-notification-panel-footer>*{flex:1;min-width:0}.ecm-notification-panel-footer button{width:100%;min-width:0}.ecm-notification-center-bulk-bar{gap:var(--theme-notification-center-bulk-bar-gap);padding:var(--theme-notification-center-bulk-bar-padding);background-color:var(--theme-notification-center-bulk-bar-bg);border-radius:var(--theme-notification-center-bulk-bar-radius)}.ecm-notification-center-bulk-actions{gap:var(--theme-notification-center-bulk-actions-gap)}.ecm-notification-center-preference-row{gap:var(--theme-notification-center-preference-row-gap);padding:var(--theme-notification-center-preference-row-padding);border-bottom:var(--border-width-default) solid var(--theme-border)}.ecm-notification-center-preference-label{font-weight:var(--theme-notification-center-preference-label-weight)}.ecm-notification-center-delivery-badge{font-size:var(--theme-notification-center-delivery-badge-font-size);padding:var(--theme-notification-center-delivery-badge-padding-y) var(--theme-notification-center-delivery-badge-padding-x);border-radius:var(--theme-radius-full);font-weight:600}.ecm-notification-center-delivery-badge-delivered{background-color:var(--theme-notification-center-delivery-delivered-bg);color:var(--theme-notification-center-delivery-delivered-text)}.ecm-notification-center-delivery-badge-email-sent{background-color:var(--theme-notification-center-delivery-email-sent-bg);color:var(--theme-notification-center-delivery-email-sent-text)}.ecm-notification-center-delivery-badge-failed{background-color:var(--theme-notification-center-delivery-failed-bg);color:var(--theme-notification-center-delivery-failed-text)}.ecm-notification-center-delivery-badge-retrying{background-color:var(--theme-notification-center-delivery-retrying-bg);color:var(--theme-notification-center-delivery-retrying-text)}.ecm-notification-center-presence-badge{gap:var(--theme-notification-center-presence-gap);font-size:var(--theme-notification-center-presence-font-size);color:var(--theme-text-muted)}.ecm-notification-center-presence-dot{width:var(--theme-notification-center-presence-dot-size);height:var(--theme-notification-center-presence-dot-size);border-radius:var(--theme-radius-full);background-color:currentColor}.ecm-notification-center-presence-online{color:var(--theme-notification-center-presence-online-color)}.ecm-notification-center-presence-offline{color:var(--theme-notification-center-presence-offline-color)}.ecm-notification-center-page{gap:var(--theme-notification-center-page-gap)}.ecm-notification-center-form-grid{gap:var(--theme-notification-center-form-grid-gap)}.ecm-notification-center-analytics-grid{grid-template-columns:repeat(auto-fit, minmax(var(--theme-notification-center-analytics-grid-min), 1fr));gap:var(--theme-notification-center-page-gap)}.ecm-notification-center-chart-card{min-height:var(--theme-notification-center-chart-card-min-height)}.ecm-notification-center-scheduled-status{padding:var(--theme-notification-center-scheduled-status-padding-y) var(--theme-notification-center-scheduled-status-padding-x);border-radius:var(--theme-radius-full);font-size:var(--theme-notification-center-scheduled-status-font-size);text-transform:capitalize;font-weight:600}.ecm-notification-center-scheduled-status-pending{background-color:var(--theme-notification-center-scheduled-pending-bg);color:var(--theme-notification-center-scheduled-pending-text)}.ecm-notification-center-scheduled-status-sent{background-color:var(--theme-notification-center-scheduled-sent-bg);color:var(--theme-notification-center-scheduled-sent-text)}.ecm-notification-center-scheduled-status-failed{background-color:var(--theme-notification-center-scheduled-failed-bg);color:var(--theme-notification-center-scheduled-failed-text)}.ecm-notification-center-scheduled-status-cancelled{background-color:var(--theme-notification-center-scheduled-cancelled-bg);color:var(--theme-notification-center-scheduled-cancelled-text)}.ecm-notification-skeleton{padding-block:var(--theme-notification-skeleton-padding-block)}.ecm-notification-skeleton-item{gap:var(--theme-notification-skeleton-item-gap);padding-block:var(--theme-notification-skeleton-item-padding-block);padding-inline:var(--theme-notification-skeleton-item-padding-inline);border-bottom:var(--border-width-default) solid var(--theme-notification-skeleton-item-border-color)}.ecm-notification-skeleton-item:last-child{border-bottom:none}.ecm-notification-skeleton-dot-slot{padding-top:var(--theme-notification-skeleton-dot-offset)}.ecm-notification-skeleton-dot{width:var(--theme-notification-skeleton-dot-size);height:var(--theme-notification-skeleton-dot-size);min-width:var(--theme-notification-skeleton-dot-size);min-height:var(--theme-notification-skeleton-dot-size)}.ecm-notification-skeleton-icon{width:var(--theme-notification-skeleton-icon-size);height:var(--theme-notification-skeleton-icon-size);min-width:var(--theme-notification-skeleton-icon-size);border-radius:var(--theme-notification-skeleton-icon-radius)}.ecm-notification-skeleton-content{flex:1;min-width:0}.ecm-notification-skeleton-lines{gap:var(--theme-notification-skeleton-line-gap)}@media (prefers-reduced-motion:reduce){.ecm-notification-skeleton .react-loading-skeleton{animation:none!important}}.ecm-project-progress-item{gap:var(--theme-project-progress-item-gap)}.ecm-project-progress-header{font-weight:var(--font-weight-medium)}.ecm-project-progress-name{color:var(--theme-text)}.ecm-project-progress-percent{font-size:var(--theme-project-progress-percent-font-size);color:var(--theme-text)}.ecm-project-progress-meta{font-size:var(--theme-project-progress-meta-font-size);opacity:var(--theme-project-progress-meta-opacity);color:var(--theme-text)}.ecm-pending-review-row{gap:var(--theme-pending-review-row-gap);padding-block:var(--theme-pending-review-row-padding-block)}.ecm-pending-review-left{gap:var(--theme-pending-review-cluster-gap);min-width:0}.ecm-pending-review-title{color:var(--theme-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600}.ecm-pending-review-priority-chip{font-size:var(--font-size-normal);font-weight:var(--font-weight-medium);color:var(--theme-text);background-color:var(--theme-bg);border-radius:var(--theme-pending-review-priority-chip-radius);padding-block:var(--theme-pending-review-priority-chip-padding-y);padding-inline:var(--theme-pending-review-priority-chip-padding-x);box-sizing:border-box}.ecm-pending-review-spacer{flex:1;min-width:0}.ecm-pending-review-right-cluster{gap:var(--theme-pending-review-cluster-gap)}.ecm-pending-review-queue-label{font-size:var(--font-size-md);color:var(--theme-text)}.ecm-pending-review-count{font-size:var(--font-size-normal);color:var(--theme-text);min-width:var(--theme-pending-review-count-min-width);text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.ecm-pending-review-progress{width:var(--theme-progress-track-width)}.ecm-associated-list-empty{font-size:var(--theme-control-font-size);color:var(--theme-text-muted)}.ecm-associated-list-loading{padding-block:var(--theme-box-padding)}.ecm-associated-list-error{padding:var(--theme-box-padding);color:var(--theme-danger)}@media (width<=991.98px){.ecm-entity-detail-grid{flex-direction:column!important}}.ecm-entity-detail-associated-section{padding-top:var(--theme-entity-detail-associated-padding-top)}.ecm-entity-detail-actions{padding-top:var(--theme-entity-detail-actions-padding-top)}.ecm-entity-detail-state-loading{padding-block:var(--theme-entity-detail-state-padding-block)}.ecm-entity-detail-state-error{padding:var(--theme-entity-detail-state-padding-block);color:var(--theme-danger)}.ecm-entity-detail-state-not-found{padding-block:var(--theme-entity-detail-state-padding-block);opacity:var(--theme-entity-detail-state-not-found-opacity);color:var(--theme-text)}.ecm-entity-list-empty-icon{width:var(--theme-entity-list-empty-icon-size);height:var(--theme-entity-list-empty-icon-size);border-radius:var(--theme-radius-full);background-color:var(--theme-entity-list-empty-icon-bg);color:var(--theme-text);opacity:var(--theme-entity-list-empty-icon-opacity)}.ecm-entity-list-skeleton-item{min-height:var(--theme-entity-list-skeleton-item-min-height)}.ecm-entity-list-pagination{padding-top:var(--theme-entity-list-pagination-padding-top)}.ecm-entity-form-row>*{flex:1;min-width:0}@media (width<=575.98px){.ecm-entity-form-row{flex-direction:column!important}}.ecm-entity-card-container-menu-open{z-index:var(--theme-entity-card-menu-z)}.ecm-entity-card-avatar-wrap{width:var(--theme-entity-card-avatar-size);height:var(--theme-entity-card-avatar-size)}.ecm-entity-card-status-dot{bottom:var(--theme-entity-card-status-dot-offset-bottom);right:var(--theme-entity-card-status-dot-offset-right);width:var(--theme-entity-card-status-dot-size);height:var(--theme-entity-card-status-dot-size);border-radius:var(--theme-radius-full);border:var(--theme-entity-card-status-dot-border-width) solid var(--theme-surface);z-index:1}.ecm-entity-card-status-dot-active{background-color:var(--theme-primary)}.ecm-entity-card-status-dot-inactive{background-color:var(--theme-text)}.ecm-entity-card-title{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-entity-card-subtitle{font-size:var(--font-size-normal);color:var(--theme-text-muted);opacity:var(--theme-entity-card-subtitle-opacity)}.ecm-entity-card-subtitle p{margin:0}.ecm-entity-card-status-pill{padding:var(--theme-entity-card-status-pill-padding-y) var(--theme-entity-card-status-pill-padding-x);border-radius:var(--theme-radius-full);font-size:var(--theme-entity-card-status-pill-font-size);font-weight:var(--font-weight-medium)}.ecm-entity-card-status-pill-active{background-color:var(--theme-entity-card-status-active-bg);color:var(--theme-entity-card-status-active-text)}.ecm-entity-card-status-pill-inactive{background-color:var(--theme-entity-card-status-inactive-bg);color:var(--theme-entity-card-status-inactive-text)}.ecm-entity-card-menu-trigger{cursor:pointer;padding:var(--theme-entity-card-menu-trigger-padding);background-color:var(--theme-control-bg)}.ecm-entity-card-menu-trigger img,.ecm-entity-card-menu-trigger svg{width:var(--theme-entity-card-menu-trigger-icon-size);height:var(--theme-entity-card-menu-trigger-icon-size)}.ecm-entity-card-body{background-color:var(--theme-control-bg);padding:var(--theme-entity-card-body-padding)}.ecm-entity-card-body-item-value{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-entity-card-body-item-value p{margin:0}.ecm-entity-card-footer-icon{width:var(--theme-entity-card-footer-icon-size);height:var(--theme-entity-card-footer-icon-size);opacity:var(--theme-entity-card-footer-icon-opacity)}.ecm-entity-card-footer-text{font-size:var(--font-size-md);font-weight:var(--font-weight-regular);color:var(--theme-text)}@media screen and (width<=1366px){.ecm-entity-card-avatar-wrap{width:var(--theme-entity-card-avatar-size-compact);height:var(--theme-entity-card-avatar-size-compact)}}.ecm-entity-row{padding:var(--theme-entity-row-padding)}.ecm-entity-row-title{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis}.ecm-entity-row-meta{gap:var(--theme-entity-row-meta-gap);font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-entity-row-meta-opacity)}.ecm-entity-row-meta-item{gap:var(--theme-entity-row-meta-item-gap)}.ecm-entity-row-menu-trigger{padding:var(--theme-entity-card-menu-trigger-padding);cursor:pointer}.ecm-entity-row-status{padding:var(--theme-entity-row-status-padding-y) var(--theme-entity-row-status-padding-x);border-radius:var(--theme-radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium)}.ecm-entity-row-status-active{background-color:var(--theme-entity-row-status-active-bg);color:var(--theme-entity-row-status-active-text)}.ecm-entity-row-status-inactive{background-color:var(--theme-entity-row-status-inactive-bg);color:var(--theme-entity-row-status-inactive-text)}.ecm-client-widget-rank{width:var(--theme-client-widget-rank-size);height:var(--theme-client-widget-rank-size);background-color:var(--theme-client-widget-rank-bg);border-radius:var(--theme-radius-full);font-size:var(--font-size-xs);color:var(--theme-text)}.ecm-client-widget-rank-lg{width:var(--theme-client-widget-rank-size-lg);height:var(--theme-client-widget-rank-size-lg);background-color:var(--theme-control-bg);font-size:var(--font-size-md);font-weight:var(--font-weight-bold)}.ecm-client-widget-info{min-width:0}.ecm-client-widget-title{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-client-widget-detail{font-size:var(--font-size-normal);font-weight:var(--font-weight-regular);color:var(--theme-text)}.ecm-client-widget-value{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-client-widget-panel-left{gap:var(--theme-client-widget-panel-left-gap);flex:1;min-width:0}.ecm-client-widget-bg-override{background-color:var(--ecm-client-widget-bg)}.ecm-dashboard-widget-action-text{font-size:var(--font-size-md);font-weight:var(--font-weight-regular);color:var(--theme-text)}.ecm-quick-actions-grid{gap:var(--theme-dashboard-quick-actions-grid-gap);grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:1fr;align-content:stretch;width:100%;min-width:0;height:100%}.ecm-quick-actions-grid>*{width:100%;min-width:0;height:100%}.ecm-quick-action-item{min-height:var(--theme-dashboard-quick-action-min-height);gap:var(--theme-dashboard-quick-action-gap)}.ecm-quick-action-item-clickable:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}@media (width<=359.98px){.ecm-quick-actions-grid{grid-template-columns:minmax(0,1fr)}}.ecm-dashboard-widget-loading,.ecm-dashboard-widget-empty{padding:var(--theme-dashboard-widget-state-padding-y) 0}.ecm-dashboard-widget-error{padding:var(--theme-dashboard-widget-state-padding-y) 0;font-size:var(--font-size-xs);color:var(--theme-danger)}.ecm-dashboard-kpi-grid{gap:var(--theme-dashboard-grid-gap);min-height:var(--theme-dashboard-widget-card-min-height);box-sizing:border-box;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;width:100%;min-width:0}.ecm-dashboard-kpi-grid>*{box-sizing:border-box;width:100%;min-width:0;height:100%}.ecm-dashboard-kpi-grid>*>.ecm-box,.ecm-dashboard-kpi-grid>.ecm-box-container,.ecm-dashboard-kpi-grid>*>.ecm-box-container,.ecm-dashboard-kpi-grid [data-widget-card]{width:100%;min-width:0;height:100%}@media (width>=768px) and (width<=991.98px){.ecm-dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767.98px){.ecm-dashboard-kpi-grid{grid-template-columns:minmax(0,1fr)}}.ecm-status-summary-grid{gap:var(--theme-status-summary-grid-gap)}.ecm-status-summary-card{font:inherit;cursor:default;padding:0}.ecm-status-summary-card-clickable{cursor:pointer}.ecm-status-summary-card-clickable:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset);border-radius:var(--theme-radius-md)}.ecm-status-summary-card-inner{border-left:var(--theme-status-summary-border-width) solid transparent;transition:background-color var(--theme-status-summary-transition-duration) ease, border-left-color var(--theme-status-summary-transition-duration) ease}.ecm-status-summary-card-active .ecm-status-summary-card-inner{background-color:var(--theme-status-summary-active-bg)}.ecm-status-summary-card-active.ecm-status-summary-card-active-all .ecm-status-summary-card-inner{border-left-color:var(--theme-status-summary-active-all-border)}.ecm-status-summary-card-active.ecm-status-summary-card-active-revisions .ecm-status-summary-card-inner{border-left-color:var(--theme-status-summary-active-revisions-border)}.ecm-status-summary-card-active.ecm-status-summary-card-active-assigned .ecm-status-summary-card-inner{border-left-color:var(--theme-status-summary-active-assigned-border)}.ecm-status-summary-card-active.ecm-status-summary-card-active-completed .ecm-status-summary-card-inner{border-left-color:var(--theme-status-summary-active-completed-border)}@media (width<=768px){.ecm-task-request-split{grid-template-columns:minmax(0,1fr)}}.main_content_fill .ecm-task-request-page{flex:auto;min-height:0;overflow:hidden}.ecm-task-request-page{gap:var(--theme-task-request-page-gap);min-height:min-content;overflow:visible}.ecm-task-request-toolbar{gap:var(--theme-task-request-toolbar-gap)}.ecm-task-request-toolbar-search{flex:1;min-width:0}.ecm-task-request-toolbar-actions{gap:var(--theme-task-request-toolbar-actions-gap)}.ecm-task-request-tabs{gap:var(--theme-task-request-tabs-gap);overflow-x:auto}.ecm-task-request-tabs .ecm-tab:not(.ecm-tab-active){opacity:var(--theme-task-request-tab-inactive-opacity)}.ecm-task-request-tabs .ecm-tab:not(.ecm-tab-active):hover{opacity:1}.ecm-task-request-split{gap:var(--theme-task-request-split-gap);flex:1;grid-template-columns:minmax(18rem,2fr) minmax(0,3fr);min-height:0}.ecm-task-request-chrome{gap:var(--theme-task-request-page-gap)}.ecm-task-request-unified-empty{flex:auto;min-height:0}.ecm-task-request-unified-empty>*{width:100%}.ecm-task-request-list-panel,.ecm-task-request-details-panel{background-color:var(--theme-surface);min-height:0}.ecm-task-request-list{gap:var(--theme-task-request-list-gap);padding:var(--theme-task-request-list-padding);overflow-y:auto}.ecm-task-request-item{padding:var(--theme-task-request-item-padding);background-color:var(--theme-surface);border:var(--theme-task-request-item-border-width) solid var(--theme-task-request-item-border-color);border-radius:var(--theme-task-request-item-radius);border-left:var(--theme-task-request-item-selected-border-width) solid transparent;cursor:pointer;transition:background-color var(--theme-task-request-item-transition-duration) ease}.ecm-task-request-item:hover{background-color:var(--theme-task-request-item-hover-bg)}.ecm-task-request-item:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-task-request-item-selected{background-color:var(--theme-task-request-item-selected-bg);border-left-color:var(--theme-task-request-item-selected-border-color)}.ecm-task-request-item-needs-action{font-weight:500}.ecm-task-request-item-header,.ecm-task-request-item-badges{gap:var(--theme-task-request-list-gap)}.ecm-task-request-item-title{font-size:var(--font-size-md);color:var(--theme-text);padding:0;font-weight:600}.ecm-task-request-item-meta{gap:var(--theme-task-request-page-gap);font-size:var(--font-size-normal);opacity:var(--theme-task-request-meta-opacity)}.ecm-task-request-item-meta-item{gap:var(--theme-task-request-meta-item-gap)}.ecm-task-request-item-meta-icon{width:var(--theme-task-request-meta-icon-size);height:var(--theme-task-request-meta-icon-size);opacity:var(--theme-task-request-meta-icon-opacity)}.ecm-task-request-item-footer{font-size:var(--font-size-normal);opacity:var(--theme-task-request-footer-opacity)}.ecm-task-request-item-time,.ecm-task-request-item-due{font-size:var(--theme-task-request-time-font-size)}.ecm-task-request-state{padding:var(--theme-task-request-list-padding);min-height:var(--theme-task-request-state-min-height);flex:1}.ecm-task-request-list-skeleton{--theme-skeleton-list-item-min-height:var(--theme-task-request-skeleton-item-height)}.ecm-task-request-details{gap:var(--theme-task-request-details-gap);padding:var(--theme-task-request-details-padding);flex:1;overflow-y:auto}.ecm-task-request-details-empty{padding:var(--theme-task-request-details-padding);color:var(--theme-text);opacity:var(--theme-task-request-details-empty-opacity);font-size:var(--font-size-md);flex:1}.ecm-task-request-details-header{gap:var(--theme-task-request-details-gap)}.ecm-task-request-details-title-wrap{flex:1;min-width:0}.ecm-task-request-details-close{font-size:var(--theme-task-request-close-size);cursor:pointer;padding:var(--theme-task-request-close-padding);color:var(--theme-text);opacity:var(--theme-task-request-close-opacity);line-height:1}.ecm-task-request-details-close:hover{opacity:1}.ecm-task-request-details-close:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-task-request-details-title{font-size:var(--font-size-xl);color:var(--theme-text);padding:0;font-weight:600}.ecm-task-request-details-id{font-size:var(--font-size-normal);opacity:var(--theme-task-request-details-id-opacity)}.ecm-task-request-details-badges{gap:var(--theme-task-request-list-gap)}.ecm-task-request-details-description{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-task-request-details-description-opacity);line-height:var(--line-height-normal);padding:0}.ecm-task-request-details-meta{gap:var(--theme-task-request-details-meta-gap)}.ecm-task-request-details-meta-row{gap:var(--theme-task-request-details-meta-row-gap);font-size:var(--font-size-md)}.ecm-task-request-details-deadline{opacity:var(--theme-task-request-details-description-opacity)}.ecm-task-request-details-tags{gap:var(--theme-task-request-list-gap)}.ecm-task-request-tag{padding:var(--theme-task-request-tag-padding-y) var(--theme-task-request-tag-padding-x);background-color:var(--theme-bg);border-radius:var(--theme-task-request-item-radius);font-size:var(--theme-task-request-tag-font-size);color:var(--theme-text)}.ecm-task-request-activity{gap:var(--theme-task-request-details-meta-gap);padding:0;list-style:none}.ecm-task-request-activity-item{gap:var(--theme-task-request-details-meta-row-gap);font-size:var(--font-size-md);opacity:var(--theme-task-request-activity-opacity)}.ecm-task-request-activity-dot{width:var(--theme-task-request-activity-dot-size);height:var(--theme-task-request-activity-dot-size);border-radius:var(--theme-radius-full);background-color:var(--theme-primary);align-self:center}.ecm-task-request-details-actions{gap:var(--theme-task-request-actions-gap);padding-top:var(--theme-task-request-actions-padding-top);margin-top:auto}.ecm-task-request-toast{bottom:var(--theme-task-request-toast-offset);right:var(--theme-task-request-toast-offset);gap:var(--theme-task-request-toast-gap);padding:var(--theme-task-request-toast-padding-y) var(--theme-task-request-toast-padding-x);border-radius:var(--theme-task-request-item-radius);font-size:var(--font-size-md);box-shadow:var(--theme-task-request-toast-shadow);z-index:var(--theme-task-request-toast-z-index)}.ecm-task-request-toast-success{background-color:var(--theme-success);color:var(--theme-text-inverse)}.ecm-task-request-toast-error{background-color:var(--theme-danger);color:var(--theme-text-inverse)}.ecm-task-request-toast-warning{background-color:var(--theme-warning);color:var(--theme-text-inverse)}.ecm-task-request-toast-dismiss{color:inherit;font-size:var(--font-size-xl);cursor:pointer;padding:0 var(--theme-task-request-close-padding);opacity:.9;line-height:1}.ecm-task-request-toast-dismiss:hover{opacity:1}.ecm-task-request-toast-dismiss:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}@media (width<=768px){.ecm-task-request-split{grid-template-columns:1fr}.ecm-task-request-details-panel{z-index:var(--theme-task-request-mobile-details-z-index);max-height:100vh;position:fixed;inset:0}.ecm-task-request-details-panel[data-selected=false]{display:none}.ecm-task-request-details-close{display:block}}.ecm-dashboard-project-grid{gap:var(--theme-dashboard-project-grid-gap);grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=640px){.ecm-dashboard-project-grid{grid-template-columns:minmax(0,1fr)}}.ecm-dashboard-project-stat{background-color:var(--theme-dashboard-project-stat-bg);border-radius:var(--theme-radius-md);padding:var(--theme-dashboard-project-stat-padding);min-height:var(--theme-dashboard-project-stat-min-height)}.ecm-dashboard-task-list{gap:var(--theme-dashboard-task-list-gap);padding:0;list-style:none}.ecm-dashboard-task-item{gap:var(--theme-dashboard-task-item-gap);padding:var(--theme-dashboard-task-item-padding-y) 0;border-bottom:var(--border-width-default) solid var(--theme-border)}.ecm-dashboard-task-item:last-child{border-bottom:none}.ecm-dashboard-task-title{font-size:var(--font-size-md);font-weight:var(--font-weight-medium);color:var(--theme-text)}.ecm-dashboard-task-meta{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-dashboard-task-meta-opacity)}.ecm-dashboard-task-empty{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-dashboard-task-empty-opacity)}.ecm-dashboard-analytics-grid{gap:var(--theme-dashboard-analytics-grid-gap);grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=767.98px){.ecm-dashboard-analytics-grid{grid-template-columns:minmax(0,1fr)}}.ecm-dashboard-file-grid{grid-template-columns:repeat(auto-fit, minmax(var(--theme-dashboard-file-stat-min-width), 1fr));gap:var(--theme-dashboard-file-grid-gap)}.ecm-dashboard-team-member{padding:var(--theme-dashboard-team-member-padding-y) 0}.ecm-dashboard-team-member-main{gap:var(--theme-dashboard-team-member-row-gap);flex:1;min-width:0}.ecm-dashboard-team-member-info{gap:var(--theme-dashboard-team-member-meta-gap);min-width:0}.ecm-dashboard-team-member-name{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-team-member-role{font-size:var(--font-size-normal);font-weight:var(--font-weight-regular);color:var(--theme-text);opacity:var(--theme-dashboard-team-member-role-opacity)}.ecm-dashboard-team-member-action{width:var(--theme-dashboard-team-member-action-size);height:var(--theme-dashboard-team-member-action-size);cursor:pointer;color:var(--theme-text)}.ecm-dashboard-team-member-action:hover{background-color:var(--theme-control-bg);color:var(--theme-primary)}.ecm-dashboard-active-project-item{gap:var(--theme-dashboard-active-project-item-gap);padding:var(--theme-dashboard-active-project-padding);background-color:var(--theme-dashboard-active-project-bg)}.ecm-dashboard-active-project-main{gap:var(--theme-dashboard-active-project-meta-gap);flex:1;min-width:0}.ecm-dashboard-active-project-title{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-active-project-meta{font-size:var(--font-size-normal);font-weight:var(--font-weight-regular);color:var(--theme-text);opacity:var(--theme-dashboard-active-project-meta-opacity)}.ecm-dashboard-active-project-percent{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-active-project-track{height:var(--theme-dashboard-active-project-progress-height);background-color:var(--theme-dashboard-active-project-progress-bg);border-radius:var(--theme-radius-md)}.ecm-dashboard-active-project-fill{width:var(--theme-progress-fill-width);background-color:var(--theme-primary);border-radius:var(--theme-radius-md)}.ecm-dashboard-payment-item{padding:var(--theme-dashboard-payment-item-padding)}.ecm-dashboard-payment-main{gap:var(--theme-dashboard-payment-main-gap);min-width:0}.ecm-dashboard-payment-info{gap:var(--theme-dashboard-payment-info-gap);min-width:0}.ecm-dashboard-payment-name{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-payment-meta{font-size:var(--font-size-normal);font-weight:var(--font-weight-regular);color:var(--theme-text)}.ecm-dashboard-payment-actions{gap:var(--theme-dashboard-payment-actions-gap)}.ecm-dashboard-payment-amount{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-activity-item{gap:var(--theme-dashboard-activity-item-gap)}.ecm-dashboard-activity-item:hover{opacity:var(--theme-dashboard-activity-hover-opacity)}.ecm-dashboard-activity-icon{width:var(--theme-dashboard-activity-icon-size);height:var(--theme-dashboard-activity-icon-size)}.ecm-dashboard-activity-main{gap:var(--theme-dashboard-activity-content-gap);font-size:var(--font-size-normal);font-weight:var(--font-weight-regular);color:var(--theme-text);flex:1;min-width:0}.ecm-dashboard-activity-main strong{font-weight:var(--font-weight-semibold)}.ecm-dashboard-activity-time{font-size:var(--font-size-normal);font-weight:var(--font-weight-regular);color:var(--theme-text)}.ecm-dashboard-activity-status-not-started,.ecm-dashboard-activity-status-cancelled,.ecm-dashboard-activity-status-archived,.ecm-dashboard-activity-status-refunded{color:var(--theme-dashboard-activity-status-neutral);font-weight:var(--theme-dashboard-activity-status-weight)}.ecm-dashboard-activity-status-in-progress,.ecm-dashboard-activity-status-re-opened,.ecm-dashboard-activity-status-reopened{color:var(--theme-dashboard-activity-status-info);font-weight:var(--theme-dashboard-activity-status-weight)}.ecm-dashboard-activity-status-in-review{color:var(--theme-dashboard-activity-status-review);font-weight:var(--theme-dashboard-activity-status-weight)}.ecm-dashboard-activity-status-on-hold,.ecm-dashboard-activity-status-delayed,.ecm-dashboard-activity-status-outstanding,.ecm-dashboard-activity-status-partially-paid{color:var(--theme-dashboard-activity-status-warning);font-weight:var(--theme-dashboard-activity-status-weight)}.ecm-dashboard-activity-status-completed,.ecm-dashboard-activity-status-approved,.ecm-dashboard-activity-status-received{color:var(--theme-dashboard-activity-status-success);font-weight:var(--theme-dashboard-activity-status-weight)}.ecm-dashboard-activity-status-rejected,.ecm-dashboard-activity-status-overdue,.ecm-dashboard-activity-status-failed,.ecm-dashboard-activity-status-blocked{color:var(--theme-dashboard-activity-status-danger);font-weight:var(--theme-dashboard-activity-status-weight)}.ecm-dashboard-activity-status-assigned{color:var(--theme-dashboard-activity-status-assigned);font-weight:var(--theme-dashboard-activity-status-weight)}.ecm-dashboard-financial-grid{gap:var(--theme-dashboard-financial-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=991.98px){.ecm-dashboard-financial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=575.98px){.ecm-dashboard-financial-grid{grid-template-columns:minmax(0,1fr)}}.ecm-dashboard-financial-stat{border-radius:var(--theme-radius-md);padding:var(--theme-dashboard-financial-stat-padding);gap:var(--theme-dashboard-financial-stat-gap);min-height:var(--theme-dashboard-financial-stat-min-height)}.ecm-dashboard-financial-stat-paid{background-color:var(--theme-dashboard-financial-paid-bg);color:var(--theme-dashboard-financial-paid-text)}.ecm-dashboard-financial-stat-pending{background-color:var(--theme-dashboard-financial-pending-bg);color:var(--theme-dashboard-financial-pending-text)}.ecm-dashboard-financial-stat-overdue{background-color:var(--theme-dashboard-financial-overdue-bg);color:var(--theme-dashboard-financial-overdue-text)}.ecm-dashboard-financial-stat-label{font-size:var(--font-size-normal);font-weight:var(--font-weight-semibold);text-transform:capitalize;opacity:var(--theme-dashboard-financial-stat-label-opacity)}.ecm-dashboard-financial-stat-amount{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold)}.ecm-dashboard-financial-stat-count{font-size:var(--font-size-md);font-weight:var(--font-weight-regular);opacity:var(--theme-dashboard-financial-stat-count-opacity)}.ecm-dashboard-financial-invoices{flex:1;min-height:0}.ecm-dashboard-financial-invoices-title{font-size:var(--font-size-normal);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-financial-invoice-list{gap:var(--theme-dashboard-financial-invoice-list-gap);padding:0;list-style:none}.ecm-dashboard-financial-invoice-empty{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-dashboard-financial-invoice-empty-opacity)}.ecm-dashboard-financial-invoice-item{gap:var(--theme-dashboard-financial-invoice-item-gap);padding:var(--theme-dashboard-financial-invoice-item-padding-y) 0;border-bottom:var(--border-width-default) solid var(--theme-border)}.ecm-dashboard-financial-invoice-item:last-child{border-bottom:none}.ecm-dashboard-financial-invoice-main{gap:var(--theme-dashboard-financial-invoice-meta-gap);flex:1;min-width:0}.ecm-dashboard-financial-invoice-number{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-financial-invoice-date{font-size:var(--theme-dashboard-financial-invoice-date-size);font-weight:var(--font-weight-regular);color:var(--theme-text);opacity:var(--theme-dashboard-financial-invoice-date-opacity)}.ecm-dashboard-financial-invoice-amount{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-dashboard-financial-invoice-badge{padding:var(--theme-dashboard-financial-badge-padding-y) var(--theme-dashboard-financial-badge-padding-x);border-radius:var(--theme-dashboard-financial-badge-radius);font-size:var(--font-size-normal);font-weight:var(--font-weight-semibold);text-transform:capitalize}.ecm-dashboard-financial-invoice-badge-paid{background-color:var(--theme-dashboard-financial-paid-bg);color:var(--theme-dashboard-financial-paid-text)}.ecm-dashboard-financial-invoice-badge-pending{background-color:var(--theme-dashboard-financial-pending-bg);color:var(--theme-dashboard-financial-pending-text)}.ecm-dashboard-financial-invoice-badge-overdue{background-color:var(--theme-dashboard-financial-overdue-bg);color:var(--theme-dashboard-financial-overdue-text)}.ecm-dashboard-layout-slot{min-height:var(--theme-dashboard-layout-slot-min-height);box-sizing:border-box;grid-template-rows:1fr;width:100%;min-width:0;height:100%}.ecm-dashboard-layout-slot>*,.ecm-dashboard-layout-slot>*>*{box-sizing:border-box;width:100%;min-width:0;height:100%;min-height:0}.ecm-dashboard-layout-slot-full-span{box-sizing:border-box;grid-column:1/-1;width:100%;min-width:0}.ecm-chart-header{top:var(--theme-chart-header-offset-top);z-index:10;align-items:baseline;gap:var(--theme-chart-header-gap);left:0}.ecm-chart-header-value{font-family:var(--theme-chart-font-family);font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--theme-text)}.ecm-chart-header-percent{font-family:var(--theme-chart-font-family);font-size:var(--font-size-normal);font-weight:var(--font-weight-regular);color:var(--theme-success);opacity:var(--theme-chart-header-percent-opacity)}.ecm-chart-donut-wrapper{gap:var(--theme-chart-donut-gap)}.ecm-chart-empty{min-height:var(--theme-skeleton-chart-area-min-height);gap:var(--theme-gap-sm)}.ecm-chart-empty-description{opacity:.7}.ecm-chart-donut{height:var(--theme-chart-height,var(--theme-chart-donut-default-height));padding:0}.ecm-chart-legend-item{padding:var(--theme-chart-legend-item-padding-y) var(--theme-chart-legend-item-padding-x);background-color:var(--theme-control-bg);gap:var(--theme-chart-legend-item-gap)}.ecm-chart-legend-main{gap:var(--theme-chart-legend-main-gap);min-width:0}.ecm-chart-legend-icon{width:var(--theme-chart-legend-icon-size);height:var(--theme-chart-legend-icon-size);border-radius:var(--theme-radius-full);background-color:var(--theme-chart-legend-color,var(--theme-chart-legend-icon-fallback))}.ecm-chart-legend-text{font-family:var(--theme-chart-font-family);font-size:var(--font-size-normal);color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis}.ecm-chart-legend-value{font-family:var(--theme-chart-font-family);font-size:var(--font-size-normal);font-weight:var(--font-weight-medium);color:var(--theme-text)}.ecm-dashboard-skeleton-shell{min-height:var(--theme-dashboard-skeleton-shell-min-height,var(--theme-dashboard-widget-card-min-height))}.ecm-dashboard-skeleton-fill{flex:1;min-height:0}.ecm-dashboard-skeleton-grid{flex:1;grid-template-rows:1fr;min-height:0}@media (prefers-reduced-motion:reduce){.ecm-dashboard-skeleton-shell .react-loading-skeleton{animation:none!important}}.ecm-skeleton-shell{gap:var(--theme-skeleton-shell-gap);padding:var(--theme-skeleton-shell-padding);background-color:var(--theme-skeleton-surface-bg);min-height:var(--theme-skeleton-shell-min-height,var(--theme-dashboard-widget-card-min-height))}.ecm-skeleton-list{min-height:var(--theme-skeleton-list-min-height)}.ecm-skeleton-card-grid{grid-template-columns:repeat(var(--theme-skeleton-card-count,1), minmax(0, 1fr));gap:var(--theme-skeleton-grid-gap);min-height:var(--theme-skeleton-shell-min-height,var(--theme-dashboard-widget-card-min-height));width:100%;min-width:0;display:grid}.ecm-skeleton-card-body{gap:var(--theme-skeleton-shell-gap);flex:1}.ecm-skeleton-card-header{gap:var(--theme-skeleton-card-icon-gap)}.ecm-skeleton-card-text{gap:var(--theme-skeleton-line-stack-gap);flex:1}.ecm-skeleton-chart-area{min-height:var(--theme-skeleton-chart-area-min-height);flex:1}.ecm-skeleton-chart-legend{gap:var(--theme-skeleton-chart-legend-gap)}.ecm-skeleton-list-item{gap:var(--theme-skeleton-list-item-gap);min-height:var(--theme-skeleton-list-item-min-height)}.ecm-skeleton-list-lines{gap:var(--theme-skeleton-line-stack-gap);flex:1}@media (prefers-reduced-motion:reduce){.ecm-skeleton-shell .react-loading-skeleton,.ecm-skeleton-card-grid .react-loading-skeleton,.ecm-route-fallback .react-loading-skeleton{animation:none!important}}.ecm-route-fallback{gap:var(--theme-route-fallback-gap);padding:var(--theme-route-fallback-padding-y) var(--theme-route-fallback-padding-x);color:var(--theme-text-muted)}.ecm-route-fallback--chunk{padding-block:var(--theme-route-fallback-padding-y);justify-content:flex-start}.ecm-route-fallback-bar{width:100%;max-width:12rem;height:var(--theme-space-xs);border-radius:var(--theme-radius-full);background-color:var(--theme-border)}.ecm-branding-swatch{width:var(--theme-branding-swatch-size);height:var(--theme-branding-swatch-size);border:var(--border-width-default) solid var(--theme-border);background-color:var(--theme-branding-swatch-color,var(--theme-branding-swatch-fallback))}.ecm-branding-column{gap:var(--theme-branding-section-gap)}.ecm-branding-preview-column{gap:var(--theme-branding-preview-gap)}.ecm-branding-feedback{padding:0}.ecm-branding-subscription-content,.ecm-branding-unlock-card,.ecm-branding-unlock-header{gap:var(--theme-branding-subscription-gap)}.ecm-branding-crown-icon{width:var(--theme-branding-unlock-icon-size);height:var(--theme-branding-unlock-icon-size);opacity:var(--theme-branding-unlock-icon-opacity)}.ecm-branding-unlock-text{gap:var(--theme-branding-setting-gap);min-width:0}.ecm-branding-unlock-title{font-size:var(--font-size-md);color:var(--theme-text);padding:0}.ecm-branding-unlock-description{font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-branding-unlock-description-opacity);padding:0}.ecm-branding-price{font-size:var(--font-size-xl);color:var(--theme-text);font-weight:700}.ecm-branding-price-period{font-size:var(--font-size-normal);opacity:var(--theme-branding-price-period-opacity);font-weight:400}.ecm-branding-features{gap:var(--theme-branding-features-gap);padding:0;list-style:none}.ecm-branding-feature-item{gap:var(--theme-branding-features-gap)}.ecm-branding-check-icon{width:var(--theme-branding-check-icon-size);height:var(--theme-branding-check-icon-size)}.ecm-branding-settings-content{gap:var(--theme-branding-section-gap)}.ecm-branding-setting-section{gap:var(--theme-branding-setting-gap)}.ecm-branding-setting-label{font-size:var(--font-size-md);color:var(--theme-text);font-weight:500}.ecm-branding-upload-button{gap:var(--theme-branding-setting-gap);cursor:pointer;font:inherit;color:var(--theme-text);transition:background-color var(--theme-branding-upload-transition-duration) ease;padding:0}.ecm-branding-upload-button:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-branding-upload-icon{width:var(--theme-branding-upload-icon-size);height:var(--theme-branding-upload-icon-size)}.ecm-branding-upload-text{font-size:var(--font-size-normal);padding:0}.ecm-branding-upload-hint{color:var(--theme-text);opacity:var(--theme-branding-upload-hint-opacity);padding:0}.ecm-branding-logo-preview{max-width:100%;max-height:var(--theme-branding-logo-max-height);-o-object-fit:contain;object-fit:contain}.ecm-branding-color-inputs{gap:var(--theme-branding-color-inputs-gap)}.ecm-branding-color-field{gap:var(--theme-branding-setting-gap);flex:1;min-width:0}.ecm-branding-color-label{font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-branding-color-label-opacity)}.ecm-branding-color-row{gap:var(--theme-branding-setting-gap)}.ecm-branding-color-input{flex:1;min-width:0}.ecm-branding-preview-content{gap:var(--theme-branding-preview-gap)}.ecm-branding-preview-buttons{gap:var(--theme-branding-preview-buttons-gap)}.ecm-branding-preview-buttons>*,.ecm-branding-preview-buttons .ecm-button{width:100%}.ecm-branding-invoice-preview{gap:var(--theme-branding-preview-gap)}.ecm-branding-preview-placeholder{min-height:var(--theme-branding-preview-placeholder-min-height)}.ecm-branding-preview-placeholder p{opacity:var(--theme-branding-preview-placeholder-opacity);text-align:center;padding:0}@media (width<=768px){.ecm-branding-color-inputs{flex-direction:column}}.ecm-calculator-currency-row{gap:var(--theme-calculator-currency-row-gap)}.ecm-calculator-gst-block{gap:var(--theme-calculator-form-gap)}.ecm-calculator-gst-label{font-weight:var(--theme-calculator-gst-label-weight);color:var(--theme-text);font-size:var(--theme-calculator-gst-label-size)}.ecm-calculator-percent-suffix{color:var(--theme-text);font-size:var(--theme-calculator-gst-label-size)}.ecm-calculator-quick-add-grid{grid-template-columns:repeat(var(--theme-calculator-quick-add-columns), 1fr);gap:var(--theme-calculator-quick-add-gap)}.ecm-calculator-quick-add-grid>*,.ecm-calculator-quick-add-grid .ecm-button{width:100%;min-width:0}.ecm-calculator-quick-add-button .ecm-button-content,.ecm-calculator-quick-add-button span{color:var(--theme-text)}.ecm-calculator-line-items-table{border-collapse:collapse;table-layout:fixed}.ecm-calculator-line-items-table th{text-align:left;padding:0 var(--theme-calculator-table-cell-padding) var(--theme-calculator-table-cell-padding);font-size:var(--theme-calculator-table-header-size);font-weight:var(--theme-calculator-table-header-weight);color:var(--theme-text)}.ecm-calculator-line-items-table th:first-child{width:var(--theme-calculator-table-desc-col-width)}.ecm-calculator-line-items-table td{padding:var(--theme-calculator-table-cell-padding)}.ecm-calculator-line-items-table td:first-child{padding-left:0}.ecm-calculator-line-item-amount{font-size:var(--theme-calculator-line-item-amount-size);font-weight:var(--theme-calculator-line-item-amount-weight);color:var(--theme-text)}.ecm-calculator-line-item-enter{animation:ecm-calculator-line-item-enter var(--theme-calculator-line-item-enter-duration) ease-out}@keyframes ecm-calculator-line-item-enter{0%{opacity:0;transform:translateY(var(--theme-calculator-line-item-enter-offset))}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ecm-calculator-line-item-enter{animation:none}}.ecm-calculator-summary-total{font-weight:var(--font-weight-semibold)}.ecm-calculator-summary-actions{gap:var(--theme-calculator-summary-actions-gap);padding:var(--theme-calculator-summary-actions-padding-y) 0}.ecm-calculator-summary-actions>*,.ecm-calculator-summary-actions .ecm-button{flex:1;width:100%;min-width:0}.ecm-auth-layout{height:100dvh;min-height:100dvh;padding:var(--theme-auth-layout-padding);scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;--theme-button-primary-bg:var(--theme-primary);--theme-text-link:var(--theme-primary);--theme-auth-error-bg:color-mix(in srgb, var(--theme-danger) 10%, var(--theme-surface));--theme-auth-error-color:color-mix(in srgb, var(--theme-danger) 55%, var(--palette-neutral-900) 45%);place-items:center;overflow:hidden auto}.ecm-auth-layout::-webkit-scrollbar{width:0;height:0;display:none}.ecm-auth-layout-container{width:100%;max-width:var(--theme-auth-layout-max-width);justify-self:center;min-width:0}.ecm-auth-logo img{width:var(--theme-auth-logo-size);height:var(--theme-auth-logo-size)}.ecm-auth-header{gap:var(--theme-gap-sm);flex-direction:column;display:flex}.ecm-auth-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--theme-text);margin:0}.ecm-auth-description{max-width:none;line-height:var(--line-height-normal);letter-spacing:normal;text-align:inherit;margin:0}.ecm-auth-description p{max-width:none;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;margin:0}.ecm-auth-description p:not([class]),.ecm-auth-description>p:not([class]){color:inherit}.ecm-auth-form-group{gap:var(--theme-gap-md);flex-direction:column;display:flex}.ecm-auth-social-group,.ecm-auth-footer-group{justify-content:space-between;align-items:center;gap:var(--theme-gap-md);flex-wrap:nowrap;display:flex}.ecm-auth-layout .ecm-button-primary{background-color:var(--theme-button-primary-bg)}.ecm-auth-layout .ecm-button-primary:hover:not(:disabled){background-color:var(--theme-primary-hover);opacity:1}.ecm-auth-layout .ecm-button-primary:active:not(:disabled){background-color:color-mix(in srgb, var(--theme-primary) 76%, var(--palette-neutral-900));opacity:1}.ecm-auth-layout .ecm-button-primary:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-auth-layout .ecm-text-color-link{color:var(--theme-text-link)}.ecm-auth-layout .ecm-text-color-link:hover{color:var(--theme-primary-hover)}.ecm-auth-layout .ecm-text-color-link:active{color:color-mix(in srgb, var(--theme-primary) 76%, var(--palette-neutral-900))}.ecm-auth-link{color:var(--theme-text-link);cursor:pointer}.ecm-auth-link:hover{color:var(--theme-primary-hover);text-decoration:none}.ecm-auth-link:active{color:color-mix(in srgb, var(--theme-primary) 76%, var(--palette-neutral-900))}.ecm-auth-link:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-auth-link-button{font-size:var(--theme-auth-link-font-size-normal)}.ecm-auth-link-button:hover{text-decoration:underline}.ecm-auth-error,.ecm-auth-error-text{font-size:var(--font-size-normal);color:var(--theme-auth-error-color);text-align:left;padding:0}.ecm-auth-error{padding:var(--padding-sm) var(--theme-space-md);background:var(--theme-auth-error-bg);border-radius:var(--theme-radius-md)}.ecm-auth-success,.ecm-auth-success-text{font-size:var(--theme-auth-banner-font-size);color:var(--theme-auth-success-color)}.ecm-auth-success{padding:var(--theme-auth-banner-padding-y) var(--theme-auth-banner-padding-x);background:var(--theme-auth-success-bg);border-radius:var(--theme-radius-md)}.ecm-auth-info-banner{color:var(--theme-auth-info-color);background:var(--theme-auth-info-bg)}.ecm-auth-info-title{font-size:var(--theme-auth-banner-font-size);font-weight:var(--font-weight-semibold);padding:0}.ecm-auth-info-support{font-size:var(--theme-auth-link-font-size);line-height:var(--line-height-normal);opacity:var(--theme-auth-info-support-opacity);padding:0}.ecm-auth-social-provider-wrapper{border-radius:var(--theme-radius-full)}.ecm-auth-social-providers .ecm-auth-social-provider-button{color:var(--theme-text);box-shadow:none;min-width:var(--theme-auth-social-size);min-height:var(--theme-auth-social-size);background-color:#0000;border:0;padding:0}.ecm-auth-social-providers .ecm-auth-social-provider-button:hover:not(:disabled){opacity:1;background-color:#0000}.ecm-auth-social-provider-face{width:var(--theme-auth-social-size);height:var(--theme-auth-social-size);min-width:var(--theme-auth-social-size);min-height:var(--theme-auth-social-size);border-radius:var(--theme-radius-full);background-color:var(--theme-surface-muted);box-shadow:none;border:0}.ecm-auth-social-providers .ecm-auth-social-provider-button:hover:not(:disabled) .ecm-auth-social-provider-face,.ecm-auth-social-providers .ecm-auth-social-provider-button:focus-visible .ecm-auth-social-provider-face,.ecm-auth-social-providers .ecm-auth-social-provider-button:active:not(:disabled) .ecm-auth-social-provider-face{background-color:var(--theme-button-primary-bg);box-shadow:none;border:0}.ecm-auth-social-providers .ecm-auth-social-provider-button:hover:not(:disabled) .ecm-auth-social-provider-icon,.ecm-auth-social-providers .ecm-auth-social-provider-button:focus-visible .ecm-auth-social-provider-icon,.ecm-auth-social-providers .ecm-auth-social-provider-button:active:not(:disabled) .ecm-auth-social-provider-icon{filter:brightness(0)invert()}.ecm-auth-social-providers .ecm-auth-social-provider-button:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-auth-social-providers .ecm-auth-social-provider-button:disabled{cursor:not-allowed;opacity:var(--theme-button-disabled-opacity,.55)}.ecm-auth-social-provider-icon,.ecm-auth-social-provider-spinner{width:var(--theme-auth-social-icon-size);height:var(--theme-auth-social-icon-size)}.ecm-auth-2fa-helper{font-size:var(--theme-auth-banner-font-size);color:var(--theme-text);opacity:var(--theme-auth-2fa-helper-opacity);padding:0}.ecm-auth-2fa-countdown{font-size:var(--theme-auth-banner-font-size);color:var(--theme-text);opacity:var(--theme-auth-2fa-countdown-opacity);padding:0}.ecm-auth-2fa-recovery-hint{font-size:var(--theme-auth-link-font-size);color:var(--theme-text);opacity:var(--theme-auth-2fa-recovery-opacity);padding:0}.ecm-auth-credential-field{color:var(--theme-control-text)}.ecm-auth-credential-control-shell{color:inherit}.ecm-auth-credential-leading-icon{left:var(--theme-control-icon-inset);height:var(--theme-control-height);z-index:1;pointer-events:none;color:var(--theme-control-text);opacity:.75;align-items:center;display:inline-flex;top:0}.ecm-auth-credential-icon{display:block}.ecm-auth-credential-control{padding-left:var(--theme-control-padding-left-icon)}.ecm-auth-credential-control-shell--with-trailing .ecm-auth-credential-control{padding-right:var(--theme-control-padding-right-dropdown)}.ecm-auth-credential-trailing{top:0;right:var(--theme-auth-password-toggle-offset);height:var(--theme-control-height);z-index:2;align-items:center;display:inline-flex}.ecm-auth-credential-visibility-toggle{color:var(--theme-primary);cursor:pointer;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;display:inline-flex}.ecm-auth-credential-visibility-toggle:disabled{opacity:var(--theme-control-disabled-opacity);cursor:not-allowed}.ecm-auth-credential-visibility-toggle:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-auth-credential-visibility-icon{display:block}@media screen and (width<=1366px){.ecm-auth-credential-leading-icon,.ecm-auth-credential-trailing{height:var(--theme-control-height-compact)}.ecm-auth-credential-control{padding-left:var(--theme-control-padding-left-icon-compact)}}.ecm-auth-password-toggle{right:var(--theme-auth-password-toggle-offset);color:var(--theme-primary);cursor:pointer;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;display:inline-flex;top:50%;transform:translateY(-50%)}.ecm-auth-password-toggle:hover{opacity:.85}.ecm-auth-password-toggle:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-auth-strength-bar{height:var(--theme-auth-strength-height);border-radius:var(--theme-radius-md);background-color:var(--theme-border);gap:0;display:flex;overflow:hidden}.ecm-auth-strength-segment{transition:background-color var(--theme-transition-base);flex:1}.ecm-auth-strength-bar--weak .ecm-auth-strength-segment-filled{background-color:var(--theme-danger)}.ecm-auth-strength-bar--medium .ecm-auth-strength-segment-filled{background-color:var(--theme-warning)}.ecm-auth-strength-bar--strong .ecm-auth-strength-segment-filled{background-color:var(--theme-primary)}@media (prefers-reduced-motion:reduce){.ecm-auth-strength-segment{transition:none}}.ecm-header{grid-template-columns:repeat(12,minmax(0,1fr));height:100%;display:grid}.ecm-header-logo{background-color:var(--theme-primary);grid-column:1/3;justify-content:center;align-items:center;min-width:0;display:flex}.ecm-header-logo img{height:var(--theme-header-logo-height)}.ecm-header-section{background-color:var(--theme-surface);min-width:0;padding:var(--theme-space-md);color:var(--theme-text);grid-column:3/13;justify-content:space-between;align-items:center;display:flex}.ecm-header-section [class*=iconWrapper] svg,.ecm-header-icon{color:var(--theme-text);vertical-align:middle}.ecm-header-add-wrapper{width:auto;height:var(--theme-header-action-height);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ecm-header-add-trigger{justify-content:center;align-items:center;display:inline-flex}.ecm-header-add-wrapper .ecm-button-wrapper{align-items:center;line-height:0;display:inline-flex}.ecm-header-action{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ecm-header-search{min-width:0;max-width:var(--theme-header-search-max-width);flex:auto}.ecm-header-notification-fallback{width:var(--theme-header-notification-fallback-size);height:var(--theme-header-notification-fallback-size);border-radius:var(--theme-radius-full);background-color:var(--theme-header-notification-fallback-bg)}.ecm-header-profile{cursor:pointer;height:var(--theme-header-action-height);flex-shrink:0}.ecm-header-profile-avatar-wrap{width:var(--theme-header-action-height);height:var(--theme-header-action-height)}.ecm-header-profile-text{height:var(--theme-header-action-height)}.ecm-header-profile-name{font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--theme-text)}.ecm-header-profile-role{font-size:var(--font-size-normal);color:var(--theme-text);text-transform:capitalize;font-weight:var(--font-weight-regular)}@media screen and (width<=1366px){.ecm-header-logo img{height:var(--theme-header-logo-height-compact)}}.ecm-conversation-item-shell{gap:var(--theme-conversation-item-gap)}.ecm-conversation-item{gap:var(--theme-conversation-item-gap);padding:var(--theme-conversation-item-padding);cursor:default}.ecm-conversation-item-clickable{cursor:pointer}.ecm-conversation-item:hover{background-color:var(--theme-conversation-item-hover-bg)}.ecm-conversation-content{gap:var(--theme-conversation-content-gap);flex:1;min-width:0}.ecm-conversation-header{gap:var(--theme-conversation-header-gap);min-width:0}.ecm-conversation-title{font-size:var(--theme-conversation-title-font-size);color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600}.ecm-conversation-meta{gap:var(--theme-conversation-meta-gap)}.ecm-conversation-preview{font-size:var(--theme-conversation-preview-font-size);color:var(--theme-text);opacity:var(--theme-conversation-preview-opacity);white-space:nowrap;text-overflow:ellipsis;font-weight:400}.ecm-conversation-item-unread .ecm-conversation-preview{opacity:1;font-weight:600}.ecm-conversation-timestamp{font-size:var(--theme-conversation-timestamp-font-size);color:var(--theme-text);opacity:var(--theme-conversation-timestamp-opacity);font-weight:400}.ecm-conversation-unread-dot{width:var(--theme-conversation-unread-dot-size);height:var(--theme-conversation-unread-dot-size);border-radius:var(--theme-radius-full);background-color:var(--theme-primary)}.ecm-conversation-unread-count{min-width:var(--theme-conversation-unread-count-min-width);height:var(--theme-conversation-unread-count-height);padding:0 var(--theme-conversation-unread-count-padding-x);font-size:var(--theme-conversation-unread-count-font-size);border-radius:var(--theme-radius-full);background-color:var(--theme-primary);color:var(--theme-text-inverse);font-weight:600;line-height:1}.ecm-conversation-badge-icon{background-color:var(--theme-surface);border-radius:var(--theme-radius-full);padding:var(--theme-conversation-badge-icon-padding);color:var(--theme-text)}.ecm-conversation-typing{font-size:var(--theme-conversation-typing-font-size);color:var(--theme-primary);padding-inline:var(--theme-conversation-typing-padding-x);white-space:nowrap;text-overflow:ellipsis;font-style:italic}.ecm-comments-panel-body,.ecm-comments-panel-embedded{min-height:0}.ecm-comments-list{max-height:var(--theme-comments-list-max-height);padding-right:var(--theme-comments-list-padding-end);overflow-y:auto}.ecm-comments-empty{font-size:var(--theme-control-font-size);color:var(--theme-text);opacity:var(--theme-comments-empty-opacity)}.ecm-comments-composer{border-top:var(--border-width-default) solid var(--theme-comments-composer-border);padding-top:var(--theme-gap-md)}.ecm-comments-composer-textarea{min-height:var(--theme-comments-composer-min-height);resize:vertical}.ecm-comments-embedded-header{font-size:var(--theme-control-font-size);color:var(--theme-text);font-weight:600}.ecm-billing-overview-grid{grid-template-columns:repeat(auto-fit, minmax(var(--theme-billing-overview-grid-min-column), 1fr))}.ecm-billing-history-empty{padding:var(--theme-gap-md);font-size:var(--font-size-normal);color:var(--theme-text-muted);opacity:var(--theme-billing-history-empty-opacity)}.ecm-billing-history-loading{padding:var(--theme-gap-md);color:var(--theme-text-muted)}.ecm-billing-history-error{color:var(--theme-danger);font-size:var(--font-size-normal)}.ecm-billing-history-page-info{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-billing-history-page-info-opacity)}.ecm-company-billing-list{gap:var(--theme-company-billing-list-gap)}.ecm-company-billing-row{gap:var(--theme-company-billing-row-gap);padding-bottom:var(--theme-company-billing-row-padding-bottom);border-bottom:var(--border-width-default) solid var(--theme-company-billing-row-border-color)}.ecm-company-billing-invoice{font-weight:var(--theme-company-billing-invoice-weight);color:var(--theme-text)}.ecm-company-billing-meta{font-size:var(--theme-company-billing-meta-font-size);opacity:var(--theme-company-billing-meta-opacity);color:var(--theme-text)}.ecm-company-billing-amount{color:var(--theme-text)}.ecm-invoice-link{color:var(--theme-invoice-link-color);cursor:pointer;font:inherit;text-align:left;padding:0}.ecm-invoice-link:hover{text-decoration:underline}.ecm-invoice-link:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-messages-box,.ecm-messages-tabs-wrapper{flex:1;min-height:0}.ecm-messages-tabs-wrapper>*{flex-direction:column;flex:1;gap:0;min-height:0;display:flex}.ecm-messages-tabs-wrapper>*>:last-child,.ecm-messages-tabs-wrapper>*>:last-child>*,.ecm-messages-tabs-wrapper [role=tabpanel]{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.ecm-messages-tabs-wrapper [role=tablist]{background-color:var(--theme-bg);width:100%;padding-block:var(--theme-messages-box-tablist-padding-y);justify-content:center;display:flex}.ecm-messages-tabs-wrapper [role=tablist]>*{flex:auto 0 auto}.ecm-messages-list-scroll{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;flex:1;gap:0;min-height:0;overflow-y:auto}.ecm-messages-list-scroll::-webkit-scrollbar{display:none}.ecm-messages-list-state{padding:var(--theme-gap-md);min-height:var(--theme-messages-list-state-min-height);flex:1}.ecm-messages-list-error{color:var(--theme-danger);font-size:var(--theme-control-font-size)}.ecm-messages-view-header{padding:var(--theme-gap-md);border-bottom:var(--theme-messages-view-header-border-width) solid var(--theme-bg)}.ecm-messages-view-title{font-size:var(--theme-control-font-size);color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600}.ecm-messages-view-participants-btn{gap:var(--theme-messages-view-participants-gap);font-size:var(--font-size-normal);color:var(--theme-text-muted);cursor:pointer;padding:0;font-family:inherit}.ecm-messages-view-participants-btn:hover{color:var(--theme-text)}.ecm-messages-view-participants-icon{width:var(--theme-messages-view-participants-icon-size);height:var(--theme-messages-view-participants-icon-size);opacity:.7}.ecm-messages-view-back-btn{width:var(--theme-messages-view-back-size);height:var(--theme-messages-view-back-size);background:var(--theme-bg);cursor:pointer;font-size:var(--theme-messages-view-back-font-size);padding:0}.ecm-messages-view-menu-btn{cursor:pointer;padding:var(--theme-messages-view-menu-padding);color:var(--theme-text-muted)}.ecm-messages-view-menu-btn:hover{color:var(--theme-text)}.ecm-messages-view-menu-btn img,.ecm-messages-view-menu-btn svg{width:var(--theme-messages-view-menu-icon-size);height:var(--theme-messages-view-menu-icon-size)}.ecm-messages-layout{flex:1;min-height:100%}.ecm-messages-layout-row{flex:1;grid-template-rows:minmax(0,1fr);min-height:0}.ecm-messages-layout-row>*{flex-direction:column;min-height:0;display:flex;overflow:hidden}@media (width<=768px){.ecm-messages-layout-row{grid-template-columns:1fr!important}}.ecm-messages-sidebar-panel{background-color:var(--theme-surface);flex:1;min-height:0}.ecm-messages-sidebar-header{padding:var(--theme-gap-md);background-color:var(--theme-surface);z-index:var(--theme-messages-layout-header-z);padding-bottom:0;top:0}.ecm-messages-sidebar-header-shell{background-color:var(--theme-surface);z-index:var(--theme-messages-layout-header-z);position:sticky;top:0}.ecm-messages-sidebar-content{flex:1;min-height:0}.ecm-messages-chat-panel{background-color:var(--theme-surface);flex:1;min-height:0}.ecm-messages-chat-full{grid-column:1/-1}.ecm-messages-new-chat-btn{width:var(--theme-messages-new-chat-size);height:var(--theme-messages-new-chat-size);min-width:var(--theme-messages-new-chat-size);min-height:var(--theme-messages-new-chat-size);background-color:var(--theme-bg);cursor:pointer;padding:0}.ecm-messages-new-chat-btn:hover{opacity:.9}.ecm-messages-new-chat-btn img,.ecm-messages-new-chat-btn svg{width:var(--theme-messages-new-chat-icon-size);height:var(--theme-messages-new-chat-icon-size);-o-object-fit:contain;object-fit:contain}.ecm-messages-search-bar{padding-inline:var(--theme-messages-search-bar-padding-x);padding-bottom:var(--theme-gap-md);background-color:var(--theme-surface)}.ecm-messages-search-field{flex:1;width:100%;min-width:0}.ecm-messages-search-input-shell{padding-block:0}.ecm-messages-search-icon{left:var(--theme-messages-search-icon-inset);width:var(--theme-messages-search-icon-size);height:var(--theme-messages-search-icon-size);opacity:.6;pointer-events:none;z-index:2;top:50%;transform:translateY(-50%)}.ecm-messages-search-input{padding-inline-start:var(--theme-messages-search-input-padding-start)!important}.ecm-messages-view{background-color:var(--theme-surface);flex:1;min-height:0}.ecm-messages-view>:not(.ecm-messages-thread-scroll){flex-shrink:0}.ecm-messages-view-empty{flex:1;min-height:0}.ecm-messages-view-closed-banner{padding-block:var(--theme-gap-sm);padding-inline:var(--theme-gap-md);background-color:var(--theme-bg);color:var(--theme-text);font-size:var(--font-size-normal);opacity:var(--theme-messages-view-closed-banner-opacity)}.ecm-messages-thread-scroll{min-height:0;padding:var(--theme-gap-md);-ms-overflow-style:none;scrollbar-width:none;flex:1;overflow-y:auto}.ecm-messages-thread-scroll::-webkit-scrollbar{display:none}.ecm-messages-thread-load-more{font-size:var(--font-size-xs);opacity:var(--theme-messages-thread-load-more-opacity);padding-block:var(--theme-gap-sm)}.ecm-messages-thread-sentinel{height:var(--theme-messages-thread-sentinel-height)}.ecm-message-composer-form{padding-block:var(--theme-message-composer-form-padding-y);padding-inline:var(--theme-message-composer-form-padding-x);background-color:var(--theme-surface);border-top:0}.ecm-message-composer-action-btn{background:var(--theme-bg);cursor:pointer;padding:var(--theme-gap-sm);color:var(--theme-text);min-width:var(--theme-message-composer-action-size);min-height:var(--theme-message-composer-action-size)}.ecm-message-composer-action-btn:hover{opacity:1}.ecm-message-composer-action-btn img,.ecm-message-composer-action-btn svg{width:var(--theme-message-composer-action-icon-size);height:var(--theme-message-composer-action-icon-size)}.ecm-message-composer-action-btn svg{stroke:currentColor}.ecm-message-composer-input-wrap{flex:1;min-width:0}.ecm-message-composer-input-wrap>div{width:100%;display:flex;position:relative}.ecm-message-composer-input-dropdowns>div{width:100%;position:relative}.ecm-message-composer-textarea{min-height:var(--theme-message-composer-min-height);max-height:var(--theme-message-composer-max-height);resize:vertical;font-family:inherit;font-size:var(--font-size-md);padding-block:var(--theme-message-composer-textarea-padding-block);padding-inline-start:var(--theme-message-composer-textarea-padding-inline-start);padding-inline-end:var(--theme-message-composer-textarea-padding-inline-end)}.ecm-message-composer-emoji-btn{right:var(--theme-message-composer-emoji-inset);cursor:pointer;padding:var(--theme-gap-xs);color:var(--theme-text);opacity:var(--theme-message-composer-emoji-opacity);z-index:10;pointer-events:auto;top:50%;transform:translateY(-50%)}.ecm-message-composer-emoji-btn:hover{opacity:1}.ecm-message-composer-emoji-icon{font-size:var(--theme-message-composer-emoji-icon-size);line-height:1}.ecm-message-emoji-picker{bottom:calc(100% + var(--theme-message-emoji-picker-offset));grid-template-columns:repeat(var(--theme-message-emoji-picker-columns), 1fr);gap:var(--theme-message-emoji-picker-gap);padding:var(--theme-gap-sm);background-color:var(--theme-surface);border-radius:var(--theme-message-emoji-picker-radius);box-shadow:var(--theme-shadow-md);z-index:var(--theme-select-dropdown-z-menu);right:0}.ecm-message-emoji-picker-item{width:var(--theme-message-emoji-picker-item-size);height:var(--theme-message-emoji-picker-item-size);font-size:var(--theme-message-composer-emoji-icon-size);cursor:pointer;border-radius:var(--theme-radius-sm);justify-content:center;align-items:center;display:inline-flex}.ecm-message-emoji-picker-item:hover{background-color:var(--theme-bg)}.ecm-message-mention-dropdown{bottom:calc(100% + var(--theme-message-mention-offset));max-height:var(--theme-message-mention-max-height);background-color:var(--theme-surface);border-radius:var(--theme-radius-md);box-shadow:var(--theme-shadow-md);z-index:var(--theme-select-dropdown-z-menu);left:0;right:0;overflow-y:auto}.ecm-message-mention-item{padding-block:var(--theme-gap-sm);padding-inline:var(--theme-gap-md);text-align:left;cursor:pointer;font-size:var(--font-size-normal);color:var(--theme-text)}.ecm-message-mention-item:hover{background-color:var(--theme-bg)}.ecm-message-composer-send-btn{width:var(--theme-message-composer-send-size);height:var(--theme-message-composer-send-size);background-color:var(--theme-primary);cursor:pointer;padding:0}.ecm-message-composer-send-btn:hover:not(:disabled){background-color:var(--theme-bg)}.ecm-message-composer-send-btn:disabled{background-color:var(--theme-bg);cursor:not-allowed}.ecm-message-composer-send-btn svg,.ecm-message-composer-send-btn img{width:var(--theme-message-composer-action-icon-size);height:var(--theme-message-composer-action-icon-size)}.ecm-message-composer-send-btn svg{stroke:var(--theme-text-inverse);fill:none}.ecm-message-composer-send-btn:disabled svg{stroke:var(--theme-text);opacity:var(--theme-message-composer-send-disabled-opacity)}.ecm-message-attachments-preview{padding:var(--theme-gap-md);background-color:var(--theme-bg);max-height:var(--theme-message-attachments-max-height);overflow-y:auto}.ecm-message-attachment-chip{padding-block:var(--theme-message-attachment-chip-padding-y);padding-inline:var(--theme-message-attachment-chip-padding-x);background-color:var(--theme-surface);font-size:var(--font-size-normal);border-radius:var(--theme-message-attachment-chip-radius)}.ecm-message-attachment-name{max-width:var(--theme-message-attachment-name-max-width);text-overflow:ellipsis;white-space:nowrap;color:var(--theme-text)}.ecm-message-attachment-remove{background:var(--theme-bg);cursor:pointer;color:var(--theme-text);font-size:var(--theme-message-attachment-remove-size);width:var(--theme-message-attachment-remove-size);height:var(--theme-message-attachment-remove-size);border-radius:var(--theme-message-attachment-chip-radius);padding:0;line-height:1}.ecm-message-attachment-remove:hover{opacity:1;color:var(--theme-danger)}@media screen and (width<=1366px){.ecm-message-composer-action-btn{min-width:var(--theme-message-composer-action-size-compact);min-height:var(--theme-message-composer-action-size-compact)}.ecm-message-composer-send-btn{width:var(--theme-message-composer-send-size-compact);height:var(--theme-message-composer-send-size-compact)}}.ecm-message-bubble-wrapper{gap:var(--theme-space-sm)}.ecm-message-bubble-avatar{width:var(--theme-message-bubble-avatar-size);height:var(--theme-message-bubble-avatar-size);min-width:var(--theme-message-bubble-avatar-size);min-height:var(--theme-message-bubble-avatar-size)}.ecm-message-bubble-wrapper-own .ecm-message-bubble-avatar{isolation:isolate;align-self:flex-start}.ecm-message-bubble-content{gap:var(--theme-message-bubble-content-gap);flex:1;min-width:0}.ecm-message-bubble-wrapper-own .ecm-message-bubble-content{align-items:flex-end}.ecm-message-bubble-wrapper-other .ecm-message-bubble-content{align-items:flex-start}.ecm-message-bubble-header{gap:var(--theme-message-bubble-header-gap);font-size:var(--font-size-normal)}.ecm-message-bubble-sender{color:var(--theme-text);font-weight:600}.ecm-message-bubble-timestamp{font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-message-bubble-timestamp-opacity)}.ecm-message-bubble{padding:var(--theme-space-md);word-wrap:break-word;gap:var(--theme-space-sm);max-width:100%;height:fit-content}.ecm-message-bubble-own{background-color:var(--theme-primary);color:var(--theme-text-inverse)}.ecm-message-bubble-other{background-color:var(--theme-bg);color:var(--theme-text)}.ecm-message-bubble-text{font-size:var(--font-size-md);color:inherit;padding:0;line-height:1.5}.ecm-message-bubble-own .ecm-message-bubble-text{color:var(--theme-text-inverse)}.ecm-message-bubble-mention{padding:0 var(--theme-message-bubble-mention-padding-x);border-radius:var(--theme-message-bubble-mention-radius);font-weight:600}.ecm-message-bubble-own .ecm-message-bubble-mention{background-color:var(--theme-message-bubble-mention-own-bg)}.ecm-message-bubble-other .ecm-message-bubble-mention{background-color:var(--theme-message-bubble-mention-other-bg);color:var(--theme-primary)}.ecm-message-bubble-attachments{gap:var(--theme-message-bubble-attachment-gap)}.ecm-message-bubble-attachment{gap:var(--theme-message-bubble-header-gap);padding:var(--theme-message-bubble-attachment-padding-y) var(--theme-message-bubble-attachment-padding-x);background-color:var(--theme-surface);font-size:var(--font-size-normal);border-radius:var(--theme-message-bubble-attachment-radius);width:fit-content}.ecm-message-bubble-own .ecm-message-bubble-attachment{color:var(--theme-text)}.ecm-message-bubble-attachment-icon{width:var(--theme-message-bubble-attachment-icon-size);height:var(--theme-message-bubble-attachment-icon-size);color:var(--theme-text);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ecm-message-bubble-attachment-name{color:inherit;font-weight:500}.ecm-message-bubble-footer{gap:var(--theme-message-bubble-header-gap);max-width:100%}.ecm-message-bubble-wrapper-own .ecm-message-bubble-footer{flex-direction:row-reverse}.ecm-message-bubble-status{font-size:var(--font-size-xs);opacity:var(--theme-message-bubble-status-opacity)}.ecm-message-bubble-actions{gap:var(--theme-message-bubble-actions-gap);opacity:0;transition:opacity .15s}.ecm-message-bubble-wrapper:hover .ecm-message-bubble-actions,.ecm-message-bubble-wrapper:focus-within .ecm-message-bubble-actions{opacity:1}.ecm-message-bubble-action{width:var(--theme-message-bubble-action-size);height:var(--theme-message-bubble-action-size);background:var(--theme-bg);cursor:pointer;border-radius:var(--theme-radius-sm);padding:0}.ecm-message-bubble-edited{opacity:var(--theme-message-bubble-edited-opacity);font-style:italic}.ecm-message-bubble-deleted{padding:var(--theme-space-sm) 0}.ecm-message-bubble-deleted-text{font-size:var(--font-size-xs);opacity:var(--theme-message-bubble-deleted-opacity);padding:0;font-style:italic}.ecm-message-bubble-edit{gap:var(--theme-message-bubble-header-gap)}.ecm-message-bubble-edit-input{min-height:var(--theme-message-bubble-edit-min-height);padding:var(--theme-space-sm);border:var(--border-width-default) solid var(--theme-border);border-radius:var(--theme-radius-sm);font-family:inherit;font-size:var(--font-size-md);resize:vertical}.ecm-message-bubble-edit-actions{gap:var(--theme-message-bubble-header-gap)}.ecm-message-bubble-edit-actions button{padding:var(--theme-message-bubble-edit-btn-padding-y) var(--theme-message-bubble-edit-btn-padding-x);border-radius:var(--theme-radius-sm);cursor:pointer;font-size:var(--font-size-xs);background:var(--theme-bg);border:0}.ecm-message-reply{gap:var(--theme-space-sm);padding:var(--theme-space-sm) var(--theme-space-md);background-color:var(--theme-bg);border-left:var(--theme-message-reply-border-width) solid var(--theme-primary)}.ecm-message-reply-compact{padding:var(--theme-message-reply-compact-padding-y) var(--theme-message-reply-compact-padding-x);padding-bottom:var(--theme-message-reply-compact-padding-y);border-radius:var(--theme-radius-sm)}.ecm-message-reply-content{gap:var(--theme-message-reply-content-gap);flex:1;min-width:0}.ecm-message-reply-author{font-size:var(--font-size-xs);color:var(--theme-primary);font-weight:600}.ecm-message-reply-body{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-message-reply-text-opacity);text-overflow:ellipsis;white-space:nowrap}.ecm-message-reply-clear{width:var(--theme-message-reply-clear-size);height:var(--theme-message-reply-clear-size);cursor:pointer;padding:0}.ecm-message-reply-clear img{width:var(--theme-message-reply-clear-icon-size);height:var(--theme-message-reply-clear-icon-size)}.ecm-message-realtime-toast{bottom:var(--theme-message-realtime-toast-offset);right:var(--theme-message-realtime-toast-offset);z-index:var(--theme-message-realtime-toast-z-index);gap:var(--theme-message-bubble-header-gap);max-width:min(var(--theme-message-realtime-toast-max-width), calc(100vw - var(--theme-message-realtime-toast-viewport-inset)))}.ecm-message-realtime-toast-card{gap:var(--theme-message-realtime-toast-card-gap);padding:var(--theme-message-realtime-toast-card-padding-y) var(--theme-message-realtime-toast-card-padding-x);border-radius:var(--theme-radius-md);background:var(--theme-surface);box-shadow:var(--theme-shadow-lg);cursor:pointer;text-align:left;flex:1;font-family:inherit}.ecm-message-realtime-toast-title{font-weight:600;font-size:var(--font-size-md);color:var(--theme-text)}.ecm-message-realtime-toast-body{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-message-realtime-toast-message-opacity)}.ecm-message-realtime-toast-dismiss{width:var(--theme-message-realtime-toast-dismiss-size);height:var(--theme-message-realtime-toast-dismiss-size);background:var(--theme-surface);border-radius:var(--theme-radius-sm);cursor:pointer;font-size:var(--theme-message-realtime-toast-dismiss-font-size);box-shadow:var(--theme-shadow-md);padding:0;line-height:1}.ecm-notification-realtime-toast-host{right:var(--theme-notification-realtime-toast-offset);bottom:var(--theme-notification-realtime-toast-offset);z-index:var(--theme-notification-realtime-toast-z-index);max-width:min(var(--theme-notification-realtime-toast-max-width), calc(100vw - var(--theme-notification-realtime-toast-viewport-inset)))}.ecm-notification-realtime-toast{gap:var(--theme-notification-realtime-toast-main-gap);background:var(--theme-surface);border:var(--border-width-default) solid var(--theme-notification-realtime-toast-border-color);border-radius:var(--theme-notification-realtime-toast-radius);box-shadow:var(--theme-notification-realtime-toast-shadow);padding:var(--theme-notification-realtime-toast-padding-y) var(--theme-notification-realtime-toast-padding-x)}.ecm-notification-realtime-toast-clickable{cursor:pointer}.ecm-notification-realtime-toast-clickable:focus-visible{outline:var(--theme-notification-realtime-toast-focus-outline-width) solid var(--theme-notification-realtime-toast-focus-outline-color);outline-offset:var(--theme-notification-realtime-toast-focus-outline-offset)}.ecm-notification-realtime-toast-header{gap:var(--theme-notification-realtime-toast-header-gap)}.ecm-notification-realtime-toast-title{font-size:var(--theme-notification-realtime-toast-title-size);color:var(--theme-text)}.ecm-notification-realtime-toast-dismiss{color:var(--theme-notification-realtime-toast-dismiss-color);font-size:var(--theme-notification-realtime-toast-dismiss-size);cursor:pointer;padding:0;line-height:1}.ecm-notification-realtime-toast-body{gap:var(--theme-notification-realtime-toast-body-gap)}.ecm-notification-realtime-toast-message{font-size:var(--theme-notification-realtime-toast-message-size);color:var(--theme-notification-realtime-toast-message-color);margin:0}.ecm-notification-realtime-toast-time{font-size:var(--theme-notification-realtime-toast-time-size);color:var(--theme-notification-realtime-toast-time-color)}.ecm-participant-drawer-backdrop{z-index:var(--theme-participant-drawer-z-backdrop);background:var(--theme-modal-overlay-bg);cursor:pointer;inset:0}.ecm-participant-drawer{z-index:var(--theme-participant-drawer-z-panel);width:var(--theme-participant-drawer-width);background:var(--theme-surface);box-shadow:var(--theme-participant-drawer-panel-shadow);top:0;right:0}.ecm-participant-drawer-header{padding:var(--theme-space-md);border-bottom:var(--theme-participant-drawer-header-border-width) solid var(--theme-border)}.ecm-participant-drawer-title{font-size:var(--font-size-xl);color:var(--theme-text);margin:0}.ecm-participant-drawer-close{width:var(--theme-participant-drawer-close-size);height:var(--theme-participant-drawer-close-size);background:var(--theme-bg);cursor:pointer;border-radius:var(--theme-radius-md);padding:0}.ecm-participant-drawer-body{padding:var(--theme-space-md);gap:var(--theme-participant-drawer-body-gap);flex:1;min-height:0;overflow-y:auto}.ecm-participant-drawer-state{color:var(--theme-text);opacity:var(--theme-participant-drawer-state-opacity);font-size:var(--font-size-md);margin:0}.ecm-participant-drawer-item{gap:var(--theme-participant-drawer-item-gap)}.ecm-participant-drawer-main{min-width:0}.ecm-participant-drawer-name{font-weight:600;font-size:var(--font-size-md);color:var(--theme-text)}.ecm-participant-drawer-meta{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-participant-drawer-meta-opacity)}@media (width<=768px){.ecm-participant-drawer{width:100%;max-width:100%}}.ecm-virtualized-row{box-sizing:border-box;border-bottom:var(--border-width-default) solid var(--theme-border)}.ecm-virtualized-empty{padding:var(--theme-virtualized-empty-padding-y) var(--theme-virtualized-empty-padding-x);color:var(--theme-text-muted)}.ecm-radio-group{gap:var(--theme-tab-gap)}.ecm-radio-group-label{font-size:var(--font-size-xs);color:var(--theme-text)}.ecm-radio-options{gap:var(--theme-radio-options-gap)}.ecm-radio-option{gap:var(--theme-radio-option-gap);font-size:var(--font-size-normal);color:var(--theme-text);cursor:pointer}.ecm-radio-option-disabled{cursor:not-allowed;opacity:var(--theme-radio-disabled-opacity)}.ecm-radio-input{width:var(--theme-radio-size);height:var(--theme-radio-size);accent-color:var(--theme-primary);cursor:inherit;margin:0;padding:0}.ecm-table-page-filter-select{min-width:var(--theme-table-page-filter-min-width)}.ecm-table-page-actions>div:has(input){min-width:var(--theme-table-page-actions-input-min-width)}.ecm-table-page-actions>label{white-space:nowrap;min-width:auto}.ecm-box-container{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;height:auto;display:flex}.ecm-box{background-color:var(--theme-surface);padding:var(--theme-box-padding);box-sizing:border-box;gap:var(--theme-box-gap);flex:auto;width:100%;min-width:0;height:auto;min-height:0}.ecm-box-header{justify-content:space-between;align-items:flex-start;gap:var(--theme-box-header-gap);flex-shrink:0;width:100%;display:flex}.h-100 .ecm-box,.h-100 .ecm-box-container,.h-100 .container{height:100%}.ecm-box-icon-wrap{padding:var(--theme-space-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.ecm-color-box-icon-wrap{text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:auto;height:auto;display:flex}.ecm-box-icon-wrap-bg{background-color:var(--ecm-box-icon-bg)}.ecm-box-icon{width:var(--theme-box-icon-size);height:var(--theme-box-icon-size);max-width:100%;max-height:100%}.ecm-box-icon-tinted{color:var(--ecm-box-icon-color)}.ecm-box-icon svg{max-width:100%;max-height:100%}.ecm-box-icon-mask{width:var(--theme-box-icon-mask-size);height:var(--theme-box-icon-mask-size);-webkit-mask-image:var(--ecm-box-icon-mask);mask-image:var(--ecm-box-icon-mask);-webkit-mask-image:var(--ecm-box-icon-mask);background-color:var(--ecm-box-icon-color);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.ecm-box-title{font-size:var(--theme-box-maintitle-size);color:var(--theme-text);font-weight:600}.ecm-box-subtitle{font-size:var(--font-size-md);color:var(--theme-text);font-weight:400}.ecm-box-right-text{font-size:var(--font-size-md);color:var(--theme-primary);cursor:pointer;font-weight:500}.ecm-box-right-text-gap{width:var(--theme-box-right-text-gap)}.ecm-box-content{flex:auto;width:100%;min-width:0;min-height:0}.ecm-box-actionable{cursor:pointer}@media screen and (width<=1366px){.ecm-box-title{font-size:var(--font-size-md)}}.ecm-color-box-container{box-sizing:border-box;flex-direction:column;width:100%;min-width:0;height:100%;display:flex}.ecm-color-box{padding:var(--theme-color-box-padding);gap:var(--theme-color-box-gap);font-size:var(--theme-color-box-font-size);cursor:pointer;background-color:var(--ecm-color-box-bg);box-sizing:border-box;flex:auto;align-content:center;width:100%;min-width:0}.ecm-color-box-static{cursor:default}.ecm-invoice-form-row{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=768px){.ecm-invoice-form-row{grid-template-columns:minmax(0,1fr)}}.ecm-invoice-detail-payment-actions{gap:var(--theme-invoice-detail-payment-actions-gap)}@keyframes ecm-invoice-activity-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ecm-invoice-activity-skeleton-shimmer{background:linear-gradient(90deg, var(--theme-invoice-activity-skeleton-base) 25%, var(--theme-invoice-activity-skeleton-highlight) 50%, var(--theme-invoice-activity-skeleton-base) 75%);animation:ecm-invoice-activity-shimmer var(--theme-invoice-activity-skeleton-shimmer-duration) infinite;background-size:200% 100%}.ecm-invoice-activity-skeleton-list{gap:var(--theme-invoice-activity-skeleton-list-gap)}.ecm-invoice-activity-skeleton-item{gap:var(--theme-invoice-activity-skeleton-item-gap)}.ecm-invoice-activity-skeleton-icon{width:var(--theme-invoice-activity-icon-size);height:var(--theme-invoice-activity-icon-size);border-radius:var(--theme-radius-full)}.ecm-invoice-activity-skeleton-content{gap:var(--theme-invoice-activity-skeleton-content-gap);flex:1;min-width:0}.ecm-invoice-activity-skeleton-line{height:var(--theme-invoice-activity-skeleton-line-height);border-radius:var(--theme-radius-full)}.ecm-invoice-activity-skeleton-line-short{width:var(--theme-invoice-activity-skeleton-line-short-width)}.ecm-invoice-activity-list{margin:0;padding:0;list-style:none}.ecm-invoice-activity-item{grid-template-columns:var(--theme-invoice-activity-item-grid-icon-col) 1fr;gap:var(--theme-invoice-activity-item-gap)}.ecm-invoice-activity-marker{gap:var(--theme-invoice-activity-marker-gap);min-height:100%}.ecm-invoice-activity-icon{width:var(--theme-invoice-activity-icon-size);height:var(--theme-invoice-activity-icon-size);border-radius:var(--theme-radius-full);background-color:var(--theme-invoice-activity-icon-bg);color:var(--theme-invoice-activity-icon-color);font-size:var(--theme-invoice-activity-icon-font-size);font-weight:var(--font-weight-bold)}.ecm-invoice-activity-connector{width:var(--theme-invoice-activity-connector-width);min-height:var(--theme-invoice-activity-connector-min-height);background-color:var(--theme-invoice-activity-connector-color);flex:1}.ecm-invoice-activity-content{gap:var(--theme-invoice-activity-content-gap);min-width:0}.ecm-invoice-activity-item:not(:last-child) .ecm-invoice-activity-content{padding-bottom:var(--theme-invoice-activity-content-padding-bottom)}.ecm-invoice-activity-title{font-size:var(--theme-invoice-activity-title-size);font-weight:var(--theme-invoice-activity-title-weight);color:var(--theme-text)}.ecm-invoice-activity-description{font-size:var(--theme-invoice-activity-description-size);color:var(--theme-text);opacity:var(--theme-invoice-activity-description-opacity)}.ecm-invoice-activity-time{font-size:var(--theme-invoice-activity-time-size);font-variant-numeric:tabular-nums;color:var(--theme-text);opacity:var(--theme-invoice-activity-time-opacity)}@media (prefers-reduced-motion:reduce){.ecm-invoice-activity-skeleton-shimmer{animation:none}}.ecm-count-widget-value{font-size:var(--font-size-xl);color:var(--theme-text);font-weight:700}.ecm-count-widget-value-trend{gap:var(--theme-count-trend-gap)}.ecm-count-widget-clickable{cursor:pointer;width:fit-content}.ecm-count-widget-clickable:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-count-widget-label{font-size:var(--font-size-md);color:var(--theme-text);text-transform:capitalize;font-weight:400}.ecm-count-widget-label-prefix{font-weight:600}.ecm-count-widget-trend{gap:var(--theme-count-trend-badge-gap);padding:var(--theme-space-xs) var(--theme-space-sm);border-radius:var(--theme-radius-full)}.ecm-count-widget-trend-value{font-size:.875em;font-weight:700}.ecm-count-widget-trend-up{background-color:var(--theme-count-trend-up-bg)}.ecm-count-widget-trend-up .ecm-count-widget-trend-value,.ecm-count-widget-trend-up .ecm-count-widget-trend-icon{color:var(--theme-count-trend-up-fg)}.ecm-count-widget-trend-down{background-color:var(--theme-count-trend-down-bg)}.ecm-count-widget-trend-down .ecm-count-widget-trend-value,.ecm-count-widget-trend-down .ecm-count-widget-trend-icon{color:var(--theme-count-trend-down-fg)}.ecm-support-tabs-container{gap:var(--theme-space-sm)}.ecm-support-tabs-container .ecm-tabs-list{gap:var(--theme-space-sm);display:flex}.ecm-support-tabs-container .ecm-tab{background-color:var(--color-surface);opacity:.7;font-weight:400}.ecm-support-tabs-container .ecm-tab span{color:var(--color-text)}.ecm-support-tabs-container .ecm-tab.ecm-tab-active,.ecm-support-tabs-container .ecm-tab.ecm-tab-active span{opacity:1;background-color:var(--color-text);color:var(--color-surface);font-weight:600}.ecm-support-tickets-tab{gap:var(--theme-space-md)}.ecm-support-metrics-row{grid-template-columns:repeat(4,minmax(0,1fr))}.ecm-support-metrics-card{cursor:pointer;text-align:left;font:inherit;color:var(--color-text);padding:0}.ecm-support-ticket-list{gap:var(--theme-space-md)}.ecm-support-ticket-card-shell:hover{box-shadow:var(--shadow-md)}.ecm-support-ticket-card,.ecm-support-ticket-title-row{gap:var(--theme-space-md)}.ecm-support-workspace-section-title,.ecm-support-ticket-subject,.ecm-support-contact-panel-title,.ecm-support-customer-summary-block-title,.ecm-support-faq-intro-title,.ecm-support-faq-category-title,.ecm-support-contact-action-card-title{font-size:var(--theme-font-size-heading-sm);color:var(--color-text);margin:0;font-weight:600;line-height:1.3}.ecm-support-ticket-subject{flex:1;min-width:0}.ecm-support-ticket-id{font-size:var(--theme-font-size-compact);font-variant-numeric:tabular-nums;opacity:.55;font-weight:600}.ecm-support-ticket-title-meta{gap:var(--theme-space-sm);padding-top:var(--theme-space-2xs)}.ecm-support-ticket-customer-name{font-size:var(--font-size-normal);color:var(--color-text);font-weight:600;line-height:1.25}.ecm-support-ticket-main{gap:var(--theme-space-sm)}.ecm-support-ticket-description{font-size:var(--font-size-normal);opacity:.6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-weight:400;line-height:1.5;display:-webkit-box}.ecm-support-ticket-badges-row{gap:var(--gap-sm);padding-top:var(--gap-xs)}.ecm-support-badge{padding:var(--gap-xs) var(--gap-sm);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:capitalize;white-space:nowrap;letter-spacing:.01em}.ecm-support-status-open{background-color:color-mix(in srgb, var(--color-info) 18%, var(--color-surface));color:var(--color-info)}.ecm-support-status-closed{background-color:color-mix(in srgb, var(--color-text) 8%, var(--color-bg));color:var(--color-text-muted)}.ecm-support-ticket-footer-meta{gap:var(--space-1) var(--space-3);flex:1;min-width:0}.ecm-support-ticket-footer-item{gap:var(--theme-space-2xs);font-size:var(--theme-font-size-ui-sm);color:var(--color-text);opacity:.5}.ecm-support-ticket-footer-icon{width:var(--theme-size-icon-sm);height:var(--theme-size-icon-sm);opacity:.55}.ecm-support-ticket-footer-label{font-weight:500}.ecm-support-ticket-actions{gap:var(--theme-space-sm)}.ecm-support-empty-state{min-height:var(--theme-layout-min-height-compact);padding:var(--padding-lg)}.ecm-support-empty-icon{width:var(--theme-size-icon-4xl);height:var(--theme-size-icon-4xl);border-radius:var(--radius-md);background-color:color-mix(in srgb, var(--color-primary) 12%, transparent);color:var(--color-primary)}.ecm-support-faq-tab{gap:var(--theme-space-md);min-width:0}.ecm-support-faq-intro-card{min-width:0}.ecm-support-faq-intro-card .ecm-box-content{gap:var(--theme-space-sm-tight);flex-direction:column;display:flex}.ecm-support-faq-intro-description{max-width:var(--theme-layout-max-width-copy);font-size:var(--font-size-normal);opacity:.72;margin:0;line-height:1.55}.ecm-support-faq-category{gap:var(--theme-space-sm);min-width:0}.ecm-support-faq-category-header{gap:var(--theme-space-2xs);padding:0 var(--theme-space-3xs)}.ecm-support-faq-category-description{font-size:var(--theme-font-size-compact);opacity:.65;margin:0;line-height:1.45}.ecm-support-faq-category-card{min-width:0}.ecm-support-faq-list{gap:0}.ecm-support-faq-item{border-bottom:var(--border-width-default) solid color-mix(in srgb, var(--color-text) 10%, transparent)}.ecm-support-faq-item:last-child{border-bottom:none}.ecm-support-faq-question-button{gap:var(--theme-space-md);padding:var(--theme-space-md) 0;text-align:left;cursor:pointer;color:inherit;font:inherit}.ecm-support-faq-question-button:hover .ecm-support-faq-question{color:var(--color-primary)}.ecm-support-faq-question-button:focus-visible{outline:var(--focus-ring-width) solid var(--color-primary);outline-offset:var(--focus-ring-offset);border-radius:var(--radius-sm)}.ecm-support-faq-question{font-size:var(--theme-font-size-body-tight);margin:0;font-weight:600;line-height:1.4;transition:color .15s}.ecm-support-faq-chevron{width:var(--theme-size-icon-lg);height:var(--theme-size-icon-lg);opacity:.55;transition:transform .2s,opacity .15s}.ecm-support-faq-chevron-expanded{opacity:1;transform:rotate(180deg)}.ecm-support-faq-item-expanded .ecm-support-faq-question{color:var(--color-primary)}.ecm-support-faq-answer-panel{padding:0 0 var(--theme-space-md)}.ecm-support-faq-answer-panel[hidden]{display:none}.ecm-support-faq-answer{max-width:var(--theme-layout-max-width-content);font-size:var(--font-size-normal);opacity:.78;margin:0;line-height:1.6}.ecm-support-contact-us-tab{gap:var(--theme-space-md);min-width:0}.ecm-support-contact-quick-cards{gap:var(--theme-space-md);grid-template-columns:repeat(3,minmax(0,1fr))}.ecm-support-contact-action-card{min-width:0}.ecm-support-contact-action-card-inner{gap:var(--theme-space-sm);min-width:0}.ecm-support-contact-action-card-icon{width:var(--theme-size-icon-2xl);height:var(--theme-size-icon-2xl);border-radius:var(--radius-sm);background-color:color-mix(in srgb, var(--color-primary) 12%, transparent);color:var(--color-primary)}.ecm-support-contact-action-card-description{font-size:var(--theme-font-size-compact);opacity:.72;flex:1;margin:0;line-height:1.45}.ecm-support-contact-action-card-meta{gap:var(--theme-space-sm-mid);margin:0}.ecm-support-contact-action-card-meta-row{gap:var(--theme-space-micro)}.ecm-support-contact-action-card-meta-row dt{font-size:var(--theme-font-size-ui-xs);text-transform:uppercase;letter-spacing:.04em;opacity:.5;font-weight:600}.ecm-support-contact-action-card-meta-row dd{font-size:var(--theme-font-size-compact);margin:0;font-weight:500;line-height:1.35}.ecm-support-contact-action-card-link{color:var(--color-primary);word-break:break-word}.ecm-support-contact-action-card-link:hover{text-decoration:underline}.ecm-support-contact-action-card-action{padding-top:var(--theme-space-2xs);margin-top:auto}.ecm-support-contact-us-body{gap:var(--theme-space-md);grid-template-columns:minmax(0,3fr) minmax(0,2fr);min-width:0}.ecm-support-contact-us-sidebar{gap:var(--theme-space-md);min-width:0}.ecm-support-contact-form-card,.ecm-support-contact-panel-card{min-width:0}.ecm-support-contact-form-card .ecm-box-content{gap:var(--theme-space-md);flex-direction:column;display:flex}.ecm-support-contact-panel-card .ecm-box-content{gap:var(--theme-space-sm);flex-direction:column;display:flex}.ecm-support-contact-form-description{font-size:var(--font-size-normal);opacity:.72;margin:0;line-height:1.5}.ecm-support-contact-form{gap:var(--theme-space-md)}.ecm-support-contact-method-fieldset{gap:var(--theme-space-md-half);flex-direction:column;min-width:0;margin:0;padding:0;display:flex}.ecm-support-contact-method-label{font-size:var(--theme-font-size-ui-sm);text-transform:uppercase;letter-spacing:.04em;opacity:.55;margin:0;padding:0;font-weight:600}.ecm-support-contact-method-segmented{gap:var(--theme-space-2xs);padding:var(--theme-space-2xs);border-radius:var(--radius-sm);background-color:var(--color-bg);grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-support-contact-method-segment{gap:var(--theme-space-sm-tight);padding:var(--theme-space-sm-wide) var(--font-size-xs);border-radius:calc(var(--radius-sm) - var(--focus-ring-width));font-size:var(--theme-font-size-compact);color:var(--color-text);cursor:pointer;font-weight:500;line-height:1.3;transition:background-color .15s,font-weight .15s}.ecm-support-contact-method-segment-active{background-color:var(--color-surface);box-shadow:var(--theme-shadow-elevate);font-weight:600}.ecm-support-contact-method-input{width:var(--theme-sr-only-size);height:var(--theme-sr-only-size);margin:var(--theme-sr-only-negative-margin);clip:rect(0, 0, 0, 0);white-space:nowrap;padding:0}.ecm-support-contact-form-row{gap:var(--theme-space-md);grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-support-contact-form-footer{padding-top:var(--theme-space-sm)}.ecm-support-contact-form-success{gap:var(--theme-space-sm);padding:var(--theme-space-md);border-radius:var(--radius-sm);background-color:color-mix(in srgb, var(--theme-success) 10%, var(--color-bg))}.ecm-support-contact-form-success p{font-size:var(--font-size-normal);margin:0;line-height:1.5}.ecm-support-contact-panel-section{gap:var(--theme-space-sm)}.ecm-support-contact-panel-description{font-size:var(--theme-font-size-compact);opacity:.72;margin:0;line-height:1.5}.ecm-support-contact-panel-contact-lines{gap:var(--theme-space-2xs)}.ecm-support-contact-panel-link{font-size:var(--theme-font-size-compact);color:var(--color-primary);word-break:break-word;font-weight:500}.ecm-support-contact-panel-link:hover{text-decoration:underline}.ecm-support-contact-panel-divider{height:var(--theme-sr-only-size);background-color:var(--color-bg);margin:0}.ecm-support-contact-panel-company-name{font-size:var(--theme-font-size-compact);margin:0;font-weight:600;line-height:1.4}.ecm-support-contact-panel-address{font-size:var(--theme-font-size-compact);opacity:.72;margin:0;line-height:1.5}.ecm-support-contact-panel-address-action{align-items:flex-start;gap:calc(var(--theme-space-sm) + var(--theme-space-xs-tight));flex-direction:column;display:flex}.ecm-support-contact-panel-directions-btn{align-self:flex-start}.ecm-support-contact-hours-header{gap:var(--theme-space-sm)}.ecm-support-contact-hours-list{gap:var(--theme-space-sm-mid);margin:0}.ecm-support-contact-hours-row{align-items:baseline;gap:var(--theme-space-sm)}.ecm-support-contact-hours-row dt{font-size:var(--theme-font-size-compact);font-weight:500}.ecm-support-contact-hours-row dd{font-size:var(--theme-font-size-compact);opacity:.72;text-align:right;margin:0}.ecm-support-ticket-details-page{gap:var(--theme-space-md);min-width:0}.ecm-support-ticket-details-top{gap:var(--theme-space-md);grid-template-columns:minmax(0,7fr) minmax(0,3fr);min-width:0}.ecm-support-ticket-details-main{gap:var(--theme-space-md);min-width:0}.ecm-support-ticket-details-panel{min-width:0}.ecm-support-ticket-details-sidebar{gap:var(--theme-space-md);min-width:0}.ecm-support-ticket-information-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-support-workspace-section{gap:var(--theme-space-sm)}.ecm-support-workspace-section+.ecm-support-workspace-section{padding-top:var(--theme-space-sm);border-top:var(--border-width-default) solid var(--color-bg)}.ecm-support-workspace-details{gap:var(--theme-space-md);min-width:0}.ecm-support-workspace-details-grid{gap:var(--theme-space-sm) var(--theme-space-md);grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.ecm-support-workspace-detail-row{gap:var(--theme-space-xs-loose);min-width:0}.ecm-support-workspace-detail-label{font-size:var(--theme-font-size-ui-sm);text-transform:uppercase;letter-spacing:.03em;opacity:.5;margin:0;font-weight:600}.ecm-support-workspace-detail-value{font-size:var(--font-size-normal);word-break:break-word;margin:0;font-weight:500;line-height:1.4}.ecm-support-workspace-description{font-size:var(--font-size-normal);opacity:.8;margin:0;line-height:1.55}.ecm-support-workspace-empty-note{font-size:var(--theme-font-size-compact);opacity:.55;margin:0;font-style:italic}.ecm-support-workspace-attachment-list,.ecm-support-workspace-activity-list{gap:var(--theme-space-sm);margin:0;padding:0;list-style:none}.ecm-support-workspace-attachment-item{gap:var(--theme-space-sm);padding:var(--theme-space-sm);border-radius:var(--radius-sm);background-color:var(--color-bg)}.ecm-support-workspace-attachment-icon{width:var(--theme-size-icon-md);height:var(--theme-size-icon-md);opacity:.6;margin-top:var(--theme-space-micro)}.ecm-support-workspace-attachment-meta{gap:var(--theme-space-xs-tight);min-width:0}.ecm-support-workspace-attachment-name{font-size:var(--theme-font-size-compact);word-break:break-word;font-weight:600}.ecm-support-workspace-attachment-sub{font-size:var(--theme-font-size-ui-sm);opacity:.55}.ecm-support-workspace-activity-item{gap:var(--theme-space-xs-tight);padding:var(--theme-space-sm) 0;border-bottom:var(--border-width-default) solid var(--color-bg)}.ecm-support-workspace-activity-item:last-child{border-bottom:none;padding-bottom:0}.ecm-support-workspace-activity-header{gap:var(--theme-space-sm)}.ecm-support-workspace-activity-action{font-size:var(--theme-font-size-compact);font-weight:600}.ecm-support-workspace-activity-time,.ecm-support-workspace-timeline-time{font-size:var(--theme-font-size-ui-sm);opacity:.55;white-space:nowrap}.ecm-support-workspace-activity-user{font-size:var(--font-size-xs);opacity:.6}.ecm-support-workspace-timeline{gap:0;margin:0;padding:0;list-style:none}.ecm-support-workspace-timeline-item{gap:var(--theme-space-sm);padding-bottom:var(--theme-space-md)}.ecm-support-workspace-timeline-item:last-child{padding-bottom:0}.ecm-support-workspace-timeline-marker{width:var(--theme-size-icon-xs);height:var(--theme-size-icon-xs);background-color:var(--color-primary);margin-top:var(--theme-space-2xs);z-index:1;border-radius:50%}.ecm-support-workspace-timeline-line{left:var(--theme-layout-offset-indicator);top:var(--font-size-normal);width:var(--focus-ring-width);background-color:var(--color-bg);bottom:0}.ecm-support-workspace-timeline-content{gap:var(--theme-space-xs-tight);min-width:0}.ecm-support-workspace-timeline-label{font-size:var(--theme-font-size-compact);font-weight:600}.ecm-support-customer-summary{gap:var(--theme-space-md);min-width:0}.ecm-support-customer-summary-header{gap:var(--theme-space-sm-wide);padding-bottom:var(--theme-space-md);border-bottom:var(--border-width-default) solid var(--color-bg)}.ecm-support-customer-summary-identity-copy{gap:var(--theme-space-sm-mid);min-width:0}.ecm-support-customer-summary-name{font-size:var(--theme-font-size-ui-lg);color:var(--color-text);margin:0;font-weight:700;line-height:1.25}.ecm-support-customer-summary-role{font-size:var(--theme-font-size-compact);opacity:.72;margin:0;font-weight:500;line-height:1.35}.ecm-support-customer-summary-contact-link{font-size:var(--theme-font-size-compact);color:var(--color-primary);word-break:break-word;font-weight:500;line-height:1.35}.ecm-support-customer-summary-contact-link:hover{text-decoration:underline}.ecm-support-customer-summary-company-block{gap:var(--theme-space-sm-wide);padding:var(--theme-space-sm);border-radius:var(--radius-sm);background-color:var(--color-bg)}.ecm-support-workspace-chat{gap:var(--theme-space-sm);flex:1;min-width:0}.ecm-support-workspace-chat-messages{gap:var(--theme-space-sm);max-height:var(--theme-layout-max-height-panel-md);padding:var(--theme-space-sm);border-radius:var(--radius-sm);background-color:var(--color-bg);overflow-y:auto}.ecm-support-workspace-chat-messages-full{max-height:var(--theme-layout-max-height-panel-lg)}.ecm-support-workspace-chat-full{gap:var(--theme-space-md)}.ecm-support-workspace-message{gap:var(--theme-space-2xs);padding:var(--theme-space-sm);border-radius:var(--radius-sm);max-width:100%}.ecm-support-workspace-message-user{background-color:var(--color-surface);align-self:flex-start}.ecm-support-workspace-message-admin{background-color:color-mix(in srgb, var(--color-primary) 10%, var(--color-surface));align-self:flex-end}.ecm-support-workspace-message-header{gap:var(--theme-space-sm)}.ecm-support-workspace-message-author{font-size:var(--font-size-xs);font-weight:700}.ecm-support-workspace-message-time{font-size:var(--theme-font-size-ui-sm);opacity:.55}.ecm-support-workspace-message-text{font-size:var(--theme-font-size-compact);word-break:break-word;margin:0;line-height:1.45}.ecm-support-workspace-message-pending{opacity:.72}.ecm-support-workspace-message-actions{gap:var(--gap-xs);padding-top:var(--gap-xs)}.ecm-support-inline-info{color:var(--theme-text-secondary,var(--color-text));font-size:var(--font-size-normal);padding-top:var(--gap-xs)}.ecm-support-workspace-chat-compose{gap:var(--theme-space-sm)}.ecm-support-workspace-chat-compose>:not(button){align-self:stretch}.ecm-support-workspace-chat-textarea{resize:vertical;min-height:var(--theme-layout-min-height-row);font-family:inherit;font-size:var(--font-size-normal);padding:var(--theme-space-sm);outline:none}@media screen and (width<=1366px){.ecm-support-workspace-section-title,.ecm-support-ticket-subject,.ecm-support-contact-panel-title,.ecm-support-customer-summary-block-title,.ecm-support-faq-intro-title,.ecm-support-faq-category-title,.ecm-support-contact-action-card-title{font-size:var(--font-size-md)}}@media (width<=1024px){.ecm-support-metrics-row{grid-template-columns:repeat(2,1fr)}.ecm-support-ticket-footer{flex-direction:column;align-items:stretch}.ecm-support-ticket-actions{padding-top:var(--theme-space-sm);justify-content:flex-end}.ecm-support-ticket-details-top{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}.ecm-support-workspace-details-grid{grid-template-columns:1fr}.ecm-support-ticket-information-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-support-customer-summary{gap:var(--theme-space-sm)}.ecm-support-contact-quick-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-support-contact-us-body,.ecm-support-contact-form-row{grid-template-columns:1fr}}@media (width<=768px){.ecm-support-metrics-row{grid-template-columns:repeat(2,1fr)}.ecm-support-ticket-title-row{align-items:baseline;gap:var(--theme-space-sm);flex-wrap:wrap}.ecm-support-ticket-title-meta{padding-top:0}.ecm-support-ticket-footer-meta{gap:var(--theme-space-sm);flex-direction:column}.ecm-support-ticket-actions{flex-direction:column-reverse;width:100%}.ecm-support-ticket-actions>*{justify-content:center;width:100%}.ecm-support-ticket-details-top,.ecm-support-ticket-information-grid{grid-template-columns:1fr}.ecm-support-workspace-chat-messages,.ecm-support-workspace-chat-messages-full{max-height:var(--theme-layout-max-height-panel-sm)}.ecm-support-contact-quick-cards{grid-template-columns:1fr}}.ecm-support-pagination{padding-top:var(--gap-md)}.ecm-support-inline-error{color:var(--color-danger);font-size:var(--font-size-normal);padding-top:var(--gap-xs)}.ecm-support-ticket-information-body{gap:calc(var(--theme-space-sm) + var(--space-3));flex-direction:column;min-width:0;display:flex}.ecm-support-ticket-actions-row{gap:var(--font-size-xs)}.ecm-support-attachment-upload{gap:var(--theme-space-sm)}.ecm-support-attachment-upload-zone{gap:var(--theme-space-sm-tight);padding:var(--theme-font-size-heading-sm) var(--theme-space-md);border:var(--theme-border-width-dashed) dashed color-mix(in srgb, var(--color-text) 22%, transparent);border-radius:var(--radius-sm);background-color:var(--color-bg);cursor:pointer;font:inherit;color:inherit;transition:border-color .15s,background-color .15s}.ecm-support-attachment-upload-zone:hover:not(:disabled){border-color:color-mix(in srgb, var(--color-primary) 45%, transparent);background-color:color-mix(in srgb, var(--color-primary) 4%, var(--color-bg))}.ecm-support-attachment-upload-zone-active{border-color:var(--color-primary);background-color:color-mix(in srgb, var(--color-primary) 8%, var(--color-bg))}.ecm-support-attachment-upload-zone-disabled{opacity:.55;cursor:not-allowed}.ecm-support-attachment-upload-icon{width:var(--theme-size-icon-xl);height:var(--theme-size-icon-xl);color:var(--color-primary)}.ecm-support-attachment-upload-text{font-size:var(--font-size-normal);font-weight:500;line-height:1.4}.ecm-support-attachment-upload-hint{font-size:var(--font-size-xs);opacity:.6;line-height:1.35}.ecm-support-attachment-upload-list{gap:var(--theme-space-sm-tight);margin:0;padding:0;list-style:none}.ecm-support-attachment-upload-item{gap:var(--theme-space-sm);padding:var(--theme-space-md-half) var(--space-1);border-radius:var(--radius-sm);background-color:var(--color-bg);font-size:var(--theme-font-size-compact)}.ecm-support-attachment-upload-filename{text-overflow:ellipsis;white-space:nowrap;min-width:0}.ecm-support-attachment-upload-remove{font:inherit;font-size:var(--font-size-xs);color:var(--color-danger);cursor:pointer;padding:0;font-weight:600}.ecm-support-attachment-upload-remove:disabled{opacity:.5;cursor:not-allowed}.ecm-support-workspace-attachment-actions{gap:var(--theme-space-md-half);margin-left:auto}.ecm-support-workspace-attachment-link{color:var(--color-primary);cursor:pointer;font-size:var(--theme-font-size-compact);padding:0}.ecm-support-workspace-attachment-link-danger{color:var(--color-danger)}.ecm-support-ticket-actions-menu,.ecm-profile-tabs-container{gap:var(--theme-space-sm)}.ecm-profile-tabs-container .ecm-tabs-panels,.ecm-profile-tab-panels{flex:auto;min-height:auto;overflow:visible}.ecm-profile-tab-panel{flex:none;height:auto;min-height:auto;overflow:visible}.ecm-profile-tab-panel [class*=container]{height:auto}.ecm-profile-tabs-container .ecm-tabs-list{gap:var(--theme-space-sm);display:flex}.ecm-profile-tabs-container .ecm-tab{background-color:var(--color-surface);color:var(--color-text);opacity:.7;font-weight:400}.ecm-profile-tabs-container .ecm-tab span,.ecm-profile-tabs-container .ecm-tab-label{color:var(--color-text)}.ecm-profile-tabs-container .ecm-tab.ecm-tab-active,.ecm-profile-tabs-container .ecm-tab.ecm-tab-active span,.ecm-profile-tabs-container .ecm-tab.ecm-tab-active .ecm-tab-label{opacity:1;background-color:var(--color-text);color:var(--color-surface);font-weight:600}.ecm-profile-empty-state{font-size:var(--font-size-normal);color:var(--theme-text);opacity:.7;padding:0}.ecm-profile-error-banner{padding:var(--theme-space-sm) var(--theme-space-md);padding-bottom:var(--theme-space-md);border-radius:var(--theme-radius-md);background:color-mix(in srgb, var(--theme-danger) 12%, transparent);color:var(--theme-danger);font-size:var(--font-size-xs)}.ecm-profile-tab-stack{gap:var(--theme-space-md)}.ecm-profile-overview-layout{grid-template-columns:repeat(auto-fit, minmax(var(--theme-layout-grid-min-col), 1fr))}.ecm-profile-overview-text{font-size:var(--font-size-normal);color:var(--theme-text);padding:0;line-height:1.5}.ecm-profile-info-list{gap:var(--theme-space-md);padding:0}.ecm-profile-info-row{gap:var(--theme-space-sm)}.ecm-profile-info-row-label{color:var(--theme-text);min-width:var(--theme-layout-min-width-label);font-weight:600;font-size:var(--font-size-normal);width:var(--theme-layout-width-fixed-md);padding:0}.ecm-profile-info-row-value{color:var(--theme-text);gap:var(--theme-space-sm);font-size:var(--font-size-normal);padding:0}.ecm-profile-chip-list{gap:var(--theme-space-sm);padding-bottom:var(--theme-space-md)}.ecm-profile-chip{padding:var(--theme-gap-xs) var(--theme-gap-sm) var(--theme-gap-xs) var(--theme-gap-md);border-radius:var(--radius-full);background:color-mix(in srgb, var(--theme-primary) 12%, var(--theme-surface));color:var(--theme-text);font-size:var(--font-size-xs);font-weight:500}.ecm-profile-chip-dismiss{cursor:pointer;color:var(--theme-text);opacity:.7;padding:0;line-height:0}.ecm-profile-chip-dismiss:hover{opacity:1;color:var(--theme-primary)}.ecm-profile-chip-dismiss:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-profile-activity-list{gap:var(--theme-space-sm);padding:0;list-style:none}.ecm-profile-activity-list>li{width:100%}.ecm-profile-activity-item{gap:var(--theme-space-md);padding:var(--theme-space-md);background:var(--theme-bg)}.ecm-profile-activity-content{gap:var(--theme-space-sm);flex:1;min-width:0}.ecm-profile-activity-content .ecm-profile-chip-list{padding-bottom:0}.ecm-profile-activity-title{color:var(--theme-text);font-weight:600;font-size:var(--font-size-md);padding:0}.ecm-profile-activity-desc{color:var(--theme-text);opacity:.75;font-size:var(--font-size-normal)}.ecm-profile-activity-time{font-size:var(--font-size-normal);color:var(--theme-text);text-align:right;font-weight:500}.ecm-profile-activity-timestamp{font-size:var(--font-size-normal);font-weight:500}.ecm-profile-activity-time-relative{font-size:var(--font-size-xs);color:var(--theme-text);opacity:.6;text-transform:uppercase;font-weight:400}.ecm-profile-invitation-filters{gap:var(--theme-space-md);padding-bottom:var(--theme-space-md)}.ecm-profile-invitation-filter-field{min-width:var(--theme-profile-invitation-filter-min-width);max-width:var(--theme-profile-invitation-filter-max-width);flex:1}.ecm-profile-header{gap:var(--theme-space-md);flex-direction:column;display:flex}.ecm-profile-header-identity{align-items:flex-start;gap:var(--theme-space-md);flex-direction:row;display:flex}.ecm-profile-header-main{gap:var(--theme-space-md);flex-direction:column;flex:1;min-width:0;display:flex}.ecm-profile-header-title-row{justify-content:space-between;align-items:flex-start;gap:var(--theme-space-md);flex-direction:row;display:flex}.ecm-profile-header-title-block{gap:var(--theme-profile-header-title-gap);flex-direction:column;min-width:0;display:flex}.ecm-profile-header-name{font-size:var(--theme-profile-header-name-size);color:var(--theme-text);padding:0;font-weight:600}.ecm-profile-header-role{font-size:var(--font-size-normal);color:var(--theme-text);padding:0;font-weight:400}.ecm-profile-header-contact-row{gap:var(--theme-space-md);flex-flow:wrap;display:flex}.ecm-profile-header-contact-item{min-width:min(100%, var(--theme-profile-header-contact-min-width));flex-direction:column;display:flex}.ecm-profile-header-contact-label{font-size:var(--font-size-xs);color:var(--theme-text-muted);text-transform:uppercase;font-weight:600}.ecm-profile-header-contact-value{align-items:center;gap:var(--theme-space-sm);font-size:var(--font-size-normal);color:var(--theme-text);flex-direction:row;display:flex}.ecm-profile-header-meta{grid-template-columns:repeat(auto-fit, minmax(var(--theme-profile-header-meta-min-col), 1fr));gap:var(--theme-space-md);padding-top:var(--theme-space-sm);border-top:var(--border-width-default) solid var(--theme-border);display:grid}.ecm-profile-header-meta-item{align-items:flex-start;gap:var(--theme-space-sm);flex-direction:row;display:flex}.ecm-profile-header-meta-icon{color:var(--theme-primary);padding-top:var(--theme-profile-header-meta-icon-offset);flex-shrink:0}.ecm-profile-header-meta-content{flex-direction:column;min-width:0;display:flex}.ecm-profile-header-meta-label{font-size:var(--font-size-xs);color:var(--theme-text-muted);text-transform:uppercase;font-weight:500}.ecm-profile-header-meta-value{font-size:var(--font-size-normal);color:var(--theme-text);font-weight:500}.ecm-profile-header-avatar-block{align-items:center;gap:var(--theme-space-sm);flex-direction:column;flex-shrink:0;display:flex}.ecm-profile-header-avatar-wrap{flex-shrink:0;display:inline-flex;position:relative}.ecm-profile-header-avatar-initials{font-size:var(--theme-profile-header-avatar-initials-size)}.ecm-profile-header-avatar-file-input{width:var(--theme-sr-only-size);height:var(--theme-sr-only-size);clip:rect(0, 0, 0, 0);white-space:nowrap;padding:0}.ecm-profile-header-avatar-edit-btn{top:var(--theme-profile-header-avatar-edit-offset);right:var(--theme-profile-header-avatar-edit-offset);z-index:2;width:var(--theme-profile-header-avatar-edit-size);height:var(--theme-profile-header-avatar-edit-size);border:var(--theme-profile-header-avatar-edit-border-width) solid var(--theme-surface);border-radius:var(--radius-full);background:var(--theme-bg);color:var(--theme-text);cursor:pointer;transform:translate(var(--theme-profile-header-avatar-edit-translate), calc(var(--theme-profile-header-avatar-edit-translate) * -1));box-shadow:var(--theme-profile-header-avatar-edit-shadow);transition:background-color var(--theme-transition-fast), color var(--theme-transition-fast), opacity var(--theme-transition-fast);justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute}.ecm-profile-header-avatar-edit-btn:hover:not(:disabled){background:var(--theme-primary);color:var(--theme-text-inverse)}.ecm-profile-header-avatar-edit-btn:focus-visible{outline:var(--focus-ring-width) solid var(--theme-primary);outline-offset:var(--focus-ring-offset)}.ecm-profile-header-avatar-edit-btn:disabled{opacity:.55;cursor:not-allowed}.ecm-profile-header-avatar-upload-error{max-width:var(--theme-profile-header-avatar-error-max-width);font-size:var(--font-size-xs);color:var(--theme-danger);padding:0;line-height:1.4}@media (width<=768px){.ecm-profile-header-identity{text-align:center;flex-direction:column;align-items:center}.ecm-profile-header-title-row{flex-direction:column;align-items:center}.ecm-profile-header-title-block{text-align:center;align-items:center}.ecm-profile-header-contact-row,.ecm-profile-header-contact-item{justify-content:center}}.ecm-profile-form,.ecm-profile-form-row{gap:var(--theme-space-md)}.ecm-profile-form-row .ecm-profile-form-field{flex:1;min-width:0}.ecm-profile-form-field{gap:var(--theme-space-sm)}.ecm-profile-form-field label{font-size:var(--font-size-normal);color:var(--theme-text);font-weight:400}.ecm-profile-form-identity-field{gap:var(--theme-space-sm)}.ecm-profile-form-identity-field small{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-profile-form-identity-helper-opacity);padding:0;line-height:1.4}.ecm-profile-form-identity-input{color:color-mix(in srgb, var(--theme-text) var(--theme-profile-form-identity-input-mix), transparent);cursor:not-allowed}.ecm-profile-form-identity-input:disabled{opacity:1}.ecm-profile-form-gender-group{min-height:var(--theme-profile-form-gender-min-height)}.ecm-profile-form-actions{gap:var(--theme-space-md)}.ecm-profile-form-save-button{min-width:var(--theme-profile-form-save-min-width)}.ecm-profile-form-skills-grid{gap:var(--theme-space-md);grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-profile-form-chip-input-row{gap:var(--theme-space-sm)}.ecm-profile-form-chip-input-row>:first-child{min-width:var(--theme-profile-form-chip-input-min-width);flex:1}.ecm-profile-form-social-grid{gap:var(--theme-space-md);grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-profile-form-social-row{gap:var(--theme-space-sm);min-width:0}.ecm-profile-form-social-row .ecm-profile-form-social-field{flex:1;min-width:0}.ecm-profile-form-social-field{min-width:0}.ecm-profile-form-social-icon{left:var(--theme-space-md);z-index:1;color:var(--theme-text);pointer-events:none;top:50%;transform:translateY(-50%)}.ecm-profile-form-social-input-wrap input{padding-left:var(--theme-profile-form-social-input-indent)}@media (width<=768px){.ecm-profile-form-row{flex-direction:column}.ecm-profile-form-skills-grid,.ecm-profile-form-social-grid{grid-template-columns:1fr}.ecm-profile-form-social-row{flex-wrap:wrap}}.ecm-profile-security-info-row,.ecm-profile-security-section{gap:var(--theme-space-md)}.ecm-profile-security-summary{gap:var(--theme-space-sm)}.ecm-profile-security-status-label{font-size:var(--font-size-normal);color:var(--theme-text);padding:0;font-weight:600}.ecm-profile-security-description{font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-profile-security-description-opacity);flex:1;padding:0}.ecm-profile-security-actions,.ecm-profile-security-actions-cell{gap:var(--theme-space-sm)}.ecm-profile-security-current-badge{font-size:var(--font-size-xs);color:var(--theme-primary);font-weight:500}.ecm-profile-security-device-list{gap:var(--theme-space-sm);padding:0;list-style:none}.ecm-profile-security-device-list>li{width:100%}.ecm-profile-security-device-item{gap:var(--theme-space-md);padding:var(--theme-space-md);background-color:var(--theme-bg)}.ecm-profile-security-device-identity{gap:var(--theme-space-sm);flex:1;min-width:0}.ecm-profile-security-device-icon-wrap{padding:var(--theme-space-sm);background-color:var(--theme-surface);color:var(--theme-text)}.ecm-profile-security-device-info{gap:var(--space-0)}.ecm-profile-security-device-title{color:var(--theme-text);font-weight:600;font-size:var(--font-size-md);padding:0}.ecm-profile-security-device-subtitle{color:var(--theme-text);opacity:.75;font-size:var(--font-size-normal)}.ecm-profile-security-device-meta{font-size:var(--font-size-normal);color:var(--theme-text);text-align:right;font-weight:500}.ecm-profile-security-danger-description{font-size:var(--font-size-normal);color:var(--theme-text);padding:0;line-height:1.5}.ecm-profile-security-danger-helper{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-profile-security-danger-helper-opacity);padding:0;line-height:1.5}.ecm-profile-security-qr{padding:var(--theme-space-md);background:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-profile-security-manual-key{gap:var(--theme-space-sm)}.ecm-profile-security-secret-key{padding:var(--theme-space-sm) var(--theme-space-md);background:var(--theme-bg);border-radius:var(--theme-radius-md);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-normal);word-break:break-all}.ecm-profile-security-warning{padding:var(--theme-space-sm) var(--theme-space-md);border-radius:var(--theme-radius-md);background:var(--theme-profile-security-warning-bg);color:var(--theme-text);font-size:var(--font-size-normal);font-weight:600}.ecm-profile-security-recovery-list{grid-template-columns:repeat(auto-fit, minmax(var(--theme-profile-security-recovery-min-col), 1fr));gap:var(--theme-space-sm);padding:0;list-style:none}.ecm-profile-security-recovery-code{padding:var(--theme-space-sm);background:var(--theme-bg);border-radius:var(--theme-radius-md);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-xs)}.ecm-website-control-placeholder-box{min-height:var(--theme-wc-placeholder-min-height)}.ecm-website-control-placeholder-purpose{max-width:var(--theme-wc-placeholder-purpose-max-width)}.ecm-website-control-form-row-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=40rem){.ecm-website-control-form-row-2{grid-template-columns:minmax(0,1fr)}}.ecm-website-control-modal-overlay{z-index:var(--theme-wc-modal-z-index);background:var(--theme-wc-modal-overlay-bg);inset:0}.ecm-website-control-modal-squircle{width:min(100%, var(--theme-wc-modal-max-width));max-width:100%}.ecm-website-control-modal-container{max-height:calc(100vh - var(--theme-modal-viewport-offset));background:var(--theme-surface);overflow-y:auto}.ecm-website-control-modal-body{padding-top:var(--theme-space-sm)}.ecm-website-control-modal-footer{padding-top:var(--theme-space-md);padding-inline:var(--theme-space-md);border-top:var(--border-width-default) solid var(--theme-border)}.ecm-website-control-asset-preview,.ecm-website-control-asset-preview-placeholder{width:var(--theme-wc-asset-preview-width);height:var(--theme-wc-asset-preview-height);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ecm-website-control-asset-preview{max-width:var(--theme-wc-asset-preview-width);max-height:var(--theme-wc-asset-preview-height);-o-object-fit:cover;object-fit:cover;border-radius:var(--theme-wc-asset-preview-radius)}.ecm-website-control-media-library-grid{grid-template-columns:repeat(auto-fill, minmax(var(--theme-wc-media-grid-min-col), 1fr));gap:var(--theme-space-md);background:var(--theme-surface);padding:var(--theme-space-md)}@media screen and (width>=48rem){.ecm-website-control-media-library-grid{grid-template-columns:repeat(auto-fill, minmax(var(--theme-wc-media-grid-min-col-md), 1fr))}}.ecm-website-control-media-library-breadcrumb{padding-bottom:var(--theme-space-md)}.ecm-website-control-media-library-bulk-bar{padding:var(--theme-space-sm) var(--theme-space-md);background:var(--theme-surface)}.ecm-website-control-media-library-bulk-action{font-family:inherit;font-size:var(--font-size-md);color:var(--theme-text);cursor:pointer;padding:0}.ecm-website-control-media-library-bulk-action:hover{text-decoration:none}.ecm-website-control-media-library-bulk-action-danger{color:var(--theme-danger)}.ecm-website-control-media-library-selection-hint-keys{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.ecm-website-control-status-badge{padding:var(--theme-wc-status-badge-padding-y) var(--theme-wc-status-badge-padding-x);border-radius:var(--theme-wc-status-badge-radius);font-size:var(--theme-wc-status-badge-font-size);font-weight:var(--theme-wc-status-badge-font-weight);line-height:var(--theme-wc-status-badge-line-height);white-space:nowrap}.ecm-website-control-status-badge-published{background-color:var(--theme-wc-status-badge-published-bg);color:var(--theme-wc-status-badge-published-text)}.ecm-website-control-status-badge-draft{background-color:var(--theme-wc-status-badge-draft-bg);color:var(--theme-wc-status-badge-draft-text)}.ecm-website-control-status-badge-neutral{background-color:var(--theme-wc-status-badge-neutral-bg);color:var(--theme-wc-status-badge-neutral-text);opacity:var(--theme-wc-status-badge-neutral-opacity)}.ecm-website-control-status-badge-warning{background-color:var(--theme-wc-status-badge-warning-bg);color:var(--theme-wc-status-badge-warning-text)}.ecm-website-control-status-badge-danger{background-color:var(--theme-wc-status-badge-danger-bg);color:var(--theme-wc-status-badge-danger-text)}.ecm-website-control-category-card-container-menu-open{z-index:var(--theme-wc-category-card-menu-open-z)}.ecm-website-control-category-card-title{font-size:var(--theme-wc-category-card-title-size);color:var(--theme-text);overflow-wrap:anywhere;min-width:0;font-weight:600}.ecm-website-control-category-card-slug{font-size:var(--font-size-normal);color:var(--theme-text-muted,var(--theme-text));opacity:var(--theme-wc-category-card-slug-opacity);word-break:break-all}.ecm-website-control-category-card-slug p{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-xs);margin:0}.ecm-website-control-category-card-actions{cursor:pointer;padding:var(--theme-wc-category-card-actions-padding);background-color:var(--theme-wc-category-card-actions-bg)}.ecm-website-control-category-card-body-item-value{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-website-control-category-card-body-item-value p{margin:0}.ecm-website-control-category-card-stats-row{grid-template-columns:repeat(var(--theme-wc-category-card-stats-columns), minmax(0, 1fr));gap:var(--theme-wc-category-card-stats-gap);align-items:stretch;width:100%;min-width:0;display:grid}.ecm-website-control-category-card-stats-row>*{width:100%;min-width:0;height:100%}.ecm-website-control-category-card-stat-box{text-align:center;width:100%;min-width:0;height:100%;min-height:auto}.ecm-website-control-category-card-stat-bg-info{--ecm-color-box-bg:var(--theme-wc-category-card-stat-bg-info)}.ecm-website-control-category-card-stat-bg-primary{--ecm-color-box-bg:var(--theme-wc-category-card-stat-bg-primary)}.ecm-website-control-category-card-stat-bg-success{--ecm-color-box-bg:var(--theme-wc-category-card-stat-bg-success)}.ecm-website-control-category-card-stat-box-info .ecm-website-control-category-card-stat-value{color:var(--theme-info)}.ecm-website-control-category-card-stat-box-primary .ecm-website-control-category-card-stat-value{color:var(--theme-primary)}.ecm-website-control-category-card-stat-box-success .ecm-website-control-category-card-stat-value{color:var(--theme-success)}.ecm-website-control-category-card-stat-value{font-size:var(--font-size-md);color:var(--theme-text)}.ecm-website-control-category-card-stat-label{font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-wc-category-card-stat-label-opacity)}.ecm-website-control-media-library-tile-select{top:var(--theme-wc-media-tile-select-offset);left:var(--theme-wc-media-tile-select-offset);z-index:var(--theme-wc-media-tile-select-z);opacity:0;transition:var(--theme-wc-media-tile-select-transition)}.ecm-website-control-media-library-tile-overlay{gap:var(--theme-wc-media-tile-overlay-gap);padding:var(--theme-wc-media-tile-overlay-padding);background:var(--theme-wc-media-tile-overlay-bg);opacity:0;transition:var(--theme-wc-media-tile-overlay-transition);inset:0}.ecm-website-control-folder-item{aspect-ratio:1;background:var(--theme-wc-media-tile-bg);min-height:100%;font-family:inherit}.ecm-website-control-folder-item:hover .ecm-website-control-media-library-tile-select,.ecm-website-control-folder-item-selected .ecm-website-control-media-library-tile-select,.ecm-website-control-media-library-tile-select:focus-within{opacity:1}.ecm-website-control-folder-item-content{gap:var(--theme-wc-folder-item-content-gap);padding:var(--theme-wc-folder-item-content-padding);cursor:pointer;flex:1}.ecm-website-control-folder-item-content:hover{background:var(--theme-wc-folder-item-content-hover-bg)}.ecm-website-control-folder-item-icon{width:100%;color:var(--theme-wc-folder-item-icon-color);justify-content:center;align-items:center;display:flex}.ecm-website-control-folder-item-name{font-size:var(--font-size-md);color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600}.ecm-website-control-folder-item-count{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-wc-folder-item-count-opacity);margin:0}.ecm-website-control-folder-item:hover .ecm-website-control-media-library-tile-overlay,.ecm-website-control-folder-item:focus-within .ecm-website-control-media-library-tile-overlay{opacity:1}.ecm-website-control-media-item{background:var(--theme-wc-media-tile-bg);min-width:0}.ecm-website-control-media-item:hover .ecm-website-control-media-library-tile-select,.ecm-website-control-media-item-selected .ecm-website-control-media-library-tile-select,.ecm-website-control-media-library-tile-select:focus-within{opacity:1}.ecm-website-control-media-item-preview{aspect-ratio:1;background:var(--theme-wc-media-item-preview-bg)}.ecm-website-control-media-item-preview-image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block}.ecm-website-control-media-item-file-placeholder{gap:var(--theme-wc-media-item-placeholder-gap);color:var(--theme-text);opacity:var(--theme-wc-media-item-placeholder-opacity)}.ecm-website-control-media-item-file-type-label{font-size:var(--theme-badge-font-size-sm);letter-spacing:var(--theme-wc-media-item-type-label-spacing);font-weight:700}.ecm-website-control-media-item:hover .ecm-website-control-media-library-tile-overlay,.ecm-website-control-media-item:focus-within .ecm-website-control-media-library-tile-overlay{opacity:1}.ecm-website-control-media-item-meta{gap:var(--theme-wc-media-item-meta-gap);padding:var(--theme-wc-media-item-meta-padding-y) var(--theme-wc-media-item-meta-padding-x) var(--theme-wc-media-item-meta-padding-x);min-width:0}.ecm-website-control-media-item-name{font-size:var(--font-size-normal);color:var(--theme-text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600}.ecm-website-control-media-item-folder{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-wc-media-item-folder-opacity);white-space:nowrap;text-overflow:ellipsis;margin:0}.ecm-website-control-category-filter{min-width:var(--theme-wc-category-filter-min-width)}.ecm-website-control-checkbox-row{height:var(--theme-wc-checkbox-row-height);white-space:nowrap}@media screen and (width<=85.375rem){.ecm-website-control-checkbox-row{height:var(--theme-wc-checkbox-row-height-narrow)}}.ecm-website-control-form-error-banner{padding:var(--theme-gap-md) var(--theme-space-md);border-radius:var(--theme-radius-md);background:var(--theme-wc-form-error-bg);color:var(--theme-danger);font-size:var(--font-size-normal);line-height:1.45}.ecm-website-control-enquiry-table{min-width:64rem}.ecm-website-control-enquiry-col-sno{white-space:nowrap;width:3.5rem}.ecm-website-control-enquiry-col-name{min-width:8rem}.ecm-website-control-enquiry-col-email{max-width:12rem}.ecm-website-control-enquiry-email{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;font-size:var(--theme-wc-enquiry-contact-size);overflow:hidden}.ecm-website-control-enquiry-col-phone{white-space:nowrap;min-width:7rem}.ecm-website-control-enquiry-col-message{max-width:14rem}.ecm-website-control-enquiry-message-preview{-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.ecm-website-control-enquiry-col-attachments{white-space:nowrap;min-width:7rem}.ecm-website-control-enquiry-attachment-link{color:var(--theme-primary);font:inherit;cursor:pointer;padding:0;text-decoration:none}.ecm-website-control-enquiry-attachment-link:disabled{cursor:wait;opacity:.7;text-decoration:none}.ecm-website-control-enquiry-col-submitted{white-space:nowrap;min-width:9rem}.ecm-website-control-enquiry-col-source{min-width:6rem}.ecm-website-control-enquiry-col-status{min-width:7rem}.ecm-website-control-enquiry-col-actions{white-space:nowrap}.ecm-website-control-enquiry-date-range{min-width:14rem}.ecm-website-control-enquiry-detail{min-width:0}.ecm-website-control-enquiry-detail-header{width:100%;min-width:0}.ecm-website-control-enquiry-detail-from{font-size:var(--theme-wc-enquiry-title-size);font-weight:var(--font-weight-semibold);color:var(--theme-text);flex:auto;min-width:0;margin:0}.ecm-website-control-enquiry-detail-from-name{color:color-mix(in srgb, var(--theme-primary) 40%, var(--theme-text))}.ecm-website-control-enquiry-detail-attachment{justify-content:center;align-items:center;gap:var(--theme-gap-xs);padding-block:var(--theme-wc-status-badge-padding-y);padding-inline:var(--theme-wc-status-badge-padding-x);border-radius:var(--theme-wc-status-badge-radius);background-color:var(--theme-wc-status-badge-published-bg);color:var(--theme-primary);font-size:var(--theme-wc-status-badge-font-size);font-weight:var(--theme-wc-status-badge-font-weight);line-height:var(--theme-wc-status-badge-line-height);flex-shrink:0;display:inline-flex}button.ecm-website-control-enquiry-detail-attachment-action{font:inherit;cursor:pointer;transition:background-color var(--theme-transition-fast), color var(--theme-transition-fast), opacity var(--theme-transition-fast);border:0}button.ecm-website-control-enquiry-detail-attachment-action:hover:not(:disabled){background-color:color-mix(in srgb, var(--theme-primary) 16%, transparent)}button.ecm-website-control-enquiry-detail-attachment-action:active:not(:disabled){background-color:color-mix(in srgb, var(--theme-primary) 22%, transparent)}button.ecm-website-control-enquiry-detail-attachment-action:disabled{cursor:wait;opacity:.7}.ecm-website-control-enquiry-detail-attachment-icon{width:var(--theme-wc-enquiry-meta-size);height:var(--theme-wc-enquiry-meta-size);justify-content:center;align-items:center;display:inline-flex}.ecm-website-control-enquiry-detail-attachment-icon svg,.ecm-website-control-enquiry-detail-attachment-icon img{width:100%;height:100%}.ecm-website-control-enquiry-detail-attachment-empty{background-color:var(--theme-wc-status-badge-neutral-bg);color:var(--theme-wc-status-badge-neutral-text);opacity:var(--theme-wc-status-badge-neutral-opacity)}.ecm-website-control-enquiry-detail-incoming{min-width:0}.ecm-website-control-enquiry-detail-message{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;font-size:var(--font-size-normal);color:var(--theme-text);margin:0;line-height:1.5}.ecm-website-control-enquiry-detail-reply-box{width:100%;min-width:0}.ecm-website-control-enquiry-detail-reply-input{width:100%;min-height:7rem;padding:var(--theme-control-padding-x);box-sizing:border-box}.ecm-website-control-enquiry-detail-reply-helper{overflow-wrap:anywhere;word-break:break-word;margin:0}.ecm-website-control-enquiry-detail-reply-recipient{color:color-mix(in srgb, var(--theme-primary) 40%, var(--theme-text));overflow-wrap:anywhere;word-break:break-word}.ecm-website-control-enquiry-convert-form{min-width:0}.ecm-website-control-comment-preview-button{text-align:left;font:inherit;color:inherit;cursor:pointer;word-break:break-word;padding:0}.ecm-website-control-comment-preview-button:hover{color:var(--theme-primary)}.ecm-website-control-comment-body{padding-top:var(--theme-gap-xs);white-space:pre-wrap;word-break:break-word;font-size:var(--font-size-normal);line-height:1.5}.ecm-website-control-comment-reply-list{padding:var(--theme-gap-sm) 0 0 0;list-style:none}.ecm-website-control-comment-reply-item{padding:var(--theme-gap-md);border-radius:var(--theme-radius-md);border:var(--border-width-default) solid var(--theme-border);background:var(--theme-bg)}.ecm-website-control-comment-reply-header{padding-bottom:var(--theme-gap-xs)}.ecm-website-control-comment-detail-author{font-size:var(--font-size-md);font-weight:600}.ecm-website-control-comment-reply-author{font-size:var(--font-size-xs);font-weight:600}.ecm-website-control-comment-reply-date{font-size:var(--font-size-xs);opacity:.65}.ecm-website-control-comment-reply-body{padding:0 0 var(--theme-gap-xs) 0;white-space:pre-wrap;word-break:break-word;font-size:var(--font-size-normal);line-height:1.45}.ecm-website-control-comment-reply-form textarea{height:auto;min-height:var(--theme-wc-comment-reply-min-height)}.ecm-website-control-dashboard-layout,.ecm-website-control-dashboard-kpi-stack{gap:var(--theme-wc-dashboard-section-gap)}.ecm-website-control-dashboard-table-link{color:var(--theme-text);font-weight:500}.ecm-website-control-dashboard-table-link:hover{color:var(--theme-primary);text-decoration:underline}.ecm-website-control-dashboard-activity-timeline{gap:0;padding:0}.ecm-website-control-dashboard-timeline-item{grid-template-columns:var(--theme-wc-timeline-grid-marker-col) minmax(0, 1fr);gap:var(--theme-space-sm)}.ecm-website-control-dashboard-timeline-marker-col{min-height:100%}.ecm-website-control-dashboard-timeline-marker{width:var(--theme-wc-timeline-marker-size);height:var(--theme-wc-timeline-marker-size);border-radius:var(--theme-radius-full);border:var(--border-width-default) solid var(--theme-border);background:var(--theme-surface);color:var(--theme-text)}.ecm-website-control-dashboard-timeline-marker-icon{width:var(--theme-wc-timeline-marker-icon-size);height:var(--theme-wc-timeline-marker-icon-size)}.ecm-website-control-dashboard-timeline-connector{width:0;min-height:var(--theme-gap-md);padding-block:var(--theme-gap-xs);border-left:var(--theme-wc-timeline-connector-width) dotted var(--theme-border);flex:1}.ecm-website-control-dashboard-timeline-content{padding-bottom:var(--theme-space-md)}.ecm-website-control-dashboard-timeline-item:last-child .ecm-website-control-dashboard-timeline-content{padding-bottom:0}.ecm-website-control-dashboard-timeline-time{font-size:var(--font-size-xs);color:var(--theme-text);opacity:.55;font-weight:500;line-height:1.3}.ecm-website-control-dashboard-timeline-card{padding:var(--theme-wc-timeline-card-padding-y) var(--theme-wc-timeline-card-padding-x);border:var(--border-width-default) solid var(--theme-border);border-radius:var(--theme-radius-md);background:var(--theme-surface);cursor:pointer}.ecm-website-control-dashboard-timeline-title{font-size:var(--font-size-normal);color:var(--theme-text);font-weight:600;line-height:1.45}.ecm-website-control-dashboard-timeline-meta{font-size:var(--font-size-xs);color:var(--theme-text);opacity:.65;line-height:1.4}@media screen and (width<=48rem){.ecm-website-control-dashboard-timeline-item{grid-template-columns:var(--theme-wc-timeline-grid-marker-col-sm) minmax(0, 1fr);gap:var(--theme-gap-sm)}.ecm-website-control-dashboard-timeline-marker{width:var(--theme-wc-timeline-marker-size-sm);height:var(--theme-wc-timeline-marker-size-sm)}.ecm-website-control-dashboard-timeline-marker-icon{width:var(--theme-wc-timeline-marker-icon-size-sm);height:var(--theme-wc-timeline-marker-icon-size-sm)}.ecm-website-control-dashboard-timeline-card{padding:var(--theme-wc-timeline-card-padding-y-sm) var(--theme-wc-timeline-card-padding-x-sm)}}.ecm-rbac-page{flex:1;min-height:100%;overflow:visible}.ecm-rbac-role-items{gap:var(--theme-space-sm);padding:0;list-style:none}.ecm-rbac-role-card{padding:var(--theme-space-md);border-radius:var(--theme-radius-md);background:var(--theme-bg);list-style:none;overflow:visible}.ecm-rbac-role-card-name{font-weight:600;font-size:var(--font-size-md)}.ecm-rbac-role-card-meta{gap:var(--theme-space-md);font-size:var(--font-size-normal);color:var(--theme-text);opacity:var(--theme-rbac-role-card-meta-opacity)}.ecm-rbac-readonly-banner,.ecm-rbac-field-error,.ecm-rbac-permission-item-hint,.ecm-rbac-status-editable{color:var(--theme-text-muted,var(--theme-text));font-size:var(--font-size-normal)}.ecm-rbac-permission-key{font-size:var(--font-size-sm,var(--font-size-normal));color:var(--theme-text-muted,var(--theme-text))}.ecm-rbac-matrix-cell-dirty{outline:1px solid var(--theme-rbac-dirty-indicator-color);outline-offset:calc(-1 * var(--theme-space-xs,2px))}.ecm-rbac-dirty-indicator{font-size:var(--font-size-normal);color:var(--theme-rbac-dirty-indicator-color);font-weight:600}.ecm-rbac-matrix-error{padding-top:var(--theme-space-md);color:var(--theme-danger)}.ecm-rbac-toast{justify-content:space-between;align-items:center;gap:var(--theme-gap-sm);padding:var(--theme-space-sm) var(--theme-space-md);background:var(--theme-surface);border:1px solid var(--theme-border,transparent);display:flex}.ecm-rbac-delete-impact{gap:var(--theme-gap-xs);flex-direction:column;padding-inline-start:var(--theme-space-md);display:flex}.ecm-rbac-role-detail-kpi-grid{width:100%}.ecm-rbac-sticky-save-bar{z-index:2;padding:var(--theme-space-sm) var(--theme-space-md);border:1px solid var(--theme-rbac-domain-section-border);border-radius:var(--theme-radius-md);background:var(--theme-surface);position:sticky;bottom:0}.ecm-rbac-permission-group-shell{width:100%;min-width:0}.ecm-rbac-permission-group{width:100%;padding:var(--theme-space-md);background-color:var(--theme-surface);gap:var(--theme-space-sm);box-sizing:border-box}.ecm-rbac-domain-section-title{font-size:var(--theme-rbac-panel-title-size);font-weight:600;line-height:var(--text-section-title-line-height);color:var(--theme-text);white-space:nowrap}.ecm-rbac-domain-section-count{min-width:var(--theme-rbac-matrix-cell-touch);min-height:var(--theme-rbac-matrix-cell-touch);padding-inline:var(--theme-space-xs);border-radius:var(--theme-radius-md);background-color:var(--theme-kpi-icon-bg-warning);color:var(--color-warning);font-size:var(--font-size-normal);flex-shrink:0;justify-content:center;align-items:center;font-weight:600;line-height:1;display:inline-flex}.ecm-rbac-domain-section-meta{font-size:var(--font-size-normal);line-height:var(--text-section-title-line-height);color:var(--theme-text-muted,var(--theme-text));opacity:var(--theme-rbac-matrix-group-count-opacity)}.ecm-rbac-permission-item{padding:var(--theme-space-sm);border-radius:var(--theme-radius-md);min-height:var(--theme-rbac-matrix-cell-touch)}.ecm-rbac-permission-label{font-weight:500}.ecm-rbac-permission-readonly{font-size:var(--font-size-normal);color:var(--theme-text-muted,var(--theme-text))}.ecm-rbac-domain-matrix-stack{width:100%}.ecm-rbac-domain-matrix-body{width:100%;min-width:0}.ecm-rbac-domain-section-heading{width:auto;min-width:var(--theme-rbac-matrix-sticky-min-width);max-width:none;min-height:var(--theme-rbac-matrix-row-min-height);flex:none}.ecm-rbac-universal-actions{gap:var(--theme-gap-xl);flex:1 1 0;min-width:0}.ecm-rbac-universal-actions-row{justify-content:flex-end;align-items:center}.ecm-rbac-universal-action-item{gap:var(--theme-gap-xs);min-height:var(--theme-rbac-matrix-row-min-height);min-width:0;padding-block:0;padding-inline:var(--theme-space-xs-tight)}.ecm-rbac-universal-action-item .ecm-rbac-matrix-cell{flex-shrink:0;min-width:0;min-height:0}.ecm-rbac-universal-action-item .ecm-checkbox-label-disabled{opacity:1}.ecm-rbac-universal-action-item .ecm-checkbox-box{background-color:var(--theme-surface);border-color:var(--theme-border)}.ecm-rbac-universal-action-item .ecm-checkbox-input:checked+.ecm-checkbox-box,.ecm-rbac-universal-action-item .ecm-checkbox-input:indeterminate+.ecm-checkbox-box{background-color:var(--theme-primary);border-color:var(--theme-primary);opacity:1}.ecm-rbac-universal-action-item .ecm-checkbox-input:disabled:not(:checked)+.ecm-checkbox-box{opacity:var(--theme-control-disabled-opacity)}.ecm-rbac-universal-action-item-stacked{min-width:0;min-height:var(--theme-rbac-matrix-cell-touch);padding:var(--theme-space-xs)}.ecm-rbac-universal-action-item-na{opacity:.72}.ecm-rbac-universal-action-label{font-weight:500;font-size:var(--font-size-normal);line-height:var(--text-section-title-line-height);color:var(--theme-text);white-space:nowrap}.ecm-rbac-matrix-cell{min-width:var(--theme-rbac-matrix-cell-touch);min-height:var(--theme-rbac-matrix-cell-touch);border-radius:var(--theme-radius-sm,var(--theme-radius-md))}.ecm-rbac-matrix-cell-na,.ecm-rbac-matrix-cell-readonly{background:0 0}.ecm-rbac-roles-table-wrap{width:100%}@media (width<=768px){.ecm-rbac-domain-section-heading{flex-basis:auto;width:auto;min-height:0}.ecm-rbac-universal-actions{flex-basis:auto;width:100%}.ecm-rbac-universal-actions-row{flex-direction:column;align-items:stretch}.ecm-rbac-universal-action-item{width:100%;min-width:0}}.ecm-projects-widgets{gap:var(--theme-projects-widgets-gap)}.ecm-project-card-container-menu-open{z-index:var(--theme-project-card-menu-open-z)}.ecm-project-card-item{gap:var(--theme-project-card-gap);overflow:visible}.ecm-project-card-title{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-project-card-status-label{font-size:var(--theme-project-card-status-label-font-size);padding:var(--theme-project-card-status-label-padding-y) var(--theme-project-card-status-label-padding-x);border-radius:var(--theme-project-card-status-label-radius);text-transform:capitalize;font-weight:500}.ecm-project-card-status-in-progress{background-color:color-mix(in srgb, var(--theme-primary) 10%, transparent);color:var(--theme-primary)}.ecm-project-card-status-not-started{background-color:color-mix(in srgb, var(--theme-text) 10%, transparent);color:var(--theme-text)}.ecm-project-card-status-completed{background-color:color-mix(in srgb, var(--theme-success) 10%, transparent);color:var(--theme-success)}.ecm-project-card-status-on-hold{background-color:color-mix(in srgb, var(--theme-warning) 10%, transparent);color:var(--theme-warning)}.ecm-project-card-status-in-review{background-color:color-mix(in srgb, var(--theme-info) 10%, transparent);color:var(--theme-info)}.ecm-project-card-status-active{background-color:color-mix(in srgb, var(--theme-success) 10%, transparent);color:var(--theme-success)}.ecm-project-card-status-inactive{background-color:color-mix(in srgb, var(--theme-text) 10%, transparent);color:var(--theme-text);opacity:.85}.ecm-project-card-links{gap:var(--theme-project-card-links-gap-row) var(--theme-project-card-links-gap-col);font-size:var(--font-size-xs);grid-template-columns:repeat(2,minmax(0,1fr))}.ecm-project-card-link-item{gap:var(--theme-project-card-link-item-gap);min-width:0}.ecm-project-card-link-label{color:var(--theme-text);opacity:.7}.ecm-project-card-link-value{color:var(--theme-text);text-overflow:ellipsis;white-space:nowrap;font-weight:500}.ecm-project-card-actions{cursor:pointer;padding:var(--theme-space-sm);background-color:var(--theme-surface-muted,var(--color-bg))}.ecm-project-card-actions img{width:var(--theme-project-card-actions-icon-size);height:var(--theme-project-card-actions-icon-size)}.ecm-project-card-body{gap:var(--theme-project-card-gap);background-color:var(--theme-surface-muted,var(--color-bg));padding:var(--theme-project-card-body-padding);height:var(--theme-project-card-body-height)}.ecm-project-card-body--compact{height:auto;min-height:0}.ecm-project-card-item--compact{gap:var(--theme-space-sm)}.ecm-project-card-description--compact{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ecm-project-card-stats-row--compact{gap:var(--theme-space-xs)}.ecm-project-card-meta--compact{gap:var(--theme-space-xs);grid-template-columns:repeat(3,minmax(0,1fr))}.ecm-project-card-body-header{gap:var(--theme-project-card-body-section-gap)}.ecm-project-card-body-title{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-project-card-body-section{gap:var(--theme-project-card-body-section-gap)}.ecm-project-card-description{font-size:var(--font-size-md);color:var(--theme-text);opacity:.7;font-weight:400}.ecm-project-card-body-progress-value{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-project-card-progress-container{gap:var(--theme-space-sm)}.ecm-project-card-progress-bar{height:var(--theme-project-card-progress-bar-height);background-color:var(--theme-surface);border-radius:var(--theme-radius-md)}.ecm-project-card-progress-fill{width:var(--theme-progress-fill-width);background-color:var(--theme-primary);border-radius:var(--theme-radius-full)}.ecm-project-card-stats-row{gap:var(--theme-space-sm);grid-template-columns:repeat(3,1fr)}.ecm-project-card-stat-box{min-height:auto}.ecm-project-card-stat-box-primary .ecm-project-card-stat-value{color:var(--theme-primary)}.ecm-project-card-stat-box-info .ecm-project-card-stat-value{color:var(--theme-info)}.ecm-project-card-stat-box-success .ecm-project-card-stat-value{color:var(--theme-success)}.ecm-project-card-stat-value{font-size:var(--font-size-md);color:var(--theme-text)}.ecm-project-card-stat-label{font-size:var(--font-size-xs);color:var(--theme-text);opacity:.85}.ecm-project-card-meta{gap:var(--theme-project-card-meta-gap);font-size:var(--font-size-xs);grid-template-columns:1fr 1fr;display:grid}.ecm-project-card-meta-item{gap:var(--theme-project-card-meta-item-gap);flex-direction:column;display:flex}.ecm-project-card-meta-label{color:var(--theme-text);opacity:.7}.ecm-project-card-meta-value{color:var(--theme-text);font-weight:500}.ecm-project-card-meta-countdown{font-size:var(--theme-project-card-meta-countdown-font-size);color:var(--theme-text);opacity:var(--theme-project-card-meta-countdown-opacity);font-weight:400}.ecm-project-health-item{gap:var(--theme-project-health-item-gap);padding:var(--theme-space-md);border:var(--border-width-default) solid var(--theme-border)}.ecm-project-health-left{gap:var(--theme-project-health-left-gap)}.ecm-project-health-name{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-project-health-company-badge{opacity:var(--theme-project-health-badge-opacity)}.ecm-project-health-right,.ecm-project-health-progress-info{gap:var(--theme-space-sm)}.ecm-project-health-progress-bar{width:var(--theme-project-health-progress-bar-width);height:var(--theme-project-health-progress-bar-height);background-color:var(--theme-surface-muted,var(--color-bg));border-radius:var(--theme-radius-full)}.ecm-project-health-progress-fill{width:var(--theme-progress-fill-width);background-color:var(--theme-primary);border-radius:var(--theme-radius-full)}.ecm-project-health-progress-percent{font-size:var(--theme-project-progress-percent-font-size);color:var(--theme-text)}.ecm-project-health-status-badge{opacity:var(--theme-project-health-badge-opacity)}.ecm-project-health-task-breakdown{gap:var(--theme-space-sm);opacity:var(--theme-project-health-task-breakdown-opacity)}.ecm-project-health-task-count{color:var(--theme-text)}.ecm-project-health-task-stat{gap:var(--theme-space-sm);color:var(--theme-success)}.ecm-project-health-task-stat-review{color:var(--theme-warning)}.ecm-project-internal-page .ecm-tabs-list{gap:var(--theme-space-sm);display:flex}.ecm-project-internal-page .ecm-tab{background-color:var(--theme-surface);color:var(--theme-text);opacity:var(--theme-project-internal-tab-inactive-opacity);font-weight:400}.ecm-project-internal-page .ecm-tab .ecm-tab-label,.ecm-project-internal-page .ecm-tab span{color:var(--theme-text)}.ecm-project-internal-page .ecm-tab-active,.ecm-project-internal-page .ecm-tab-active .ecm-tab-label,.ecm-project-internal-page .ecm-tab-active span{background-color:var(--theme-text);opacity:1;color:var(--theme-surface)}.ecm-project-internal-tab-panel{padding-top:0}.ecm-project-internal-info-sections{gap:var(--theme-space-md);padding-bottom:var(--theme-space-md)}.ecm-project-internal-info-section{flex:1;min-width:0}.ecm-project-internal-details-grid{gap:var(--theme-space-md);grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.ecm-project-internal-detail-row{gap:var(--theme-project-internal-detail-gap);min-width:0}.ecm-project-internal-detail-label{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-project-internal-placeholder-opacity)}.ecm-project-internal-detail-value{font-size:var(--font-size-md);color:var(--theme-text);overflow-wrap:anywhere;font-weight:500}.ecm-project-internal-linked-client{font-size:var(--font-size-md);color:var(--theme-text);padding:0;font-weight:500}.ecm-project-internal-placeholder{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-project-internal-placeholder-opacity);padding:0}.ecm-project-internal-section-error{gap:var(--theme-space-sm);padding:var(--theme-space-sm) 0;color:var(--theme-danger);font-size:var(--font-size-md)}.ecm-project-internal-files-list,.ecm-project-internal-activity-list{gap:var(--theme-space-md);padding:0;list-style:none}.ecm-project-internal-file-item{gap:var(--theme-space-md)}.ecm-project-internal-file-info{gap:var(--theme-space-sm);min-width:0}.ecm-project-internal-file-link{font:inherit;color:var(--theme-primary);cursor:pointer;text-align:left;padding:0;text-decoration:underline}.ecm-project-internal-file-meta{font-size:var(--font-size-normal);opacity:var(--theme-project-internal-meta-opacity)}.ecm-project-internal-upload-controls{padding-top:var(--theme-space-md)}.ecm-project-internal-activity-item{padding:var(--theme-space-sm) 0;border-bottom:var(--border-width-default) solid var(--theme-project-internal-item-border)}.ecm-project-internal-activity-item:last-child{border-bottom:none}.ecm-project-internal-activity-header{gap:var(--theme-space-md);align-items:baseline}.ecm-project-internal-activity-action{color:var(--theme-text);font-weight:600}.ecm-project-internal-activity-time{font-size:var(--font-size-normal);opacity:var(--theme-project-internal-time-opacity);white-space:nowrap}.ecm-project-internal-activity-description{padding-top:var(--theme-space-sm);color:var(--theme-text);opacity:var(--theme-project-internal-body-opacity)}.ecm-project-internal-activity-actor{padding-top:var(--theme-space-sm);font-size:var(--font-size-normal);opacity:var(--theme-project-internal-meta-opacity)}.ecm-project-internal-notes-list{gap:var(--theme-space-md);padding:0;list-style:none}.ecm-project-internal-note-item{padding:var(--theme-space-sm) 0;border-bottom:var(--border-width-default) solid var(--theme-project-internal-item-border)}.ecm-project-internal-note-item:last-child{border-bottom:none}.ecm-project-internal-note-header{gap:var(--theme-space-md);align-items:baseline}.ecm-project-internal-note-title{font-size:var(--font-size-md);color:var(--theme-text);padding:0;font-weight:600}.ecm-project-internal-note-time{font-size:var(--font-size-normal);opacity:var(--theme-project-internal-time-opacity);white-space:nowrap}.ecm-project-internal-note-content{padding-top:var(--theme-space-sm);font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-project-internal-body-opacity);white-space:pre-wrap}.ecm-project-internal-note-author{padding-top:var(--theme-space-sm);font-size:var(--font-size-normal);opacity:var(--theme-project-internal-meta-opacity)}.ecm-project-internal-note-form{gap:var(--theme-space-md);padding-top:var(--theme-space-md)}.ecm-project-internal-textarea{min-height:var(--theme-project-internal-textarea-min-height);padding:var(--theme-space-sm);border:var(--border-width-default) solid var(--theme-border);border-radius:var(--theme-radius-md);font:inherit;color:var(--theme-text);background:var(--theme-bg);resize:vertical}.ecm-project-internal-feedback-toolbar{padding-bottom:var(--theme-space-md);max-width:var(--theme-project-internal-feedback-toolbar-max-width)}.ecm-project-internal-feedback-list{gap:var(--theme-space-md);padding:0;list-style:none}.ecm-project-internal-feedback-item{padding:var(--theme-space-sm) 0;border-bottom:var(--border-width-default) solid var(--theme-project-internal-item-border)}.ecm-project-internal-feedback-item:last-child{border-bottom:none}.ecm-project-internal-feedback-header{gap:var(--theme-space-sm)}.ecm-project-internal-feedback-title-row{gap:var(--theme-space-md)}.ecm-project-internal-feedback-title{font-size:var(--font-size-md);color:var(--theme-text);padding:0;font-weight:600}.ecm-project-internal-feedback-status{font-size:var(--font-size-normal);text-transform:capitalize;color:var(--theme-primary);white-space:nowrap;font-weight:600}.ecm-project-internal-feedback-time{font-size:var(--font-size-normal);opacity:var(--theme-project-internal-time-opacity)}.ecm-project-internal-feedback-message{padding-top:var(--theme-space-sm);font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-project-internal-body-opacity);white-space:pre-wrap}.ecm-project-internal-feedback-author{padding-top:var(--theme-space-sm);font-size:var(--font-size-normal);opacity:var(--theme-project-internal-meta-opacity)}.ecm-project-internal-feedback-form,.ecm-project-internal-feedback-edit{gap:var(--theme-space-md);padding-top:var(--theme-space-md)}.ecm-project-internal-feedback-form-actions,.ecm-project-internal-feedback-actions{gap:var(--theme-space-sm)}.ecm-project-internal-feedback-link{font:inherit;color:var(--theme-primary);cursor:pointer;padding:0;text-decoration:underline}.ecm-project-internal-feedback-link:disabled{opacity:.6;cursor:not-allowed}.ecm-files-modal-overlay{background:var(--theme-files-modal-overlay-bg);z-index:var(--theme-z-modal);-webkit-backdrop-filter:blur(var(--theme-modal-backdrop-blur));inset:0}.ecm-files-modal-container{width:var(--theme-files-modal-width);max-width:90vw}.ecm-files-modal-container-wide{width:var(--theme-files-modal-width-wide)}.ecm-files-modal-content{background:var(--theme-surface);padding:var(--theme-space-md);gap:var(--theme-space-md)}.ecm-files-modal-body{gap:var(--theme-space-md)}.ecm-files-modal-error{color:var(--theme-danger);font-size:var(--font-size-xs);padding:var(--theme-space-sm);background-color:var(--theme-files-modal-error-bg);border-radius:var(--theme-radius-md)}.ecm-files-modal-status{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-modal-status-opacity);padding:0}.ecm-files-modal-form-group label{font-size:var(--font-size-md);color:var(--theme-text);font-weight:500}.ecm-files-modal-form-row{gap:var(--theme-space-md);padding-top:var(--theme-space-md)}.ecm-files-modal-form-row>*{flex:1}.ecm-files-modal-close{cursor:pointer;width:var(--theme-files-modal-close-size);height:var(--theme-files-modal-close-size);min-width:var(--theme-files-modal-close-size);padding:0}.ecm-files-modal-file-input{padding:var(--theme-space-md);border:var(--border-width-default) solid var(--theme-text);border-radius:var(--theme-radius-md);font-size:var(--font-size-md);cursor:pointer}.ecm-files-modal-file-input:hover{border-color:var(--theme-primary)}.ecm-files-modal-list{gap:var(--theme-space-sm);padding-top:var(--theme-space-md);max-height:var(--theme-files-modal-list-max-height);overflow-y:auto}.ecm-files-modal-item{gap:var(--theme-space-md);padding:var(--theme-space-sm);background-color:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-files-modal-item-name{font-size:var(--font-size-md);color:var(--theme-text);word-break:break-word;flex:1}.ecm-files-modal-item-size{font-size:var(--font-size-xs);color:var(--theme-text-muted);opacity:var(--theme-files-modal-meta-opacity)}.ecm-files-modal-item-remove{cursor:pointer;padding:var(--theme-gap-xs);color:var(--theme-text);opacity:var(--theme-files-modal-remove-opacity)}.ecm-files-modal-item-remove:hover{opacity:1;color:var(--theme-danger)}.ecm-files-modal-section-label{font-size:var(--font-size-md);color:var(--theme-text);font-weight:500}.ecm-files-modal-checklist{gap:var(--theme-space-sm);max-height:var(--theme-files-modal-checklist-max-height);padding:var(--theme-space-sm);background-color:var(--theme-bg);border-radius:var(--theme-radius-md);overflow-y:auto}.ecm-files-modal-checklist-empty{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-modal-meta-opacity);padding:0}.ecm-files-modal-table{border-collapse:collapse;font-size:var(--font-size-xs)}.ecm-files-modal-table th,.ecm-files-modal-table td{padding:var(--theme-space-sm);text-align:left;border-bottom:var(--border-width-default) solid var(--theme-files-modal-table-border)}.ecm-files-modal-table th{color:var(--theme-text);font-weight:600}.ecm-files-modal-status-message{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-files-modal-status-opacity);padding:0}.ecm-files-toolbar-company{width:var(--theme-files-company-selector-width)}.ecm-files-toolbar-row-no-selector .ecm-files-toolbar-search,.ecm-files-toolbar-search{flex:1}.ecm-files-toolbar-view-toggle{gap:var(--theme-space-sm)}.ecm-files-view-button{padding:var(--theme-space-sm);background-color:var(--theme-surface);cursor:pointer;opacity:var(--theme-files-view-button-inactive-opacity);color:var(--theme-text)}.ecm-files-view-button:hover{opacity:1}.ecm-files-view-button:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-files-view-button-active{background-color:var(--theme-files-view-button-active-bg);opacity:1}.ecm-files-view-button-active img{filter:brightness(0)invert()}.ecm-files-view-button img{width:var(--theme-files-view-button-icon-size);height:var(--theme-files-view-button-icon-size)}.ecm-files-repository,.ecm-files-section{gap:var(--theme-space-md)}.ecm-files-list{gap:var(--theme-space-sm)}.ecm-files-state{padding:var(--theme-space-md);color:var(--theme-text-muted);opacity:var(--theme-files-state-opacity);font-size:var(--font-size-md);min-height:var(--theme-files-empty-min-height)}.ecm-files-load-more{padding:var(--theme-space-md) 0}.ecm-files-breadcrumb{gap:var(--theme-files-breadcrumb-gap);padding:var(--theme-space-md);background-color:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-files-breadcrumb-button{font-size:var(--font-size-md);color:var(--theme-text);cursor:pointer;padding:0;transition:opacity .2s}.ecm-files-breadcrumb-button:hover{opacity:var(--theme-files-breadcrumb-hover-opacity)}.ecm-files-breadcrumb-button:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-files-breadcrumb-current{cursor:default;font-weight:600}.ecm-files-breadcrumb-current:hover{opacity:1}.ecm-files-breadcrumb-separator{color:var(--theme-text-muted);opacity:var(--theme-files-breadcrumb-separator-opacity);-webkit-user-select:none;user-select:none}.ecm-files-card{gap:var(--theme-space-md);padding:var(--theme-space-md);background-color:var(--theme-surface);cursor:pointer;min-height:var(--theme-files-card-min-height)}.ecm-files-card-header{gap:var(--theme-space-sm)}.ecm-files-card-icon{color:var(--theme-text)}.ecm-files-card-main{gap:var(--theme-files-item-info-gap)}.ecm-files-card-title-row{gap:var(--theme-files-item-title-gap)}.ecm-files-card-title{font-size:var(--font-size-md);color:var(--theme-text);word-break:break-word;font-weight:600}.ecm-files-card-meta{font-size:var(--font-size-xs);color:var(--theme-text-muted);opacity:var(--theme-files-item-meta-opacity)}.ecm-files-row{gap:var(--theme-space-md);padding:var(--theme-space-md);background-color:var(--theme-surface);cursor:pointer}.ecm-files-row-icon{color:var(--theme-text)}.ecm-files-row-title{font-size:var(--font-size-md);color:var(--theme-text);word-break:break-word;gap:var(--theme-files-item-title-gap);flex:1;font-weight:600}.ecm-files-row-meta{font-size:var(--font-size-xs);color:var(--theme-text-muted);opacity:var(--theme-files-item-meta-opacity)}.ecm-files-unread-badge{min-width:var(--theme-files-unread-badge-min-width);height:var(--theme-files-unread-badge-height);padding:0 var(--theme-files-unread-badge-padding-x);border-radius:var(--theme-radius-full);background:var(--theme-primary);color:var(--theme-text-inverse);font-size:var(--font-size-xs);font-weight:700}.ecm-files-folder-card{gap:var(--theme-space-md);padding:var(--theme-space-md);background-color:var(--theme-surface);cursor:pointer;min-height:var(--theme-files-folder-card-min-height)}.ecm-files-folder-card-icon{color:var(--theme-primary)}.ecm-files-folder-card-title{font-size:var(--font-size-md);color:var(--theme-text);word-break:break-word;font-weight:600}.ecm-files-folder-card-meta{font-size:var(--font-size-normal);color:var(--theme-text-muted);opacity:var(--theme-files-item-meta-opacity)}.ecm-files-folder-row{gap:var(--theme-space-md);padding:var(--theme-space-md);background-color:var(--theme-surface);cursor:pointer}.ecm-files-folder-row-icon{color:var(--theme-primary)}.ecm-files-folder-row-title{font-size:var(--font-size-md);color:var(--theme-text);word-break:break-word;flex:1;font-weight:600}.ecm-files-folder-row-meta{font-size:var(--font-size-normal);color:var(--theme-text-muted);opacity:var(--theme-files-item-meta-opacity)}.ecm-files-item-menu-trigger{width:var(--theme-files-item-menu-trigger-size);height:var(--theme-files-item-menu-trigger-size);cursor:pointer;color:var(--theme-text);background:var(--theme-bg)}.ecm-files-item-menu-trigger:focus-visible,.ecm-files-card:focus-visible,.ecm-files-row:focus-visible,.ecm-files-folder-card:focus-visible,.ecm-files-folder-row:focus-visible{outline:var(--theme-focus-ring);outline-offset:var(--theme-focus-ring-offset)}.ecm-files-detail-page{gap:var(--theme-space-md)}.ecm-files-detail-grid{grid-template-columns:minmax(var(--theme-files-detail-sidebar-min), var(--theme-files-detail-sidebar-max)) minmax(0, 1fr);gap:var(--theme-space-md)}.ecm-files-detail-sidebar{gap:var(--theme-space-md)}.ecm-files-detail-main{min-width:0}.ecm-files-detail-tabs-panel{padding:var(--theme-space-md);background:var(--theme-surface);border-radius:var(--theme-radius-md)}.ecm-files-detail-state{padding:var(--theme-space-md);color:var(--theme-text);opacity:var(--theme-files-detail-state-opacity)}.ecm-files-detail-error{padding:var(--theme-space-md);color:var(--theme-danger)}@media screen and (width<=60rem){.ecm-files-detail-grid{grid-template-columns:1fr}}.ecm-files-preview-panel{gap:var(--theme-space-md)}.ecm-files-preview-frame{border:var(--border-width-default) solid var(--theme-files-preview-border);border-radius:var(--theme-radius-md);background:var(--theme-bg);min-height:var(--theme-files-preview-frame-min-height)}.ecm-files-preview-image{max-height:var(--theme-files-preview-image-max-height);-o-object-fit:contain;object-fit:contain}.ecm-files-preview-iframe{min-height:var(--theme-files-preview-iframe-min-height)}.ecm-files-preview-state{gap:var(--theme-files-preview-placeholder-gap);padding:var(--theme-space-md);background:var(--theme-bg);border-radius:var(--theme-radius-md);min-height:var(--theme-files-preview-placeholder-min-height)}.ecm-files-preview-state-title{font-size:var(--font-size-md);color:var(--theme-text);padding:0;font-weight:600}.ecm-files-preview-state-meta{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-item-meta-opacity);padding:0}.ecm-files-preview-actions{gap:var(--theme-space-sm)}.ecm-files-preview-error{font-size:var(--font-size-xs);color:var(--theme-danger);padding:0}.ecm-files-metadata-panel{gap:var(--theme-space-sm);padding:var(--theme-space-md);background:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-files-metadata-title{font-size:var(--font-size-md);color:var(--theme-text);padding:0;font-weight:600}.ecm-files-metadata-list{gap:var(--theme-space-sm)}.ecm-files-metadata-row{grid-template-columns:minmax(var(--theme-files-metadata-label-min), 38%) 1fr;gap:var(--theme-space-sm)}.ecm-files-metadata-row dt{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-item-meta-opacity);padding:0}.ecm-files-metadata-row dd{font-size:var(--font-size-xs);color:var(--theme-text);word-break:break-word;padding:0}.ecm-files-metadata-note{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-metadata-note-opacity);padding:0}.ecm-files-panel-message{font-size:var(--font-size-md);color:var(--theme-text);opacity:var(--theme-files-panel-message-opacity);padding:0}.ecm-files-panel-error{color:var(--theme-danger);font-size:var(--font-size-md);padding:0}.ecm-files-activity-list{gap:var(--theme-space-sm);padding:0;list-style:none}.ecm-files-activity-item{padding:var(--theme-space-sm);background:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-files-activity-item-header{gap:var(--theme-space-sm);align-items:baseline}.ecm-files-activity-item-type{font-size:var(--font-size-xs);color:var(--theme-text);font-weight:600}.ecm-files-activity-item-header time{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-activity-time-opacity)}.ecm-files-activity-item-message{font-size:var(--font-size-md);color:var(--theme-text);padding:0}.ecm-files-activity-item-meta{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-activity-meta-opacity);padding:0}.ecm-files-recipients-table{border-collapse:collapse;font-size:var(--font-size-xs)}.ecm-files-recipients-table th,.ecm-files-recipients-table td{padding:var(--theme-space-sm);text-align:left;border-bottom:var(--border-width-default) solid var(--theme-files-recipients-table-border)}.ecm-files-recipients-table th{color:var(--theme-text);font-weight:600}.ecm-files-comment-item{gap:var(--theme-space-sm);padding:var(--theme-space-sm);background:var(--theme-bg);border-radius:var(--theme-radius-md)}.ecm-files-comment-item-reply{padding-left:calc(var(--theme-space-sm) + var(--theme-files-comment-reply-indent));background:var(--theme-surface);border:var(--border-width-default) solid var(--theme-bg)}.ecm-files-comment-header{gap:var(--theme-space-sm)}.ecm-files-comment-meta{gap:var(--theme-files-comment-meta-gap);min-width:0}.ecm-files-comment-author-row{align-items:baseline;gap:var(--theme-files-item-title-gap)}.ecm-files-comment-author{font-size:var(--font-size-md);color:var(--theme-text);font-weight:600}.ecm-files-comment-company{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-item-meta-opacity)}.ecm-files-comment-date{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-files-comment-date-opacity)}.ecm-files-comment-body{font-size:var(--font-size-md);color:var(--theme-text);white-space:pre-wrap;word-break:break-word;padding:0}.ecm-files-comment-actions{gap:var(--theme-space-sm)}.ecm-files-comment-link{font-size:var(--font-size-xs);color:var(--theme-primary);cursor:pointer;padding:0}.ecm-files-comment-link:disabled{opacity:var(--theme-files-comment-link-disabled-opacity);cursor:not-allowed}.ecm-files-comment-edit{gap:var(--theme-space-sm)}.ecm-files-comment-edit-input{min-height:var(--theme-files-comment-edit-min-height);padding:var(--theme-space-sm);border:var(--border-width-default) solid var(--theme-bg);border-radius:var(--theme-radius-md);font-size:var(--font-size-md);resize:vertical;font-family:inherit}.ecm-files-comment-reply-composer{padding-top:var(--theme-space-sm)}.ecm-files-comment-replies{gap:var(--theme-space-sm);padding-top:var(--theme-space-sm)}.ecm-user-status-modal-footer{gap:var(--theme-modal-footer-gap);padding-top:var(--theme-modal-footer-padding-top);border-top:var(--border-width-default) solid var(--theme-user-status-modal-footer-border)}.ecm-user-status-modal-warning{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-user-status-modal-warning-opacity);padding:0}.ecm-user-status-modal-summary{gap:var(--theme-space-sm) var(--theme-space-md);grid-template-columns:auto 1fr}.ecm-user-status-modal-summary-label{font-size:var(--font-size-xs);color:var(--theme-text);opacity:var(--theme-user-status-modal-summary-label-opacity);padding:0;font-weight:600}.ecm-user-status-modal-summary-value{font-size:var(--font-size-normal);color:var(--theme-text);padding:0}.ecm-user-status-modal-linked-summary{gap:var(--theme-space-sm);padding:var(--theme-space-sm);border-radius:var(--theme-radius-md);background:var(--theme-user-status-modal-linked-bg);border:var(--border-width-default) solid var(--theme-user-status-modal-linked-border)}.ecm-user-status-modal-linked-list{padding:0;font-size:var(--font-size-xs);color:var(--theme-text);padding-inline-start:var(--theme-user-status-modal-linked-list-indent)}.ecm-user-status-modal-linked-list li{padding:0}.ecm-user-status-modal-force-section{gap:var(--theme-modal-body-gap);padding-top:var(--theme-space-md);border-top:var(--border-width-default) solid var(--theme-user-status-modal-force-section-border)}.ecm-user-status-modal-danger-title{font-size:var(--font-size-normal);color:var(--theme-danger);padding:0;font-weight:600}
