.bds-input__el:-webkit-autofill,.bds-input__el:-webkit-autofill:hover,.bds-input__el:-webkit-autofill:focus,.bds-input__el:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--surface-card) inset;box-shadow:0 0 0 1000px var(--surface-card) inset;-webkit-text-fill-color:var(--text-strong);caret-color:var(--text-strong);transition:background-color 9999s ease-in-out 0s}.bds-input__el:focus,.bds-input__el:focus-visible{outline:none;box-shadow:none}.erp-menu-btn,.erp-backdrop{display:none}@media (max-width: 899px){.erp-sidebar{position:fixed;top:0;bottom:0;left:0;z-index:50;transform:translate(-100%);transition:transform .2s ease;box-shadow:var(--shadow-xl)}.erp-sidebar--open{transform:translate(0)}.erp-backdrop--show{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:color-mix(in srgb,var(--neutral-950) 45%,transparent);z-index:40}.erp-menu-btn{display:inline-flex}}@media (prefers-reduced-motion: reduce){.erp-sidebar{transition:none}}.erp-page{padding:26px}@media (max-width: 899px){.erp-page{padding:18px}}@media (max-width: 599px){.erp-page{padding:14px}}.erp-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:18px}.erp-toolbar__grow{flex:0 1 240px}.erp-toolbar__push{margin-left:auto}@media (max-width: 899px){.erp-toolbar__grow{flex:1 1 200px}.erp-toolbar__push{margin-left:0}}@media (max-width: 599px){.erp-toolbar__grow{flex:1 1 100%}.erp-toolbar>.bds-btn{flex:1 1 100%;justify-content:center}}@media (max-width: 899px){.bds-tabs{flex-wrap:wrap}}.erp-table-wrap{overflow-x:auto;overscroll-behavior-x:contain;background:linear-gradient(to right,var(--surface-card) 30%,transparent) left / 24px 100% no-repeat,linear-gradient(to left,var(--surface-card) 30%,transparent) right / 24px 100% no-repeat,radial-gradient(farthest-side at 0 50%,color-mix(in srgb,var(--neutral-950) 12%,transparent),transparent) left / 12px 100% no-repeat,radial-gradient(farthest-side at 100% 50%,color-mix(in srgb,var(--neutral-950) 12%,transparent),transparent) right / 12px 100% no-repeat;background-attachment:local,local,scroll,scroll}.erp-table-wrap [data-sticky-col]{position:sticky;left:0;z-index:1;background:var(--surface-card)}@media (max-width: 899px){.erp-table [data-hide=md]{display:none}}@media (max-width: 599px){.erp-table [data-hide=sm]{display:none}}.erp-grid{display:grid;grid-template-columns:repeat(var(--cols, 1),minmax(0,1fr));gap:var(--erp-grid-gap, 12px)}@media (max-width: 899px){.erp-grid[data-cols="3"],.erp-grid[data-cols="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 599px){.erp-grid,.erp-grid[data-cols]{grid-template-columns:1fr}}.erp-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--min, 220px),100%),var(--max, 1fr)));gap:var(--gap, 12px)}@media (max-width: 899px){.erp-cols{grid-template-columns:repeat(auto-fit,minmax(min(var(--min, 220px),100%),1fr))}}.erp-task-fields{display:grid;grid-template-columns:2fr 1.2fr 1fr 1fr 1fr;gap:12px}@media (max-width: 899px){.erp-task-fields{grid-template-columns:repeat(auto-fit,minmax(min(150px,100%),1fr))}}.erp-workzone{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:18px}@media (max-width: 899px){.erp-workzone{grid-template-columns:1fr}}.erp-touch-only{display:none}@media (max-width: 899px),(pointer: coarse){.erp-touch-only{display:inline-flex;align-items:center}}@media (pointer: coarse){.bds-iconbtn,.bds-iconbtn--sm{min-width:40px;min-height:40px}}.erp-formbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.erp-formbar__actions{margin-left:auto;display:flex;gap:10px}@media (max-width: 599px){.erp-formbar__actions{margin-left:0;width:100%}.erp-formbar__actions>.bds-btn{flex:1 1 0;justify-content:center}}.erp-totals{width:320px;display:flex;flex-direction:column;gap:6px}@media (max-width: 899px){.erp-totals{width:100%}}.erp-inforow{display:flex;gap:10px;padding:5px 0;font-size:13.5px}.erp-inforow__label{width:110px;flex:none;color:var(--text-muted)}.erp-inforow__value{min-width:0;overflow-wrap:anywhere;color:var(--text-body)}@media (max-width: 599px){.erp-inforow{flex-direction:column;gap:1px}.erp-inforow__label{width:auto}}.erp-topbar{padding:0 26px}@media (max-width: 899px){.erp-topbar{padding:0 18px}}@media (max-width: 599px){.erp-topbar{padding:0 14px}.erp-topbar__user{display:none}}.erp-section-tabs{padding:0 26px;overflow-x:auto;scrollbar-width:none}.erp-section-tabs::-webkit-scrollbar{display:none}.erp-section-tabs>a{flex:none;white-space:nowrap}@media (max-width: 899px){.erp-section-tabs{padding:0 18px}}@media (max-width: 599px){.erp-section-tabs{padding:0 14px;gap:16px}}.bds-modal-overlay{padding:24px}.bds-modal-panel{max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px)}.bds-modal-footer{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}@media (max-width: 599px){.bds-modal-overlay{padding:12px}.bds-modal-panel{max-height:calc(100dvh - 24px)}.bds-modal-footer{flex-direction:column-reverse}.bds-modal-footer>.bds-btn{width:100%;justify-content:center}}@keyframes bds-spin{to{transform:rotate(360deg)}}.bds-spinner{display:inline-block;flex:none;width:var(--spinner-size, 18px);height:var(--spinner-size, 18px);border-radius:50%;border:2px solid color-mix(in srgb,currentColor 22%,transparent);border-top-color:currentColor;animation:bds-spin .7s linear infinite}@keyframes bds-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.bds-skeleton{display:block;height:12px;border-radius:6px;background:linear-gradient(90deg,var(--surface-sunken) 30%,color-mix(in srgb,var(--surface-sunken) 40%,var(--surface-card)) 50%,var(--surface-sunken) 70%);background-size:200% 100%;animation:bds-skeleton 1.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.bds-spinner{animation-duration:1.8s}.bds-skeleton{animation:none;background:var(--surface-sunken)}}.erp-row{transition:background-color .12s ease}.erp-row:hover{background:var(--neutral-50)}.erp-row:focus-visible{outline:2px solid var(--border-focus);outline-offset:-2px}@keyframes erp-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.erp-toast-in{animation:erp-toast-in .18s cubic-bezier(.16,1,.3,1)}@media (prefers-reduced-motion: reduce){.erp-toast-in{animation:none}}@keyframes bds-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes bds-modal-panel-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bds-modal-overlay{animation:bds-modal-overlay-in .14s ease-out}.bds-modal-panel{animation:bds-modal-panel-in .16s cubic-bezier(.16,1,.3,1)}@media (prefers-reduced-motion: reduce){.bds-modal-overlay,.bds-modal-panel{animation:none}}
