:root{--list-header-bg: #3b63a3;--list-header-text: #ffffff;--list-border: #cfdced;--list-row-bg: #ffffff;--list-row-alt-bg: #f7fbff;--list-row-hover-bg: #ecf4ff;--list-pagination-link: #3b63a3;--list-pagination-active-bg: #4f79bf;--list-pagination-active-text: #ffffff;--list-shadow: 0 8px 24px rgba(24, 66, 132, .12);--list-mobile-card-bg: linear-gradient(165deg, #ffffff 0%, #f1f7ff 100%);--list-mobile-card-border: rgba(67, 103, 163, .28);--list-mobile-card-shadow: 0 10px 22px rgba(25, 60, 118, .16);--list-mobile-title-bg: rgba(73, 113, 183, .12);--list-mobile-title-text: #20375c;--list-mobile-label: #4b6288;--list-mobile-accent: linear-gradient(90deg, #4f79bf 0%, #74a0d4 100%)}[data-bs-theme=dark]{--list-header-bg: #2d4c75;--list-header-text: #ffffff;--list-border: #2f4a69;--list-row-bg: #172433;--list-row-alt-bg: #1b2b3e;--list-row-hover-bg: #21364d;--list-pagination-link: #a8c0e6;--list-pagination-active-bg: #4f79bf;--list-pagination-active-text: #ffffff;--list-shadow: 0 8px 24px rgba(0, 0, 0, .35);--list-mobile-card-bg: linear-gradient(165deg, #1a2a3b 0%, #24354a 100%);--list-mobile-card-border: rgba(117, 156, 214, .4);--list-mobile-card-shadow: 0 10px 22px rgba(2, 8, 18, .45);--list-mobile-title-bg: rgba(132, 170, 226, .12);--list-mobile-title-text: #d2e4ff;--list-mobile-label: #9db9e3;--list-mobile-accent: linear-gradient(90deg, #5f8fd1 0%, #8bb7dd 100%)}.list-products .table-header,.list-categories .table-header,.list-users .table-header,.inventory-list .table-header{background:var(--list-header-bg);border-bottom:0;border-radius:10px 10px 0 0;color:var(--list-header-text);padding-top:.7rem;padding-bottom:.7rem;box-shadow:var(--list-shadow)}.list-products .list-body,.list-categories .list-body,.list-users .list-body,.inventory-list .list-body{border:1px solid var(--list-border);border-radius:0 0 10px 10px;overflow:hidden;box-shadow:var(--list-shadow);background:var(--list-row-bg)}.list-products .list-body>.product-row,.list-categories .list-body>.category-row,.list-users .list-body>.user-row,.inventory-list .list-body>.movement-row{margin:0;padding-top:.55rem;padding-bottom:.55rem;border-bottom:1px solid var(--list-border);background:var(--list-row-bg);transition:background-color .18s ease}.list-products .list-body>.product-row:hover,.list-categories .list-body>.category-row:hover,.list-users .list-body>.user-row:hover,.inventory-list .list-body>.movement-row:hover{background:var(--list-row-hover-bg)}.list-products .list-body>.product-row:last-child,.list-categories .list-body>.category-row:last-child,.list-users .list-body>.user-row:last-child,.inventory-list .list-body>.movement-row:last-child{border-bottom:0}.list-products .table-header>.text-end,.list-categories .table-header>.text-end,.list-users .table-header>.text-end,.inventory-list .table-header>.text-end,.list-products .list-body>.product-row>.text-end,.list-categories .list-body>.category-row>.text-end,.list-users .list-body>.user-row>.text-end,.inventory-list .list-body>.movement-row>.text-end{padding-right:1rem!important}.actions-header-label,.actions-buttons{display:inline-flex;width:min(100%,7rem);box-sizing:border-box}.actions-header-label{justify-content:flex-start;text-align:left}.actions-buttons{justify-content:flex-start;gap:.35rem;flex-wrap:nowrap}.actions-buttons .btn{margin-right:0!important}.list-products .product-row>div,.list-categories .category-row>div,.list-users .user-row>div,.inventory-list .movement-row>div{min-width:0}.list-users .user-row>:nth-child(4),.inventory-list .movement-row>:nth-child(4){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-users .user-row>:nth-child(3){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-users .user-row>:nth-child(6){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-categories .category-row>:nth-child(3),.list-products .product-row>:nth-child(2),.list-products .product-row>:nth-child(5),.inventory-list .movement-row>:nth-child(2){overflow-wrap:anywhere}.list-users .table-header>:nth-child(5),.list-users .user-row>:nth-child(5),.list-users .table-header>:nth-child(6),.list-users .user-row>:nth-child(6),.inventory-list .table-header>:nth-child(5),.inventory-list .movement-row>:nth-child(5){white-space:nowrap}.list-products .pagination .page-link,.list-categories .pagination .page-link,.list-users .pagination .page-link,.inventory-list .pagination .page-link{border-color:var(--list-border);color:var(--list-pagination-link)}.list-products .pagination .page-item.active .page-link,.list-categories .pagination .page-item.active .page-link,.list-users .pagination .page-item.active .page-link,.inventory-list .pagination .page-item.active .page-link{background-color:var(--list-pagination-active-bg);border-color:var(--list-pagination-active-bg);color:var(--list-pagination-active-text)}@media (max-width: 767.98px){.list-products .list-body,.list-categories .list-body,.list-users .list-body,.inventory-list .list-body{border:0;border-radius:14px;overflow:visible;background:transparent;box-shadow:none;display:grid;gap:.7rem}.list-products .list-body>.product-row,.list-categories .list-body>.category-row,.list-users .list-body>.user-row,.inventory-list .list-body>.movement-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem;align-items:start;padding:.85rem .9rem .9rem;position:relative;border:1px solid var(--list-mobile-card-border);border-radius:14px;background:var(--list-mobile-card-bg);box-shadow:var(--list-mobile-card-shadow);border-bottom:1px solid var(--list-mobile-card-border);overflow:hidden;transition:transform .16s ease,box-shadow .2s ease}.list-products .list-body>.product-row:after,.list-categories .list-body>.category-row:after,.list-users .list-body>.user-row:after,.inventory-list .list-body>.movement-row:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--list-mobile-accent)}.list-products .list-body>.product-row:active,.list-categories .list-body>.category-row:active,.list-users .list-body>.user-row:active,.inventory-list .list-body>.movement-row:active{transform:translateY(1px);box-shadow:0 6px 14px #193c7626}.list-products .list-body>.product-row>div,.list-categories .list-body>.category-row>div,.list-users .list-body>.user-row>div,.inventory-list .list-body>.movement-row>div{width:auto!important;max-width:none!important;flex:initial!important;padding-left:0!important;padding-right:0!important;color:#142640;line-height:1.25}[data-bs-theme=dark] .list-products .list-body>.product-row>div,[data-bs-theme=dark] .list-categories .list-body>.category-row>div,[data-bs-theme=dark] .list-users .list-body>.user-row>div,[data-bs-theme=dark] .inventory-list .list-body>.movement-row>div{color:#edf4ff}.list-products .product-row>div:before,.list-categories .category-row>div:before,.list-users .user-row>div:before,.inventory-list .movement-row>div:before{display:block;font-size:.67rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;line-height:1.1;margin-bottom:.28rem;color:var(--list-mobile-label)}[data-bs-theme=dark] .list-products .product-row>div:before,[data-bs-theme=dark] .list-categories .category-row>div:before,[data-bs-theme=dark] .list-users .user-row>div:before,[data-bs-theme=dark] .inventory-list .movement-row>div:before{color:var(--list-mobile-label)}.list-users .user-row>:nth-child(1):before{content:"ID"}.list-users .user-row>:nth-child(2):before{content:"Nombre"}.list-users .user-row>:nth-child(3):before{content:"Telefono"}.list-users .user-row>:nth-child(4):before{content:"Email"}.list-users .user-row>:nth-child(5):before{content:"Fecha nacimiento"}.list-users .user-row>:nth-child(6):before{content:"Rol"}.list-users .user-row>:nth-child(7):before{content:"Acciones"}.list-products .product-row>:nth-child(1):before{content:"ID"}.list-products .product-row>:nth-child(2):before{content:"Nombre"}.list-products .product-row>:nth-child(3):before{content:"Precio"}.list-products .product-row>:nth-child(4):before{content:"Stock"}.list-products .product-row>:nth-child(5):before{content:"Categoria"}.list-products .product-row>:nth-child(6):before{content:"Acciones"}.list-categories .category-row>:nth-child(1):before{content:"ID"}.list-categories .category-row>:nth-child(2):before{content:"Nombre"}.list-categories .category-row>:nth-child(3):before{content:"Descripcion"}.list-categories .category-row>:nth-child(4):before{content:"Acciones"}.inventory-list .movement-row>:nth-child(1):before{content:"ID"}.inventory-list .movement-row>:nth-child(2):before{content:"Producto"}.inventory-list .movement-row>:nth-child(3):before{content:"Stock final"}.inventory-list .movement-row>:nth-child(4):before{content:"Modificado por"}.inventory-list .movement-row>:nth-child(5):before{content:"Fecha"}.list-users .user-row>:nth-child(2),.list-products .product-row>:nth-child(2),.list-categories .category-row>:nth-child(2),.inventory-list .movement-row>:nth-child(2){grid-column:1 / -1;font-weight:600;background:var(--list-mobile-title-bg);color:var(--list-mobile-title-text);padding:.46rem .58rem!important;border-radius:10px;border:1px solid rgba(90,122,177,.2)}.list-categories .category-row>:nth-child(3),.list-products .product-row>:nth-child(5),.inventory-list .movement-row>:nth-child(5){grid-column:1 / -1}.list-users .user-row>:nth-child(7),.list-products .product-row>:nth-child(6),.list-categories .category-row>:nth-child(4){grid-column:1 / -1;justify-self:end;margin-top:.2rem}.list-users .user-row>:nth-child(7):before,.list-products .product-row>:nth-child(6):before,.list-categories .category-row>:nth-child(4):before{text-align:right}.list-users .user-row>:nth-child(4),.inventory-list .movement-row>:nth-child(4){overflow-wrap:anywhere;white-space:normal;text-overflow:unset}.actions-header-label,.actions-buttons{width:auto}.actions-buttons{justify-content:flex-end;background:#4f79bf17;padding:.3rem;border-radius:10px}[data-bs-theme=dark] .actions-buttons{background:#7ca0d524}.actions-buttons .btn{width:2.1rem;height:2.1rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#ffffffe6;backdrop-filter:saturate(130%)}[data-bs-theme=dark] .actions-buttons .btn{background:#1d2e43d1}}.create-form-page{max-width:980px}.card{border:1px solid var(--list-border);border-radius:12px;box-shadow:var(--list-shadow);background:var(--list-row-bg)}.card-body{padding:1.75rem}.invalid-feedback.d-block{color:#dc3545}.text-danger{color:#dc3545!important}@media (max-width: 576px){.card{margin:0 8px}.list-products .list-body>.product-row,.list-categories .list-body>.category-row,.list-users .list-body>.user-row,.inventory-list .list-body>.movement-row{grid-template-columns:1fr}.list-users .user-row>:nth-child(7),.list-products .product-row>:nth-child(6),.list-categories .category-row>:nth-child(4){justify-self:stretch}.actions-buttons{justify-content:flex-start}}.table-themed thead th{background:var(--list-header-bg);color:var(--list-header-text);border-color:var(--list-border);font-weight:600}.table-themed tbody td{border-color:var(--list-border);background:var(--list-row-bg)}.table-themed tbody tr:hover td{background:var(--list-row-hover-bg)}
