:root{--erp-primary:#2f7df6;--erp-primary-strong:#1f67d9;--erp-primary-soft:#eaf3ff;--erp-navy-950:#142b47;--erp-navy-900:#1c3a5d;--erp-navy-800:#294c72;--erp-canvas:#f4f7fb;--erp-surface:#fff;--erp-surface-subtle:#f8fafc;--erp-section:#edf7fc;--erp-border:#d7e1ed;--erp-border-strong:#c3d1e0;--erp-text:#16243a;--erp-text-secondary:#53657d;--erp-text-muted:#7e8ea4;--erp-success:#0d936b;--erp-success-soft:#e6f8f1;--erp-warning:#c97908;--erp-warning-soft:#fff4d8;--erp-danger:#df3f4f;--erp-danger-soft:#fff0f2;--erp-info:#1876ad;--erp-info-soft:#e9f6fd;--erp-shadow:0 10px 30px #1935571a;--erp-radius-sm:6px;--erp-radius-md:9px;--erp-radius-lg:12px;--erp-sidebar-width:236px;--erp-sidebar-collapsed-width:68px;--erp-topbar-height:64px;--erp-font:"Inter", "Segoe UI", system-ui, -apple-system, sans-serif}[data-theme=dark]{--erp-canvas:#0d1725;--erp-surface:#162235;--erp-surface-subtle:#1b2a40;--erp-section:#172d40;--erp-border:#2b3d55;--erp-border-strong:#40536b;--erp-text:#f2f6fb;--erp-text-secondary:#b7c5d6;--erp-text-muted:#8597ad;--erp-primary-soft:#1b3659;--erp-success-soft:#15382f;--erp-warning-soft:#3a301b;--erp-danger-soft:#40232b;--erp-info-soft:#17354b;--erp-shadow:0 14px 36px #0000004d}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}body{background:var(--erp-canvas);color:var(--erp-text);font-family:var(--erp-font);-webkit-font-smoothing:antialiased;margin:0;font-size:14px}button,input,select,textarea{font:inherit}button{color:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.erp-shell{background:var(--erp-canvas);min-height:100vh}.erp-shell__sidebar{z-index:50;width:var(--erp-sidebar-width);background:var(--erp-navy-950);color:#eef6ff;transition:width .18s,transform .18s;position:fixed;inset:0 auto 0 0;overflow:visible}.erp-shell__workspace{min-height:100vh;margin-left:var(--erp-sidebar-width);transition:margin-left .18s}.erp-shell.is-collapsed .erp-shell__sidebar{width:var(--erp-sidebar-collapsed-width)}.erp-shell.is-collapsed .erp-shell__workspace{margin-left:var(--erp-sidebar-collapsed-width)}.erp-shell__topbar{z-index:1100;height:var(--erp-topbar-height);border-bottom:1px solid var(--erp-border);background:color-mix(in srgb, var(--erp-surface) 92%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0}.erp-shell__content{width:100%;max-width:1840px;margin:0 auto;padding:18px 24px 30px}.erp-shell__backdrop{display:none}.erp-page-header{margin-bottom:14px}.erp-breadcrumbs{color:var(--erp-text-muted);align-items:center;gap:7px;margin-bottom:7px;font-size:12px;display:flex}.erp-breadcrumbs__item{align-items:center;gap:7px;display:inline-flex}.erp-breadcrumbs a{color:inherit;text-decoration:none}.erp-breadcrumbs a:hover{color:var(--erp-primary)}.erp-page-header__row{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.erp-page-header h1{letter-spacing:-.025em;margin:0;font-size:clamp(19px,1.8vw,25px);line-height:1.2}.erp-page-header__eyebrow{color:var(--erp-primary);letter-spacing:.09em;text-transform:uppercase;margin:0 0 3px;font-size:11px;font-weight:800}.erp-page-header__subtitle{color:var(--erp-text-secondary);margin:5px 0 0;font-size:13px}.erp-page-header__actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.erp-metric-strip{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;margin-bottom:10px;display:grid}.erp-metric{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);--erp-metric-accent:var(--erp-text-primary);background:#f8fafc;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:9px;min-height:58px;padding:7px 11px;display:grid;overflow:hidden}.erp-metric__content{align-items:baseline;gap:8px;min-width:0;display:flex}.erp-metric__label{color:var(--erp-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden}.erp-metric__hint{color:var(--erp-text-muted);margin:0;font-size:11px;font-weight:500;line-height:1.2}.erp-metric__value{color:var(--erp-metric-accent);font-variant-numeric:tabular-nums;flex:none;font-size:20px;font-weight:800;line-height:1.05;display:block}.erp-metric__icon{width:34px;height:34px;color:var(--erp-text-muted);background:#ffffffb8;border-radius:9px;place-items:center;font-size:21px;display:grid}.erp-metric--success{--erp-metric-accent:#087f5b;background:#edfcf5;border-color:#bcead8}.erp-metric--success .erp-metric__icon{color:#087f5b}.erp-metric--primary{--erp-metric-accent:#2563eb;background:#eef5ff;border-color:#cbdcf7}.erp-metric--primary .erp-metric__icon{color:#2563eb}.erp-metric--warning{--erp-metric-accent:#b45309;background:#fff9e9;border-color:#f1dfaa}.erp-metric--warning .erp-metric__icon{color:#b45309}.erp-metric--danger{--erp-metric-accent:#d11a3a;background:#fff0f0;border-color:#f3c8cd}.erp-metric--danger .erp-metric__icon{color:#d11a3a}.erp-filter-bar{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md) var(--erp-radius-md) 0 0;background:var(--erp-surface);border-bottom:0;justify-content:space-between;align-items:flex-end;gap:12px;padding:10px 12px;display:flex}.erp-filter-bar__title{flex:0 260px;justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.erp-filter-bar__title-copy{min-width:190px}.erp-filter-bar__title-actions{flex:none}.erp-filter-bar__title h2{margin:0;font-size:14px}.erp-filter-bar__title span{color:var(--erp-text-muted);font-size:11px}.erp-filter-bar__controls{flex:1;justify-content:flex-start;align-items:flex-end;gap:9px;display:flex}.erp-filter-bar__search{width:min(100%,460px)}.erp-filter-bar__actions{gap:8px;margin-left:auto;display:flex}.erp-filter-bar__secondary{display:contents}.erp-filter-bar__mobile-toggle,.erp-mobile-nav{display:none}.erp-table-shell{border:1px solid var(--erp-border);border-radius:0 0 var(--erp-radius-md) var(--erp-radius-md);background:var(--erp-surface);overflow:hidden}.erp-table-shell:has(+.erp-pagination){border-bottom-right-radius:0;border-bottom-left-radius:0}.erp-table-shell--embedded{border-radius:var(--erp-radius-sm)}.erp-table-scroll{overflow-x:auto}.erp-data-table{border-collapse:collapse;table-layout:auto;width:100%;min-width:720px}.erp-data-table th{z-index:1;border-bottom:1px solid var(--erp-border);background:var(--erp-section);color:#40546c;letter-spacing:.025em;text-align:left;text-transform:uppercase;white-space:nowrap;height:34px;padding:0 10px;font-size:11px;font-weight:800;position:sticky;top:0}[data-theme=dark] .erp-data-table th{color:var(--erp-text-secondary)}.erp-data-table td{border-bottom:1px solid var(--erp-border);height:42px;color:var(--erp-text);vertical-align:middle;padding:6px 10px;font-size:12px}.erp-data-table tbody tr:last-child td{border-bottom:0}.erp-data-table tbody tr:hover td{background:var(--erp-surface-subtle)}.erp-data-table tr.is-clickable{cursor:pointer}.erp-data-table tr.is-clickable:focus-visible{outline:2px solid var(--erp-primary);outline-offset:-2px}.erp-table-empty{text-align:center;height:180px!important}.erp-table-empty strong,.erp-table-empty span{display:block}.erp-table-empty span{color:var(--erp-text-muted);margin-top:4px}.erp-skeleton{background:linear-gradient(90deg, var(--erp-border) 25%, var(--erp-surface-subtle) 50%, var(--erp-border) 75%);background-size:200% 100%;border-radius:999px;width:76%;height:10px;animation:1.2s infinite erp-shimmer;display:block}@keyframes erp-shimmer{to{background-position:-200% 0}}.erp-status{background:var(--erp-surface-subtle);min-height:23px;color:var(--erp-text-secondary);letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:3px 8px;font-size:10px;font-weight:800;display:inline-flex}.erp-status--primary{background:var(--erp-primary-soft);color:var(--erp-primary-strong)}.erp-status--success{background:var(--erp-success-soft);color:var(--erp-success)}.erp-status--warning{background:var(--erp-warning-soft);color:var(--erp-warning)}.erp-status--danger{background:var(--erp-danger-soft);color:var(--erp-danger)}.erp-status--info{background:var(--erp-info-soft);color:var(--erp-info)}.erp-section-card,.erp-form-section{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);background:var(--erp-surface);overflow:hidden}.erp-section-card__header,.erp-form-section__header{border-bottom:1px solid var(--erp-border);background:var(--erp-section);justify-content:space-between;align-items:center;min-height:38px;padding:8px 14px;display:flex}.erp-section-card__header h2,.erp-form-section__header h2{letter-spacing:.03em;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.erp-section-card__icon{color:var(--erp-primary);margin-right:7px;display:inline-grid}.erp-entity-summary{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid}.erp-entity-summary__item{border-right:1px solid var(--erp-border);border-bottom:1px solid var(--erp-border);min-height:68px;padding:12px 14px}.erp-entity-summary__item:nth-child(3n){border-right:0}.erp-entity-summary__item dt{color:var(--erp-text-muted);text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:700}.erp-entity-summary__item dd{margin:0;font-size:13px;font-weight:700}.erp-form-section__heading{align-items:center;gap:8px;display:flex}.erp-form-section__heading p{color:var(--erp-text-muted);margin:2px 0 0;font-size:11px}.erp-form-section__body{padding:12px}.erp-dialog-overlay{z-index:1400;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d1c3075;animation:.13s ease-out erp-fade;position:fixed;inset:0}.erp-dialog-overlay--elevated{z-index:1500}.erp-dialog,.erp-drawer{z-index:1401;border:1px solid var(--erp-border-strong);background:var(--erp-surface);box-shadow:var(--erp-shadow);flex-direction:column;display:flex;position:fixed;overflow:hidden}.erp-dialog{border-radius:var(--erp-radius-lg);width:min(100vw - 28px,760px);max-height:calc(100dvh - 32px);animation:.15s ease-out erp-dialog-in;top:max(16px,50%);left:50%;transform:translate(-50%,-50%)}.erp-dialog--sm{max-width:480px}.erp-dialog--md{max-width:760px}.erp-dialog--lg{max-width:980px}.erp-dialog--xl{max-width:1280px}.erp-drawer{width:min(560px,96vw);animation:.17s ease-out erp-drawer-in;inset:0 0 0 auto}.erp-dialog__header{border-bottom:1px solid var(--erp-border);justify-content:space-between;align-items:flex-start;gap:20px;padding:14px 16px;display:flex}.erp-dialog__title{margin:0;font-size:15px;font-weight:800}.erp-dialog__description{color:var(--erp-text-secondary);margin:4px 0 0;font-size:12px}.erp-dialog__body{flex:1;min-height:0;padding:12px 14px;overflow-y:auto}.erp-dialog__footer{border-top:1px solid var(--erp-border);background:var(--erp-surface-subtle);justify-content:flex-end;gap:8px;padding:10px 14px;display:flex}.erp-icon-button{border-radius:var(--erp-radius-sm);width:32px;height:32px;color:var(--erp-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;place-items:center;padding:0;display:inline-grid}.erp-icon-button:hover:not(:disabled){border-color:var(--erp-border);background:var(--erp-surface-subtle);color:var(--erp-text)}.erp-icon-button:disabled{opacity:.45;cursor:not-allowed}.erp-icon-button .material-symbols-outlined{font-size:19px}.erp-icon-button--primary,.erp-row-actions .erp-icon-button:not(.erp-icon-button--danger):not(.erp-icon-button--success):not(.erp-icon-button--status-active):not(.erp-icon-button--status-inactive){color:var(--erp-primary)}.erp-row-actions .erp-icon-button:not(.erp-icon-button--danger):not(.erp-icon-button--success):not(.erp-icon-button--status-active):not(.erp-icon-button--status-inactive):hover:not(:disabled),.erp-icon-button--primary:hover:not(:disabled){color:var(--erp-primary-strong)}.erp-icon-button--success{color:var(--erp-success)}.erp-icon-button--success:hover:not(:disabled){color:var(--erp-success);background:var(--erp-success-soft)}.erp-icon-button--status-active{color:var(--erp-success);border-color:color-mix(in srgb, var(--erp-success) 38%, var(--erp-border));background:var(--erp-success-soft)}.erp-icon-button--status-active:hover:not(:disabled){color:var(--erp-success);background:color-mix(in srgb, var(--erp-success-soft) 68%, white)}.erp-icon-button--status-inactive{color:var(--erp-text-muted);border-color:var(--erp-border);background:var(--erp-surface-subtle)}.erp-icon-button--status-inactive:hover:not(:disabled){color:var(--erp-text);background:color-mix(in srgb, var(--erp-surface-subtle) 70%, var(--erp-border))}.erp-icon-button--danger{color:var(--erp-danger)}.erp-icon-button--danger:hover:not(:disabled){color:#c92f40}.erp-menu-action{border-radius:var(--erp-radius-sm);min-height:32px;color:var(--erp-text-secondary);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:6px;font-weight:700;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.erp-menu-action:hover:not(:disabled){border-color:var(--erp-border);background:var(--erp-surface-subtle);color:var(--erp-primary)}.erp-menu-action:disabled{opacity:.45;cursor:not-allowed}.erp-menu-action--primary{color:var(--erp-primary)}.erp-menu-action--danger{color:var(--erp-danger)}.erp-menu-action--danger:hover:not(:disabled){color:#c92f40}.erp-link-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.erp-link-button:hover{color:var(--erp-primary);text-decoration:underline}.erp-button{border-radius:var(--erp-radius-sm);background:var(--erp-primary);color:#fff;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:6px 12px;font-size:12px;font-weight:750;transition:background .12s,border-color .12s,transform .12s;display:inline-flex}.erp-button:hover:not(:disabled){background:var(--erp-primary-strong)}.erp-button:active:not(:disabled){transform:translateY(1px)}.erp-button:disabled{opacity:.55;cursor:not-allowed}.erp-button--secondary{border-color:var(--erp-border-strong);background:var(--erp-surface);color:var(--erp-text)}.erp-button--secondary:hover:not(:disabled){background:var(--erp-surface-subtle)}.erp-button--danger{background:var(--erp-danger)}.erp-button--danger:hover:not(:disabled){background:#c92f40}.erp-button--success{background:var(--erp-success)}.erp-button--success:hover:not(:disabled){background:#047857}.erp-field{gap:5px;display:grid}.erp-field label{color:var(--erp-text-secondary);letter-spacing:.025em;text-transform:uppercase;font-size:10px;font-weight:800}.erp-input,.erp-select,.erp-textarea{border:1px solid var(--erp-border-strong);border-radius:var(--erp-radius-sm);background:var(--erp-surface);width:100%;min-height:34px;color:var(--erp-text);outline:none;padding:6px 9px;font-size:12px}.erp-textarea{resize:vertical;min-height:84px}.erp-input:focus,.erp-select:focus,.erp-textarea:focus{border-color:var(--erp-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--erp-primary) 16%, transparent)}.erp-input[aria-invalid=true],.erp-select[aria-invalid=true],.erp-textarea[aria-invalid=true]{border-color:var(--erp-danger)}.erp-field-error{color:var(--erp-danger);margin:0;font-size:11px}.erp-form-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;display:grid}.erp-col-4{grid-column:span 4}.erp-col-6{grid-column:span 6}.erp-col-8{grid-column:span 8}.erp-col-12{grid-column:span 12}.erp-state{text-align:center;align-content:center;place-items:center;min-height:220px;padding:28px;display:grid}.erp-state__icon{background:var(--erp-primary-soft);width:44px;height:44px;color:var(--erp-primary);border-radius:50%;place-items:center;margin-bottom:10px;display:grid}.erp-state strong{font-size:14px}.erp-state p{max-width:420px;color:var(--erp-text-secondary);margin:5px 0 14px;font-size:12px}.erp-state--error .erp-state__icon{background:var(--erp-danger-soft);color:var(--erp-danger)}.erp-confirm-message{color:var(--erp-text);margin:0;font-size:13px;line-height:1.45}@keyframes erp-fade{0%{opacity:0}}@keyframes erp-dialog-in{0%{opacity:0;transform:translate(-50%,-48%)scale(.985)}}@keyframes erp-drawer-in{0%{opacity:0;transform:translate(24px)}}@media (max-width:900px){.erp-shell__sidebar{width:min(290px,88vw);transform:translate(-102%)}.erp-shell__sidebar.is-open{transform:translate(0)}.erp-shell__workspace,.erp-shell.is-collapsed .erp-shell__workspace{margin-left:0}.erp-shell__backdrop{z-index:45;opacity:0;pointer-events:none;background:#08142480;border:0;transition:opacity .16s;display:block;position:fixed;inset:0}.erp-shell__backdrop.is-visible{opacity:1;pointer-events:auto}.erp-shell__content{padding:18px 16px 28px}.erp-filter-bar{flex-direction:column;align-items:stretch}.erp-filter-bar__controls{flex-wrap:wrap;justify-content:flex-start;align-items:stretch}.erp-filter-bar__search{width:100%}.erp-entity-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-entity-summary__item:nth-child(3n){border-right:1px solid var(--erp-border)}.erp-entity-summary__item:nth-child(2n){border-right:0}}@media (max-width:640px){.erp-shell__content{padding:14px 14px calc(88px + env(safe-area-inset-bottom))}.erp-topbar{min-width:0;padding-inline:8px}.erp-topbar__title{flex:1;min-width:0}.erp-topbar__title>div{min-width:0}.erp-topbar__title div>span:not(.erp-topbar-status){display:none}.erp-topbar__title-main{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.erp-topbar__actions{flex:none;gap:2px}.erp-company-picker,.erp-topbar__actions>.erp-icon-button:not(.erp-topbar__menu){display:none}.erp-topbar-support{background:0 0;border-color:#0000;justify-content:center;width:38px;min-width:38px;padding:0}.erp-topbar-support__label,.erp-topbar-support>.material-symbols-outlined{display:none}.erp-topbar-support button{border:1px solid var(--erp-border);border-radius:var(--erp-radius-sm);width:38px;height:38px;min-height:38px;color:var(--erp-primary);place-items:center;padding:0;font-size:0;display:grid}.erp-topbar-support button>span:first-child{display:none}.erp-topbar-support button .material-symbols-outlined{font-size:19px;display:block}.erp-filter-bar{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);gap:10px;padding:12px}.erp-filter-bar__title{flex:none;width:100%}.erp-filter-bar__title-copy{min-width:0}.erp-filter-bar__controls{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"search search""toggle actions""secondary secondary";gap:8px;display:grid}.erp-filter-bar__search{grid-area:search}.erp-filter-bar__mobile-toggle{border:1px solid var(--erp-primary);border-radius:var(--erp-radius-sm);background:var(--erp-primary);color:#fff;grid-area:toggle;justify-content:center;align-items:center;gap:6px;min-height:41px;padding:0 12px;font-size:12px;font-weight:750;display:inline-flex}.erp-filter-bar__mobile-toggle .material-symbols-outlined{font-size:18px}.erp-filter-bar__secondary{grid-area:secondary;grid-template-columns:1fr;gap:8px;width:100%;display:none}.erp-filter-bar__secondary.is-open{display:grid}.erp-filter-bar__secondary>.form-group,.erp-filter-bar__secondary>.date-range-filter{width:100%}.erp-filter-bar__actions{grid-area:actions;width:100%;margin-left:0}.erp-filter-bar__actions>.erp-button{justify-content:center;width:100%;min-height:41px}.erp-mobile-nav{z-index:1300;min-height:calc(62px + env(safe-area-inset-bottom));padding:5px 8px calc(5px + env(safe-area-inset-bottom));border-top:1px solid var(--erp-border);background:color-mix(in srgb, var(--erp-surface) 96%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #19355717}.erp-mobile-nav a,.erp-mobile-nav button{border-radius:var(--erp-radius-md);min-width:0;min-height:50px;color:var(--erp-text-secondary);background:0 0;border:0;align-content:center;justify-items:center;gap:2px;font-size:10px;font-weight:700;line-height:1.15;text-decoration:none;display:grid}.erp-mobile-nav .material-symbols-outlined{font-size:22px}.erp-mobile-nav a.is-active{background:var(--erp-primary);color:#fff}.erp-page-header__row{flex-direction:column;align-items:stretch}.erp-page-header__actions{justify-content:flex-start}.erp-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-entity-summary{grid-template-columns:1fr}.erp-entity-summary__item{border-right:0!important}.erp-col-4,.erp-col-6,.erp-col-8{grid-column:span 12}.erp-dialog{border-radius:14px 14px 0 0;width:100vw;max-height:calc(100dvh - 12px);animation-name:erp-sheet-in;top:auto;bottom:0;left:0;transform:none}@keyframes erp-sheet-in{0%{opacity:0;transform:translateY(24px)}}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.erp-sidebar-nav{background:linear-gradient(180deg, var(--erp-navy-950), #173553);color:#eef6ff;flex-direction:column;height:100%;display:flex}.erp-sidebar-brand{min-height:var(--erp-topbar-height);border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;padding:10px 11px;display:flex}.erp-sidebar-brand img{border-radius:8px;flex:none}.erp-sidebar-brand>div{flex:1;min-width:0}.erp-sidebar-brand strong,.erp-sidebar-brand span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.erp-sidebar-brand strong{letter-spacing:.015em;font-size:13px}.erp-sidebar-brand div span{color:#a9bfd8;margin-top:2px;font-size:10px}.erp-sidebar-collapse{color:#cfe0f1;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;flex:none;place-items:center;width:28px;height:28px;padding:0;display:grid}.erp-sidebar-collapse .material-symbols-outlined{font-size:17px}.erp-sidebar-scroll{flex:1;min-height:0;padding:10px 8px 18px;overflow-y:auto}.erp-sidebar-section{color:#8ca6c3;letter-spacing:.08em;text-transform:uppercase;margin:10px 9px 6px;font-size:9px;font-weight:800}.erp-sidebar-link{color:#c8d9e9;border:1px solid #0000;border-radius:7px;align-items:center;gap:10px;min-height:38px;margin-bottom:3px;padding:8px 10px;font-size:12px;font-weight:650;text-decoration:none;display:flex}.erp-sidebar-link:hover{color:#fff;background:#ffffff12}.erp-sidebar-link.is-active{background:var(--erp-primary);color:#fff;border-color:#ffffff14;box-shadow:0 5px 14px #0a4faa40}.erp-sidebar-link .material-symbols-outlined{flex:none;font-size:18px}.erp-shell.is-collapsed .erp-sidebar-link{justify-content:center;padding-inline:6px}.erp-shell.is-collapsed .erp-sidebar-brand{justify-content:center;padding-inline:8px}.erp-shell.is-collapsed .erp-sidebar-collapse{position:static}.erp-sidebar-user{border-top:1px solid #ffffff1a;align-items:center;gap:9px;min-height:62px;padding:10px 11px;display:flex;position:relative}.erp-sidebar-user>span,.erp-sidebar-user__trigger>span:first-child,.erp-topbar__avatar{color:#285d96;background:#eaf3ff;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:11px;font-weight:850;display:grid}.erp-sidebar-user div{min-width:0}.erp-sidebar-user strong,.erp-sidebar-user small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.erp-sidebar-user strong{font-size:11px}.erp-sidebar-user small{color:#91aac4;margin-top:2px;font-size:9px}.erp-topbar{justify-content:space-between;align-items:center;gap:18px;height:100%;padding:0 24px;display:flex}.erp-topbar__title{align-items:center;gap:9px;min-width:0;display:flex}.erp-topbar__title strong,.erp-topbar__title span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.erp-topbar__title-main{align-items:center;gap:8px;font-size:15px;line-height:1.15;display:flex!important}.erp-sidebar-user__trigger{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0;display:flex}.erp-sidebar-user__trigger:hover>span:first-child{box-shadow:0 0 0 3px #ffffff24}.erp-topbar-user-menu.erp-sidebar-user-menu{z-index:1300;inset:auto 10px calc(100% + 8px)}.erp-topbar-user-menu.erp-sidebar-user-menu.is-collapsed{bottom:0;left:calc(100% + 8px);right:auto}.erp-topbar__title-main.is-document{letter-spacing:-.02em;font-size:19px}.erp-topbar__title div span{color:var(--erp-text-muted);margin-top:2px;font-size:10px}.erp-topbar__actions{align-items:center;gap:8px;display:flex}.erp-topbar__actions .material-symbols-outlined{font-size:17px}.erp-topbar__menu{display:none}.erp-topbar-user,.erp-notifications,.erp-notifications__trigger{position:relative}.erp-notifications__badge{border:2px solid var(--erp-surface);background:var(--erp-danger);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 3px;font-size:9px;font-weight:800;line-height:1;display:grid;position:absolute;top:-5px;right:-5px}.erp-notifications__panel{z-index:1200;border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);background:var(--erp-surface);width:min(360px,100vw - 24px);box-shadow:var(--erp-shadow);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.erp-notifications__header{border-bottom:1px solid var(--erp-border);background:var(--erp-surface-subtle);justify-content:space-between;align-items:center;gap:10px;min-height:54px;padding:10px 12px;display:flex}.erp-notifications__header div{gap:2px;display:grid}.erp-notifications__header strong{font-size:12px}.erp-notifications__header span{color:var(--erp-text-muted);font-size:10px}.erp-notifications__header button{color:var(--erp-primary);cursor:pointer;background:0 0;border:0;padding:4px 0;font-size:10px;font-weight:800}.erp-notifications__header button:disabled{cursor:wait;opacity:.65}.erp-notifications__list{max-height:min(420px,100vh - 138px);overflow-y:auto}@media (max-width:640px){.erp-notifications__panel{top:calc(var(--erp-topbar-height,64px) + 8px);width:auto;max-width:calc(100dvw - 24px);max-height:calc(100dvh - var(--erp-topbar-height,64px) - 24px - env(safe-area-inset-bottom));position:fixed;left:12px;right:12px}.erp-notifications__list{max-height:calc(100dvh - var(--erp-topbar-height,64px) - 92px - env(safe-area-inset-bottom))}}.erp-notifications__empty{color:var(--erp-text-muted);text-align:center;margin:0;padding:22px 14px;font-size:12px}.erp-notifications__empty.is-error{color:var(--erp-danger)}.erp-notifications__item{border:0;border-bottom:1px solid var(--erp-border);width:100%;color:var(--erp-text-secondary);cursor:pointer;text-align:left;background:0 0;grid-template-columns:20px minmax(0,1fr);gap:8px;padding:10px 12px;display:grid}.erp-notifications__item:last-child{border-bottom:0}.erp-notifications__item:hover:not(:disabled){background:var(--erp-surface-subtle)}.erp-notifications__item:disabled{cursor:wait;opacity:.65}.erp-notifications__item>.material-symbols-outlined{color:var(--erp-primary);margin-top:1px;font-size:18px}.erp-notifications__item>span:last-child{gap:2px;min-width:0;display:grid}.erp-notifications__item strong,.erp-notifications__item small,.erp-notifications__item time{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.erp-notifications__item strong{color:var(--erp-text-muted);font-size:11px;font-weight:700}.erp-notifications__item.is-unread strong{color:var(--erp-text);font-weight:850}.erp-notifications__item small{color:var(--erp-text-secondary);font-size:10px}.erp-notifications__item time{color:var(--erp-text-muted);font-size:9px}.erp-topbar__avatar{cursor:pointer;border:1px solid #0000}.erp-topbar__avatar:hover,.erp-topbar__avatar[aria-expanded=true]{border-color:var(--erp-border-strong);box-shadow:0 0 0 3px color-mix(in srgb, var(--erp-primary) 12%, transparent)}.erp-topbar-user-menu{z-index:1200;border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);background:var(--erp-surface);width:230px;box-shadow:var(--erp-shadow);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.erp-dialog--elevated{z-index:1501}.erp-topbar-user-menu__header{border-bottom:1px solid var(--erp-border);background:var(--erp-surface-subtle);gap:2px;padding:10px 12px;display:grid}.erp-topbar-user-menu__header strong,.erp-topbar-user-menu__header span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.erp-data-table th:has(.erp-column-resizer){position:sticky}.erp-column-resizer{z-index:2;cursor:col-resize;touch-action:none;width:7px;height:100%;position:absolute;top:0;right:-3px}.erp-column-resizer:after{content:"";background:0 0;width:1px;transition:background .12s;position:absolute;top:24%;bottom:24%;left:3px}.erp-data-table th:hover .erp-column-resizer:after,.erp-column-resizer:hover:after,.erp-column-resizer.is-resizing:after{background:var(--erp-primary)}.erp-topbar-user-menu__header strong{font-size:12px}.erp-topbar-user-menu__header span{color:var(--erp-text-muted);font-size:10px}.erp-topbar-status{flex:none;min-height:22px}.erp-topbar-user-menu button{width:100%;min-height:36px;color:var(--erp-text-secondary);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 11px;font-size:12px;font-weight:750;display:flex}.erp-topbar-user-menu button:hover{background:var(--erp-surface-subtle);color:var(--erp-text)}.erp-topbar-user-menu button.is-danger{color:var(--erp-danger)}.erp-topbar-user-menu__divider{background:var(--erp-border);height:1px}.erp-topbar-user-menu .material-symbols-outlined{font-size:18px}.erp-topbar-support{color:#583794;background:#f4efff;border:1px solid #d8c8f6;border-radius:7px;align-items:center;gap:6px;min-width:0;max-width:410px;min-height:32px;padding:4px 6px 4px 8px;font-size:11px;font-weight:750;display:inline-flex}.erp-topbar-support>span:not(.material-symbols-outlined){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.erp-topbar-support button{background:var(--erp-surface);min-height:24px;color:inherit;cursor:pointer;white-space:nowrap;border:1px solid #cbb6f2;border-radius:5px;padding:3px 7px;font-size:10px;font-weight:800}.sidebar-user-menu{position:absolute;inset:auto 0 calc(100% + 8px)}.sidebar-user-menu--collapsed{inset:auto auto 0 calc(100% + 8px)}.erp-company-picker select{border:1px solid var(--erp-border);background:var(--erp-surface);max-width:260px;min-height:34px;color:var(--erp-text);border-radius:6px;padding:5px 28px 5px 9px;font-size:11px}.erp-support-banner{color:#583794;background:#f4efff;border-bottom:1px solid #d8c8f6;align-items:center;gap:8px;min-height:44px;padding:6px 24px;font-size:12px;font-weight:700;display:flex}[data-theme=dark] .erp-support-banner{color:#d8c6ff;background:#2a2140;border-color:#4c386e}.erp-support-banner .erp-button{min-height:30px;margin-left:auto}.erp-code{background:var(--erp-primary-soft);color:var(--erp-primary-strong);border-radius:5px;padding:3px 7px;font-family:ui-monospace,Cascadia Code,monospace;font-size:11px;font-weight:800;display:inline-flex}.erp-primary-cell strong,.erp-primary-cell span{display:block}.erp-primary-cell strong{font-size:12px}.erp-primary-cell span{color:var(--erp-text-muted);margin-top:2px;font-size:10px}.erp-row-actions{justify-content:flex-start;gap:3px;display:flex}.erp-table-header-actions{justify-content:center;min-width:92px;display:inline-flex}.erp-table-actions-column{text-align:center}.erp-table-actions-cell{text-align:right;min-width:76px}.erp-table-actions-cell>.erp-row-actions,.erp-table-actions-cell>.table-actions{justify-content:flex-start;width:100%;min-width:72px}.erp-table-actions-cell>.erp-row-actions>:last-child,.erp-table-actions-cell>.table-actions>:last-child{margin-left:auto}.erp-table-actions-cell>.inv-row-menu,.erp-table-actions-cell>.rqc-row-menu,.erp-table-actions-cell>.cc-quick-actions{margin-left:auto;display:inline-flex}[data-theme=dark] .erp-topbar-support{color:#d8c6ff;background:#2a2140;border-color:#4c386e}.erp-row-actions--end{justify-content:flex-end}.erp-row-actions--centered{justify-content:center}.erp-inline-error{border:1px solid color-mix(in srgb, var(--erp-danger) 30%, var(--erp-border));border-radius:var(--erp-radius-sm);background:var(--erp-danger-soft);color:var(--erp-danger);margin:10px 0;padding:10px 12px;font-size:12px}.erp-pagination{border:1px solid var(--erp-border);border-radius:0 0 var(--erp-radius-md) var(--erp-radius-md);background:var(--erp-surface);min-height:46px;color:var(--erp-text-secondary);border-top:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;font-size:11px;display:flex}.erp-list-stack{gap:10px;display:grid}.erp-button--full{width:100%}.erp-button--fit{width:fit-content}.erp-assignment-toolbar{color:var(--erp-text-muted);justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.erp-assignment-groups{gap:12px;max-height:44vh;padding-right:2px;display:grid;overflow-y:auto}.erp-assignment-group{gap:6px;display:grid}.erp-assignment-group h3{border-bottom:1px solid var(--erp-border);color:var(--erp-text-muted);letter-spacing:.04em;text-transform:uppercase;margin:0;padding-bottom:4px;font-size:10px;font-weight:850}.erp-document-items{gap:8px;display:grid}.erp-document-items__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.erp-document-items__header>div:first-child{gap:2px;display:grid}.erp-document-items__header strong{color:var(--erp-text);font-size:14px;font-weight:850}.erp-document-items__header span:not(.material-symbols-outlined){color:var(--erp-text-muted);font-size:11px}.erp-document-items__notice{border:1px solid var(--erp-border);border-radius:var(--erp-radius-sm);background:var(--erp-surface-subtle);color:var(--erp-text-secondary);padding:8px 10px;font-size:12px}.erp-data-table--compact{min-width:0}.erp-data-table--compact th{height:30px}.erp-data-table--compact td{height:36px;font-size:11px}.erp-document-items__table{border-radius:var(--erp-radius-md)}.erp-document-items__table .erp-data-table{table-layout:fixed}.document-items-table--qty{min-width:620px}.document-items-table--amounts{min-width:1120px}.erp-col-line{width:36px}.erp-col-article{width:290px}.erp-col-unit{width:86px}.erp-col-detail{width:160px}.erp-col-number{text-align:right;width:96px}.erp-col-actions{text-align:right;width:72px}.erp-muted-cell{color:var(--erp-text-muted)}.erp-form-grid{gap:10px;display:grid}.erp-form-grid--single{grid-template-columns:1fr}.erp-floating-menu{z-index:12050;border:1px solid var(--erp-border);border-radius:var(--erp-radius-sm);background:var(--erp-surface);min-width:190px;box-shadow:var(--erp-shadow-md);padding:4px;position:fixed}.erp-totals-panel{justify-content:flex-end;margin-top:8px;display:flex}.erp-totals-panel--document{padding:10px 12px 12px}.erp-totals-panel__card{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);background:var(--erp-surface);min-width:280px;padding:10px 12px}.erp-totals-panel__row,.erp-totals-panel__total{justify-content:space-between;align-items:center;gap:24px;display:flex}.erp-totals-panel__row{min-height:22px;color:var(--erp-text-muted);font-size:12px}.erp-totals-panel__row strong,.erp-totals-panel__total strong{color:var(--erp-text);font-family:ui-monospace,Cascadia Code,monospace;font-weight:750}.erp-totals-panel__total{border-top:1px solid var(--erp-border-strong);color:var(--erp-text);margin-top:8px;padding-top:8px;font-size:14px;font-weight:850}.erp-totals-panel__total strong{color:var(--erp-primary);font-size:15px}.erp-tax-note__meta{width:100%;color:var(--erp-text-muted);font-size:11px}.erp-article-overview{grid-template-columns:160px minmax(0,1fr);align-items:start;gap:14px;display:grid}.erp-article-image{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);background:var(--erp-surface-subtle);width:160px;height:160px;color:var(--erp-text-muted);place-items:center;display:grid;overflow:hidden}.erp-article-image img{object-fit:contain;width:100%;height:100%}.erp-article-image .material-symbols-outlined{opacity:.5;font-size:42px}.erp-code-chip{border:1px solid var(--erp-border);background:var(--erp-surface-subtle);color:var(--erp-primary-strong);border-radius:999px;padding:2px 7px;font-family:ui-monospace,Cascadia Code,monospace;font-size:11px;font-weight:800;display:inline-flex}.erp-segmented-tabs{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);background:var(--erp-surface);flex-wrap:wrap;gap:6px;padding:8px;display:flex}.erp-segmented-tabs button{min-height:32px;color:var(--erp-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:5px 11px;font-size:11px;font-weight:800;display:inline-flex}.erp-segmented-tabs button:hover{border-color:var(--erp-border);background:var(--erp-surface-subtle);color:var(--erp-text)}.erp-segmented-tabs button.is-active{border-color:color-mix(in srgb, var(--erp-primary) 22%, var(--erp-border));background:var(--erp-primary-soft);color:var(--erp-primary-strong)}.erp-segmented-tabs .material-symbols-outlined{font-size:16px}.erp-avatar-cell{border:1px solid var(--erp-border);background:var(--erp-primary-soft);width:34px;height:34px;color:var(--erp-primary-strong);border-radius:50%;place-items:center;display:grid;overflow:hidden}.erp-user-identity{align-items:center;gap:9px;min-width:220px;display:flex}.erp-user-identity>div:last-child{gap:2px;min-width:0;display:grid}.erp-user-identity>div:last-child span{color:var(--erp-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.erp-avatar-cell img{object-fit:cover;width:100%;height:100%}.erp-avatar-cell .material-symbols-outlined{font-size:18px}.erp-contact-list{color:var(--erp-text-secondary);gap:3px;font-size:11px;display:grid}.erp-contact-list span{align-items:center;gap:4px;min-width:0;display:inline-flex}.erp-contact-list .material-symbols-outlined{color:var(--erp-text-muted);font-size:14px}.erp-product-thumb{border:1px solid var(--erp-border);background:var(--erp-surface-subtle);width:34px;height:34px;color:var(--erp-text-muted);border-radius:8px;place-items:center;display:grid;overflow:hidden}.erp-product-thumb img{object-fit:contain;width:100%;height:100%}.erp-product-thumb .material-symbols-outlined{font-size:18px}.erp-money-cell{font-variant-numeric:tabular-nums;justify-content:flex-end;min-width:78px;font-family:ui-monospace,Cascadia Code,monospace;font-size:11px;display:inline-flex}.erp-money-cell.is-strong{color:var(--erp-text);font-weight:850}.erp-pagination>div{gap:6px;display:flex}.erp-pagination .erp-button{min-height:31px}@media (max-width:760px){.erp-topbar{padding-inline:12px}.erp-topbar__menu{display:inline-grid}.erp-topbar__logout{width:34px;padding:0;font-size:0}.erp-company-picker select{width:132px}.erp-page-header__row,.erp-filter-bar,.erp-filter-bar__controls{flex-direction:column;align-items:stretch}.erp-filter-bar__search{width:100%}.erp-filter-bar__title{min-width:0}.erp-filter-bar__actions{flex-wrap:wrap;margin-left:0}.erp-pagination{flex-wrap:wrap;align-items:stretch}.erp-pagination>div{flex-wrap:wrap}.erp-table-scroll{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.erp-assignment-toolbar{flex-direction:column;align-items:flex-start}.erp-form-grid{grid-template-columns:1fr}.erp-col-4,.erp-col-6,.erp-col-8,.erp-col-12{grid-column:1}.erp-entity-summary{grid-template-columns:1fr}.erp-entity-summary__item{border-right:0}}@media (max-width:600px){.erp-dialog__header{gap:12px;padding:12px 14px}.erp-dialog__body{padding:10px 12px}.erp-dialog__footer{flex-wrap:wrap;padding:10px 12px}.erp-dialog__footer .erp-button{flex:132px;justify-content:center}}.erp-shell__workspace,.erp-shell__content,.erp-page-header,.erp-filter-bar,.erp-filter-bar__controls,.erp-filter-bar__search,.erp-table-shell,.erp-table-scroll{min-width:0}.erp-table-shell,.erp-table-scroll{max-width:100%}.erp-table-scroll{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}@media (min-width:901px) and (max-width:1100px){.erp-filter-bar{flex-wrap:wrap;align-items:stretch}.erp-filter-bar__title{flex:0 170px;min-width:0}.erp-filter-bar__title-copy{min-width:0}.erp-filter-bar__title h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.erp-filter-bar__controls{flex-wrap:wrap;flex:620px}.erp-filter-bar__search{flex:270px;width:auto}.erp-filter-bar__actions{margin-left:0}}@media (max-width:640px){.erp-dialog{padding-bottom:env(safe-area-inset-bottom)}.erp-button,.erp-icon-button{min-height:44px}.erp-icon-button{min-width:44px}.erp-data-table--mobile-cards{border:0;min-width:0;display:block;width:100%!important}.erp-data-table--mobile-cards thead{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.erp-data-table--mobile-cards tbody{gap:8px;padding:8px;display:grid}.erp-data-table--mobile-cards tbody tr{border:1px solid var(--erp-border);border-radius:var(--erp-radius-md);background:var(--erp-surface);display:block;overflow:hidden}.erp-data-table--mobile-cards tbody tr:hover td{background:0 0}.erp-data-table--mobile-cards tbody td{border-bottom:1px solid var(--erp-border);overflow-wrap:anywhere;grid-template-columns:minmax(92px,36%) minmax(0,1fr);align-items:center;gap:10px;min-height:40px;padding:8px 10px;font-size:12px;display:grid}.erp-data-table--mobile-cards tbody td:before{content:attr(data-label);color:var(--erp-text-muted);letter-spacing:.025em;text-transform:uppercase;font-size:10px;font-weight:800}.erp-data-table--mobile-cards tbody td:last-child{border-bottom:0}.erp-data-table--mobile-cards .erp-table-actions-cell{grid-template-columns:1fr;justify-items:end}.erp-data-table--mobile-cards .erp-table-actions-cell:before{display:none}.erp-data-table--mobile-cards .erp-table-empty{text-align:center;grid-template-columns:1fr;place-content:center;display:grid;min-height:160px!important}.erp-data-table--mobile-cards .erp-table-empty:before{display:none}}
