:root{--erp-color-primary: #3457d5;--erp-color-primary-hover: #2a46b3;--erp-color-primary-active: #223a94;--erp-color-primary-subtle: #eef1fd;--erp-color-danger: #d92d3f;--erp-color-danger-subtle: #fdeced;--erp-color-success: #16874f;--erp-color-success-subtle: #e9f8f0;--erp-color-warning: #b3620a;--erp-color-warning-subtle: #fdf1e2;--erp-color-info: #0f7ea6;--erp-color-info-subtle: #e6f4f9;--erp-gray-25: #fbfbfd;--erp-gray-50: #f6f7f9;--erp-gray-100: #eef0f3;--erp-gray-200: #e2e5ea;--erp-gray-300: #cbd0d9;--erp-gray-400: #a3aabb;--erp-gray-500: #78808f;--erp-gray-600: #565e6d;--erp-gray-700: #3c4250;--erp-gray-800: #262a35;--erp-gray-900: #14161c;--erp-color-bg: var(--erp-gray-50);--erp-color-surface: #ffffff;--erp-color-surface-sunken: var(--erp-gray-25);--erp-color-border: var(--erp-gray-200);--erp-color-border-strong: var(--erp-gray-300);--erp-color-text: var(--erp-gray-900);--erp-color-text-muted: var(--erp-gray-500);--erp-color-text-subtle: var(--erp-gray-400);--erp-space-1: 4px;--erp-space-2: 8px;--erp-space-3: 12px;--erp-space-4: 16px;--erp-space-5: 20px;--erp-space-6: 24px;--erp-space-7: 32px;--erp-space-8: 40px;--erp-radius-sm: 6px;--erp-radius: 8px;--erp-radius-lg: 12px;--erp-radius-full: 999px;--erp-shadow-xs: 0 1px 2px rgba(20, 22, 28, .05);--erp-shadow-sm: 0 1px 2px rgba(20, 22, 28, .04), 0 2px 6px rgba(20, 22, 28, .05);--erp-shadow: 0 2px 4px rgba(20, 22, 28, .04), 0 8px 20px rgba(20, 22, 28, .08);--erp-shadow-lg: 0 8px 16px rgba(20, 22, 28, .06), 0 20px 48px rgba(20, 22, 28, .14);--erp-transition: .14s cubic-bezier(.2, 0, 0, 1);--erp-focus-ring: 0 0 0 3px rgba(52, 87, 213, .22);--erp-header-height: 60px;--erp-sidebar-width: 248px;--erp-sidebar-width-collapsed: 68px;--erp-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--erp-font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;font-family:var(--erp-font);font-size:14px;line-height:1.5;color:var(--erp-color-text);background:var(--erp-color-bg);font-variant-numeric:tabular-nums}h1,h2,h3,h4{font-family:var(--erp-font);letter-spacing:-.015em;margin:0}a{color:var(--erp-color-primary)}:focus-visible{outline:none;box-shadow:var(--erp-focus-ring);border-radius:var(--erp-radius-sm)}::selection{background:var(--erp-color-primary-subtle);color:var(--erp-color-primary-active)}.erp-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:var(--erp-radius);font-family:var(--erp-font);font-size:13.5px;font-weight:600;letter-spacing:-.005em;cursor:pointer;padding:8px 15px;line-height:1.3;transition:background-color var(--erp-transition),border-color var(--erp-transition),box-shadow var(--erp-transition),opacity var(--erp-transition),transform var(--erp-transition)}.erp-btn:active:not(:disabled){transform:translateY(.5px)}.erp-btn:disabled{opacity:.5;cursor:not-allowed}.erp-btn--primary{background:var(--erp-color-primary);color:#fff;box-shadow:0 1px 2px #223a9459,inset 0 1px #ffffff1f}.erp-btn--primary:hover:not(:disabled){background:var(--erp-color-primary-hover)}.erp-btn--primary:active:not(:disabled){background:var(--erp-color-primary-active)}.erp-btn--secondary{background:var(--erp-color-surface);color:var(--erp-color-text);border-color:var(--erp-color-border-strong);box-shadow:var(--erp-shadow-xs)}.erp-btn--secondary:hover:not(:disabled){background:var(--erp-gray-50);border-color:var(--erp-gray-400)}.erp-btn--ghost{background:transparent;color:var(--erp-color-text-muted)}.erp-btn--ghost:hover:not(:disabled){background:var(--erp-gray-100);color:var(--erp-color-text)}.erp-btn--danger{background:var(--erp-color-danger);color:#fff;box-shadow:0 1px 2px #d92d3f59}.erp-btn--danger:hover:not(:disabled){background:#bd2536}.erp-btn--sm{padding:5px 11px;font-size:12.5px}.erp-btn--lg{padding:11px 20px;font-size:15px}.erp-field{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--erp-space-4)}.erp-field__label{font-size:12.5px;font-weight:600;color:var(--erp-color-text)}.erp-field__required{color:var(--erp-color-danger);margin-left:2px}.erp-field__error{font-size:12px;color:var(--erp-color-danger)}.erp-input,.erp-select{border:1px solid var(--erp-color-border-strong);border-radius:var(--erp-radius-sm);padding:8px 11px;font-family:var(--erp-font);font-size:13.5px;background:var(--erp-color-surface);color:var(--erp-color-text);outline:none;width:100%;transition:border-color var(--erp-transition),box-shadow var(--erp-transition)}.erp-input::placeholder{color:var(--erp-color-text-subtle)}.erp-input:hover:not(:disabled,:focus),.erp-select:hover:not(:disabled,:focus){border-color:var(--erp-gray-400)}.erp-input:focus,.erp-select:focus{border-color:var(--erp-color-primary);box-shadow:var(--erp-focus-ring)}.erp-input--error,.erp-select--error{border-color:var(--erp-color-danger)}.erp-input:disabled,.erp-select:disabled{background:var(--erp-gray-50);color:var(--erp-color-text-subtle);cursor:not-allowed}.erp-search{display:flex;align-items:center;gap:6px}.erp-card{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius-lg);box-shadow:var(--erp-shadow-sm)}.erp-card__header{padding:var(--erp-space-4) var(--erp-space-5);border-bottom:1px solid var(--erp-color-border);font-weight:700;font-size:13.5px;color:var(--erp-color-text)}.erp-card__body{padding:var(--erp-space-5)}.erp-card__footer{padding:var(--erp-space-3) var(--erp-space-5);border-top:1px solid var(--erp-color-border)}.erp-badge{display:inline-flex;align-items:center;border-radius:var(--erp-radius-full);padding:3px 10px;font-size:11.5px;font-weight:700;letter-spacing:.01em;background:var(--erp-gray-100);color:var(--erp-color-text-muted);border:1px solid transparent;white-space:nowrap;flex-shrink:0}.erp-badge--primary{background:var(--erp-color-primary-subtle);color:var(--erp-color-primary-active)}.erp-badge--success{background:var(--erp-color-success-subtle);color:var(--erp-color-success)}.erp-badge--warning{background:var(--erp-color-warning-subtle);color:var(--erp-color-warning)}.erp-badge--danger{background:var(--erp-color-danger-subtle);color:var(--erp-color-danger)}.erp-badge--info{background:var(--erp-color-info-subtle);color:var(--erp-color-info)}.erp-badge--neutral{background:var(--erp-gray-100);color:var(--erp-color-text-muted)}.erp-alert{display:flex;gap:10px;border-radius:var(--erp-radius);padding:var(--erp-space-3) var(--erp-space-4);border:1px solid transparent;font-size:13.5px}.erp-alert--info{background:var(--erp-color-info-subtle);color:#0b5169;border-color:#0f7ea633}.erp-alert--success{background:var(--erp-color-success-subtle);color:#0f5c37;border-color:#16874f33}.erp-alert--warning{background:var(--erp-color-warning-subtle);color:#7d4407;border-color:#b3620a33}.erp-alert--error{background:var(--erp-color-danger-subtle);color:#9c1d2b;border-color:#d92d3f33}.erp-alert__title{font-weight:700;margin-bottom:2px}.erp-tabs__list{display:flex;gap:4px;border-bottom:1px solid var(--erp-color-border)}.erp-tabs__tab{border:none;background:transparent;padding:10px 14px;font-family:var(--erp-font);font-size:13.5px;font-weight:600;cursor:pointer;color:var(--erp-color-text-muted);border-bottom:2px solid transparent;transition:color var(--erp-transition),border-color var(--erp-transition)}.erp-tabs__tab:hover{color:var(--erp-color-text)}.erp-tabs__tab--active{color:var(--erp-color-primary);border-bottom-color:var(--erp-color-primary)}.erp-tabs__panel{padding-top:var(--erp-space-4)}.erp-dropdown{position:relative;display:inline-block}.erp-dropdown__menu{position:absolute;right:0;top:calc(100% + 6px);min-width:190px;background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius);box-shadow:var(--erp-shadow-lg);z-index:40;padding:6px}.erp-dropdown__item{display:block;width:100%;text-align:left;border:none;background:transparent;padding:8px 10px;font-family:var(--erp-font);font-size:13.5px;border-radius:var(--erp-radius-sm);cursor:pointer;color:var(--erp-color-text)}.erp-dropdown__item:hover{background:var(--erp-gray-100)}.erp-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14161c80;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);display:flex;align-items:center;justify-content:center;z-index:100;animation:erp-fade-in .12s ease}.erp-modal{background:var(--erp-color-surface);border-radius:var(--erp-radius-lg);box-shadow:var(--erp-shadow-lg);width:100%;max-width:480px;max-height:90vh;overflow:auto}.erp-modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--erp-space-4) var(--erp-space-5);border-bottom:1px solid var(--erp-color-border)}.erp-modal__title{font-weight:700;font-size:15.5px}.erp-modal__body{padding:var(--erp-space-5)}.erp-modal__footer{padding:var(--erp-space-3) var(--erp-space-5);border-top:1px solid var(--erp-color-border);display:flex;justify-content:flex-end;gap:8px}@keyframes erp-fade-in{0%{opacity:0}to{opacity:1}}.erp-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14161c80;z-index:100}.erp-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:420px;background:var(--erp-color-surface);box-shadow:var(--erp-shadow-lg);display:flex;flex-direction:column}.erp-drawer--left{right:auto;left:0}.erp-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--erp-space-4) var(--erp-space-5);border-bottom:1px solid var(--erp-color-border)}.erp-drawer__body{padding:var(--erp-space-5);overflow:auto;flex:1}.erp-icon-btn{border:none;background:transparent;cursor:pointer;font-size:15px;line-height:1;color:var(--erp-color-text-muted);padding:6px;border-radius:var(--erp-radius-sm);transition:background-color var(--erp-transition),color var(--erp-transition)}.erp-icon-btn:hover{background:var(--erp-gray-100);color:var(--erp-color-text)}.erp-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--erp-color-border);border-radius:var(--erp-radius-lg);background:var(--erp-color-surface)}.erp-table{width:100%;border-collapse:collapse;font-size:13.5px}.erp-table th{text-align:left;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--erp-color-text-muted);padding:11px 16px;border-bottom:1px solid var(--erp-color-border);background:var(--erp-color-surface-sunken);white-space:nowrap}.erp-table td{padding:12px 16px;border-bottom:1px solid var(--erp-color-border);vertical-align:middle;color:var(--erp-color-text)}.erp-table tbody tr{transition:background-color var(--erp-transition)}.erp-table tbody tr:hover{background:var(--erp-color-surface-sunken)}.erp-table tr:last-child td{border-bottom:none}.erp-table__state-cell{text-align:center;padding:var(--erp-space-8) 14px}.erp-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:var(--erp-space-3) 2px;font-size:12.5px;color:var(--erp-color-text-muted)}.erp-pagination__controls{display:flex;gap:4px}.erp-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:var(--erp-space-5);flex-wrap:wrap}.erp-page-header__title{font-size:21px;font-weight:800;margin:0;letter-spacing:-.02em}.erp-page-header__subtitle{font-size:13px;color:var(--erp-color-text-muted);margin-top:3px}.erp-page-header__actions{display:flex;gap:8px;align-items:center}.erp-breadcrumb{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--erp-color-text-muted);margin-bottom:var(--erp-space-4)}.erp-breadcrumb__link{color:var(--erp-color-text-muted);text-decoration:none}.erp-breadcrumb__link:hover{color:var(--erp-color-primary)}.erp-breadcrumb__current{color:var(--erp-color-text);font-weight:600}.erp-spinner{width:16px;height:16px;border:2px solid var(--erp-gray-200);border-top-color:var(--erp-color-primary);border-radius:50%;animation:erp-spin .7s linear infinite;display:inline-block}.erp-spinner--lg{width:26px;height:26px;border-width:2.5px}@keyframes erp-spin{to{transform:rotate(360deg)}}.erp-page-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:72px 0;color:var(--erp-color-text-muted);font-size:13.5px}.erp-skeleton{background:linear-gradient(90deg,var(--erp-gray-100) 25%,var(--erp-gray-50) 37%,var(--erp-gray-100) 63%);background-size:400% 100%;animation:erp-skeleton 1.4s ease infinite;border-radius:var(--erp-radius-sm)}@keyframes erp-skeleton{0%{background-position:100% 50%}to{background-position:0 50%}}.erp-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:56px 24px;gap:8px;color:var(--erp-color-text-muted)}.erp-state__icon{font-size:30px;opacity:.85}.erp-state__title{font-size:14.5px;font-weight:700;color:var(--erp-color-text)}.erp-state__description{font-size:13px;max-width:360px}.erp-state--error .erp-state__icon{filter:saturate(.6)}.erp-toast-viewport{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:200;max-width:360px}.erp-toast{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-left:3px solid var(--erp-color-primary);border-radius:var(--erp-radius);box-shadow:var(--erp-shadow-lg);padding:11px 13px;font-size:13px}.erp-toast--success{border-left-color:var(--erp-color-success)}.erp-toast--warning{border-left-color:var(--erp-color-warning)}.erp-toast--error{border-left-color:var(--erp-color-danger)}.erp-header{height:var(--erp-header-height);display:flex;align-items:center;justify-content:space-between;padding:0 var(--erp-space-5);background:var(--erp-color-surface);border-bottom:1px solid var(--erp-color-border);box-shadow:var(--erp-shadow-xs);gap:16px;position:relative;z-index:10}.erp-header__left{display:flex;align-items:center;gap:12px;min-width:0}.erp-header__right{display:flex;align-items:center;gap:10px}.erp-header__brand{font-weight:800;font-size:15px;letter-spacing:-.01em;white-space:nowrap}.erp-sidebar{width:var(--erp-sidebar-width);background:var(--erp-color-surface);border-right:1px solid var(--erp-color-border);display:flex;flex-direction:column;overflow-y:auto;transition:width var(--erp-transition)}.erp-sidebar--collapsed{width:var(--erp-sidebar-width-collapsed)}.erp-sidebar__group{padding:var(--erp-space-2) var(--erp-space-2)}.erp-sidebar__group-label{padding:var(--erp-space-2) var(--erp-space-3) 6px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--erp-color-text-subtle)}.erp-sidebar__item{display:flex;align-items:center;gap:11px;padding:8px 12px;margin:1px 0;font-size:13.5px;font-weight:500;color:var(--erp-color-text-muted);text-decoration:none;cursor:pointer;border:none;background:transparent;width:100%;text-align:left;border-radius:var(--erp-radius-sm);transition:background-color var(--erp-transition),color var(--erp-transition)}.erp-sidebar__item:hover{background:var(--erp-gray-100);color:var(--erp-color-text)}.erp-sidebar__item--active{background:var(--erp-color-primary-subtle);color:var(--erp-color-primary-active);font-weight:700}.erp-sidebar__icon{width:18px;text-align:center;flex-shrink:0;font-size:14.5px}.erp-sidebar--collapsed .erp-sidebar__label,.erp-sidebar--collapsed .erp-sidebar__group-label{display:none}.erp-sidebar--collapsed .erp-sidebar__item{justify-content:center;padding:8px}@media (max-width: 768px){.erp-sidebar:not(.erp-sidebar--collapsed){width:var(--erp-sidebar-width-collapsed)}.erp-sidebar:not(.erp-sidebar--collapsed) .erp-sidebar__label,.erp-sidebar:not(.erp-sidebar--collapsed) .erp-sidebar__group-label{display:none}.erp-header__brand{display:none}}.tenants{display:flex;flex-direction:column;gap:24px}.tenants-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--erp-color-border)}.tenants-header__title{font-size:22px;font-weight:800;margin:0}.tenants-header__subtitle{font-size:13.5px;color:var(--erp-color-text-muted);margin-top:3px}.tenants-toolbar{padding:12px 16px;background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius)}.tenants-code-link{font-weight:700;color:var(--erp-color-primary)}.tenants-actions{display:flex;gap:8px;flex-wrap:wrap}.tenants-hero{padding:20px;border-radius:var(--erp-radius);border:1px solid var(--erp-color-border);border-left:4px solid var(--erp-color-border);background:var(--erp-color-surface)}.tenants-hero--success{border-left-color:var(--erp-color-success);background:linear-gradient(135deg,rgba(22,163,74,.07) 0%,var(--erp-color-surface) 55%)}.tenants-hero--warning{border-left-color:var(--erp-color-warning);background:linear-gradient(135deg,rgba(217,119,6,.07) 0%,var(--erp-color-surface) 55%)}.tenants-hero--danger{border-left-color:var(--erp-color-danger);background:linear-gradient(135deg,rgba(220,38,38,.07) 0%,var(--erp-color-surface) 55%)}.tenants-hero__title{font-size:22px;font-weight:800;margin:0}.tenants-hero__meta{display:flex;gap:8px;align-items:center;margin-top:6px}.tenants-hero__code{font-family:monospace;font-size:13px;color:var(--erp-color-text-muted)}.tenants-stats{display:flex;gap:12px;flex-wrap:wrap}.tenants-stat{flex:1 1 140px;padding:14px 16px;border-radius:var(--erp-radius);border:1px solid var(--erp-color-border);border-left:3px solid var(--erp-color-border);background:var(--erp-color-surface);display:flex;flex-direction:column;gap:2px}.tenants-stat__value{font-size:24px;font-weight:800;line-height:1.1}.tenants-stat__label{font-size:12.5px;color:var(--erp-color-text-muted);font-weight:500}.tenants-stat--primary{border-left-color:var(--erp-color-primary);background:linear-gradient(135deg,rgba(37,99,235,.08) 0%,var(--erp-color-surface) 60%)}.tenants-stat--success{border-left-color:var(--erp-color-success);background:linear-gradient(135deg,rgba(22,163,74,.08) 0%,var(--erp-color-surface) 60%)}.tenants-stat--warning{border-left-color:var(--erp-color-warning);background:linear-gradient(135deg,rgba(217,119,6,.08) 0%,var(--erp-color-surface) 60%)}.tenants-stat--danger{border-left-color:var(--erp-color-danger);background:linear-gradient(135deg,rgba(220,38,38,.08) 0%,var(--erp-color-surface) 60%)}.tenants-filters{display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap}.tenants-card{overflow:hidden;margin-top:12px}.tenants-form-section{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted);margin:16px 0 8px}.tenants-form-section:first-child{margin-top:0}.tenants-summary-row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--erp-color-border);font-size:13.5px}.tenants-summary-row:last-child{border-bottom:none}.tenants-summary-row__label{color:var(--erp-color-text-muted)}.tenants-summary-row__value{font-weight:600}.tenants-review-grid{display:flex;flex-direction:column}.tenants-branch-list{list-style:none;margin:0 0 16px;padding:0}.tenants-branch-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid var(--erp-color-border);font-size:13.5px}.tenants-branch-item__code{color:var(--erp-color-text-muted);font-size:12px}.tenants-branch-item--editing{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap;padding:10px 0}.tenants-branch-form{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap}.tenants-usage-hint{font-size:12.5px;color:var(--erp-color-text-muted);margin-bottom:8px}.tenants-logo{display:flex;align-items:center;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--erp-color-border)}.tenants-logo__preview{width:48px;height:48px;object-fit:contain;border-radius:6px;border:1px solid var(--erp-color-border)}.tenants-logo__placeholder{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px dashed var(--erp-color-border);color:var(--erp-color-text-muted);font-size:10px}.tenants-features{display:flex;flex-direction:column;gap:16px}.tenants-timeline{list-style:none;margin:0;padding:0}.tenants-timeline__item{padding:10px 0;border-bottom:1px solid var(--erp-color-border)}.tenants-timeline__item:last-child{border-bottom:none}.tenants-timeline__action{font-weight:600;font-size:13.5px;text-transform:capitalize}.tenants-timeline__meta{font-size:11.5px;color:var(--erp-color-text-muted);margin-top:2px}.tenants-saved-hint{font-size:12.5px;color:var(--erp-color-success)}.tenants-inline-error{font-size:12.5px;color:var(--erp-color-danger);margin-top:8px}.masters-page{display:flex;flex-direction:column;gap:20px;width:100%;padding-right:8px}.masters-card{padding:28px 32px}.masters-form{display:flex;flex-direction:column;gap:6px;max-width:820px}.masters-form .erp-field{margin-bottom:4px}.masters-row-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.masters-actions{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap}.masters-actions .erp-btn{min-width:104px}.masters-list-card{padding:20px 24px 24px}.masters-toolbar{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.masters-toolbar .masters-search{flex:1;min-width:240px}.masters-toolbar .masters-search .erp-search{width:100%}.masters-table-scroll{width:100%;overflow-x:auto}@media (max-width: 720px){.masters-card{padding:20px}.masters-row-2{grid-template-columns:1fr}}.rate-calc-container{min-height:calc(100vh - var(--erp-header-height));background:var(--erp-color-bg, #f8fafc);color:var(--erp-color-text, #0f172a);padding:24px;font-family:var(--erp-font)}.rate-calc-header{margin-bottom:32px}.rate-calc-header h1{margin:0;font-size:24px;font-weight:700;color:var(--erp-color-text, #0f172a);letter-spacing:-.5px}.rate-calc-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1024px){.rate-calc-grid{grid-template-columns:1fr 1fr}}.rate-calc-glass-panel{background:var(--erp-color-surface, #ffffff);border:1px solid var(--erp-color-border, #e2e8f0);border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;position:relative;overflow:hidden}.rate-calc-form{display:flex;flex-direction:column;gap:20px}.rate-calc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rate-calc-field{display:flex;flex-direction:column;gap:6px}.rate-calc-label{font-size:13px;font-weight:600;color:var(--erp-color-text, #334155)}.rate-calc-input{width:100%;background:#fff;border:1px solid var(--erp-color-border, #cbd5e1);border-radius:6px;padding:10px 12px;color:var(--erp-color-text, #0f172a);font-size:14px;transition:all .2s ease;outline:none}.rate-calc-input::placeholder{color:#94a3b8}.rate-calc-input:focus{border-color:var(--erp-color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1a}.rate-calc-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff}.rate-calc-checkbox-container{display:flex;align-items:center;gap:12px;cursor:pointer;padding-top:16px;border-top:1px solid var(--erp-color-border, #e2e8f0);margin-top:4px}.rate-calc-checkbox{width:18px;height:18px;border-radius:4px;border:1px solid var(--erp-color-border, #cbd5e1);background:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.rate-calc-checkbox.checked{background:var(--erp-color-primary, #2563eb);border-color:var(--erp-color-primary, #2563eb)}.rate-calc-checkbox-label{font-size:14px;font-weight:500;color:var(--erp-color-text, #334155)}.rate-calc-dim-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#f8fafc;padding:16px;border-radius:8px;border:1px solid var(--erp-color-border, #e2e8f0)}.rate-calc-actions{display:flex;gap:12px;padding-top:20px;border-top:1px solid var(--erp-color-border, #e2e8f0)}.rate-calc-btn{flex:1;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;border:1px solid transparent}.rate-calc-btn-secondary{background:#fff;color:var(--erp-color-text, #334155);border-color:var(--erp-color-border, #cbd5e1);box-shadow:0 1px 2px #0000000d}.rate-calc-btn-secondary:hover{background:#f8fafc}.rate-calc-btn-primary{background:var(--erp-color-primary, #2563eb);color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.rate-calc-btn-primary:hover:not(:disabled){background:var(--erp-color-primary-hover, #1d4ed8)}.rate-calc-btn-primary:disabled{opacity:.6;cursor:not-allowed}.rate-calc-breakdown-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--erp-color-border, #e2e8f0);padding-bottom:12px;margin-bottom:16px}.rate-calc-breakdown-title{font-size:16px;font-weight:600;color:var(--erp-color-text, #0f172a);margin:0}.rate-calc-currency-badge{font-size:11px;font-family:monospace;background:#f1f5f9;color:#475569;padding:4px 8px;border-radius:4px;border:1px solid #e2e8f0}.rate-calc-line{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:12px}.rate-calc-line-label{color:#64748b}.rate-calc-line-value{color:#0f172a;font-weight:500}.rate-calc-line-discount{color:#059669;background:#d1fae5;padding:8px 12px;border-radius:6px;margin:0 -12px 12px}.rate-calc-divider{height:1px;background:var(--erp-color-border, #e2e8f0);margin:12px 0}.rate-calc-total-area{display:flex;justify-content:space-between;align-items:flex-end;margin-top:4px}.rate-calc-total-label{font-size:13px;font-weight:600;color:#475569;text-transform:uppercase;margin-bottom:4px;display:block}.rate-calc-ref{font-size:10px;font-family:monospace;color:#94a3b8}.rate-calc-total-value{font-size:28px;font-weight:700;color:var(--erp-color-text, #0f172a)}.rate-calc-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:350px;text-align:center}.rate-calc-spinner{width:32px;height:32px;border:3px solid rgba(37,99,235,.1);border-top-color:var(--erp-color-primary, #2563eb);border-radius:50%;animation:rate-calc-spin .8s linear infinite;margin-bottom:16px}@keyframes rate-calc-spin{to{transform:rotate(360deg)}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ewb-page{display:flex;flex-direction:column;gap:20px}.ewb-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.ewb-stat{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-left:3px solid var(--erp-stat-accent, var(--erp-color-border));border-radius:var(--erp-radius);padding:14px 16px;box-shadow:var(--erp-shadow);transition:transform .15s ease,box-shadow .15s ease}.ewb-stat:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0f172a14}.ewb-stat__value{font-size:24px;font-weight:700;line-height:1.1}.ewb-stat__label{font-size:12px;color:var(--erp-color-text-muted);margin-top:4px;text-transform:uppercase;letter-spacing:.03em}.ewb-stat--total{--erp-stat-accent: var(--erp-color-primary)}.ewb-stat--active{--erp-stat-accent: var(--erp-color-success)}.ewb-stat--expiring{--erp-stat-accent: var(--erp-color-warning)}.ewb-stat--cancelled{--erp-stat-accent: var(--erp-color-text-muted)}.ewb-filters-bar{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px 20px;align-items:start;background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius);padding:18px 20px}.ewb-filters-bar__search{grid-column:1 / -1;max-width:480px}.ewb-filters-bar .erp-field{margin-bottom:0}@media (max-width: 640px){.ewb-filters-bar .erp-search{grid-column:1 / -1}}.ewb-table-card{border-radius:var(--erp-radius);overflow:hidden}.ewb-table-card .erp-table tbody tr{transition:background-color .1s ease}.ewb-table-card .erp-table tbody tr:hover{background:var(--erp-color-bg)}.ewb-number{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-weight:600;letter-spacing:.02em}.ewb-muted{color:var(--erp-color-text-muted)}.ewb-hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-radius:var(--erp-radius);background:linear-gradient(135deg,var(--erp-color-surface) 0%,var(--erp-color-bg) 100%);border:1px solid var(--erp-color-border);box-shadow:var(--erp-shadow)}.ewb-hero__number{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:26px;font-weight:700;letter-spacing:.02em}.ewb-hero__meta{display:flex;align-items:center;gap:10px;margin-top:6px;color:var(--erp-color-text-muted);font-size:13px}.ewb-hero__actions{display:flex;gap:8px;flex-wrap:wrap}.erp-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.erp-detail-row{display:flex;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px dashed var(--erp-color-border);font-size:13px}.erp-detail-row:last-child{border-bottom:none}.erp-detail-row__label{color:var(--erp-color-text-muted)}.erp-detail-row__value{font-weight:500;text-align:right}.ewb-card-icon{margin-right:8px}.ewb-timeline{list-style:none;margin:0;padding:0;position:relative}.ewb-timeline:before{content:"";position:absolute;left:7px;top:6px;bottom:6px;width:2px;background:var(--erp-color-border)}.ewb-timeline__item{position:relative;padding:0 0 20px 28px}.ewb-timeline__item:last-child{padding-bottom:0}.ewb-timeline__dot{position:absolute;left:0;top:2px;width:16px;height:16px;border-radius:50%;border:3px solid var(--erp-color-surface);background:var(--erp-timeline-color, var(--erp-color-text-muted));box-shadow:0 0 0 1px var(--erp-color-border)}.ewb-timeline__title{font-weight:600;font-size:14px}.ewb-timeline__meta{font-size:12px;color:var(--erp-color-text-muted);margin-top:2px}.ewb-timeline__item--generate{--erp-timeline-color: var(--erp-color-success)}.ewb-timeline__item--cancel{--erp-timeline-color: var(--erp-color-danger)}.ewb-timeline__item--request{--erp-timeline-color: var(--erp-color-info)}.ewb-timeline__item--update{--erp-timeline-color: var(--erp-color-primary)}.ewb-timeline__item--failed{--erp-timeline-color: var(--erp-color-danger)}.ewb-form-section{margin-bottom:22px}.ewb-form-section:last-of-type{margin-bottom:0}.ewb-form-section__title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted);margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid var(--erp-color-border)}.ewb-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:4px 16px}.ewb-form-grid .erp-field{grid-column:span 1}.ewb-form-grid .ewb-field--wide{grid-column:1 / -1}.ewb-form-actions{display:flex;gap:10px;margin-top:4px}.ewb-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px 20px;margin:0;padding:12px 14px;background:var(--erp-color-surface-muted, #f8fafc);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius, 8px)}.ewb-detail-grid>div{display:flex;flex-direction:column;gap:2px;min-width:0}.ewb-detail-grid dt{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--erp-color-text-muted, #64748b)}.ewb-detail-grid dd{margin:0;font-size:13px;color:var(--erp-color-text, #0f172a);word-break:break-word}.billing{--billing-space-1: 4px;--billing-space-2: 8px;--billing-space-3: 12px;--billing-space-4: 16px;--billing-space-5: 24px;--billing-space-6: 32px;display:flex;flex-direction:column;gap:var(--billing-space-5);font-variant-numeric:tabular-nums}.billing-amount{font-variant-numeric:tabular-nums;font-feature-settings:"tnum";white-space:nowrap}.billing-amount--muted{color:var(--erp-color-text-muted)}.billing-amount--danger{color:var(--erp-color-danger);font-weight:600}.billing-amount--success{color:var(--erp-color-success);font-weight:600}.billing-amount--strong{font-weight:700;font-size:1.05em}.billing-header{display:flex;align-items:center;gap:var(--billing-space-4);padding-bottom:var(--billing-space-4);border-bottom:1px solid var(--erp-color-border)}.billing-header__icon{width:38px;height:38px;border-radius:var(--erp-radius);background:var(--erp-color-surface-sunken);border:1px solid var(--erp-color-border);color:var(--erp-color-text-muted);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.billing-header__body{flex:1;min-width:0}.billing-header__title{font-size:23px;font-weight:800;margin:0;letter-spacing:-.02em}.billing-header__subtitle{font-size:13.5px;color:var(--erp-color-text-muted);margin-top:3px}.billing-header__actions{display:flex;gap:var(--billing-space-2);align-items:center;flex-wrap:wrap}.billing-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--billing-space-4)}.billing-stat{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:10px;padding:var(--billing-space-4);display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.billing-stat:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:var(--billing-stat-accent, var(--erp-color-primary))}.billing-stat--total{--billing-stat-accent: var(--erp-color-primary)}.billing-stat--balance{--billing-stat-accent: var(--erp-color-warning)}.billing-stat--overdue{--billing-stat-accent: var(--erp-color-danger)}.billing-stat--paid{--billing-stat-accent: var(--erp-color-success)}.billing-stat__label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted);display:flex;align-items:center;gap:6px}.billing-stat__value{font-size:24px;font-weight:800;letter-spacing:-.01em}.billing-stat__hint{font-size:12px;color:var(--erp-color-text-muted)}.billing-toolbar{display:flex;gap:var(--billing-space-3);align-items:flex-end;flex-wrap:wrap;padding:var(--billing-space-3) var(--billing-space-4);background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius)}.billing-toolbar .erp-field{margin-bottom:0}.billing-table .erp-table-wrap{border-radius:10px;box-shadow:var(--erp-shadow)}.billing-table .erp-table th{font-size:11px}.billing-table .erp-table tbody tr{transition:background-color .1s ease}.billing-table .erp-table tbody tr:hover{background:var(--erp-color-bg)}.billing-table .erp-table td{font-size:13.5px}.billing-invoice-number{font-weight:700;color:var(--erp-color-primary)}.billing-status{display:inline-flex;align-items:center;gap:6px}.billing-status__dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.billing-card{overflow:hidden}.billing-card .erp-card__header{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--erp-color-text-muted);background:var(--erp-color-bg)}.billing-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--erp-color-text-muted);margin:0 0 var(--billing-space-3) 0;display:flex;align-items:center;gap:8px}.billing-step-number{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:var(--erp-color-primary);color:#fff;font-size:11px;font-weight:800}.billing-detail{display:grid;grid-template-columns:1fr 320px;gap:var(--billing-space-5);align-items:start}@media (max-width: 900px){.billing-detail{grid-template-columns:1fr}}.billing-detail__main{display:flex;flex-direction:column;gap:var(--billing-space-5);min-width:0}.billing-detail__side{display:flex;flex-direction:column;gap:var(--billing-space-4);position:sticky;top:0}.billing-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--billing-space-4);padding:var(--billing-space-5);border-radius:12px;border:1px solid var(--erp-color-border);background:var(--erp-color-surface);position:relative;overflow:hidden;flex-wrap:wrap}.billing-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--billing-hero-accent, var(--erp-color-primary))}.billing-hero__number{font-size:24px;font-weight:800;letter-spacing:-.01em;margin:0 0 4px}.billing-hero__meta{font-size:13px;color:var(--erp-color-text-muted);display:flex;gap:14px;flex-wrap:wrap;margin-top:6px}.billing-hero__meta strong{color:var(--erp-color-text);font-weight:600}.billing-hero__total{text-align:right}.billing-hero__total-label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted)}.billing-hero__total-value{font-size:30px;font-weight:800;letter-spacing:-.02em}.billing-hero__balance{font-size:13px;margin-top:2px}.billing-actions{display:flex;gap:var(--billing-space-2);flex-wrap:wrap}.billing-totals{width:100%;border-collapse:collapse}.billing-totals td{padding:5px 0;font-size:13.5px}.billing-totals td:last-child{text-align:right}.billing-totals tr.billing-totals__grand td{font-weight:800;font-size:16px;border-top:1px solid var(--erp-color-border);padding-top:10px}.billing-totals tr.billing-totals__balance td{font-weight:700}.billing-line{display:grid;grid-template-columns:1.6fr 1.8fr .7fr .9fr .7fr auto;gap:var(--billing-space-2);align-items:end;padding:var(--billing-space-3);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius);background:var(--erp-color-bg);margin-bottom:var(--billing-space-2)}.billing-line .erp-field{margin-bottom:0}@media (max-width: 860px){.billing-line{grid-template-columns:1fr 1fr}}.billing-add-line{border:1px dashed var(--erp-color-border);border-radius:var(--erp-radius);padding:var(--billing-space-2) var(--billing-space-3);width:100%}.billing-preview-sheet{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:10px;padding:var(--billing-space-5)}.billing-preview-sheet__meta{display:flex;justify-content:space-between;gap:var(--billing-space-4);padding-bottom:var(--billing-space-4);margin-bottom:var(--billing-space-4);border-bottom:1px solid var(--erp-color-border);font-size:13.5px;flex-wrap:wrap}.billing-preview-sheet__meta strong{display:block;font-size:15px;margin-bottom:2px}.billing-payment{display:flex;align-items:center;gap:var(--billing-space-3);padding:var(--billing-space-3) 0;border-bottom:1px solid var(--erp-color-border)}.billing-payment:last-child{border-bottom:none}.billing-payment__icon{width:32px;height:32px;border-radius:50%;background:#16a34a1a;color:var(--erp-color-success);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px}.billing-payment__body{flex:1;min-width:0}.billing-payment__method{font-weight:600;font-size:13.5px}.billing-payment__meta{font-size:12px;color:var(--erp-color-text-muted)}.billing-payment__amount{font-weight:700;font-size:14px}.billing .erp-state__icon{font-size:40px}.billing-document-frame{width:100%;height:560px;border:1px solid var(--erp-color-border);border-radius:var(--erp-radius);background:#fff}.complaints{--complaints-space-1: 4px;--complaints-space-2: 8px;--complaints-space-3: 12px;--complaints-space-4: 16px;--complaints-space-5: 24px;display:flex;flex-direction:column;gap:var(--complaints-space-5)}.complaints-header{display:flex;align-items:center;gap:var(--complaints-space-4);padding-bottom:var(--complaints-space-4);border-bottom:1px solid var(--erp-color-border)}.complaints-header__icon{width:38px;height:38px;border-radius:var(--erp-radius);background:var(--erp-color-surface-sunken);border:1px solid var(--erp-color-border);color:var(--erp-color-warning, #b3620a);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.complaints-header__body{flex:1;min-width:0}.complaints-header__title{font-size:23px;font-weight:800;margin:0;letter-spacing:-.02em}.complaints-header__subtitle{font-size:13.5px;color:var(--erp-color-text-muted);margin-top:3px}.complaints-header__actions{display:flex;gap:var(--complaints-space-2);align-items:center;flex-wrap:wrap}.complaints-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--complaints-space-4)}.complaints-stat{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:10px;padding:var(--complaints-space-4);display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden}.complaints-stat:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:var(--complaints-stat-accent, var(--erp-color-primary))}.complaints-stat--total{--complaints-stat-accent: var(--erp-color-primary)}.complaints-stat--open{--complaints-stat-accent: var(--erp-color-warning)}.complaints-stat--overdue,.complaints-stat--escalated{--complaints-stat-accent: var(--erp-color-danger)}.complaints-stat__label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted);display:flex;align-items:center;gap:6px}.complaints-stat__value{font-size:24px;font-weight:800;letter-spacing:-.01em}.complaints-stat__hint{font-size:12px;color:var(--erp-color-text-muted)}.complaints-toolbar{display:flex;gap:var(--complaints-space-3);align-items:flex-end;flex-wrap:wrap;padding:var(--complaints-space-3) var(--complaints-space-4);background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius)}.complaints-toolbar .erp-field{margin-bottom:0}.complaints-overdue-toggle{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--erp-color-text-muted);padding-bottom:8px}.complaints-table .erp-table-wrap{border-radius:10px;box-shadow:var(--erp-shadow)}.complaints-table .erp-table th{font-size:11px}.complaints-table .erp-table tbody tr{transition:background-color .1s ease}.complaints-table .erp-table tbody tr:hover{background:var(--erp-color-bg)}.complaints-table .erp-table td{font-size:13.5px}.complaints-number{font-weight:700;color:var(--erp-color-primary)}.complaints-subject{max-width:260px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.complaints-due{color:var(--erp-color-text)}.complaints-due--overdue{color:var(--erp-color-danger);font-weight:700}.complaints-status{display:inline-flex;align-items:center;gap:6px}.complaints-status__dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex-shrink:0}.complaints-card{overflow:hidden}.complaints-card .erp-card__header{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--erp-color-text-muted);background:var(--erp-color-bg)}.complaints-detail{display:grid;grid-template-columns:1fr 320px;gap:var(--complaints-space-5);align-items:start}@media (max-width: 900px){.complaints-detail{grid-template-columns:1fr}}.complaints-detail__main{display:flex;flex-direction:column;gap:var(--complaints-space-5);min-width:0}.complaints-detail__side{display:flex;flex-direction:column;gap:var(--complaints-space-4);position:sticky;top:0}.complaints-hero{padding:var(--complaints-space-5);border-radius:12px;border:1px solid var(--erp-color-border);background:var(--erp-color-surface);position:relative;overflow:hidden}.complaints-hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--erp-color-warning, #d97706)}.complaints-hero__number{font-size:24px;font-weight:800;letter-spacing:-.01em;margin:0 0 4px}.complaints-hero__meta{font-size:13px;color:var(--erp-color-text-muted);display:flex;gap:14px;flex-wrap:wrap;margin-top:8px}.complaints-hero__meta strong{color:var(--erp-color-text);font-weight:600}.complaints-actions{display:flex;gap:var(--complaints-space-2);flex-wrap:wrap}.complaints-context-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--complaints-space-3)}.complaints-context-card{border:1px solid var(--erp-color-border);border-radius:var(--erp-radius);padding:var(--complaints-space-3);background:var(--erp-color-bg)}.complaints-context-card__label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted);margin-bottom:4px}.complaints-context-card__value{font-size:13.5px;font-weight:600;word-break:break-word}.complaints-assignment{display:flex;flex-direction:column;gap:var(--complaints-space-3)}.complaints-assignment__current{display:flex;flex-direction:column;gap:2px}.complaints-assignment__label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted)}.complaints-assignment__value{font-size:14px;font-weight:700}.complaints-assignment__form{display:flex;gap:var(--complaints-space-2);align-items:flex-end}.complaints-assignment__form .erp-field{flex:1;margin-bottom:0}.complaints-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.complaints-timeline__item{display:flex;gap:var(--complaints-space-3);padding:var(--complaints-space-3) 0;border-bottom:1px solid var(--erp-color-border)}.complaints-timeline__item:last-child{border-bottom:none}.complaints-timeline__icon{width:28px;height:28px;border-radius:50%;background:var(--erp-color-bg);border:1px solid var(--erp-color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px}.complaints-timeline__body{flex:1;min-width:0}.complaints-timeline__action{font-weight:600;font-size:13.5px;text-transform:capitalize}.complaints-timeline__reason{font-size:12.5px;color:var(--erp-color-text-muted);font-style:italic;margin-top:2px}.complaints-timeline__meta{font-size:11.5px;color:var(--erp-color-text-muted);margin-top:2px}.complaints-comments{display:flex;flex-direction:column;gap:var(--complaints-space-4)}.complaints-comment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--complaints-space-3)}.complaints-comment{border:1px solid var(--erp-color-border);border-radius:var(--erp-radius);padding:var(--complaints-space-3);background:var(--erp-color-surface)}.complaints-comment--internal{background:#d977060f;border-color:#d9770640}.complaints-comment__header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.complaints-comment__author{font-weight:700;font-size:12.5px}.complaints-comment__badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--erp-color-warning, #d97706);background:#d977061f;border-radius:999px;padding:2px 8px}.complaints-comment__time{font-size:11.5px;color:var(--erp-color-text-muted);margin-left:auto}.complaints-comment__message{font-size:13.5px;white-space:pre-wrap}.complaints-comment-form{display:flex;flex-direction:column;gap:var(--complaints-space-2)}.complaints-comment-form__row{display:flex;align-items:center;justify-content:space-between;gap:var(--complaints-space-3);flex-wrap:wrap}.complaints-attachments{display:flex;flex-direction:column;gap:var(--complaints-space-3)}.complaints-attachment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.complaints-attachment{display:flex;align-items:center;gap:var(--complaints-space-3);padding:var(--complaints-space-2) 0;border-bottom:1px solid var(--erp-color-border)}.complaints-attachment:last-child{border-bottom:none}.complaints-attachment__icon{font-size:16px;flex-shrink:0}.complaints-attachment__body{flex:1;min-width:0}.complaints-attachment__name{font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.complaints-attachment__meta{font-size:11.5px;color:var(--erp-color-text-muted)}.complaints-attachment-upload{padding-top:var(--complaints-space-2);border-top:1px dashed var(--erp-color-border)}.complaints-reason-label{display:block;font-size:12.5px;font-weight:600;color:var(--erp-color-text-muted);margin-bottom:6px}.complaints .erp-state__icon{font-size:40px}.reports{--reports-space-2: 8px;--reports-space-3: 12px;--reports-space-4: 16px;--reports-space-5: 24px;display:flex;flex-direction:column;gap:var(--reports-space-5)}.reports-header{display:flex;align-items:center;gap:var(--reports-space-4);padding-bottom:var(--reports-space-4);border-bottom:1px solid var(--erp-color-border)}.reports-header__icon{width:38px;height:38px;border-radius:var(--erp-radius);background:var(--erp-color-surface-sunken);border:1px solid var(--erp-color-border);color:var(--erp-color-info, #0f7ea6);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.reports-header__title{font-size:23px;font-weight:800;margin:0;letter-spacing:-.02em}.reports-header__subtitle{font-size:13.5px;color:var(--erp-color-text-muted);margin-top:3px}.reports-group{padding-top:var(--reports-space-2);border-top:1px solid var(--erp-color-border)}.reports-group:first-child{padding-top:0;border-top:none}.reports-group__title{font-size:12.5px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--erp-color-text-muted);margin:var(--reports-space-2) 0 var(--reports-space-3)}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--reports-space-4)}.reports-card-btn{all:unset;cursor:pointer;display:block;width:100%}.reports-card{display:flex;align-items:center;gap:var(--reports-space-3);padding:var(--reports-space-4);text-align:left;border-left:3px solid var(--reports-card-accent, var(--erp-color-primary));transition:transform var(--erp-transition),box-shadow var(--erp-transition),border-color var(--erp-transition)}.reports-card-btn:hover .reports-card{transform:translateY(-2px);box-shadow:var(--erp-shadow)}.reports-card-btn:focus-visible .reports-card{box-shadow:var(--erp-focus-ring)}.reports-card--primary{--reports-card-accent: var(--erp-color-primary)}.reports-card--success{--reports-card-accent: var(--erp-color-success)}.reports-card--info{--reports-card-accent: var(--erp-color-info)}.reports-card--warning{--reports-card-accent: var(--erp-color-warning)}.reports-card__icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;border-radius:var(--erp-radius);background:color-mix(in srgb,var(--reports-card-accent, var(--erp-color-primary)) 12%,var(--erp-color-surface))}.reports-card__body{flex:1;min-width:0}.reports-card__label{font-weight:700;font-size:14px;letter-spacing:-.005em}.reports-card__description{font-size:12px;color:var(--erp-color-text-muted);margin-top:3px;line-height:1.4}.reports-card__arrow{flex-shrink:0;font-size:15px;color:var(--erp-color-text-subtle);opacity:0;transform:translate(-4px);transition:opacity var(--erp-transition),transform var(--erp-transition),color var(--erp-transition)}.reports-card-btn:hover .reports-card__arrow{opacity:1;transform:translate(0);color:var(--reports-card-accent, var(--erp-color-primary))}.reports-actions{display:flex;gap:var(--reports-space-2);flex-wrap:wrap}.reports-detail-header__title{font-size:22px;font-weight:800;margin:0}.reports-detail-header__meta{display:flex;gap:16px;flex-wrap:wrap;font-size:12.5px;color:var(--erp-color-text-muted);margin-top:6px}.reports-filters{display:flex;gap:var(--reports-space-3);align-items:flex-end;flex-wrap:wrap;padding:var(--reports-space-3) var(--reports-space-4);background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius)}.reports-daterange{display:flex;gap:var(--reports-space-3);flex-shrink:0}.reports-filters__actions{flex-shrink:0}.reports-filters__actions-row{display:flex;gap:var(--reports-space-2)}.reports-filters__actions-row .erp-btn{min-height:38px}.reports-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--reports-space-3)}.reports-kpi{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:10px;padding:var(--reports-space-3) var(--reports-space-4)}.reports-kpi__label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted)}.reports-kpi__value{font-size:22px;font-weight:800;letter-spacing:-.01em}.reports-chart{background:var(--erp-color-surface);border:1px solid var(--erp-color-border);border-radius:var(--erp-radius-lg);padding:var(--reports-space-4) var(--reports-space-5)}.reports-chart__title{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--erp-color-text-muted);margin-bottom:var(--reports-space-3)}.reports-chart__bars{display:flex;flex-direction:column}.reports-chart__row{display:grid;grid-template-columns:132px 1fr 52px;align-items:center;gap:var(--reports-space-3);padding:6px 8px;margin:0 -8px;border-radius:var(--erp-radius-sm);transition:background-color var(--erp-transition)}.reports-chart__row:focus-visible{outline:none;box-shadow:var(--erp-focus-ring)}.reports-chart__row--active,.reports-chart__row:hover{background:var(--erp-color-surface-sunken)}.reports-chart__label{font-size:13px;color:var(--erp-color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reports-chart__track{position:relative;height:10px;border-radius:var(--erp-radius-full);background:var(--erp-gray-100);overflow:hidden}.reports-chart__fill{position:absolute;inset:0 auto 0 0;border-radius:0 var(--erp-radius-full) var(--erp-radius-full) 0;transition:width .26s ease}.reports-chart__value{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;text-align:right;color:var(--erp-color-text)}.reports-chart-empty{color:var(--erp-color-text-muted);font-size:13px;padding:var(--reports-space-6) var(--reports-space-4);text-align:center;border:1px dashed var(--erp-color-border);border-radius:var(--erp-radius)}@media (max-width: 560px){.reports-chart__row{grid-template-columns:92px 1fr 44px}.reports-chart__label{font-size:12px}}.reports-drilldown-link{all:unset;cursor:pointer;color:var(--erp-color-primary);font-weight:600}.reports-drilldown-link:hover{text-decoration:underline}.reports-pagination-hint{font-size:12.5px;color:var(--erp-color-text-muted);text-align:right}
