.storage-ui{--storage-ui-accent:var(--color-teal,#008080);--storage-ui-accent-dark:#006d6d;--storage-ui-accent-darker:#075f5f;--storage-ui-accent-soft:rgba(0,128,128,.08);--storage-ui-border:var(--bs-border-color,#dee2e6);--storage-ui-grid-border:#dfe5e7;--storage-ui-surface:#f8fafb;--storage-ui-row-hover:#e4f2f2}.storage-ui .storage-balance-selector-header{padding:0 1rem;background:#fff}.storage-ui .storage-ui-switch{display:grid;gap:.35rem;overflow-x:auto;overflow-y:hidden;padding:0 0 .15rem;border-bottom:1px solid var(--storage-ui-border);scrollbar-width:thin}.storage-ui .storage-ui-switch--four{grid-template-columns:repeat(4,minmax(9rem,1fr))}.storage-ui .storage-ui-switch--auto{grid-auto-columns:minmax(8.75rem,1fr);grid-auto-flow:column}.storage-ui .storage-ui-switch-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-width:8.75rem;min-height:3.5rem;padding:.65rem .85rem .8rem;color:var(--bs-secondary-color,#6c757d);background:transparent;border:0;font-weight:600;white-space:nowrap;transition:color 120ms ease,background-color 120ms ease}.storage-ui .storage-ui-switch-icon{width:1.5rem;font-size:1.3rem;line-height:1}.storage-ui .storage-ui-switch-button:not(:disabled):hover,.storage-ui .storage-ui-switch-button.active{color:var(--storage-ui-accent);background:var(--storage-ui-accent-soft)}.storage-ui .storage-ui-switch-button.active::after{position:absolute;right:.75rem;bottom:0;left:.75rem;height:3px;background:var(--storage-ui-accent);content:""}.storage-ui .storage-ui-switch-button:disabled{color:#adb5bd;cursor:not-allowed;opacity:.65}.storage-ui .storage-ui-tools{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1rem;padding:1rem;background:var(--storage-ui-surface);border:1px solid var(--storage-ui-border)}.storage-ui .storage-ui-tools--flush{margin-bottom:0;border-width:0 0 1px}.storage-ui .storage-ui-field{display:flex;flex:1 1 16rem;flex-direction:column;gap:.3rem;max-width:26rem}.storage-ui .storage-ui-field label{margin:0;font-size:.9rem;font-weight:600}.storage-ui .storage-ui-search{position:relative}.storage-ui .storage-ui-search i{position:absolute;top:50%;left:.8rem;color:var(--bs-secondary-color,#6c757d);transform:translateY(-50%);pointer-events:none}.storage-ui .storage-ui-search input{padding-left:2.3rem}.storage-ui .steel-summary-stats,.storage-ui .ppe-summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.75rem;margin-bottom:1rem}.storage-ui .steel-summary-stat,.storage-ui .ppe-summary-stat{display:flex;align-items:center;gap:.8rem;min-height:5rem;padding:.85rem 1rem;background:#fff;border:1px solid var(--storage-ui-border);border-left:4px solid var(--storage-ui-accent)}.storage-ui .steel-summary-stat-icon,.storage-ui .ppe-summary-stat-icon{display:grid;width:2.4rem;height:2.4rem;flex:0 0 2.4rem;color:var(--storage-ui-accent-dark);background:var(--storage-ui-accent-soft);border-radius:50%;place-items:center}.storage-ui .steel-summary-stat-value,.storage-ui .ppe-summary-stat-value{display:block;font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.1}.storage-ui .steel-summary-stat-label,.storage-ui .ppe-summary-stat-label{display:block;margin-top:.2rem;color:var(--bs-secondary-color,#6c757d);font-size:.82rem}.storage-ui .steel-summary-stat.is-empty,.storage-ui .ppe-summary-stat.is-empty{border-left-color:#b8860b}.storage-ui .steel-summary-stat.is-negative,.storage-ui .ppe-summary-stat.is-negative{border-left-color:var(--bs-danger,#dc3545)}.storage-ui .summary-table-panel .table-responsive,.storage-ui .ppe-summary-table-container,.storage-ui .storage-ui-table-container{border:1px solid var(--storage-ui-grid-border);background:#fff}.storage-ui .summary-table-panel table,.storage-ui .ppe-summary-table,.storage-ui .storage-ui-table{margin:0;border-collapse:separate;border-spacing:0;font-size:.925rem;vertical-align:middle}.storage-ui .summary-table-panel table th,.storage-ui .summary-table-panel table td,.storage-ui .ppe-summary-table th,.storage-ui .ppe-summary-table td,.storage-ui .storage-ui-table th,.storage-ui .storage-ui-table td{min-width:6.25rem;padding:.75rem .85rem;border:0!important;border-right:1px solid var(--storage-ui-grid-border)!important;border-bottom:1px solid var(--storage-ui-grid-border)!important;line-height:1.4}.ppe-storage-summary .ppe-summary-table th,.ppe-storage-summary .ppe-summary-table td{min-width:7rem}.ppe-storage-balance-management .storage-ui-table th,.ppe-storage-balance-management .storage-ui-table td{min-width:6.75rem}.storage-ui .summary-table-panel table tr>:last-child,.storage-ui .ppe-summary-table tr>:last-child,.storage-ui .storage-ui-table tr>:last-child{border-right:0!important}.storage-ui .summary-table-panel table tbody tr:last-child>*,.storage-ui .ppe-summary-table tbody tr:last-child>*,.storage-ui .storage-ui-table tbody tr:last-child>*{border-bottom:0!important}.storage-ui .summary-table-panel table thead th,.storage-ui .ppe-summary-table thead th,.storage-ui .storage-ui-table thead th{color:#fff;background:var(--storage-ui-accent-dark)!important;border-color:rgba(255,255,255,.2)!important;font-size:1rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.storage-ui .storage-ui-table--sticky-header thead th{position:sticky;top:0;z-index:3}.storage-ui .storage-ui-table thead .btn-link{padding:0;color:inherit!important;font-size:inherit;line-height:inherit;opacity:1;pointer-events:none}.storage-ui .summary-table-panel table tbody tr:nth-child(even)>*,.storage-ui .ppe-summary-table tbody tr:nth-child(even)>*,.storage-ui .storage-ui-table tbody tr:nth-child(even)>*{background:var(--storage-ui-surface)}.storage-ui .summary-table-panel table tbody tr:hover>*,.storage-ui .ppe-summary-table tbody tr:hover>*,.storage-ui .storage-ui-table tbody tr:hover>*{background:var(--storage-ui-row-hover)!important}.storage-ui .summary-table-panel table .fixed-col,.storage-ui .ppe-summary-table .fixed-col,.storage-ui .storage-ui-table .sticky-primary{position:sticky;left:0;z-index:2;min-width:8.5rem;color:#174646;background:#edf5f5!important;border-right:2px solid #b8d2d2!important;font-weight:600}.ppe-storage-summary .ppe-summary-table .fixed-col,.ppe-storage-balance-management .storage-ui-table .sticky-primary{min-width:13rem;font-weight:700;text-align:left}.storage-ui .summary-table-panel table thead .fixed-col,.storage-ui .ppe-summary-table thead .fixed-col,.storage-ui .storage-ui-table thead .sticky-primary{z-index:3;color:#fff;background:var(--storage-ui-accent-darker)!important;border-right:2px solid rgba(255,255,255,.45)!important}.storage-ui .storage-ui-table--sticky-header thead .sticky-primary{z-index:4}.ppe-storage-summary .ppe-summary-table thead .fixed-col,.ppe-storage-balance-management .storage-ui-table thead .sticky-primary{text-align:center}.storage-ui .summary-table-panel table tbody tr:hover>.fixed-col,.storage-ui .ppe-summary-table tbody tr:hover>.fixed-col,.storage-ui .storage-ui-table tbody tr:hover>.sticky-primary{background:#d5eaea!important}.storage-ui .summary-table-panel table tbody tr>:not(.fixed-col),.storage-ui .ppe-summary-table tbody tr>:not(.fixed-col),.storage-ui .storage-ui-table tbody tr>:not(.sticky-primary){font-variant-numeric:tabular-nums}.storage-ui .storage-balance-date{white-space:nowrap}.storage-ui .storage-balance-number,.storage-ui .ppe-summary-number{font-weight:600;font-variant-numeric:tabular-nums;text-align:center}.storage-ui .storage-balance-status .badge{min-width:6.25rem;padding:.45rem .65rem;border-radius:999px;font-size:.8rem}.storage-ui .storage-balance-actions{min-width:5rem!important}.storage-ui .storage-balance-action{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border-radius:999px}.storage-ui .storage-balance-category,.storage-ui .storage-balance-type,.storage-ui .storage-balance-brand,.storage-ui .storage-balance-size,.storage-ui .storage-balance-stock-type,.storage-ui .ppe-summary-category,.storage-ui .ppe-summary-type,.storage-ui .ppe-summary-brand,.storage-ui .ppe-summary-size{vertical-align:middle;text-align:left}.storage-ui .storage-balance-category,.storage-ui .ppe-summary-category{color:#174646;font-weight:700}.storage-ui .storage-balance-brand,.storage-ui .ppe-summary-brand{color:#294d4d;background:#f1f7f7!important;font-weight:600}.storage-ui .storage-balance-size,.storage-ui .ppe-summary-size{font-weight:600}.storage-ui table td.steel-quantity-zero,.storage-ui table td.quantity-zero{color:#7a5a00;background:#fff7dc!important;box-shadow:inset 4px 0 #d8a400;font-weight:700}.storage-ui table td.steel-quantity-negative,.storage-ui table td.quantity-negative{color:var(--bs-danger,#dc3545);background:#fff0f1!important;box-shadow:inset 4px 0 var(--bs-danger,#dc3545);font-weight:700}@media(max-width:991.98px){.storage-ui .steel-summary-stats,.storage-ui .ppe-summary-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.storage-ui .storage-ui-switch--four{grid-template-columns:repeat(4,minmax(8.5rem,1fr))}.storage-ui .summary-table-panel table,.storage-ui .ppe-summary-table,.storage-ui .storage-ui-table{font-size:.85rem}.storage-ui .summary-table-panel table th,.storage-ui .summary-table-panel table td,.storage-ui .ppe-summary-table th,.storage-ui .ppe-summary-table td,.storage-ui .storage-ui-table th,.storage-ui .storage-ui-table td{padding:.65rem}.ppe-storage-balance-management .storage-ui-table .sticky-primary{min-width:10.5rem}.storage-ui .storage-balance-action{width:2rem;height:2rem}}@media(max-width:575.98px){.storage-ui .storage-ui-tools{align-items:stretch;flex-direction:column}.storage-ui .storage-ui-field{width:100%;max-width:none}.storage-ui .steel-summary-stats,.storage-ui .ppe-summary-stats{grid-template-columns:1fr}}