:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--crm-canvas:#f8fafc;--crm-surface:#fff;--crm-sidebar:#0b172a;--crm-sidebar-raised:#1e293b;--crm-text:#1e293b;--crm-muted:#64748b;--crm-divider:#e2e8f0;--crm-action:#2563eb;--crm-action-hover:#1d4ed8;--crm-brand-attention:#f59e0b;--crm-control-border:#64748b;--crm-sidebar-text:#f8fafc;--crm-sidebar-muted:#cbd5e1;--crm-sidebar-danger-text:#fecaca;--crm-focus-ring:#2563eb;--crm-success:#15803d;--crm-success-surface:#f0fdf4;--crm-danger:#b91c1c;--crm-danger-surface:#fef2f2;--crm-warning-text:#78350f;--crm-warning-surface:#fffbeb;--crm-on-action:#fff;--crm-surface-subtle:#f1f5f9;--crm-action-surface:#eff6ff;--crm-focus-surface:#dbeafe;--crm-success-border:#86efac;--crm-danger-border:#fecaca;--crm-warning-border:#fde68a;--crm-sidebar-border:#cbd5e13d;--crm-sidebar-hover:#f8fafc1a;--crm-sidebar-subtle:#f8fafc0f;--crm-surface-translucent:#fffffff5;--crm-backdrop:#0b172a7a;--crm-tap-highlight:#2563eb2e;--crm-danger-ring:#b91c1c33;--crm-radius:10px;--crm-radius-sm:8px;--crm-shadow-overlay:0 18px 48px #0b172a3d;--crm-font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--crm-text-xs:.75rem;--crm-text-sm:.8125rem;--crm-text-base:.875rem;--crm-text-lg:1rem;--crm-text-xl:1.375rem;--crm-leading-tight:1.2;--crm-leading-ui:1.35;--crm-leading-body:1.55;--crm-space-1:.25rem;--crm-space-2:.5rem;--crm-space-3:.75rem;--crm-space-4:1rem;--crm-space-5:1.25rem;--crm-space-6:1.5rem;--crm-space-8:2rem;--crm-control-sm:2.25rem;--crm-control:2.375rem;--crm-control-lg:2.5rem;--crm-duration-fast:.12s;--crm-duration-base:.2s;--crm-duration-drawer:.28s;--crm-ease-out:cubic-bezier(0, 0, .2, 1);--crm-ease-in-out:cubic-bezier(.4, 0, .2, 1)}@font-face{font-family:Inter;src:url(/fonts/inter-400.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-500.woff2)format("woff2");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-600.woff2)format("woff2");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/inter-700.woff2)format("woff2");font-style:normal;font-weight:700;font-display:swap}.crm-theme,.crm-theme *,.crm-theme :before,.crm-theme :after{box-sizing:border-box}.crm-theme{background:var(--crm-canvas);min-height:100%;color:var(--crm-text);font-family:var(--crm-font);font-synthesis:none;font-size:var(--crm-text-base);line-height:var(--crm-leading-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}.crm-theme :where(button,input,select,textarea){color:inherit;font:inherit}.crm-theme button,.crm-theme a,.crm-theme input,.crm-theme select{touch-action:manipulation}.crm-theme h1,.crm-theme h2,.crm-theme h3,.crm-theme p{margin:0}.crm-visually-hidden{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;position:absolute!important;overflow:hidden!important}.crm-button{justify-content:center;align-items:center;gap:var(--crm-space-2);min-width:0;min-height:var(--crm-control);padding:0 var(--crm-space-4);border-radius:var(--crm-radius);color:var(--crm-text);cursor:pointer;font-size:var(--crm-text-sm);letter-spacing:.015em;transition:background-color var(--crm-duration-fast) var(--crm-ease-out), border-color var(--crm-duration-fast) var(--crm-ease-out), color var(--crm-duration-fast) var(--crm-ease-out), transform var(--crm-duration-fast) var(--crm-ease-out);-webkit-tap-highlight-color:var(--crm-tap-highlight);background:0 0;border:1px solid #0000;font-weight:600;line-height:1;text-decoration:none;display:inline-flex}.crm-button:hover:not(:disabled){border-color:var(--crm-control-border)}.crm-button:active:not(:disabled){transform:scale(.985)}.crm-button:focus-visible,.crm-icon-button:focus-visible,.crm-sidebar__nav-link:focus-visible,.crm-workspace-switcher:focus-visible,.crm-pipeline-item:focus-visible,.crm-drawer__backdrop:focus-visible{outline:2px solid var(--crm-focus-ring);outline-offset:2px;box-shadow:0 0 0 4px var(--crm-focus-surface)}.crm-button:disabled,.crm-button[aria-disabled=true]{cursor:not-allowed;opacity:.48;transform:none}.crm-button--primary{border-color:var(--crm-action);background:var(--crm-action);color:var(--crm-on-action)}.crm-button--primary:hover:not(:disabled){border-color:var(--crm-action-hover);background:var(--crm-action-hover)}.crm-button--secondary{border-color:var(--crm-divider);background:var(--crm-surface)}.crm-button--secondary:hover:not(:disabled){background:var(--crm-surface-subtle)}.crm-button--quiet{color:var(--crm-muted)}.crm-button--quiet:hover:not(:disabled){background:var(--crm-surface-subtle);color:var(--crm-text);border-color:#0000}.crm-button--danger{border-color:var(--crm-danger-border);background:var(--crm-surface);color:var(--crm-danger)}.crm-button--danger:hover:not(:disabled){border-color:var(--crm-danger);background:var(--crm-danger-surface)}.crm-button--sm{min-height:var(--crm-control-sm);padding-inline:var(--crm-space-3);font-size:var(--crm-text-xs)}.crm-button--lg{min-height:var(--crm-control-lg);padding-inline:var(--crm-space-5);font-size:var(--crm-text-base)}.crm-button--icon{width:var(--crm-control);min-width:var(--crm-control);padding:0}.crm-button--icon.crm-button--sm{width:var(--crm-control-sm);min-width:var(--crm-control-sm)}.crm-button--icon.crm-button--lg{width:var(--crm-control-lg);min-width:var(--crm-control-lg)}.crm-button svg,.crm-icon-button svg{stroke-width:2px;flex:none;width:1rem;height:1rem}.crm-button__spinner{animation:.7s linear infinite crm-spin}@keyframes crm-spin{to{transform:rotate(360deg)}}.crm-field-group{gap:var(--crm-space-2);min-width:0;display:grid}.crm-field-label{color:var(--crm-text);font-size:var(--crm-text-sm);letter-spacing:.01em;font-weight:600;line-height:var(--crm-leading-ui)}.crm-field-required{color:var(--crm-danger)}.crm-field-control{min-width:0;min-height:var(--crm-control);border:1px solid var(--crm-control-border);border-radius:var(--crm-radius);background:var(--crm-surface);transition:border-color var(--crm-duration-fast) var(--crm-ease-out), box-shadow var(--crm-duration-fast) var(--crm-ease-out);align-items:center;display:flex;position:relative}.crm-field-control:hover{border-color:var(--crm-action)}.crm-field-control:focus-within{border-color:var(--crm-focus-ring);box-shadow:0 0 0 3px var(--crm-focus-surface)}.crm-field-control[data-invalid=true]{border-color:var(--crm-danger)}.crm-field-control[data-invalid=true]:focus-within{box-shadow:0 0 0 3px var(--crm-danger-ring)}.crm-field-control[data-disabled=true]{background:var(--crm-surface-subtle);color:var(--crm-muted);cursor:not-allowed}.crm-field-leading,.crm-field-select-icon{color:var(--crm-muted);pointer-events:none;justify-content:center;align-items:center;display:inline-flex}.crm-field-leading{padding-left:var(--crm-space-3)}.crm-field-leading svg,.crm-field-select-icon svg{stroke-width:2px;width:1rem;height:1rem}.crm-input,.crm-select{width:100%;min-width:0;min-height:calc(var(--crm-control) - 2px);color:var(--crm-text);font-size:var(--crm-text-base);background:0 0;border:0;outline:0;line-height:1.35}.crm-input{padding:0 var(--crm-space-3)}.crm-input::placeholder{color:var(--crm-muted)}.crm-input:disabled,.crm-select:disabled{cursor:not-allowed}.crm-input[data-has-leading=true]{padding-left:var(--crm-space-2)}.crm-select{appearance:none;padding:0 var(--crm-control-lg) 0 var(--crm-space-3);cursor:pointer}.crm-field-select-icon{right:var(--crm-space-3);position:absolute}.crm-field-hint,.crm-field-error{font-size:var(--crm-text-xs);letter-spacing:.015em;line-height:1.45}.crm-field-hint{color:var(--crm-muted)}.crm-field-error{color:var(--crm-danger)}.crm-badge{align-items:center;gap:var(--crm-space-1);width:fit-content;max-width:100%;min-height:1.5rem;padding:var(--crm-space-1) var(--crm-space-2);border-radius:var(--crm-radius-sm);font-size:var(--crm-text-xs);letter-spacing:.025em;white-space:nowrap;border:1px solid #0000;font-weight:600;line-height:1.1;display:inline-flex}.crm-badge svg{width:.875rem;height:.875rem}.crm-badge--neutral{border-color:var(--crm-divider);background:var(--crm-surface-subtle);color:var(--crm-text)}.crm-badge--success{border-color:var(--crm-success-border);background:var(--crm-success-surface);color:var(--crm-success)}.crm-badge--danger{border-color:var(--crm-danger-border);background:var(--crm-danger-surface);color:var(--crm-danger)}.crm-badge--info{border-color:var(--crm-divider);background:var(--crm-surface-subtle);color:var(--crm-text)}.crm-card{border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);min-width:0}.crm-card--interactive{transition:border-color var(--crm-duration-fast) var(--crm-ease-out), transform var(--crm-duration-fast) var(--crm-ease-out)}.crm-card--interactive:hover{border-color:var(--crm-control-border);transform:translateY(-1px)}.crm-card__header,.crm-card__content,.crm-card__footer{padding:var(--crm-space-4)}.crm-card__header{justify-content:space-between;align-items:flex-start;gap:var(--crm-space-4);display:flex}.crm-card__header+.crm-card__content,.crm-card__content+.crm-card__footer{padding-top:0}.crm-card__title{color:var(--crm-text);font-size:var(--crm-text-base);letter-spacing:.005em;font-weight:600;line-height:var(--crm-leading-ui);text-wrap:balance}.crm-card__description{max-width:62ch;margin-top:var(--crm-space-1);color:var(--crm-muted);font-size:var(--crm-text-sm);line-height:var(--crm-leading-body);text-wrap:pretty}.crm-card__footer{justify-content:flex-end;align-items:center;gap:var(--crm-space-2);border-top:1px solid var(--crm-divider);flex-wrap:wrap;display:flex}.crm-table-region{border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);overscroll-behavior:contain;width:100%;min-width:0;overflow:auto}.crm-table{border-collapse:collapse;width:100%;min-width:44rem;color:var(--crm-text);font-size:var(--crm-text-sm);font-variant-numeric:tabular-nums}.crm-table__caption{padding:var(--crm-space-3) var(--crm-space-4);border-bottom:1px solid var(--crm-divider);color:var(--crm-muted);font-size:var(--crm-text-xs);letter-spacing:.015em;text-align:left}.crm-table__head{background:var(--crm-surface-subtle)}.crm-table__row{border-bottom:1px solid var(--crm-divider)}.crm-table__body .crm-table__row:last-child,.crm-table__footer .crm-table__row:last-child{border-bottom:0}.crm-table__body .crm-table__row:hover{background:var(--crm-action-surface)}.crm-table__head-cell,.crm-table__cell{padding:var(--crm-space-3) var(--crm-space-4);text-align:left;vertical-align:middle}.crm-table__head-cell{color:var(--crm-text);font-size:var(--crm-text-xs);letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;font-weight:600;line-height:1.2}.crm-table__cell[data-align=center],.crm-table__head-cell[data-align=center]{text-align:center}.crm-table__cell[data-align=right],.crm-table__head-cell[data-align=right]{text-align:right}.crm-table__empty{padding:var(--crm-space-8) var(--crm-space-4);color:var(--crm-muted);text-align:center}.crm-shell{background:var(--crm-canvas);grid-template-columns:15.5rem minmax(0,1fr);min-height:100dvh;display:grid;overflow:hidden}.crm-skip-link{z-index:100;top:var(--crm-space-3);left:var(--crm-space-3);padding:var(--crm-space-3) var(--crm-space-4);border-radius:var(--crm-radius);background:var(--crm-action);color:var(--crm-on-action);transition:transform var(--crm-duration-fast) var(--crm-ease-out);font-weight:700;text-decoration:none;position:fixed;transform:translateY(-180%)}.crm-skip-link:focus-visible{outline:2px solid var(--crm-text);outline-offset:2px;transform:translateY(0)}.crm-shell__desktop-sidebar{min-width:0;min-height:0}.crm-sidebar{background:var(--crm-sidebar);min-width:0;height:100dvh;color:var(--crm-sidebar-text);flex-direction:column;display:flex}.crm-sidebar__header{justify-content:space-between;align-items:center;gap:var(--crm-space-3);min-height:4.25rem;padding:var(--crm-space-3) var(--crm-space-4);border-bottom:1px solid var(--crm-sidebar-border);display:flex}.crm-sidebar__brand{align-items:center;gap:var(--crm-space-3);min-width:0;display:flex}.crm-sidebar__brand-mark{border:1px solid var(--crm-sidebar-border);background:var(--crm-brand-attention);width:1.875rem;height:1.875rem;color:var(--crm-warning-text);font-size:var(--crm-text-sm);letter-spacing:-.02em;border-radius:8px;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.crm-sidebar__brand-copy{min-width:0}.crm-sidebar__brand-name,.crm-sidebar__brand-meta{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.crm-sidebar__brand-name{color:var(--crm-sidebar-text);font-size:var(--crm-text-base);letter-spacing:.005em;font-weight:700;line-height:1.25}.crm-sidebar__brand-meta{margin-top:var(--crm-space-1);color:var(--crm-sidebar-muted);letter-spacing:.045em;text-transform:uppercase;font-size:.6875rem;line-height:1.2}.crm-icon-button{width:var(--crm-control);min-width:var(--crm-control);height:var(--crm-control);border-radius:var(--crm-radius);color:inherit;cursor:pointer;transition:background-color var(--crm-duration-fast) var(--crm-ease-out), color var(--crm-duration-fast) var(--crm-ease-out), transform var(--crm-duration-fast) var(--crm-ease-out);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:inline-flex}.crm-icon-button:hover{background:var(--crm-surface-subtle)}.crm-sidebar .crm-icon-button:hover{background:var(--crm-sidebar-hover)}.crm-icon-button:active{transform:scale(.985)}.crm-workspace-switcher{min-width:0;min-height:var(--crm-control);align-items:center;gap:var(--crm-space-2);margin:var(--crm-space-3) var(--crm-space-3) 0;padding:var(--crm-space-2) var(--crm-space-3);border:1px solid var(--crm-sidebar-border);border-radius:var(--crm-radius);background:var(--crm-sidebar-raised);color:var(--crm-sidebar-text);text-align:left;text-decoration:none;display:flex}button.crm-workspace-switcher{cursor:pointer;width:calc(100% - 1.5rem)}.crm-workspace-switcher:hover{background:var(--crm-sidebar-hover)}.crm-workspace-switcher>svg{width:1rem;height:1rem;color:var(--crm-sidebar-muted);flex:none}.crm-workspace-switcher__copy{flex:1;min-width:0}.crm-workspace-switcher__label,.crm-workspace-switcher__name{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.crm-workspace-switcher__label{color:var(--crm-sidebar-muted);letter-spacing:.055em;text-transform:uppercase;font-size:.6875rem;line-height:1.2}.crm-workspace-switcher__name{margin-top:var(--crm-space-1);font-size:var(--crm-text-sm);font-weight:600;line-height:1.3}.crm-business-unit-switcher{width:100%;position:relative}.crm-business-unit-switcher__menu{z-index:40;top:100%;right:var(--crm-space-3);left:var(--crm-space-3);max-height:min(18rem,100dvh - 8rem);margin:var(--crm-space-2) 0 0;padding:var(--crm-space-1);border:1px solid var(--crm-sidebar-border);border-radius:var(--crm-radius);background:var(--crm-sidebar-raised);box-shadow:var(--crm-shadow-overlay);overscroll-behavior:contain;list-style:none;position:absolute;overflow-y:auto}.crm-business-unit-switcher__menu button{width:100%;min-height:var(--crm-control);justify-content:space-between;align-items:center;gap:var(--crm-space-3);padding:var(--crm-space-2) var(--crm-space-3);border-radius:var(--crm-radius-sm);color:var(--crm-sidebar-muted);cursor:pointer;font-size:var(--crm-text-sm);text-align:left;background:0 0;border:0;font-weight:500;display:flex}.crm-business-unit-switcher__menu button:hover:not(:disabled){background:var(--crm-sidebar-hover);color:var(--crm-sidebar-text)}.crm-business-unit-switcher__menu button[aria-selected=true]{background:var(--crm-action);color:var(--crm-on-action)}.crm-business-unit-switcher__menu button:focus-visible{outline:2px solid var(--crm-sidebar-text);outline-offset:2px}.crm-business-unit-switcher__menu button:disabled{cursor:wait;opacity:.56}.crm-business-unit-switcher__menu button span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.crm-business-unit-switcher__menu button svg{flex:none;width:1rem;height:1rem}.crm-business-unit-switcher .crm-live-status{margin:var(--crm-space-2) var(--crm-space-3) 0;color:var(--crm-sidebar-danger-text);font-size:var(--crm-text-xs);line-height:var(--crm-leading-ui)}.crm-business-unit-switcher .crm-live-status:empty{display:none}.crm-sidebar__scroll{min-height:0;padding:var(--crm-space-3);overscroll-behavior:contain;flex:1;overflow:auto}.crm-sidebar__section+.crm-sidebar__section{margin-top:var(--crm-space-5)}.crm-sidebar__section-label{margin:0 var(--crm-space-2) var(--crm-space-2);color:var(--crm-sidebar-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:600;line-height:1.2}.crm-sidebar__nav-list{gap:var(--crm-space-1);margin:0;padding:0;list-style:none;display:grid}.crm-sidebar__nav-link{min-width:0;min-height:var(--crm-control);align-items:center;gap:var(--crm-space-3);padding:var(--crm-space-2) var(--crm-space-3);border-radius:var(--crm-radius);color:var(--crm-sidebar-muted);font-size:var(--crm-text-sm);transition:background-color var(--crm-duration-fast) var(--crm-ease-out), color var(--crm-duration-fast) var(--crm-ease-out);font-weight:500;line-height:1.25;text-decoration:none;display:flex}.crm-sidebar__nav-link:hover{background:var(--crm-sidebar-hover);color:var(--crm-sidebar-text)}.crm-sidebar__nav-link[aria-current=page]{background:var(--crm-action);color:var(--crm-on-action)}.crm-sidebar__nav-link[aria-disabled=true]{cursor:not-allowed;opacity:.42;pointer-events:none}.crm-sidebar__nav-link>svg{stroke-width:2px;flex:none;width:1rem;height:1rem}.crm-sidebar__nav-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.crm-sidebar__nav-count{min-width:1.3rem;padding:var(--crm-space-1) var(--crm-space-2);border:1px solid var(--crm-sidebar-border);border-radius:var(--crm-radius-sm);color:var(--crm-sidebar-muted);font-variant-numeric:tabular-nums;text-align:center;font-size:.6875rem;line-height:1.35}.crm-sidebar__footer{padding:var(--crm-space-3);border-top:1px solid var(--crm-sidebar-border)}.crm-shell__workspace{flex-direction:column;min-width:0;min-height:100dvh;display:flex}.crm-topbar{z-index:10;align-items:center;gap:var(--crm-space-3);min-width:0;min-height:4.25rem;padding:0 var(--crm-space-5);border-bottom:1px solid var(--crm-divider);background:var(--crm-surface-translucent);display:flex;position:relative}.crm-topbar__menu{display:none}.crm-topbar__copy{flex:1;min-width:0}.crm-topbar__title{color:var(--crm-text);font-size:var(--crm-text-xl);letter-spacing:-.01em;font-weight:700;line-height:var(--crm-leading-tight);text-overflow:ellipsis;text-wrap:balance;white-space:nowrap;overflow:hidden}.crm-topbar__actions{justify-content:flex-end;align-items:center;gap:var(--crm-space-2);min-width:0;display:flex}.crm-user-menu{min-width:0;margin-left:var(--crm-space-1);padding-left:var(--crm-space-3);border-left:1px solid var(--crm-divider);position:relative}.crm-user-menu__trigger{min-width:0;min-height:var(--crm-control);align-items:center;gap:var(--crm-space-2);padding:var(--crm-space-1);border-radius:var(--crm-radius);color:var(--crm-text);cursor:pointer;text-align:left;background:0 0;border:0;display:flex}.crm-user-menu__trigger:hover,.crm-user-menu__trigger[aria-expanded=true]{background:var(--crm-surface-subtle)}.crm-user-menu__trigger:focus-visible,.crm-user-menu__logout:focus-visible{outline:2px solid var(--crm-focus-ring);outline-offset:2px;box-shadow:0 0 0 4px var(--crm-focus-surface)}.crm-user-menu__chevron{width:.875rem;height:.875rem;color:var(--crm-muted);flex:none}.crm-user-menu__popover{z-index:45;top:calc(100% + var(--crm-space-2));border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);width:min(18rem,100vw - 2rem);box-shadow:var(--crm-shadow-overlay);position:absolute;right:0;overflow:hidden}.crm-user-menu__identity{gap:var(--crm-space-1);padding:var(--crm-space-3);border-bottom:1px solid var(--crm-divider);display:grid}.crm-user-menu__identity strong{font-size:var(--crm-text-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-user-menu__identity span,.crm-user-menu__identity time{color:var(--crm-muted);font-size:var(--crm-text-xs);line-height:var(--crm-leading-ui)}.crm-user-menu__error{padding:var(--crm-space-3);border-bottom:1px solid var(--crm-divider);color:var(--crm-danger);font-size:var(--crm-text-xs)}.crm-user-menu__logout{width:100%;min-height:var(--crm-control);align-items:center;gap:var(--crm-space-2);padding:var(--crm-space-2) var(--crm-space-3);color:var(--crm-danger);cursor:pointer;font-size:var(--crm-text-sm);text-align:left;background:0 0;border:0;font-weight:600;display:flex}.crm-user-menu__logout:hover:not(:disabled){background:var(--crm-danger-surface)}.crm-user-menu__logout:disabled{cursor:wait;opacity:.56}.crm-user-menu__logout svg{width:1rem;height:1rem}.crm-topbar__avatar{border-radius:var(--crm-radius);background:var(--crm-sidebar);width:2rem;height:2rem;color:var(--crm-sidebar-text);font-size:var(--crm-text-xs);letter-spacing:.035em;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.crm-topbar__user-copy{min-width:0}.crm-topbar__user-name{text-overflow:ellipsis;white-space:nowrap;max-width:9rem;font-size:var(--crm-text-sm);font-weight:600;line-height:1.25;display:block;overflow:hidden}.crm-shell__main{min-width:0;min-height:0;padding:var(--crm-space-5);overscroll-behavior:contain;flex:1;scroll-margin-top:4.5rem;overflow:auto}.crm-shell__content{width:min(100%,96rem);margin-inline:auto}.crm-drawer{display:none}.crm-metric-grid{gap:var(--crm-space-3);grid-template-columns:repeat(auto-fit,minmax(min(100%,13.5rem),1fr));display:grid}.crm-metric{gap:var(--crm-space-3);min-width:0;padding:var(--crm-space-4);border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);display:grid}.crm-metric__header{justify-content:space-between;align-items:center;gap:var(--crm-space-3);min-width:0;display:flex}.crm-metric__label{min-width:0;color:var(--crm-muted);font-size:var(--crm-text-xs);letter-spacing:.035em;text-overflow:ellipsis;white-space:nowrap;font-weight:600;line-height:1.25;overflow:hidden}.crm-metric__icon{border:1px solid var(--crm-divider);border-radius:var(--crm-radius-sm);width:1.75rem;height:1.75rem;color:var(--crm-text);flex:none;justify-content:center;align-items:center;display:inline-flex}.crm-metric__icon svg{width:.95rem;height:.95rem}.crm-metric__value{color:var(--crm-text);font-variant-numeric:tabular-nums;letter-spacing:-.025em;font-size:1.625rem;font-weight:700;line-height:1}.crm-metric__value a{color:inherit;text-decoration:none}.crm-metric__value a:hover{color:var(--crm-action-hover);text-underline-offset:var(--crm-space-1);text-decoration:underline}.crm-metric__value a:focus-visible,.crm-metric__scope a:focus-visible{outline:2px solid var(--crm-focus-ring);outline-offset:2px;border-radius:var(--crm-radius-sm)}.crm-metric__footer{align-items:center;gap:var(--crm-space-2);min-width:0;color:var(--crm-muted);font-size:var(--crm-text-xs);letter-spacing:.015em;line-height:1.35;display:flex}.crm-metric__delta{align-items:center;gap:var(--crm-space-1);font-variant-numeric:tabular-nums;flex:none;font-weight:600;display:inline-flex}.crm-metric__delta[data-trend=positive]{color:var(--crm-success)}.crm-metric__delta[data-trend=negative]{color:var(--crm-danger)}.crm-metric__delta[data-trend=neutral]{color:var(--crm-muted)}.crm-metric__context{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.crm-metric__scope{gap:var(--crm-space-1) var(--crm-space-2);min-width:0;padding-top:var(--crm-space-3);border-top:1px solid var(--crm-divider);color:var(--crm-muted);letter-spacing:.015em;font-size:.6875rem;line-height:var(--crm-leading-ui);flex-wrap:wrap;display:flex}.crm-metric__scope span{overflow-wrap:anywhere;min-width:0}.crm-metric__scope time{font-variant-numeric:tabular-nums}.crm-metric__scope a{color:var(--crm-action);font-weight:600;text-decoration:none}.crm-metric__scope a:hover{color:var(--crm-action-hover);text-underline-offset:var(--crm-space-1);text-decoration:underline}.crm-metric-definition{border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);padding:var(--crm-space-4)}.crm-metric-definition h2{margin:0 0 var(--crm-space-3);font-size:var(--crm-text-base)}.crm-metric-definition dl{gap:var(--crm-space-3);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.crm-metric-definition dl>div{min-width:0}.crm-metric-definition dt{color:var(--crm-muted);font-size:var(--crm-text-xs);font-weight:600}.crm-metric-definition dd{margin:var(--crm-space-1) 0 0;color:var(--crm-text);font-size:var(--crm-text-sm)}.crm-filter-status{color:var(--crm-muted);font-size:var(--crm-text-sm);margin:0;font-weight:600}.crm-pipeline-region{width:100%;min-width:0;position:relative}.crm-pipeline-region__hint{justify-content:flex-end;align-items:center;gap:var(--crm-space-1);min-height:1.25rem;margin:0 0 var(--crm-space-1);color:var(--crm-muted);font-size:var(--crm-text-xs);font-weight:600;display:flex}.crm-pipeline-region__hint svg{width:1rem;height:1rem}.crm-pipeline-region__viewport{width:100%;min-width:0;padding-bottom:var(--crm-space-2);overscroll-behavior-inline:contain;scrollbar-color:var(--crm-control-border) var(--crm-surface-subtle);scrollbar-width:thin;overflow:auto hidden}.crm-pipeline-region__viewport:focus-visible{outline:2px solid var(--crm-focus-ring);outline-offset:2px;border-radius:var(--crm-radius-sm)}.crm-pipeline-region__viewport::-webkit-scrollbar{height:.5rem}.crm-pipeline-region__viewport::-webkit-scrollbar-track{background:var(--crm-surface-subtle)}.crm-pipeline-region__viewport::-webkit-scrollbar-thumb{border-radius:var(--crm-radius-sm);background:var(--crm-control-border)}.crm-pipeline{align-items:start;gap:var(--crm-space-3);grid-auto-columns:minmax(17.25rem,1fr);grid-auto-flow:column;min-width:max-content;display:grid}.crm-pipeline__stage{border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface-subtle);width:100%;min-width:0;overflow:hidden}.crm-pipeline__stage[data-tone=success]{border-color:var(--crm-success-border)}.crm-pipeline__stage[data-tone=danger]{border-color:var(--crm-danger-border)}.crm-pipeline__stage-header{gap:var(--crm-space-1);padding:var(--crm-space-3);border-bottom:1px solid var(--crm-divider);background:var(--crm-surface);display:grid}.crm-pipeline__stage-heading{justify-content:space-between;align-items:center;gap:var(--crm-space-3);min-width:0;display:flex}.crm-pipeline__stage-title{min-width:0;font-size:var(--crm-text-sm);letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;font-weight:700;line-height:1.3;overflow:hidden}.crm-pipeline__stage-count{color:var(--crm-muted);font-size:var(--crm-text-xs);font-variant-numeric:tabular-nums;letter-spacing:.02em;line-height:1.2}.crm-pipeline__stage-value{color:var(--crm-muted);font-size:var(--crm-text-xs);font-variant-numeric:tabular-nums;letter-spacing:.015em;line-height:1.25}.crm-pipeline__items{gap:var(--crm-space-2);padding:var(--crm-space-2);margin:0;list-style:none;display:grid}.crm-pipeline__empty{padding:var(--crm-space-5) var(--crm-space-3);color:var(--crm-text);font-size:var(--crm-text-xs);text-align:center}.crm-pipeline-item{gap:var(--crm-space-2);width:100%;min-width:0;padding:var(--crm-space-3);border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);color:var(--crm-text);font:inherit;text-align:left;transition:border-color var(--crm-duration-fast) var(--crm-ease-out), transform var(--crm-duration-fast) var(--crm-ease-out);text-decoration:none;display:grid}button.crm-pipeline-item,a.crm-pipeline-item{cursor:pointer}button.crm-pipeline-item:hover,a.crm-pipeline-item:hover{border-color:var(--crm-control-border);transform:translateY(-1px)}.crm-pipeline-item__title{font-size:var(--crm-text-sm);text-overflow:ellipsis;text-wrap:balance;white-space:nowrap;font-weight:600;line-height:1.35;overflow:hidden}.crm-pipeline-item__meta,.crm-pipeline-item__footer{justify-content:space-between;align-items:center;gap:var(--crm-space-2);min-width:0;color:var(--crm-muted);font-size:var(--crm-text-xs);letter-spacing:.015em;line-height:1.3;display:flex}.crm-pipeline-item__meta>span,.crm-pipeline-item__footer>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.crm-pipeline-item__value{color:var(--crm-text);font-variant-numeric:tabular-nums;font-weight:600}@media (max-width:1200px){.crm-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.crm-shell{grid-template-columns:minmax(0,1fr);overflow:visible}.crm-shell__desktop-sidebar{display:none}.crm-topbar{min-height:3.875rem;padding-inline:var(--crm-space-3)}.crm-topbar__menu{display:inline-flex}.crm-topbar__title{font-size:1.125rem}.crm-topbar__user-copy{display:none}.crm-shell__main{padding:var(--crm-space-4)}.crm-drawer{z-index:80;display:block;position:fixed;inset:0}.crm-drawer__backdrop{background:var(--crm-backdrop);cursor:pointer;width:100%;animation:crm-backdrop-in var(--crm-duration-base) var(--crm-ease-out);border:0;position:absolute;inset:0}.crm-drawer__panel{width:min(19rem,100vw - 3rem);box-shadow:var(--crm-shadow-overlay);animation:crm-drawer-in var(--crm-duration-drawer) var(--crm-ease-out);overscroll-behavior:contain;position:absolute;inset:0 auto 0 0}@keyframes crm-backdrop-in{0%{opacity:0}}@keyframes crm-drawer-in{0%{transform:translate(-100%)}}}@media (max-width:640px){.crm-topbar__actions>:not(.crm-user-menu){display:none}.crm-user-menu{border-left:0;margin-left:0;padding-left:0}.crm-shell__main{padding:var(--crm-space-3)}.crm-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-metric{padding:var(--crm-space-3)}.crm-metric__value{font-size:1.375rem}.crm-metric-definition dl{grid-template-columns:1fr}.crm-table-region[data-responsive=stack]{overflow:visible}.crm-table-region[data-responsive=stack] .crm-table{min-width:0;display:block}.crm-table-region[data-responsive=stack] .crm-table__head{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.crm-table-region[data-responsive=stack] .crm-table__body,.crm-table-region[data-responsive=stack] .crm-table__row,.crm-table-region[data-responsive=stack] .crm-table__cell{width:100%;display:block}.crm-table-region[data-responsive=stack] .crm-table__body{display:block}.crm-table-region[data-responsive=stack] .crm-table__row{border-bottom:1px solid var(--crm-divider)}.crm-table-region[data-responsive=stack] .crm-table__body .crm-table__row:last-child{border-bottom:0}.crm-table-region[data-responsive=stack] .crm-table__cell{gap:var(--crm-space-3);padding:var(--crm-space-3);border-bottom:1px solid var(--crm-divider);text-align:right;grid-template-columns:minmax(6.5rem,.8fr) minmax(0,1.2fr);display:grid}.crm-table-region[data-responsive=stack] .crm-table__cell:last-child{border-bottom:0}.crm-table-region[data-responsive=stack] .crm-table__empty{padding:var(--crm-space-6) var(--crm-space-3);text-align:center;display:block}.crm-table-region[data-responsive=stack] .crm-table__cell:before{content:attr(data-label);color:var(--crm-muted);font-size:var(--crm-text-xs);letter-spacing:.045em;text-align:left;text-transform:uppercase;font-weight:600}.crm-pipeline{grid-auto-columns:minmax(calc(100vw - 3.75rem),1fr)}.crm-pipeline-region__viewport{scroll-snap-type:x proximity}.crm-pipeline__stage{scroll-snap-align:start}}@media (max-width:480px){.crm-metric-grid{grid-template-columns:minmax(0,1fr)}}@media (pointer:coarse){.crm-button,.crm-icon-button,.crm-sidebar__nav-link,.crm-workspace-switcher,.crm-business-unit-switcher__menu button,.crm-user-menu__trigger,.crm-user-menu__logout,.crm-text-link,.crm-card__title a,.crm-metric__value a,.crm-metric__scope a,.crm-input,.crm-select,.crm-field-control,.crm-record-link,.crm-tab{min-height:44px}.crm-text-link,.crm-card__title a,.crm-metric__value a,.crm-metric__scope a{align-items:center;min-width:44px;display:inline-flex}.crm-button--icon,.crm-icon-button{width:44px;min-width:44px}}@media (prefers-reduced-motion:reduce){:root{--crm-duration-fast:0s;--crm-duration-base:0s;--crm-duration-drawer:0s}.crm-theme *,.crm-theme :before,.crm-theme :after{scroll-behavior:auto!important;transition-duration:0s!important;animation:none!important}}@media (forced-colors:active){.crm-button,.crm-field-control,.crm-card,.crm-table-region,.crm-metric,.crm-pipeline__stage,.crm-pipeline-item{border-color:canvastext}.crm-sidebar__nav-link[aria-current=page]{outline:2px solid highlight}}
html,body{background:var(--crm-canvas);min-height:100%;margin:0}body{min-width:320px}a{color:inherit}.crm-page-stack{gap:var(--crm-space-4);display:grid}.crm-record-section{min-width:0}.crm-record-section__header{justify-content:space-between;align-items:center;gap:var(--crm-space-3);min-width:0;margin-bottom:var(--crm-space-2);display:flex}.crm-record-section__header h2{font-size:var(--crm-text-base);font-weight:600;line-height:var(--crm-leading-ui);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-dashboard-grid,.crm-split-grid{gap:var(--crm-space-4);grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);align-items:start;display:grid}.crm-card-content--flush,.crm-list-flush{padding:0}.crm-text-link{color:var(--crm-muted);font-size:var(--crm-text-xs);align-items:center;gap:.25rem;font-weight:600;text-decoration:none;display:inline-flex}.crm-text-link:hover{color:var(--crm-text)}.crm-text-link:focus-visible,.crm-record-link:focus-visible,.crm-tab:focus-visible,.crm-modal__close:focus-visible{outline:2px solid var(--crm-focus-ring);outline-offset:2px;box-shadow:0 0 0 4px var(--crm-focus-surface)}.crm-text-link svg{width:.875rem;height:.875rem}.crm-task-list,.crm-simple-list,.crm-detail-list,.crm-funnel-list{margin:0;padding:0;list-style:none}.crm-task-row{align-items:center;gap:var(--crm-space-3);min-height:3.75rem;padding:var(--crm-space-3) var(--crm-space-4);border-top:1px solid var(--crm-divider);grid-template-columns:.5rem minmax(0,1fr) auto;display:grid}.crm-task-row:first-child{border-top:0}.crm-task-row__marker{width:var(--crm-space-2);height:var(--crm-space-2);background:var(--crm-success);border-radius:50%}.crm-task-row__marker[data-priority=high]{background:var(--crm-brand-attention);color:var(--crm-warning-text)}.crm-task-row__copy{gap:var(--crm-space-1);min-width:0;display:grid}.crm-task-row__copy strong,.crm-task-row__copy span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.crm-task-row__copy strong{font-size:var(--crm-text-sm);font-weight:600}.crm-task-row__copy span{color:var(--crm-muted);font-size:var(--crm-text-xs)}.crm-funnel-list{gap:var(--crm-space-4);display:grid}.crm-funnel-row{gap:var(--crm-space-2);display:grid}.crm-funnel-row__label{justify-content:space-between;gap:var(--crm-space-3);color:var(--crm-muted);font-size:var(--crm-text-xs);display:flex}.crm-funnel-row__label strong{color:var(--crm-text);font-variant-numeric:tabular-nums}.crm-progress{height:var(--crm-space-2);background:var(--crm-success-surface);border-radius:999px;overflow:hidden}.crm-progress>span{border-radius:inherit;background:var(--crm-success);height:100%;display:block}.crm-progress>span[data-width="29"]{width:29%}.crm-progress>span[data-width="50"]{width:50%}.crm-progress>span[data-width="64"]{width:64%}.crm-progress>span[data-width="100"]{width:100%}.crm-toolbar{justify-content:space-between;align-items:center;gap:var(--crm-space-3);display:flex}.crm-toolbar__filters{align-items:center;gap:var(--crm-space-2);min-width:0;display:flex}.crm-toolbar__search{width:min(22rem,42vw)}.crm-toolbar__select{width:10rem}.crm-record-link{min-height:var(--crm-control-sm);color:var(--crm-text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;align-items:center;padding:0;font-weight:600;display:inline-flex}.crm-record-link:hover{color:var(--crm-action-hover);text-underline-offset:.15em;text-decoration:underline}.crm-cell-stack{gap:var(--crm-space-1);display:grid}.crm-cell-stack>span{color:var(--crm-muted);font-size:var(--crm-text-xs)}.crm-cell-money{font-variant-numeric:tabular-nums;font-weight:600}.crm-pagination{justify-content:space-between;align-items:center;gap:var(--crm-space-3);padding:var(--crm-space-3) var(--crm-space-4);border:1px solid var(--crm-divider);border-radius:0 0 var(--crm-radius) var(--crm-radius);background:var(--crm-surface);color:var(--crm-muted);font-size:var(--crm-text-xs);border-top:0;display:flex}.crm-inline-actions{justify-content:flex-end;align-items:center;gap:var(--crm-space-1);display:flex}.crm-detail-panel{z-index:70;border-left:1px solid var(--crm-divider);background:var(--crm-surface);width:min(28rem,100vw);box-shadow:var(--crm-shadow-overlay);animation:crm-panel-in var(--crm-duration-base) var(--crm-ease-out);position:fixed;inset:0 0 0 auto;overflow-y:auto}.crm-detail-panel__header,.crm-detail-panel__section,.crm-detail-panel__footer{padding:var(--crm-space-4)}.crm-detail-panel__header{z-index:1;justify-content:space-between;align-items:flex-start;gap:var(--crm-space-3);border-bottom:1px solid var(--crm-divider);background:var(--crm-surface-translucent);display:flex;position:sticky;top:0}.crm-detail-panel__header h2{font-size:var(--crm-text-xl);line-height:var(--crm-leading-tight)}.crm-detail-panel__header p{color:var(--crm-muted);font-size:var(--crm-text-sm);margin-top:.25rem}.crm-detail-panel__section{border-bottom:1px solid var(--crm-divider)}.crm-detail-panel__section h3{margin-bottom:var(--crm-space-3);color:var(--crm-muted);font-size:var(--crm-text-xs);letter-spacing:.06em;text-transform:uppercase}.crm-detail-list{gap:var(--crm-space-3);display:grid}.crm-detail-list li{justify-content:space-between;gap:var(--crm-space-4);display:flex}.crm-detail-list span{color:var(--crm-muted);font-size:var(--crm-text-sm)}.crm-detail-list strong{font-size:var(--crm-text-sm);text-align:right}.crm-detail-panel__footer{gap:var(--crm-space-2);display:flex}.crm-detail-backdrop,.crm-modal-backdrop{z-index:65;background:var(--crm-backdrop);border:0;position:fixed;inset:0}.crm-modal-backdrop{z-index:90;padding:var(--crm-space-4);place-items:center;display:grid}.crm-modal-backdrop--confirm{z-index:100}.crm-modal{border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);width:min(32rem,100%);max-height:calc(100vh - 2rem);box-shadow:var(--crm-shadow-overlay);overflow-y:auto}.crm-modal__header{justify-content:space-between;align-items:center;gap:var(--crm-space-3);padding:var(--crm-space-4);border-bottom:1px solid var(--crm-divider);display:flex}.crm-modal__header h2{font-size:var(--crm-text-lg)}.crm-modal__body{gap:var(--crm-space-3);padding:var(--crm-space-4);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.crm-confirm-dialog{width:min(27rem,100%)}.crm-confirm-dialog__body{padding:var(--crm-space-4);color:var(--crm-muted);font-size:var(--crm-text-sm)}.crm-modal__field-wide{grid-column:1/-1}.crm-modal__footer{justify-content:flex-end;gap:var(--crm-space-2);padding:var(--crm-space-3) var(--crm-space-4);border-top:1px solid var(--crm-divider);display:flex}.crm-live-status{min-height:1.25rem;padding-inline:var(--crm-space-4);color:var(--crm-success);font-size:var(--crm-text-xs)}.crm-pipeline-toolbar{justify-content:space-between;align-items:center;gap:var(--crm-space-3);display:flex}.crm-segmented{padding:var(--crm-space-1);border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);display:inline-flex}.crm-tab{min-height:var(--crm-control-sm);border-radius:var(--crm-radius-sm);padding:0 var(--crm-space-3);color:var(--crm-muted);cursor:pointer;font-size:var(--crm-text-xs);background:0 0;border:0;font-weight:600}.crm-tab[aria-selected=true]{background:var(--crm-action);color:var(--crm-on-action)}.crm-module-grid{gap:var(--crm-space-4);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.crm-module-stat{gap:var(--crm-space-2);padding:var(--crm-space-4);border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);display:grid}.crm-module-stat span{color:var(--crm-muted);font-size:var(--crm-text-xs);letter-spacing:.04em;text-transform:uppercase;font-weight:600}.crm-module-stat strong{font-variant-numeric:tabular-nums;font-size:1.75rem;line-height:1}.crm-empty-action{min-height:16rem;padding:var(--crm-space-8);text-align:center;place-items:center;display:grid}.crm-empty-action svg{width:1.5rem;height:1.5rem;margin-bottom:var(--crm-space-3);color:var(--crm-muted)}.crm-empty-action strong{margin-bottom:var(--crm-space-4);font-size:var(--crm-text-lg);display:block}.crm-operation-state{align-content:center;justify-items:center;gap:var(--crm-space-3);min-height:12rem;padding:var(--crm-space-8);border-block:1px solid var(--crm-divider);background:var(--crm-surface);color:var(--crm-text);text-align:center;display:grid}.crm-operation-state>svg{width:1.5rem;height:1.5rem;color:var(--crm-muted);stroke-width:2px}.crm-operation-state[data-state-tone=action]>svg{color:var(--crm-action)}.crm-operation-state[data-state-tone=warning]>svg{color:var(--crm-warning-text)}.crm-operation-state[data-state-tone=success]>svg{color:var(--crm-success)}.crm-operation-state[data-state-tone=danger]>svg{color:var(--crm-danger)}.crm-operation-state[data-state-kind=loading]>svg,.crm-operation-state[data-state-kind=syncing]>svg{animation:.7s linear infinite crm-spin}.crm-operation-state>strong{max-width:65ch;font-size:var(--crm-text-lg);font-weight:600;line-height:var(--crm-leading-ui);text-wrap:balance}.crm-operation-state__details{max-width:65ch;color:var(--crm-muted);font-size:var(--crm-text-sm);line-height:var(--crm-leading-body);text-wrap:pretty}.crm-operation-state__action{justify-content:center;gap:var(--crm-space-2);flex-wrap:wrap;display:flex}.crm-state-gallery-page{min-height:100dvh;padding:var(--crm-space-6) var(--crm-space-4)}.crm-state-gallery-page>h1,.crm-state-gallery{width:min(56rem,100%);margin-inline:auto}.crm-state-gallery-page>h1{margin-bottom:var(--crm-space-4);font-size:var(--crm-text-xl);line-height:var(--crm-leading-tight);text-wrap:balance}.crm-state-gallery{border-top:1px solid var(--crm-divider)}.crm-state-gallery>.crm-operation-state{border-top:0;min-height:8rem}.crm-login-page{min-height:100vh;padding:var(--crm-space-4);background:var(--crm-canvas);place-items:center;display:grid}.crm-login-card{border:1px solid var(--crm-divider);border-radius:var(--crm-radius);background:var(--crm-surface);width:min(25rem,100%)}.crm-login-card__brand{align-items:center;gap:var(--crm-space-3);padding:var(--crm-space-5);border-bottom:1px solid var(--crm-divider);display:flex}.crm-login-card__mark{border-radius:var(--crm-radius-sm);background:var(--crm-brand-attention);width:2.25rem;height:2.25rem;color:var(--crm-warning-text);place-items:center;font-weight:700;display:grid}.crm-login-card__brand strong,.crm-login-card__brand span:not(.crm-login-card__mark){display:block}.crm-login-card__brand strong{font-size:var(--crm-text-lg)}.crm-login-card__brand span:not(.crm-login-card__mark){color:var(--crm-muted);font-size:var(--crm-text-xs)}.crm-login-form{gap:var(--crm-space-4);padding:var(--crm-space-5);display:grid}.crm-login-form .crm-button{width:100%}.crm-form-error{min-height:1.25rem;color:var(--crm-danger);font-size:var(--crm-text-xs)}@keyframes crm-panel-in{0%{transform:translate(100%)}}@media (max-width:900px){.crm-dashboard-grid,.crm-split-grid{grid-template-columns:minmax(0,1fr)}.crm-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.crm-toolbar,.crm-pipeline-toolbar{flex-direction:column;align-items:stretch}.crm-toolbar__filters{grid-template-columns:minmax(0,1fr);display:grid}.crm-toolbar__search,.crm-toolbar__select{width:auto}.crm-toolbar>.crm-button,.crm-pipeline-toolbar>.crm-button{width:100%}.crm-modal-backdrop{align-items:end;padding:0}.crm-modal{border-radius:var(--crm-radius) var(--crm-radius) 0 0;width:100%;max-height:92vh}.crm-modal__body{grid-template-columns:minmax(0,1fr)}.crm-modal__field-wide{grid-column:auto}.crm-detail-panel{width:100%}.crm-module-grid{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){.crm-detail-panel{animation:none}}
