:root{--color-primary:#1f2a5a;--color-primary-hover:#2a3770;--color-primary-dark:#0f1a3a;--color-accent:#c9a24a;--color-accent-soft:#e0c27a;--topbar-bg:#0f1a3a;--topbar-hover:#f5f7fa;--color-bg:#fff;--color-bg-app:#f3f5f8;--color-bg-secondary:#f8fafc;--color-bg-muted:#eef2f7;--color-border:#dde3ec;--color-border-strong:#c8d1de;--color-text-primary:#182033;--color-text-secondary:#667085;--color-text-muted:#8a94a6;--color-success:#2e7d32;--color-warning:#ed6c02;--color-error:#d32f2f;--color-info:#2563eb;--shadow-sm:0 1px 2px #0f1a3a0f;--shadow-md:0 10px 30px #0f1a3a1f;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--bg:var(--color-bg-app);--border:var(--color-border);--text:var(--color-text-primary);--muted:var(--color-text-secondary);--accent:var(--color-primary);--accent-hover:var(--color-primary-hover);--ok:var(--color-success);--warn:var(--color-warning);--err:var(--color-error);--top-height:48px;--font:Inter, "Segoe UI", Roboto, system-ui, sans-serif;--font-display:Poppins, Inter, "Segoe UI", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);min-width:1280px;height:100%;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:13px;line-height:1.45}#root{height:100%}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:12px}.app-loading{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-page{background:#f5f7fa;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-page--loading{background:#f5f7fa}.login-loading-text{color:var(--color-text-secondary);font-size:14px}.login-card{border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-md);background:#fff;border:1px solid #e1e5eb;padding:32px}.login-brand{justify-content:center;margin-bottom:24px;display:flex}.login-logos{flex-direction:row;justify-content:center;align-items:center;gap:12px;display:flex}.login-logo{object-fit:contain;width:auto;max-width:120px;height:34px;max-height:36px;display:block}.login-heading{font-family:var(--font-display);color:var(--color-text-primary);text-align:center;letter-spacing:-.02em;margin:0 0 24px;font-size:19px;font-weight:500;line-height:1.3}.login-form{flex-direction:column;gap:0;display:flex}.login-field{margin-bottom:16px}.login-field:last-of-type{margin-bottom:0}.login-label{color:var(--color-text-primary);margin-bottom:8px;font-size:13px;font-weight:400;line-height:1.35;display:block}.login-input{width:100%;height:42px;font-family:var(--font);color:var(--color-text-primary);border-radius:var(--radius-md);background:#fff;border:1px solid #e1e5eb;outline:none;padding:0 12px;font-size:14px;line-height:1.35;transition:border-color .15s,box-shadow .15s;display:block}.login-input::placeholder{color:var(--color-text-secondary);opacity:.85}.login-input:hover:not(:disabled){border-color:var(--color-border-strong)}.login-input:disabled{opacity:.65;cursor:not-allowed;background:#f9fafb}.login-error{color:var(--color-error);margin:8px 0 0;font-size:13px;line-height:1.4}.login-submit{width:100%;height:42px;font-family:var(--font);color:#fff;border-radius:var(--radius-md);cursor:pointer;background:#1f2a5a;border:1px solid #1f2a5a;outline:none;margin-top:24px;padding:0 16px;font-size:14px;font-weight:500;line-height:1;transition:background .15s,border-color .15s}.login-submit:disabled{opacity:.55;cursor:not-allowed}.login-footer{border-top:1px solid #e1e5eb;justify-content:center;align-items:center;gap:8px;margin-top:32px;padding-top:24px;display:flex}.login-footer-link{color:var(--color-text-secondary);font-size:12px;text-decoration:none}.login-footer-link:hover{color:#1f2a5a;text-decoration:underline}.login-footer-sep{color:#d1d5db;-webkit-user-select:none;user-select:none;font-size:12px}.login-maintenance-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.login-maintenance-modal{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;width:100%;max-width:440px;padding:24px;display:flex}.login-maintenance-badge{text-transform:uppercase;letter-spacing:.04em;color:#92400e;background:#fef3c7;border-radius:6px;align-self:flex-start;padding:4px 8px;font-size:11px;font-weight:700}.login-maintenance-title{margin:0;font-size:1.15rem}.login-maintenance-body,.login-maintenance-meta,.login-maintenance-hint{color:#475569;margin:0;font-size:14px;line-height:1.5}.login-maintenance-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.login-maintenance-link{color:#0b3d78;font-size:14px;font-weight:600}.app-root{flex-direction:column;min-width:1280px;height:100%;min-height:100vh;display:flex}.brand-logos{flex-direction:row;flex-shrink:0;align-items:center;gap:10px;display:flex}.brand-logos--topbar{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:5px 10px}.brand-logos .brand-logo{object-fit:contain;width:auto;display:block}.brand-logos--topbar .brand-logo{height:26px;max-height:28px}.brand-logos__text{font-family:var(--font-display);letter-spacing:.02em;color:var(--color-primary-dark);font-size:14px;font-weight:700}.topbar{flex:0 0 var(--top-height);background:var(--topbar-bg);color:#fff;border:none;align-items:center;gap:16px;padding:0 22px;font-size:13px;display:flex;box-shadow:0 1px #0f1a3a2e}.topbar-left{flex-shrink:0;align-items:center;gap:14px;display:flex}.topbar-center{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.topbar-context{color:#ffffff8c;text-overflow:ellipsis;white-space:nowrap;max-width:min(420px,40vw);font-size:12px;overflow:hidden}.topbar-right{flex-shrink:0;align-items:center;gap:14px;display:flex}.topbar-before-user{flex-shrink:0;align-items:center;display:flex}.topbar-user{text-overflow:ellipsis;white-space:nowrap;color:#fff;max-width:220px;overflow:hidden}.topbar-platform{letter-spacing:.04em;color:var(--color-accent);text-transform:uppercase;font-size:12px;font-weight:600}.topbar-sep{color:#ffffff59;-webkit-user-select:none;user-select:none;font-weight:300}.topbar-btn-logout{font:inherit;border-radius:var(--radius-md);color:#fff;cursor:pointer;box-shadow:none;background:0 0;border:1px solid #ffffff80;padding:6px 12px;font-size:13px}.topbar-btn-logout:hover{background:var(--topbar-hover);color:var(--color-primary-dark);border-color:var(--topbar-hover)}.topbar-btn-logout:focus-visible{outline:1px solid var(--color-accent);outline-offset:2px}.shell-outlet{background:var(--bg);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.ui-page{width:100%;color:var(--text);padding:18px 20px;overflow:auto}.ui-page-error{margin:24px}.ui-stack{gap:var(--space-4);flex-direction:column;display:flex}.ui-stack--tight{gap:14px}.ui-list-lines{gap:4px;display:grid}.ui-btn{justify-content:center;align-items:center;gap:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-md);height:38px;font:inherit;background:var(--color-bg);color:var(--text);cursor:pointer;white-space:nowrap;padding:0 16px;font-size:13px;font-weight:650;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex;box-shadow:0 1px #0f1a3a08}.ui-btn:hover:not(:disabled){background:var(--color-bg-secondary);border-color:var(--color-border-strong)}.ui-btn:focus-visible{outline-offset:2px;outline:2px solid #1f2a5a38}.ui-btn:disabled{opacity:.55;cursor:not-allowed}.ui-btn--primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary);font-weight:600}.ui-btn--primary:hover:not(:disabled){background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.ui-btn--secondary{background:var(--color-bg);color:var(--color-primary)}.ui-btn--ghost{box-shadow:none;background:0 0;border-color:#0000}.ui-btn--ghost:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.ui-btn--danger{background:var(--color-error);color:#fff;border-color:var(--color-error);font-weight:600}.ui-btn--danger:hover:not(:disabled){filter:brightness(1.05)}.ui-btn--success{background:var(--color-success);color:#fff;border-color:var(--color-success);font-weight:600}.ui-btn--success:hover:not(:disabled){filter:brightness(1.05)}.ui-btn--outline{background:var(--color-bg);color:var(--color-primary);font-weight:600}.ui-btn--outline:hover:not(:disabled){background:var(--color-bg-secondary)}.ui-btn--compact{height:32px;padding:0 12px;font-size:12px}.ui-btn--icon{width:34px;height:34px;color:var(--color-text-secondary);background:0 0;border:1px solid #0000;padding:0;font-size:16px}.ui-btn--icon:hover:not(:disabled){background:var(--color-bg-secondary);border-color:var(--border);color:var(--color-primary)}.ui-input{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;height:38px;font:inherit;color:var(--text);background:var(--color-bg);outline:none;padding:0 12px;font-size:13px;transition:border-color .15s,box-shadow .15s,background .15s;display:block}.ui-input:hover:not(:disabled){border-color:var(--color-border-strong)}.ui-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #1f2a5a1f}.ui-input:disabled{opacity:.65;cursor:not-allowed;background:var(--color-bg-muted)}select.ui-input{cursor:pointer}.ui-input--textarea{resize:vertical;height:auto;min-height:104px;padding:10px 12px;line-height:1.45}.ui-field{min-width:0;margin-bottom:16px}.ui-field--full{grid-column:1/-1}.ui-field__label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.ui-field--invalid .ui-input,.ui-field--invalid select.ui-input{border-color:var(--color-error);box-shadow:0 0 0 1px #d32f2f2e}.ui-field__hint{margin-top:4px;font-size:12px;line-height:1.35;display:block}.ui-field__hint--error{color:var(--color-error)}.ui-card{background:var(--color-bg);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:18px;padding:22px 24px}.ui-card__title{color:var(--text);letter-spacing:.02em;margin:0 0 18px;font-size:14px;font-weight:700}.ui-card__title--flush{margin-top:0}.ui-page-header{justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:18px 0;display:flex}.ui-page-header__text{min-width:0}.ui-page-header__title{font-family:var(--font-display);color:var(--text);margin:0;font-size:20px;font-weight:650}.ui-page-header__subtitle{color:var(--muted);margin:6px 0 0;font-size:12px}.ui-page-header__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.ui-toolbar{flex-wrap:nowrap;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:2px;display:flex;overflow-x:auto}.ui-toolbar--between{flex-wrap:wrap;justify-content:space-between;overflow-x:visible}.ui-toolbar__filters{flex-wrap:nowrap;flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ui-toolbar__actions{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}@media (width<=1200px){.ui-toolbar{flex-wrap:wrap;overflow-x:visible}.ui-toolbar__filters{flex-wrap:wrap}}.ui-badge{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;min-width:64px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex}.ui-badge--success{color:var(--color-success);background:#2e7d321f}.ui-badge--warning{color:var(--color-warning);background:#ed6c021f}.ui-badge--danger{color:var(--color-error);background:#d32f2f1f}.ui-badge--neutral{background:var(--color-bg-muted);color:var(--color-text-secondary)}.ui-badge--info{color:var(--color-primary);background:#1f2a5a1a}.ui-modal-backdrop{padding:var(--space-6);z-index:50;background:#0f1a3a6b;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ui-modal-card{border:1px solid var(--border);border-radius:var(--radius-lg);width:min(760px,92vw);max-height:86vh;box-shadow:var(--shadow-md);background:#fff;padding:0;overflow:auto}.ui-modal-title{font-family:var(--font-display);color:var(--text);border-bottom:1px solid var(--border);margin:0;padding:18px 22px;font-size:18px;font-weight:600}.ui-modal-body{margin-bottom:0;padding:18px 22px}.ui-modal-body--form{flex-direction:column;gap:12px;display:flex}.ui-modal-footer{border-top:1px solid var(--border);background:var(--color-bg-secondary);border-radius:0 0 var(--radius-lg) var(--radius-lg);justify-content:flex-end;gap:8px;padding:14px 22px;display:flex}.ui-error{color:var(--color-error);background:#d32f2f0f;border:1px solid #d32f2f26;border-radius:6px;margin:0 0 12px;padding:10px 14px;font-size:13px}.ui-info{color:var(--color-primary);background:#1f2a5a14;border:1px solid #1f2a5a2e;border-radius:6px;margin:0 0 12px;padding:10px 14px;font-size:13px}.ui-dl{grid-template-columns:auto 1fr;gap:8px 20px;max-width:480px;margin:0;font-size:13px;display:grid}.ui-dl dt{color:var(--muted);margin:0;font-weight:600}.ui-dl dd{margin:0}.ui-hint{color:var(--muted);margin:4px 0 0;font-size:12px}.ui-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;display:grid}.ui-grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:0 16px;display:grid}@media (width<=1100px){.ui-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.ui-grid-2,.ui-grid-3{grid-template-columns:1fr}}:root{--rct-color-tree-bg:#f6f8fa;--rct-color-tree-focus-outline:#0366d6;--rct-color-focustree-item-selected-bg:#e8eaed;--rct-color-focustree-item-selected-text:inherit;--rct-color-focustree-item-focused-border:#0366d6;--rct-color-focustree-item-draggingover-bg:#ebf0f4;--rct-color-focustree-item-draggingover-color:inherit;--rct-color-nonfocustree-item-selected-bg:#e8eaed;--rct-color-nonfocustree-item-selected-text:inherit;--rct-color-nonfocustree-item-focused-border:#dbdbdb;--rct-color-search-highlight-bg:#a2aed2;--rct-color-drag-between-line-bg:#0366d6;--rct-color-arrow:#373a3f;--rct-item-height:22px;--rct-color-renaming-input-submitbutton-bg:inherit;--rct-color-renaming-input-submitbutton-bg-hover:#0366d6;--rct-color-renaming-input-submitbutton-bg-active:#095fc1;--rct-color-renaming-input-submitbutton-text:inherit;--rct-color-renaming-input-submitbutton-text-hover:#fff;--rct-color-renaming-input-submitbutton-text-active:#fff}.rct-tree-root{background-color:var(--rct-color-tree-bg);padding:4px 0;font-family:sans-serif}.rct-tree-root-focus{outline:1px solid var(--rct-color-tree-focus-outline)}.rct-tree-item-li{margin:0;padding:0;font-size:.8rem;list-style-type:none}.rct-tree-item-title-container{padding-left:var(--depthOffset,0px);border-top:1px solid #0000;border-bottom:1px solid #0000;align-items:center;display:flex}.rct-tree-item-button{box-sizing:border-box;font-family:inherit;font-size:inherit;width:100%;height:var(--rct-item-height);text-align:left;color:inherit;background-color:#0000;border:none;outline:none;flex-grow:1;align-items:center;display:flex}.rct-tree-item-arrow,.rct-tree-item-arrow svg{width:10px}.rct-tree-item-arrow-path{fill:var(--rct-color-arrow)}.rct-tree-items-container{margin:0;padding:0}.rct-tree-root:not(.rct-tree-root-focus) .rct-tree-item-title-container-selected{background-color:var(--rct-color-nonfocustree-item-selected-bg);color:var(--rct-color-nonfocustree-item-selected-text)}.rct-tree-root.rct-tree-root-focus .rct-tree-item-title-container-selected{background-color:var(--rct-color-focustree-item-selected-bg);color:var(--rct-color-focustree-item-selected-text)}.rct-tree-root.rct-tree-root-focus .rct-tree-item-title-container-focused{border-color:var(--rct-color-focustree-item-focused-border);outline:none}.rct-tree-root:not(.rct-tree-root-focus) .rct-tree-item-title-container-focused{border-color:var(--rct-color-nonfocustree-item-focused-border);outline:none}.rct-tree-item-title-container-dragging-over{background-color:var(--rct-color-focustree-item-draggingover-bg);color:var(--rct-color-focustree-item-draggingover-color)}.rct-tree-item-button-search-match{font-style:italic}.rct-tree-item-search-highlight{background-color:var(--rct-color-search-highlight-bg)}.rct-tree-drag-between-line{background-color:var(--rct-color-drag-between-line-bg);height:4px;position:absolute;top:-2px;right:0}.rct-tree-drag-between-line-top{top:0}.rct-tree-drag-between-line-bottom{top:-4px}.rct-tree-search-input-container{width:120px;position:absolute;top:0;right:0}.rct-tree-search-input{width:120px;position:fixed}.rct-tree-item-renaming-form{flex-grow:1;display:flex}.rct-tree-item-renaming-input{background-color:inherit;color:inherit;border:none;outline:none;flex-grow:1}.rct-tree-item-renaming-submit-button{background-color:var(--rct-color-renaming-input-submitbutton-bg);color:var(--rct-color-renaming-input-submitbutton-text);cursor:pointer;border:none;border-radius:999px}.rct-tree-item-renaming-submit-button:hover{background-color:var(--rct-color-renaming-input-submitbutton-bg-hover);color:var(--rct-color-renaming-input-submitbutton-text-hover)}.rct-tree-item-renaming-submit-button:active{background-color:var(--rct-color-renaming-input-submitbutton-bg-active);color:var(--rct-color-renaming-input-submitbutton-text-active)}:root{--rct-color-tree-bg:transparent;--rct-item-height:28px;--rct-color-search-highlight-bg:#acccf1;--rct-color-tree-focus-outline:transparent;--rct-item-margin:1px;--rct-item-padding:8px;--rct-radius:4px;--rct-bar-offset:6px;--rct-bar-width:4px;--rct-bar-color:#0366d6;--rct-focus-outline:#000;--rct-color-focustree-item-selected-bg:#f0f2f5;--rct-color-focustree-item-hover-bg:#f0f2f5;--rct-color-focustree-item-hover-text:inherit;--rct-color-focustree-item-active-bg:#e4e6eb;--rct-color-focustree-item-active-text:#4f4f4f;--rct-arrow-size:10px;--rct-arrow-container-size:16px;--rct-arrow-padding:6px;--rct-cursor:pointer;--rct-search-width:120px;--rct-search-height:16px;--rct-search-padding:8px;--rct-search-border:#b4b7bd;--rct-search-border-bottom:#0366d6;--rct-search-bg:#f8f9fa;--rct-search-text:#000;--rct-search-text-offset:calc(var(--rct-search-padding) * 2 + 16px);--rct-search-container-width:calc(var(--rct-search-width) + var(--rct-search-text-offset) + var(--rct-search-padding) + 2px)}.rct-dark{--rct-color-search-highlight-bg:#2f5381;--rct-bar-color:#1d7be5;--rct-focus-outline:#fff;--rct-color-focustree-item-selected-text:#fff;--rct-color-focustree-item-selected-bg:#373737;--rct-color-focustree-item-hover-bg:#373737;--rct-color-focustree-item-hover-text:#fff;--rct-color-focustree-item-active-bg:#313131;--rct-color-focustree-item-active-text:#fff;--rct-color-focustree-item-draggingover-bg:#313131;--rct-color-focustree-item-draggingover-color:#fff;--rct-color-arrow:#fff;--rct-search-border:#4f4f4f;--rct-search-border-bottom:#1d7be5;--rct-search-bg:#373737;--rct-search-text:#fff;--rct-search-text-offset:calc(var(--rct-search-padding) * 2 + 16px)}.rct-tree-item-button{padding:0 var(--rct-item-padding) 0 calc(var(--rct-item-padding) + var(--rct-arrow-container-size) + var(--rct-arrow-padding));margin-left:calc(-1 * var(--rct-arrow-size));cursor:var(--rct-cursor);transition:color .1s ease-out,background-color .1s ease-out}.rct-tree-item-button:focus-visible{outline:2px solid var(--rct-focus-outline)}.rct-tree-item-button:hover{background-color:var(--rct-color-focustree-item-hover-bg);color:var(--rct-color-focustree-item-hover-text)}.rct-tree-item-button:active{background-color:var(--rct-color-focustree-item-active-bg);color:var(--rct-color-focustree-item-active-text)}.rct-tree-item-title-container-selected .rct-tree-item-button{background-color:var(--rct-color-focustree-item-selected-bg);color:var(--rct-color-focustree-item-selected-text)}.rct-tree-item-title-container-selected .rct-tree-item-button:before{content:" ";top:calc(var(--rct-bar-offset) + var(--rct-item-margin));left:calc(-.5 * var(--rct-bar-width));height:calc(var(--rct-item-height) - 2 * var(--rct-bar-offset));width:var(--rct-bar-width);background-color:var(--rct-bar-color);border-radius:99px;position:absolute}.rct-tree-item-button{margin-top:var(--rct-item-margin);margin-bottom:var(--rct-item-margin);border-radius:var(--rct-radius);position:relative}.rct-tree-item-title-container-dragging-over .rct-tree-item-button{background-color:var(--rct-color-focustree-item-draggingover-bg);color:var(--rct-color-focustree-item-draggingover-color)}.rct-tree-item-title-container{border:none;background-color:unset!important}.rct-tree-item-arrow{z-index:1;margin-right:calc(-1 * var(--rct-arrow-container-size) + var(--rct-arrow-padding));width:var(--rct-arrow-container-size);height:var(--rct-arrow-container-size);border-radius:var(--rct-radius);cursor:var(--rct-cursor);place-content:center;display:flex}.rct-tree-item-arrow.rct-tree-item-arrow-isFolder:hover{background-color:var(--rct-color-focustree-item-hover-bg);color:var(--rct-color-focustree-item-hover-text)}.rct-tree-item-arrow svg{width:var(--rct-arrow-size)}.rct-tree-item-renaming-submit-button{border-radius:var(--rct-radius);visibility:hidden}.rct-tree-drag-between-line{border-radius:99px;height:3px}.rct-tree-search-input-container{width:var(--rct-search-container-width)}.rct-tree-search-input{width:var(--rct-search-width);height:var(--rct-search-height);padding:var(--rct-search-padding);padding-left:var(--rct-search-text-offset);border:1px solid var(--rct-search-border);border-bottom:2px solid var(--rct-search-border-bottom);border-radius:var(--rct-radius);background-color:var(--rct-search-bg);color:var(--rct-search-text);margin:0}.rct-tree-search-input:focus{outline:none}.rct-tree-input-icon{content:url(data:image/svg+xml,%3Csvg%20stroke%3D%22currentColor%22%20fill%3D%22currentColor%22%20stroke-width%3D%220%22%20viewBox%3D%220%200%2016%2016%22%20height%3D%221em%22%20width%3D%221em%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.742%2010.344a6.5%206.5%200%201%200-1.397%201.398h-.001c.03.04.062.078.098.115l3.85%203.85a1%201%200%200%200%201.415-1.414l-3.85-3.85a1.007%201.007%200%200%200-.115-.1zM12%206.5a5.5%205.5%200%201%201-11%200%205.5%205.5%200%200%201%2011%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);transform:translateY(var(--rct-search-padding)) translateX(var(--rct-search-padding));z-index:1;position:fixed}.rct-dark .rct-tree-input-icon{content:url(data:image/svg+xml,%3Csvg%20stroke%3D%22%23ffffff%22%20fill%3D%22%23ffffff%22%20stroke-width%3D%220%22%20viewBox%3D%220%200%2016%2016%22%20height%3D%221em%22%20width%3D%221em%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M11.742%2010.344a6.5%206.5%200%201%200-1.397%201.398h-.001c.03.04.062.078.098.115l3.85%203.85a1%201%200%200%200%201.415-1.414l-3.85-3.85a1.007%201.007%200%200%200-.115-.1zM12%206.5a5.5%205.5%200%201%201-11%200%205.5%205.5%200%200%201%2011%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E)}.rct-rtl .rct-tree-item-title-container{flex-direction:row-reverse}.rct-rtl .rct-tree-item-button{text-align:right;justify-content:flex-end}.rct-rtl .rct-tree-item-title-container{padding-right:var(--depthOffset,0px);padding-left:0}.rct-rtl .rct-tree-item-title-container-selected .rct-tree-item-button:before{left:unset;right:calc(-.5 * var(--rct-bar-width))}.rct-rtl .rct-tree-item-arrow{margin-left:4px}.rct-rtl .rct-tree-item-arrow:not(.rct-tree-item-arrow-expanded){transform:rotate(180deg)}:root{--crm-tree-width:260px;--color-primary:#0b3d78;--color-primary-hover:#081b4b;--color-primary-dark:#081b4b;--color-accent:#f5821f;--color-accent-soft:#f5821f;--topbar-bg:#081b4b;--topbar-hover:#f5f7fa;--color-bg:#fff;--color-bg-app:#f5f7fa;--color-bg-secondary:#fff;--color-bg-muted:#eef4ff;--color-border:#dce3ea;--color-border-strong:#c5cdd8;--color-text-primary:#111827;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 8px 24px #081b4b1f;--radius-lg:12px;--font:Inter, "Segoe UI", Roboto, system-ui, sans-serif;--font-display:Poppins, Inter, "Segoe UI", system-ui, sans-serif;--crm-sidebar-collapsed-width:52px}.left-tree{flex:0 0 var(--crm-tree-width);border-right:1px solid var(--border);background:var(--color-bg-secondary);z-index:5;pointer-events:auto;flex-direction:column;min-height:0;transition:flex-basis .22s,min-width .22s,max-width .22s;display:flex;position:relative;overflow:hidden}.left-tree-body{z-index:1;flex-direction:column;flex:auto;min-height:0;display:flex;position:relative;overflow:hidden}.left-tree-body .rct-tree-root,.left-tree .rct-tree-root{flex:auto;height:100%;min-height:0;padding:8px 6px;overflow:auto}.left-tree .rct-tree-item-button{pointer-events:auto;cursor:pointer}.left-tree--collapsed{flex-basis:var(--crm-sidebar-collapsed-width);min-width:var(--crm-sidebar-collapsed-width);max-width:var(--crm-sidebar-collapsed-width);align-items:center;padding-top:10px}.left-tree-header-row{border-bottom:1px solid var(--border);background:var(--color-bg,var(--surface));flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 8px 8px 12px;display:flex}.left-tree-header--title{letter-spacing:.06em;text-transform:uppercase;min-width:0;color:var(--color-text-secondary,var(--text-secondary));background:0 0;border:none;flex:1;padding:0;font-size:11px;font-weight:700}.left-tree-collapse-btn{cursor:pointer;width:32px;height:32px;color:var(--color-text-secondary,#6b7280);background:0 0;border:1px solid #0000;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:inline-flex}.left-tree-collapse-btn:hover{color:var(--color-primary,#0b3d78);background:#0b3d7814}.left-tree-collapse-btn:focus-visible{outline:2px solid var(--color-accent,#f5821f);outline-offset:1px}.left-tree-expand-btn{border:1px solid var(--border,#dce3ea);background:var(--color-bg,#fff);cursor:pointer;width:36px;height:36px;color:var(--color-text-primary,#111827);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:20px;line-height:1;display:inline-flex}.left-tree-expand-btn:hover{border-color:var(--color-border-strong,#c5cdd8);background:#0b3d7814}.left-tree-expand-btn:focus-visible{outline:2px solid var(--color-accent,#f5821f);outline-offset:2px}.left-tree-expand-btn__icon{display:block;transform:translate(2px)}.left-tree{--rct-item-height:28px;--rct-item-padding:7px;--rct-bar-width:3px;--rct-bar-color:#f5821f;--rct-color-focustree-item-selected-bg:#eef4ff;--rct-color-focustree-item-selected-text:#0b3d78;--rct-color-focustree-item-hover-bg:#0b3d780f;--rct-color-focustree-item-hover-text:var(--color-text-primary);--rct-radius:6px}.left-tree .rct-tree-root{flex:1;height:100%;min-height:0;padding:8px 6px;overflow:auto}.left-tree .rct-tree-item-button{border-radius:var(--radius-md,6px);pointer-events:auto;cursor:pointer;font-size:12px;line-height:1.25}.left-tree .rct-tree-item-children{border-left:1px solid var(--border);margin-left:8px;padding-left:4px}.left-tree .rct-tree-item-li-selected>.rct-tree-item-title-container>.rct-tree-item-button{font-weight:650}html,body{font-size:14px}.app-root .topbar{box-shadow:none;border-bottom:1px solid #ffffff14}.app-root .topbar-platform{color:#f5821f}.app-root .topbar-btn-logout:focus-visible{outline-offset:2px;outline:1px solid #f5821f}.app-root .brand-logos--topbar{padding:5px 10px}.app-root .brand-logos--topbar .brand-logo{max-width:118px;height:24px;max-height:26px}.login-brand .brand-logos .brand-logo{max-width:150px;height:34px;max-height:36px}.shell-outlet .ui-page{padding:24px}.shell-outlet .ui-page.crm-erp-page{width:100%;max-width:none;padding:14px 18px 24px}.shell-outlet .ui-page-header{margin-bottom:16px;padding:16px 0}.shell-outlet .crm-erp-page .ui-page-header{border-bottom:none;align-items:center;gap:12px;margin-bottom:4px;padding:0 0 6px}.shell-outlet .ui-page-header__title{font-family:var(--font-display);letter-spacing:-.02em;font-size:24px;font-weight:650}.shell-outlet .crm-erp-page .ui-page-header__title{color:var(--text);letter-spacing:0;font-size:17px;font-weight:650}.shell-outlet .ui-page-header__subtitle{font-size:14px}.shell-outlet .crm-erp-page .ui-page-header__subtitle{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.35}.shell-outlet .ui-card__title{font-size:16px;font-weight:700}.crm-demand-hint{max-width:none;margin:0 0 14px}.shell-outlet .crm-demand-dl.ui-dl{grid-template-columns:minmax(140px,30%) minmax(0,1fr);align-items:start;gap:10px 18px;width:100%;max-width:none}.shell-outlet .crm-demand-dd{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.shell-outlet .ui-page.crm-fiche{width:100%;max-width:none;padding:12px 20px 28px}.shell-outlet .crm-fiche .ui-btn--compact{border-radius:8px;height:32px;min-height:32px;padding:0 12px;font-size:13px}.shell-outlet .crm-fiche .ui-btn--ghost{box-shadow:none;border-color:#0000}.shell-outlet .crm-fiche .ui-btn--primary,.shell-outlet .crm-fiche .ui-btn--danger{border:none;box-shadow:0 4px 12px #081b4b1f}.shell-outlet .ui-card{border:1px solid #dce3ea;border-radius:12px;margin-bottom:16px;box-shadow:0 1px 3px #0000000d}.shell-outlet .ui-btn{border-radius:var(--radius-md);height:40px;font-size:14px}.shell-outlet .ui-btn:not(.ui-btn--primary):not(.ui-btn--danger):not(.ui-btn--success):not(.ui-btn--ghost):not(.ui-btn--icon){color:#111827;background:#fff;border-color:#dce3ea}.shell-outlet .ui-btn:not(.ui-btn--primary):not(.ui-btn--danger):not(.ui-btn--success):not(.ui-btn--ghost):not(.ui-btn--icon):hover:not(:disabled){color:#111827;background:#f5f7fa;border-color:#dce3ea}.shell-outlet .ui-btn--secondary{color:#111827;background:#fff;border-color:#dce3ea}.shell-outlet .ui-btn--secondary:hover:not(:disabled){color:#111827;background:#f5f7fa;border-color:#dce3ea}.shell-outlet .ui-btn--primary:hover:not(:disabled){background:#081b4b;border-color:#081b4b}.shell-outlet .ui-btn:focus-visible{outline-offset:2px;outline:2px solid #0b3d7859}.shell-outlet .ui-input{border-color:#dce3ea;height:40px;font-size:14px}.shell-outlet .ui-input:focus{border-color:#0b3d78;box-shadow:0 0 0 3px #0b3d7833}.shell-outlet .ui-field__label{letter-spacing:normal;text-transform:none;color:#6b7280;font-size:13px;font-weight:600}.shell-outlet .ui-badge--success{color:#15803d;background:#dcfce7}.shell-outlet .ui-badge--warning{color:#b45309;background:#fef3c7}.shell-outlet .ui-badge--danger{color:#b91c1c;background:#fee2e2}.shell-outlet .ui-badge--info{color:#1d4ed8;background:#dbeafe}.shell-outlet .ui-badge--neutral{color:#6b7280;background:#f3f4f6}.shell-outlet table{border-collapse:collapse;width:100%;font-size:14px}.shell-outlet table thead th{z-index:1;background:#fff;position:sticky;top:0;box-shadow:0 1px #dce3ea}.shell-outlet table tbody tr:hover td{background:#0b3d780a}.shell-outlet table tbody td,.shell-outlet table thead th{padding:12px 14px}.shell-outlet .crm-erp-page .ui-table.crm-table{font-size:12px}.shell-outlet .crm-erp-page .ui-table.crm-table thead th{background:var(--color-bg-secondary);box-shadow:none;border-bottom:1px solid var(--border);padding:6px 8px;font-size:10px}.shell-outlet .crm-erp-page .ui-table.crm-table tbody td{height:auto;padding:5px 8px}.shell-outlet .crm-erp-page .ui-filter-bar .ui-input,.shell-outlet .crm-erp-page .ui-btn--compact{height:30px;min-height:30px;font-size:12px}.login-page{background:#f5f7fa}.login-card{border:1px solid #dce3ea;border-radius:12px;box-shadow:0 1px 3px #0000000d}.login-heading{font-family:var(--font);font-size:18px;font-weight:600}.login-label{color:#6b7280;font-weight:500}.login-input{border-color:#dce3ea;height:40px}.login-input:focus{border-color:#0b3d78;box-shadow:0 0 0 1px #0b3d78}.login-submit{background:#0b3d78;border-color:#0b3d78}.login-submit:hover:not(:disabled){background:#081b4b;border-color:#081b4b}.login-submit:focus-visible{box-shadow:0 0 0 2px #fff,0 0 0 4px #0b3d78}.login-footer{border-top-color:#dce3ea}.login-footer-link:hover{color:#0b3d78}.crm-pipeline-card[draggable=true]:hover{border-color:var(--color-border-strong,#c5cdd8)}.crm-pipeline-column--drag-over{outline:2px dashed var(--color-primary,#0b3d78);outline-offset:2px;background:#0b3d780f}.left-tree-nav-row{justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;display:flex}.left-tree-nav-label{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.left-tree-nav-count{font-variant-numeric:tabular-nums;color:var(--color-text-secondary,#6b7280);flex-shrink:0;font-size:11px;font-weight:600}.crm-notification-bell-wrap{align-items:center;display:flex;position:relative}.crm-notification-bell-btn{border-radius:var(--radius-md,8px);color:#fff;cursor:pointer;background:#ffffff14;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex;position:relative}.crm-notification-bell-btn:hover{background:#ffffff24}.crm-notification-bell-icon{justify-content:center;align-items:center;font-size:18px;line-height:1;display:flex}.crm-notification-bell-badge{text-align:center;color:#fff;background:#f5821f;border-radius:999px;min-width:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:16px;position:absolute;top:4px;right:4px}.crm-notification-dropdown{background:var(--color-bg,#fff);border:1px solid var(--border,#dce3ea);z-index:60;border-radius:12px;flex-direction:column;width:min(380px,92vw);max-height:min(420px,70vh);display:flex;position:absolute;top:calc(100% + 8px);left:auto;right:0;overflow:hidden;transform:none;box-shadow:0 8px 24px #081b4b1f}.crm-notification-dropdown__head{border-bottom:1px solid var(--border,#dce3ea);justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;font-size:14px;display:flex}.crm-notification-dropdown__body{flex:1;overflow-y:auto}.crm-notification-list{margin:0;padding:0;list-style:none}.crm-notification-item{border:none;border-bottom:1px solid var(--border,#dce3ea);text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;flex-direction:column;align-items:stretch;gap:4px;padding:12px 14px;display:flex}.crm-notification-item:hover{background:#0b3d780f}.crm-notification-item--read{opacity:.72}.crm-notification-item__title{color:var(--text,#111827);font-size:13px;font-weight:650}.crm-notification-item__meta{color:var(--muted,#6b7280);font-size:11px}.crm-notification-item__msg{color:var(--muted,#6b7280);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.crm-notifications-table{border-collapse:collapse;width:100%;font-size:14px}.crm-notifications-table th,.crm-notifications-table td{border-bottom:1px solid var(--border,#dce3ea);text-align:left;vertical-align:top;padding:12px 14px}.crm-notifications-row--unread{background:#0b3d780a}.crm-catalog__search{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-catalog__search .ui-input{flex:220px;min-width:0}.crm-catalog__hint{margin:10px 0 0}.crm-catalog__layout{grid-template-columns:minmax(280px,1fr) minmax(320px,1.2fr);align-items:start;gap:16px;display:grid}.crm-catalog__list{flex-direction:column;gap:8px;max-height:min(70vh,720px);margin:0;padding:0;list-style:none;display:flex;overflow:auto}.crm-catalog__item{text-align:left;border:1px solid var(--color-border,#dce3ea);cursor:pointer;background:#fff;border-radius:12px;width:100%;padding:12px 14px;transition:border-color .15s,box-shadow .15s,background .15s}.crm-catalog__item:hover{box-shadow:var(--shadow-sm);border-color:#0b3d78}.crm-catalog__item--active{background:var(--color-bg-muted,#eef4ff);box-shadow:var(--shadow-sm);border-color:#0b3d78}.crm-catalog__item-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.crm-catalog__item-title{color:var(--color-text-primary,#111827);font-size:14px;line-height:1.35}.crm-catalog__item-brand{color:var(--color-text-secondary,#6b7280);margin-top:4px;font-size:12px}.crm-catalog__prices-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.crm-catalog__bank{margin-top:14px}.crm-catalog__bank-name{color:#0b3d78;margin:0 0 8px;font-size:14px}.crm-catalog__table-wrap{border:1px solid var(--color-border,#dce3ea);border-radius:10px;overflow:auto}.crm-catalog__table{border-collapse:collapse;width:100%;font-size:13px}.crm-catalog__table th,.crm-catalog__table td{border-bottom:1px solid var(--color-border,#dce3ea);text-align:left;white-space:nowrap;padding:10px 12px}.crm-catalog__table th{color:var(--color-text-secondary,#6b7280);background:#f8fafc;font-weight:600}.crm-catalog__table tr:last-child td{border-bottom:none}@media (width<=900px){.crm-catalog__layout{grid-template-columns:1fr}}.crm-chat{flex-direction:column;gap:12px;display:flex}.crm-chat__meta{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.crm-chat__meta-label{color:var(--color-text-primary,#111827);margin-bottom:6px;font-size:13px;font-weight:600;display:block}.crm-chat__meta-badges{flex-wrap:wrap;gap:6px;display:flex}.crm-chat__stage{border-radius:var(--radius-lg,12px);border:1px solid var(--color-border,#dce3ea);background:radial-gradient(1200px 280px at 10% -10%,#f5821f14,#0000 55%),radial-gradient(900px 240px at 100% 0,#0b3d7814,#0000 50%),linear-gradient(#f8fafc 0%,#eef4ff 100%);max-height:min(560px,62vh);padding:18px 14px 20px;position:relative;overflow:auto;box-shadow:inset 0 1px #ffffffb3}.crm-chat__empty{text-align:center;color:var(--color-text-secondary,#6b7280);padding:48px 20px}.crm-chat__empty-title{color:var(--color-text-primary,#111827);margin:0 0 8px;font-size:15px;font-weight:600}.crm-chat__empty-text{max-width:42ch;margin:0 auto;font-size:13px;line-height:1.5}.crm-chat__day{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.crm-chat__day-label{justify-content:center;margin:4px 0 2px;display:flex}.crm-chat__day-label span{letter-spacing:.02em;text-transform:capitalize;color:var(--color-text-secondary,#6b7280);border:1px solid var(--color-border,#dce3ea);box-shadow:var(--shadow-sm);background:#ffffffdb;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:600}.crm-chat__row{width:100%;display:flex}.crm-chat__row--client{justify-content:flex-start}.crm-chat__row--ai,.crm-chat__row--agent{justify-content:flex-end}.crm-chat__bubble{max-width:min(78%,520px);box-shadow:var(--shadow-sm);border-radius:16px;padding:10px 12px 11px;animation:.28s both crm-chat-in}.crm-chat__bubble--client{border:1px solid var(--color-border,#dce3ea);background:#fff;border-bottom-left-radius:6px}.crm-chat__bubble--ai{color:#fff;background:linear-gradient(160deg,#0b3d78 0%,#081b4b 100%);border-bottom-right-radius:6px}.crm-chat__bubble--agent{color:#fff;background:linear-gradient(160deg,#f5821f 0%,#e06b0a 100%);border-bottom-right-radius:6px}.crm-chat__bubble-head{opacity:.82;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:4px;font-size:11px;display:flex}.crm-chat__role{letter-spacing:.01em;font-weight:700}.crm-chat__text{white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.45}@keyframes crm-chat-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=720px){.crm-chat__bubble{max-width:92%}.crm-chat__stage{max-height:min(480px,58vh);padding:14px 10px 16px}}.crm-fiche.ui-page{width:100%;max-width:none;padding:12px 18px 28px}.crm-fiche__nav{align-items:center;gap:8px;margin-bottom:12px;font-size:13px;display:flex}.crm-fiche__nav-link{color:#0b3d78;font-weight:600;text-decoration:none}.crm-fiche__nav-link:hover{color:#f5821f}.crm-fiche__nav-sep{color:#9ca3af}.crm-fiche__nav-current{color:#6b7280}.crm-fiche__hero{background:var(--color-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:12px;padding:14px 16px 12px}.crm-fiche__hero-main{border-bottom:1px solid var(--border);box-shadow:none;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;padding-bottom:10px;display:flex}.crm-fiche__identity{flex:240px;min-width:0}.crm-fiche__name{font-family:var(--font-display);letter-spacing:0;color:var(--text);margin:0 0 4px;font-size:17px;font-weight:650}.crm-fiche__phone,.crm-fiche__email{color:#0b3d78;margin-bottom:4px;font-size:15px;font-weight:650;text-decoration:none;display:block}.crm-fiche__email{color:#4b5563;font-size:13px;font-weight:550}.crm-fiche__phone:hover,.crm-fiche__email:hover{color:#f5821f}.crm-fiche__meta-line{color:#6b7280;margin:0 0 2px;font-size:12.5px;line-height:1.4}.crm-fiche__hero-tools{flex-shrink:0;gap:8px;display:flex}.crm-fab{cursor:pointer;height:38px;font:inherit;border:none;border-radius:10px;align-items:center;gap:8px;padding:0 14px 0 12px;font-size:13px;font-weight:650;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 18px #081b4b24}.crm-fab:hover{transform:translateY(-1px);box-shadow:0 12px 22px #081b4b2e}.crm-fab--chat{color:#fff;background:linear-gradient(145deg,#0b3d78,#081b4b)}.crm-fab--note{color:#081b4b;background:#fff8f1;box-shadow:0 8px 18px #f5821f29}.crm-fab__icon{display:inline-flex}.crm-fiche__pipeline{flex-direction:column;gap:12px;display:flex}.crm-fiche__pipeline-top{grid-template-columns:1fr 1fr;gap:14px 20px;display:grid}.crm-fiche__label{letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.crm-fiche__status-block,.crm-fiche__assign-block{min-width:0}.crm-fiche__status-row,.crm-fiche__assign-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-fiche__assignee{color:#111827;font-size:14px;font-weight:600}.crm-fiche__assignee--empty{color:#9ca3af;font-weight:500}.crm-pipeline-steps{background:linear-gradient(#f7f9fc 0%,#eef2f7 100%);border-radius:10px;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:0;padding:8px;list-style:none;display:grid;box-shadow:inset 0 1px #fffc}.crm-pipeline-steps__item{text-align:center;padding:8px 4px 10px;position:relative}.crm-pipeline-steps__item:not(:last-child):after{content:"";pointer-events:none;background:#0b3d781f;height:2px;position:absolute;top:14px;left:calc(50% + 10px);right:calc(10px - 50%)}.crm-pipeline-steps__item.is-done:not(:last-child):after,.crm-pipeline-steps__item.is-current:not(:last-child):after{background:#0b3d7859}.crm-pipeline-steps__btn{cursor:pointer;width:100%;font:inherit;background:0 0;border:none;margin:0;padding:0;display:block}.crm-pipeline-steps__btn:disabled{cursor:wait;opacity:.7}.crm-pipeline-steps__item.is-actionable .crm-pipeline-steps__label{color:#0b3d78;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1px}.crm-pipeline-steps__item.is-actionable:hover .crm-pipeline-steps__dot{background:#f5821f;box-shadow:0 0 0 4px #f5821f33}.crm-pipeline-steps__dot{z-index:1;background:#c5cdd8;border-radius:50%;width:10px;height:10px;margin:0 auto 6px;display:block;position:relative;box-shadow:0 0 0 3px #c5cdd859}.crm-pipeline-steps__label{color:#6b7280;font-size:11px;font-weight:600;line-height:1.2}.crm-pipeline-steps__item.is-done .crm-pipeline-steps__dot{background:#0b3d78;box-shadow:0 0 0 3px #0b3d782e}.crm-pipeline-steps__item.is-done .crm-pipeline-steps__label{color:#0b3d78}.crm-pipeline-steps__item.is-current .crm-pipeline-steps__dot{background:#f5821f;box-shadow:0 0 0 4px #f5821f40}.crm-pipeline-steps__item.is-current .crm-pipeline-steps__label{color:#081b4b;font-weight:750}.crm-pipeline-steps__item.is-muted{opacity:.45}.crm-fiche__next{justify-content:flex-end;display:flex}.crm-fiche__grid{grid-template-columns:1.15fr .85fr;gap:14px;margin-bottom:14px;display:grid}.crm-panel{background:#fff;border-radius:10px;padding:16px 18px;box-shadow:0 8px 22px #081b4b12}.crm-panel--timeline{margin-bottom:8px}.crm-panel__title{letter-spacing:.03em;text-transform:uppercase;color:#081b4b;margin:0 0 12px;font-size:13px;font-weight:750}.crm-kv{grid-template-columns:minmax(110px,34%) 1fr;gap:8px 12px;margin:0;font-size:13.5px;display:grid}.crm-kv dt{color:#6b7280;margin:0;font-weight:500}.crm-kv dd{color:#111827;word-break:break-word;margin:0;font-weight:550;line-height:1.4}.crm-kv__mono{color:#374151;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:500}.crm-timeline{margin:0;padding:0;list-style:none}.crm-timeline__item{border-left:2px solid #0b3d7826;margin-left:4px;padding:6px 0 6px 12px}.crm-timeline__item:last-child{padding-bottom:0}.crm-timeline__row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px;font-size:12.5px;display:flex}.crm-timeline__main{flex-wrap:wrap;align-items:baseline;gap:6px 10px;min-width:0;display:flex}.crm-timeline__actor{color:#4b5563;font-weight:550}.crm-timeline__actor--system{color:#9ca3af;font-weight:500}.crm-timeline__row time{color:#9ca3af;flex-shrink:0;font-size:11.5px}.crm-timeline__detail{color:#4b5563;white-space:pre-wrap;margin:2px 0 0;font-size:12.5px;line-height:1.35}.crm-drawer{z-index:60;justify-content:flex-end;display:flex;position:fixed;inset:0}.crm-drawer__backdrop{cursor:pointer;background:#081b4b59;border:none;position:absolute;inset:0}.crm-drawer__panel{z-index:1;background:#fff;flex-direction:column;height:100%;animation:.22s crm-drawer-in;display:flex;position:relative;box-shadow:-16px 0 40px #081b4b2e}.crm-drawer__panel--chat{width:min(420px,100vw)}.crm-drawer__panel--note{width:min(380px,100vw)}@keyframes crm-drawer-in{0%{opacity:.6;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.crm-drawer__head{background:linear-gradient(#f8fafc 0%,#fff 100%);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 12px;display:flex;box-shadow:0 1px #081b4b0f}.crm-drawer__head-text{min-width:0}.crm-drawer__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;margin:0 0 2px;font-size:11px;font-weight:700}.crm-drawer__title{color:#081b4b;margin:0 0 8px;font-size:17px;font-weight:700}.crm-drawer__chips{flex-wrap:wrap;gap:6px;display:flex}.crm-drawer__head-actions{align-items:center;gap:4px;display:flex}.crm-drawer__close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;width:36px;height:36px;font-size:24px;line-height:1}.crm-drawer__close:hover{color:#111827;background:#f3f4f6}.crm-chat__stage--drawer{max-height:none;box-shadow:none;background:linear-gradient(#eef4ff 0%,#f5f7fa 45%,#eef2f7 100%);border:none;border-radius:0;flex:1}.crm-drawer .crm-chat__bubble--client{border:none;box-shadow:0 4px 14px #081b4b14}.crm-drawer .crm-chat__day-label span{border:none;border-radius:8px;box-shadow:0 2px 8px #081b4b14}.crm-note-form{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex}.crm-note-form__input{resize:vertical;flex:1;min-height:160px;padding:12px 14px;box-shadow:inset 0 0 0 1px #081b4b14,0 4px 14px #081b4b0d;border:none!important;border-radius:10px!important;height:auto!important}.crm-note-form__input:focus{outline:none;box-shadow:inset 0 0 0 1px #0b3d7859,0 4px 14px #081b4b14}.crm-note-form__footer{justify-content:flex-end;gap:8px;display:flex}@media (width<=900px){.crm-fiche__pipeline-top,.crm-fiche__grid{grid-template-columns:1fr}.crm-pipeline-steps{grid-template-columns:repeat(5,minmax(48px,1fr));overflow-x:auto}.crm-pipeline-steps__label{font-size:10px}}@media (width<=560px){.crm-fiche.ui-page{padding:10px 12px 24px}.crm-fab__label{display:none}.crm-fab{justify-content:center;width:42px;padding:0}}.shell-outlet{z-index:1;position:relative}.shell-outlet .ui-page.crm-reports{box-sizing:border-box;flex:auto;width:100%;max-width:none;min-height:0;padding:16px 20px 28px;overflow:auto}.crm-reports.ui-page{width:100%;max-width:none}.crm-reports__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.crm-reports__title{color:#081b4b;letter-spacing:-.02em;margin:0 0 4px;font-size:22px;font-weight:700}.crm-reports__sub{color:#6b7280;max-width:48rem;margin:0;font-size:13.5px;line-height:1.45}.crm-reports__period{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.crm-reports__period label{letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;flex-direction:column;gap:4px;font-size:11px;font-weight:700;display:flex}.crm-reports__period .ui-input{min-width:140px;height:34px}.crm-reports__module-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.crm-reports__module-head .crm-panel__title{margin-bottom:4px}.crm-reports__kpis-block{margin-bottom:14px}.crm-reports__kpis{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.crm-reports__kpi{background:var(--color-bg);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:none;flex-direction:column;gap:4px;min-width:0;padding:12px 14px;display:flex}.crm-reports__kpi-label{letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;font-size:11px;font-weight:700}.crm-reports__kpi-value{color:#081b4b;letter-spacing:-.02em;font-size:22px;font-weight:750}.crm-reports__kpi-hint{color:#6b7280;font-size:12px;line-height:1.3}.crm-reports__grid{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:14px;margin-bottom:14px;display:grid}.crm-reports .crm-panel{box-sizing:border-box;width:100%;margin-bottom:14px}.crm-reports__hint{margin:0 0 12px}.crm-reports__funnel{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.crm-reports__funnel-meta{color:#111827;justify-content:space-between;gap:10px;margin-bottom:4px;font-size:13px;font-weight:600;display:flex}.crm-reports__bar{background:#eef2f7;border-radius:6px;height:8px;overflow:hidden}.crm-reports__bar-fill{background:linear-gradient(90deg,#0b3d78,#f5821f);border-radius:6px;height:100%}.crm-reports__muted{color:#9ca3af;font-weight:500}.crm-reports__lost{margin-top:16px;padding-top:12px;box-shadow:inset 0 1px #081b4b0f}.crm-reports__section-label{color:#081b4b;margin:0 0 8px;font-size:12px;font-weight:700}.crm-reports__simple-list,.crm-reports__attention{margin:0;padding:0;list-style:none}.crm-reports__simple-list li,.crm-reports__attention li{justify-content:space-between;align-items:baseline;gap:12px;padding:10px 0;font-size:13.5px;display:flex;box-shadow:inset 0 -1px #081b4b0f}.crm-reports__simple-list li:last-child,.crm-reports__attention li:last-child{box-shadow:none}.crm-reports__attention a{color:#0b3d78;font-weight:600;text-decoration:none}.crm-reports__attention a:hover{color:#f5821f}.crm-reports__table-wrap{width:100%;overflow-x:auto}.crm-reports__table{border-collapse:collapse;width:100%;font-size:13px}.crm-reports__table th{text-align:left;letter-spacing:.03em;text-transform:uppercase;color:#9ca3af;background:0 0;padding:8px 10px;font-size:11px;font-weight:700}.crm-reports__table td{vertical-align:top;border-top:none;padding:10px;box-shadow:inset 0 1px #081b4b0f}.crm-reports__agent-name{color:#111827;font-weight:650}@media (width<=1100px){.crm-reports__kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=960px){.crm-reports__kpis,.crm-reports__grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.crm-reports__kpis,.crm-reports__grid{grid-template-columns:1fr}.crm-reports__module-head{flex-wrap:wrap}}.shell-outlet .ui-page.crm-list-page,.shell-outlet .ui-page.crm-dash,.shell-outlet .ui-page.crm-reports{width:100%;max-width:none;padding:14px 18px 24px}.crm-list-page .ui-page-header,.crm-dash .ui-page-header,.crm-reports .ui-page-header{border-bottom:none;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;padding:0 0 6px;display:flex}.crm-list-page .ui-page-header__title,.crm-dash .ui-page-header__title,.crm-reports .ui-page-header__title{font-family:var(--font-display);color:var(--text);margin:0;font-size:17px;font-weight:650}.crm-list-page .ui-page-header__subtitle,.crm-dash .ui-page-header__subtitle,.crm-reports .ui-page-header__subtitle{color:var(--muted);margin:2px 0 0;font-size:11px;line-height:1.35}.ui-page-header__actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:8px;display:flex}.crm-list-card.ui-card{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);background:var(--color-bg);margin-bottom:0;padding:14px 16px 16px}.ui-filter-bar{flex-wrap:nowrap;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:2px;display:flex;overflow-x:auto}.ui-filter-bar__label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:11px;font-weight:600}.ui-filter-bar .ui-input{width:auto;min-width:140px;height:34px;font-size:13px}.crm-erp-page .ui-filter-bar,.crm-filter-bar{gap:6px 10px;margin-bottom:8px}.crm-erp-page .ui-filter-bar .ui-input,.crm-filter-bar .ui-input{min-width:120px;height:30px;min-height:30px;padding-top:4px;padding-bottom:4px;font-size:12px}.crm-erp-page .ui-filter-bar__label,.crm-filter-bar .ui-filter-bar__label{font-size:10px}.crm-filter-bar__search{flex:180px;min-width:180px!important}.crm-list-summary{color:var(--muted);margin:0 0 6px;font-size:12px}.crm-erp-page .ui-table-wrap,.ui-table-wrap{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--color-bg);width:100%;box-shadow:none;margin-top:0;overflow:auto}.ui-table.crm-table{border-collapse:collapse;width:100%;min-width:760px;color:var(--text);font-size:12px}.ui-table.crm-table thead th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--border);white-space:nowrap;background:var(--color-bg-secondary);padding:6px 8px;font-size:10px;font-weight:600;position:sticky;top:0}.ui-table.crm-table tbody td{border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap;height:auto;padding:5px 8px;line-height:1.35}.ui-table.crm-table tbody tr:last-child td{border-bottom:none}.ui-table.crm-table tbody tr:hover td{background:#1f2a5a09}.ui-table.crm-table tbody td:first-child{color:var(--color-text-primary);font-weight:650}.ui-table__empty{text-align:center;color:var(--muted);white-space:normal!important;padding:18px 8px!important;font-weight:500!important}.crm-table__actions{white-space:nowrap;text-align:right;width:1%;padding-left:4px;padding-right:4px}.crm-table__action-group{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.crm-table__num{text-align:right;font-variant-numeric:tabular-nums}.crm-table__phone{color:var(--color-primary);font-weight:600;text-decoration:none}.crm-table__phone:hover{color:var(--color-accent)}.crm-table__sub{color:var(--color-text-muted);white-space:nowrap;font-size:11px}.crm-table__demand{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.crm-table__muted{color:var(--color-text-muted)}.crm-list-pager{justify-content:space-between;align-items:center;gap:8px;margin-top:10px;display:flex}.crm-list-pager__actions{gap:8px;display:flex}.shell-outlet .crm-erp-page .ui-btn--compact,.shell-outlet .crm-list-page .ui-btn--compact,.shell-outlet .crm-dash .ui-btn--compact,.shell-outlet .crm-reports .ui-btn--compact{border-radius:var(--radius-sm,6px);height:30px;min-height:30px;padding:0 12px;font-size:12px}.crm-dash__metrics{box-shadow:none;background:0 0;border:none;border-radius:0;margin-bottom:14px;padding:0}.crm-dash__metrics.ui-card{box-shadow:none;border:none;padding:0}.crm-dash__metrics-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.crm-dash__metrics-head .crm-panel__title{color:var(--text);margin:0;font-size:13px;font-weight:700}.crm-dash__metrics-actions{gap:8px;display:flex}.crm-dash__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.crm-dash__stat{background:var(--color-bg-muted);border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 12px}.crm-dash__stat-label{letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);font-size:10px;font-weight:700;display:block}.crm-dash__stat-value{font-size:20px;font-weight:700;font-family:var(--font-display);color:var(--text)}.crm-dash__status-row{flex-wrap:wrap;gap:6px;display:flex}.crm-dash__status-link{text-decoration:none}.crm-dash__quick{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px;display:grid}.crm-dash__quick-card{background:var(--color-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:none;color:inherit;flex-direction:column;gap:4px;padding:10px 12px;text-decoration:none;transition:border-color .12s,background .12s;display:flex}.crm-dash__quick-card:hover{border-color:var(--color-border-strong);background:var(--color-bg-secondary)}.crm-dash__quick-title{color:var(--text);font-size:13px;font-weight:700}.crm-dash__quick-text{color:var(--muted);font-size:11px}.crm-dash__meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-reports__alert-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.crm-reports__alert-tile{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--color-bg-muted);color:inherit;flex-direction:column;gap:2px;padding:10px 12px;text-decoration:none;display:flex}a.crm-reports__alert-tile:hover{background:var(--color-bg-secondary);border-color:var(--color-border-strong)}.crm-reports__alert-value{font-size:20px;font-weight:700;font-family:var(--font-display);color:var(--text);line-height:1.1}.crm-reports__alert-label{color:var(--muted);font-size:11px;line-height:1.3}@media (width<=900px){.crm-dash__quick{grid-template-columns:1fr 1fr}}@media (width<=560px){.crm-dash__stats,.crm-dash__quick,.crm-reports__alert-grid{grid-template-columns:1fr}}
