@charset "UTF-8";.login-page{display:flex;height:100vh;width:100vw;font-family:Arial,sans-serif}.login-page .image-section{width:60%;background-image:url(https://multishopsistemas.com/wp-content/uploads/2024/11/imagen-inicio.png);background-size:cover;background-position:center}.login-page .form-section{width:40%;background-color:#d2ebf2;display:flex;justify-content:center;align-items:center;padding:2rem}.login-page .form-section .card{background-color:#fff;box-shadow:0 4px 20px #0000001a;padding:2rem;border-radius:10px;width:100%;max-width:400px}.login-page .form-section .card .form-container{display:flex;flex-direction:column}.login-page .form-section .card .form-container .global-error{color:red;font-size:14px;margin-bottom:10px;text-align:center}.login-page .form-section .card .form-container h1{font-size:30px;font-weight:700;color:#000;margin-bottom:10px}.login-page .form-section .card .form-container .signup-prompt{font-size:14px;margin-bottom:20px}.login-page .form-section .card .form-container .signup-prompt a{color:#36aad4;text-decoration:none;font-weight:700}.login-page .form-section .card .form-container .signup-prompt a:hover{text-decoration:underline}.login-page .form-section .card .form-container .form-group{margin-bottom:20px}.login-page .form-section .card .form-container .form-group label{display:block;font-size:12px;margin-bottom:2px;margin-left:10px}.login-page .form-section .card .form-container .form-group input{width:100%;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:4px}.login-page .form-section .card .form-container .form-group .error{font-size:10px;color:red;margin-top:5px;margin-left:5px;display:block}.login-page .form-section .card .form-container .forgot-password{display:flex;justify-content:flex-end;margin-bottom:20px}.login-page .form-section .card .form-container .forgot-password a{font-size:14px;color:#36aad4;text-decoration:none;font-weight:700}.login-page .form-section .card .form-container .forgot-password a:hover{text-decoration:underline}.login-page .form-section .card .form-container button{width:100%;padding:12px;background-color:#36aad4;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:700;cursor:pointer}.login-page .form-section .card .form-container button:hover{background-color:#236982}@media screen and (max-width: 768px){.login-page{flex-direction:column}.login-page .image-section{display:none}.login-page .form-section{width:100%;justify-content:center;padding:2rem;height:100vh}.login-page .form-section .card{width:100%;max-width:100%;border-radius:0;box-shadow:none}}:root{--PrimaryBlue: #36aad4;--SecundaryBlue: #236982;--PrimaryBackground: #ffffff;--SecondaryBackground: #F4F4F4;--PrimaryTextColor: #5B5858;--TertiaryBackground: #b1b1b1;--HoverTextColor: white}.navbar-sidebar-container{display:flex;flex-direction:column;height:100vh;background-color:var(--TertiaryBackground);width:100vw}.sidebar{position:fixed;top:0;left:0;height:100vh;background:linear-gradient(180deg,var(--PrimaryBlue),var(--SecundaryBlue));width:80px;transition:width .3s ease-in-out;z-index:1000;overflow:hidden;color:#fff;display:flex;flex-direction:column;padding:1rem}.sidebar:hover{width:250px}.sidebar:hover .sidebar-list .sidebar-item{justify-content:flex-start;padding-left:.5rem}.sidebar:hover .sidebar-list .sidebar-item .sidebar-text{display:inline;margin-left:.8rem}.sidebar.sidebar-open{width:70vw;max-width:300px}.sidebar.sidebar-open .sidebar-list .sidebar-item{justify-content:flex-start;padding-left:1rem}.sidebar.sidebar-open .sidebar-list .sidebar-item .sidebar-text{display:inline;margin-left:1rem}.sidebar-header{display:flex;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2)}.sidebar-header .sidebar-logo{width:100%;height:auto;max-width:40px;object-fit:contain}.sidebar-header .sidebar-title{margin-left:1rem;font-size:1.2rem;font-weight:700;white-space:nowrap}.sidebar-list{list-style:none;padding:0;margin:0;flex:1}.sidebar-item{width:100%;height:3rem;margin:1rem 0;background-color:var(--SecundaryBlue);color:var(--HoverTextColor);display:flex;align-items:center;justify-content:center;font-size:1.2rem;border-radius:.5rem;transition:all .3s ease-in-out;cursor:pointer}.sidebar-item .sidebar-icon{font-size:1.5rem}.sidebar-item .sidebar-text{display:none;white-space:nowrap;font-size:1rem}.sidebar-item:hover{background-color:#ffffff1a;border:2px solid var(--HoverTextColor)}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}.navbar{background-color:var(--PrimaryBackground);display:flex;align-items:center;justify-content:space-between;height:6vh;min-height:50px;box-shadow:0 2px 4px #0000001a;z-index:998;transition:all .3s ease-in-out}.navbar.navbar-mobile-open{margin-left:0}.navbar-left{display:flex;align-items:center;height:100%;width:30vw}.mobile-menu-button{background:var(--PrimaryBlue);color:#fff;border:none;border-radius:8px;padding:.2rem;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .3s ease}.mobile-menu-button:hover{background:var(--SecundaryBlue);transform:scale(1.05)}.navbar-logo{display:flex;justify-content:center;align-items:center;height:100%;position:relative;padding:10px;margin:0}.navbar-logo img{width:100%;height:100%;object-fit:contain}.navbar-center{display:flex;align-items:center;justify-content:center;width:30vw;height:100%}.navbar-title{font-size:1.2rem;font-family:sans-serif;color:#000;margin:0;text-align:center}.navbar-right{display:flex;align-items:center;justify-content:flex-end;height:100%;gap:1rem}.navbar-icons{display:flex;align-items:center;gap:1rem}.navbar-icon{font-size:1.4rem;color:var(--PrimaryBlue);transition:all .3s ease-in-out;cursor:pointer}.navbar-icon:hover{color:var(--SecundaryBlue)}.navbar-actions{display:flex;align-items:center;gap:.5rem}.navbar-button{display:flex;align-items:center;background-color:#fff;border:1px solid var(--TertiaryBackground);border-radius:5px;padding:4px 12px;color:var(--PrimaryBlue);font-size:.9rem;font-weight:700;gap:.3rem;transition:all .3s ease-in-out;cursor:pointer}.navbar-button .button-icon{font-size:1.2rem}.navbar-button:hover{background-color:var(--PrimaryBlue);color:var(--HoverTextColor)}.navbar-button.navbar-button-primary{background-color:var(--PrimaryBlue);color:#fff}.navbar-button.navbar-button-primary:hover{background-color:var(--SecundaryBlue)}.user-menu-container{position:relative;display:inline-block}.user-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;background-color:var(--PrimaryBackground);border:1px solid var(--TertiaryBackground);border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:220px;z-index:1000;overflow:hidden;animation:slideDown .2s ease-out}.user-menu-header{display:flex;align-items:center;padding:1rem;gap:.75rem;background-color:var(--SecondaryBackground);border-bottom:1px solid var(--TertiaryBackground)}.user-menu-header .user-menu-icon{font-size:2rem;color:var(--PrimaryBlue)}.user-menu-header .user-menu-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.user-menu-header .user-menu-info .user-menu-name{font-size:.95rem;font-weight:700;color:var(--PrimaryTextColor)}.user-menu-header .user-menu-info .user-menu-email{font-size:.8rem;color:var(--TertiaryBackground)}.user-menu-divider{height:1px;background-color:var(--TertiaryBackground);margin:.5rem 0}.user-menu-item{display:flex;align-items:center;width:100%;padding:.75rem 1rem;background-color:transparent;border:none;color:var(--PrimaryTextColor);font-size:.9rem;gap:.75rem;cursor:pointer;transition:all .2s ease-in-out;text-align:left}.user-menu-item .user-menu-item-icon{font-size:1.2rem;color:var(--PrimaryBlue)}.user-menu-item:hover{background-color:var(--SecondaryBackground);color:var(--PrimaryBlue)}.user-menu-item:hover .user-menu-item-icon{color:var(--SecundaryBlue)}.user-menu-item:active{background-color:var(--TertiaryBackground)}.main-content{flex:1;margin-left:5vw;transition:margin-left .3s ease-in-out;overflow-y:auto}.main-content.main-content-mobile-open{margin-left:0}@media (max-width: 1100px){.navbar-left{width:10vw}}@media (max-width: 768px){.sidebar{width:0;transform:translate(-100%);transition:all .3s ease-in-out}.sidebar.sidebar-open{width:70vw;max-width:300px;transform:translate(0)}.sidebar:hover{width:70vw;max-width:300px}.navbar{height:5vh;min-height:45px;padding:0 .5rem;flex-wrap:nowrap}.navbar-left{width:80px}.navbar-center{width:60%;flex:1}.navbar-title{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-right{width:25%;gap:.3rem;justify-content:flex-end}.navbar-icons{gap:.5rem;display:flex}.navbar-icon{font-size:1.2rem}.navbar-actions{gap:.2rem;display:flex;flex-wrap:nowrap}.navbar-button{padding:3px 6px;font-size:.7rem;gap:.1rem;min-width:auto;white-space:nowrap}.navbar-button .button-icon{font-size:1rem}.navbar-button span{display:none}.user-menu-dropdown{min-width:180px;right:0}.user-menu-header{padding:.75rem}.user-menu-header .user-menu-icon{font-size:1.5rem}.user-menu-header .user-menu-info .user-menu-name{font-size:.85rem}.user-menu-header .user-menu-info .user-menu-email{font-size:.7rem}.user-menu-item{padding:.6rem .75rem;font-size:.8rem}.user-menu-item .user-menu-item-icon{font-size:1rem}.main-content{margin-left:0}}@media (max-width: 480px){.navbar{height:4.5vh;min-height:40px;padding:0 .3rem}.navbar-left{width:80px}.navbar-center{width:50%;flex:1}.navbar-title{font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navbar-right{width:30%;gap:.2rem;justify-content:flex-end}.navbar-icons{gap:.3rem}.navbar-icon{font-size:1rem}.navbar-actions{gap:.1rem}.navbar-button{padding:2px 4px;font-size:.6rem;min-width:auto}.navbar-button .button-icon{font-size:.9rem}.navbar-button span{display:none}.user-menu-dropdown{min-width:160px;right:0}.user-menu-header{padding:.6rem}.user-menu-header .user-menu-icon{font-size:1.3rem}.user-menu-header .user-menu-info .user-menu-name{font-size:.8rem}.user-menu-header .user-menu-info .user-menu-email{font-size:.65rem}.user-menu-item{padding:.5rem .6rem;font-size:.75rem}.user-menu-item .user-menu-item-icon{font-size:.9rem}.sidebar.sidebar-open,.sidebar:hover{width:80vw;max-width:280px}.sidebar .sidebar-item{height:2.5rem;margin:.5rem 0;font-size:1rem}.sidebar .sidebar-item .sidebar-icon{font-size:1.2rem}.sidebar .sidebar-item .sidebar-text{font-size:.9rem}.navbar-button:nth-child(2){display:none}}@media (max-width: 320px){.navbar{padding:0 .2rem}.navbar-left{width:80px}.navbar-center{width:40%}.navbar-title{font-size:.6rem}.navbar-right{width:35%;gap:.1rem}.navbar-button{padding:1px 3px;font-size:.5rem}.navbar-button .button-icon{font-size:.8rem}.navbar-button:nth-child(3){display:none}}.shortcuts_section{display:flex;width:100%;height:100%;padding:1rem;gap:2rem;flex-wrap:wrap}.shortcuts_left{flex:4;display:flex;flex-direction:column}.shortcuts_left .shortcuts_title{width:100%;background-color:var(--PrimaryBackground);font-size:1.5rem;font-weight:700;color:var(--SecundaryTextColor);margin-bottom:1rem;padding:1rem;border-radius:10px;box-shadow:0 2px 5px #0000001a}.shortcuts_left .card_grid{padding:1rem .5rem 1rem 1rem;display:grid;background-color:#fff;grid-template-columns:repeat(4,1fr);gap:1rem;overflow-y:auto;max-height:70vh;border-radius:10px;box-shadow:0 2px 5px #0000001a}.shortcuts_left .card_grid .card_item{border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid rgba(54,170,212,.1);cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);transform:translateY(0)}.shortcuts_left .card_grid .card_item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #36aad433;border-color:#36aad44d}.shortcuts_left .card_grid .card_item:hover .card_icon{transform:scale(1.1) rotate(5deg)}.shortcuts_left .card_grid .card_item:hover .card_icon img{filter:brightness(1.1) contrast(1.1)}.shortcuts_left .card_grid .card_item:hover .card_title{color:var(--PrimaryBlue);transform:translateY(-2px)}.shortcuts_left .card_grid .card_item:hover .card_overlay{opacity:1;transform:translateY(0)}.shortcuts_left .card_grid .card_item:hover .hover_ripple{animation:ripple .6s ease-out}.shortcuts_left .card_grid .card_item:active{transform:translateY(-4px) scale(.98)}.shortcuts_left .card_grid .card_item .card_icon{margin-bottom:1rem;transition:all .3s ease;position:relative;z-index:2}.shortcuts_left .card_grid .card_item .card_icon img{width:70px;height:70px;margin-bottom:0;transition:all .3s ease;border-radius:8px}.shortcuts_left .card_grid .card_item .card_content{text-align:center;position:relative;z-index:2}.shortcuts_left .card_grid .card_item .card_content .card_title{font-size:1rem;font-weight:600;color:var(--SecundaryTextColor);transition:all .3s ease;display:block;margin:0}.shortcuts_left .card_grid .card_item .card_overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#36aad40d,#2369820d);opacity:0;transition:all .3s ease;transform:translateY(10px);border-radius:12px;z-index:1}.shortcuts_left .card_grid .card_item .hover_ripple{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:radial-gradient(circle,rgba(54,170,212,.3) 0%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;opacity:0}@keyframes ripple{0%{width:0;height:0;opacity:1}to{width:200px;height:200px;opacity:0}}.shortcuts_left .card_grid .card_item:focus{outline:2px solid var(--PrimaryBlue);outline-offset:2px}@media (max-width: 768px){.shortcuts_left .card_grid{grid-template-columns:repeat(2,1fr);gap:.8rem;padding:.8rem;max-height:none}.shortcuts_left .card_grid .card_item{padding:1rem}.shortcuts_left .card_grid .card_item:hover{transform:none}.shortcuts_left .card_grid .card_item:hover .card_overlay{opacity:0}.shortcuts_left .card_grid .card_item .card_icon img{width:50px;height:50px}.shortcuts_left .card_grid .card_item .card_title{font-size:.9rem}}@media (max-width: 480px){.shortcuts_left .card_grid{grid-template-columns:1fr;gap:.6rem;padding:.6rem}.shortcuts_left .card_grid .card_item{padding:.8rem}.shortcuts_left .card_grid .card_item .card_icon img{width:40px;height:40px}.shortcuts_left .card_grid .card_item .card_title{font-size:.8rem}}.shortcuts_right{flex:1;display:flex;flex-direction:column;align-items:center}.shortcuts_right .right_title{font-size:1.4rem;font-weight:700;margin-bottom:1rem;padding:1rem;border-radius:10px;background-color:var(--PrimaryBackground);width:100%;text-align:center;box-shadow:0 2px 5px #0000001a}.shortcuts_right .progress_container{width:100%;height:auto;background-color:var(--PrimaryBackground);padding:1rem;border-radius:10px;margin-bottom:1rem;overflow-y:auto;box-shadow:0 2px 5px #0000001a}.shortcuts_right .progress_container .progress_scroll_content{margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.shortcuts_right .progress_container .progress_scroll_content .progress_card{background-color:#fff;width:100%;height:120px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:8px;box-shadow:0 1px 4px #0000001a}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress{width:65px;height:65px}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress .circular_chart{width:100%;height:100%}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress .circle_bg{fill:none;stroke:#eee;stroke-width:2}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress .circle{fill:none;stroke:#639c31;stroke-width:3.8;stroke-linecap:round;transition:stroke-dasharray .3s ease}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress .percentage{fill:#639c31;font-size:.5rem;text-anchor:middle;dominant-baseline:middle}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress .fraction{text-align:center;font-weight:700;font-size:.8rem;color:#639c31;margin-top:.25rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details{text-align:left}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details h4{font-size:1rem;font-weight:700;color:var(--SecundaryTextColor);margin-bottom:.5rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details button{background-color:var(--PrimaryBlue);border:none;color:#fff;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-weight:700}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details button:hover{background-color:var(--SecundaryBlue)}@media (max-width: 768px){.shortcuts_section{flex-direction:column;gap:1rem;padding:.8rem}.shortcuts_left{flex:none;width:100%}.shortcuts_left .shortcuts_title{font-size:1.3rem;padding:.8rem;margin-bottom:.8rem}.shortcuts_right{flex:none;width:100%}.shortcuts_right .right_title{font-size:1.2rem;padding:.8rem;margin-bottom:.8rem}.shortcuts_right .progress_container{padding:.8rem}.shortcuts_right .progress_container .progress_scroll_content{margin-bottom:.8rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card{height:100px;padding:.8rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress{width:50px;height:50px}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details h4{font-size:.9rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details button{padding:.3rem .6rem;font-size:.8rem}}@media (max-width: 480px){.shortcuts_section{padding:.6rem;gap:.8rem}.shortcuts_left .shortcuts_title{font-size:1.1rem;padding:.6rem;margin-bottom:.6rem}.shortcuts_right .right_title{font-size:1rem;padding:.6rem;margin-bottom:.6rem}.shortcuts_right .progress_container{padding:.6rem}.shortcuts_right .progress_container .progress_scroll_content{margin-bottom:.6rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card{height:80px;padding:.6rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card .circular_progress{width:40px;height:40px}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details h4{font-size:.8rem}.shortcuts_right .progress_container .progress_scroll_content .progress_card .progress_details button{padding:.2rem .4rem;font-size:.7rem}}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.auxiliares-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.auxiliares-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.auxiliares-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.auxiliares-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.auxiliares-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.auxiliares-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.auxiliares-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.auxiliares-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.auxiliares-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.auxiliares-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.auxiliares-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.auxiliares-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.auxiliares-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.auxiliares-page .table-container .table-wrapper table,.auxiliares-page .table-container .table-wrapper .auxiliares-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.auxiliares-page .table-container .table-wrapper table thead,.auxiliares-page .table-container .table-wrapper .auxiliares-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.auxiliares-page .table-container .table-wrapper table thead th,.auxiliares-page .table-container .table-wrapper .auxiliares-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.auxiliares-page .table-container .table-wrapper table tbody tr,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.auxiliares-page .table-container .table-wrapper table tbody tr:hover,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.auxiliares-page .table-container .table-wrapper table tbody tr td,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.auxiliares-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.auxiliares-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.auxiliares-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.auxiliares-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.auxiliares-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.auxiliares-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.auxiliares-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.auxiliares-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.auxiliares-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.auxiliares-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.auxiliares-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.auxiliares-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.auxiliares-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.auxiliares-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.auxiliares-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.auxiliares-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.auxiliares-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.auxiliares-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.auxiliares-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.auxiliares-page .table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.auxiliares-page .table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.auxiliares-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.auxiliares-page .table-container .table-wrapper table,.auxiliares-page .table-container .table-wrapper .auxiliares-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.auxiliares-page .table-container .table-wrapper table thead,.auxiliares-page .table-container .table-wrapper .auxiliares-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.auxiliares-page .table-container .table-wrapper table thead th,.auxiliares-page .table-container .table-wrapper .auxiliares-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.auxiliares-page .table-container .table-wrapper table tbody tr,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.auxiliares-page .table-container .table-wrapper table tbody tr:hover,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.auxiliares-page .table-container .table-wrapper table tbody tr:last-child,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.auxiliares-page .table-container .table-wrapper table tbody tr td,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.auxiliares-page .table-container .table-wrapper table tbody tr td:first-child,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.auxiliares-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.auxiliares-page .table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.auxiliares-page .table-container .table-wrapper table tbody tr td.nombre-cell,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.auxiliares-page .table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.auxiliares-page .table-container .table-wrapper table tbody tr td.auxiliar-cell,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.auxiliares-page .table-container .table-wrapper table tbody tr td.fecha-cell,.auxiliares-page .table-container .table-wrapper .auxiliares-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded,.auxiliares-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded,.auxiliares-page .table-container .cards-wrapper{display:flex}}.cards-wrapper-expanded .module-card-expanded,.auxiliares-page .table-container .cards-wrapper .module-card-expanded,.auxiliares-page .table-container .cards-wrapper .auxiliar-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover,.auxiliares-page .table-container .cards-wrapper .module-card-expanded:hover,.auxiliares-page .table-container .cards-wrapper .auxiliar-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header,.auxiliares-page .table-container .cards-wrapper .module-card-expanded .card-header,.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title,.auxiliares-page .table-container .cards-wrapper .module-card-expanded .card-header .card-title,.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit,.auxiliares-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit,.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover,.auxiliares-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit:hover,.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row,.auxiliares-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row,.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label,.auxiliares-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .label,.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value,.auxiliares-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .value,.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header,.auxiliares-page .table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.auxiliares-page .table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.auxiliares-page .table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.auxiliares-page .table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.auxiliares-page .table-container .table-wrapper{display:none}}.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-header .auxiliar-code{font-family:Courier New,monospace;font-weight:600;color:#36aad4;font-size:1rem}.auxiliares-page .table-container .cards-wrapper .auxiliar-card .card-content .auxiliar-name{margin:0;color:#333;font-size:.95rem;font-weight:500;line-height:1.4}.auxiliar_inputs_container{display:flex;flex-direction:row;gap:.5rem;margin-bottom:.75rem;align-items:center;width:100%;max-width:100%;box-sizing:border-box}.auxiliar_letter_input{flex:1;text-align:center}.auxiliar_separator{font-size:1.2rem;font-weight:600;color:#333;margin:0 .25rem;display:flex;align-items:center;justify-content:center;min-width:1rem}.auxiliar_number_input{flex:5}.auxiliar_preview{font-family:Courier New,monospace;font-size:.875rem;color:#666;background:#f8f9fa;padding:.5rem;border-radius:4px;text-align:center}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.plan-cuentas-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.plan-cuentas-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.plan-cuentas-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.plan-cuentas-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.plan-cuentas-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.plan-cuentas-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.plan-cuentas-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.plan-cuentas-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.plan-cuentas-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.plan-cuentas-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.plan-cuentas-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.plan-cuentas-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.plan-cuentas-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.plan-cuentas-page .table-container .table-wrapper table,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.plan-cuentas-page .table-container .table-wrapper table thead,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.plan-cuentas-page .table-container .table-wrapper table thead th,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.plan-cuentas-page .table-container .table-wrapper table tbody tr,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.plan-cuentas-page .table-container .table-wrapper table tbody tr:hover,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.plan-cuentas-page .table-container .table-wrapper table tbody tr td,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.plan-cuentas-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.plan-cuentas-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.plan-cuentas-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.plan-cuentas-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.plan-cuentas-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.plan-cuentas-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.plan-cuentas-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.plan-cuentas-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.plan-cuentas-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.plan-cuentas-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.plan-cuentas-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.plan-cuentas-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.plan-cuentas-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.plan-cuentas-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.plan-cuentas-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.plan-cuentas-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.plan-cuentas-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.plan-cuentas-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.plan-cuentas-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.plan-cuentas-page .table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.plan-cuentas-page .table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.plan-cuentas-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.plan-cuentas-page .table-container .table-wrapper table,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.plan-cuentas-page .table-container .table-wrapper table thead,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.plan-cuentas-page .table-container .table-wrapper table thead th,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.plan-cuentas-page .table-container .table-wrapper table tbody tr,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.plan-cuentas-page .table-container .table-wrapper table tbody tr:hover,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.plan-cuentas-page .table-container .table-wrapper table tbody tr:last-child,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.plan-cuentas-page .table-container .table-wrapper table tbody tr td,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.plan-cuentas-page .table-container .table-wrapper table tbody tr td:first-child,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.nombre-cell,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.auxiliar-cell,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.plan-cuentas-page .table-container .table-wrapper table tbody tr td.fecha-cell,.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded,.plan-cuentas-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded,.plan-cuentas-page .table-container .cards-wrapper{display:flex}}.cards-wrapper-expanded .module-card-expanded,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded:hover,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded .card-header,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded .card-header .card-title,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit:hover,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .label,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value,.plan-cuentas-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .value,.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header,.plan-cuentas-page .table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.plan-cuentas-page .table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.plan-cuentas-page .table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.plan-cuentas-page .table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.plan-cuentas-page .table-container .table-wrapper{display:none}}.plan-cuentas-page .table-container .table-header .search-container{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.plan-cuentas-page .table-container .table-header .search-container .btn-load-more,.plan-cuentas-page .table-container .table-header .search-container .btn-load-less{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#36aad4,#2c8fb8);border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #36aad433;white-space:nowrap;min-height:40px}.plan-cuentas-page .table-container .table-header .search-container .btn-load-more:hover,.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:hover{background:linear-gradient(135deg,#2c8fb8,#2380a3);box-shadow:0 4px 12px #36aad459;transform:translateY(-2px)}.plan-cuentas-page .table-container .table-header .search-container .btn-load-more:active,.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:active{transform:translateY(0);box-shadow:0 2px 6px #36aad440}.plan-cuentas-page .table-container .table-header .search-container .btn-load-more:focus,.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:focus{outline:none;box-shadow:0 0 0 3px #36aad44d,0 4px 12px #36aad459}.plan-cuentas-page .table-container .table-header .search-container .btn-load-more:disabled,.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #36aad41a}.plan-cuentas-page .table-container .table-header .search-container .btn-load-more:disabled:hover,.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:disabled:hover{transform:none;box-shadow:0 2px 4px #36aad41a}.plan-cuentas-page .table-container .table-header .search-container .btn-load-less{background:linear-gradient(135deg,#17a2b8,#138496);box-shadow:0 2px 8px #17a2b840}.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:hover{background:linear-gradient(135deg,#138496,#117a8b);box-shadow:0 4px 12px #17a2b866;transform:translateY(-2px)}.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:active{transform:translateY(0);box-shadow:0 2px 6px #17a2b84d}.plan-cuentas-page .table-container .table-header .search-container .btn-load-less:focus{outline:none;box-shadow:0 0 0 3px #17a2b84d,0 4px 12px #17a2b866}.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table .selected-account-item{background-color:#36aad426!important;border-left:4px solid #36aad4;transition:all .2s ease-in-out}.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table .selected-account-item td{font-weight:500;color:#36aad4}.plan-cuentas-page .table-container .table-wrapper .plan-cuentas-table .selected-account-item:hover{background-color:#36aad433!important}.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-header .cuenta-code{font-family:Courier New,monospace;font-weight:600;color:#36aad4;font-size:1rem}.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-content .cuenta-name{margin:0;color:#333;font-size:.95rem;font-weight:500;line-height:1.4;margin-bottom:.5rem}.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-content .cuenta-auxiliares .auxiliar-info{display:flex;flex-direction:column;margin-bottom:.25rem}.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-content .cuenta-auxiliares .auxiliar-info .auxiliar-label{font-size:.8rem;color:#666;font-weight:500}.plan-cuentas-page .table-container .cards-wrapper .cuenta-card .card-content .cuenta-auxiliares .auxiliar-info .auxiliar-value{font-size:.85rem;color:#333;font-family:Courier New,monospace}.modal-input.error{border-color:#c33;box-shadow:0 0 0 2px #cc33331a}@media (max-width: 768px){.plan-cuentas-page .table-container .table-header .search-container{flex-direction:column;align-items:stretch}.plan-cuentas-page .table-container .table-header .search-container .btn-load-more,.plan-cuentas-page .table-container .table-header .search-container .btn-load-less{width:100%;padding:.75rem 1rem;font-size:.9rem}}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.condiciones-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.condiciones-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.condiciones-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.condiciones-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.condiciones-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.condiciones-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.condiciones-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.condiciones-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.condiciones-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.condiciones-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.condiciones-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.condiciones-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.condiciones-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.condiciones-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.condiciones-page .table-container .table-wrapper table,.condiciones-page .table-container .table-wrapper .condiciones-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.condiciones-page .table-container .table-wrapper table thead,.condiciones-page .table-container .table-wrapper .condiciones-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.condiciones-page .table-container .table-wrapper table thead th,.condiciones-page .table-container .table-wrapper .condiciones-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.condiciones-page .table-container .table-wrapper table tbody tr,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.condiciones-page .table-container .table-wrapper table tbody tr:hover,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.condiciones-page .table-container .table-wrapper table tbody tr td,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.condiciones-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.condiciones-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.condiciones-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.condiciones-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.condiciones-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.condiciones-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.condiciones-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.condiciones-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.condiciones-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.condiciones-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.condiciones-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.condiciones-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.condiciones-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.condiciones-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.condiciones-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.condiciones-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.condiciones-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.condiciones-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.condiciones-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.condiciones-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.condiciones-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.condiciones-page .table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.condiciones-page .table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.condiciones-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.condiciones-page .table-container .table-wrapper table,.condiciones-page .table-container .table-wrapper .condiciones-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.condiciones-page .table-container .table-wrapper table thead,.condiciones-page .table-container .table-wrapper .condiciones-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.condiciones-page .table-container .table-wrapper table thead th,.condiciones-page .table-container .table-wrapper .condiciones-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.condiciones-page .table-container .table-wrapper table tbody tr,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.condiciones-page .table-container .table-wrapper table tbody tr:hover,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.condiciones-page .table-container .table-wrapper table tbody tr:last-child,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.condiciones-page .table-container .table-wrapper table tbody tr td,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.condiciones-page .table-container .table-wrapper table tbody tr td:first-child,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.condiciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.condiciones-page .table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.condiciones-page .table-container .table-wrapper table tbody tr td.nombre-cell,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.condiciones-page .table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.condiciones-page .table-container .table-wrapper table tbody tr td.auxiliar-cell,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.condiciones-page .table-container .table-wrapper table tbody tr td.fecha-cell,.condiciones-page .table-container .table-wrapper .condiciones-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded,.condiciones-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded,.condiciones-page .table-container .cards-wrapper{display:flex}}.cards-wrapper-expanded .module-card-expanded,.condiciones-page .table-container .cards-wrapper .module-card-expanded,.condiciones-page .table-container .cards-wrapper .condicion-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover,.condiciones-page .table-container .cards-wrapper .module-card-expanded:hover,.condiciones-page .table-container .cards-wrapper .condicion-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header,.condiciones-page .table-container .cards-wrapper .module-card-expanded .card-header,.condiciones-page .table-container .cards-wrapper .condicion-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title,.condiciones-page .table-container .cards-wrapper .module-card-expanded .card-header .card-title,.condiciones-page .table-container .cards-wrapper .condicion-card .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit,.condiciones-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit,.condiciones-page .table-container .cards-wrapper .condicion-card .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover,.condiciones-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit:hover,.condiciones-page .table-container .cards-wrapper .condicion-card .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row,.condiciones-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row,.condiciones-page .table-container .cards-wrapper .condicion-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label,.condiciones-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .label,.condiciones-page .table-container .cards-wrapper .condicion-card .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value,.condiciones-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .value,.condiciones-page .table-container .cards-wrapper .condicion-card .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header,.condiciones-page .table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.condiciones-page .table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.condiciones-page .table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.condiciones-page .table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.condiciones-page .table-container .table-wrapper{display:none}}.condiciones-page .table-container .cards-wrapper .condicion-card .card-header .condicion-name{font-weight:600;color:#333;font-size:1.1rem}.condiciones-page .table-container .no-results{text-align:center;padding:2rem;color:#666;font-style:italic}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.asignaciones-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.asignaciones-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.asignaciones-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.asignaciones-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.asignaciones-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.asignaciones-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.asignaciones-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.asignaciones-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.asignaciones-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.asignaciones-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.asignaciones-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.asignaciones-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.asignaciones-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.asignaciones-page .table-container .table-wrapper table,.asignaciones-page .table-container .table-wrapper .asignaciones-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.asignaciones-page .table-container .table-wrapper table thead,.asignaciones-page .table-container .table-wrapper .asignaciones-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.asignaciones-page .table-container .table-wrapper table thead th,.asignaciones-page .table-container .table-wrapper .asignaciones-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.asignaciones-page .table-container .table-wrapper table tbody tr,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.asignaciones-page .table-container .table-wrapper table tbody tr:hover,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.asignaciones-page .table-container .table-wrapper table tbody tr td,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.asignaciones-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.asignaciones-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.asignaciones-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.asignaciones-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.asignaciones-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.asignaciones-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.asignaciones-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.asignaciones-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.asignaciones-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.asignaciones-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.asignaciones-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.asignaciones-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.asignaciones-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.asignaciones-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.asignaciones-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.asignaciones-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.asignaciones-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.asignaciones-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.asignaciones-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.asignaciones-page .table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.asignaciones-page .table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.asignaciones-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.asignaciones-page .table-container .table-wrapper table,.asignaciones-page .table-container .table-wrapper .asignaciones-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.asignaciones-page .table-container .table-wrapper table thead,.asignaciones-page .table-container .table-wrapper .asignaciones-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.asignaciones-page .table-container .table-wrapper table thead th,.asignaciones-page .table-container .table-wrapper .asignaciones-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.asignaciones-page .table-container .table-wrapper table tbody tr,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.asignaciones-page .table-container .table-wrapper table tbody tr:hover,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.asignaciones-page .table-container .table-wrapper table tbody tr:last-child,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.asignaciones-page .table-container .table-wrapper table tbody tr td,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.asignaciones-page .table-container .table-wrapper table tbody tr td:first-child,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.asignaciones-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.asignaciones-page .table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.asignaciones-page .table-container .table-wrapper table tbody tr td.nombre-cell,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.asignaciones-page .table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.asignaciones-page .table-container .table-wrapper table tbody tr td.auxiliar-cell,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.asignaciones-page .table-container .table-wrapper table tbody tr td.fecha-cell,.asignaciones-page .table-container .table-wrapper .asignaciones-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded,.asignaciones-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded,.asignaciones-page .table-container .cards-wrapper{display:flex}}.cards-wrapper-expanded .module-card-expanded,.asignaciones-page .table-container .cards-wrapper .module-card-expanded,.asignaciones-page .table-container .cards-wrapper .asignacion-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover,.asignaciones-page .table-container .cards-wrapper .module-card-expanded:hover,.asignaciones-page .table-container .cards-wrapper .asignacion-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header,.asignaciones-page .table-container .cards-wrapper .module-card-expanded .card-header,.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title,.asignaciones-page .table-container .cards-wrapper .module-card-expanded .card-header .card-title,.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit,.asignaciones-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit,.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover,.asignaciones-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit:hover,.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row,.asignaciones-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row,.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label,.asignaciones-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .label,.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value,.asignaciones-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .value,.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header,.asignaciones-page .table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.asignaciones-page .table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.asignaciones-page .table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.asignaciones-page .table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.asignaciones-page .table-container .table-wrapper{display:none}}.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-header .asignacion-code{font-weight:600;color:#36aad4;font-size:1rem}.asignaciones-page .table-container .cards-wrapper .asignacion-card .card-content .asignacion-name{font-weight:600;color:#333;font-size:1.1rem;margin-bottom:1rem}.asignaciones-page .table-container .no-results{text-align:center;padding:2rem;color:#666;font-style:italic}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.loading-container .loading-spinner{width:40px;height:40px;border:4px solid rgba(54,170,212,.2);border-top:4px solid #36aad4;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p{color:#666;font-size:1rem;margin:0}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:#dc35450d;border:1px solid rgba(220,53,69,.2);border-radius:8px;margin:1rem 0}.error-container p{color:#dc3545;font-size:1rem;margin-bottom:1rem}.error-container .retry-button{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.error-container .retry-button:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 8px #dc35454d}.error-container .retry-button:active{transform:translateY(0)}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.usuarios-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.usuarios-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.usuarios-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.usuarios-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.usuarios-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.usuarios-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.usuarios-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.usuarios-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.usuarios-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.usuarios-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.usuarios-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.usuarios-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.usuarios-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.usuarios-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.usuarios-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.usuarios-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.usuarios-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.usuarios-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.usuarios-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.usuarios-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.usuarios-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.usuarios-page .table-container .table-wrapper table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.usuarios-page .table-container .table-wrapper table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.usuarios-page .table-container .table-wrapper table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.usuarios-page .table-container .table-wrapper table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.usuarios-page .table-container .table-wrapper table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.usuarios-page .table-container .table-wrapper table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.usuarios-page .table-container .table-wrapper table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.usuarios-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.usuarios-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.usuarios-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.usuarios-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.usuarios-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.usuarios-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.usuarios-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.usuarios-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.usuarios-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.usuarios-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.usuarios-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.usuarios-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.usuarios-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.usuarios-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.usuarios-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.usuarios-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.usuarios-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.usuarios-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.usuarios-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.usuarios-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.usuarios-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.usuarios-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.usuarios-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.usuarios-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.module-card,.usuario-card,.usuarios-page .usuario-card,.plan-card,.cpo-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;width:100%;box-sizing:border-box}.usuario-card .card-header .card-actions,.usuarios-page .usuario-card .card-header .card-actions{display:flex;align-items:center;gap:.5rem}@media (max-width: 480px){.module-card,.cpo-card,.plan-card,.usuario-card,.usuarios-page .usuario-card{padding:1rem}.module-card .card-header,.cpo-card .card-header,.plan-card .card-header,.usuario-card .card-header{margin-bottom:.75rem;padding-bottom:.75rem}.module-card .card-header .card-title .card-name,.cpo-card .card-header .card-title .card-name,.plan-card .card-header .card-title .card-name,.usuario-card .card-header .card-title .card-name,.cpo-card .card-header .card-title .cpo-name,.plan-card .card-header .card-title .plan-name,.usuario-card .card-header .card-title .usuario-name{font-size:.95rem}.module-card .card-content,.cpo-card .card-content,.plan-card .card-content,.usuario-card .card-content{gap:.5rem}.module-card .card-content .card-row,.cpo-card .card-content .card-row,.plan-card .card-content .card-row,.usuario-card .card-content .card-row{padding:.25rem 0}}.usuarios-page .usuario-card .card-header .usuario-name{font-weight:600;color:#333;font-size:1.1rem}.modal-textarea{resize:vertical;min-height:80px;font-family:inherit}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.cpo-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.cpo-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.cpo-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.cpo-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.cpo-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.cpo-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.cpo-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.cpo-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.cpo-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.cpo-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.cpo-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.cpo-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.cpo-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.cpo-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.cpo-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.cpo-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.cpo-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.cpo-page .table-container .table-wrapper table,.cpo-page .table-container .table-wrapper .cpo-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.cpo-page .table-container .table-wrapper table thead,.cpo-page .table-container .table-wrapper .cpo-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.cpo-page .table-container .table-wrapper table thead th,.cpo-page .table-container .table-wrapper .cpo-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.cpo-page .table-container .table-wrapper table tbody tr,.cpo-page .table-container .table-wrapper .cpo-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.cpo-page .table-container .table-wrapper table tbody tr:hover,.cpo-page .table-container .table-wrapper .cpo-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.cpo-page .table-container .table-wrapper table tbody tr td,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.cpo-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.cpo-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.cpo-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.cpo-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.cpo-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.cpo-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.cpo-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.cpo-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.cpo-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.cpo-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.cpo-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.cpo-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.cpo-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.cpo-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.cpo-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.cpo-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.cpo-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.cpo-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.cpo-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.cpo-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.cpo-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.cpo-page .table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.cpo-page .table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.cpo-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.cpo-page .table-container .table-wrapper table,.cpo-page .table-container .table-wrapper .cpo-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.cpo-page .table-container .table-wrapper table thead,.cpo-page .table-container .table-wrapper .cpo-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.cpo-page .table-container .table-wrapper table thead th,.cpo-page .table-container .table-wrapper .cpo-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.cpo-page .table-container .table-wrapper table tbody tr,.cpo-page .table-container .table-wrapper .cpo-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.cpo-page .table-container .table-wrapper table tbody tr:hover,.cpo-page .table-container .table-wrapper .cpo-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.cpo-page .table-container .table-wrapper table tbody tr:last-child,.cpo-page .table-container .table-wrapper .cpo-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.cpo-page .table-container .table-wrapper table tbody tr td,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.cpo-page .table-container .table-wrapper table tbody tr td:first-child,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.cpo-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.cpo-page .table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.cpo-page .table-container .table-wrapper table tbody tr td.nombre-cell,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.cpo-page .table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.cpo-page .table-container .table-wrapper table tbody tr td.auxiliar-cell,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.cpo-page .table-container .table-wrapper table tbody tr td.fecha-cell,.cpo-page .table-container .table-wrapper .cpo-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded,.cpo-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded,.cpo-page .table-container .cards-wrapper{display:flex}}.cards-wrapper-expanded .module-card-expanded,.cpo-page .table-container .cards-wrapper .module-card-expanded{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover,.cpo-page .table-container .cards-wrapper .module-card-expanded:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header,.cpo-page .table-container .cards-wrapper .module-card-expanded .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title,.cpo-page .table-container .cards-wrapper .module-card-expanded .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit,.cpo-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover,.cpo-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row,.cpo-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label,.cpo-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value,.cpo-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header,.cpo-page .table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.cpo-page .table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.cpo-page .table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.cpo-page .table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.cpo-page .table-container .table-wrapper{display:none}}.module-card,.usuario-card,.plan-card,.cpo-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;width:100%;box-sizing:border-box}.module-card:hover,.usuario-card:hover,.plan-card:hover,.cpo-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.module-card .card-header,.usuario-card .card-header,.plan-card .card-header,.cpo-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.module-card .card-header .card-title,.usuario-card .card-header .card-title,.plan-card .card-header .card-title,.cpo-card .card-header .card-title{display:flex;flex-direction:column;gap:.5rem;flex:1}.module-card .card-header .card-title .card-name,.usuario-card .card-header .card-title .card-name,.usuario-card .card-header .card-title .usuario-name,.plan-card .card-header .card-title .card-name,.plan-card .card-header .card-title .plan-name,.cpo-card .card-header .card-title .card-name,.cpo-card .card-header .card-title .cpo-name{margin:0;font-size:1.1rem;font-weight:600;color:#333;line-height:1.3}.module-card .card-header .card-title .card-badge,.usuario-card .card-header .card-title .card-badge,.plan-card .card-header .card-title .card-badge,.plan-card .card-header .card-title .codigo-badge,.cpo-card .card-header .card-title .card-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .75rem;border-radius:6px;font-weight:600;font-size:.9rem;align-self:flex-start}.module-card .card-header .card-title .card-type-badge,.usuario-card .card-header .card-title .card-type-badge,.plan-card .card-header .card-title .card-type-badge,.cpo-card .card-header .card-title .card-type-badge,.cpo-card .card-header .card-title .cpo-type-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:uppercase;align-self:flex-start}.module-card .card-header .card-title .card-type-badge.cliente,.usuario-card .card-header .card-title .card-type-badge.cliente,.plan-card .card-header .card-title .card-type-badge.cliente,.cpo-card .card-header .card-title .card-type-badge.cliente,.cpo-card .card-header .card-title .cliente.cpo-type-badge{background:#e3f2fd;color:#1976d2}.module-card .card-header .card-title .card-type-badge.proveedor,.usuario-card .card-header .card-title .card-type-badge.proveedor,.plan-card .card-header .card-title .card-type-badge.proveedor,.cpo-card .card-header .card-title .card-type-badge.proveedor,.cpo-card .card-header .card-title .proveedor.cpo-type-badge{background:#f3e5f5;color:#7b1fa2}.module-card .card-header .card-title .card-type-badge.otros,.usuario-card .card-header .card-title .card-type-badge.otros,.plan-card .card-header .card-title .card-type-badge.otros,.cpo-card .card-header .card-title .card-type-badge.otros,.cpo-card .card-header .card-title .otros.cpo-type-badge{background:#e8f5e8;color:#388e3c}.module-card .card-header .btn-action,.usuario-card .card-header .btn-action,.plan-card .card-header .btn-action,.cpo-card .card-header .btn-action{background:none;border:none;padding:.5rem;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#36aad4;flex-shrink:0}.module-card .card-header .btn-action:hover,.usuario-card .card-header .btn-action:hover,.plan-card .card-header .btn-action:hover,.cpo-card .card-header .btn-action:hover{background:#36aad41a;transform:scale(1.1)}.module-card .card-content,.usuario-card .card-content,.plan-card .card-content,.cpo-card .card-content{display:flex;flex-direction:column;gap:.75rem;overflow:hidden}.module-card .card-content .card-row,.usuario-card .card-content .card-row,.plan-card .card-content .card-row,.cpo-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;word-wrap:break-word;overflow-wrap:break-word}.module-card .card-content .card-row .label,.usuario-card .card-content .card-row .label,.plan-card .card-content .card-row .label,.cpo-card .card-content .card-row .label{font-weight:600;color:#666;font-size:.9rem;min-width:100px;flex-shrink:0}.module-card .card-content .card-row .value,.usuario-card .card-content .card-row .value,.plan-card .card-content .card-row .value,.cpo-card .card-content .card-row .value{color:#333;font-size:.95rem;text-align:right;flex:1;margin-left:1rem;word-wrap:break-word;overflow-wrap:break-word;max-width:calc(100% - 100px)}.module-card .card-content .card-row .categoria-badge,.usuario-card .card-content .card-row .categoria-badge,.plan-card .card-content .card-row .categoria-badge,.cpo-card .card-content .card-row .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase;margin-left:1rem}.module-card .card-content .card-row .type-badge,.usuario-card .card-content .card-row .type-badge,.plan-card .card-content .card-row .type-badge,.cpo-card .card-content .card-row .type-badge{display:inline-block;padding:.25rem .5rem;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.module-card .card-content .card-row .blockade-badge,.usuario-card .card-content .card-row .blockade-badge,.plan-card .card-content .card-row .blockade-badge,.cpo-card .card-content .card-row .blockade-badge,.cpo-card .card-content .card-row .cpo-blockade{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.module-card .card-content .card-row .blockade-badge.active,.usuario-card .card-content .card-row .blockade-badge.active,.plan-card .card-content .card-row .blockade-badge.active,.cpo-card .card-content .card-row .blockade-badge.active,.cpo-card .card-content .card-row .active.cpo-blockade{background:#d4edda;color:#155724}.module-card .card-content .card-row .blockade-badge.blocked,.usuario-card .card-content .card-row .blockade-badge.blocked,.plan-card .card-content .card-row .blockade-badge.blocked,.cpo-card .card-content .card-row .blockade-badge.blocked,.cpo-card .card-content .card-row .blocked.cpo-blockade{background:#f8d7da;color:#721c24}.cpo-card .card-content .card-row .cpo-rif{font-family:Courier New,monospace;font-weight:500;color:#495057}.cpo-card .card-content .card-row .cpo-name{font-weight:500;color:#2c3e50}.cpo-card .card-content .card-row .cpo-phone{color:#6c757d}.cpo-card .card-content .card-row .cpo-categoria,.cpo-card .card-content .card-row .cpo-vendedor{color:#495057}.usuario-card .card-header .card-actions{display:flex;align-items:center;gap:.5rem}.usuario-card .card-header .card-actions .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.usuario-card .card-header .card-actions .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.usuario-card .card-content .card-row{align-items:flex-start}.usuario-card .card-content .card-row .label{display:flex;align-items:center;gap:.25rem;min-width:100px}.usuario-card .card-content .card-row .value{text-align:right;flex:1;word-break:break-word}@media (max-width: 768px){.module-card .card-header .card-title .card-name,.cpo-card .card-header .card-title .card-name,.plan-card .card-header .card-title .card-name,.usuario-card .card-header .card-title .card-name,.cpo-card .card-header .card-title .cpo-name,.plan-card .card-header .card-title .plan-name,.usuario-card .card-header .card-title .usuario-name{font-size:1rem}.module-card .card-content .card-row,.cpo-card .card-content .card-row,.plan-card .card-content .card-row,.usuario-card .card-content .card-row{flex-direction:column;align-items:flex-start;gap:.25rem}.module-card .card-content .card-row .label,.cpo-card .card-content .card-row .label,.plan-card .card-content .card-row .label,.usuario-card .card-content .card-row .label{min-width:auto;font-size:.85rem}.module-card .card-content .card-row .value,.cpo-card .card-content .card-row .value,.plan-card .card-content .card-row .value,.usuario-card .card-content .card-row .value{text-align:left;margin-left:0;font-size:.9rem}.module-card .card-content .card-row .categoria-badge,.cpo-card .card-content .card-row .categoria-badge,.plan-card .card-content .card-row .categoria-badge,.usuario-card .card-content .card-row .categoria-badge{margin-left:0;margin-top:.25rem}}@media (max-width: 480px){.module-card,.cpo-card,.plan-card,.usuario-card{padding:1rem}.module-card .card-header,.cpo-card .card-header,.plan-card .card-header,.usuario-card .card-header{margin-bottom:.75rem;padding-bottom:.75rem}.module-card .card-header .card-title .card-name,.cpo-card .card-header .card-title .card-name,.plan-card .card-header .card-title .card-name,.usuario-card .card-header .card-title .card-name,.cpo-card .card-header .card-title .cpo-name,.plan-card .card-header .card-title .plan-name,.usuario-card .card-header .card-title .usuario-name{font-size:.95rem}.module-card .card-content,.cpo-card .card-content,.plan-card .card-content,.usuario-card .card-content{gap:.5rem}.module-card .card-content .card-row,.cpo-card .card-content .card-row,.plan-card .card-content .card-row,.usuario-card .card-content .card-row{padding:.25rem 0}}.cpo-list-item{transition:background-color .2s ease}.cpo-list-item:hover{background-color:#f8f9fa}.cpo-list-item .cpo-cell .cpo-cell-content{display:flex;align-items:center;gap:8px}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-type{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:uppercase}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-type.cliente{background:#e3f2fd;color:#1976d2}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-type.proveedor{background:#f3e5f5;color:#7b1fa2}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-type.otros{background:#e8f5e8;color:#388e3c}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-rif{font-family:Courier New,monospace;font-weight:500;color:#495057}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-name{font-weight:500;color:#2c3e50}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-phone{color:#6c757d}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-categoria,.cpo-list-item .cpo-cell .cpo-cell-content .cpo-vendedor{color:#495057}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-blockade{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-blockade.active{background:#d4edda;color:#155724}.cpo-list-item .cpo-cell .cpo-cell-content .cpo-blockade.blocked{background:#f8d7da;color:#721c24}.modal-container .form-section,.modal-container .form-section .input-group{margin-bottom:1.5rem}.modal-container .form-section .input-group:last-child{margin-bottom:0}.modal-container .form-section .input-group .input-label{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem;transition:color .3s ease}.modal-container .form-section .account-group{margin-bottom:1.5rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#36aad405;transition:all .3s ease}.modal-container .form-section .account-group:hover{border-color:#36aad44d;background:#36aad40d}.modal-container .form-section .account-group .auxiliar-group{margin-top:.75rem;padding-left:1.5rem;border-left:3px solid #36aad4;background:#36aad408;border-radius:0 6px 6px 0}.modal-container .form-section .account-group .auxiliar-group .input-label{display:flex;align-items:center;gap:.5rem;color:#36aad4;font-weight:500;transition:color .3s ease}.modal-container .form-section .account-group .auxiliar-group .input-label .auxiliar-icon{color:#36aad4;opacity:.8;transition:opacity .3s ease}.modal-container .form-section .account-group .auxiliar-group .input-label:has(+.search_input_wrapper .modal-input:disabled){color:#999;opacity:.6}.modal-container .form-section .account-group .auxiliar-group .input-label:has(+.search_input_wrapper .modal-input:disabled) .auxiliar-icon{opacity:.4}.modal-container .form-section .account-group .auxiliar-rules{margin-top:.5rem;padding:.5rem .75rem;background:#36aad41a;border-radius:4px;font-size:.875rem;color:#666;font-style:italic;border-left:2px solid #36aad4;margin-left:1.5rem}.modal-container .form-section .account-group .auxiliar-rules:empty{display:none}.modal-container .form-section .account-group .search_input_wrapper{position:relative;display:flex;align-items:center}.modal-container .form-section .account-group .search_input_wrapper .modal-input{padding-right:3rem;cursor:pointer}.modal-container .form-section .account-group .search_input_wrapper .modal-input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.6}.modal-container .form-section .account-group .search_input_wrapper .search_button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#36aad4;border-radius:2px}.modal-container .form-section .account-group .search_input_wrapper .search_button:hover:not(:disabled){color:#2c8fb8;background:#36aad41a}.modal-container .form-section .account-group .search_input_wrapper .search_button:active:not(:disabled){transform:translateY(-50%) scale(.95)}.modal-container .form-section .account-group .search_input_wrapper .search_button:disabled{color:#ccc;cursor:not-allowed;opacity:.5}.modal-container .checkbox-group{margin-bottom:1rem}.modal-container .checkbox-group .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem 1rem;border:2px solid rgba(54,170,212,.1);border-radius:8px;background:#36aad405;transition:all .3s ease;font-size:1rem;font-weight:500;color:#333;-webkit-user-select:none;user-select:none}.modal-container .checkbox-group .checkbox-label:hover{border-color:#36aad44d;background:#36aad40d;transform:translateY(-1px);box-shadow:0 2px 8px #36aad41a}.modal-container .checkbox-group .checkbox-label:active{transform:translateY(0);box-shadow:0 1px 4px #36aad426}.modal-container .checkbox-group .checkbox-label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;border:2px solid rgba(54,170,212,.3);border-radius:4px;background:#fff;cursor:pointer;position:relative;transition:all .3s ease;flex-shrink:0}.modal-container .checkbox-group .checkbox-label input[type=checkbox]:hover{border-color:#36aad4;background:#36aad40d}.modal-container .checkbox-group .checkbox-label input[type=checkbox]:checked{background:#36aad4;border-color:#36aad4;box-shadow:0 0 0 2px #36aad433}.modal-container .checkbox-group .checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;left:.25rem;top:.125rem;width:.375rem;height:.625rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);animation:checkmark .2s ease-in-out}.modal-container .checkbox-group .checkbox-label input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #36aad433}.modal-container .checkbox-group .checkbox-label input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed;background:#f5f5f5;border-color:#e0e0e0}.modal-container .checkbox-group .checkbox-label input[type=checkbox]:disabled:hover{border-color:#e0e0e0;background:#f5f5f5;transform:none;box-shadow:none}.modal-container .checkbox-group .checkbox-label:has(input[type=checkbox]:checked){border-color:#36aad4;background:#36aad414;color:#36aad4;font-weight:600}.modal-container .checkbox-group .checkbox-label:has(input[type=checkbox]:checked):hover{background:#36aad41f}.modal-container .checkbox-group .checkbox-label:has(input[type=checkbox]:disabled){opacity:.6;cursor:not-allowed;color:#999}.modal-container .checkbox-group .checkbox-label:has(input[type=checkbox]:disabled):hover{border-color:#36aad41a;background:#36aad405;transform:none;box-shadow:none}.search_button.create-button{background:#28a745;color:#fff;border:1px solid #28a745}.search_button.create-button:hover:not(:disabled){background:#218838;border-color:#218838;transform:scale(1.05)}.search_button.create-button:disabled{background:#6c757d;border-color:#6c757d;cursor:not-allowed;opacity:.6}.search_button.create-button svg{color:#fff}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.parameters-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.parameters-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.parameters-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.parameters-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.parameters-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.parameters-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.parameters-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.parameters-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.parameters-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.parameters-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.parameters-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.parameters-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.parameters-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.parameters-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.parameters-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.parameters-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.parameters-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.parameters-page .table-container .table-wrapper table,.parameters-page .table-container .table-wrapper .parameters-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.parameters-page .table-container .table-wrapper table thead,.parameters-page .table-container .table-wrapper .parameters-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.parameters-page .table-container .table-wrapper table thead th,.parameters-page .table-container .table-wrapper .parameters-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.parameters-page .table-container .table-wrapper table tbody tr,.parameters-page .table-container .table-wrapper .parameters-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.parameters-page .table-container .table-wrapper table tbody tr:hover,.parameters-page .table-container .table-wrapper .parameters-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.parameters-page .table-container .table-wrapper table tbody tr td,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.parameters-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.parameters-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.parameters-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.parameters-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.parameters-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.parameters-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.parameters-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.parameters-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.parameters-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.parameters-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.parameters-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.parameters-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.parameters-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.parameters-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.parameters-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.parameters-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.parameters-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.parameters-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.parameters-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.parameters-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.parameters-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.parameters-page .table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.parameters-page .table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.parameters-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.parameters-page .table-container .table-wrapper table,.parameters-page .table-container .table-wrapper .parameters-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.parameters-page .table-container .table-wrapper table thead,.parameters-page .table-container .table-wrapper .parameters-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.parameters-page .table-container .table-wrapper table thead th,.parameters-page .table-container .table-wrapper .parameters-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.parameters-page .table-container .table-wrapper table tbody tr,.parameters-page .table-container .table-wrapper .parameters-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.parameters-page .table-container .table-wrapper table tbody tr:hover,.parameters-page .table-container .table-wrapper .parameters-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.parameters-page .table-container .table-wrapper table tbody tr:last-child,.parameters-page .table-container .table-wrapper .parameters-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.parameters-page .table-container .table-wrapper table tbody tr td,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.parameters-page .table-container .table-wrapper table tbody tr td:first-child,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.parameters-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.parameters-page .table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.parameters-page .table-container .table-wrapper table tbody tr td.nombre-cell,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.parameters-page .table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.parameters-page .table-container .table-wrapper table tbody tr td.auxiliar-cell,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.parameters-page .table-container .table-wrapper table tbody tr td.fecha-cell,.parameters-page .table-container .table-wrapper .parameters-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded,.parameters-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded,.parameters-page .table-container .cards-wrapper{display:flex}}.cards-wrapper-expanded .module-card-expanded,.parameters-page .table-container .cards-wrapper .module-card-expanded,.parameters-page .table-container .cards-wrapper .parameter-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover,.parameters-page .table-container .cards-wrapper .module-card-expanded:hover,.parameters-page .table-container .cards-wrapper .parameter-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header,.parameters-page .table-container .cards-wrapper .module-card-expanded .card-header,.parameters-page .table-container .cards-wrapper .parameter-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title,.parameters-page .table-container .cards-wrapper .module-card-expanded .card-header .card-title,.parameters-page .table-container .cards-wrapper .parameter-card .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit,.parameters-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit,.parameters-page .table-container .cards-wrapper .parameter-card .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover,.parameters-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit:hover,.parameters-page .table-container .cards-wrapper .parameter-card .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row,.parameters-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row,.parameters-page .table-container .cards-wrapper .parameter-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label,.parameters-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .label,.parameters-page .table-container .cards-wrapper .parameter-card .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value,.parameters-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .value,.parameters-page .table-container .cards-wrapper .parameter-card .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header,.parameters-page .table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.parameters-page .table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.parameters-page .table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.parameters-page .table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.parameters-page .table-container .table-wrapper{display:none}}.parameters-page .table-container .table-header .search-container .input-group{width:100%;margin:0}.parameters-page .table-container .table-header .search-container .input-group select{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;color:#333;background-color:#fff;transition:all .3s ease;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2336aad4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;cursor:pointer}.parameters-page .table-container .table-header .search-container .input-group select:focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;transform:translateY(-1px)}.parameters-page .table-container .table-header .search-container .input-group select:hover:not(:disabled){border-color:#36aad466}.parameters-page .table-container .table-header .search-container .input-group select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.parameters-page .table-container .cards-wrapper .parameter-card .card-header .parameter-name{font-weight:600;color:#36aad4;font-size:1rem}.parameters-page .table-container .cards-wrapper .parameter-card .card-content{display:flex;flex-direction:column;gap:.75rem}.parameters-page .table-container .cards-wrapper .parameter-card .card-content .parameter-value,.parameters-page .table-container .cards-wrapper .parameter-card .card-content .parameter-type{display:flex;flex-direction:column;gap:.25rem}.parameters-page .table-container .cards-wrapper .parameter-card .card-content .parameter-value .label,.parameters-page .table-container .cards-wrapper .parameter-card .card-content .parameter-type .label{font-size:.75rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.parameters-page .table-container .cards-wrapper .parameter-card .card-content .parameter-value .value,.parameters-page .table-container .cards-wrapper .parameter-card .card-content .parameter-type .value{font-size:.95rem;color:#333;font-weight:500}.parameters-page .table-container .cards-wrapper .parameter-card .card-content .parameter-status{margin-top:.5rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.active{background-color:#d4edda;color:#155724}.status-badge.inactive{background-color:#f8d7da;color:#721c24}.error-message{color:#c33;font-size:.85rem;margin-top:5px;font-weight:500}.modal-input.error{border-color:#c33!important;box-shadow:0 0 0 2px #cc33331a!important;background-color:#fef2f2}.modal-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#36aad4}:root{--PrimaryBlue: #36aad4;--SecundaryBlue: #236982;--PrimaryBackground: #ffffff;--SecondaryBackground: #dadada;--TertiaryBackground: #f2fbff;--PrimaryTextColor: #58baf4;--SecundaryTextColor: #303030;--HoverTextColor: white;--Line: #b2b2b2}.indicators_header{display:flex;padding-top:2rem;padding-bottom:1rem;gap:1.5rem;align-items:center;flex-wrap:wrap}.indicators_header span{font-size:1.1rem;color:var(--SecundaryTextColor);flex:1;min-width:200px}.indicators_header button{background-color:var(--PrimaryBackground);color:var(--HoverTextColor);border:none;padding:.5rem 1rem;cursor:pointer;font-size:1rem;border-radius:10px;color:var(--PrimaryTextColor);border:1px solid var(--PrimaryBlue);transition:.3s ease-in-out;white-space:nowrap}.indicators_header button:hover{background-color:var(--PrimaryBlue);color:var(--HoverTextColor)}.indicators_container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;padding:1rem;width:100%}.indicators_container .indicator{display:flex;flex-direction:column;width:49%;height:100%;background-color:var(--PrimaryBackground);padding:1rem;border-radius:10px;box-shadow:0 2px 5px #0000001a;transition:all .3s ease-in-out}.indicators_container .indicator .indicator_header{display:flex;align-items:center;border-bottom:1px solid var(--Line)}.indicators_container .indicator .indicator_header h2{font-size:1.2rem;color:var(--SecondaryTextColor);margin-bottom:1.5rem}.indicators_container .indicator .indicator_header .icon{font-size:1.5rem;color:var(--PrimaryBlue)}.indicators_container .indicator .period_input{display:flex;flex-direction:column;margin-top:2rem}.indicators_container .indicator .period_input label{display:block;font-size:14px;color:#6b7280;margin-bottom:4px}.indicators_container .indicator .period_input .period-dropdown{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer;width:10rem}.indicators_container .indicator .period_input .period-dropdown:focus{outline:none;border-color:#3b82f6}.indicators_container .indicator .indicator_content{display:flex;flex-direction:column;margin-top:1rem;width:100%;height:50vh;background-color:#6b728011}@media (max-width: 768px){.indicators_header{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1rem;padding-bottom:.8rem}.indicators_header span{font-size:1rem;min-width:auto;width:100%}.indicators_header button{font-size:.9rem;padding:.4rem .8rem}.indicators_container{padding:.8rem;gap:.8rem}.indicators_container .indicator{width:100%;padding:.8rem}.indicators_container .indicator .indicator_header h2{font-size:1.1rem;margin-bottom:1rem}.indicators_container .indicator .period_input{margin-top:1.5rem}.indicators_container .indicator .period_input .period-dropdown{width:100%;font-size:13px}.indicators_container .indicator .indicator_content{height:40vh;margin-top:.8rem}}@media (max-width: 480px){.indicators_header{padding-top:.8rem;padding-bottom:.6rem;gap:.8rem}.indicators_header span{font-size:.9rem}.indicators_header button{font-size:.8rem;padding:.3rem .6rem}.indicators_container{padding:.6rem;gap:.6rem}.indicators_container .indicator{padding:.6rem}.indicators_container .indicator .indicator_header h2{font-size:1rem;margin-bottom:.8rem}.indicators_container .indicator .period_input{margin-top:1rem}.indicators_container .indicator .period_input label{font-size:13px}.indicators_container .indicator .period_input .period-dropdown{font-size:12px;padding:6px 10px}.indicators_container .indicator .indicator_content{height:35vh;margin-top:.6rem}}@media (max-width: 320px){.indicators_header{padding-top:.6rem;padding-bottom:.4rem;gap:.6rem}.indicators_header span{font-size:.8rem}.indicators_header button{font-size:.7rem;padding:.2rem .4rem}.indicators_container{padding:.4rem;gap:.4rem}.indicators_container .indicator{padding:.4rem}.indicators_container .indicator .indicator_header h2{font-size:.9rem;margin-bottom:.6rem}.indicators_container .indicator .period_input{margin-top:.8rem}.indicators_container .indicator .period_input label{font-size:12px}.indicators_container .indicator .period_input .period-dropdown{font-size:11px;padding:4px 8px}.indicators_container .indicator .indicator_content{height:30vh;margin-top:.4rem}}.page-container{width:100%;height:100%;display:flex;flex-direction:column;background-color:var(--TertiaryBackground);overflow-x:hidden}.home_content__shortcuts{display:flex;flex-direction:column;justify-content:end;width:100%;height:15vh;min-height:120px;padding-left:2rem;padding-right:1rem;background-color:#fff}.home_content__shortcuts h1{font-size:1.5rem;font-weight:600;color:var(--SecundaryTextColor);margin-bottom:.5rem}.home_content__shortcuts .buttons{display:flex;gap:.1rem;width:30%;min-width:300px;margin-top:1rem;align-items:center}.home_content__shortcuts .buttons button{width:100%;height:100%;background-color:var(--PrimaryBackground);border:1px solid transparent;color:var(--SecundaryTextColor);cursor:pointer;font-size:1rem;padding:1rem 0rem;transition:all .3s ease-in-out;font-weight:700;margin-top:2.5px;border-left:0px solid var(--SecondaryBackground);border-right:0px solid var(--SecondaryBackground);border-bottom:1px solid transparent}.home_content__shortcuts .buttons button:hover{background-color:var(--TertiaryBackground);color:var(--PrimaryTextColor);border-top:1px solid var(--PrimaryTextColor);border-left:1px solid var(--PrimaryTextColor);border-right:1px solid var(--PrimaryTextColor);border-top-left-radius:3px;border-top-right-radius:3px;transition:all .3s ease-in-out}.home_content__shortcuts .buttons button.active{background-color:var(--TertiaryBackground);color:var(--PrimaryTextColor);border-top:2px solid var(--PrimaryTextColor);border-left:2px solid var(--PrimaryTextColor);border-right:2px solid var(--PrimaryTextColor);border-bottom:2px solid var(--TertiaryBackground);border-top-left-radius:6px;border-top-right-radius:6px;z-index:1}.home_content__shortcuts .line{width:1px;height:60%;background-color:var(--Line)}.home_content__indicators{flex:1;overflow-y:auto;padding:1rem;background-color:var(--TertiaryBackground);border-top:1px solid var(--PrimaryBlue);min-height:0}.home_content__creation{flex:1;overflow-y:auto;padding:1rem;background-color:var(--TertiaryBackground);border-top:1px solid var(--PrimaryBlue)}.tab_content{font-size:1.2rem;color:var(--SecundaryTextColor)}@media (max-width: 768px){.page-container{overflow-x:hidden}.home_content__shortcuts{height:auto;min-height:100px;padding:1rem}.home_content__shortcuts h1{font-size:1.3rem;margin-bottom:.8rem}.home_content__shortcuts .buttons{width:100%;min-width:auto;gap:.5rem;margin-top:.5rem;flex-wrap:wrap}.home_content__shortcuts .buttons button{flex:1;min-width:120px;font-size:.9rem;padding:.8rem .5rem;margin-top:0}.home_content__indicators,.home_content__creation{padding:.8rem}.tab_content{font-size:1rem}}@media (max-width: 480px){.home_content__shortcuts{padding:.8rem}.home_content__shortcuts h1{font-size:1.2rem;margin-bottom:.6rem}.home_content__shortcuts .buttons{gap:.3rem;margin-top:.3rem}.home_content__shortcuts .buttons button{flex:1;min-width:100px;font-size:.8rem;padding:.6rem .3rem}.home_content__indicators,.home_content__creation{padding:.6rem}.tab_content{font-size:.9rem}}@media (max-width: 320px){.home_content__shortcuts{padding:.5rem}.home_content__shortcuts h1{font-size:1.1rem;margin-bottom:.5rem}.home_content__shortcuts .buttons{gap:.2rem;margin-top:.2rem}.home_content__shortcuts .buttons button{flex:1;min-width:80px;font-size:.7rem;padding:.5rem .2rem}.home_content__indicators,.home_content__creation{padding:.4rem}.tab_content{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}#client_mainContainer{display:flex;flex-direction:column;padding:2rem}.creation_header{display:flex;flex-direction:column;margin-bottom:2rem;gap:1.5rem}.creation_header h1{font-size:2rem;color:#767676;margin-bottom:.5rem;font-weight:600}.creation_header span{font-size:1.1rem;color:#717171}.creation_header a{font-size:1.3rem;color:#fe0000}.creation_type{display:flex;flex-direction:column;gap:1.5rem;padding:1rem;border-radius:1rem;box-shadow:0 0 10px #0000001a;background-color:#fff}.creation_type h1{font-size:1.5rem;color:#767676;font-weight:600}.creation_type .creation_types{display:flex;gap:12rem;padding:1rem}.creation_type .creation_types .creation_type_item{display:flex;flex-direction:column;gap:1rem}.creation_type .creation_types .creation_type_checkbox{display:flex;align-items:center}.creation_type .creation_types .creation_type_checkbox label{font-size:1.2rem;margin-left:.4rem;color:#58baf4}.creation_type .creation_types .creation_type_checkbox input[type=checkbox]{width:1.2rem;height:1.2rem;cursor:pointer;accent-color:#8dc2ff}.creation_type .creation_types .creation_type_description span{font-size:1rem;color:#717171;margin-top:.5rem}.creation_form{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;margin-bottom:2rem;padding:1rem;border-radius:1rem;box-shadow:0 0 10px #0000001a;background-color:#fff}.creation_form h1{font-size:1.5rem;color:#717171;font-weight:600}.creation_form #red_icon_form{color:#fe0000}.form_grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form_grid .phone_section{grid-column:1/-1}.form_column{display:flex;flex-direction:column;gap:15px}.form_group{display:flex;flex-direction:column;gap:5px}label{font-size:14px;color:#333;font-weight:500}.required_label:before{content:"* ";color:#e74c3c}.form_input,.form_select{padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#fff}.form_input:focus,.form_select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 2px #3498db33}.form_select{background-position:right 8px center;background-repeat:no-repeat;background-size:16px;padding-right:32px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.identification_group{display:flex;align-items:center;gap:8px}.identification_input{flex:1}.dv_label{font-size:14px;color:#666;font-weight:500}.autocomplete_btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background-color:transparent;border:1px solid transparent;border-radius:4px;color:#2c3e50;font-size:14px;cursor:pointer;transition:background-color .2s}.autocomplete_btn:hover{color:#36aad4}.autocomplete_btn .info_icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background-color:#3498db;color:#fff;border-radius:50%;font-size:12px;font-weight:700}.phone_section{margin-top:20px}.phone_group{display:flex;align-items:end;gap:15px;margin-bottom:15px;flex-wrap:wrap}.phone_field{display:flex;flex-direction:column;gap:5px}.phone_field:first-child{flex:0 0 100px}.phone_field:nth-child(2){flex:1;min-width:150px}.phone_field:nth-child(3){flex:0 0 100px}.phone_input{padding:8px 12px}.delete_btn{padding:8px 16px;background-color:#e74c3c;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;height:fit-content;transition:background-color .2s}.delete_btn:hover{background-color:#c0392b}.add_phone_btn{display:flex;align-items:center;gap:5px;padding:8px 16px;background-color:#27ae60;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s}.add_phone_btn:hover{background-color:#229954}@media (max-width: 768px){.form_grid{grid-template-columns:1fr}.creation_types{flex-direction:column}.phone_group{flex-direction:column;align-items:stretch}.phone_group .phone_field{flex:none}}.billing_form{border:1px solid #ddd;border-radius:5px;padding:20px;background-color:#fafafa;margin-top:20px}.billing_form h1{font-size:18px;margin-bottom:20px;color:#333;display:flex;align-items:center;gap:8px}.billing_form h1 .info_icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background-color:#3498db;color:#fff;border-radius:50%;font-size:12px;font-weight:700}.billing_grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.billing_column{display:flex;flex-direction:column;gap:15px}.phone_group_billing{display:flex;gap:15px}.phone_group_billing .phone_field{display:flex;flex-direction:column;gap:5px}.phone_group_billing .phone_field:first-child{flex:0 0 100px}.phone_group_billing .phone_field:last-child{flex:1}.fiscal_responsibility h3{font-size:16px;color:#3498db;margin-bottom:10px;font-weight:500}.fiscal_responsibility .fiscal_description{color:#666;font-size:14px;margin-bottom:20px;line-height:1.4}.fiscal_options{display:flex;flex-direction:column;gap:12px}.fiscal_option{display:flex;align-items:center;gap:10px}.fiscal_option input[type=checkbox]{width:16px;height:16px;accent-color:#3498db}.fiscal_option label{display:flex;align-items:center;gap:15px;cursor:pointer;font-size:14px}.fiscal_option label .fiscal_code{font-weight:600;color:#333;min-width:60px}.fiscal_option label .fiscal_description{color:#666;font-weight:400}@media (max-width: 768px){.form_grid{grid-template-columns:1fr}.creation_types{flex-direction:column}.phone_group{flex-direction:column;align-items:stretch}.phone_group .phone_field{flex:none}.billing_grid{grid-template-columns:1fr;gap:20px}.phone_group_billing{flex-direction:column}.phone_group_billing .phone_field{flex:none}}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.categorias-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.categorias-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.categorias-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.categorias-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.categorias-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.categorias-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.categorias-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.categorias-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.categorias-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.categorias-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.categorias-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.categorias-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.categorias-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.categorias-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.categorias-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.categorias-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.categorias-page .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.categorias-page .table-container .table-wrapper table,.categorias-page .table-container .table-wrapper .categorias-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.categorias-page .table-container .table-wrapper table thead,.categorias-page .table-container .table-wrapper .categorias-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.categorias-page .table-container .table-wrapper table thead th,.categorias-page .table-container .table-wrapper .categorias-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.categorias-page .table-container .table-wrapper table tbody tr,.categorias-page .table-container .table-wrapper .categorias-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.categorias-page .table-container .table-wrapper table tbody tr:hover,.categorias-page .table-container .table-wrapper .categorias-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.categorias-page .table-container .table-wrapper table tbody tr td,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.categorias-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.categorias-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.categorias-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.categorias-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.categorias-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.categorias-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.categorias-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.categorias-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.categorias-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.categorias-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.categorias-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.categorias-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.categorias-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.categorias-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.categorias-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.categorias-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.categorias-page .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.categorias-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.categorias-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.categorias-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.categorias-page .table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.categorias-page .table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.categorias-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.categorias-page .table-container .table-wrapper table,.categorias-page .table-container .table-wrapper .categorias-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.categorias-page .table-container .table-wrapper table thead,.categorias-page .table-container .table-wrapper .categorias-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.categorias-page .table-container .table-wrapper table thead th,.categorias-page .table-container .table-wrapper .categorias-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.categorias-page .table-container .table-wrapper table tbody tr,.categorias-page .table-container .table-wrapper .categorias-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.categorias-page .table-container .table-wrapper table tbody tr:hover,.categorias-page .table-container .table-wrapper .categorias-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.categorias-page .table-container .table-wrapper table tbody tr:last-child,.categorias-page .table-container .table-wrapper .categorias-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.categorias-page .table-container .table-wrapper table tbody tr td,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.categorias-page .table-container .table-wrapper table tbody tr td:first-child,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.categorias-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.categorias-page .table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.categorias-page .table-container .table-wrapper table tbody tr td.nombre-cell,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.categorias-page .table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.categorias-page .table-container .table-wrapper table tbody tr td.auxiliar-cell,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.categorias-page .table-container .table-wrapper table tbody tr td.fecha-cell,.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded,.categorias-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded,.categorias-page .table-container .cards-wrapper{display:flex}}.cards-wrapper-expanded .module-card-expanded,.categorias-page .table-container .cards-wrapper .module-card-expanded,.categorias-page .table-container .cards-wrapper .categoria-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover,.categorias-page .table-container .cards-wrapper .module-card-expanded:hover,.categorias-page .table-container .cards-wrapper .categoria-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header,.categorias-page .table-container .cards-wrapper .module-card-expanded .card-header,.categorias-page .table-container .cards-wrapper .categoria-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title,.categorias-page .table-container .cards-wrapper .module-card-expanded .card-header .card-title,.categorias-page .table-container .cards-wrapper .categoria-card .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit,.categorias-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit,.categorias-page .table-container .cards-wrapper .categoria-card .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover,.categorias-page .table-container .cards-wrapper .module-card-expanded .card-header .btn-edit:hover,.categorias-page .table-container .cards-wrapper .categoria-card .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row,.categorias-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row,.categorias-page .table-container .cards-wrapper .categoria-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label,.categorias-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .label,.categorias-page .table-container .cards-wrapper .categoria-card .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value,.categorias-page .table-container .cards-wrapper .module-card-expanded .card-content .card-row .value,.categorias-page .table-container .cards-wrapper .categoria-card .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header,.categorias-page .table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.categorias-page .table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.categorias-page .table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.categorias-page .table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.categorias-page .table-container .table-wrapper{display:none}}.categorias-page .table-container .no-results{text-align:center;padding:2rem;color:#666;font-style:italic}.loading-indicator{display:flex;justify-content:center;align-items:center;padding:20px;background-color:#f8f9fa;border-radius:8px;margin:20px 0}.loading-indicator p{margin:0;color:#36aad4;font-weight:500}.error-indicator{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background-color:#fee;border:1px solid #fcc;border-radius:8px;margin:20px 0}.error-indicator p{margin:0;color:#c33;font-weight:500}.error-indicator button{background-color:#c33;color:#fff;border:none;padding:5px 10px;border-radius:4px;cursor:pointer;font-size:.9rem}.error-indicator button:hover{background-color:#a22}.modal-container{max-width:600px;overflow-y:auto;min-height:60vh}.modal-container .modal-form-container{display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:70vh;margin-bottom:1rem}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.input-with-button,.modal-container .input-with-button{position:relative;display:inline-block;width:100%}.input-with-button .modal-input{width:100%;padding-right:3rem;cursor:pointer}.input-with-button .search-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#36aad4;border-radius:2px}.input-with-button .search-button:hover{color:#2c8fb8;background:#36aad41a}.input-with-button .search-button:active{transform:translateY(-50%) scale(.95)}.codes-list-container,.modal-container .codes-list-container{padding:1.5rem;height:100%;display:flex;flex-direction:column}.codes-list-container .list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.codes-list-container .list-header .list-title{font-size:1.25rem;font-weight:600;color:#333;margin:0}.codes-list-container .list-header .close-list-button{background:transparent;border:none;font-size:1.25rem;cursor:pointer;color:#666;padding:.25rem;border-radius:50%;transition:all .3s ease}.codes-list-container .list-header .close-list-button:hover{background:#f5f5f5;color:#333}.codes-list-container .filter-container{margin-bottom:1.5rem}.codes-list-container .filter-container .input-label{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem;transition:color .3s ease}.codes-list-container .filter-container .input-label:focus-within{color:#36aad4}.codes-list-container .filter-container .filter-input-wrapper{position:relative;width:100%}.codes-list-container .filter-container .filter-input-wrapper .modal-input{width:100%;padding:.875rem 10rem .875rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;font-size:1rem;color:#333;background-color:#fff;transition:all .3s ease;box-sizing:border-box;outline:none}.codes-list-container .filter-container .filter-input-wrapper .modal-input:focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;transform:translateY(-1px)}.codes-list-container .filter-container .filter-input-wrapper .modal-input:hover:not(:focus){border-color:#36aad466}.codes-list-container .filter-container .filter-input-wrapper .modal-input::placeholder{color:#30303080}.codes-list-container .filter-container .filter-input-wrapper .filter-count{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#666;background:#fff;padding:.125rem .5rem;border-radius:4px}.codes-list-container .codes-list{flex:1;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;scrollbar-width:thin;scrollbar-color:rgba(54,170,212,.5) transparent}.codes-list-container .codes-list::-webkit-scrollbar{width:6px}.codes-list-container .codes-list::-webkit-scrollbar-track{background:transparent}.codes-list-container .codes-list::-webkit-scrollbar-thumb{background-color:#36aad480;border-radius:6px;transition:background-color .3s ease}.codes-list-container .codes-list::-webkit-scrollbar-thumb:hover{background-color:#36aad4b3}.codes-list-container .codes-list .code-item{display:grid;grid-template-columns:200px 1fr;gap:1rem;padding:.75rem;border-bottom:1px solid #f0f0f0;transition:all .3s ease;cursor:pointer;border-radius:6px;margin-bottom:2px}.codes-list-container .codes-list .code-item:hover{background-color:#f0f8ff;transform:translateY(-1px);box-shadow:0 2px 8px #36aad426}.codes-list-container .codes-list .code-item:hover .code-number{background:#d4edfa;color:#2980b9;transform:scale(1.02)}.codes-list-container .codes-list .code-item:active{transform:translateY(0);box-shadow:0 1px 4px #36aad433}.codes-list-container .codes-list .code-item:last-child{border-bottom:none}.codes-list-container .codes-list .code-item .code-column{display:flex;align-items:center}.codes-list-container .codes-list .code-item .code-column .code-number{font-family:Courier New,monospace;font-weight:600;color:#36aad4;background:#f0f8ff;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;transition:all .3s ease}.codes-list-container .codes-list .code-item .description-column{display:flex;align-items:center}.codes-list-container .codes-list .code-item .description-column .code-description{color:#333;font-size:.95rem}.codes-list-container .codes-list .no-results{text-align:center;padding:2rem;color:#666;border:none}.codes-list-container .codes-list .no-results p{margin:0;font-style:italic}@media (max-width: 768px){.codes-list-container,.modal-container .codes-list-container{padding:1rem}.codes-list-container .codes-list .code-item{grid-template-columns:1fr;gap:.5rem}.codes-list-container .codes-list .code-item .code-column{justify-content:center}.codes-list-container .codes-list .code-item .description-column{justify-content:center;text-align:center}}.categorias-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.categorias-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.categorias-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.categorias-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.categorias-page .page-header .btn-create:active{transform:translateY(0)}.categorias-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center}.categorias-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem;margin:1rem 0}.categorias-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.75rem;font-weight:600}.categorias-page .table-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden;flex:1;display:flex;flex-direction:column}.categorias-page .table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center}.categorias-page .table-container .table-header .search-container{flex:1;display:flex;align-items:center;gap:1rem}.categorias-page .table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center}.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.categorias-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.categorias-page .table-container .table-header .search-container .search-input-wrapper:has(.checkbox-group){width:auto;min-width:220px;flex-shrink:0}.categorias-page .table-container .table-header .search-container .search-input-wrapper:has(.search-input){flex:1;min-width:250px}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group{width:100%}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;background:#fff;transition:all .3s ease;font-size:.95rem;font-weight:500;color:#333;-webkit-user-select:none;user-select:none;white-space:nowrap}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label:hover{border-color:#36aad466;background:#36aad408;transform:translateY(-1px);box-shadow:0 2px 8px #36aad426}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label:active{transform:translateY(0);box-shadow:0 1px 4px #36aad433}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;border:2px solid rgba(54,170,212,.3);border-radius:4px;background:#fff;cursor:pointer;position:relative;transition:all .3s ease;flex-shrink:0;margin:0}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label input[type=checkbox]:hover{border-color:#36aad4;background:#36aad40d}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label input[type=checkbox]:checked{background:#36aad4;border-color:#36aad4;box-shadow:0 0 0 2px #36aad433}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label input[type=checkbox]:checked:after{content:"";position:absolute;left:.25rem;top:.125rem;width:.375rem;height:.625rem;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);animation:checkmark .2s ease-in-out}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #36aad433}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label input[type=checkbox]:disabled{cursor:not-allowed;background:#f5f5f5;border-color:#e0e0e0;opacity:.6}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label input[type=checkbox]:disabled:hover{border-color:#e0e0e0;background:#f5f5f5;transform:none;box-shadow:none}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label:has(input[type=checkbox]:checked){border-color:#36aad4;background:#36aad414;color:#36aad4;font-weight:600}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label:has(input[type=checkbox]:checked):hover{background:#36aad41f}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label:has(input[type=checkbox]:disabled){opacity:.6;cursor:not-allowed;color:#999}.categorias-page .table-container .table-header .search-container .search-input-wrapper .checkbox-group .checkbox-label:has(input[type=checkbox]:disabled):hover{border-color:#36aad433;background:#fff;transform:none;box-shadow:none}@keyframes checkmark{0%{transform:rotate(45deg) scale(0)}50%{transform:rotate(45deg) scale(1.2)}to{transform:rotate(45deg) scale(1)}}.categorias-page .table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.categorias-page .table-container .table-wrapper .categorias-table{width:100%;border-collapse:separate;border-spacing:0}.categorias-page .table-container .table-wrapper .categorias-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.categorias-page .table-container .table-wrapper .categorias-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0}.categorias-page .table-container .table-wrapper .categorias-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.categorias-page .table-container .table-wrapper .categorias-table tbody tr:hover{background:#f8f9fa}.categorias-page .table-container .table-wrapper .categorias-table tbody tr:last-child{border-bottom:none}.categorias-page .table-container .table-wrapper .categorias-table tbody tr td{padding:1rem;color:#333;font-size:.95rem}.categorias-page .table-container .table-wrapper .categorias-table tbody tr td:first-child{font-weight:600;color:#36aad4}.categorias-page .table-container .table-wrapper .categorias-table tbody tr td.actions-cell{text-align:center}.categorias-page .table-container .cards-wrapper{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.categorias-page .table-container .cards-wrapper{display:flex}}.categorias-page .table-container .cards-wrapper .categoria-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.categorias-page .table-container .cards-wrapper .categoria-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.categorias-page .table-container .cards-wrapper .categoria-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.categorias-page .table-container .cards-wrapper .categoria-card .card-header .categoria-name{font-weight:600;color:#36aad4;font-size:1rem}.categorias-page .table-container .cards-wrapper .categoria-card .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.categorias-page .table-container .cards-wrapper .categoria-card .card-header .btn-edit:hover{background:#2c8fb8}.categorias-page .table-container .cards-wrapper .categoria-card .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.categorias-page .table-container .cards-wrapper .categoria-card .card-content .card-row .label{color:#666;font-weight:500}.categorias-page .table-container .cards-wrapper .categoria-card .card-content .card-row .value{color:#333;font-weight:600}.categorias-page .table-container .no-results{text-align:center;padding:3rem 1rem;color:#666}.categorias-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem;color:#999}.modal-container{max-width:600px;max-height:90vh;overflow-y:auto}.modal-container.large-modal{max-width:800px}.modal-container .modal-form{max-height:60vh;overflow-y:auto;padding:1rem 0;scrollbar-width:thin;scrollbar-color:rgba(54,170,212,.5) transparent}.modal-container .modal-form::-webkit-scrollbar{width:6px}.modal-container .modal-form::-webkit-scrollbar-track{background:transparent}.modal-container .modal-form::-webkit-scrollbar-thumb{background-color:#36aad480;border-radius:6px;transition:background-color .3s ease}.modal-container .modal-form::-webkit-scrollbar-thumb:hover{background-color:#36aad4b3}.modal-container .modal-form .account-group{margin-bottom:1.5rem;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;background:#36aad405;transition:all .3s ease}.modal-container .modal-form .account-group:hover{border-color:#36aad44d;background:#36aad40d}.modal-container .modal-form .account-group .auxiliar-group{margin-top:.75rem;padding-left:1.5rem;border-left:3px solid #36aad4;background:#36aad408;border-radius:0 6px 6px 0}.modal-container .modal-form .account-group .auxiliar-group .input-label{display:flex;align-items:center;gap:.5rem;color:#36aad4;font-weight:500;transition:color .3s ease}.modal-container .modal-form .account-group .auxiliar-group .input-label .auxiliar-icon{color:#36aad4;opacity:.8;transition:opacity .3s ease}.modal-container .modal-form .account-group .auxiliar-group .input-label:has(+.search_input_wrapper .modal-input:disabled){color:#999;opacity:.6}.modal-container .modal-form .account-group .auxiliar-group .input-label:has(+.search_input_wrapper .modal-input:disabled) .auxiliar-icon{opacity:.4}.modal-container .modal-form .account-group .auxiliar-rules{margin-top:.5rem;padding:.5rem .75rem;background:#36aad41a;border-radius:4px;font-size:.875rem;color:#666;font-style:italic;border-left:2px solid #36aad4;margin-left:1.5rem}.modal-container .modal-form .account-group .auxiliar-rules:empty{display:none}.modal-container .search_input_wrapper{position:relative;display:flex;align-items:center}.modal-container .search_input_wrapper .modal-input{padding-right:3rem;cursor:pointer}.modal-container .search_input_wrapper .modal-input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed;opacity:.6}.modal-container .search_input_wrapper .search_button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:transparent;border:none;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#36aad4;border-radius:2px}.modal-container .search_input_wrapper .search_button:hover:not(:disabled){color:#2c8fb8;background:#36aad41a}.modal-container .search_input_wrapper .search_button:active:not(:disabled){transform:translateY(-50%) scale(.95)}.modal-container .search_input_wrapper .search_button:disabled{color:#ccc;cursor:not-allowed;opacity:.5}.modal-container .filter_container{margin-bottom:1.5rem}.modal-container .filter_container .input_label{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}.modal-container .filter_container .filter_input_wrapper{position:relative;width:100%}.modal-container .filter_container .filter_input_wrapper .modal_input{width:100%;padding:.875rem 10rem .875rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;font-size:1rem;color:#333;background-color:#fff;transition:all .3s ease;box-sizing:border-box;outline:none}.modal-container .filter_container .filter_input_wrapper .modal_input:focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;transform:translateY(-1px)}.modal-container .filter_container .filter_input_wrapper .modal_input:hover:not(:focus){border-color:#36aad466}.modal-container .filter_container .filter_input_wrapper .modal_input::placeholder{color:#30303080}.modal-container .filter_container .filter_input_wrapper .filter_count{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;color:#666;background:#fff;padding:.125rem .5rem;border-radius:4px}.modal-container .codes_list{flex:1;overflow-y:auto;border:1px solid #e0e0e0;border-radius:8px;max-height:400px;scrollbar-width:thin;scrollbar-color:rgba(54,170,212,.5) transparent}.modal-container .codes_list::-webkit-scrollbar{width:6px}.modal-container .codes_list::-webkit-scrollbar-track{background:transparent}.modal-container .codes_list::-webkit-scrollbar-thumb{background-color:#36aad480;border-radius:6px;transition:background-color .3s ease}.modal-container .codes_list::-webkit-scrollbar-thumb:hover{background-color:#36aad4b3}.modal-container .codes_list .code_item{display:grid;grid-template-columns:200px 1fr;gap:1rem;padding:.75rem;border-bottom:1px solid #f0f0f0;transition:all .3s ease;cursor:pointer;border-radius:6px;margin-bottom:2px}.modal-container .codes_list .code_item:hover{background-color:#f0f8ff;transform:translateY(-1px);box-shadow:0 2px 8px #36aad426}.modal-container .codes_list .code_item:active{transform:translateY(0);box-shadow:0 1px 4px #36aad433}.modal-container .codes_list .code_item:last-child{border-bottom:none}.modal-container .codes_list .code_item .code_item_code{font-family:Courier New,monospace;font-weight:600;color:#36aad4;background:#f0f8ff;padding:.25rem .5rem;border-radius:4px;font-size:.9rem;transition:all .3s ease}.modal-container .codes_list .code_item .code_item_name{color:#333;font-size:.95rem;display:flex;align-items:center}.modal-container .codes_list .no_results{text-align:center;padding:2rem;color:#666;font-style:italic}.page-container{overflow-y:auto!important;height:100vh;overflow-x:hidden}.cpo-details-page{padding:20px;width:100%;background:#f8f9fa;box-sizing:border-box}.cpo-details-page .details-header{background:#fff;border-radius:8px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #00000014;width:100%}.cpo-details-page .details-header .header-actions{display:flex;gap:8px;margin-bottom:16px}.cpo-details-page .details-header .header-actions .btn-back{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#6c757d;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:500}.cpo-details-page .details-header .header-actions .btn-back:hover{background:#e9ecef;color:#495057}.cpo-details-page .details-header .header-actions .btn-edit{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#36aad4;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:500}.cpo-details-page .details-header .header-actions .btn-edit:hover{background:#2d8bb8}.cpo-details-page .details-header .cpo-info{display:flex;align-items:flex-start;gap:16px;width:100%}.cpo-details-page .details-header .cpo-info .cpo-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;flex-shrink:0}.cpo-details-page .details-header .cpo-info .cpo-details{flex:1;width:100%}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section{margin-bottom:12px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:4px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row h1{margin:0;font-size:24px;font-weight:600;color:#212529;line-height:1.3}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row .cpo-badges{display:flex;gap:6px;flex-wrap:wrap}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row .cpo-badges .badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row .cpo-badges .badge.badge-type.badge-client{background:#e3f2fd;color:#1565c0}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row .cpo-badges .badge.badge-type.badge-provider{background:#fff3e0;color:#e65100}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row .cpo-badges .badge.badge-type.badge-others{background:#f3e5f5;color:#6a1b9a}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row .cpo-badges .badge.badge-blocked{background:#ffebee;color:#c62828}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .cpo-commercial-name{margin:0;font-size:14px;font-weight:400;color:#6c757d;font-style:italic}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-meta{display:flex;flex-wrap:wrap;gap:16px 24px;width:100%;font-size:13px;color:#495057;line-height:1.5}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-meta .meta-item{display:inline-flex;align-items:center;gap:4px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-meta .meta-item strong{font-weight:600;color:#6c757d}.cpo-details-page .tabs-container{background:#fff;border-radius:8px;margin-bottom:16px;box-shadow:0 1px 3px #00000014;width:100%}.cpo-details-page .tabs-container .tabs{display:flex;border-bottom:1px solid #e9ecef;width:100%}.cpo-details-page .tabs-container .tabs .tab{display:flex;align-items:center;gap:8px;padding:12px 20px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:500;color:#6c757d;transition:all .2s ease;border-bottom:2px solid transparent;flex:1;justify-content:center}.cpo-details-page .tabs-container .tabs .tab:hover{color:#495057;background:#f8f9fa}.cpo-details-page .tabs-container .tabs .tab.active{color:#36aad4;border-bottom-color:#36aad4;background:#f8f9fa}.cpo-details-page .tab-content{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #00000014;width:100%}.cpo-details-page .tab-content .info-banner{display:flex;align-items:center;gap:10px;background:#e3f2fd;border:1px solid #36aad4;border-radius:6px;padding:12px 16px;margin-bottom:16px;color:#1565c0;width:100%}.cpo-details-page .tab-content .info-banner svg{color:#36aad4;flex-shrink:0}.cpo-details-page .tab-content .info-banner span{font-size:13px;font-weight:500;line-height:1.4}.cpo-details-page .tab-content .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;width:100%}.cpo-details-page .tab-content .section-header h2{margin:0;font-size:20px;font-weight:600;color:#212529}.cpo-details-page .tab-content .section-header .btn-add{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.cpo-details-page .tab-content .section-header .btn-add:hover{background:#218838}.cpo-details-page .tab-content .empty-state{text-align:center;padding:40px 20px;color:#6c757d;width:100%}.cpo-details-page .tab-content .empty-state svg{margin-bottom:16px}.cpo-details-page .tab-content .empty-state h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#495057}.cpo-details-page .tab-content .empty-state p{margin:0 0 20px;font-size:13px;line-height:1.5}.cpo-details-page .tab-content .empty-state .btn-primary{padding:10px 20px;background:#36aad4;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s ease}.cpo-details-page .tab-content .empty-state .btn-primary:hover{background:#2d8bb8}.cpo-details-page .tab-content .informacion-section{width:100%}.cpo-details-page .tab-content .informacion-section .informacion-content{display:flex;flex-direction:column;gap:24px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section{background:#f8f9fa;border-radius:8px;padding:20px;border:1px solid #e9ecef}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-section-title{margin:0 0 16px;font-size:18px;font-weight:600;color:#212529;padding-bottom:12px;border-bottom:2px solid #36aad4}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item{display:flex;flex-direction:column;gap:6px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item.full-width{grid-column:1/-1}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item .info-label{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item .info-value{font-size:14px;color:#212529;font-weight:500;line-height:1.5;word-break:break-word}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item .info-value .status-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item .info-value .status-badge.active{background:#d4edda;color:#155724}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item .info-value .status-badge.inactive{background:#f8d7da;color:#721c24}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid .info-item .info-value .status-badge.blocked{background:#ffebee;color:#c62828}.cpo-details-page .tab-content .condiciones-list,.cpo-details-page .tab-content .usuarios-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;width:100%}.cpo-details-page .tab-content .condicion-card,.cpo-details-page .tab-content .usuario-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px;transition:all .2s ease;width:100%}.cpo-details-page .tab-content .condicion-card:hover,.cpo-details-page .tab-content .usuario-card:hover{box-shadow:0 2px 8px #0000001a;border-color:#36aad4;transform:translateY(-1px)}.cpo-details-page .tab-content .condicion-card .condicion-header,.cpo-details-page .tab-content .condicion-card .usuario-header,.cpo-details-page .tab-content .usuario-card .condicion-header,.cpo-details-page .tab-content .usuario-card .usuario-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.cpo-details-page .tab-content .condicion-card .condicion-header h3,.cpo-details-page .tab-content .condicion-card .usuario-header h3,.cpo-details-page .tab-content .usuario-card .condicion-header h3,.cpo-details-page .tab-content .usuario-card .usuario-header h3{margin:0;font-size:16px;font-weight:600;color:#212529;line-height:1.3}.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-info,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-info,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-info,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-info{flex:1}.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-info .usuario-email,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-info .usuario-email,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-info .usuario-email,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-info .usuario-email{margin:4px 0 0;font-size:13px;color:#6c757d}.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions{display:flex;gap:6px}.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-edit-small,.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-delete-small,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-edit-small,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-delete-small,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-edit-small,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-delete-small,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-edit-small,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-delete-small,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-edit-small,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-delete-small,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-edit-small,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-delete-small,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-edit-small,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-delete-small,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-edit-small,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-delete-small{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-delete-small.btn-edit-small,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-delete-small.btn-edit-small,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-delete-small.btn-edit-small,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-delete-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-delete-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-delete-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-delete-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-edit-small.btn-edit-small,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-delete-small.btn-edit-small{background:#ffc107;color:#fff}.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-delete-small.btn-edit-small:hover,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-delete-small.btn-edit-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-delete-small.btn-edit-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-delete-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-delete-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-delete-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-delete-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-edit-small.btn-edit-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-delete-small.btn-edit-small:hover{background:#e0a800;transform:scale(1.05)}.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-delete-small.btn-delete-small,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-delete-small.btn-delete-small,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-delete-small.btn-delete-small,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-delete-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-delete-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-delete-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-delete-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-edit-small.btn-delete-small,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-delete-small.btn-delete-small{background:#dc3545;color:#fff}.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .condicion-card .condicion-header .condicion-actions .btn-delete-small.btn-delete-small:hover,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .condicion-card .condicion-header .usuario-actions .btn-delete-small.btn-delete-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .condicion-actions .btn-delete-small.btn-delete-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .condicion-card .usuario-header .usuario-actions .btn-delete-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .condicion-actions .btn-delete-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .condicion-header .usuario-actions .btn-delete-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .condicion-actions .btn-delete-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-edit-small.btn-delete-small:hover,.cpo-details-page .tab-content .usuario-card .usuario-header .usuario-actions .btn-delete-small.btn-delete-small:hover{background:#c82333;transform:scale(1.05)}.cpo-details-page .tab-content .condicion-card .condicion-details,.cpo-details-page .tab-content .condicion-card .usuario-details,.cpo-details-page .tab-content .usuario-card .condicion-details,.cpo-details-page .tab-content .usuario-card .usuario-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.cpo-details-page .tab-content .condicion-card .condicion-details .detail-item,.cpo-details-page .tab-content .condicion-card .usuario-details .detail-item,.cpo-details-page .tab-content .usuario-card .condicion-details .detail-item,.cpo-details-page .tab-content .usuario-card .usuario-details .detail-item{display:flex;flex-direction:column;gap:4px}.cpo-details-page .tab-content .condicion-card .condicion-details .detail-item .label,.cpo-details-page .tab-content .condicion-card .usuario-details .detail-item .label,.cpo-details-page .tab-content .usuario-card .condicion-details .detail-item .label,.cpo-details-page .tab-content .usuario-card .usuario-details .detail-item .label{font-size:11px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.cpo-details-page .tab-content .condicion-card .condicion-details .detail-item .value,.cpo-details-page .tab-content .condicion-card .usuario-details .detail-item .value,.cpo-details-page .tab-content .usuario-card .condicion-details .detail-item .value,.cpo-details-page .tab-content .usuario-card .usuario-details .detail-item .value{font-size:13px;color:#212529;font-weight:500}.cpo-details-page .tab-content .condicion-card .condicion-details .detail-item .status,.cpo-details-page .tab-content .condicion-card .usuario-details .detail-item .status,.cpo-details-page .tab-content .usuario-card .condicion-details .detail-item .status,.cpo-details-page .tab-content .usuario-card .usuario-details .detail-item .status{font-size:12px;font-weight:600;padding:6px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;text-align:center}.cpo-details-page .tab-content .condicion-card .condicion-details .detail-item .status.active,.cpo-details-page .tab-content .condicion-card .usuario-details .detail-item .status.active,.cpo-details-page .tab-content .usuario-card .condicion-details .detail-item .status.active,.cpo-details-page .tab-content .usuario-card .usuario-details .detail-item .status.active{background:#d4edda;color:#155724}.cpo-details-page .tab-content .condicion-card .condicion-details .detail-item .status.inactive,.cpo-details-page .tab-content .condicion-card .usuario-details .detail-item .status.inactive,.cpo-details-page .tab-content .usuario-card .condicion-details .detail-item .status.inactive,.cpo-details-page .tab-content .usuario-card .usuario-details .detail-item .status.inactive{background:#f8d7da;color:#721c24}.cpo-details-page .loading-container,.cpo-details-page .error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;text-align:center;color:#6c757d;width:100%}.cpo-details-page .loading-container .loading-spinner,.cpo-details-page .error-container .loading-spinner{width:50px;height:50px;border:5px solid #e9ecef;border-top:5px solid #36aad4;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.cpo-details-page .loading-container h2,.cpo-details-page .error-container h2{margin:20px 0 12px;font-size:24px;font-weight:600;color:#495057}.cpo-details-page .loading-container p,.cpo-details-page .error-container p{margin:0 0 28px;font-size:15px;line-height:1.5}.cpo-details-page .loading-container .btn-primary,.cpo-details-page .error-container .btn-primary{padding:14px 28px;background:#36aad4;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s ease}.cpo-details-page .loading-container .btn-primary:hover,.cpo-details-page .error-container .btn-primary:hover{background:#2d8bb8}@media (max-width: 1400px){.cpo-details-page,.cpo-details-page .details-header{padding:16px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row h1{font-size:22px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-meta{gap:12px 20px;font-size:12px}.cpo-details-page .tab-content{padding:16px}.cpo-details-page .tab-content .condiciones-list,.cpo-details-page .tab-content .usuarios-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}}@media (max-width: 768px){.cpo-details-page{padding:12px}.cpo-details-page .details-header{padding:16px}.cpo-details-page .details-header .header-actions{flex-direction:column;gap:8px}.cpo-details-page .details-header .header-actions .btn-back,.cpo-details-page .details-header .header-actions .btn-edit{width:100%;justify-content:center}.cpo-details-page .details-header .cpo-info{flex-direction:column;gap:12px}.cpo-details-page .details-header .cpo-info .cpo-icon{width:40px;height:40px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row{flex-direction:column;align-items:flex-start;gap:8px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .title-row h1{font-size:20px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-title-section .cpo-commercial-name{font-size:13px}.cpo-details-page .details-header .cpo-info .cpo-details .cpo-meta{flex-direction:column;gap:10px;font-size:12px}.cpo-details-page .tabs-container .tabs{flex-direction:column}.cpo-details-page .tabs-container .tabs .tab{border-bottom:1px solid #e9ecef;border-right:none;padding:10px 16px;font-size:12px}.cpo-details-page .tabs-container .tabs .tab.active{border-bottom-color:#e9ecef;border-left:2px solid #36aad4}.cpo-details-page .tab-content{padding:16px}.cpo-details-page .tab-content .section-header{flex-direction:column;gap:12px;align-items:stretch;margin-bottom:12px}.cpo-details-page .tab-content .section-header h2{font-size:18px}.cpo-details-page .tab-content .section-header .btn-add{width:100%;justify-content:center}.cpo-details-page .tab-content .condiciones-list,.cpo-details-page .tab-content .usuarios-list{grid-template-columns:1fr;gap:12px}.cpo-details-page .tab-content .condicion-details,.cpo-details-page .tab-content .usuario-details{grid-template-columns:1fr;gap:10px}.cpo-details-page .tab-content .informacion-section .informacion-content{gap:16px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section{padding:16px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-section-title{font-size:16px;margin-bottom:12px}.cpo-details-page .tab-content .informacion-section .informacion-content .info-section .info-grid{grid-template-columns:1fr;gap:12px}}@media (max-width: 480px){.cpo-details-page{padding:8px}.cpo-details-page .details-header,.cpo-details-page .tab-content{padding:16px}}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.loading-state .loading-spinner{width:40px;height:40px;border:4px solid rgba(54,170,212,.2);border-top:4px solid #36aad4;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-state p{color:#6c757d;font-size:1rem;margin:0}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;background:#dc35450d;border:1px solid rgba(220,53,69,.2);border-radius:8px;margin:1rem 0}.error-state h3{color:#dc3545;font-size:1.2rem;margin:0 0 .5rem}.error-state p{color:#dc3545;font-size:1rem;margin-bottom:1rem}.error-state .btn-primary{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .3s ease}.error-state .btn-primary:hover{background:#c82333;transform:translateY(-1px);box-shadow:0 2px 8px #dc35454d}.error-state .btn-primary:active{transform:translateY(0)}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.page-module,.inventario-page{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header,.inventario-page .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create,.inventario-page .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover,.inventario-page .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active,.inventario-page .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content,.inventario-page .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title,.inventario-page .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.inventario-page .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2,.inventario-page .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container,.inventario-page .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header,.inventario-page .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container,.inventario-page .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper,.inventario-page .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon,.inventario-page .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input,.inventario-page .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus,.inventario-page .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder,.inventario-page .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input,.inventario-page .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus,.inventario-page .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder,.inventario-page .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper,.inventario-page .table-container .table-wrapper,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table,.inventario-page .table-container .table-wrapper table,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper table,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper table,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper table,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead,.inventario-page .table-container .table-wrapper table thead,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper table thead,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper table thead,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper table thead,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table thead,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th,.inventario-page .table-container .table-wrapper table thead th,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper table thead th,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper table thead th,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper table thead th,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table thead th,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr,.inventario-page .table-container .table-wrapper table tbody tr,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper table tbody tr,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper table tbody tr,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover,.inventario-page .table-container .table-wrapper table tbody tr:hover,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr:hover,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr:hover,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td,.inventario-page .table-container .table-wrapper table tbody tr td,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper table tbody tr td,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper table tbody tr td,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell,.inventario-page .table-container .table-wrapper table tbody tr td.actions-cell,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.inventario-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.inventario-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.inventario-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.inventario-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.inventario-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.inventario-page .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper,.inventario-page .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card,.inventario-page .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover,.inventario-page .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header,.inventario-page .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title,.inventario-page .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit,.inventario-page .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover,.inventario-page .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row,.inventario-page .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label,.inventario-page .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value,.inventario-page .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results,.inventario-page .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p,.inventario-page .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content,.inventario-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.inventario-page .page-header .header-content .header-title,.page-module .table-container .table-header .search-container,.inventario-page .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper,.inventario-page .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper,.inventario-page .table-container .table-wrapper,.page-module .table-container .inventario-page .table-section .inventario-table-container .table-wrapper,.inventario-page .table-container .table-section .inventario-table-container .table-wrapper,.inventario-page .table-section .inventario-table-container .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper,.inventario-page .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header,.inventario-page .table-section .inventario-table-container .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper,.inventario-page .table-section .inventario-table-container .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon,.inventario-page .table-section .inventario-table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input,.inventario-page .table-section .inventario-table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus,.inventario-page .table-section .inventario-table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder,.inventario-page .table-section .inventario-table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter,.inventario-page .table-section .inventario-table-container .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus,.inventario-page .table-section .inventario-table-container .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper,.inventario-page .table-section .inventario-table-container .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table,.inventario-page .table-section .inventario-table-container .table-wrapper table,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead,.inventario-page .table-section .inventario-table-container .table-wrapper table thead,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th,.inventario-page .table-section .inventario-table-container .table-wrapper table thead th,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr:hover,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr:last-child,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td:first-child,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.actions-cell,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.actions-cell .action-buttons,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.codigo-cell .codigo-badge,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.nombre-cell,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.categoria-cell .categoria-badge,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.auxiliar-cell,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell,.inventario-page .table-section .inventario-table-container .table-wrapper table tbody tr td.fecha-cell,.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.fecha-cell{color:#666;font-size:.9rem}@media (max-width: 768px){.table-container-expanded .table-header,.inventario-page .table-section .inventario-table-container .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container,.inventario-page .table-section .inventario-table-container .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container,.inventario-page .table-section .inventario-table-container .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter,.inventario-page .table-section .inventario-table-container .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper,.inventario-page .table-section .inventario-table-container .table-wrapper{display:none}}.action-buttons{display:flex;gap:.5rem;justify-content:center;align-items:center;flex-wrap:wrap}.action-buttons .btn{padding:.5rem;font-size:.875rem;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;background:none;color:inherit}.action-buttons .btn svg{color:inherit;transition:all .3s ease}.action-buttons .btn:hover{transform:scale(1.1);box-shadow:0 2px 8px #00000026}.action-buttons .btn:active{transform:scale(.95)}.action-buttons .btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.action-buttons .btn:disabled:hover{transform:none;box-shadow:none}.action-buttons .btn.btn-edit{color:#36aad4}.action-buttons .btn.btn-edit:hover{background:#36aad41a}.action-buttons .btn.btn-delete{color:#e74c3c}.action-buttons .btn.btn-delete:hover{background:#e74c3c1a}.action-buttons .btn.btn-view{color:#17a2b8}.action-buttons .btn.btn-view:hover{background:#17a2b81a}.action-buttons .btn.btn-stock{color:#ffc107}.action-buttons .btn.btn-stock:hover{background:#ffc1071a}.action-buttons .btn.btn-info{color:#17a2b8}.action-buttons .btn.btn-info:hover{background:#17a2b81a}.action-buttons .btn.btn-warning{color:#ffc107}.action-buttons .btn.btn-warning:hover{background:#ffc1071a}.action-buttons .btn.btn-danger{color:#e74c3c}.action-buttons .btn.btn-danger:hover{background:#e74c3c1a}.action-buttons .btn.btn-success{color:#28a745}.action-buttons .btn.btn-success:hover{background:#28a7451a}.action-buttons .btn.btn-primary{color:#36aad4}.action-buttons .btn.btn-primary:hover{background:#36aad41a}.actions-cell,.actions{text-align:center;vertical-align:middle;padding:.75rem .5rem;white-space:nowrap}@media (max-width: 768px){.action-buttons{gap:.25rem;flex-direction:column;align-items:stretch}.action-buttons .btn{min-width:28px;height:28px;padding:.375rem;font-size:.8rem}.actions-cell,.actions{padding:.5rem .25rem}}@media (max-width: 480px){.action-buttons{flex-direction:row;justify-content:center}.action-buttons .btn{min-width:24px;height:24px;padding:.25rem;font-size:.75rem}}.action-buttons .btn.btn-with-text{min-width:auto;padding:.5rem .75rem;gap:.25rem}.action-buttons .btn.btn-with-text svg{margin-right:.25rem}.action-buttons .btn.btn-sm{min-width:24px;height:24px;padding:.25rem;font-size:.75rem}.action-buttons .btn.btn-lg{min-width:40px;height:40px;padding:.75rem;font-size:1rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.action-buttons .btn.btn-pulse{animation:pulse 2s infinite}.action-buttons .btn.btn-loading{position:relative;color:transparent}.action-buttons .btn.btn-loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.inventario-page .page-header{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #00000014;border:1px solid #e1e5e9}.inventario-page .page-header .header-content{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;align-items:center}@media (max-width: 992px){.inventario-page .page-header .header-content{grid-template-columns:1fr;gap:1rem}}.inventario-page .page-header .header-title{display:flex;align-items:center;gap:1rem;flex:1}.inventario-page .page-header .header-title .header-icon-wrapper{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#36aad4,#2c8fb8);border-radius:12px;box-shadow:0 4px 12px #36aad44d;color:#fff;flex-shrink:0}.inventario-page .page-header .header-title .header-text{display:flex;flex-direction:column;gap:.25rem}.inventario-page .page-header .header-title .header-text h2{margin:0;color:#2c3e50;font-size:1.75rem;font-weight:700;line-height:1.2}.inventario-page .page-header .header-title .header-text .header-subtitle{margin:0;color:#6c757d;font-size:.9rem;font-weight:400}.inventario-page .page-header .header-search{display:flex;align-items:center;min-width:0}.inventario-page .page-header .header-search .input-group{width:100%;margin:0}.inventario-page .page-header .header-search .header-search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;font-size:1rem;transition:all .3s ease}.inventario-page .page-header .header-search .header-search-input:focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;outline:none}.inventario-page .page-header .header-search .search_input_wrapper{position:relative;width:100%}.inventario-page .page-header .header-search .search_input_wrapper .search_button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.inventario-page .page-header .header-search .search_input_wrapper .search_button:hover{color:#2c8fb8;transform:translateY(-50%) scale(1.1)}@media (max-width: 992px){.inventario-page .page-header .header-search{order:2}}.inventario-page .page-header .header-actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0;flex-wrap:wrap}@media (max-width: 992px){.inventario-page .page-header .header-actions{order:3;justify-content:flex-start}}.inventario-page .page-header .header-actions .btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none}.inventario-page .page-header .header-actions .btn.btn-primary{background:#36aad4;color:#fff;display:flex;align-items:center;gap:.5rem}.inventario-page .page-header .header-actions .btn.btn-primary:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.inventario-page .page-header .header-actions .btn.btn-primary svg{color:#fff}.inventario-page .page-header .header-actions .btn.btn-secondary{background:#6c757d;color:#fff;display:flex;align-items:center;gap:.5rem}.inventario-page .page-header .header-actions .btn.btn-secondary:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.inventario-page .page-header .header-actions .btn.btn-secondary.active{background:#5a6268;box-shadow:0 0 0 3px #6c757d33}.inventario-page .page-header .header-actions .btn.btn-secondary svg{color:#fff}.inventario-page .page-header .header-actions .btn.btn-info{background:#17a2b8;color:#fff;display:flex;align-items:center;gap:.5rem}.inventario-page .page-header .header-actions .btn.btn-info:hover{background:#138496;transform:translateY(-2px);box-shadow:0 4px 12px #17a2b84d}.inventario-page .page-header .header-actions .btn.btn-info.active{background:#138496;box-shadow:0 0 0 3px #17a2b833}.inventario-page .page-header .header-actions .btn.btn-info svg{color:#fff}.inventario-page .page-header .header-actions .btn.btn-sm{padding:.5rem 1rem;font-size:.875rem}.inventario-page .page-header .header-actions .btn.btn-link{background:none;color:#e74c3c;padding:.25rem .5rem;font-size:.875rem;display:flex;align-items:center;gap:.25rem}.inventario-page .page-header .header-actions .btn.btn-link:hover{background:#f8d7da;transform:none;box-shadow:none}.inventario-page .page-header .header-actions .btn.btn-link svg{color:#e74c3c}.inventario-page .error-banner{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background-color:#fee;border:1px solid #fcc;border-radius:8px;margin:1rem 0;animation:slideDown .3s ease}.inventario-page .error-banner span{color:#c33;font-weight:500;display:flex;align-items:center;gap:.5rem}.inventario-page .error-banner span svg{color:#c33}.inventario-page .statistics-section{margin-bottom:1.5rem;animation:slideDown .3s ease}.inventario-page .filters-section{margin-bottom:1.5rem;display:none}.inventario-page .filters-sidebar{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:1000;pointer-events:none;transition:all .3s ease}.inventario-page .filters-sidebar.open{pointer-events:all}.inventario-page .filters-sidebar.open .filters-sidebar-overlay{opacity:1}.inventario-page .filters-sidebar.open .filters-sidebar-content{transform:translate(0)}.inventario-page .filters-sidebar .filters-sidebar-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;opacity:0;transition:opacity .3s ease}.inventario-page .filters-sidebar .filters-sidebar-content{position:absolute;top:0;right:0;width:100%;max-width:420px;height:100%;background:#fff;box-shadow:-4px 0 20px #00000026;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow:hidden}@media (min-width: 992px){.inventario-page .filters-sidebar .filters-sidebar-content{max-width:450px}}.inventario-page .filters-sidebar .filters-sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #e1e5e9;background:linear-gradient(135deg,#f8f9fa,#fff);flex-shrink:0}.inventario-page .filters-sidebar .filters-sidebar-header h3{margin:0;color:#2c3e50;font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:.75rem}.inventario-page .filters-sidebar .filters-sidebar-header h3:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#36aad4,#2c8fb8);border-radius:2px}.inventario-page .filters-sidebar .filters-sidebar-header .btn-close-sidebar{background:none;border:none;color:#6c757d;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.inventario-page .filters-sidebar .filters-sidebar-header .btn-close-sidebar:hover{background:#f8f9fa;color:#e74c3c;transform:rotate(90deg)}.inventario-page .filters-sidebar .filters-sidebar-body{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 2rem}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters{background:transparent;box-shadow:none;border:none;padding:0;margin:0}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters .filters-grid{grid-template-columns:1fr;gap:1.5rem}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters .filter-group.search-group{grid-column:1}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters .filter-group .input-group{margin-bottom:0}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters .filter-group .input-group .input-label{font-size:.875rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters .filter-group .input-group .search_input_wrapper input{width:100%;padding:.75rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;font-size:.95rem;transition:all .3s ease;cursor:pointer}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters .filter-group .input-group .search_input_wrapper input:focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;outline:none}.inventario-page .filters-sidebar .filters-sidebar-body .inventario-filters .filter-group .input-group .search_input_wrapper input:hover:not(:disabled){border-color:#36aad466}.inventario-page .table-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.inventario-page .table-section .inventario-table-container{flex:1;overflow:hidden}.inventario-page .table-section .inventario-table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table{width:100%;border-collapse:separate;border-spacing:0}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap;cursor:pointer;transition:all .3s ease}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th:hover{background:#e9ecef}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th.sortable{position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .3s ease}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th.sortable:hover{background:#e9ecef}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th.sortable svg{margin-left:8px;opacity:.5;transition:all .3s ease}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table thead th.sortable:hover svg{opacity:.8}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr{border-bottom:1px solid #e1e5e9;transition:background-color .2s ease}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr:hover{background:#f8f9fa}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr:last-child{border-bottom:none}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-nombre{font-weight:600;color:#36aad4}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-sku{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-categoria .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-stock{font-weight:600}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-stock.stock-bajo{color:#dc3545;background:#f8d7da;padding:.25rem .5rem;border-radius:4px}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-stock.stock-normal{color:#28a745}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-stock.sin-stock{color:#dc3545;font-weight:700;background:#f8d7da;padding:.25rem .5rem;border-radius:4px}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.producto-precio{font-weight:600;color:#28a745}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell{text-align:center}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-stock{color:#ffc107}.inventario-page .table-section .inventario-table-container .table-wrapper .inventario-table tbody tr td.actions-cell .action-buttons .btn-action.btn-stock:hover{background:#ffc1071a;transform:scale(1.1)}.inventario-page .table-section .inventario-table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.inventario-page .table-section .inventario-table-container .no-results p{margin-top:1rem;font-size:1.1rem}.inventario-form{display:flex;flex-direction:column;gap:20px}.inventario-form-complete{display:flex;flex-direction:column;gap:1.5rem;max-width:100%}.inventario-form-complete .form-row{display:flex;flex-direction:column;gap:10px;margin-bottom:1rem}.inventario-form-complete .form-row.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.inventario-form-complete .form-row.three-columns{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.inventario-form-complete .form-actions{display:flex;justify-content:flex-end;gap:15px;margin-top:30px;padding-top:20px;border-top:1px solid #e0e0e0}.inventario-form-complete .input-group{display:flex;flex-direction:column;gap:8px;margin-bottom:1rem}.inventario-form-complete .input-group .input-label{font-weight:500;color:#333;font-size:.9rem}.inventario-form-complete .input-group .error-message{color:#dc3545;font-size:.8rem;margin-top:4px}.form-section{background:#fff;border-radius:12px;border:1px solid #e1e5e9;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.form-section:hover{box-shadow:0 4px 12px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:2px solid #e1e5e9;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.section-header:hover{background:linear-gradient(135deg,#e9ecef,#dee2e6)}.section-header h3{margin:0;color:#333;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.section-header svg{color:#36aad4;transition:transform .3s ease}.section-content{padding:1.5rem;animation:slideDown .3s ease}.checkbox-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:start}.codigos-alternos-container{display:flex;flex-direction:column;gap:.75rem}.codigos-alternos-input{display:flex;gap:.5rem;align-items:stretch}.codigos-alternos-input input{flex:1}.codigos-alternos-input button{white-space:nowrap}.codigos-alternos-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background:#f8f9fa;border-radius:8px;min-height:40px}.codigo-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:linear-gradient(135deg,#36aad4,#2c8fb8);color:#fff;border-radius:20px;font-size:.875rem;font-weight:500;box-shadow:0 2px 4px #36aad433}.codigo-tag .remove-codigo{background:#fff3;border:none;color:#fff;width:20px;height:20px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;padding:0;transition:all .2s ease}.codigo-tag .remove-codigo:hover{background:#ffffff4d;transform:scale(1.1)}.search-hint{display:block;margin-top:.5rem;color:#666;font-size:.8rem;font-style:italic;line-height:1.4}.modal-large{max-width:95vw;width:1200px}.modal-overlay:has(.modal-container.large-modal){align-items:flex-start;padding-top:3rem}.modal-overlay .modal-container.large-modal{margin-top:0;align-self:flex-start}.modal-body-scroll{max-height:calc(90vh - 120px);overflow-y:auto;padding:1.5rem}.profit-margin{padding:10px 15px;border-radius:6px;font-weight:500;margin-top:10px}.profit-margin.info{background-color:#e3f2fd;color:#1976d2;border:1px solid #bbdefb}.profit-margin.warning{background-color:#fff3e0;color:#f57c00;border:1px solid #ffcc02}.stock-update-form{display:flex;flex-direction:column;gap:20px}.product-info{background-color:#f8f9fa;padding:20px;border-radius:8px;border-left:4px solid #007bff}.product-info h3{margin:0 0 15px;color:#333}.product-info p{margin:5px 0;color:#666}.stock-preview{background-color:#f8f9fa;padding:15px;border-radius:6px;border:1px solid #dee2e6}.stock-preview .warning{color:#dc3545;font-weight:500}.inventario-filters{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e1e5e9;transition:all .3s ease}.inventario-filters:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-1px)}.inventario-filters h3{margin:0;color:#2c3e50;font-size:1.25rem;font-weight:600}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e1e5e9}.filters-header .filters-title{display:flex;align-items:center;gap:.75rem;color:#2c3e50}.filters-header .filters-title svg{color:#36aad4}.filters-header .filters-title h3{margin:0;color:#2c3e50;font-size:1.25rem;font-weight:600}.filters-grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:end}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group.search-group{grid-column:1}.search-wrapper{position:relative;display:flex;align-items:center}.search-wrapper .search-icon{position:absolute;left:1rem;color:#6c757d;z-index:1;pointer-events:none}.search-wrapper .search-filter{width:100%;padding-left:3rem}.search-hint{color:#6c757d;font-size:.8rem;margin-top:.25rem;line-height:1.4}.search-hint strong{color:#36aad4;font-weight:600}.search-filter{width:100%}.filter-select{width:100%;padding:.875rem 2.5rem .875rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;font-size:1rem;color:#333;background-color:#fff;transition:all .3s ease;box-sizing:border-box;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2336aad4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;cursor:pointer}.filter-select:focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;transform:translateY(-1px)}.filter-select:hover:not(:focus){border-color:#36aad466}.clear-filters{color:#e74c3c;text-decoration:none;font-size:.875rem;background:#fff5f5;border:1px solid #fcc;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;font-weight:500;display:flex;align-items:center;gap:.5rem}.clear-filters svg{color:#e74c3c}.clear-filters:hover{background-color:#fee;border-color:#faa;text-decoration:none;color:#c82333;transform:translateY(-1px);box-shadow:0 2px 8px #e74c3c33}.clear-filters:disabled{opacity:.5;cursor:not-allowed;transform:none}.active-filters{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e1e5e9;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.active-filters h4{margin:0 0 .75rem;color:#666;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.active-filters h4:before{content:"🏷️";font-size:.75rem}.filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{background:linear-gradient(135deg,#36aad4,#2c8fb8);color:#fff;padding:.375rem .5rem .375rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;border:none;box-shadow:0 2px 4px #36aad44d;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.filter-tag .filter-tag-text{display:inline-flex;align-items:center;gap:.25rem}.filter-tag .filter-tag-text:before{content:"✓";font-size:.7rem}.filter-tag .filter-tag-close{background:#fff3;border:none;border-radius:50%;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0;color:#fff;transition:all .2s ease;flex-shrink:0}.filter-tag .filter-tag-close:hover:not(:disabled){background:#ffffff4d;transform:scale(1.1)}.filter-tag .filter-tag-close:active:not(:disabled){transform:scale(.95)}.filter-tag .filter-tag-close:disabled{opacity:.5;cursor:not-allowed}.filter-tag .filter-tag-close svg{width:16px;height:16px}.filter-tag:hover{transform:translateY(-1px);box-shadow:0 4px 8px #36aad466}.search_input_wrapper{position:relative;display:flex;align-items:center}.search_input_wrapper input{width:100%;padding:.875rem 3rem .875rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;font-size:1rem;color:#333;background-color:#fff;transition:all .3s ease;box-sizing:border-box;outline:none}.search_input_wrapper input:focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;transform:translateY(-1px)}.search_input_wrapper input:hover:not(:focus){border-color:#36aad466}.search_input_wrapper input::placeholder{color:#30303080}.search_input_wrapper input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.search_button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#36aad4;border-radius:4px}.search_button:hover:not(:disabled){color:#2c8fb8;background:#36aad41a;transform:translateY(-50%) scale(1.05)}.search_button:active:not(:disabled){transform:translateY(-50%) scale(.95)}.search_button:disabled{color:#ccc;cursor:not-allowed;opacity:.5}.loading-spinner-small{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #36aad4;border-radius:50%;animation:spin 1s linear infinite}.inventario-table-container{overflow-x:auto}.inventario-table{width:100%;border-collapse:collapse;margin-bottom:20px}.inventario-table th,.inventario-table td{padding:12px 8px;text-align:left;border-bottom:1px solid #e0e0e0}.inventario-table th{background-color:#f8f9fa;font-weight:600;color:#333;position:sticky;top:0;z-index:10}.inventario-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s}.inventario-table th.sortable:hover{background-color:#e9ecef}.product-row.low-stock{background-color:#fff3cd}.product-row.out-of-stock{background-color:#f8d7da}.product-name{min-width:200px;max-width:300px;width:300px}.name-cell{display:flex;flex-direction:column;gap:4px}.name-cell strong{display:block;margin-bottom:0;font-weight:600;color:#333;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:2.8em}@supports not (-webkit-line-clamp: 2){.name-cell strong{max-height:2.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.name-cell .description{color:#666;font-size:.8rem;line-height:1.2;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stock-info{display:flex;flex-direction:column;gap:4px}.current-stock{font-weight:600;font-size:1.1rem}.stock-range{color:#666;font-size:.8rem}.stock-status{font-size:.8rem;padding:2px 6px;border-radius:3px;font-weight:500}.stock-status.normal-stock{background-color:#d4edda;color:#155724}.stock-status.low-stock{background-color:#fff3cd;color:#856404}.stock-status.out-of-stock{background-color:#f8d7da;color:#721c24}.status-badge{padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.status-badge.status-active{background-color:#d4edda;color:#155724}.status-badge.status-inactive{background-color:#fff3cd;color:#856404}.status-badge.status-discontinued{background-color:#f8d7da;color:#721c24}.table-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #e0e0e0}.table-info p{margin:0;color:#666;font-size:.9rem}.table-summary{display:flex;gap:20px}.summary-item{display:flex;flex-direction:column;align-items:center;gap:4px}.summary-item .label{font-size:.8rem;color:#666}.summary-item .value{font-weight:600;font-size:1.1rem}.summary-item .value.warning{color:#f57c00}.summary-item .value.danger{color:#dc3545}.table-loading,.table-empty{text-align:center;padding:40px 20px;color:#666}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.inventario-statistics h2{margin:0 0 30px;color:#333;text-align:center}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:#fff;border-radius:12px;padding:25px;box-shadow:0 2px 10px #0000001a;display:flex;align-items:center;gap:20px;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.stat-icon{font-size:2.5rem;opacity:.8}.stat-content{flex:1}.stat-title{margin:0 0 8px;color:#666;font-size:.9rem;font-weight:500}.stat-value{margin:0;font-size:1.8rem;font-weight:700;color:#333}.stat-card.primary .stat-value{color:#007bff}.stat-card.success .stat-value{color:#28a745}.stat-card.warning .stat-value{color:#ffc107}.stat-card.danger .stat-value{color:#dc3545}.stat-card.info .stat-value{color:#17a2b8}.statistics-details{background-color:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:30px}.statistics-details h3{margin:0 0 15px;color:#333}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e0e0e0}.detail-item:last-child{border-bottom:none}.detail-label{color:#666;font-weight:500}.detail-value{color:#333;font-weight:600}.statistics-actions{display:flex;justify-content:center;gap:15px;flex-wrap:wrap}.btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3;transform:translateY(-1px)}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62;transform:translateY(-1px)}.btn-info{background-color:#17a2b8;color:#fff}.btn-info:hover{background-color:#138496;transform:translateY(-1px)}.btn-warning{background-color:#ffc107;color:#212529}.btn-warning:hover{background-color:#e0a800;transform:translateY(-1px)}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333;transform:translateY(-1px)}.btn-sm{padding:6px 12px;font-size:.8rem}.btn-link{background:none;color:#007bff;padding:0;text-decoration:underline}.btn-link:hover{color:#0056b3;transform:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 10px 30px #0000004d;animation:modalSlideIn .3s ease-out;display:flex;flex-direction:column}.modal.modal-large{max-width:95vw;width:1200px}.modal .modal-header{padding:1.5rem;border-bottom:2px solid #e0e0e0;flex-shrink:0}.modal .modal-body{flex:1;overflow-y:auto;padding:0}.modal .modal-body.modal-body-scroll{padding:1.5rem;max-height:calc(90vh - 120px)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-body{padding:25px}.modal-input{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:6px;font-size:.9rem;transition:border-color .2s;background-color:#fff}.modal-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.modal-input.error{border-color:#dc3545}.modal-input[type=select],.modal-input select,select.modal-input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer}.modal-input[type=select]:disabled,.modal-input select:disabled,select.modal-input:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.modal-input option,select.modal-input option{padding:8px 12px;background-color:#fff;color:#333}.modal-input option:hover,select.modal-input option:hover{background-color:#f8f9fa}.filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer;background-color:#fff}.filter-select:disabled{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}select{font-family:inherit;font-size:inherit;line-height:inherit}.modal-input:hover:not(:disabled),.filter-select:hover:not(:disabled){border-color:#007bff}.modal-input:focus,.filter-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.modal-input.error,.filter-select.error{border-color:#dc3545}.modal-input.error:focus,.filter-select.error:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.input-group{display:flex;flex-direction:column;gap:8px}.input-label{font-weight:500;color:#333;font-size:.9rem}.error-message{color:#dc3545;font-size:.8rem;margin-top:4px}@media (max-width: 768px){.page-header,.inventario-page .page-header{flex-direction:column;gap:20px;align-items:stretch}.header-actions{justify-content:center}.form-row.two-columns,.form-row.three-columns,.filters-grid{grid-template-columns:1fr}.table-footer{flex-direction:column;gap:15px;align-items:stretch}.table-summary{justify-content:space-around}.statistics-grid{grid-template-columns:1fr}.statistics-actions,.action-buttons{flex-direction:column}.modal{margin:20px;max-width:calc(100vw - 40px)}.filters-grid{grid-template-columns:1fr;gap:1rem}.filters-header{flex-direction:column;gap:1rem;align-items:stretch}.filter-tags{justify-content:center}.filter-tag{font-size:.75rem;padding:.25rem .5rem}.inventario-page .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.inventario-page .page-header .header-content .header-title{justify-content:center}.inventario-page .page-header .header-actions{justify-content:center;flex-wrap:wrap}.inventario-page .table-section .inventario-table-container .table-wrapper{display:none}.inventario-page .table-section .inventario-table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}@media (max-width: 1200px){.product-name{max-width:250px;width:250px}}@media (max-width: 992px){.product-name{max-width:200px;width:200px}.name-cell strong{-webkit-line-clamp:1;max-height:1.4em}}@media (max-width: 768px){.product-name{max-width:150px;width:150px;min-width:150px}.name-cell strong{font-size:.9rem;-webkit-line-clamp:1;max-height:1.4em}.name-cell .description{font-size:.75rem}}@media (max-width: 576px){.product-name{max-width:120px;width:120px;min-width:120px}.name-cell strong{font-size:.85rem;-webkit-line-clamp:1;max-height:1.2em}.name-cell .description{font-size:.7rem}}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}:root{--PrimaryBlue: #36aad4;--SecundaryBlue: #236982;--PrimaryBackground: #ffffff;--SecondaryBackground: #efeff7;--PrimaryTextColor: #58baf4;--SecundaryTextColor: #303030;--HoverTextColor: white;--Line: #b2b2b2}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.modal-actions button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.modal-actions button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.modal-actions button:hover:before{left:100%}.modal-actions .btn-cancel{background-color:transparent;color:#333;border:2px solid #b2b2b2}.modal-actions .btn-cancel:hover{background-color:#b2b2b21a;border-color:#999;transform:translateY(-2px)}.modal-actions .btn-cancel:active{transform:translateY(0)}.modal-actions .btn-accept{background-color:#36aad4;color:#fff;border:2px solid #36aad4}.modal-actions .btn-accept:hover:not(:disabled){background-color:#2c8fb8;border-color:#2c8fb8;transform:translateY(-2px);box-shadow:0 8px 16px #36aad44d}.modal-actions .btn-accept:active:not(:disabled){transform:translateY(0)}.modal-actions .btn-accept:disabled{background-color:#b2b2b2;border-color:#b2b2b2;cursor:not-allowed;opacity:.6}.modal-actions .btn-add-new{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#36aad4,#2c8fb8);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #36aad440}.modal-actions .btn-add-new:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.modal-actions .btn-add-new svg{transition:transform .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.modal-actions .btn-add-new span{position:relative;z-index:1}.modal-actions .btn-add-new:hover{background:linear-gradient(135deg,#2c8fb8,#236982);transform:translateY(-2px);box-shadow:0 8px 20px #36aad466}.modal-actions .btn-add-new:hover:before{left:100%}.modal-actions .btn-add-new:hover svg{transform:rotate(90deg) scale(1.1)}.modal-actions .btn-add-new:active{transform:translateY(0);box-shadow:0 2px 8px #36aad44d}.modal-actions .btn-add-new:focus{outline:none;box-shadow:0 0 0 3px #36aad44d}.btn-load-more,.btn-load-less{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#36aad4,#2c8fb8);border:none;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #36aad433;white-space:nowrap;min-height:40px}.btn-load-more:hover,.btn-load-less:hover{background:linear-gradient(135deg,#2c8fb8,#2380a3);box-shadow:0 4px 12px #36aad459;transform:translateY(-2px)}.btn-load-more:active,.btn-load-less:active{transform:translateY(0);box-shadow:0 2px 6px #36aad440}.btn-load-more:focus,.btn-load-less:focus{outline:none;box-shadow:0 0 0 3px #36aad44d,0 4px 12px #36aad459}.btn-load-more:disabled,.btn-load-less:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:0 2px 4px #36aad41a}.btn-load-more:disabled:hover,.btn-load-less:disabled:hover{transform:none;box-shadow:0 2px 4px #36aad41a}.btn-load-less{background:linear-gradient(135deg,#17a2b8,#138496);box-shadow:0 2px 8px #17a2b840}.btn-load-less:hover{background:linear-gradient(135deg,#138496,#117a8b);box-shadow:0 4px 12px #17a2b866;transform:translateY(-2px)}.btn-load-less:active{transform:translateY(0);box-shadow:0 2px 6px #17a2b84d}.btn-load-less:focus{outline:none;box-shadow:0 0 0 3px #17a2b84d,0 4px 12px #17a2b866}@media (max-width: 768px){.modal-actions{flex-direction:column}.modal-actions button{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay.zoom-out-active{animation:zoomOut .3s ease-out forwards}.modal-overlay.zoom-in-active{animation:zoomIn .3s ease-out forwards}@keyframes zoomOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.8) translateY(-50px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes zoomInUp{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-container{background-color:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;animation:modalSlideIn .3s ease-out}.modal-container.scrollable-content{scrollbar-width:thin;scrollbar-color:rgba(54,170,212,.5) transparent}.modal-container.scrollable-content::-webkit-scrollbar{width:6px}.modal-container.scrollable-content::-webkit-scrollbar-track{background:transparent}.modal-container.scrollable-content::-webkit-scrollbar-thumb{background-color:#36aad480;border-radius:6px;transition:background-color .3s ease}.modal-container.scrollable-content::-webkit-scrollbar-thumb:hover{background-color:#36aad4b3}.modal-container.zoom-enabled-close-in{animation:zoomInUp .3s ease-out forwards}.modal-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.modal-header .modal-title-section{display:flex;align-items:center;gap:.75rem}.modal-header .modal-title{font-size:1.5rem;font-weight:700;color:#333;margin:0}.modal-header .modal-icon{opacity:.8}.modal-header .modal-close-btn{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;color:#666;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.modal-header .modal-close-btn:hover{background:#0000001a;color:#333;transform:scale(1.1)}.modal-header .modal-close-btn:active{transform:scale(.95)}.modal-header .modal-close-btn svg{color:inherit}.modal-form{margin-bottom:1rem;border-bottom:2px solid #e0e0e0}.modal-form .auxiliar-rules{margin-bottom:1.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#36aad414,#36aad41f);border-radius:12px;border:2px solid rgba(54,170,212,.2);box-shadow:0 2px 8px #36aad41a;transition:all .3s ease}.modal-form .auxiliar-rules:hover{border-color:#36aad44d;box-shadow:0 4px 12px #36aad426;transform:translateY(-1px)}.modal-form .auxiliar-rules.auxiliar-rules-info{background:linear-gradient(135deg,#ff980014,#ff98001f);border-color:#ff980033}.modal-form .auxiliar-rules.auxiliar-rules-info .auxiliar-rules-icon{color:#ff9800}.modal-form .auxiliar-rules.auxiliar-rules-info .auxiliar-rules-message{color:#f57c00;font-size:.9rem;font-style:italic}.modal-form .auxiliar-rules .auxiliar-rules-content{display:flex;align-items:center;gap:.875rem}.modal-form .auxiliar-rules .auxiliar-rules-icon{flex-shrink:0;color:#36aad4;font-size:1.5rem;opacity:.9}.modal-form .auxiliar-rules .auxiliar-rules-text{display:flex;flex-direction:column;gap:.25rem;flex:1}.modal-form .auxiliar-rules .auxiliar-rules-message{display:block;color:#666;font-size:.9rem;font-style:italic}.modal-form .auxiliar-rules .auxiliar-rules-label{font-size:.875rem;font-weight:600;color:#36aad4;letter-spacing:.02em}.modal-form .auxiliar-rules .auxiliar-rules-letters{font-size:1rem;font-weight:700;color:#2c8fb8;letter-spacing:.1em;font-family:Courier New,monospace;background:#fff9;padding:.375rem .75rem;border-radius:6px;display:inline-block;width:fit-content}.modal-form .input-group{margin-bottom:1.5rem}.modal-form .input-group:last-child{margin-bottom:0}.modal-form .input-group .input-label{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem;transition:color .3s ease}.modal-form .input-group .input-label:focus-within{color:#36aad4}.modal-form .input-group .input-label.disabled{color:#999;opacity:.8}.modal-form .input-group .modal-input,.modal-form .input-group .modal-select,.modal-form .input-group .modal-textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(54,170,212,.2);border-radius:8px;font-size:1rem;color:#333;background-color:#fff;transition:all .3s ease;box-sizing:border-box;outline:none}.modal-form .input-group .modal-input.focus,.modal-form .input-group .modal-select.focus,.modal-form .input-group .modal-textarea.focus{border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a;transform:translateY(-1px)}.modal-form .input-group .modal-input:hover:not(:focus):not(.focus):not(:disabled):not(.disabled),.modal-form .input-group .modal-select:hover:not(:focus):not(.focus):not(:disabled):not(.disabled),.modal-form .input-group .modal-textarea:hover:not(:focus):not(.focus):not(:disabled):not(.disabled){border-color:#36aad466}.modal-form .input-group .modal-input::placeholder,.modal-form .input-group .modal-select::placeholder,.modal-form .input-group .modal-textarea::placeholder{color:#30303080}.modal-form .input-group .modal-input:disabled,.modal-form .input-group .modal-input.disabled,.modal-form .input-group .modal-select:disabled,.modal-form .input-group .modal-select.disabled,.modal-form .input-group .modal-textarea:disabled,.modal-form .input-group .modal-textarea.disabled{cursor:not-allowed;opacity:.6;background-color:#efeff780}.modal-form .input-group .modal-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1rem;padding-right:2.5rem;cursor:pointer;background-color:#fff;transition:all .3s ease}.modal-form .input-group .modal-select:disabled{cursor:not-allowed;opacity:.6}.modal-form .input-group .modal-textarea{resize:vertical;min-height:100px;max-height:200px;outline:none}.modal-form .modal-actions{justify-content:flex-end;align-items:center;display:flex;gap:1rem}.modal-form .modal-actions .help-link{font-size:.95rem;font-weight:600;color:#36aad4;text-decoration:none;margin-right:auto;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease;white-space:nowrap}.modal-form .modal-actions .help-link:hover{background-color:#36aad41a;color:#2c8fb8}.modal-form .modal-actions .primary{order:2}.modal-form .modal-actions .secondary{order:1}.modal-form .modal-actions.single-button-per-row{flex-direction:column}.modal-form .modal-actions.single-button-per-row button{width:100%}.modal-form.form-centered .modal-actions{justify-content:center}.modal-form.form-persistent-primary-actions .modal-actions .btn-cancel{display:none}.modal-form:not(.modal-zoom-out-enabled).zoom-out-active{animation:zoomInUp .3s ease-out forwards}.codes_list .code_item.selected{background-color:#36aad426!important;border-left:4px solid #36aad4;transition:all .2s ease-in-out}.codes_list .code_item.selected .code_item_code{font-weight:600;color:#36aad4}.codes_list .code_item.selected .code_item_name{font-weight:500;color:#2c8fb8}.codes_list .code_item.selected:hover{background-color:#36aad433!important}@media (max-width: 768px){.modal-container{margin:1rem;padding:1.5rem;width:calc(100% - 2rem);max-height:calc(100vh - 2rem)}.modal-header .modal-title{font-size:1.3rem}.modal-form .input-group.form-buttons-group,.modal-form .modal-actions{flex-direction:column}.modal-form .modal-actions button{width:100%}.modal-form .modal-actions .help-link{margin-right:0}}.feature_section{width:100%;height:100%;padding:1rem;display:flex;justify-content:center;align-items:center}.feature_container{display:flex;justify-content:center;align-items:center}.feature_card{border-radius:12px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid rgba(54,170,212,.1);cursor:pointer;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.25,.8,.25,1);box-shadow:0 4px 12px #0000000d;width:280px;height:160px}.feature_card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #36aad426;border-color:#36aad44d}.feature_card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,transparent,rgba(54,170,212,.05),transparent);opacity:0;transition:opacity .3s ease}.feature_card:hover:before{opacity:1}.card_icon{margin-bottom:1rem;z-index:1;position:relative;filter:drop-shadow(0 2px 4px rgba(54,170,212,.2))}.card_icon svg{transition:transform .3s ease}.feature_card:hover .card_icon svg{transform:scale(1.1)}.card_content{text-align:center;z-index:1;position:relative}.card_title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin:0;letter-spacing:.5px;transition:color .3s ease}.feature_card:hover .card_title{color:#36aad4}@media (max-width: 768px){.feature_card{width:100%;max-width:280px;height:auto;padding:1.5rem}.card_title{font-size:1.25rem}}.page-container{width:100%;height:94vh;display:flex;flex-direction:column;background-color:var(--TertiaryBackground);overflow:hidden}.page-module{padding:1rem;margin:0;background:transparent;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.page-module .page-header{background:#fff;border-radius:12px;padding:.2rem 1rem;margin-bottom:1rem;box-shadow:0 2px 10px #0000001a}.page-module .page-header .btn-create{display:flex;align-items:center;gap:.5rem;background:#36aad4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.page-module .page-header .btn-create:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.page-module .page-header .btn-create:active{transform:translateY(0)}.page-module .page-header .header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.page-module .page-header .header-content .header-title{display:flex;align-items:center;gap:1rem}.page-module .page-header .header-content .header-title h1,.page-module .page-header .header-content .header-title h2{margin:0;color:#333;font-size:1.5rem;font-weight:600}.page-module .table-container{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.page-module .table-container .table-header{margin-bottom:1rem}.page-module .table-container .table-header .search-container{display:flex;justify-content:flex-end;gap:2rem}.page-module .table-container .table-header .search-container .search-input-wrapper{position:relative}.page-module .table-container .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#666}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;transition:all .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input{width:100%;padding:.75rem 1.5rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.page-module .table-container .table-header .search-container .search-input-wrapper .category-search-input::placeholder{color:#999}.page-module .table-container .table-wrapper{flex:1;overflow:auto;margin-bottom:1rem}.page-module .table-container .table-wrapper table{width:100%;border-collapse:collapse;background:#fff}.page-module .table-container .table-wrapper table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.page-module .table-container .table-wrapper table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e1e5e9;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.page-module .table-container .table-wrapper table tbody tr{border-bottom:1px solid #e1e5e9;transition:all .3s ease}.page-module .table-container .table-wrapper table tbody tr:hover{background:#f8f9fa}.page-module .table-container .table-wrapper table tbody tr td{padding:1rem;color:#555;font-size:.95rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell{width:100px;text-align:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;gap:.5rem}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.page-module .table-container .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.page-module .table-container .cards-wrapper{display:none;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-top:1rem;overflow-y:auto;max-height:calc(100vh - 300px)}.page-module .table-container .cards-wrapper .module-card{background:#fff;border:1px solid #e1e5e9;border-radius:12px;padding:1rem;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.page-module .table-container .cards-wrapper .module-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;border-color:#36aad4}.page-module .table-container .cards-wrapper .module-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e5e9}.page-module .table-container .cards-wrapper .module-card .card-header .card-title{font-weight:600;color:#333;font-size:1.1rem}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit{background:none;border:none;color:#36aad4;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .3s ease}.page-module .table-container .cards-wrapper .module-card .card-header .btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.page-module .table-container .cards-wrapper .module-card .card-content .card-row{display:flex;justify-content:space-between;margin-bottom:.5rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .label{font-weight:500;color:#666;font-size:.9rem}.page-module .table-container .cards-wrapper .module-card .card-content .card-row .value{color:#333;font-weight:600;font-size:.9rem}.page-module .table-container .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#999;text-align:center}.page-module .table-container .no-results p{margin-top:1rem;font-size:1.1rem}@media (max-width: 768px){.page-module .page-header .header-content{flex-direction:column;gap:1rem;align-items:stretch}.page-module .page-header .header-content .header-title,.page-module .table-container .table-header .search-container{justify-content:center}.page-module .table-container .table-header .search-container .search-input-wrapper{width:100%;max-width:300px}.page-module .table-container .table-wrapper{display:none}.page-module .table-container .cards-wrapper{display:grid;grid-template-columns:1fr;overflow-y:auto;max-height:calc(100vh - 250px);padding:1rem}}.table-container-expanded .table-header{padding:1rem 2rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa;display:flex;align-items:center;gap:1rem;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-end}.table-container-expanded .table-header .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;color:#666;z-index:1}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input{width:100%;padding:.75rem 1rem .75rem 3rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;transition:border-color .3s ease}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-header .search-container .search-input-wrapper .search-input::placeholder{color:#999}.table-container-expanded .table-header .filter-container .category-filter{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease;min-width:200px}.table-container-expanded .table-header .filter-container .category-filter:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.table-container-expanded .table-wrapper{overflow-x:auto;overflow-y:auto;flex:1;max-height:calc(100vh - 200px);position:relative}.table-container-expanded .table-wrapper table{width:100%;border-collapse:separate;border-spacing:0}.table-container-expanded .table-wrapper table thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.table-container-expanded .table-wrapper table thead th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:#f8f9fa;position:sticky;top:0;white-space:nowrap}.table-container-expanded .table-wrapper table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .2s ease}.table-container-expanded .table-wrapper table tbody tr:hover{background:#f8f9fa}.table-container-expanded .table-wrapper table tbody tr:last-child{border-bottom:none}.table-container-expanded .table-wrapper table tbody tr td{padding:1rem;color:#333;font-size:.95rem;vertical-align:middle}.table-container-expanded .table-wrapper table tbody tr td:first-child{font-weight:600;color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell{text-align:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons{display:flex;justify-content:center;align-items:center;gap:.5rem}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action{background:none;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit{color:#36aad4}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-edit:hover{background:#36aad41a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete{color:#e74c3c}.table-container-expanded .table-wrapper table tbody tr td.actions-cell .action-buttons .btn-action.btn-delete:hover{background:#e74c3c1a;transform:scale(1.1)}.table-container-expanded .table-wrapper table tbody tr td.codigo-cell .codigo-badge{font-family:Courier New,monospace;background:#e3f2fd;color:#1976d2;padding:.25rem .5rem;border-radius:4px;font-weight:600;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.nombre-cell{font-weight:500;color:#333}.table-container-expanded .table-wrapper table tbody tr td.categoria-cell .categoria-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;text-transform:uppercase}.table-container-expanded .table-wrapper table tbody tr td.auxiliar-cell{font-family:Courier New,monospace;color:#666;font-size:.9rem}.table-container-expanded .table-wrapper table tbody tr td.fecha-cell{color:#666;font-size:.9rem}.cards-wrapper-expanded{display:none;padding:1rem;gap:1rem;flex-wrap:wrap;overflow-y:auto;max-height:calc(100vh - 200px)}@media (max-width: 768px){.cards-wrapper-expanded{display:flex}}.cards-wrapper-expanded .module-card-expanded{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;flex:1;min-width:280px;transition:all .3s ease}.cards-wrapper-expanded .module-card-expanded:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.cards-wrapper-expanded .module-card-expanded .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.cards-wrapper-expanded .module-card-expanded .card-header .card-title{font-weight:600;color:#36aad4;font-size:1rem}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit{background:#36aad4;color:#fff;border:none;padding:.5rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.cards-wrapper-expanded .module-card-expanded .card-header .btn-edit:hover{background:#2c8fb8}.cards-wrapper-expanded .module-card-expanded .card-content .card-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .label{color:#666;font-weight:500}.cards-wrapper-expanded .module-card-expanded .card-content .card-row .value{color:#333;font-weight:600}@media (max-width: 768px){.table-container-expanded .table-header{flex-direction:column;gap:1rem;padding:1rem}.table-container-expanded .table-header .search-container{max-width:none;width:100%}.table-container-expanded .table-header .filter-container{width:100%}.table-container-expanded .table-header .filter-container .category-filter{width:100%;min-width:auto}.table-container-expanded .table-wrapper{display:none}}.page-container{overflow-y:auto!important;height:auto!important;min-height:100vh}.cost-history-page,.price-history-page{padding:20px;width:100%;min-height:calc(100vh - 40px);background:#f8f9fa}.cost-history-page .page-header,.price-history-page .page-header{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a}.cost-history-page .page-header .header-actions,.price-history-page .page-header .header-actions{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.cost-history-page .page-header .header-actions .btn-back,.price-history-page .page-header .header-actions .btn-back{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.cost-history-page .page-header .header-actions .btn-back:hover,.price-history-page .page-header .header-actions .btn-back:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.cost-history-page .page-header .header-actions .btn-chart,.price-history-page .page-header .header-actions .btn-chart{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.cost-history-page .page-header .header-actions .btn-chart:hover,.price-history-page .page-header .header-actions .btn-chart:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.cost-history-page .page-header .page-title-section,.price-history-page .page-header .page-title-section{display:flex;align-items:center;gap:24px}.cost-history-page .page-header .page-title-section .page-icon,.price-history-page .page-header .page-title-section .page-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:16px;box-shadow:0 4px 16px #36aad44d}.cost-history-page .page-header .page-title-section .page-details,.price-history-page .page-header .page-title-section .page-details{flex:1}.cost-history-page .page-header .page-title-section .page-details h1,.price-history-page .page-header .page-title-section .page-details h1{margin:0 0 8px;color:#333;font-size:32px;font-weight:700}.cost-history-page .page-header .page-title-section .page-details .page-subtitle,.price-history-page .page-header .page-title-section .page-details .page-subtitle{margin:0;color:#666;font-size:16px}.cost-history-page .cost-history-page .page-icon,.price-history-page .cost-history-page .page-icon{background:linear-gradient(135deg,#36aad4,#2c8fb8)}.cost-history-page .price-history-page .page-icon,.price-history-page .price-history-page .page-icon{background:linear-gradient(135deg,#28a745,#218838);box-shadow:0 4px 16px #28a7454d}.cost-history-page .page-content,.price-history-page .page-content{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #0000001a}.cost-history-page .page-content .costs-history-list,.price-history-page .page-content .costs-history-list{display:flex;flex-direction:column;gap:20px}.cost-history-page .page-content .costs-history-list .cost-history-item,.price-history-page .page-content .costs-history-list .cost-history-item{padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e1e5e9;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.cost-history-page .page-content .costs-history-list .cost-history-item.most-recent,.price-history-page .page-content .costs-history-list .cost-history-item.most-recent{background:#e7f3f8;border:2px solid #36aad4;box-shadow:0 4px 8px #36aad433}.cost-history-page .page-content .costs-history-list .cost-history-item:hover,.price-history-page .page-content .costs-history-list .cost-history-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-header,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e1e5e9}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-header h4,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-header h4{margin:0;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-header h4 svg,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-header h4 svg{color:#36aad4}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-header .status-badge,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-header .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-header .status-badge.current,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-header .status-badge.current{background:#d4edda;color:#155724}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field{display:flex;flex-direction:column;gap:6px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e1e5e9}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field.highlighted,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field.highlighted{background:#e7f3f8;border:2px solid #36aad4}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field label,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field .value,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field .value{font-size:16px;font-weight:600;color:#333}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field .value.highlighted,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field .value.highlighted{color:#36aad4;font-size:18px}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #e1e5e9}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-label,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#666}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-label svg,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-label svg{color:#6c757d}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-value,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-value{font-size:13px;font-weight:600;color:#333}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-notes,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-notes{margin-top:12px;padding-top:12px;border-top:1px solid #e1e5e9}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-notes label,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-notes label{display:block;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.cost-history-page .page-content .costs-history-list .cost-history-item .cost-history-notes p,.price-history-page .page-content .costs-history-list .cost-history-item .cost-history-notes p{margin:0;font-size:14px;color:#333;font-style:italic;padding:8px 12px;background:#fff;border-radius:6px;border-left:3px solid #36aad4}.cost-history-page .page-content .no-history-message,.price-history-page .page-content .no-history-message{padding:60px 20px;text-align:center;background:#f8f9fa;border-radius:12px;border:2px dashed #e1e5e9}.cost-history-page .page-content .no-history-message svg,.price-history-page .page-content .no-history-message svg{margin-bottom:20px}.cost-history-page .page-content .no-history-message h3,.price-history-page .page-content .no-history-message h3{margin:0 0 12px;color:#333;font-size:24px;font-weight:600}.cost-history-page .page-content .no-history-message p,.price-history-page .page-content .no-history-message p{margin:0 0 24px;color:#666;font-size:16px}.cost-history-page .page-content .no-history-message .btn-primary,.price-history-page .page-content .no-history-message .btn-primary{padding:12px 24px;background:#36aad4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.cost-history-page .page-content .no-history-message .btn-primary:hover,.price-history-page .page-content .no-history-message .btn-primary:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.cost-history-page .page-content .price-tabs-container,.price-history-page .page-content .price-tabs-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;overflow:hidden}.cost-history-page .page-content .price-tabs-container .price-tabs-header,.price-history-page .page-content .price-tabs-container .price-tabs-header{display:flex;background:#f8f9fa;border-bottom:1px solid #e1e5e9}.cost-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button,.price-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 20px;background:none;border:none;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent}.cost-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button:hover:not(.disabled),.price-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button:hover:not(.disabled){background:#e9ecef;color:#333}.cost-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button.active,.price-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button.active{background:#fff;color:#28a745;border-bottom-color:#28a745;font-weight:600}.cost-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button.disabled,.price-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button.disabled{opacity:.5;cursor:not-allowed;color:#999}.cost-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button .tab-count,.price-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button .tab-count{font-size:12px;background:#e9ecef;padding:2px 8px;border-radius:12px;font-weight:600}.cost-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button.active .tab-count,.price-history-page .page-content .price-tabs-container .price-tabs-header .price-tab-button.active .tab-count{background:#28a745;color:#fff}.cost-history-page .page-content .price-tab-content,.price-history-page .page-content .price-tab-content{min-height:400px}.cost-history-page .page-content .price-tab-content .tab-content-header,.price-history-page .page-content .price-tab-content .tab-content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e1e5e9}.cost-history-page .page-content .price-tab-content .tab-content-header h3,.price-history-page .page-content .price-tab-content .tab-content-header h3{margin:0;color:#333;font-size:20px;font-weight:600}.cost-history-page .page-content .price-tab-content .tab-content-header .btn-chart,.price-history-page .page-content .price-tab-content .tab-content-header .btn-chart{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.cost-history-page .page-content .price-tab-content .tab-content-header .btn-chart:hover,.price-history-page .page-content .price-tab-content .tab-content-header .btn-chart:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.cost-history-page .page-content .prices-history-list,.price-history-page .page-content .prices-history-list{display:flex;flex-direction:column;gap:20px}.cost-history-page .page-content .prices-history-list .price-history-item,.price-history-page .page-content .prices-history-list .price-history-item{padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e1e5e9;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.cost-history-page .page-content .prices-history-list .price-history-item.most-recent,.price-history-page .page-content .prices-history-list .price-history-item.most-recent{background:#e7f5e7;border:2px solid #28a745;box-shadow:0 4px 8px #28a74533}.cost-history-page .page-content .prices-history-list .price-history-item:hover,.price-history-page .page-content .prices-history-list .price-history-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e1e5e9}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header h4,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header h4{margin:0;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header h4 svg,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header h4 svg{color:#28a745}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header .header-badges,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header .header-badges{display:flex;gap:8px;align-items:center}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge.active,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge.active{background:#d4edda;color:#155724}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge.inactive,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge.inactive{background:#f8d7da;color:#721c24}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge.current,.price-history-page .page-content .prices-history-list .price-history-item .price-history-header .status-badge.current{background:#28a745;color:#fff}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-grid,.price-history-page .page-content .prices-history-list .price-history-item .price-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field,.price-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field{display:flex;flex-direction:column;gap:6px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e1e5e9}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field label,.price-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field .value,.price-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field .value{font-size:16px;font-weight:600;color:#333}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field .value.success,.price-history-page .page-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field .value.success{color:#28a745}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-dates,.price-history-page .page-content .prices-history-list .price-history-item .price-history-dates{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #e1e5e9}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info,.price-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info .date-label,.price-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info .date-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#666}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info .date-label svg,.price-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info .date-label svg{color:#6c757d}.cost-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info .date-value,.price-history-page .page-content .prices-history-list .price-history-item .price-history-dates .date-info .date-value{font-size:13px;font-weight:600;color:#333}.cost-history-page .loading-container,.price-history-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.cost-history-page .loading-container .loading-spinner,.price-history-page .loading-container .loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #36aad4;border-radius:50%;animation:spin 1s linear infinite}.cost-history-page .loading-container p,.price-history-page .loading-container p{color:#666;font-size:16px}.chart-modal-content{padding:20px}.chart-modal-content .chart-container{width:100%;min-height:400px}.chart-modal-content .no-data-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.chart-modal-content .no-data-message svg{margin-bottom:20px}.chart-modal-content .no-data-message p{margin:0;color:#666;font-size:16px}.inventario-details-page{padding:20px;width:100%;min-height:calc(100vh - 40px);background:#f8f9fa;overflow-y:auto;box-sizing:border-box;max-height:calc(100vh - 40px)}.inventario-details-page .details-header{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 2px 8px #0000001a;width:100%}.inventario-details-page .details-header .header-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.inventario-details-page .details-header .header-actions .btn-back{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inventario-details-page .details-header .header-actions .btn-back:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.inventario-details-page .details-header .header-actions .btn-edit{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#36aad4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inventario-details-page .details-header .header-actions .btn-edit:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.inventario-details-page .details-header .producto-info{display:flex;align-items:center;gap:24px}.inventario-details-page .details-header .producto-info .producto-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#36aad4,#2c8fb8);border-radius:16px;box-shadow:0 4px 16px #36aad44d}.inventario-details-page .details-header .producto-info .producto-details{flex:1}.inventario-details-page .details-header .producto-info .producto-details h1{margin:0 0 12px;color:#333;font-size:28px;font-weight:700;line-height:1.2}.inventario-details-page .details-header .producto-info .producto-details .producto-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.inventario-details-page .details-header .producto-info .producto-details .producto-meta span{padding:6px 12px;background:#f8f9fa;border-radius:20px;font-size:14px;font-weight:500;color:#666;border:1px solid #e1e5e9}.inventario-details-page .details-header .producto-info .producto-details .producto-meta span.codigo{background:#e3f2fd;color:#1976d2;border-color:#bbdefb}.inventario-details-page .details-header .producto-info .producto-details .producto-meta span.categoria{background:#f3e5f5;color:#7b1fa2;border-color:#e1bee7}.inventario-details-page .details-header .producto-info .producto-details .producto-meta span.proveedor{background:#e8f5e8;color:#2e7d32;border-color:#c8e6c9}.inventario-details-page .details-header .producto-info .producto-details .producto-status{display:flex;gap:12px;flex-wrap:wrap}.inventario-details-page .details-header .producto-info .producto-details .producto-status .status-badge{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.inventario-details-page .details-header .producto-info .producto-details .producto-status .status-badge.normal-stock{background:#d4edda;color:#155724}.inventario-details-page .details-header .producto-info .producto-details .producto-status .status-badge.low-stock{background:#fff3cd;color:#856404}.inventario-details-page .details-header .producto-info .producto-details .producto-status .status-badge.out-of-stock{background:#f8d7da;color:#721c24}.inventario-details-page .details-header .producto-info .producto-details .producto-status .rotacion-badge{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.inventario-details-page .details-header .producto-info .producto-details .producto-status .rotacion-badge.high{background:#d4edda;color:#155724}.inventario-details-page .details-header .producto-info .producto-details .producto-status .rotacion-badge.medium{background:#fff3cd;color:#856404}.inventario-details-page .details-header .producto-info .producto-details .producto-status .rotacion-badge.low{background:#f8d7da;color:#721c24}.inventario-details-page .tabs-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:24px;overflow:hidden}.inventario-details-page .tabs-container .tabs-header{display:flex;background:#f8f9fa;border-bottom:1px solid #e1e5e9}.inventario-details-page .tabs-container .tabs-header .tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 20px;background:none;border:none;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;position:relative}.inventario-details-page .tabs-container .tabs-header .tab-button:hover:not(.disabled):not(:disabled){background:#e9ecef;color:#333}.inventario-details-page .tabs-container .tabs-header .tab-button.active{background:#fff;color:#36aad4;border-bottom-color:#36aad4}.inventario-details-page .tabs-container .tabs-header .tab-button.disabled,.inventario-details-page .tabs-container .tabs-header .tab-button:disabled{opacity:.6;cursor:not-allowed;color:#999}.inventario-details-page .tabs-container .tabs-header .tab-button.disabled:hover,.inventario-details-page .tabs-container .tabs-header .tab-button:disabled:hover{background:#f8f9fa;color:#999}.inventario-details-page .tabs-container .tabs-header .tab-button.requires-attention svg[color="#ffc107"]{animation:pulse-warning 2s ease-in-out infinite}@keyframes pulse-warning{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.inventario-details-page .tabs-container .tab-content{padding:32px}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section{margin-bottom:40px;padding:24px;background:#fff;border-radius:12px;border:1px solid #e1e5e9;box-shadow:0 2px 8px #0000000d}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section:last-child{margin-bottom:0}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .section-title{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f0f0f0}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .section-title svg{color:#36aad4;flex-shrink:0}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .section-title h4{margin:0;font-size:18px;font-weight:600;color:#333}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-bottom:0}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item{padding:16px;border-bottom:1px solid #f0f0f0;display:flex;flex-direction:column;gap:8px}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item:last-child{border-bottom:none}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item.full-width{grid-column:1/-1}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .info-label{display:flex;align-items:center;gap:8px;margin-bottom:8px}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .info-label svg{color:#6c757d;flex-shrink:0;opacity:.7}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .info-label label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin:0}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .value{font-size:15px;font-weight:500;color:#333;display:flex;align-items:center;gap:8px}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .value.highlight{color:#36aad4;font-size:16px}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .value.warning{color:#ffc107}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:600;white-space:nowrap}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .status-badge.active{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .status-badge.active svg{color:#28a745}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .status-badge.inactive{background:#f8f9fa;color:#6c757d;border:1px solid #dee2e6}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .status-badge.inactive svg{color:#6c757d}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .status-badge.warning{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section .info-item .status-badge.warning svg{color:#ffc107}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section.dates-section{border-left:4px solid #17a2b8}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section.config-section{border-left:4px solid #28a745}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section.status-section{border-left:4px solid #ffc107}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section.features-section{border-left:4px solid #6f42c1}.inventario-details-page .tabs-container .tab-content .complementos-tab .section-card .info-section.system-section{border-left:4px solid #6c757d}.inventario-details-page .tabs-container .tab-content .section-card .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .section-header h3{margin:0;color:#333;font-size:20px;font-weight:600;display:flex;align-items:center;gap:8px}.inventario-details-page .tabs-container .tab-content .section-card .section-header h3 svg{color:#36aad4}.inventario-details-page .tabs-container .tab-content .section-card .section-header .btn-success{background:#28a745;color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 2px 8px #28a74533}.inventario-details-page .tabs-container .tab-content .section-card .section-header .btn-success:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.inventario-details-page .tabs-container .tab-content .section-card .section-header .btn-success:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #28a74533}.inventario-details-page .tabs-container .tab-content .section-card .section-header .btn-success:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.inventario-details-page .tabs-container .tab-content .section-card h3{margin:0 0 24px;color:#333;font-size:20px;font-weight:600;display:flex;align-items:center;gap:8px}.inventario-details-page .tabs-container .tab-content .section-card h3 svg{color:#36aad4}.inventario-details-page .tabs-container .tab-content .section-card .prices-costs-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 992px){.inventario-details-page .tabs-container .tab-content .section-card .prices-costs-grid{grid-template-columns:1fr 1fr;gap:32px}}.inventario-details-page .tabs-container .tab-content .section-card .subsection{margin-bottom:0;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .subsection:last-child{border-bottom:none;padding-bottom:0}@media (min-width: 992px){.inventario-details-page .tabs-container .tab-content .section-card .subsection{margin-bottom:0;padding-bottom:0;border-bottom:none;border-right:1px solid #e1e5e9;padding-right:24px}.inventario-details-page .tabs-container .tab-content .section-card .subsection:last-child{border-right:none;padding-right:0;padding-left:24px}}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:12px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header h4{margin:0;color:#333;font-size:16px;font-weight:600}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .btn-sm{padding:6px 12px;font-size:.8rem;display:flex;align-items:center;gap:4px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .btn-sm:disabled{opacity:.6;cursor:not-allowed;background:#6c757d}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions .btn-view-history{background:#6c757d;color:#fff;border:none;padding:6px 12px;font-size:.8rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:4px;white-space:nowrap}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions .btn-view-history:hover:not(:disabled){background:#5a6268;transform:translateY(-1px);box-shadow:0 2px 8px #6c757d4d}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions .btn-view-history:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .btn-success{background:#28a745;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:500;display:flex;align-items:center;gap:4px;transition:all .3s ease;box-shadow:0 2px 4px #28a74533;white-space:nowrap}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .btn-success:hover:not(:disabled){background:#218838;transform:translateY(-1px);box-shadow:0 2px 6px #28a7454d}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .btn-success:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #28a74533}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .btn-success:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-list,.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:20px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container{margin-top:12px;overflow-x:auto}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e1e5e9;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000014}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table thead{background:#f8f9fa;border-bottom:2px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table thead th{padding:.75rem .5rem;text-align:left;font-size:.75rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.3px;border-right:1px solid #e1e5e9;white-space:nowrap}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table thead th:last-child{border-right:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table thead th.text-center{text-align:center}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr{border-bottom:1px solid #e1e5e9;transition:background-color .2s ease}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr:hover{background:#f8f9fa}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr:last-child{border-bottom:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td{padding:.75rem .5rem;font-size:.85rem;color:#333;border-right:1px solid #e1e5e9;vertical-align:middle}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td:last-child{border-right:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td.text-center{text-align:center}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td.price-level{font-weight:600;color:#36aad4;font-size:.9rem;white-space:nowrap}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .price-input{width:100%;padding:.5rem .75rem;border:2px solid rgba(54,170,212,.2);border-radius:6px;font-size:.85rem;font-weight:500;color:#333;background:#fff;transition:all .3s ease;text-align:right;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .price-input::-webkit-inner-spin-button,.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .price-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 2px #36aad41a;transform:translateY(-1px)}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .price-input:hover:not(:focus){border-color:#36aad466}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .price-input::placeholder{color:#30303080}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .calculated-value{display:inline-block;padding:.375rem .5rem;font-weight:600;font-size:.85rem;background:#e3f2fd;color:#1976d2;border-radius:4px;text-align:right}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .calculated-value.success{background:#d4edda;color:#155724}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody tr td .empty-value{color:#999;font-style:italic;font-size:.85rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .regulated-price-section{margin-top:12px;padding:12px;background:#f8f9fa;border-radius:8px;border:1px solid #e1e5e9}@media (min-width: 768px){.inventario-details-page .tabs-container .tab-content .section-card .subsection .regulated-price-section{padding:16px}}.inventario-details-page .tabs-container .tab-content .section-card .subsection .regulated-price-section .form-group-inline{display:flex;align-items:center;gap:12px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .regulated-price-section .form-group-inline label{font-weight:600;color:#333;min-width:120px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .regulated-price-section .form-group-inline .value{font-size:16px;font-weight:600;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container{margin-top:12px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table{background:#fff;border:1px solid #e1e5e9;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000014}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid #e1e5e9;min-height:auto;transition:background-color .2s ease}@media (min-width: 768px){.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row{grid-template-columns:150px 1fr}}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row:last-child{border-bottom:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row:hover:not(.highlighted):not(.light-bg){background:#f8f9fa}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted{background:linear-gradient(135deg,#36aad4,#2c8fb8);color:#fff}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-label-cell,.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-value-cell{background:transparent}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.light-bg{background:#f8f9fa}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell{padding:.75rem .5rem;display:flex;align-items:center;background:#fff;border-right:1px solid #e1e5e9;vertical-align:middle}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label{font-size:.8rem;font-weight:600;color:#333;padding:.375rem .5rem;background:#fff;border:2px solid #e1e5e9;border-radius:6px;display:inline-block;min-width:80px;text-align:center;transition:all .3s ease}@media (min-width: 768px){.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label{min-width:100px;font-size:.9rem;padding:.5rem .75rem}}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label.highlighted{background:#fff3;color:#fff;border-color:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell{padding:.75rem .5rem;display:flex;align-items:center;background:#fff;border-right:1px solid #e1e5e9;vertical-align:middle}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-value{font-size:.85rem;font-weight:600;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable{font-size:.85rem;font-weight:500;color:#333;padding:.5rem .75rem;border:2px solid rgba(54,170,212,.2);border-radius:6px;width:100%;max-width:200px;background:#fff;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 2px #36aad41a;transform:translateY(-1px)}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable:hover:not(:focus){border-color:#36aad466}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable::placeholder{color:#30303080}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-action-cell{display:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-label-cell,.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-value-cell,.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-action-cell{background:transparent;color:#fff}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-label{background:#fff3;color:#fff;border-color:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-value{color:#fff}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-input-editable{background:#fff3;color:#fff;border-color:#ffffff80}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-input-editable::placeholder{color:#ffffffb3}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-input-editable:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff4d;background:#ffffff4d}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.light-bg .cost-label-cell,.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.light-bg .cost-value-cell,.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row.light-bg .cost-action-cell{background:#f8f9fa}.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card{background:#f8f9fa;border-radius:12px;padding:20px;border:1px solid #e1e5e9;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card:hover,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .price-card-header,.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .cost-card-header,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .price-card-header,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .cost-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .price-card-header h5,.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .cost-card-header h5,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .price-card-header h5,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .cost-card-header h5{margin:0;color:#333;font-size:16px;font-weight:600}.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .price-card-header .btn-icon,.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .cost-card-header .btn-icon,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .price-card-header .btn-icon,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .cost-card-header .btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#36aad4;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .price-card-header .btn-icon:hover,.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .cost-card-header .btn-icon:hover,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .price-card-header .btn-icon:hover,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .cost-card-header .btn-icon:hover{background:#2c8fb8;transform:scale(1.1)}.inventario-details-page .tabs-container .tab-content .section-card .subsection .price-card .info-grid,.inventario-details-page .tabs-container .tab-content .section-card .subsection .cost-card .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .empty-state{text-align:center;padding:40px 20px;background:#f8f9fa;border-radius:12px;border:2px dashed #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .subsection .empty-state p{margin:0 0 20px;color:#666;font-size:16px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .empty-state .btn-primary{display:inline-flex;align-items:center;gap:8px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .info-message{margin-top:16px;padding:12px 16px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;border-left:4px solid #ffc107}.inventario-details-page .tabs-container .tab-content .section-card .subsection .info-message p{margin:0;color:#856404;font-size:14px;font-weight:500}.inventario-details-page .tabs-container .tab-content .section-card .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-bottom:24px}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8f9fa;border-radius:8px}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item.full-width{grid-column:1/-1}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item .value{font-size:16px;font-weight:600;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item .value.highlight{color:#36aad4;font-size:18px}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item .value.success{color:#28a745}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item .value.warning{color:#ffc107}.inventario-details-page .tabs-container .tab-content .section-card .info-grid .info-item .value.danger{color:#dc3545}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section{margin-top:32px;padding-top:24px;border-top:2px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action h4{margin:0;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action h4 svg{color:#36aad4}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action .header-actions{display:flex;align-items:center;gap:12px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action .header-actions .btn-view-history{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action .header-actions .btn-view-history:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action .header-actions .btn-action-info{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#36aad4;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action .header-actions .btn-action-info:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .section-header-with-action .header-actions .btn-action-info svg{width:16px;height:16px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .costs-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:16px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .costs-info-grid .cost-info-item{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #36aad4}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .costs-info-grid .cost-info-item.highlighted{background:#e7f3f8;border-left-color:#2c8fb8}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .costs-info-grid .cost-info-item label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .costs-info-grid .cost-info-item .value{font-size:16px;font-weight:600;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .costs-info-grid .cost-info-item .value.highlighted{color:#36aad4;font-size:18px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .no-data-message{padding:20px;background:#f8f9fa;border-radius:8px;border:1px dashed #e1e5e9;text-align:center;margin-top:16px}.inventario-details-page .tabs-container .tab-content .section-card .costs-info-section .no-data-message p{margin:0;color:#666;font-size:14px}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section{margin-top:32px;padding-top:24px;border-top:2px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action h4{margin:0;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action h4 svg{color:#28a745}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action .header-actions{display:flex;align-items:center;gap:12px}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action .header-actions .btn-view-history{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action .header-actions .btn-view-history:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action .header-actions .btn-action-info{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#28a745;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action .header-actions .btn-action-info:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .section-header-with-action .header-actions .btn-action-info svg{width:16px;height:16px}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .cost-base-info{margin-bottom:16px;padding:12px 16px;background:#e7f3f8;border-left:4px solid #36aad4;border-radius:6px}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .cost-base-info p{margin:0;font-size:14px;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .cost-base-info p strong{color:#36aad4;font-weight:600}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table{margin-top:16px;overflow-x:auto}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table thead{background:#f8f9fa}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table thead th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table tbody tr{border-bottom:1px solid #e1e5e9;transition:background .2s ease}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table tbody tr:hover{background:#f8f9fa}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table tbody tr:last-child{border-bottom:none}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table tbody tr td{padding:12px 16px;font-size:14px;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table tbody tr td.value{font-weight:600}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .prices-info-table .info-table tbody tr td.value.success{color:#28a745}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .no-data-message{padding:20px;background:#f8f9fa;border-radius:8px;border:1px dashed #e1e5e9;text-align:center;margin-top:16px}.inventario-details-page .tabs-container .tab-content .section-card .prices-info-section .no-data-message p{margin:0;color:#666;font-size:14px}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section{margin-top:32px;padding-top:24px;border-top:2px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section h4{margin:0 0 16px;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section h4 svg{color:#36aad4}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container{background:#f8f9fa;border-radius:8px;border:1px solid #e1e5e9;overflow:hidden}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container .alternate-codes-list{display:flex;flex-wrap:wrap;gap:8px;padding:16px;max-height:300px;overflow-y:auto;overflow-x:hidden}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container .alternate-codes-list::-webkit-scrollbar{width:8px}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container .alternate-codes-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container .alternate-codes-list::-webkit-scrollbar-thumb{background:#36aad4;border-radius:4px}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container .alternate-codes-list::-webkit-scrollbar-thumb:hover{background:#2c8fb8}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container .alternate-codes-list .codigo-tag{display:inline-flex;align-items:center;padding:8px 12px;background:linear-gradient(135deg,#36aad4,#2c8fb8);color:#fff;border-radius:20px;font-size:14px;font-weight:500;box-shadow:0 2px 4px #36aad433;transition:all .3s ease;white-space:nowrap}.inventario-details-page .tabs-container .tab-content .section-card .alternate-codes-section .alternate-codes-container .alternate-codes-list .codigo-tag:hover{transform:translateY(-2px);box-shadow:0 4px 8px #36aad44d}.inventario-details-page .tabs-container .tab-content .section-card .checkbox-section{margin:24px 0}.inventario-details-page .tabs-container .tab-content .section-card .checkbox-section .checkbox-item{display:flex;align-items:center;gap:12px;padding:12px 0;cursor:pointer;font-size:14px;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .checkbox-section .checkbox-item input[type=checkbox]{width:18px;height:18px;accent-color:#36aad4}.inventario-details-page .tabs-container .tab-content .section-card .checkbox-section .checkbox-item:hover{background:#f8f9fa;border-radius:4px;padding-left:8px}.inventario-details-page .tabs-container .tab-content .section-card .button-section{margin-top:24px}.inventario-details-page .tabs-container .tab-content .section-card .button-section .btn-secondary{padding:12px 24px;background:#6c757d;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.inventario-details-page .tabs-container .tab-content .section-card .button-section .btn-secondary:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.inventario-details-page .tabs-container .tab-content .section-card .criterios-section{margin-top:32px;padding-top:24px;border-top:1px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .criterios-section h4{margin:0 0 16px;color:#333;font-size:16px;font-weight:600}.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group h5{margin:0 0 12px;color:#666;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .checkbox-item,.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .radio-item{display:flex;align-items:center;gap:8px;padding:8px 0;cursor:pointer;font-size:14px;color:#333}.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .checkbox-item input[type=checkbox],.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .checkbox-item input[type=radio],.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .radio-item input[type=checkbox],.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .radio-item input[type=radio]{width:16px;height:16px;accent-color:#36aad4}.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .checkbox-item:hover,.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid .criterios-group .radio-item:hover{background:#f8f9fa;border-radius:4px;padding-left:8px}.inventario-details-page .action-buttons-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px #0000001a}.inventario-details-page .action-buttons-section h3{margin:0 0 24px;color:#333;font-size:20px;font-weight:600;display:flex;align-items:center;gap:8px}.inventario-details-page .action-buttons-section h3 svg{color:#36aad4}.inventario-details-page .action-buttons-section .action-buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.inventario-details-page .action-buttons-section .action-buttons-grid .action-btn{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;background:#f8f9fa;border:2px solid #e1e5e9;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;color:#333;font-size:14px;font-weight:500}.inventario-details-page .action-buttons-section .action-buttons-grid .action-btn:hover{background:#36aad4;color:#fff;border-color:#36aad4;transform:translateY(-4px);box-shadow:0 8px 24px #36aad44d}.inventario-details-page .action-buttons-section .action-buttons-grid .action-btn svg{transition:transform .3s ease}.inventario-details-page .action-buttons-section .action-buttons-grid .action-btn:hover svg{transform:scale(1.1)}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.loading-container .loading-spinner,.error-container .loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #36aad4;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-container h2,.error-container h2{margin:0 0 12px;color:#333;font-size:24px;font-weight:600}.loading-container p,.error-container p{margin:0 0 24px;color:#666;font-size:16px;line-height:1.5}.loading-container .btn-primary,.error-container .btn-primary{padding:12px 24px;background:#36aad4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.loading-container .btn-primary:hover,.error-container .btn-primary:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.inventario-details-page{padding:16px}.inventario-details-page .details-header{padding:24px 20px}.inventario-details-page .details-header .header-actions{flex-direction:column;gap:12px;align-items:stretch}.inventario-details-page .details-header .header-actions .btn-back,.inventario-details-page .details-header .header-actions .btn-edit{justify-content:center}.inventario-details-page .details-header .producto-info{flex-direction:column;text-align:center;gap:16px}.inventario-details-page .details-header .producto-info .producto-details h1{font-size:24px}.inventario-details-page .details-header .producto-info .producto-details .producto-meta,.inventario-details-page .details-header .producto-info .producto-details .producto-status{justify-content:center}.inventario-details-page .tabs-container .tabs-header{flex-direction:column}.inventario-details-page .tabs-container .tabs-header .tab-button{border-bottom:1px solid #e1e5e9;border-right:none}.inventario-details-page .tabs-container .tabs-header .tab-button.active{border-bottom-color:#e1e5e9;border-left:3px solid #36aad4}.inventario-details-page .tabs-container .tab-content{padding:20px}.inventario-details-page .tabs-container .tab-content .section-card .info-grid,.inventario-details-page .tabs-container .tab-content .section-card .criterios-section .criterios-grid{grid-template-columns:1fr;gap:16px}.inventario-details-page .action-buttons-section{padding:20px}.inventario-details-page .action-buttons-section .action-buttons-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.inventario-details-page .action-buttons-section .action-buttons-grid .action-btn{padding:16px 12px;font-size:12px}}@media (max-width: 768px) and (max-width: 768px){.inventario-details-page .prices-tab .subsection .prices-list,.inventario-details-page .prices-tab .subsection .costs-list{grid-template-columns:1fr}}.modal .form-group{margin-bottom:20px}.modal .form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#333}.modal .form-group select{width:100%;padding:10px 12px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;transition:all .3s ease}.modal .form-group select:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 3px #36aad41a}.modal .form-group select.error{border-color:#dc3545}.modal .form-group select:disabled{background:#f8f9fa;cursor:not-allowed}.modal .form-group .calculated-value{padding:12px;background:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;font-size:18px;font-weight:600;color:#2e7d32;text-align:center}.modal .form-group .form-text{display:block;margin-top:6px;font-size:12px;color:#666}.modal .form-group .error-message{display:block;margin-top:6px;font-size:12px;color:#dc3545}.modal .modal-medium{max-width:600px;width:90%}.modal .modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px;border-top:1px solid #e1e5e9;margin-top:20px}.modal .modal-footer .btn-secondary{background:#6c757d;color:#fff;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.modal .modal-footer .btn-secondary:hover:not(:disabled){background:#5a6268;transform:translateY(-2px);box-shadow:0 4px 12px #6c757d4d}.modal .modal-footer .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.modal .modal-footer .btn-success{background:#28a745;color:#fff;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.modal .modal-footer .btn-success:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.modal .modal-footer .btn-success:disabled{opacity:.6;cursor:not-allowed}.modal .costs-modal-content .subsection,.modal .prices-modal-content .subsection{margin-bottom:0}.modal .costs-modal-content .subsection .subsection-header,.modal .prices-modal-content .subsection .subsection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.modal .costs-modal-content .subsection .subsection-header h4,.modal .prices-modal-content .subsection .subsection-header h4{margin:0;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.modal .costs-modal-content .subsection .subsection-header h4 svg,.modal .prices-modal-content .subsection .subsection-header h4 svg{color:#36aad4}.modal .costs-modal-content .subsection .subsection-header .header-actions,.modal .costs-modal-content .subsection .subsection-header .header-info,.modal .prices-modal-content .subsection .subsection-header .header-actions,.modal .prices-modal-content .subsection .subsection-header .header-info{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.modal .costs-modal-content .subsection .subsection-header .header-actions .btn-view-history,.modal .costs-modal-content .subsection .subsection-header .header-info .btn-view-history,.modal .prices-modal-content .subsection .subsection-header .header-actions .btn-view-history,.modal .prices-modal-content .subsection .subsection-header .header-info .btn-view-history{padding:8px 16px;background:#6c757d;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.modal .costs-modal-content .subsection .subsection-header .header-actions .btn-view-history:hover,.modal .costs-modal-content .subsection .subsection-header .header-info .btn-view-history:hover,.modal .prices-modal-content .subsection .subsection-header .header-actions .btn-view-history:hover,.modal .prices-modal-content .subsection .subsection-header .header-info .btn-view-history:hover{background:#5a6268;transform:translateY(-2px)}.modal .costs-modal-content .subsection .subsection-header .header-actions span,.modal .costs-modal-content .subsection .subsection-header .header-info span,.modal .prices-modal-content .subsection .subsection-header .header-actions span,.modal .prices-modal-content .subsection .subsection-header .header-info span{font-size:14px;color:#666;font-weight:500;padding:6px 12px;background:#f8f9fa;border-radius:6px;border:1px solid #e1e5e9}.modal .costs-modal-content .subsection .costs-form-table-container,.modal .prices-modal-content .subsection .costs-form-table-container{margin-top:12px}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table{background:#fff;border:1px solid #e1e5e9;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000014}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid #e1e5e9;min-height:auto;transition:background-color .2s ease}@media (min-width: 768px){.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row{grid-template-columns:150px 1fr}}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row:last-child,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row:last-child{border-bottom:none}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row:hover:not(.highlighted):not(.light-bg),.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row:hover:not(.highlighted):not(.light-bg){background:#f8f9fa}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted{background:linear-gradient(135deg,#36aad4,#2c8fb8);color:#fff}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-label-cell,.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-value-cell,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-label-cell,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-value-cell{background:transparent}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-label,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.highlighted .cost-label{color:#fff}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.light-bg,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row.light-bg{background:#f8f9fa}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell{padding:12px 16px;display:flex;align-items:center;border-right:1px solid #e1e5e9}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label{font-size:14px;font-weight:600;color:#333}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label.highlighted,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label.highlighted{color:#fff}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell{padding:12px 16px;display:flex;align-items:center;gap:8px}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-value,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-value{font-size:16px;font-weight:600;color:#333}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable{width:100%;padding:8px 12px;border:2px solid rgba(54,170,212,.2);border-radius:6px;font-size:14px;font-weight:500;color:#333;background:#fff;transition:all .3s ease}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable:focus,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 2px #36aad41a}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable.error,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable.error{border-color:#dc3545}.modal .costs-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .error-message,.modal .prices-modal-content .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .error-message{color:#dc3545;font-size:12px;margin-top:4px}.modal .costs-modal-content .subsection .prices-table-container,.modal .prices-modal-content .subsection .prices-table-container{margin-top:12px;overflow-x:auto}.modal .costs-modal-content .subsection .prices-table-container .prices-table,.modal .prices-modal-content .subsection .prices-table-container .prices-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e1e5e9;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #00000014}.modal .costs-modal-content .subsection .prices-table-container .prices-table thead,.modal .prices-modal-content .subsection .prices-table-container .prices-table thead{background:#f8f9fa;border-bottom:2px solid #e1e5e9}.modal .costs-modal-content .subsection .prices-table-container .prices-table thead th,.modal .prices-modal-content .subsection .prices-table-container .prices-table thead th{padding:.75rem .5rem;text-align:left;font-size:.75rem;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.3px;border-right:1px solid #e1e5e9;white-space:nowrap}.modal .costs-modal-content .subsection .prices-table-container .prices-table thead th:last-child,.modal .prices-modal-content .subsection .prices-table-container .prices-table thead th:last-child{border-right:none}.modal .costs-modal-content .subsection .prices-table-container .prices-table thead th.text-center,.modal .prices-modal-content .subsection .prices-table-container .prices-table thead th.text-center{text-align:center}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr{border-bottom:1px solid #e1e5e9;transition:background-color .2s ease}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr:hover,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr:hover{background:#f8f9fa}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr:last-child,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr:last-child{border-bottom:none}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td{padding:.75rem .5rem;font-size:.85rem;color:#333;border-right:1px solid #e1e5e9;vertical-align:middle}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td:last-child,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td:last-child{border-right:none}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td.text-center,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td.text-center{text-align:center}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td.price-level,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td.price-level{font-weight:600;color:#36aad4;font-size:.9rem;white-space:nowrap}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td.error-message,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td.error-message{padding:8px;background:#fff3cd;border-left:4px solid #ffc107}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input{width:100%;padding:.5rem .75rem;border:2px solid rgba(54,170,212,.2);border-radius:6px;font-size:.85rem;font-weight:500;color:#333;background:#fff;transition:all .3s ease;text-align:right;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input::-webkit-inner-spin-button,.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input::-webkit-outer-spin-button,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input::-webkit-inner-spin-button,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input:focus,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 2px #36aad41a}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input.error,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td .price-input.error{border-color:#dc3545}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td .calculated-value,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td .calculated-value{display:inline-block;padding:.375rem .5rem;font-weight:600;font-size:.85rem;background:#e3f2fd;color:#1976d2;border-radius:4px;text-align:right}.modal .costs-modal-content .subsection .prices-table-container .prices-table tbody tr td .calculated-value.success,.modal .prices-modal-content .subsection .prices-table-container .prices-table tbody tr td .calculated-value.success{background:#d4edda;color:#155724}.modal .costs-modal-content .subsection .prices-items-container,.modal .prices-modal-content .subsection .prices-items-container{margin-top:12px;display:flex;flex-direction:column;gap:16px}.modal .costs-modal-content .subsection .prices-items-container .price-item,.modal .prices-modal-content .subsection .prices-items-container .price-item{display:flex;align-items:flex-start;gap:12px;background:#fff;border:2px solid #e1e5e9;border-radius:8px;padding:16px;transition:all .3s ease;box-shadow:0 2px 4px #00000014}.modal .costs-modal-content .subsection .prices-items-container .price-item:hover,.modal .prices-modal-content .subsection .prices-items-container .price-item:hover{border-color:#36aad4;box-shadow:0 4px 8px #36aad426;transform:translateY(-2px)}.modal .costs-modal-content .subsection .prices-items-container .price-item.dragging,.modal .prices-modal-content .subsection .prices-items-container .price-item.dragging{opacity:.5;border-color:#36aad4;background:#f0f8ff}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle{display:flex;align-items:center;padding:8px 4px;cursor:grab;color:#6c757d;transition:color .2s ease;-webkit-user-select:none;user-select:none}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle:active,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle:active{cursor:grabbing}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle:hover,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle:hover{color:#36aad4}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle .drag-icon,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-drag-handle .drag-icon{font-size:24px}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content{flex:1;display:flex;flex-direction:column;gap:12px}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-level,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-level{font-size:16px;font-weight:600;color:#36aad4}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button{display:flex;align-items:center;justify-content:center;padding:6px 8px;background:transparent;border:1px solid #dc3545;border-radius:6px;color:#dc3545;cursor:pointer;transition:all .2s ease;font-size:16px}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button:hover:not(:disabled),.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button:hover:not(:disabled){background:#dc3545;color:#fff;transform:scale(1.05)}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button:disabled,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button:disabled{opacity:.5;cursor:not-allowed;border-color:#6c757d;color:#6c757d}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button .delete-icon,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-header .price-item-delete-button .delete-icon{font-size:18px}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}@media (max-width: 768px){.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields{grid-template-columns:1fr}}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group{display:flex;flex-direction:column;gap:6px}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group label,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input{width:100%;padding:.5rem .75rem;border:2px solid rgba(54,170,212,.2);border-radius:6px;font-size:.9rem;font-weight:500;color:#333;background:#fff;transition:all .3s ease;text-align:right;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input::-webkit-inner-spin-button,.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input::-webkit-outer-spin-button,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input::-webkit-inner-spin-button,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input:focus,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input:focus{outline:none;border-color:#36aad4;box-shadow:0 0 0 2px #36aad41a}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input.error,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .price-input.error{border-color:#dc3545}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .calculated-value,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .price-item-fields .price-field-group .calculated-value{display:inline-block;width:100%;padding:.5rem .75rem;font-weight:600;font-size:.9rem;background:#d4edda;color:#155724;border-radius:6px;border:2px solid #c3e6cb;text-align:right}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .error-message,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .error-message{margin-top:8px;padding:8px 12px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;border-left:4px solid #dc3545}.modal .costs-modal-content .subsection .prices-items-container .price-item .price-item-content .error-message span,.modal .prices-modal-content .subsection .prices-items-container .price-item .price-item-content .error-message span{color:#721c24;font-size:.875rem;font-weight:500}.modal .costs-modal-content .subsection .prices-items-container .add-price-button,.modal .prices-modal-content .subsection .prices-items-container .add-price-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#36aad4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #36aad433}.modal .costs-modal-content .subsection .prices-items-container .add-price-button:hover:not(:disabled),.modal .prices-modal-content .subsection .prices-items-container .add-price-button:hover:not(:disabled){background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 8px #36aad44d}.modal .costs-modal-content .subsection .prices-items-container .add-price-button:disabled,.modal .prices-modal-content .subsection .prices-items-container .add-price-button:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.modal .costs-modal-content .subsection .prices-items-container .add-price-button .add-icon,.modal .prices-modal-content .subsection .prices-items-container .add-price-button .add-icon{font-size:20px}.modal .costs-modal-content .subsection .info-message,.modal .prices-modal-content .subsection .info-message{margin-top:16px;padding:12px 16px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;border-left:4px solid #ffc107}.modal .costs-modal-content .subsection .info-message p,.modal .prices-modal-content .subsection .info-message p{margin:0;color:#856404;font-size:14px;font-weight:500}@media (max-width: 768px){.inventario-details-page .tabs-container .tab-content .section-card .prices-costs-grid{gap:20px}.inventario-details-page .tabs-container .tab-content .section-card .subsection{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .subsection:last-child{margin-bottom:0;border-bottom:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header{flex-direction:column;align-items:flex-start;gap:8px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header h4{font-size:14px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions .btn-view-history,.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions .btn-success{font-size:.75rem;padding:5px 10px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table thead th{padding:.5rem .25rem;font-size:.7rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td{padding:.5rem .25rem;font-size:.8rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .price-input{padding:.4rem .5rem;font-size:.8rem;text-align:right;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .price-input::-webkit-inner-spin-button,.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .calculated-value{padding:.25rem .4rem;font-size:.8rem;text-align:right}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row{min-height:auto}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell{padding:.5rem .25rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label{font-size:.75rem;padding:.25rem .4rem;min-width:70px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell{padding:.5rem .25rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-value{font-size:.8rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable{padding:.4rem .5rem;font-size:.8rem;max-width:100%}}@media (max-width: 480px){.inventario-details-page{padding:12px}.inventario-details-page .details-header{padding:20px 16px}.inventario-details-page .details-header .producto-info .producto-details h1{font-size:20px}.inventario-details-page .details-header .producto-info .producto-details .producto-meta{flex-direction:column;gap:8px}.inventario-details-page .tabs-container .tab-content{padding:12px}.inventario-details-page .tabs-container .tab-content .section-card .prices-costs-grid{gap:16px}.inventario-details-page .tabs-container .tab-content .section-card .subsection{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e1e5e9}.inventario-details-page .tabs-container .tab-content .section-card .subsection:last-child{margin-bottom:0;border-bottom:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header{margin-bottom:8px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header h4{font-size:13px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions{gap:6px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions .btn-view-history,.inventario-details-page .tabs-container .tab-content .section-card .subsection .subsection-header .header-actions .btn-success{font-size:.7rem;padding:4px 8px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container{margin-top:8px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table{border-radius:6px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table thead th{padding:.4rem .2rem;font-size:.65rem;letter-spacing:.2px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td{padding:.4rem .2rem;font-size:.75rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td.price-level{font-size:.8rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .price-input{padding:.35rem .4rem;font-size:.75rem;border-radius:4px;text-align:right;-moz-appearance:textfield;-webkit-appearance:none;appearance:none}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .price-input::-webkit-inner-spin-button,.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.inventario-details-page .tabs-container .tab-content .section-card .subsection .prices-table-container .prices-table tbody td .calculated-value{padding:.2rem .3rem;font-size:.75rem;border-radius:3px;text-align:right}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container{margin-top:8px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table{border-radius:6px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row{min-height:auto}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell{padding:.4rem .2rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-label-cell .cost-label{font-size:.7rem;padding:.2rem .3rem;min-width:60px;border-radius:4px}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell{padding:.4rem .2rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-value{font-size:.75rem}.inventario-details-page .tabs-container .tab-content .section-card .subsection .costs-form-table-container .costs-form-table .cost-row .cost-value-cell .cost-input-editable{padding:.35rem .4rem;font-size:.75rem;border-radius:4px;max-width:100%}.inventario-details-page .action-buttons-section{padding:16px}.inventario-details-page .action-buttons-section .action-buttons-grid{grid-template-columns:1fr}}.history-modal-content .history-section{margin-bottom:24px}.history-modal-content .history-section:last-of-type{margin-bottom:0}.history-modal-content .history-section h4{margin:0 0 16px;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.history-modal-content .history-section h4 svg{color:#36aad4}.history-modal-content .history-section .history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.history-modal-content .history-section .history-grid .history-item{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #36aad4}.history-modal-content .history-section .history-grid .history-item.highlighted{background:#e7f3f8;border-left-color:#2c8fb8}.history-modal-content .history-section .history-grid .history-item label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.history-modal-content .history-section .history-grid .history-item .value{font-size:16px;font-weight:600;color:#333}.history-modal-content .history-section .history-grid .history-item .value.highlighted{color:#36aad4;font-size:18px}.history-modal-content .history-section .history-grid .history-item .value.success{color:#28a745}.history-modal-content .history-section .history-info-list{display:flex;flex-direction:column;gap:12px}.history-modal-content .history-section .history-info-list .info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #36aad4}.history-modal-content .history-section .history-info-list .info-row .info-label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#666}.history-modal-content .history-section .history-info-list .info-row .info-label svg{color:#36aad4}.history-modal-content .history-section .history-info-list .info-row .info-value{font-size:14px;font-weight:600;color:#333}.history-modal-content .costs-history-list{display:flex;flex-direction:column;gap:20px}.history-modal-content .costs-history-list .cost-history-item{padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e1e5e9;box-shadow:0 2px 4px #0000000d;transition:all .3s ease}.history-modal-content .costs-history-list .cost-history-item.most-recent{background:#e7f3f8;border:2px solid #36aad4;box-shadow:0 4px 8px #36aad433}.history-modal-content .costs-history-list .cost-history-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.history-modal-content .costs-history-list .cost-history-item .cost-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e1e5e9}.history-modal-content .costs-history-list .cost-history-item .cost-history-header h4{margin:0;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.history-modal-content .costs-history-list .cost-history-item .cost-history-header h4 svg{color:#36aad4}.history-modal-content .costs-history-list .cost-history-item .cost-history-header .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.history-modal-content .costs-history-list .cost-history-item .cost-history-header .status-badge.current{background:#d4edda;color:#155724}.history-modal-content .costs-history-list .cost-history-item .cost-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:16px}.history-modal-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field{display:flex;flex-direction:column;gap:6px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e1e5e9}.history-modal-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field.highlighted{background:#e7f3f8;border:2px solid #36aad4}.history-modal-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.history-modal-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field .value{font-size:16px;font-weight:600;color:#333}.history-modal-content .costs-history-list .cost-history-item .cost-history-grid .cost-history-item-field .value.highlighted{color:#36aad4;font-size:18px}.history-modal-content .costs-history-list .cost-history-item .cost-history-dates{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #e1e5e9}.history-modal-content .costs-history-list .cost-history-item .cost-history-dates .date-info{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.history-modal-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#666}.history-modal-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-label svg{color:#6c757d}.history-modal-content .costs-history-list .cost-history-item .cost-history-dates .date-info .date-value{font-size:13px;font-weight:600;color:#333}.history-modal-content .costs-history-list .cost-history-item .cost-history-notes{margin-top:12px;padding-top:12px;border-top:1px solid #e1e5e9}.history-modal-content .costs-history-list .cost-history-item .cost-history-notes label{display:block;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.history-modal-content .costs-history-list .cost-history-item .cost-history-notes p{margin:0;font-size:14px;color:#333;font-style:italic;padding:8px 12px;background:#fff;border-radius:6px;border-left:3px solid #36aad4}.history-modal-content .prices-history-list{display:flex;flex-direction:column;gap:20px}.history-modal-content .prices-history-list .price-history-item{padding:20px;background:#f8f9fa;border-radius:12px;border:1px solid #e1e5e9;box-shadow:0 2px 4px #0000000d}.history-modal-content .prices-history-list .price-history-item .price-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e1e5e9}.history-modal-content .prices-history-list .price-history-item .price-history-header h4{margin:0;color:#333;font-size:18px;font-weight:600;display:flex;align-items:center;gap:8px}.history-modal-content .prices-history-list .price-history-item .price-history-header h4 svg{color:#28a745}.history-modal-content .prices-history-list .price-history-item .price-history-header .status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase}.history-modal-content .prices-history-list .price-history-item .price-history-header .status-badge.active{background:#d4edda;color:#155724}.history-modal-content .prices-history-list .price-history-item .price-history-header .status-badge.inactive{background:#f8d7da;color:#721c24}.history-modal-content .prices-history-list .price-history-item .price-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px}.history-modal-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field{display:flex;flex-direction:column;gap:6px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e1e5e9}.history-modal-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field label{font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.history-modal-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field .value{font-size:16px;font-weight:600;color:#333}.history-modal-content .prices-history-list .price-history-item .price-history-grid .price-history-item-field .value.success{color:#28a745}.history-modal-content .prices-history-list .price-history-item .price-history-dates{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #e1e5e9}.history-modal-content .prices-history-list .price-history-item .price-history-dates .date-info{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.history-modal-content .prices-history-list .price-history-item .price-history-dates .date-info .date-label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#666}.history-modal-content .prices-history-list .price-history-item .price-history-dates .date-info .date-label svg{color:#6c757d}.history-modal-content .prices-history-list .price-history-item .price-history-dates .date-info .date-value{font-size:13px;font-weight:600;color:#333}.history-modal-content .no-history-message{padding:60px 20px;text-align:center;background:#f8f9fa;border-radius:12px;border:2px dashed #e1e5e9}.history-modal-content .no-history-message svg{margin-bottom:20px}.history-modal-content .no-history-message h3{margin:0 0 12px;color:#333;font-size:24px;font-weight:600}.history-modal-content .no-history-message p{margin:0 0 24px;color:#666;font-size:16px}.history-modal-content .no-history-message .btn-primary{padding:12px 24px;background:#36aad4;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.history-modal-content .no-history-message .btn-primary:hover{background:#2c8fb8;transform:translateY(-2px);box-shadow:0 4px 12px #36aad44d}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}body{background-color:#e3e2e2;display:flex;justify-content:center;align-items:center;min-height:100vh}
