.styles_container__kr263{max-width:1200px;margin:0 auto;padding:2rem 1rem;min-height:100vh}@media(max-width:768px){.styles_container__kr263{margin-top:5rem;padding:1rem}}.styles_loading__MVQJA{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px}.styles_loading__MVQJA .styles_spinner__BvY_y{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#078b81;border-radius:50%;animation:styles_spin__NfBsR 1s linear infinite;margin-bottom:1rem}.styles_loading__MVQJA p{color:#666;font-size:1.1rem}@keyframes styles_spin__NfBsR{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.styles_header__eEqYk{text-align:center;margin-bottom:3rem}.styles_header__eEqYk h1{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 1rem;line-height:1.2}@media(max-width:768px){.styles_header__eEqYk h1{font-size:2rem}}.styles_header__eEqYk .styles_subtitle__a8vWR{font-size:1.2rem;color:#6c757d;line-height:1.5;max-width:800px;margin:0 auto}.styles_content__dUt8p{background:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden}.styles_tabs__rpjUf{display:flex;background:#f8f9fa;border-bottom:1px solid #dee2e6}.styles_tabs__rpjUf .styles_tab__0sjxk{flex:1 1;padding:1rem 1.5rem;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:500;color:#6c757d;transition:all .3s ease;border:none;border-bottom:3px solid transparent}.styles_tabs__rpjUf .styles_tab__0sjxk:hover{background:#e9ecef;color:#495057}.styles_tabs__rpjUf .styles_tab__0sjxk.styles_active__0dFpN{background:#fff;color:#078b81;border-bottom-color:#078b81}@media(max-width:768px){.styles_tabs__rpjUf .styles_tab__0sjxk{padding:.8rem 1rem;font-size:.9rem}}.styles_searchSection__07tTB{padding:1.5rem;background:#f8f9fa;border-bottom:1px solid #dee2e6}.styles_searchBar___8VCd{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}@media(max-width:768px){.styles_searchBar___8VCd{flex-direction:column;gap:.5rem}}.styles_searchInput__PigOt{flex:1 1;position:relative}.styles_searchInput__PigOt .styles_searchIcon__pGEdo{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6c757d;font-size:1rem}.styles_searchInput__PigOt input{width:100%;padding:.8rem 1rem .8rem 3rem;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;transition:border-color .3s ease}.styles_searchInput__PigOt input:focus{outline:none;border-color:#078b81;box-shadow:0 0 0 3px rgba(7,139,129,.1)}.styles_filterButton__vOmI7{padding:.8rem 1.5rem;background:#078b81;color:#fff;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:500;transition:background .3s ease}.styles_filterButton__vOmI7:hover{background:#067a72}@media(max-width:768px){.styles_filterButton__vOmI7{width:100%;justify-content:center}}.styles_filters__tHSia{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #dee2e6}.styles_filters__tHSia .styles_filterGroup__geK4A{display:flex;flex-direction:column;gap:.5rem}.styles_filters__tHSia .styles_filterGroup__geK4A label{font-weight:500;color:#495057;font-size:.9rem}.styles_filters__tHSia .styles_filterGroup__geK4A select{padding:.6rem;border:1px solid #dee2e6;border-radius:6px;font-size:.9rem;background:#fff}.styles_filters__tHSia .styles_filterGroup__geK4A select:focus{outline:none;border-color:#078b81;box-shadow:0 0 0 3px rgba(7,139,129,.1)}.styles_filters__tHSia .styles_clearButton__awypB{padding:.6rem 1rem;background:#6c757d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .3s ease}.styles_filters__tHSia .styles_clearButton__awypB:hover{background:#5a6268}.styles_tabContent__AIgUg{padding:2rem}@media(max-width:768px){.styles_tabContent__AIgUg{padding:1rem}}.styles_summary__kPU5P{display:flex;gap:2rem;margin-bottom:2rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #078b81}@media(max-width:768px){.styles_summary__kPU5P{flex-direction:column;gap:1rem}}.styles_summary__kPU5P .styles_summaryItem__REvmA{display:flex;flex-direction:column;gap:.5rem}.styles_summary__kPU5P .styles_summaryItem__REvmA .styles_summaryLabel__R1FVh{font-size:.9rem;color:#6c757d;font-weight:500}.styles_summary__kPU5P .styles_summaryItem__REvmA .styles_summaryValue__fxkZr{font-size:1.5rem;font-weight:700;color:#078b81}@media(max-width:768px){.styles_summary__kPU5P .styles_summaryItem__REvmA .styles_summaryValue__fxkZr{font-size:1.3rem}}.styles_tableContainer__KU6pt{overflow-x:auto;border-radius:8px;border:1px solid #dee2e6}.styles_table__UeFbf{width:100%;border-collapse:collapse;background:#fff}.styles_table__UeFbf thead{background:#078b81;color:#fff}.styles_table__UeFbf thead th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.styles_table__UeFbf thead th:first-child{border-top-left-radius:8px}.styles_table__UeFbf thead th:last-child{border-top-right-radius:8px}.styles_table__UeFbf tbody tr{border-bottom:1px solid #dee2e6;transition:background .3s ease}.styles_table__UeFbf tbody tr:hover{background:#f8f9fa}.styles_table__UeFbf tbody tr:last-child{border-bottom:none}.styles_table__UeFbf tbody td{padding:1rem;font-size:.9rem;vertical-align:top}.styles_table__UeFbf tbody td.styles_inventoryNumber__O69nm{font-weight:600;color:#078b81;font-family:monospace}.styles_table__UeFbf tbody td.styles_description__n8G5D{max-width:300px;line-height:1.4}.styles_table__UeFbf tbody td.styles_date__CaK53{color:#6c757d;font-family:monospace}.styles_table__UeFbf tbody td.styles_value__FdlTi{font-weight:600;color:#28a745;text-align:right}.styles_table__UeFbf tbody td.styles_observation___4RTV{color:#6c757d;font-style:italic}.styles_infoSection__AFX_s{margin-top:3rem;padding:2rem;background:#f8f9fa;border-radius:8px}.styles_infoSection__AFX_s h3{color:#2c3e50;margin:0 0 1.5rem;font-size:1.5rem}.styles_infoSection__AFX_s .styles_infoGrid__vsz2L{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.styles_infoSection__AFX_s .styles_infoItem__FTfDO{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border-left:4px solid #078b81}.styles_infoSection__AFX_s .styles_infoItem__FTfDO .styles_infoIcon__XfeS2{color:#078b81;font-size:1.2rem;margin-top:.2rem}.styles_infoSection__AFX_s .styles_infoItem__FTfDO h4{margin:0 0 .5rem;color:#2c3e50;font-size:1rem}.styles_infoSection__AFX_s .styles_infoItem__FTfDO p{margin:0;color:#6c757d;font-size:.9rem;line-height:1.4}.styles_navigation__lbHM_{margin-top:2rem;display:flex;justify-content:center}body.styles_high-contrast__Z_aBh .styles_content__dUt8p{background:#000;color:#fff}body.styles_high-contrast__Z_aBh .styles_tabs__rpjUf{background:#000;border-color:#fff}body.styles_high-contrast__Z_aBh .styles_tabs__rpjUf .styles_tab__0sjxk{color:#fff}body.styles_high-contrast__Z_aBh .styles_tabs__rpjUf .styles_tab__0sjxk.styles_active__0dFpN{background:#000;color:#ff0;border-color:#ff0}body.styles_high-contrast__Z_aBh .styles_searchSection__07tTB{background:#000;border-color:#fff}body.styles_high-contrast__Z_aBh .styles_table__UeFbf,body.styles_high-contrast__Z_aBh .styles_table__UeFbf thead{background:#000;color:#fff}body.styles_high-contrast__Z_aBh .styles_table__UeFbf tbody tr{border-color:#fff}body.styles_high-contrast__Z_aBh .styles_table__UeFbf tbody tr:hover{background:#333}body.styles_high-contrast__Z_aBh .styles_summary__kPU5P{background:#000;border-color:#ff0;color:#fff}body.styles_high-contrast__Z_aBh .styles_infoSection__AFX_s{background:#000;color:#fff}body.styles_reduced-motion__hASmp .styles_clearButton__awypB,body.styles_reduced-motion__hASmp .styles_filterButton__vOmI7,body.styles_reduced-motion__hASmp .styles_tab__0sjxk,body.styles_reduced-motion__hASmp .styles_table__UeFbf tbody tr{transition:none}