:root{--ds-color-primary:#2b7fff;--ds-color-primary-hover:#1f6fe5;--ds-color-primary-soft:#edf5ff;--ds-color-primary-border:#cfe2ff;--ds-color-bg:#f7f7f9;--ds-color-surface:#fff;--ds-color-surface-muted:#fbfbfd;--ds-color-text:#0e0d36;--ds-color-text-muted:#8e92a1;--ds-color-text-subtle:#abacb1;--ds-color-border:rgba(14,13,54,.08);--ds-color-border-soft:rgba(14,13,54,.05);--ds-color-success:#16a34a;--ds-color-success-soft:#ecfdf3;--ds-color-warning:#f59e0b;--ds-color-warning-soft:#fffbeb;--ds-color-danger:#ef4444;--ds-color-danger-soft:#fef2f2;--ds-font-family:Inter,"Segoe UI",Helvetica,Arial,sans-serif;--ds-font-size-xs:12px;--ds-font-size-sm:13px;--ds-font-size-md:14px;--ds-font-size-lg:16px;--ds-font-size-xl:20px;--ds-font-size-2xl:24px;--ds-line-height-xs:16px;--ds-line-height-sm:18px;--ds-line-height-md:20px;--ds-line-height-lg:24px;--ds-line-height-xl:28px;--ds-line-height-2xl:32px;--ds-font-weight-regular:400;--ds-font-weight-medium:500;--ds-font-weight-semibold:600;--ds-font-weight-bold:700;--ds-space-1:4px;--ds-space-2:8px;--ds-space-3:12px;--ds-space-4:16px;--ds-space-5:20px;--ds-space-6:24px;--ds-space-8:32px;--ds-radius-sm:0;--ds-radius-md:0;--ds-radius-lg:0;--ds-radius-pill:0;--ds-page-max-width:1280px;--ds-sidebar-width:224px;--ds-control-height:40px;--ds-table-row-height:56px}.ds-page{width:100%;max-width:var(--ds-page-max-width);margin:0 auto;font-family:var(--ds-font-family)}.ds-page,.ds-page-title{color:var(--ds-color-text)}.ds-page-title{margin:0;font-size:var(--ds-font-size-2xl);line-height:var(--ds-line-height-2xl);font-weight:var(--ds-font-weight-bold);letter-spacing:-.02em}.ds-page-subtitle{margin:var(--ds-space-1) 0 0;color:var(--ds-color-text-muted);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-sm);font-weight:var(--ds-font-weight-regular)}.ds-toolbar{display:flex;align-items:center;gap:var(--ds-space-3);flex-wrap:wrap}.ds-button{display:inline-flex;min-height:var(--ds-control-height);align-items:center;justify-content:center;gap:var(--ds-space-2);border:1px solid transparent;border-radius:var(--ds-radius-md);padding:0 var(--ds-space-4);font-family:var(--ds-font-family);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-sm);font-weight:var(--ds-font-weight-semibold);cursor:pointer}.ds-button--primary{background:var(--ds-color-primary);color:#fff}.ds-button--secondary{border-color:var(--ds-color-border);background:var(--ds-color-surface);color:var(--ds-color-text)}.ds-button--ghost{border-color:transparent;background:transparent;color:var(--ds-color-text-muted)}.ds-input,.ds-select,.ds-textarea{width:100%;min-height:var(--ds-control-height);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);background:var(--ds-color-surface);padding:0 var(--ds-space-3);color:var(--ds-color-text);font-family:var(--ds-font-family);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-sm);font-weight:var(--ds-font-weight-regular);outline:none}.ds-textarea{min-height:96px;padding-top:var(--ds-space-3);padding-bottom:var(--ds-space-3);resize:vertical}.ds-input::placeholder,.ds-textarea::placeholder{color:var(--ds-color-text-subtle)}.ds-card{border:1px solid var(--ds-color-border-soft);border-radius:var(--ds-radius-lg);background:var(--ds-color-surface)}.ds-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-4);padding:var(--ds-space-5) var(--ds-space-6);border-bottom:1px solid var(--ds-color-border-soft)}.ds-card__body{padding:var(--ds-space-6)}.ds-table{width:100%;border-collapse:collapse;color:var(--ds-color-text);font-family:var(--ds-font-family);font-size:var(--ds-font-size-sm)}.ds-table th{height:42px;border-bottom:1px solid var(--ds-color-border);color:var(--ds-color-text-muted);font-size:var(--ds-font-size-xs);line-height:var(--ds-line-height-xs);font-weight:var(--ds-font-weight-semibold);text-align:left}.ds-table td,.ds-table th{padding:0 var(--ds-space-3)}.ds-table td{height:var(--ds-table-row-height);border-bottom:1px solid var(--ds-color-border-soft);color:var(--ds-color-text);vertical-align:middle}.ds-badge{display:inline-flex;min-height:24px;align-items:center;justify-content:center;border-radius:var(--ds-radius-pill);padding:0 var(--ds-space-2);font-size:var(--ds-font-size-xs);line-height:var(--ds-line-height-xs);font-weight:var(--ds-font-weight-semibold)}.ds-badge--success{background:var(--ds-color-success-soft);color:var(--ds-color-success)}.ds-badge--warning{background:var(--ds-color-warning-soft);color:var(--ds-color-warning)}.ds-badge--danger{background:var(--ds-color-danger-soft);color:var(--ds-color-danger)}.crm-page{width:100%;max-width:var(--ds-page-max-width);margin:0 auto;color:var(--ds-color-text);font-family:var(--ds-font-family)}.crm-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ds-space-4);margin-bottom:var(--ds-space-5)}.crm-page__title{margin:0;color:var(--ds-color-text);font-size:var(--ds-font-size-2xl);line-height:var(--ds-line-height-2xl);font-weight:var(--ds-font-weight-bold);letter-spacing:-.02em}.crm-page__description{margin:var(--ds-space-1) 0 0;color:var(--ds-color-text-muted);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-sm)}.crm-toolbar{display:flex;align-items:center;gap:var(--ds-space-3);flex-wrap:wrap}.crm-button{display:inline-flex;min-height:var(--ds-control-height);align-items:center;justify-content:center;gap:var(--ds-space-2);border:1px solid transparent;border-radius:var(--ds-radius-md);padding:0 var(--ds-space-4);font-family:var(--ds-font-family);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-sm);font-weight:var(--ds-font-weight-semibold);cursor:pointer}.crm-button--primary{background:var(--ds-color-primary);color:#fff}.crm-button--secondary{border-color:var(--ds-color-border);background:var(--ds-color-surface);color:var(--ds-color-text)}.crm-button--ghost{border-color:transparent;background:transparent;color:var(--ds-color-text-muted)}.crm-button:disabled{cursor:not-allowed;opacity:.55}.crm-input,.crm-select,.crm-textarea{width:100%;min-height:var(--ds-control-height);border:1px solid var(--ds-color-border);border-radius:var(--ds-radius-md);background:var(--ds-color-surface);padding:0 var(--ds-space-3);color:var(--ds-color-text);font-family:var(--ds-font-family);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-sm);outline:none}.crm-textarea{min-height:96px;padding-top:var(--ds-space-3);padding-bottom:var(--ds-space-3);resize:vertical}.crm-input::placeholder,.crm-textarea::placeholder{color:var(--ds-color-text-subtle)}.crm-input:focus,.crm-select:focus,.crm-textarea:focus{border-color:var(--ds-color-primary-border)}.crm-card{border:1px solid var(--ds-color-border-soft);border-radius:var(--ds-radius-lg);background:var(--ds-color-surface)}.crm-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-4);padding:var(--ds-space-5) var(--ds-space-6);border-bottom:1px solid var(--ds-color-border-soft)}.crm-card__body{padding:var(--ds-space-6)}.crm-table{width:100%;border-collapse:collapse;color:var(--ds-color-text);font-family:var(--ds-font-family);font-size:var(--ds-font-size-sm)}.crm-table th{height:42px;border-bottom:1px solid var(--ds-color-border);padding:0 var(--ds-space-3);color:var(--ds-color-text-muted);font-size:var(--ds-font-size-xs);line-height:var(--ds-line-height-xs);font-weight:var(--ds-font-weight-semibold);text-align:left}.crm-table td{height:var(--ds-table-row-height);border-bottom:1px solid var(--ds-color-border-soft);padding:0 var(--ds-space-3);color:var(--ds-color-text);vertical-align:middle}.crm-table__empty{padding:var(--ds-space-8);color:var(--ds-color-text-muted);text-align:center}#root .crm-layout{display:flex;width:100%;min-height:100vh;overflow:hidden;background:var(--ds-color-bg);color:var(--ds-color-text);font-family:var(--ds-font-family)}#root .crm-layout__main{min-width:0;flex:1 1 auto;background:var(--ds-color-bg)}#root .crm-layout__content{width:100%;height:100vh;overflow:auto;padding:var(--ds-space-6);background:var(--ds-color-bg);scroll-behavior:auto}#root .crm-sidebar{width:var(--ds-sidebar-width);min-width:var(--ds-sidebar-width);flex:0 0 var(--ds-sidebar-width);border-right:1px solid var(--ds-color-border-soft);background:var(--ds-color-surface);padding:var(--ds-space-4) var(--ds-space-3)}#root .crm-sidebar__brand{min-height:44px;margin-bottom:var(--ds-space-4)}#root .crm-sidebar__nav,#root .crm-sidebar__system{display:flex;flex-direction:column;gap:var(--ds-space-1)}#root .crm-sidebar__system{margin-top:auto}#root .crm-layout :where(.beauty-sidebar__item){min-height:40px;border-radius:var(--ds-radius-md);color:var(--ds-color-text-subtle);font-size:var(--ds-font-size-sm);line-height:var(--ds-line-height-sm);font-weight:var(--ds-font-weight-regular)}#root .crm-layout :where(.beauty-sidebar__item--active){background:var(--ds-color-primary-soft);color:var(--ds-color-primary)}#root .crm-layout :where(.beauty-sidebar__item:hover){background:var(--ds-color-primary-soft);color:var(--ds-color-primary)}#root .crm-layout :where(.beauty-sidebar__icon){width:20px;height:20px;flex:0 0 20px}#root .crm-layout :where(.beauty-sidebar__icon svg){width:20px;height:20px}@media (max-width:900px){#root .crm-sidebar{width:76px;min-width:76px;flex-basis:76px}#root .crm-sidebar :where(.beauty-sidebar__brand-text,.beauty-sidebar__label){display:none}#root .crm-layout__content{padding:var(--ds-space-4)}}