@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer tailwind-base{:root,:host{--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-amber-50:oklch(98.7% .022 95.277);--color-amber-200:oklch(92.4% .12 95.746);--color-amber-500:oklch(76.9% .188 70.08);--color-amber-800:oklch(47.3% .137 46.201);--color-green-600:oklch(62.7% .194 149.214);--color-emerald-500:oklch(69.6% .17 162.48);--color-emerald-600:oklch(59.6% .145 163.225);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-200:oklch(88.2% .059 254.128);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-indigo-600:oklch(51.1% .262 276.966);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-900:oklch(21% .034 264.665);--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--radius-lg:.5rem;--radius-xl:.75rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1)}}@layer antd;@layer tailwind-utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.m-1{margin:calc(var(--spacing)*1)}.m-123{margin:calc(var(--spacing)*123)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mr-1{margin-right:calc(var(--spacing)*1)}.\!mb-0{margin-bottom:calc(var(--spacing)*0)!important}.\!mb-2{margin-bottom:calc(var(--spacing)*2)!important}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.h-1{height:calc(var(--spacing)*1)}.h-6{height:calc(var(--spacing)*6)}.h-10{height:calc(var(--spacing)*10)}.h-12{height:calc(var(--spacing)*12)}.min-h-screen{min-height:100vh}.w-1{width:calc(var(--spacing)*1)}.w-6{width:calc(var(--spacing)*6)}.w-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:calc(var(--spacing)*0)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-\[\#2756d8\]{border-color:#2756d8}.border-amber-200{border-color:var(--color-amber-200)}.border-blue-100{border-color:var(--color-blue-100)}.border-blue-200{border-color:var(--color-blue-200)}.border-blue-500{border-color:var(--color-blue-500)}.border-emerald-500{border-color:var(--color-emerald-500)}.border-gray-200{border-color:var(--color-gray-200)}.border-purple-500{border-color:var(--color-purple-500)}.border-red-500{border-color:var(--color-red-500)}.border-transparent{border-color:#0000}.bg-\[\#f4f5f7\]{background-color:#f4f5f7}.bg-\[\#f8fafd\]{background-color:#f8fafd}.bg-amber-50{background-color:var(--color-amber-50)}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-slate-300{background-color:var(--color-slate-300)}.p-0{padding:calc(var(--spacing)*0)}.p-3{padding:calc(var(--spacing)*3)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-1{padding-block:calc(var(--spacing)*1)}.py-8{padding-block:calc(var(--spacing)*8)}.pt-1{padding-top:calc(var(--spacing)*1)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-\[\#2756d8\]{color:#2756d8}.text-amber-500{color:var(--color-amber-500)}.text-amber-800{color:var(--color-amber-800)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-emerald-600{color:var(--color-emerald-600)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-900{color:var(--color-gray-900)}.text-green-600{color:var(--color-green-600)}.text-indigo-600{color:var(--color-indigo-600)}.text-purple-600{color:var(--color-purple-600)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-slate-400{color:var(--color-slate-400)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-800{color:var(--color-slate-800)}.text-white{color:var(--color-white)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(hover:hover){.hover\:bg-slate-200:hover{background-color:var(--color-slate-200)}}@media(min-width:48rem){.md\:w-\[150px\]{width:150px}.md\:w-\[180px\]{width:180px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}}}:root{--crm-bg:#eef1f6;--crm-surface:#fff;--crm-surface-2:#f5f7fa;--crm-surface-3:#eef1f5;--crm-border:#e2e7ef;--crm-border-2:#d4dae4;--crm-ink:#161a22;--crm-ink-2:#5a6577;--crm-ink-3:#8b94a4;--crm-primary:#2756d8;--crm-primary-700:#1b3da3;--crm-primary-soft:#e9efff;--crm-side:#0f1623;--crm-side-2:#151d2d;--crm-side-line:#222c3e;--crm-side-ink:#aab4c5;--crm-side-ink-2:#6b7689;--crm-green:#0f9d58;--crm-green-soft:#e4f6ec;--crm-amber:#cc8a00;--crm-amber-soft:#fbf0d8;--crm-red:#dc3a3a;--crm-red-soft:#fce9e9;--crm-sky:#2474d6;--crm-sky-soft:#e4f0fd;--crm-violet:#7a4dd6;--crm-violet-soft:#efe8fc;--crm-shadow-sm:0 1px 2px #1018280f,0 1px 3px #1018280a;--crm-ctrl-h:36px;--crm-ctrl-radius:10px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Manrope,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{background:var(--crm-bg);min-width:320px;min-height:100vh;color:var(--crm-ink);margin:0}.num,.crm-num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}#root{min-height:100vh}.crm-shell{background:var(--crm-bg);min-height:100vh}.crm-sidebar{background:var(--crm-side);height:100vh;color:var(--crm-side-ink);position:sticky;top:0;overflow:hidden}.crm-sidebar .ant-layout-sider-children{flex-direction:column;height:100%;display:flex}.crm-brand{align-items:center;gap:11px;padding:18px 18px 14px;display:flex}.crm-logo{color:#fff;background:linear-gradient(135deg,#2756d8,#4f7df0);border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:19px;font-weight:800;display:flex;box-shadow:0 4px 12px #2756d866}.crm-brand-title{color:#fff;font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:18px;font-weight:800;line-height:1}.crm-brand-subtitle{color:var(--crm-side-ink-2);margin-top:2px;font-size:11px}.crm-nav{scrollbar-color:#5f6878 transparent;scrollbar-width:thin;flex:1;min-height:0;padding:6px 12px 20px;overflow-y:auto}.crm-nav::-webkit-scrollbar{width:7px}.crm-nav::-webkit-scrollbar-track{background:0 0}.crm-nav::-webkit-scrollbar-thumb{background:#5f6878;border-radius:999px}.crm-nav::-webkit-scrollbar-thumb:hover{background:#7a8495}.crm-nav-group{margin-top:14px}.crm-nav-label{color:var(--crm-side-ink-2);letter-spacing:.09em;padding:0 10px 6px;font-size:10.5px;font-weight:700}.crm-nav-item{width:100%;color:var(--crm-side-ink);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;margin-bottom:1px;padding:8px 11px;font-size:13.5px;font-weight:600;transition:all .13s;display:flex}.crm-nav-item:hover{background:var(--crm-side-2);color:#dfe5ee}.crm-nav-item.active{background:var(--crm-primary);color:#fff;box-shadow:0 4px 12px #2756d859}.crm-nav-icon{justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.crm-nav-badge{color:#fff;background:#ffffff38;border-radius:20px;margin-left:auto;padding:1px 7px;font-size:10.5px;font-weight:700}.crm-side-foot{border-top:1px solid #ffffff0f;padding:8px 12px}.crm-side-user{width:100%;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:4px;transition:background .15s;display:flex}.crm-side-user:hover{background:#ffffff08}.crm-avatar{color:#e2e8f0;background:#ffffff14;border:1px solid #ffffff1a;flex:none;font-size:10px;font-weight:600}.crm-user-copy{text-align:left;flex-direction:column;flex:1;min-width:0;display:flex}.crm-user-name{color:#f8fafc;font-size:12px;font-weight:500;line-height:1.25}.crm-user-role{color:#64748b;margin-top:1px;font-size:10px;font-weight:400}.crm-logout-btn{color:#ffffff73;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.crm-logout-btn:hover{color:#ef4444;background:#ef44441f}.crm-logout-icon{width:14px;height:14px;display:block}.crm-main{background:var(--crm-bg);min-width:0}.crm-topbar{z-index:20;border-bottom:1px solid var(--crm-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffdb;align-items:center;gap:14px;height:62px;padding:0 24px;display:flex;position:sticky;top:0}.crm-menu-btn{display:none}.crm-page-title{font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:17px;font-weight:700}.crm-page-subtitle{color:var(--crm-ink-3);margin-top:1px;font-size:12px}.crm-top-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.crm-search{background:var(--crm-surface-2);border-radius:10px;width:300px}.crm-role-switch{border:1px solid var(--crm-border);background:var(--crm-surface-2);border-radius:10px;gap:2px;padding:3px;display:flex}.crm-role-switch button{color:var(--crm-ink-2);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:7px;padding:5px 10px;font-size:12px;font-weight:700}.crm-role-switch button.active{background:var(--crm-surface);box-shadow:var(--crm-shadow-sm);color:var(--crm-primary)}.crm-bell{border-radius:10px;width:38px;height:38px;position:relative}.crm-dot{background:var(--crm-red);border:1.5px solid #fff;border-radius:999px;width:7px;height:7px;position:absolute;top:8px;right:9px}.crm-stage{width:100%;max-width:1600px;margin:0 auto;padding:22px 30px 24px}.crm-page-head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:18px;display:flex}.crm-page-head h1{margin:0;font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:23px;font-weight:700}.crm-page-title-row{align-items:flex-start;gap:12px;margin-top:8px;display:flex}.crm-back-btn{border:1px solid var(--crm-border-2,#e2e8f0);width:32px;height:32px;color:var(--crm-ink-2,#475569);background:var(--crm-surface,#fff);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;margin-top:2px;padding:0;transition:all .2s;display:flex}.crm-back-btn:hover{background:var(--crm-surface-2,#f1f5f9);color:var(--crm-primary,#2563eb);border-color:var(--crm-primary,#2563eb)}.crm-page-head-right{text-align:right}.crm-page-head p,.crm-card-head p,.crm-dashboard-role-subtitle{color:var(--crm-ink-2);margin:4px 0 0;font-size:13px}.crm-head-actions{align-items:center;gap:12px;display:flex}.crm-head-actions .ant-select{min-width:176px;height:48px}.crm-head-actions .ant-select-selector{border-radius:12px;padding:0 15px}.crm-head-actions .ant-select-selection-item{font-size:14px;line-height:46px}.crm-head-actions .crm-org-select .ant-select-selector{border-color:var(--crm-primary)}.crm-card-head p span,.crm-api-chip{border:1px solid var(--crm-border);background:var(--crm-surface-2);color:var(--crm-ink-3);border-radius:7px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:11px;display:inline-block}.crm-back-link{height:30px;box-shadow:none;color:var(--crm-ink-2);background:0 0;border:0;margin:0 0 10px -8px;font-size:13px;font-weight:700}.crm-back-link:hover{background:var(--crm-surface-2);color:var(--crm-primary)}.crm-back-link.action{border:1px solid var(--crm-border-2);background:var(--crm-surface);box-shadow:var(--crm-shadow-sm);margin:0}.crm-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.crm-kpi,.crm-card{border:1px solid var(--crm-border);background:var(--crm-surface);box-shadow:var(--crm-shadow-sm);border-radius:14px}.crm-kpi{border-radius:16px;flex-direction:column;min-height:144px;padding:20px 22px 16px;display:flex}.crm-kpi-title{color:var(--crm-ink-2);align-items:center;gap:12px;font-size:13.5px;font-weight:650;line-height:1.2;display:flex}.crm-kpi-icon{border-radius:10px;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;display:flex}.crm-kpi-icon.blue{background:var(--crm-primary-soft);color:var(--crm-primary)}.crm-kpi-icon.green{background:var(--crm-green-soft);color:var(--crm-green)}.crm-kpi-icon.sky{background:var(--crm-sky-soft);color:var(--crm-sky)}.crm-kpi-icon.violet{background:var(--crm-violet-soft);color:var(--crm-violet)}.crm-kpi-icon.amber{background:var(--crm-amber-soft);color:var(--crm-amber)}.crm-kpi-value{border-bottom:1px solid var(--crm-border);color:#0f172a;letter-spacing:0;justify-content:space-between;align-items:baseline;gap:12px;margin-top:16px;padding-bottom:11px;font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:27px;font-weight:750;line-height:1;display:flex}.crm-kpi-value span{color:var(--crm-ink-3);white-space:nowrap;font-size:14px;font-weight:700}.crm-kpi-value strong{min-width:0;font:inherit;overflow-wrap:anywhere}.crm-kpi.compact{border-radius:14px;min-height:142px;padding:16px}.crm-kpi.compact .crm-kpi-icon{border-radius:9px;flex-basis:34px;width:34px;height:34px;font-size:15px}.crm-kpi.compact .crm-kpi-value{margin-top:14px;font-size:22px;line-height:1.08}.crm-kpi.compact .crm-kpi-note{font-size:12px;line-height:1.25}.crm-kpi-delta,.crm-kpi-note{align-items:center;gap:5px;margin-top:10px;font-size:13px;font-weight:650;display:flex}.crm-kpi-delta{color:#0b7a45}.crm-kpi-note{color:var(--crm-ink-3)}.crm-grid{gap:16px;display:grid}.crm-chart-grid{grid-template-columns:1.5fr 1fr;margin-top:16px}.crm-bottom-grid{grid-template-columns:1.2fr 1fr 1fr;margin-top:16px}.crm-manager-dashboard .crm-page-head{align-items:center;margin-bottom:24px}.crm-manager-dashboard .crm-page-head h1{letter-spacing:0;font-size:27px}.crm-manager-dashboard .crm-page-head p{margin-top:7px;font-size:14px}.crm-manager-dashboard>.crm-page-head .crm-primary-btn{border-radius:10px;height:46px;padding:0 20px;font-size:14.5px}.crm-manager-kpis{gap:16px}.crm-manager-kpis .crm-kpi{border-radius:14px;min-height:146px;padding:20px 22px 18px}.crm-manager-kpis .crm-kpi-title{gap:12px;font-size:13.5px}.crm-manager-kpis .crm-kpi-icon{border-radius:10px;flex-basis:38px;width:38px;height:38px}.crm-manager-kpis .crm-kpi-value{margin-top:16px;padding-bottom:10px;font-size:28px}.crm-manager-work-grid{grid-template-columns:minmax(0,1fr) minmax(360px,1fr);margin-top:18px}.crm-manager-actions-card,.crm-manager-tasks-card,.crm-manager-sales-card{border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-manager-actions-card .crm-card-head,.crm-manager-tasks-card .crm-card-head,.crm-manager-sales-card .crm-card-head{min-height:62px;padding:17px 22px}.crm-manager-actions-card .crm-card-head h3,.crm-manager-tasks-card .crm-card-head h3,.crm-manager-sales-card .crm-card-head h3{letter-spacing:0;font-size:17px}.crm-manager-actions-card .crm-card-body{flex-wrap:wrap;align-content:flex-start;gap:10px;min-height:150px;padding:22px;display:flex}.crm-manager-actions-card .ant-btn{height:var(--crm-ctrl-h);box-shadow:var(--crm-shadow-sm);border-radius:9px;padding:0 16px;font-size:14px;font-weight:700}.crm-manager-tasks-card .crm-card-body{padding:24px 24px 20px}.crm-manager-task-row{border-bottom:1px solid var(--crm-border);min-height:46px;color:var(--crm-ink-2);grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:12px;font-size:14px;display:grid}.crm-manager-task-row:last-child{border-bottom:0}.crm-manager-task-row p{min-width:0;margin:0}.crm-manager-task-row strong{color:var(--crm-ink);white-space:nowrap;font-size:14px;font-weight:800}.crm-manager-task-row .crm-badge{justify-content:center;gap:6px;width:max-content;min-width:92px;padding:4px 9px;font-size:12px}.crm-manager-sales-card{margin-top:18px}.crm-manager-sales-card .crm-card-head button{color:var(--crm-ink-3);font-size:13px}.crm-manager-sales-card .crm-card-head button:hover{color:var(--crm-primary)}.crm-manager-sales-table{font-size:13.5px}.crm-manager-sales-table th,.crm-manager-sales-table td{padding:13px 18px}.crm-manager-sales-table thead th{letter-spacing:.04em;background:#f7f9fc;font-size:11.5px}.crm-manager-sales-table tbody tr{cursor:pointer}.crm-manager-client-cell{align-items:center;gap:10px;min-width:210px;display:flex}.crm-manager-client-cell .crm-mini-avatar{border-radius:10px;width:42px;height:42px;font-size:13.5px}.crm-manager-client-cell strong{font-size:13.5px;font-weight:750}.crm-manager-progress{align-items:center;gap:8px;width:120px;display:flex}.crm-manager-progress>span{background:var(--crm-surface-3);border-radius:99px;width:72px;height:7px;display:block;overflow:hidden}.crm-manager-progress i{background:var(--crm-primary);border-radius:99px;height:100%;display:block}.crm-manager-progress strong{color:var(--crm-ink);font-size:12px;font-weight:800}.crm-card-head{border-bottom:1px solid var(--crm-border);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.crm-card-head h3{margin:0;font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:15px;font-weight:700}.crm-card-head>button{color:var(--crm-ink-3);cursor:pointer;background:0 0;border:0;font-size:12px}.crm-card-body{padding:18px}.crm-card-body.compact{padding-top:6px}.crm-seg{border:1px solid var(--crm-border);background:var(--crm-surface-2);border-radius:10px;gap:2px;padding:3px;display:inline-flex}.crm-seg button{color:var(--crm-ink-2);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:7px 13px;font-size:13px;font-weight:700}.crm-seg button.active{background:var(--crm-surface);box-shadow:var(--crm-shadow-sm);color:var(--crm-primary)}.crm-chart,.crm-line-chart{width:100%;height:200px}.crm-chart line,.crm-line-chart line{stroke:var(--crm-border)}.crm-chart rect{fill:var(--crm-primary)}.crm-chart text,.crm-line-chart text{fill:var(--crm-ink-3);font-family:Manrope,sans-serif;font-size:11px}.crm-line-chart polygon{fill:#2756d81a}.crm-line-chart polyline{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px}.crm-line-chart .primary{stroke:var(--crm-primary)}.crm-line-chart .muted{stroke:#aeb7c6}.crm-line-chart .primary-dot{fill:#fff;stroke:var(--crm-primary);stroke-width:2px}.crm-donut-wrap{align-items:center;gap:20px;display:flex}.crm-donut{flex:none;width:140px;height:140px;position:relative}.crm-donut svg{width:140px;height:140px;transform:rotate(-90deg)}.crm-donut circle{fill:none;stroke-width:20px}.crm-donut circle:first-child{stroke:var(--crm-surface-3)}.crm-donut>div{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.crm-donut strong{font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:22px;font-weight:800}.crm-donut span{color:var(--crm-ink-3);font-size:11px}.crm-donut-legend{flex-direction:column;flex:1;gap:8px;display:flex}.crm-donut-legend div{align-items:center;gap:8px;font-size:12px;display:flex}.crm-donut-legend span,.crm-legend span,.crm-legend-row i{border-radius:999px;width:9px;height:9px}.crm-donut-legend p{color:var(--crm-ink-2);flex:1;margin:0}.crm-donut-legend b{font-size:12px}.crm-legend,.crm-legend-row{color:var(--crm-ink-2);align-items:center;gap:6px;margin-top:8px;font-size:12.5px;display:flex}.crm-legend span.blue,.crm-legend-row .blue{background:var(--crm-primary)}.crm-legend-row{gap:16px;margin-top:6px}.crm-legend-row span{align-items:center;gap:6px;display:inline-flex}.crm-legend-row .slate{background:#64748b}.crm-mt{margin-top:16px}.crm-badge{border-radius:8px;align-items:center;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.crm-badge.blue{background:var(--crm-primary-soft);color:var(--crm-primary-700)}.crm-badge.amber{background:var(--crm-amber-soft);color:#9a6a00}.crm-badge.sky{background:var(--crm-sky-soft);color:#1a5aa8}.crm-badge.violet{background:var(--crm-violet-soft);color:#5a32b0}.crm-badge.red{background:var(--crm-red-soft);color:#b32626}.crm-badge.slate{background:var(--crm-surface-3);color:var(--crm-ink-2)}.crm-badge.green{background:var(--crm-green-soft);color:#0b7a45}.crm-list-row{border-bottom:1px solid var(--crm-border);align-items:center;gap:12px;padding:11px 0;display:flex}.crm-list-row:last-child{border-bottom:0}.crm-rank{width:16px;color:var(--crm-ink-3)}.crm-mini-avatar{background:var(--crm-primary-soft);width:36px;height:36px;color:var(--crm-primary-700);border-radius:10px;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.crm-mini-avatar.green{background:var(--crm-green-soft);color:#0b7a45}.crm-mini-avatar.sky{background:var(--crm-sky-soft);color:#1a5aa8}.crm-mini-avatar.violet{background:var(--crm-violet-soft);color:#5a32b0}.crm-mini-avatar.amber{background:var(--crm-amber-soft);color:#9a6a00}.crm-list-row div{flex:1}.crm-list-row strong{font-size:13.5px;display:block}.crm-list-row span{color:var(--crm-ink-3);font-size:12px}.crm-list-row em{color:var(--crm-ink);font-style:normal;font-weight:700}.crm-kv{border-bottom:1px solid var(--crm-border);justify-content:space-between;gap:12px;padding:8px 0;font-size:13.5px;display:flex}.crm-kv span{color:var(--crm-ink-2)}.crm-kv .red{color:#b32626}.crm-divider{background:var(--crm-border);height:1px;margin:16px 0}.crm-card h4{margin:0 0 8px;font-size:14px}.crm-full-btn{border-radius:10px;width:100%;margin-top:16px;font-weight:700}.crm-danger-btn{height:36px;box-shadow:var(--crm-shadow-sm);color:#b32626;background:#fff;border-color:#f2c7c7;border-radius:10px;font-weight:700}.crm-primary-btn{border-color:var(--crm-primary);background:var(--crm-primary);color:#fff;border-radius:10px;height:36px;font-weight:700;box-shadow:0 4px 12px #2756d847}.crm-primary-btn:hover{color:#fff;background:#2049bf;border-color:#2049bf}.crm-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-field{margin-bottom:14px;display:block}.crm-field>span:first-child:not(.ant-input-affix-wrapper),.crm-section-note{color:var(--crm-ink-2);margin-bottom:6px;font-size:12.5px;font-weight:700;display:block}.crm-section-note{color:var(--crm-ink-3)}.crm-field .ant-input,.crm-field .ant-input-password,.crm-field textarea{border-radius:10px;font-size:13.5px}.crm-inline-fields{gap:12px;display:flex}.crm-inline-fields>*{flex:1}.ant-input[type=date]{box-sizing:border-box;align-items:center;height:36px;padding-top:0;padding-bottom:0;line-height:1;display:flex}.crm-inline-fields .crm-field .ant-select,.crm-inline-fields .crm-field .ant-input-affix-wrapper{width:100%}.ant-input:not(textarea),.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select:not(.ant-select-multiple) .ant-select-selector,.ant-btn:not(.ant-btn-icon-only){height:var(--crm-ctrl-h);min-height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius);box-sizing:border-box}.ant-input-affix-wrapper .ant-input{height:auto;min-height:unset}.ant-select:not(.ant-select-multiple) .ant-select-selection-item,.ant-select:not(.ant-select-multiple) .ant-select-selection-placeholder{line-height:var(--crm-ctrl-h)}.ant-input[type=date]{height:var(--crm-ctrl-h);align-items:center;padding-top:0;padding-bottom:0;line-height:1;display:flex}.crm-inline-fields .crm-field .ant-select,.crm-inline-fields .crm-field .ant-input-affix-wrapper,.crm-inline-fields .crm-field .ant-picker,.crm-inline-fields .crm-field .ant-input-number{width:100%}.crm-imgph{border:1.5px dashed var(--crm-border-2);background:var(--crm-surface-2);height:72px;color:var(--crm-ink-3);border-radius:10px;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.crm-auto-card{background:var(--crm-primary-soft);border:1px solid #cdd9fb;border-radius:14px;margin-top:6px;padding:14px}.crm-auto-card strong{color:var(--crm-primary-700);align-items:center;gap:7px;margin-bottom:6px;display:flex}.crm-auto-card p{color:var(--crm-ink-2);margin:0;font-size:12px}.crm-form-actions,.crm-detail-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.crm-form-actions{margin-top:18px}.crm-client-sale-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-client-sale-actions .ant-btn{min-width:126px;height:var(--crm-ctrl-h);justify-content:center;align-items:center;font-weight:700;display:inline-flex}.crm-contract-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:start;gap:18px;display:grid}.crm-contract-head-icon{color:var(--crm-primary);font-size:22px}.crm-contract-preview{border:1px dashed var(--crm-border);background:var(--crm-surface-2);text-align:center;min-height:220px;color:var(--crm-ink-2);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.crm-contract-preview .anticon{color:var(--crm-primary);font-size:34px}.crm-contract-preview strong{color:var(--crm-ink);font-size:18px}.crm-contract-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.crm-contract-actions .ant-btn{height:var(--crm-ctrl-h);font-weight:700}.crm-contract-fields{flex-direction:column;gap:12px;display:flex}.crm-contract-fields>div{border-bottom:1px solid var(--crm-border);justify-content:space-between;gap:16px;padding-bottom:10px;display:flex}.crm-contract-fields span{color:var(--crm-ink-3);font-size:13px}.crm-contract-fields strong{text-align:right;color:var(--crm-ink)}.crm-detail-actions .ant-btn{border-radius:10px;font-weight:700}.crm-org-info{color:var(--crm-ink-2);align-items:center;gap:8px;display:flex}.crm-org-filters{margin-bottom:16px}.crm-org-filters .crm-card-body{flex-wrap:wrap;gap:8px;padding:18px;display:flex}.crm-org-search{border-radius:10px;max-width:280px}.crm-org-filters .ant-select{min-width:154px}.crm-org-filters .ant-select-selector{border-radius:10px}.crm-table-card{overflow:hidden}.crm-table-wrap{overflow-x:auto}.crm-table{border-collapse:collapse;width:100%;font-size:13.5px}.crm-table thead th{border-bottom:1px solid var(--crm-border);background:var(--crm-surface-2);color:var(--crm-ink-3);letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:11px 14px;font-size:11.5px;font-weight:700}.crm-table tbody td{border-bottom:1px solid var(--crm-border);vertical-align:middle;white-space:nowrap;padding:12px 14px}.crm-table tbody tr{transition:all .1s}.crm-table tbody tr:hover{background:var(--crm-surface-2);cursor:pointer}.crm-table tbody tr:last-child td{border-bottom:0}.crm-org-name-cell{align-items:center;gap:8px;min-width:210px;display:flex}.crm-org-name-cell strong{font-weight:700;display:block}.crm-org-name-cell span:not(.crm-mini-avatar){color:var(--crm-ink-3);font-size:12px;display:block}.crm-status-badge{white-space:nowrap;border-radius:8px;align-items:center;gap:5px;padding:3px 9px;font-size:12px;font-weight:700;display:inline-flex}.crm-status-badge span{background:currentColor;border-radius:999px;width:7px;height:7px}.crm-status-badge.green{background:var(--crm-green-soft);color:#0b7a45}.crm-status-badge.red{background:var(--crm-red-soft);color:#b32626}.crm-open-btn{border-radius:8px;font-weight:700}.crm-table-foot{border-top:1px solid var(--crm-border);color:var(--crm-ink-2);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:13px;display:flex}.crm-sms-balans .crm-page-head{align-items:center;margin-bottom:14px}.crm-sms-balans .crm-page-head h1{font-size:22px}.crm-sms-balans .crm-head-actions .crm-primary-btn{height:var(--crm-ctrl-h);border-radius:10px;font-size:13px;font-weight:700;box-shadow:0 3px 10px #2756d833}.crm-sms-kpi-grid{gap:12px}.crm-sms-kpi{border-radius:12px;min-height:112px;padding:14px 16px 12px;box-shadow:0 1px 2px #1018280d}.crm-sms-kpi .crm-kpi-title{gap:8px;font-size:12.5px}.crm-sms-kpi .crm-kpi-icon{border-radius:9px;flex-basis:30px;width:30px;height:30px;font-size:14px}.crm-sms-kpi .crm-kpi-value{margin-top:10px;padding-bottom:8px;font-size:23px}.crm-sms-kpi .crm-kpi-value span{font-size:12.5px}.crm-sms-kpi .crm-kpi-note{margin-top:7px;font-size:12px;line-height:1.3}.crm-sms-table-card{border-radius:14px;margin-top:12px;box-shadow:0 1px 2px #1018280d}.crm-sms-table-card .crm-card-head{min-height:56px;padding:13px 20px}.crm-sms-table-card .crm-card-head h3{font-size:15px}.crm-sms-table-card .crm-api-chip{border-color:var(--crm-border-2);background:#f8fafc}.crm-sms-table-top{border-bottom:1px solid var(--crm-border);justify-content:space-between;align-items:center;gap:16px;padding:8px 20px 0;display:flex}.crm-sms-table-top .crm-card-head{border-bottom:0;flex:1;min-width:0;min-height:auto;padding:0}.crm-sms-balance-filters{flex-direction:row;flex:0 auto;justify-content:flex-end;align-items:center;gap:8px;width:auto;margin-bottom:0;padding:0}.crm-sms-balance-filters .ant-select,.crm-sms-balance-filters .ant-picker,.crm-sms-balance-filters .ant-btn{flex:none;width:auto;min-width:142px}.crm-sms-balance-filters .ant-select-selector,.crm-sms-balance-filters .ant-picker,.crm-sms-balance-filters .ant-btn{height:40px}.crm-sms-balance-filters .ant-select{min-width:156px}.crm-sms-balance-filters .ant-btn{min-width:104px}.crm-sms-table-card .crm-table{table-layout:fixed;font-size:13.25px}.crm-sms-table-card .crm-table th:first-child,.crm-sms-table-card .crm-table td:first-child{width:18%}.crm-sms-table-card .crm-table th:nth-child(2),.crm-sms-table-card .crm-table td:nth-child(2){width:14%}.crm-sms-table-card .crm-table th:nth-child(3),.crm-sms-table-card .crm-table td:nth-child(3),.crm-sms-table-card .crm-table th:nth-child(4),.crm-sms-table-card .crm-table td:nth-child(4){width:15%}.crm-sms-table-card .crm-table th:nth-child(5),.crm-sms-table-card .crm-table td:nth-child(5){width:38%}.crm-sms-table-card .crm-table thead th{letter-spacing:.055em;background:#f6f8fb;padding:10px 20px;font-size:11px}.crm-sms-table-card .crm-table tbody td{padding:11px 20px}.crm-sms-table-card .crm-table td:nth-child(5){text-overflow:ellipsis;overflow:hidden}.crm-sms-table-card .crm-badge{border-radius:8px;padding:3px 10px;font-size:12px;line-height:1.35}.crm-sms-table-card .crm-table-foot{background:#fff;padding:11px 20px}.crm-sms-detalization-table-card{border-radius:14px;margin-top:12px;box-shadow:0 1px 2px #1018280d}.crm-sms-detalization-table-card .crm-card-head{min-height:56px;padding:13px 20px}.crm-sms-detalization-table-card .crm-card-head h3{font-size:15px}.crm-sms-detalization-table-card .crm-table{table-layout:fixed;font-size:13.25px}.crm-sms-detalization-table-card .crm-table thead th{letter-spacing:.055em;background:#f6f8fb;padding:10px 20px;font-size:11px}.crm-sms-detalization-table-card .crm-table tbody td{padding:11px 20px}.crm-sms-detalization-table-card .crm-table th:first-child,.crm-sms-detalization-table-card .crm-table td:first-child{width:15%}.crm-sms-detalization-table-card .crm-table th:nth-child(2),.crm-sms-detalization-table-card .crm-table td:nth-child(2){width:13%}.crm-sms-detalization-table-card .crm-table th:nth-child(3),.crm-sms-detalization-table-card .crm-table td:nth-child(3){width:24%}.crm-sms-detalization-table-card .crm-table th:nth-child(4),.crm-sms-detalization-table-card .crm-table td:nth-child(4){width:8%}.crm-sms-detalization-table-card .crm-table th:nth-child(5),.crm-sms-detalization-table-card .crm-table td:nth-child(5){width:12%}.crm-sms-detalization-table-card .crm-table th:nth-child(6),.crm-sms-detalization-table-card .crm-table td:nth-child(6){width:8%}.crm-sms-detalization-table-card .crm-table th:nth-child(7),.crm-sms-detalization-table-card .crm-table td:nth-child(7),.crm-sms-detalization-table-card .crm-table th:nth-child(8),.crm-sms-detalization-table-card .crm-table td:nth-child(8){width:10%}.crm-sms-detalization-table-card .crm-badge{border-radius:8px;padding:3px 10px;font-size:12px;line-height:1.35}.crm-sms-detalization-table-card .crm-table-foot{background:#fff;padding:11px 20px}.crm-sms-logs-filter-card{align-items:center;margin-bottom:20px;padding:12px 16px;display:flex}.crm-sms-logs-filter-row{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.crm-sms-logs-filter-label{color:var(--crm-ink-2);white-space:nowrap;font-size:12px;line-height:1}.crm-sms-logs-filter-select{min-width:220px}.crm-sms-logs-filter-select .ant-select-selector{height:40px}.crm-sales-report .crm-page-head{align-items:center;margin-bottom:14px}.crm-report-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.crm-report-actions .ant-picker,.crm-report-actions .ant-select,.crm-report-actions .ant-btn{min-width:136px;height:var(--crm-ctrl-h)}.crm-report-actions .crm-report-range{min-width:220px}.crm-report-actions .ant-select-selector,.crm-report-actions .ant-picker,.crm-report-actions .ant-btn{border-radius:10px}.crm-compact-date-popup{padding-top:10px}.crm-compact-date-popup .ant-picker-panel-container{border-radius:14px;overflow:hidden;box-shadow:0 18px 42px #0f172a29}.crm-compact-date-popup .ant-picker-panel-layout{background:#fff}.crm-compact-date-popup .ant-picker-header{padding:10px 12px}.crm-compact-date-popup .ant-picker-header-view{font-size:14px;font-weight:700}.crm-compact-date-popup .ant-picker-content th,.crm-compact-date-popup .ant-picker-content td{min-width:34px;font-size:13px}.crm-compact-date-popup .ant-picker-cell{padding:2px 0}.crm-compact-date-popup .ant-picker-cell-inner{width:30px;min-width:30px;height:30px;line-height:30px}.crm-compact-date-popup .ant-picker-body{padding:8px 10px}.crm-compact-date-popup .ant-picker-footer{padding:8px 0 10px}.crm-report-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.crm-report-kpi{border-radius:12px;min-height:118px;padding:15px 16px 12px;box-shadow:0 1px 2px #1018280d}.crm-report-kpi .crm-kpi-title{gap:9px;font-size:12.5px}.crm-report-kpi .crm-kpi-icon{border-radius:9px;flex-basis:30px;width:30px;height:30px;font-size:14px}.crm-report-kpi .crm-kpi-value{margin-top:11px;padding-bottom:8px;font-size:23px}.crm-report-kpi .crm-kpi-value span{font-size:12.5px}.crm-report-kpi .crm-kpi-note{margin-top:7px;font-size:12px;line-height:1.3}.crm-report-grid{grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:12px;margin-top:12px;display:grid}.crm-report-chart-card,.crm-report-table-card{border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-report-chart-card .crm-card-head,.crm-report-table-card .crm-card-head{min-height:56px;padding:13px 18px}.crm-report-bars{grid-template-columns:repeat(6,minmax(42px,1fr));align-items:end;gap:14px;height:242px;padding:22px 22px 18px;display:grid}.crm-report-bar{text-align:center;grid-template-rows:1fr auto auto;align-items:end;gap:7px;min-width:0;height:100%;display:grid}.crm-report-bar-track{background:linear-gradient(#f8fafc,#eef3f8);border-radius:10px;justify-content:center;align-items:end;height:148px;display:flex;position:relative}.crm-report-bar-track span{background:linear-gradient(#18a86b,#0f8a50);border-radius:8px 8px 5px 5px;width:min(42px,72%);display:block;box-shadow:0 8px 18px #0f9d582e}.crm-report-bar strong{color:var(--crm-ink-2);font-size:12px}.crm-report-bar small{color:var(--crm-ink-3);font-size:11px;font-weight:700}.crm-report-table-card .crm-table{table-layout:fixed;font-size:13.25px}.crm-report-table-card .crm-table th,.crm-report-table-card .crm-table td{padding:11px 16px}.crm-report-table-card .crm-table th:first-child,.crm-report-table-card .crm-table td:first-child{width:34%}.crm-report-table-card .crm-table th:nth-child(2),.crm-report-table-card .crm-table td:nth-child(2){width:18%}.crm-report-table-card .crm-table th:nth-child(3),.crm-report-table-card .crm-table td:nth-child(3),.crm-report-table-card .crm-table th:nth-child(4),.crm-report-table-card .crm-table td:nth-child(4){width:24%}.crm-report-table-card .crm-table-foot{background:#fff;padding:11px 16px}.crm-debts-report .crm-page-head{align-items:center;margin-bottom:14px}.crm-report-actions .ant-input-number{width:160px;height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius)}.crm-report-actions .ant-input-number-input{height:36px;font-size:13px}.crm-kpi-icon.red{background:var(--crm-red-soft);color:var(--crm-red)}.crm-debts-table-card{border-radius:14px;margin-top:12px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-debts-table-card .crm-card-head{min-height:56px;padding:13px 18px}.crm-debts-table-card .crm-card-head>span{color:var(--crm-ink-3);font-size:12.5px;font-weight:700}.crm-debts-table-card .crm-table{table-layout:fixed;min-width:980px;font-size:13.25px}.crm-debts-table-card .crm-table th,.crm-debts-table-card .crm-table td{padding:8px 12px}.crm-debts-table-card .crm-table th:first-child,.crm-debts-table-card .crm-table td:first-child{width:20%}.crm-debts-table-card .crm-table th:nth-child(2),.crm-debts-table-card .crm-table td:nth-child(2),.crm-debts-table-card .crm-table th:nth-child(3),.crm-debts-table-card .crm-table td:nth-child(3),.crm-debts-table-card .crm-table th:nth-child(4),.crm-debts-table-card .crm-table td:nth-child(4){width:12%}.crm-debts-table-card .crm-table th:nth-child(5),.crm-debts-table-card .crm-table td:nth-child(5){width:5%}.crm-debts-table-card .crm-table th:nth-child(6),.crm-debts-table-card .crm-table td:nth-child(6){width:12%}.crm-debts-table-card .crm-table th:nth-child(7),.crm-debts-table-card .crm-table td:nth-child(7){width:21%}.crm-debts-table-card .crm-table th:nth-child(8),.crm-debts-table-card .crm-table td:nth-child(8){text-align:right;width:6%}.crm-debts-table-card .crm-table td strong{font-weight:800;display:block}.crm-debt-danger{color:#b32626;font-weight:800}.crm-debts-table-card .ant-btn{border-radius:50%;width:28px;height:28px}.crm-payment-report .crm-page-head{align-items:center;margin-bottom:14px}.crm-payment-report .crm-cash-search{width:210px;height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius)}.crm-cash-report-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}.crm-cash-chart-body{min-height:246px;padding:18px 20px 20px}.crm-cash-line-chart{width:100%;height:210px}.crm-cash-line-chart line{stroke:var(--crm-border)}.crm-cash-line-chart polygon{fill:#0f9d581f}.crm-cash-line-chart polyline{fill:none;stroke:var(--crm-green);stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.crm-cash-line-chart circle{fill:#fff;stroke:var(--crm-green);stroke-width:2.5px}.crm-cash-line-chart text{fill:var(--crm-ink-3);font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.crm-cash-donut-wrap{grid-template-columns:148px 1fr;align-items:center;gap:20px;min-height:204px;display:grid}.crm-cash-donut,.crm-cash-donut svg{width:148px;height:148px}.crm-cash-donut circle{stroke-width:18px}.crm-cash-donut strong{overflow-wrap:anywhere;text-align:center;max-width:104px;font-size:20px;line-height:1.05}.crm-cash-method-list{flex-direction:column;gap:10px;display:flex}.crm-cash-method-list div{border-bottom:1px solid var(--crm-border);grid-template-columns:10px minmax(64px,1fr) auto auto;align-items:center;gap:8px;padding:10px 0;display:grid}.crm-cash-method-list div:last-child{border-bottom:0}.crm-cash-method-list i{border-radius:999px;width:10px;height:10px}.crm-cash-method-list span{color:var(--crm-ink-2);font-size:13px;font-weight:800}.crm-cash-method-list strong{color:var(--crm-ink);font-size:13px}.crm-cash-method-list small{color:var(--crm-ink-3);font-size:12px;font-weight:700}.crm-cash-bottom-grid{grid-template-columns:1fr;gap:12px;margin-top:12px;display:grid}.crm-cash-table-card{border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-cash-table-card .crm-card-head{min-height:56px;padding:13px 18px}.crm-cash-table-card .crm-card-head .ant-btn{border-radius:10px;font-weight:700}.crm-cash-table-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.crm-cash-table-actions .crm-cash-search{width:240px}.crm-cash-table-card .crm-table{min-width:940px;font-size:13.25px}.crm-cash-table-card .crm-table th,.crm-cash-table-card .crm-table td{padding:11px 14px}.crm-cash-table-card .crm-table td strong{font-weight:800;display:block}.crm-cash-table-card .crm-table-foot{background:#fff;padding:11px 16px}.crm-sms-send-page .crm-page-head{align-items:center;margin-bottom:18px;padding-top:2px}.crm-sms-send-page .crm-page-head h1{letter-spacing:0;font-size:27px;font-weight:850;line-height:1.15}.crm-sms-send-page .crm-page-head p{margin-top:7px}.crm-sms-send-page .crm-back-link{margin-bottom:8px}.crm-sms-mode{border:1px solid var(--crm-border);background:var(--crm-surface-2);border-radius:11px;gap:2px;padding:3px;display:inline-flex}.crm-sms-mode button{min-width:74px;height:35px;color:var(--crm-ink-2);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:14px;font-weight:800}.crm-sms-mode button.active{background:var(--crm-surface);box-shadow:var(--crm-shadow-sm);color:var(--crm-primary)}.crm-sms-send-grid{grid-template-columns:minmax(420px,.98fr) minmax(420px,1fr);align-items:start;gap:16px;margin-top:0;display:grid}.crm-sms-send-card,.crm-sms-warning-card,.crm-sms-flow-card,.crm-sms-batch-list{border-radius:13px;box-shadow:0 1px 2px #1018280a}.crm-sms-send-card{overflow:hidden}.crm-sms-send-card .crm-card-head{min-height:52px;padding:13px 20px}.crm-sms-send-card .crm-card-head h3{font-size:16px}.crm-sms-send-card .crm-card-body{padding:18px 20px 20px}.crm-sms-send-card .crm-field{gap:7px;margin-bottom:13px}.crm-sms-send-card .crm-field>span{font-size:13px;font-weight:750}.crm-sms-send-card .ant-select,.crm-sms-send-card .ant-input,.crm-sms-send-card .ant-input-affix-wrapper,.crm-sms-send-card textarea{border-radius:10px;width:100%;font-size:14px}.crm-sms-send-card .ant-select-selector,.crm-sms-send-card .ant-input{align-items:center;min-height:42px}.crm-sms-send-card textarea.ant-input{min-height:76px;padding-top:11px}.crm-sms-send-meta{color:var(--crm-ink-2);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.crm-sms-send-footer{justify-content:flex-end;margin-top:18px;display:flex}.crm-sms-send-footer .crm-primary-btn{border-radius:10px;min-width:132px;height:40px;font-size:15px}.crm-sms-send-side{flex-direction:column;gap:16px;display:flex}.crm-sms-warning-card,.crm-sms-flow-card{padding:18px 20px}.crm-sms-warning-card{color:#4f1d1d;background:#fdeaea;border-color:#f4c7c7}.crm-sms-warning-card strong{color:#c52222;align-items:center;gap:6px;font-size:15px;display:flex}.crm-sms-warning-card p,.crm-sms-flow-card p{color:var(--crm-ink-2);margin:14px 0 0;font-size:14px;line-height:1.5}.crm-sms-flow-card strong{font-size:16px;display:block}.crm-sms-batch-summary{border:1px solid var(--crm-border);background:#f8fafc;border-radius:12px;margin-top:4px;padding:18px 20px;box-shadow:inset 0 0 0 1px #ffffff73}.crm-sms-batch-summary>div{border-bottom:1px solid var(--crm-border);color:var(--crm-ink-2);justify-content:space-between;align-items:center;gap:16px;padding:10px 2px;font-size:14px;display:flex}.crm-sms-batch-summary>div:first-child{padding-top:0}.crm-sms-batch-summary>div:last-child{border-bottom:0;padding-bottom:0}.crm-sms-batch-summary strong{color:var(--crm-ink);white-space:nowrap;font-size:14px;font-weight:850}.crm-sms-batch-list{background:var(--crm-surface);overflow:hidden}.crm-sms-batch-list .crm-card-head{min-height:52px;padding:13px 20px}.crm-sms-batch-list .crm-card-head h3{font-size:16px}.crm-sms-batch-list table{border-collapse:collapse;table-layout:fixed;width:100%}.crm-sms-batch-list th{border-top:1px solid var(--crm-border);border-bottom:1px solid var(--crm-border);color:var(--crm-ink-3);letter-spacing:.03em;text-align:left;text-transform:uppercase;background:#f8fafc;padding:14px 18px;font-size:12px;font-weight:850}.crm-sms-batch-list td{border-bottom:1px solid var(--crm-border);color:var(--crm-ink);vertical-align:middle;padding:14px 18px;font-size:14px}.crm-sms-batch-list th:first-child,.crm-sms-batch-list td:first-child{width:34%}.crm-sms-batch-list th:nth-child(2),.crm-sms-batch-list td:nth-child(2){width:42%}.crm-sms-batch-list th:nth-child(3),.crm-sms-batch-list td:nth-child(3){width:24%}.crm-sms-batch-note{color:var(--crm-ink-2);align-items:center;gap:6px;margin:18px 20px 20px;font-size:13px;line-height:1.45;display:flex}.crm-pager{gap:4px;display:flex}.crm-pager button{border:1px solid var(--crm-border-2);background:var(--crm-surface);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.crm-pager button.active{border-color:var(--crm-primary);background:var(--crm-primary);color:#fff}.crm-scrim{z-index:55;background:#0000004d;border:0;position:fixed;inset:0}@media(max-width:980px){.crm-sidebar{z-index:60;transition:all .2s;position:fixed;left:0;transform:translate(-100%)}.crm-sidebar.open{transform:none}.crm-menu-btn{display:inline-flex}.crm-search{display:none}.crm-stage{padding:16px}.crm-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-chart-grid,.crm-bottom-grid,.crm-form-grid{grid-template-columns:1fr}}@media(max-width:560px){.crm-topbar{padding:0 12px}.crm-topbar>div:first-of-type{display:none}.crm-top-actions{gap:6px;min-width:0}.crm-role-switch button{padding:5px 7px;font-size:11px}.crm-kpi-grid{grid-template-columns:1fr}.crm-page-head{flex-direction:column;align-items:stretch}.crm-inline-fields{flex-direction:column;gap:0}.crm-detail-actions,.crm-form-actions{flex-direction:column;align-items:stretch}.crm-donut-wrap{flex-direction:column;align-items:flex-start}}.crm-prog{background:var(--crm-surface-3);border-radius:6px;height:8px;overflow:hidden}.crm-prog-fill{background:var(--crm-primary);border-radius:6px;height:100%;transition:width .3s}.crm-prog-fill.green{background:var(--crm-green)}.crm-prog-fill.amber{background:var(--crm-amber)}.crm-prog-fill.red{background:var(--crm-red)}.crm-imgph{border:1.5px dashed var(--crm-border-2);background:var(--crm-surface-2);text-align:center;color:var(--crm-ink-3);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.crm-building-card-image{object-fit:cover;width:100%;height:100%;display:block}.crm-building-upload-field .ant-upload-wrapper,.crm-building-upload-field .ant-upload,.crm-building-upload-field .ant-upload-drag{width:100%}.crm-building-upload-field .ant-upload-drag{overflow:hidden}.crm-building-upload-preview{border-radius:10px;width:100%;height:180px;position:relative;overflow:hidden}.crm-building-upload-preview img{object-fit:cover;width:100%;height:100%;display:block}.crm-building-upload-preview .ant-btn{background:var(--crm-surface);box-shadow:var(--crm-shadow-sm);position:absolute;bottom:10px;right:10px}.crm-building-upload-empty{justify-content:center;align-items:center;gap:6px;min-height:72px;display:flex}.crm-roommap{flex-direction:column;gap:7px;display:flex}.crm-rmrow{grid-template-columns:70px 1fr;align-items:center;gap:10px;display:grid}.crm-rmcells{grid-template-columns:repeat(8,1fr);gap:7px;display:grid}.crm-rmflr{color:var(--crm-ink-3);text-align:right;font-size:12.5px;font-weight:700}.crm-rm{cursor:pointer;border:1px solid #0000;border-radius:9px;flex-direction:column;gap:3px;min-width:0;padding:8px 9px;transition:all .12s;display:flex;position:relative}.crm-rm:hover{transform:translateY(-2px);box-shadow:0 4px 14px #10182812,0 1px 3px #1018280d}.crm-rm-edit{color:#0b7a45;opacity:0;background:#ffffffd1;border:1px solid #0b7a452e;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;transition:all .12s;display:inline-flex;position:absolute;top:6px;right:6px;box-shadow:0 1px 4px #10182814}.crm-rm:hover .crm-rm-edit,.crm-rm:focus-visible .crm-rm-edit,.crm-rm-edit:focus-visible{opacity:1}.crm-rm-edit:hover{background:#fff;border-color:#0b7a4552}.crm-rm .rn{font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:14px;font-weight:800}.crm-rm .rmeta{opacity:.8;font-size:10.5px;font-weight:600}.crm-rm.sotuvda{background:var(--crm-green-soft);color:#0b7a45;border-color:#bfe6cd}.crm-rm.band{background:var(--crm-amber-soft);color:#9a6a00;border-color:#f0dcae}.crm-rm.sotilgan{background:var(--crm-surface-2);color:var(--crm-ink-3);border-color:var(--crm-border)}.crm-rm.bekor{background:var(--crm-red-soft);color:#b32626;border-color:#f3cfcf}.crm-rm.hl{outline:2px solid var(--crm-primary);outline-offset:2px}@media(max-width:980px){.crm-rmcells{grid-template-columns:repeat(4,1fr)}}@media(max-width:560px){.crm-rmcells{grid-template-columns:repeat(3,1fr)}}.row{flex-direction:row;display:flex}.col{flex-direction:column;display:flex}.row.wrap,.col.wrap{flex-wrap:wrap}.row.center,.col.center{align-items:center}.row.between,.col.between{justify-content:space-between}.row.grow,.col.grow,.grow{flex:1}.gap-s{gap:8px}.gap-l{gap:20px}.mt-s{margin-top:8px}.tiny{font-size:12px}.faint{color:var(--crm-ink-3)}.crm-scrollable-modal .ant-modal-content{border-radius:14px;padding:0;overflow:hidden}.crm-scrollable-modal .ant-modal-header{border-bottom:1px solid var(--crm-border);margin-bottom:0;padding:18px 20px}.crm-scrollable-modal .ant-modal-body{max-height:64vh;padding:20px;overflow-y:auto}.crm-scrollable-modal .ant-modal-footer{border-top:1px solid var(--crm-border);background:var(--crm-surface-2);justify-content:flex-end;gap:10px;margin-top:0;padding:16px 20px;display:flex}.crm-scrollable-modal .ant-form-item-label>label{color:var(--crm-ink-2);height:auto;margin-bottom:6px;font-size:12.5px;font-weight:700}.crm-scrollable-modal .ant-input,.crm-scrollable-modal .ant-input-affix-wrapper,.crm-scrollable-modal textarea{border:1px solid var(--crm-border-2);color:var(--crm-ink);background:var(--crm-surface);box-shadow:none;border-radius:10px;padding:10px 12px;font-size:13.5px;transition:all .13s}.crm-scrollable-modal .ant-input:focus,.crm-scrollable-modal .ant-input-focused,.crm-scrollable-modal .ant-input-affix-wrapper-focused,.crm-scrollable-modal textarea:focus{border-color:var(--crm-primary);box-shadow:0 0 0 3px var(--crm-primary-soft)}.crm-scrollable-modal .ant-input::placeholder,.crm-scrollable-modal textarea::placeholder{color:var(--crm-ink-3)}.crm-scrollable-modal .ant-form-item{margin-bottom:14px}.crm-scrollable-modal .ant-form-item-explain{margin-top:4px;font-size:12px}.crm-leads-actions{flex-wrap:wrap}.crm-leads-actions .ant-select{min-width:152px;height:var(--crm-ctrl-h)}.crm-leads-actions .ant-select-selector{border-color:var(--crm-border);box-shadow:none;background:#ffffffd6;border-radius:10px}.crm-leads-actions .ant-select-selection-item{line-height:var(--crm-ctrl-h);font-size:13px}.crm-leads-actions .ant-segmented{height:var(--crm-ctrl-h);border:1px solid var(--crm-border);background:#ffffff9e;padding:3px}.crm-leads-actions .ant-segmented-item{border-radius:8px;min-height:32px}.crm-leads-actions .ant-segmented-item-label{min-height:32px;font-size:13px;font-weight:600;line-height:32px}.crm-lead-settings-btn{width:var(--crm-ctrl-h);height:var(--crm-ctrl-h);border-color:var(--crm-border);box-shadow:none;color:var(--crm-ink-2);background:#ffffffd6;border-radius:10px}.crm-lead-settings-btn:hover{border-color:var(--crm-primary);background:var(--crm-primary-soft);color:var(--crm-primary)}.crm-leads-toolbar{box-shadow:none;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;margin:-4px 0 14px;padding:0;display:flex}.crm-leads-toolbar .ant-input-affix-wrapper{max-width:360px;height:var(--crm-ctrl-h);border-color:var(--crm-border);border-radius:var(--crm-ctrl-radius);box-shadow:none;background:#ffffffd1}.crm-leads-toolbar div{color:var(--crm-ink-3);align-items:baseline;gap:6px;font-size:12.5px;display:flex}.crm-leads-toolbar strong{color:var(--crm-ink);font-size:16px}.crm-leads-board{flex-direction:row;align-items:start;gap:16px;width:100%;padding-bottom:12px;display:flex;overflow-x:auto}.crm-leads-board::-webkit-scrollbar{height:6px}.crm-leads-board::-webkit-scrollbar-track{background:0 0}.crm-leads-board::-webkit-scrollbar-thumb{background:var(--crm-border-2);border-radius:3px}.crm-lead-column{border:1px solid var(--crm-border);background:var(--crm-surface-2);width:280px;box-shadow:var(--crm-shadow-sm);border-radius:14px;flex:0 0 280px}.crm-lead-column-head{border-bottom:1px solid var(--crm-border);align-items:center;gap:9px;padding:14px;display:flex}.crm-lead-column-head>span{border-radius:999px;width:8px;height:8px}.crm-lead-column-head strong{flex:1;font-size:14px}.crm-lead-column-head em{background:var(--crm-surface);min-width:26px;height:24px;color:var(--crm-ink-2);border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-style:normal;font-weight:800;display:flex}.crm-lead-dropzone{flex-direction:column;gap:10px;min-height:318px;margin:0;padding:12px 12px 8px;list-style:none;display:flex}.crm-lead-column-add{border:1px dashed var(--crm-border-2);width:calc(100% - 24px);height:42px;color:var(--crm-ink-3);cursor:pointer;background:#ffffff8c;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:0 12px 12px;font-size:13px;font-weight:800;transition:all .14s;display:flex}.crm-lead-column-add:hover{border-color:var(--crm-primary);background:var(--crm-primary-soft);color:var(--crm-primary)}.crm-lead-column-add span{font-size:20px;font-weight:500;line-height:1}.crm-lead-card{border:1px solid var(--crm-border);background:var(--crm-surface);width:100%;box-shadow:var(--crm-shadow-sm);color:inherit;cursor:grab;text-align:left;border-radius:12px;padding:12px;transition:all .14s}.crm-lead-card:hover{border-color:var(--crm-border-2);transform:translateY(-1px)}.crm-lead-card:active{cursor:grabbing}.crm-lead-card-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.crm-lead-card-top strong{margin-bottom:4px;font-size:14px;display:block}.crm-lead-card-top span:not(.crm-badge){color:var(--crm-ink-3);align-items:center;gap:6px;font-size:12px;display:inline-flex}.crm-lead-card-meta{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.crm-lead-card-meta span{background:var(--crm-surface-2);color:var(--crm-ink-2);border-radius:7px;padding:3px 7px;font-size:11.5px;font-weight:700}.crm-lead-card-bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.crm-lead-manager{color:var(--crm-ink-2);align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.crm-lead-manager i{background:var(--crm-primary-soft);width:28px;height:28px;color:var(--crm-primary-700);border-radius:9px;justify-content:center;align-items:center;font-size:11px;font-style:normal;display:inline-flex}.crm-lead-manager.compact i{border-radius:8px;width:24px;height:24px}.crm-lead-dragging{opacity:.55}.crm-lead-empty{border:1px dashed var(--crm-border-2);min-height:86px;color:var(--crm-ink-3);border-radius:12px;justify-content:center;align-items:center;font-size:12.5px;display:flex}.crm-leads-note{color:var(--crm-ink-2);margin-top:16px;font-size:13px}.crm-table-sub{color:var(--crm-ink-3);margin-top:3px;font-size:12px;display:block}.crm-lead-detail-modal{max-width:calc(100vw - 32px);padding-bottom:48px}.crm-lead-detail-modal .ant-modal-content{border-radius:14px;overflow:hidden;box-shadow:0 18px 48px #0f172a38}.crm-lead-detail-modal .ant-modal-header{border-bottom:1px solid var(--crm-border);margin:0;padding:18px 28px 12px}.crm-lead-detail-modal .ant-modal-title{font-size:17px;font-weight:800}.crm-lead-detail-modal .ant-modal-body{max-height:calc(100vh - 260px);padding:18px 28px 16px;overflow-y:auto}.crm-lead-detail-modal .ant-modal-footer{border-top:1px solid var(--crm-border);justify-content:flex-end;align-items:center;gap:10px;margin:0;padding:14px 28px 20px;display:flex}.crm-lead-detail-modal .ant-modal-footer .ant-btn{height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius);padding-inline:20px}.crm-lead-modal-head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.crm-lead-avatar{background:var(--crm-primary-soft);width:58px;height:58px;color:var(--crm-primary-700);border-radius:14px;flex:0 0 58px;justify-content:center;align-items:center;font-size:20px;font-weight:800;display:inline-flex}.crm-lead-modal-head strong{margin-bottom:6px;font-size:17px;display:block}.crm-lead-modal-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.crm-lead-modal-list{border-top:1px solid var(--crm-border);margin-bottom:14px}.crm-lead-modal-list div{border-bottom:1px solid var(--crm-border);justify-content:space-between;align-items:center;gap:16px;padding:8px 0;display:flex}.crm-lead-modal-list span{color:var(--crm-ink-2);font-size:13.5px}.crm-lead-modal-list strong{text-align:right;font-size:14px}.crm-lead-status-control{margin-bottom:14px}.crm-lead-status-control>span{color:var(--crm-ink-2);margin-bottom:7px;font-size:13px;font-weight:800;display:block}.crm-lead-status-control .ant-select{width:100%}.crm-lead-status-control .ant-select-selector{min-height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius);align-items:center}.crm-danger-btn{color:#c52222;background:#fff;border-color:#f3c8c8;font-weight:800}.crm-danger-btn:hover{background:var(--crm-red-soft);color:#b32626;border-color:#e89c9c}.crm-lead-modal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.crm-lead-modal-grid div{border:1px solid var(--crm-border);background:var(--crm-surface-2);border-radius:12px;min-width:0;padding:10px 11px}.crm-lead-modal-grid span,.crm-lead-field>span{color:var(--crm-ink-3);margin-bottom:5px;font-size:12px;font-weight:700;display:block}.crm-lead-modal-grid strong{overflow-wrap:anywhere;font-size:13px;line-height:1.3;display:block}.crm-lead-form{flex-direction:column;gap:12px;display:flex}.crm-lead-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.crm-lead-form-grid.single{grid-template-columns:1fr}.crm-lead-form .ant-select{width:100%}.crm-lead-color-cell{align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:12px;display:inline-flex}.crm-lead-color-cell i{border-radius:999px;width:12px;height:12px}.crm-lead-settings-modal .ant-modal-content{border-radius:14px;overflow:hidden;box-shadow:0 18px 48px #0f172a38}.crm-lead-settings-modal .ant-modal-header{border-bottom:1px solid var(--crm-border);margin:0;padding:18px 24px 12px}.crm-lead-settings-modal .ant-modal-body{padding:18px 24px}.crm-lead-settings-modal .ant-modal-footer{border-top:1px solid var(--crm-border);justify-content:flex-end;gap:10px;margin:0;padding:14px 24px 18px;display:flex}.crm-lead-settings-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.crm-lead-settings-head strong{font-size:16px;display:block}.crm-lead-settings-head span{color:var(--crm-ink-3);margin-top:3px;font-size:12.5px;display:block}.crm-lead-settings-head .ant-select{min-width:180px}.crm-lead-status-list{flex-direction:column;gap:8px;display:flex}.crm-lead-status-row{border:1px solid var(--crm-border);background:var(--crm-surface-2);border-radius:12px;grid-template-columns:34px 12px minmax(150px,1fr) auto 112px 76px;align-items:center;gap:12px;padding:12px 14px;display:grid}.crm-lead-status-row>div strong{font-size:13.5px;display:block}.crm-lead-status-row>div span{color:var(--crm-ink-3);margin-top:1px;font-size:12px;display:block}.crm-lead-status-order{background:var(--crm-surface);width:28px;height:28px;color:var(--crm-ink-2);border-radius:9px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.crm-lead-status-dot{border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 4px #ffffffe6}.crm-lead-settings-note{color:var(--crm-ink-3);margin:12px 0 0;font-size:12.5px}.crm-lead-status-actions{justify-content:flex-end;align-items:center;gap:6px;display:flex}.crm-lead-status-actions .ant-btn{border-color:var(--crm-border);background:var(--crm-surface);width:34px;height:34px;color:var(--crm-ink-2);border-radius:10px}.crm-lead-status-actions .ant-btn:hover{border-color:var(--crm-primary);background:var(--crm-primary-soft);color:var(--crm-primary)}.crm-lead-status-actions .crm-danger-icon-btn:hover{background:var(--crm-red-soft);color:#b32626;border-color:#e89c9c}.crm-status-form{flex-direction:column;gap:12px;display:flex}.crm-status-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.crm-status-form .crm-lead-field{flex-direction:column;margin:0;display:flex}.crm-status-form .crm-lead-field>span{height:18px;margin-bottom:6px;line-height:18px}.crm-status-form .crm-lead-field>.ant-input,.crm-status-color-control{box-sizing:border-box;height:var(--crm-ctrl-h);min-height:var(--crm-ctrl-h)}.crm-status-color-control{border:1px solid var(--crm-border-2);border-radius:var(--crm-ctrl-radius);background:var(--crm-surface);grid-template-columns:48px 1fr;align-items:center;display:grid;overflow:hidden}.crm-status-color-swatch{height:var(--crm-ctrl-h);border-right:1px solid var(--crm-border);background:var(--crm-surface-2);cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.crm-status-color-swatch span{border:1px solid #0f172a1f;border-radius:7px;width:24px;height:24px;box-shadow:inset 0 0 0 1px #fff6}.crm-status-color-swatch input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.crm-status-color-control .crm-status-color-input{height:var(--crm-ctrl-h);box-shadow:none;border:0;border-radius:0;font-family:JetBrains Mono,monospace;font-size:13px}.crm-status-color-control:focus-within{border-color:var(--crm-primary);box-shadow:0 0 0 3px var(--crm-primary-soft)}.crm-sale-steps{margin-bottom:16px;padding:18px 20px}.crm-sale-steps .ant-steps-item-title{font-size:14px;font-weight:700}.crm-sale-step-card{margin-bottom:16px;overflow:hidden}.crm-sale-step-card .ant-card-head{border-bottom:1px solid var(--crm-border);min-height:54px}.crm-sale-step-card .ant-card-head-title{font-size:16px;font-weight:800}.crm-sale-step-card .ant-card-body{padding:20px}.crm-sale-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:14px;display:grid}.crm-sale-field{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.crm-sale-field>span{color:var(--crm-ink);font-size:13px;font-weight:800}.crm-sale-field .ant-select,.crm-sale-field .ant-select-selector{min-height:var(--crm-ctrl-h)}.crm-sale-field .ant-select-selector{border-radius:var(--crm-ctrl-radius);align-items:center}.crm-sale-step-card .mt-6.p-5{background:linear-gradient(#fff,#f7f9ff);border:1px solid #cdd9fb;border-radius:14px;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;padding:16px 18px;display:flex;box-shadow:0 8px 22px #2756d817}.crm-sale-step-card .mt-6.p-5>div:first-child{align-items:center;gap:14px;display:flex}.crm-sale-step-card .mt-6.p-5>div:first-child>div:first-child{background:var(--crm-primary-soft);width:44px;height:44px;color:var(--crm-primary);border-radius:12px;flex:0 0 44px;justify-content:center;align-items:center;display:flex}.crm-sale-step-card .mt-6.p-5 h4{color:var(--crm-ink-3);margin:0 0 3px;font-size:12px;font-weight:800}.crm-sale-step-card .mt-6.p-5 h4+div{color:var(--crm-ink);align-items:center;gap:8px;font-size:17px;font-weight:900;display:flex}.crm-sale-step-card .mt-6.p-5 h4+div span:last-child{background:var(--crm-primary-soft);color:var(--crm-primary-700);border-radius:8px;padding:3px 8px;font-size:11.5px;font-weight:800}.crm-sale-step-card .mt-6.p-5 h4+div+div{color:var(--crm-ink-2);flex-wrap:wrap;align-items:center;gap:7px;margin-top:5px;font-size:13px;display:flex}.crm-sale-step-card .mt-6.p-5 h4+div+div span[class*=rounded-full]{background:var(--crm-border-2);width:4px;height:4px}.crm-sale-step-card .mt-6.p-5>div:last-child{text-align:right;min-width:150px}.crm-sale-step-card .mt-6.p-5>div:last-child>div:first-child{color:var(--crm-ink-3);margin-bottom:2px;font-size:12px;font-weight:800}.crm-sale-step-card .mt-6.p-5>div:last-child>div:last-child{color:var(--crm-primary-700);font-size:26px;font-weight:900;line-height:1.1}.crm-sale-step-card .mt-6.p-5>div:last-child>div:last-child span{color:var(--crm-ink-3);font-size:13px;font-weight:800}.crm-sale-footer{justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.crm-sale-client-step .ant-card-body{padding:18px 20px 20px}.crm-sale-client-search{border-radius:10px;margin-bottom:14px}.crm-sale-client-list{flex-direction:column;gap:8px;max-height:400px;display:flex;overflow-y:auto}.crm-sale-client-row{cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;transition:all .14s;display:flex}.crm-sale-client-row:hover{border-color:var(--crm-border);background:var(--crm-surface-2)}.crm-sale-client-row.selected{background:var(--crm-primary-soft);border-color:#cbd8ff}.crm-sale-client-row .text-gray-800,.crm-sale-client-row .dark\:text-gray-200{color:var(--crm-ink)}.crm-sale-client-row .text-gray-400,.crm-sale-client-row .dark\:text-gray-500{color:var(--crm-ink-2)}.crm-sale-payment-summary{background:linear-gradient(#fff,#f7f9ff);border:1px solid #cdd9fb;border-radius:14px;flex-direction:column;gap:10px;margin-top:18px;padding:16px 18px;display:flex;box-shadow:0 8px 22px #2756d814}.crm-sale-payment-summary>div{color:var(--crm-ink);justify-content:space-between;align-items:center;gap:16px;display:flex}.crm-sale-payment-summary span:first-child{color:var(--crm-ink-2);font-weight:800}.crm-sale-payment-summary span:last-child{color:var(--crm-ink);font-weight:900}.crm-sale-payment-summary>div:last-child{border-top:1px solid var(--crm-border);margin-top:2px;padding-top:12px}.crm-sale-payment-summary>div:last-child span:last-child{color:var(--crm-primary);font-size:22px}.crm-sale-doc-step .ant-card-body{padding:20px}.crm-sale-doc-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.crm-sale-doc-upload .ant-upload{border-color:var(--crm-border-2);background:var(--crm-surface-2);border-radius:12px;justify-content:center;align-items:center;min-height:120px;display:flex}.crm-sale-doc-upload .ant-upload:hover{border-color:var(--crm-primary);background:var(--crm-primary-soft)}.crm-sale-doc-upload .ant-upload-drag-container{flex-direction:column;align-items:center;gap:10px;display:flex}.crm-sale-doc-upload .anticon{color:var(--crm-ink-3);font-size:24px}.crm-sale-doc-upload span:not(.anticon){color:var(--crm-ink-2);font-family:JetBrains Mono,monospace;font-size:12px}.crm-sale-doc-note{background:var(--crm-primary-soft);color:var(--crm-primary-700);border:1px solid #cbd8ff;border-radius:14px;align-items:center;gap:12px;margin-top:20px;padding:16px 18px;font-size:14px;display:flex}.crm-sale-doc-note .anticon{flex:none;font-size:18px}.crm-sale-confirm-step .ant-card-body{padding:20px}.crm-sale-confirm-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:22px;display:grid}.crm-sale-confirm-panel{background:0 0;border:0;border-radius:0;padding:0}.crm-sale-confirm-row{border-bottom:1px solid var(--crm-border);min-height:46px;color:var(--crm-ink);justify-content:space-between;align-items:center;gap:16px;padding:9px 0;font-size:16px;display:flex}.crm-sale-confirm-row span:first-child{color:var(--crm-ink-2);font-weight:500}.crm-sale-confirm-row span:last-child{color:var(--crm-ink);text-align:right;font-weight:700}.crm-sale-confirm-note{background:var(--crm-green-soft);color:#0b7a45;border:1px solid #b9e7ca;border-radius:12px;padding:14px 16px;font-size:14px;line-height:1.55}.crm-sale-confirm-note b{font-weight:700}@media(max-width:760px){.crm-leads-toolbar,.crm-leads-actions{flex-direction:column;align-items:stretch}.crm-leads-toolbar .ant-input-affix-wrapper,.crm-leads-actions .ant-select,.crm-leads-actions .ant-segmented,.crm-leads-actions .ant-btn{width:100%;max-width:none}.crm-lead-settings-head,.crm-lead-settings-modal .ant-modal-footer{flex-direction:column;align-items:stretch}.crm-lead-settings-head .ant-select{width:100%}.crm-lead-status-row{grid-template-columns:34px 12px 1fr}.crm-lead-status-row .crm-api-chip,.crm-lead-status-row .crm-lead-color-cell,.crm-lead-status-actions{grid-column:3}.crm-lead-status-actions{justify-content:flex-start}.crm-lead-modal-grid,.crm-lead-form-grid,.crm-status-form-grid,.crm-sale-form-grid,.crm-sale-doc-grid,.crm-sale-confirm-grid{grid-template-columns:1fr}.crm-sale-step-card .mt-6.p-5,.crm-sale-confirm-row,.crm-sale-confirm-room,.crm-sale-footer{flex-direction:column;align-items:stretch}.crm-sale-step-card .mt-6.p-5>div:last-child{text-align:left}}.crm-payment-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.crm-payment-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px;display:grid}.crm-payment-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;padding:12px;display:flex}.crm-payment-toolbar .ant-picker,.crm-payment-toolbar .ant-select-selector,.crm-payment-toolbar .ant-input-affix-wrapper{min-height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius)}.crm-payments .ant-table{font-size:13px}.crm-payments .ant-table-thead>tr>th{color:var(--crm-ink-3);letter-spacing:.02em;padding:12px 16px;font-size:11.5px;font-weight:700}.crm-payments .ant-table-tbody>tr>td{padding:13px 16px}.crm-payments .crm-org-name-cell strong,.crm-payments .crm-money-cell strong,.crm-payments td strong{font-weight:750}.crm-payment-toolbar-links{flex-wrap:wrap;gap:8px;margin-left:auto;display:flex}.crm-money-cell{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.crm-money-cell strong{color:var(--crm-ink);font-size:14px;font-weight:900}.crm-money-cell span{color:var(--crm-ink-3);font-size:12px}.crm-payment-edit-modal .ant-modal-body{padding:16px 24px 8px}.crm-payment-edit-body{flex-direction:column;gap:2px;display:flex}.crm-payment-edit-body .crm-field{margin-bottom:10px}.crm-payment-edit-body .crm-field>span:first-child{color:var(--crm-ink-2);margin-bottom:4px;font-size:12px;font-weight:600}.crm-payment-edit-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.crm-payment-edit-body .ant-input,.crm-payment-edit-body .ant-input-number,.crm-payment-edit-body .ant-picker,.crm-payment-edit-body .ant-select-selector,.crm-payment-edit-body textarea{border-radius:8px;font-size:13px}.crm-payment-edit-body .ant-input-number{width:100%}.crm-payment-edit-modal .ant-modal-footer{padding:10px 24px 16px}.crm-payment-form-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start;gap:16px;display:grid}.crm-payment-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.crm-payment-form-page .crm-sale-field .ant-select,.crm-payment-form-page .crm-sale-field .ant-input,.crm-payment-form-page .crm-sale-field .ant-input-number,.crm-payment-form-page .crm-sale-field .ant-picker,.crm-bank-account-page .crm-sale-field .ant-input{width:100%}.crm-payment-side{flex-direction:column;gap:12px;display:flex}.crm-payment-rule{border:1px solid var(--crm-border);background:var(--crm-surface);box-shadow:var(--crm-shadow-sm);color:var(--crm-ink-2);border-radius:14px;gap:11px;padding:14px 15px;font-size:13px;line-height:1.45;display:flex}.crm-payment-rule>.anticon{color:var(--crm-primary);flex:none;margin-top:2px;font-size:17px}.crm-payment-rule strong{color:var(--crm-ink);margin-bottom:4px;font-size:14px;display:block}.crm-payment-rule span{display:block}.crm-payment-rule.amber{background:var(--crm-amber-soft);color:#7a5500;border-color:#f0dcae}.crm-payment-rule.amber>.anticon{color:#9a6a00}.crm-payment-total{border-top:1px solid var(--crm-border);margin-top:8px;padding-top:12px}.crm-payment-total b{color:var(--crm-green);font-size:20px}.crm-early-info{color:#1f4e9a;background:#eef4ff;border:1px solid #bdd0ff;border-radius:8px;gap:10px;padding:14px 16px;font-size:13px;font-weight:650;line-height:1.6;display:flex}.crm-early-info>.anticon{color:var(--crm-primary);flex:none;margin-top:4px}.crm-early-summary{color:#0f5132;background:#e9f8ef;border:1px solid #a9dfc1;border-radius:10px;flex-direction:column;gap:10px;margin-top:16px;padding:16px 18px;display:flex}.crm-early-summary-row,.crm-early-summary-total{justify-content:space-between;gap:18px;display:flex}.crm-early-summary-row{font-size:13px}.crm-early-summary-row b{white-space:nowrap}.crm-early-summary-total{border-top:1px solid #a9dfc1;align-items:baseline;margin-top:2px;padding-top:12px;font-size:16px;font-weight:800}.crm-early-summary-total strong{color:var(--crm-green);white-space:nowrap;font-size:22px}.crm-payment-schedule-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.crm-payment-danger{color:var(--crm-red);font-weight:900}.crm-muted-text{color:var(--crm-ink-3)}.crm-bank-card{max-width:640px}.crm-discount-table{max-width:760px}.crm-discount-table .ant-input-number-group-wrapper{width:100%;max-width:140px}.crm-discount-table .ant-input-number-group-wrapper .ant-input-number{width:100%}.crm-discount-table .ant-input-number{width:120px}.ant-input-number-group-wrapper{width:100%}.ant-input-number-group-wrapper .ant-input-number{border-top-right-radius:0;border-bottom-right-radius:0}.ant-input-number-group-wrapper .ant-input-number-group-addon{white-space:nowrap;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:var(--crm-ctrl-radius);border-bottom-right-radius:var(--crm-ctrl-radius);color:#475569;background:#f8fafc;padding:0 12px;font-size:13px;font-weight:500}.crm-discount-note{max-width:760px;margin-top:14px}@media(max-width:1080px){.crm-report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-report-grid,.crm-cash-report-grid,.crm-cash-bottom-grid,.crm-sms-send-grid{grid-template-columns:1fr}.crm-payment-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.crm-payment-form-grid{grid-template-columns:1fr}}@media(max-width:680px){.crm-sales-report .crm-page-head,.crm-debts-report .crm-page-head,.crm-payment-report .crm-page-head,.crm-sms-send-page .crm-page-head,.crm-report-actions{flex-direction:column;align-items:stretch}.crm-sms-mode{width:100%}.crm-sms-mode button{flex:1}.crm-sms-send-meta{flex-direction:column;align-items:flex-start}.crm-report-actions .ant-picker,.crm-report-actions .ant-select,.crm-report-actions .ant-btn,.crm-report-actions .ant-input-number,.crm-report-actions .crm-cash-search,.crm-report-actions .crm-report-range{width:100%;min-width:0}.crm-report-kpis{grid-template-columns:1fr}.crm-report-bars{grid-template-columns:repeat(6,minmax(38px,1fr));gap:8px;padding:18px 14px 16px}.crm-cash-donut-wrap{text-align:left;grid-template-columns:1fr;justify-items:center}.crm-cash-method-list{width:100%}.crm-cash-table-card .crm-card-head,.crm-cash-table-actions{flex-direction:column;align-items:stretch}.crm-cash-table-actions,.crm-cash-table-actions .crm-cash-search,.crm-cash-table-actions .ant-btn{width:100%}.crm-payment-actions,.crm-payment-toolbar,.crm-payment-toolbar-links{flex-direction:column;align-items:stretch;width:100%}.crm-payment-actions .ant-btn,.crm-payment-toolbar .ant-picker,.crm-payment-toolbar .ant-select,.crm-payment-toolbar .ant-input-affix-wrapper,.crm-payment-toolbar-links .ant-btn{width:100%;max-width:none}.crm-payment-kpis,.crm-payment-schedule-summary,.crm-payment-two-col{grid-template-columns:1fr}.crm-money-cell{align-items:flex-start}}.crm-managers-report .crm-page-head{align-items:center;margin-bottom:14px}.crm-managers-report .crm-report-kpis{margin-bottom:0}.crm-managers-table-card{border-radius:14px;margin-top:16px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-managers-table-card .crm-card-head{min-height:56px;padding:13px 18px}.crm-managers-table-card .crm-table-foot{background:#fff;padding:11px 16px}.crm-managers-table{font-size:13.25px}.crm-managers-table th,.crm-managers-table td{vertical-align:middle;padding:14px 16px}.crm-managers-table th:first-child,.crm-managers-table td:first-child{width:52px}.crm-managers-table th:nth-child(2),.crm-managers-table td:nth-child(2){min-width:200px}.crm-managers-table th:nth-child(3),.crm-managers-table td:nth-child(3),.crm-managers-table th:nth-child(4),.crm-managers-table td:nth-child(4),.crm-managers-table th:nth-child(5),.crm-managers-table td:nth-child(5),.crm-managers-table th:nth-child(7),.crm-managers-table td:nth-child(7),.crm-managers-table th:nth-child(6),.crm-managers-table td:nth-child(6){width:110px}.crm-rooms-report .crm-page-head{align-items:center;margin-bottom:14px}.crm-rooms-report .crm-report-actions .ant-select .ant-select-selector{border-radius:14px}.crm-rooms-bar-wrap{align-items:flex-end;gap:10px;padding-bottom:4px;display:flex}.crm-rooms-bar-col{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.crm-rooms-bar-track{align-items:flex-end;width:100%;display:flex;position:relative}.crm-rooms-bar-bg{background:var(--crm-surface-3);border-radius:6px 6px 4px 4px;position:absolute;bottom:0;left:0;right:0}.crm-rooms-bar-sold{background:var(--crm-primary);border-radius:6px 6px 4px 4px;position:absolute;bottom:0;left:0;right:0;box-shadow:0 4px 10px #2756d833}.crm-rooms-bar-label{color:var(--crm-ink-3);font-size:11.5px;font-weight:700}.crm-rooms-type-table{font-size:13.25px}.crm-rooms-type-table th,.crm-rooms-type-table td{vertical-align:middle;padding:12px 16px}.crm-rooms-type-table th:nth-child(4),.crm-rooms-type-table td:nth-child(4){width:140px}.crm-rooms-type-bar{background:var(--crm-surface-3);border-radius:99px;height:6px;overflow:hidden}.crm-rooms-type-bar-fill{background:var(--crm-primary);border-radius:99px;height:100%;transition:width .3s}.crm-users-page .crm-page-head{align-items:center;margin-bottom:14px}.crm-users-page .crm-page-head h1{letter-spacing:0;font-size:22px}.crm-users-page .crm-page-head p{margin-top:5px;font-size:13.5px}.crm-users-page .crm-primary-btn{border-radius:9px;height:36px;padding:0 15px;font-size:13.5px;box-shadow:0 4px 12px #2756d83d}.crm-users-scope-banner{background:#f6f9ff;border:1px solid #2756d829;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin:16px 0;padding:14px 18px;display:flex}.crm-users-scope-banner strong{color:var(--crm-ink);font-size:14px;display:block}.crm-users-scope-banner span{color:var(--crm-ink-2);margin-top:4px;font-size:13px;display:block}.crm-users-scope-banner .ant-btn{border-radius:8px;height:34px;font-weight:700}.crm-users-table-card{border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-users-table-card .crm-table-foot{color:var(--crm-ink-2);background:#fff;padding:11px 20px;font-size:13px}.crm-users-table{font-size:13.5px}.crm-users-table th,.crm-users-table td{vertical-align:middle;padding:12px 18px}.crm-users-table thead th{color:var(--crm-ink-3);letter-spacing:.04em;background:#f7f9fc;font-size:11.5px}.crm-users-table tbody td{height:76px;color:var(--crm-ink)}.crm-users-name-cell{align-items:center;gap:9px;display:flex}.crm-users-name-cell strong{letter-spacing:0;font-size:13.5px;font-weight:700}.crm-users-table .crm-mini-avatar{border-radius:10px;width:45px;height:45px;font-size:13.5px}.crm-users-table .crm-badge,.crm-users-table .crm-status-badge{border-radius:8px;font-size:12px;font-weight:700;line-height:1.35}.crm-users-table .crm-badge{padding:3px 10px}.crm-users-table .crm-status-badge{padding:4px 10px}.crm-users-table .num{font-size:13.5px;font-weight:650}.crm-users-muted-cell{color:var(--crm-ink-2);font-size:13.5px}.crm-users-dash{color:var(--crm-ink-3)}.crm-users-edit-btn{width:30px;height:30px;box-shadow:none;color:var(--crm-ink);background:0 0;border:0;border-radius:8px}.crm-users-edit-btn:hover{background:var(--crm-surface-2);color:var(--crm-primary)}.crm-users-table th:first-child,.crm-users-table td:first-child{min-width:250px}.crm-users-table th:nth-child(2),.crm-users-table td:nth-child(2){width:170px}.crm-users-table th:nth-child(3),.crm-users-table td:nth-child(3){width:150px}.crm-users-table th:nth-child(4),.crm-users-table td:nth-child(4),.crm-users-table th:nth-child(5),.crm-users-table td:nth-child(5),.crm-users-table th:nth-child(6),.crm-users-table td:nth-child(6){width:120px}.crm-users-table th:nth-child(7),.crm-users-table td:nth-child(7){width:180px}.crm-users-table th:nth-child(8),.crm-users-table td:nth-child(8){width:130px}.crm-users-table th:nth-child(9),.crm-users-table td:nth-child(9){width:58px;padding-left:4px;padding-right:18px}.crm-users-actions{align-items:center;gap:6px;display:inline-flex}.crm-users-action-btn{border:1px solid var(--crm-border,#e2e8f0);color:#475569;cursor:pointer;width:32px;height:32px;box-shadow:none;background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}.crm-users-action-btn:hover{border-color:var(--crm-primary,#2563eb);background:var(--crm-primary-soft,#eff6ff);color:var(--crm-primary,#2563eb)}.crm-users-action-btn.crm-users-delete-btn:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444}.crm-users-modal .ant-modal-content{border-radius:12px;padding:0;overflow:hidden;box-shadow:0 12px 36px #0f172a29}.crm-users-modal .ant-modal-header{border-bottom:0;margin:0;padding:20px 24px 10px}.crm-users-modal .ant-modal-body{padding:0}.crm-users-modal .ant-modal-close{width:30px;height:30px;color:var(--crm-ink-2);border:0;border-radius:6px;top:16px;right:18px}.crm-users-modal .ant-modal-close:hover{background:var(--crm-surface-2);color:var(--crm-ink)}.crm-users-modal .ant-modal-title{letter-spacing:0;font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:19px;font-weight:700}.crm-users-modal-body{flex-direction:column;gap:0;padding:8px 24px 0;display:flex}.crm-users-modal .crm-inline-fields{gap:12px}.crm-users-modal .crm-field{margin-bottom:12px}.crm-users-modal .crm-field>span{color:#5f6b7f;margin-bottom:8px;font-size:13.5px;font-weight:750}.crm-users-modal .crm-field .ant-input,.crm-users-modal .crm-field .ant-input-password,.crm-users-modal .crm-field .ant-select-selector{height:var(--crm-ctrl-h);min-height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius);box-shadow:none;background:#fff;border-color:#cfd7e6;font-size:14px}.crm-users-modal .crm-field .ant-input{padding:8px 14px}.crm-users-modal .crm-field .ant-input-password{align-items:center;padding:0 12px 0 14px;display:flex}.crm-users-modal .crm-field .ant-input-password input{height:calc(var(--crm-ctrl-h) - 2px);box-shadow:none;border:0;padding:0;font-size:14px}.crm-users-modal .crm-field .ant-input::placeholder,.crm-users-modal .crm-field .ant-input-password input::placeholder{color:#8b97aa}.crm-users-modal .crm-field .ant-select-selection-item{align-items:center;font-size:14px;display:flex}.crm-users-modal .crm-field .ant-input:hover,.crm-users-modal .crm-field .ant-input-password:hover,.crm-users-modal .crm-field .ant-select-selector:hover{border-color:#b9c5d8}.crm-users-modal .crm-field .ant-input:focus,.crm-users-modal .crm-field .ant-input-password:focus-within,.crm-users-modal .crm-field .ant-select-focused .ant-select-selector{border-color:var(--crm-primary);box-shadow:0 0 0 3px var(--crm-primary-soft)}.crm-users-modal-footer{border-top:1px solid var(--crm-border);background:#fff;justify-content:flex-end;gap:10px;margin:12px -24px 0;padding:12px 24px 18px;display:flex}.crm-users-modal-footer .ant-btn{height:var(--crm-ctrl-h);border-radius:var(--crm-ctrl-radius);padding:0 18px;font-size:14px;font-weight:700}.crm-users-modal-footer .crm-primary-btn{min-width:110px;box-shadow:0 8px 18px #2756d847}.crm-audit-page .crm-page-head{align-items:center;margin-bottom:14px}.crm-audit-page .crm-page-head h1{letter-spacing:0;font-size:22px}.crm-audit-page .crm-page-head p{margin-top:6px}.crm-audit-actions{align-items:center;gap:8px;display:flex}.crm-audit-actions .ant-select{width:148px}.crm-audit-actions .ant-input-affix-wrapper{width:180px}.crm-audit-actions .ant-select-selector,.crm-audit-actions .ant-input-affix-wrapper{border-color:var(--crm-border);background:var(--crm-surface);height:36px;box-shadow:none;border-radius:9px;font-size:13px}.crm-audit-actions .ant-select-selection-item{line-height:34px}.crm-audit-table-card{border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-audit-table{font-size:13.25px}.crm-audit-table th,.crm-audit-table td{vertical-align:middle;padding:12px 16px}.crm-audit-table thead th{letter-spacing:.04em;background:#f7f9fc;font-size:11.5px}.crm-audit-table tbody tr{cursor:pointer}.crm-audit-table td strong{font-size:13.25px;font-weight:700}.crm-audit-table .crm-badge{border-radius:8px;padding:3px 9px;font-size:12px;font-weight:700;line-height:1.35}.crm-audit-time,.crm-audit-ip{color:var(--crm-ink-2);font-size:13px}.crm-audit-table th:first-child,.crm-audit-table td:first-child{width:170px}.crm-audit-table th:nth-child(2),.crm-audit-table td:nth-child(2){width:160px}.crm-audit-table th:nth-child(3),.crm-audit-table td:nth-child(3){min-width:210px}.crm-audit-table th:nth-child(4),.crm-audit-table td:nth-child(4){width:130px}.crm-audit-table th:nth-child(5),.crm-audit-table td:nth-child(5){width:140px}.crm-audit-table-card .crm-table-foot{color:var(--crm-ink-2);background:#fff;padding:11px 16px;font-size:13px}.crm-audit-modal .ant-modal-content{border-radius:14px;padding:24px}.crm-audit-modal .ant-modal-title{font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:17px;font-weight:700}.crm-audit-detail{flex-direction:column;gap:2px;margin-top:14px;display:flex}.crm-audit-kv{border-bottom:1px solid var(--crm-border);justify-content:space-between;gap:12px;padding:9px 0;font-size:13.5px;display:flex}.crm-audit-kv span{color:var(--crm-ink-2)}.crm-audit-kv strong{text-align:right;font-weight:700}.crm-audit-diff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.crm-audit-diff-title{color:var(--crm-ink-3);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:11.5px;font-weight:800}.crm-audit-diff{white-space:pre-wrap;border:1px solid #0000;border-radius:10px;min-height:82px;margin:0;padding:12px;font-family:JetBrains Mono,Consolas,monospace;font-size:12px;line-height:1.55}.crm-audit-diff.red{background:var(--crm-red-soft);color:#8a1f1f;border-color:#f2c7c7}.crm-audit-diff.green{background:var(--crm-green-soft);color:#0b6a3c;border-color:#bfe8cf}.crm-profile-page .crm-page-head{align-items:center;margin-bottom:24px}.crm-profile-page .crm-page-head h1{letter-spacing:0;font-size:27px}.crm-profile-page .crm-page-head p{margin-top:7px}.crm-profile-grid{grid-template-columns:minmax(0,1fr) minmax(360px,1fr);align-items:start;gap:18px;display:grid}.crm-profile-card{border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1018280d}.crm-profile-card .crm-card-head{min-height:62px;padding:17px 22px}.crm-profile-card .crm-card-head h3{letter-spacing:0;font-size:17px}.crm-profile-card .crm-card-body{padding:22px}.crm-profile-person{align-items:center;gap:10px;margin-bottom:18px;display:flex}.crm-profile-person .crm-mini-avatar{border-radius:10px;width:45px;height:45px;font-size:14px}.crm-profile-person strong{color:var(--crm-ink);margin-bottom:4px;font-size:17px;font-weight:800;line-height:1.05;display:block}.crm-profile-person .crm-badge{border-radius:8px;padding:3px 10px;font-size:12px}.crm-client-detail-grid{grid-template-columns:320px minmax(0,1fr);align-items:start}.crm-client-personal-card{height:fit-content}.crm-client-personal-body{flex-direction:column;gap:14px;padding:20px;display:flex}.crm-client-personal-head{align-items:flex-start;gap:12px;display:flex}.crm-client-personal-top-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.crm-client-personal-top-actions .ant-btn{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.crm-client-personal-avatar{border-radius:12px;flex-basis:48px;width:48px;height:48px;font-size:18px}.crm-client-personal-meta{flex:1;min-width:0}.crm-client-personal-name{color:var(--crm-ink);font-size:16px;line-height:1.3}.crm-client-personal-subtitle{margin-top:4px;font-size:12px;line-height:1.45}.crm-client-personal-divider{margin:4px 0}.crm-client-contact-list{flex-direction:column;gap:10px;font-size:13px;display:flex}.crm-client-contact-item{align-items:center;gap:8px;line-height:1.45;display:flex}.crm-client-address-item{align-items:flex-start}.crm-client-address-item .anticon{margin-top:3px}.crm-client-passport-title{margin-bottom:10px;font-size:14px}.crm-client-info-row{align-items:center;gap:12px;margin-bottom:10px;font-size:13px;display:flex}.crm-client-info-row .crm-user-role{margin-right:auto}.crm-client-info-row .font-bold{text-align:right;word-break:break-word}.crm-client-passport-label{margin-bottom:8px;font-size:11px}.crm-client-passport-grid{gap:12px;display:flex}.crm-client-passport-cell{flex:0 0 112px}.crm-client-passport-upload{cursor:pointer;border-radius:14px;width:100%;height:96px;position:relative;overflow:hidden}.crm-client-passport-image{object-fit:cover;width:100%;height:100%}.crm-client-passport-delete{z-index:1;position:absolute;top:4px;right:4px}.crm-client-personal-actions{align-items:center;gap:8px;margin-top:4px;display:flex}.crm-client-personal-actions>.ant-btn{border-radius:14px;height:44px}.crm-client-personal-actions>.ant-btn:not(.grow){width:48px;padding-inline:0}.crm-client-personal-actions>.grow{flex:1;justify-content:center}.crm-profile-card .crm-field{margin-bottom:16px}.crm-profile-card .crm-field>span{color:var(--crm-ink-2);margin-bottom:7px;font-size:13px;font-weight:750}.crm-profile-card .ant-input,.crm-profile-card .ant-input-password{height:44px;box-shadow:none;border-color:#cfd7e6;border-radius:10px;font-size:14.5px}.crm-profile-card .ant-input{padding:9px 14px}.crm-profile-card .ant-input-password{align-items:center;padding:0 12px 0 14px;display:flex}.crm-profile-card .ant-input-password input{height:42px;box-shadow:none;border:0;padding:0;font-size:14.5px}.crm-profile-card .ant-input:hover,.crm-profile-card .ant-input-password:hover{border-color:#b9c5d8}.crm-profile-card .ant-input:focus,.crm-profile-card .ant-input-password:focus-within{border-color:var(--crm-primary);box-shadow:0 0 0 3px var(--crm-primary-soft)}.crm-profile-meta{color:var(--crm-ink-3);margin-top:2px;font-size:13px}.crm-profile-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.crm-profile-actions .ant-btn{min-width:104px}@media(max-width:980px){.crm-profile-grid,.crm-client-detail-grid{grid-template-columns:1fr}}@media(max-width:680px){.crm-audit-page .crm-page-head,.crm-audit-actions{flex-direction:column;align-items:stretch}.crm-audit-actions,.crm-audit-actions .ant-select,.crm-audit-actions .ant-input-affix-wrapper{width:100%}.crm-audit-diff-grid{grid-template-columns:1fr}.crm-profile-page .crm-page-head{margin-bottom:16px}.crm-profile-grid{gap:14px}.crm-profile-card .crm-card-body{padding:18px}.crm-profile-actions{flex-direction:column;align-items:stretch}.crm-profile-actions .ant-btn{width:100%}.crm-client-personal-body{padding:18px}.crm-client-personal-head{align-items:center}.crm-client-info-row{flex-direction:column;align-items:flex-start;gap:4px}.crm-client-info-row .font-bold{text-align:left}.crm-client-passport-grid,.crm-client-personal-actions{flex-wrap:wrap}.crm-client-personal-actions>.grow{flex:100%}}.crm-link-cell{cursor:pointer;color:inherit;border-radius:8px;text-decoration:none;transition:background .2s}.crm-link-cell:hover{background:var(--crm-surface-2)}.crm-link-text{transition:color .2s}.crm-link-cell:hover .crm-link-text{color:var(--crm-primary)}.dot{border-radius:50%;width:10px;height:10px;display:inline-block}.dot.green{background-color:var(--crm-green)}.dot.amber{background-color:var(--crm-amber)}.dot.slate{background-color:var(--crm-ink-2)}.dot.red{background-color:var(--crm-red)}.crm-kpi.clickable{cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.crm-kpi.clickable:hover{border-color:#2756d840;transform:translateY(-3px);box-shadow:0 8px 24px #2756d81f}.crm-kpi.clickable:active{transform:translateY(-1px);box-shadow:0 2px 8px #2756d81a}@keyframes crm-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.crm-stage>*{animation:.28s ease-out both crm-fade-in}.crm-primary-btn{transition:background .2s,box-shadow .2s,transform .15s}.crm-primary-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #2756d847}.crm-primary-btn:active{transform:translateY(0);box-shadow:0 1px 4px #2756d82e}.crm-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:52px 24px;display:flex}.crm-empty-state-icon{background:var(--crm-surface-2);width:72px;height:72px;color:var(--crm-ink-3);border-radius:20px;justify-content:center;align-items:center;margin-bottom:20px;font-size:28px;display:flex}.crm-empty-state h3{color:var(--crm-ink);margin:0 0 8px;font-family:Plus Jakarta Sans,Manrope,sans-serif;font-size:17px;font-weight:700}.crm-empty-state p{max-width:340px;color:var(--crm-ink-3);margin:0;font-size:13.5px;line-height:1.55}.crm-empty-state .ant-btn{margin-top:20px}.crm-breadcrumb{align-items:center;gap:0;margin-bottom:10px;display:flex}.crm-breadcrumb-item{color:var(--crm-ink-3);cursor:pointer;background:0 0;border:0;padding:0;font-size:13px;font-weight:650;transition:color .15s}.crm-breadcrumb-item:hover{color:var(--crm-primary)}.crm-breadcrumb-sep{color:var(--crm-ink-3);opacity:.5;-webkit-user-select:none;user-select:none;margin:0 8px;font-size:12px}.crm-breadcrumb-current{color:var(--crm-ink);font-size:13px;font-weight:700}.crm-sale-steps .ant-steps-item-finish .ant-steps-item-icon{background:var(--crm-green-soft);border-color:var(--crm-green)}.crm-sale-steps .ant-steps-item-finish .ant-steps-item-icon .ant-steps-icon,.crm-sale-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:var(--crm-green)}.crm-sale-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background:var(--crm-green)}.crm-sale-steps .ant-steps-item-process .ant-steps-item-icon{background:var(--crm-primary);border-color:var(--crm-primary);box-shadow:0 0 0 4px var(--crm-primary-soft)}.crm-sale-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:var(--crm-primary);font-weight:800}.crm-sale-steps .ant-steps-item-wait .ant-steps-item-icon{background:var(--crm-surface-2);border-color:var(--crm-border-2)}.crm-sale-steps .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:var(--crm-ink-3)}.crm-sale-steps .ant-steps-item-description{color:var(--crm-ink-3);margin-top:2px;font-size:12px}.crm-placeholder-page{animation:.3s ease-out both crm-fade-in}.ant-table-thead th{-webkit-user-select:none;user-select:none}.crm-head-actions,.crm-objects-head-actions,.crm-rooms-map-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.crm-objects-head-actions,.crm-rooms-map-actions{margin-top:4px}@media(max-width:768px){.crm-head-actions,.crm-objects-head-actions,.crm-rooms-map-actions{gap:8px;width:100%;margin-top:10px}.crm-head-actions>*,.crm-objects-head-actions>*,.crm-rooms-map-actions>*{flex:auto;min-width:120px}.crm-rooms-map-actions .crm-seg{width:100%;display:flex}.crm-rooms-map-actions .crm-seg button{flex:1;justify-content:center;padding:7px 4px;font-size:11px}}.crm-building-actions{align-items:center;gap:8px;margin-top:12px;display:flex}.crm-buildings-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}@media(max-width:560px){.crm-buildings-grid{grid-template-columns:1fr}}.crm-block-card-body{align-items:center;gap:16px;display:flex}.crm-block-preview{flex-shrink:0;justify-content:center;width:120px;height:96px;overflow:hidden}.crm-block-title-line{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.crm-block-title-copy{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.crm-block-title-copy strong{color:var(--crm-ink);font-size:16px}.crm-block-inline-actions{align-items:center;gap:4px;display:flex}.crm-block-primary-actions{flex-direction:column;gap:8px;min-width:140px;display:flex}.crm-block-modal{top:32px}.crm-block-modal .ant-modal-body{max-height:calc(100vh - 210px);padding-right:4px;overflow-y:auto}.crm-block-modal .crm-inline-mobile{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:14px;display:grid}.crm-block-modal .ant-form-item{min-width:0}.crm-block-modal .ant-upload-wrapper,.crm-block-modal .ant-upload{width:100%;min-width:0;display:block}.crm-block-upload-card{border:1px solid var(--crm-border);background:var(--crm-surface);cursor:pointer;border-radius:12px;flex-direction:column;width:100%;min-width:0;min-height:86px;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.crm-block-upload-card:hover{border-color:var(--crm-primary);box-shadow:var(--crm-shadow-sm)}.crm-block-upload-status{background:var(--crm-surface-2);min-height:38px;color:var(--crm-ink-3);text-align:center;justify-content:center;align-items:center;padding:8px 10px;font-size:11px;font-weight:700;display:flex}.crm-block-upload-status.ok{color:var(--crm-green);background:#e8f8ef}.crm-block-upload-meta{flex-direction:column;flex:1;justify-content:center;gap:5px;min-width:0;padding:9px 10px 10px;display:flex}.crm-block-upload-name{color:var(--crm-ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.crm-block-upload-action{color:var(--crm-primary);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.crm-block-upload-remove{margin-top:6px;padding-left:0}.crm-room-upload-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:4px;display:grid}.crm-room-upload-grid .ant-upload-wrapper,.crm-room-upload-grid .ant-upload{width:100%;min-width:0;display:block}.crm-room-upload-card{border:1px solid var(--crm-border);background:var(--crm-surface);cursor:pointer;border-radius:12px;flex-direction:column;width:100%;min-width:0;min-height:82px;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.crm-room-upload-card:hover{border-color:var(--crm-primary);box-shadow:var(--crm-shadow-sm)}.crm-room-upload-status{background:var(--crm-surface-2);min-height:36px;color:var(--crm-ink-3);text-align:center;justify-content:center;align-items:center;padding:8px 10px;font-size:11px;font-weight:700;display:flex}.crm-room-upload-status.ok{color:var(--crm-green);background:#e8f8ef}.crm-room-upload-meta{flex-direction:column;flex:1;justify-content:center;gap:5px;min-width:0;padding:9px 10px 10px;display:flex}.crm-room-upload-name{color:var(--crm-ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.crm-room-upload-action{color:var(--crm-primary);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.crm-room-upload-remove{margin-top:6px;padding-left:0}@media(max-width:768px){.crm-block-card-body{flex-direction:column;align-items:stretch;gap:12px}.crm-block-preview{width:100%;height:140px}.crm-block-primary-actions{flex-direction:row;width:100%}.crm-block-primary-actions button{flex:1}.crm-block-modal .crm-inline-mobile,.crm-room-upload-grid{grid-template-columns:1fr}}@media(max-width:480px){.crm-block-title-line{flex-direction:column;align-items:flex-start;gap:6px}.crm-block-inline-actions{margin-top:2px}}.crm-rooms-filter-body{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.crm-rooms-filter-select{min-width:140px}.crm-rooms-filter-select.wide{min-width:220px}.crm-rooms-legend{color:var(--crm-ink-2);align-items:center;gap:14px;font-size:13px;display:flex}.crm-rooms-legend .dot{border-radius:50%;width:8px;height:8px;display:inline-block}.crm-rooms-legend .dot.green{background-color:var(--crm-green)}.crm-rooms-legend .dot.amber{background-color:var(--crm-amber)}.crm-rooms-legend .dot.slate{background-color:var(--crm-ink-3)}.crm-rooms-legend .dot.red{background-color:var(--crm-red)}@media(max-width:768px){.crm-rooms-filter-body{flex-direction:column;align-items:stretch;gap:8px}.crm-rooms-filter-select,.crm-rooms-filter-select.wide{width:100%}.crm-rooms-legend{flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:8px}}.crm-table-scroll{-webkit-overflow-scrolling:touch;border:1px solid var(--crm-border);border-radius:12px;width:100%;margin-top:16px;overflow-x:auto}.crm-table-scroll .ant-table-wrapper{min-width:650px}@media(max-width:768px){.crm-org-filters .crm-card-body{flex-direction:column;align-items:stretch;gap:8px}.crm-org-filters .crm-card-body>*{width:100%;min-width:100%;max-width:100%}}.crm-lead-manager{flex:1;min-width:0}.crm-lead-manager-name{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}@media(max-width:560px){.crm-lead-detail-modal .ant-modal-footer{flex-direction:column-reverse;align-items:stretch;gap:8px;padding:12px 16px 16px}.crm-lead-detail-modal .ant-modal-footer .ant-btn{width:100%;margin:0}}@media(max-width:768px){.crm-contract-grid{grid-template-columns:1fr}}@media(max-width:576px){.ant-picker-dropdown .ant-picker-panels{flex-direction:column}.ant-picker-dropdown .ant-picker-panel-container{max-width:100vw;overflow-x:auto}.ant-picker-dropdown .ant-picker-panel{border:none}}.crm-form-row{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}@media(max-width:640px){.crm-form-row{flex-direction:column;gap:12px;margin-bottom:12px}.crm-form-row>label,.crm-form-row>div{width:100%}}.crm-permissions-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;margin-top:10px;display:grid}@media(max-width:640px){.crm-permissions-grid{grid-template-columns:1fr}}.crm-permission-card{background:var(--crm-surface-2);border:1px solid var(--crm-border);border-radius:10px;flex-direction:column;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.crm-permission-card:hover{border-color:var(--crm-border-2);box-shadow:0 4px 12px #0f172a0a}.crm-permission-card-header{border-bottom:1px dashed var(--crm-border-2);justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.crm-permission-card-header strong{color:var(--crm-ink);font-size:13.5px;font-weight:600}.crm-permission-card-header .ant-checkbox-wrapper{color:var(--crm-primary);font-size:12.5px;font-weight:500}.crm-permission-card-body{flex-wrap:wrap;gap:10px 14px;display:flex}.crm-permission-card-body .ant-checkbox-wrapper{color:var(--crm-ink-2);font-size:13px}.ant-checkbox-inner{border-radius:4px}.crm-roles-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:12px;margin-top:12px;display:grid}@media(max-width:640px){.crm-roles-grid{grid-template-columns:1fr;gap:12px}}.crm-role-card{background:var(--crm-surface);border:1px solid var(--crm-border);border-radius:10px;flex-direction:column;align-self:start;gap:10px;height:auto;min-height:0;padding:12px 14px;transition:all .2s;display:flex;position:relative;box-shadow:0 2px 6px #0f172a05}.crm-role-card:hover{border-color:var(--crm-border-2);transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0d}.crm-role-card-header{border-bottom:1px solid var(--crm-border);justify-content:space-between;align-items:center;padding-bottom:9px;display:flex}.crm-role-card-title-group{align-items:center;gap:8px;min-width:0;display:flex}.crm-role-color-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.crm-role-card-title-group h3{color:var(--crm-ink);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:700;overflow:hidden}.crm-role-card-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.crm-role-card-actions button{color:var(--crm-ink-3);transition:all .15s}.crm-role-card-actions button:hover{color:var(--crm-primary);background:var(--crm-primary-soft)}.crm-role-card-actions button.ant-btn-dangerous:hover{color:var(--crm-red);background:var(--crm-red-soft)}.crm-role-card-body{flex-direction:column;flex:1;gap:8px;display:flex}.crm-role-desc{color:var(--crm-ink-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.crm-role-meta-row{align-items:center;gap:6px;font-size:12px;display:flex}.crm-role-meta-label{color:var(--crm-ink-3);flex-shrink:0;width:76px;font-weight:500}.crm-role-tags-wrap{flex-wrap:wrap;gap:4px;display:flex}.crm-role-permissions-section{border-top:1px dashed var(--crm-border);flex-direction:column;gap:5px;margin-top:2px;padding-top:8px;display:flex}.crm-role-permissions-section h4{color:var(--crm-ink-2);margin:0;font-size:12px;font-weight:600}.crm-role-no-perms{color:var(--crm-ink-3);font-size:12px;font-style:italic}.crm-role-permissions-list{flex-wrap:wrap;gap:5px;display:flex}.crm-role-permissions-list .ant-tag{text-overflow:ellipsis;white-space:nowrap;border:0;border-radius:999px;max-width:210px;margin:0;font-size:11.5px;line-height:20px;overflow:hidden}.crm-table-wrap .crm-table{min-width:800px}.crm-table-wrap .crm-table.crm-summary-table,.crm-client-detail-grid .crm-table-wrap .crm-table{min-width:auto}.crm-table-wrap::-webkit-scrollbar{width:6px;height:6px}.crm-table-wrap::-webkit-scrollbar-track{background:0 0}.crm-table-wrap::-webkit-scrollbar-thumb{background:#0000001f;border-radius:999px}.crm-table-wrap::-webkit-scrollbar-thumb:hover{background:#00000040}.crm-table-wrap{scrollbar-width:thin;scrollbar-color:#0000001f transparent}@media(max-width:768px){.crm-sms-table-top{flex-direction:column;align-items:stretch;gap:12px;padding:14px 16px}.crm-sms-table-top .crm-card-head{margin-bottom:0}.crm-sms-balance-filters{flex-direction:column;align-items:stretch;gap:8px;width:100%}.crm-sms-balance-filters .ant-select,.crm-sms-balance-filters .ant-picker,.crm-sms-balance-filters .ant-btn{width:100%;min-width:0;margin:0}.crm-sms-tab-table-card .crm-table tbody td:nth-child(2){white-space:normal;word-break:break-word;min-width:140px}.crm-client-detail-grid .crm-table thead th,.crm-client-detail-grid .crm-table tbody td{padding:8px 10px;font-size:12.5px}}@media(max-width:480px){.crm-client-detail-grid .crm-table thead th,.crm-client-detail-grid .crm-table tbody td{padding:6px 8px;font-size:12px}}.crm-image-preview-wrapper{width:100%;height:100%;display:block;position:relative}.crm-image-preview-wrapper button.crm-image-delete-btn.ant-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;z-index:10;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:opacity .2s,background-color .2s;display:flex;position:absolute;top:6px;right:6px;box-shadow:0 2px 6px #00000026}.crm-image-preview-wrapper:hover button.crm-image-delete-btn.ant-btn{opacity:1}.crm-image-preview-wrapper button.crm-image-delete-btn.ant-btn:hover{background:#fff}.crm-square-upload-wrapper{width:96px;height:96px;position:relative}.crm-square-upload-btn{border:1px dashed var(--crm-border-2);background:var(--crm-surface);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:96px;height:96px;transition:border-color .15s,background-color .15s;display:flex}.crm-square-upload-btn:hover{border-color:var(--crm-primary);background:var(--crm-surface-2)}.crm-square-upload-preview{border-radius:12px;width:96px;height:96px;position:relative;overflow:hidden}.crm-square-upload-preview button.crm-square-upload-delete.ant-btn{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:opacity .2s;display:flex;position:absolute;top:4px;right:4px;box-shadow:0 1px 4px #00000026}.crm-square-upload-preview:hover button.crm-square-upload-delete.ant-btn{opacity:1}.crm-square-upload-preview button.crm-square-upload-delete.ant-btn:hover{background:#fff}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
