.location-services-container{height:100%;display:flex;flex-direction:column}.location-services-layout{display:flex;gap:8px;height:100%;padding:4px}.locations-panel{width:300px;display:flex;flex-direction:column}.locations-panel .locations-panel-glass{height:100%;display:flex;flex-direction:column;padding:1rem}.locations-panel .locations-search{margin-bottom:1rem}.locations-panel .locations-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.locations-panel .location-item{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .15s ease;font-size:14px;font-weight:500}.locations-panel .location-item:hover{background-color:rgba(0,127,155,.1)}.locations-panel .location-item.selected{background-color:rgba(0,127,155,.15);font-weight:600}.locations-panel .location-item.voided{opacity:.6}.locations-panel .location-item.voided .location-name{text-decoration:line-through;color:#999}.locations-panel .location-item.voided svg{color:#999}.locations-panel .location-item svg{flex-shrink:0;color:var(--primary-color,#007f9b)}.locations-panel .location-item .location-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.locations-panel .no-locations{text-align:center;color:#999;font-style:italic;padding:2rem 1rem}.locations-panel .locations-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}.locations-panel .locations-actions .add-location-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.location-details-panel{flex:1;display:flex;flex-direction:column;min-width:0;height:100%}.location-details-panel .location-content-layout{display:flex;gap:1rem;height:100%}.location-details-panel .location-content-layout .form-section{flex:1;min-width:400px}.location-details-panel .location-content-layout .form-section .form-glass{height:100%;padding:1.5rem;display:flex;flex-direction:column}.location-details-panel .location-content-layout .form-section .empty-form-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#999}.location-details-panel .location-content-layout .form-section .empty-form-state svg{color:rgba(0,127,155,.3)}.location-details-panel .location-content-layout .form-section .empty-form-state p{margin:0;font-style:italic;font-size:14px}.location-details-panel .location-content-layout .map-section{flex:1;min-width:400px}.location-details-panel .location-content-layout .map-section .map-glass{height:100%;padding:.5rem}.form-header{justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.form-header,.form-header h2{display:flex;align-items:center}.form-header h2{font-size:20px;font-weight:600;margin:0;gap:.75rem}.form-header h2 .void-badge{display:inline-block;padding:.25rem .5rem;background:#dc3545;color:#fff;font-size:11px;font-weight:500;border-radius:4px;text-transform:uppercase}.form-header .header-actions{display:flex;gap:.5rem}.form-header .header-actions button{display:flex;align-items:center;gap:.5rem}.form-content{flex:1;display:flex;flex-direction:column;overflow-y:auto}.glass-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;background-color:rgba(51,51,51,.2941176471)}.glass-modal-container{position:relative;max-height:90vh;display:flex;flex-direction:column;animation:modal-fade .4s ease-in-out}.glass-modal-header{display:flex;align-items:center;justify-content:space-between;padding:6px 24px;background-color:rgba(0,127,155,.8274509804);border-radius:25px 25px 0 0;margin-right:1px}.glass-modal-title{margin:0;font-size:24px;font-weight:600;color:#fff;text-shadow:.25px .25px 5px rgba(0,0,0,.4705882353)}.glass-modal-close-button{background:rgba(0,0,0,0);border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.glass-modal-close-button:hover{animation:close-spin .9s ease-out forwards}.glass-modal-content{overflow-y:auto;flex:1}.action-menu-container{display:inline-flex;position:relative;outline:none}.action-menu-container:focus-visible{outline:2px solid #007f9b;outline-offset:2px;border-radius:50%}.action-menu-trigger{cursor:pointer}.action-menu-dropdown{min-width:180px;background:#fff;border:1px solid #ddd;border-radius:15px;box-shadow:0 4px 12px rgba(0,0,0,.15);max-height:300px;overflow-y:auto;z-index:9999;padding:6px 0}.action-menu-item{padding:10px 14px;cursor:pointer;display:flex;align-items:center;gap:10px;font-size:11px;font-weight:500;color:#333;transition:background-color .15s ease;user-select:none}.action-menu-item:hover{background-color:#f5f5f5}.action-menu-item.highlighted{background-color:rgba(0,127,155,.2705882353)}.action-menu-item.disabled{opacity:.5;cursor:not-allowed}.action-menu-item.disabled.highlighted,.action-menu-item.disabled:hover{background-color:rgba(0,0,0,0)}.action-menu-item.danger{color:#681300}.action-menu-item.danger:hover{background-color:#fef2f2}.action-menu-item.danger.highlighted{background-color:rgba(220,38,38,.2705882353)}.action-menu-item.submit{color:#556830}.action-menu-item.submit:hover{background-color:#fef2f2}.action-menu-item.submit.highlighted{background-color:rgba(85,104,48,.062745098)}.action-menu-item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-menu-item-label{flex:1}.confirmation-dialog{display:flex;flex-direction:column;padding-top:20px;padding-inline:20px;padding-bottom:8px;align-items:center;justify-content:center}.confirmation-dialog .confirmation-dialog-action-wrapper{display:flex;width:100%;align-items:center;justify-content:center}.confirmation-dialog__message{font-size:14px;line-height:1.5;color:#333;text-align:center;margin:0}.confirmation-dialog__textarea{margin-top:16px;width:75%}.progress-bar{display:flex;flex-direction:column;gap:8px;width:100%;border-radius:500px}.progress-bar__container,.progress-bar__track{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.progress-bar__track{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.1);border-radius:500px;overflow:hidden;will-change:transform}.progress-bar__track--clickable{cursor:pointer;user-select:none;background:linear-gradient(135deg,rgba(0,127,155,.3),rgba(0,100,130,.2));border:1px solid rgba(0,127,155,.4)}.progress-bar__button-label{position:relative;z-index:2;font-size:.875rem;font-weight:500;line-height:1.4;text-align:center;white-space:nowrap;color:inherit}.progress-bar__fill{height:100%;border-radius:500px;transition:width .3s ease-in-out;position:absolute;top:0;left:0;overflow:hidden;z-index:1}.progress-bar__fill--primary{background:linear-gradient(90deg,var(--blue-500,#007f9b),var(--blue-400,#005568))}.progress-bar__fill--success{background:linear-gradient(90deg,var(--green-600,#556830),var(--green-500,#819e47))}.progress-bar__fill--warning{background:linear-gradient(90deg,var(--yellow-600,#ca8a04),var(--yellow-500,#eab308))}.progress-bar__fill--error{background:linear-gradient(90deg,var(--red-600,#681300),var(--red-500,#78210d))}.progress-bar__label{text-align:center;font-size:14px;font-weight:500;color:hsla(0,0%,100%,.8)}.status-chevron{display:flex;align-items:center;cursor:pointer;border-radius:500px;overflow:hidden}.status-chevron__svg{width:0;height:0}.status-chevron__step{display:flex;align-items:center;color:#fff;font-weight:700}.status-chevron__step--inactive{opacity:.25}.simple-table-container{width:100%;flex:1;display:flex;flex-direction:column;background:#fff;border-radius:15px;overflow:hidden;min-width:0;min-height:0}.simple-table-wrapper{width:100%;flex:1;overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;background-color:#cecece;min-height:0}.simple-table-wrapper::-webkit-scrollbar{width:0;height:10px}.simple-table-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,.05)}.simple-table-wrapper::-webkit-scrollbar-thumb{background:rgba(0,127,155,.6470588235);border-radius:1px}.simple-table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--blue)}.simple-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:14px;color:#333}.simple-table__header{position:sticky;top:0;z-index:10;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05)}.simple-table__header-row{border-bottom:1px solid #e0e0e0}.simple-table__header-cell{padding:12px 10px;text-align:left;font-weight:600;font-size:11px;color:#555;letter-spacing:.5px;background:#fafafa;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;position:relative}.simple-table__body{background:#fff}.simple-table__row{border-bottom:1px solid #e8e8e8;transition:background-color .2s ease}.simple-table__row:nth-child(2n){background-color:#efefef}.simple-table__row:nth-child(odd){background-color:#fff}.simple-table__row--selected{background-color:rgba(0,127,155,.7)!important}.simple-table__row--selected .simple-table__cell{color:#fff}.simple-table__row:hover:not(.simple-table__row--selected){background-color:rgba(0,127,155,.5)}.simple-table__row:hover:not(.simple-table__row--selected) .simple-table__cell{color:#fff}.simple-table__row:last-child{border-bottom:none}.simple-table__cell{padding:4px 10px;font-size:11px;color:#333;vertical-align:middle;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;word-break:break-word;transition:color .2s ease}.simple-table__cell-empty{color:#999;font-style:italic}.simple-table__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;color:#666;background:#fff}.simple-table__loading p{margin:0;font-size:14px;font-weight:500}.simple-table__loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007f9b;border-radius:50%;animation:simple-table-spin 1s linear infinite}@keyframes simple-table-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.simple-table__empty{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#999;font-size:14px;font-weight:500;text-align:center;background:#fff}.simple-table__empty p{margin:0}.column-context-menu{min-width:200px;max-width:300px}.column-context-menu__glass{padding:.25rem;border-radius:20px}.column-context-menu__search{padding:.5rem}.column-context-menu__search-input{width:100%;padding:.5rem .75rem;border:none;border-radius:50px;font-size:12px;font-weight:500;outline:none;background:rgba(0,0,0,.08);color:#333;transition:background-color .2s ease}.column-context-menu__search-input::placeholder{color:#888}.column-context-menu__search-input:focus{background:rgba(0,0,0,.08)}.column-context-menu__list{display:flex;flex-direction:column;gap:2px;max-height:300px;overflow-y:auto;padding:0 .25rem .25rem}.column-context-menu__item{display:flex;align-items:center;padding:.7rem .75rem;cursor:pointer;border-radius:12px;transition:background-color .15s ease;font-size:12px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.column-context-menu__item:hover{background-color:rgba(36,200,237,.15)}.column-context-menu__item--selected{background-color:rgba(0,127,155,.1)}.column-context-menu__empty{padding:.75rem;text-align:center;font-size:12px;font-weight:500;color:#888}.column-actions-menu{min-width:180px}.column-actions-menu__glass{padding:.25rem;border-radius:20px}.column-actions-menu__list{display:flex;flex-direction:column;gap:2px;padding:.25rem}.column-actions-menu__item{display:flex;align-items:center;padding:.5rem .75rem;cursor:pointer;border-radius:12px;transition:background-color .15s ease;font-size:12px;font-weight:600;color:#333;white-space:nowrap}.column-actions-menu__item:hover{background-color:rgba(0,127,155,.15)}.column-actions-menu__item:active{background-color:rgba(0,127,155,.25)}.column-actions-menu__divider{height:1px;background-color:rgba(0,0,0,.08);margin:.25rem .5rem}.row-actions-menu{min-width:180px}.row-actions-menu__glass{padding:.25rem;border-radius:20px}.row-actions-menu__list{display:flex;flex-direction:column;gap:2px;padding:.25rem}.row-actions-menu__title{font-size:12px;font-weight:500;color:#333;padding:.25rem .75rem;text-shadow:var(--text-shadow-small)}.row-actions-menu__item{display:flex;align-items:center;gap:8px;padding:.5rem .75rem;cursor:pointer;border-radius:12px;transition:background-color .15s ease;font-size:12px;font-weight:600;color:#333;white-space:nowrap}.row-actions-menu__item:hover{background-color:rgba(0,127,155,.15)}.row-actions-menu__item:active{background-color:rgba(0,127,155,.25)}.row-actions-menu__icon{display:flex;align-items:center;justify-content:center;width:12px;height:12px;flex-shrink:0}.row-actions-menu__text{font-size:12px;white-space:nowrap;flex:1}.row-actions-menu__chevron{margin-left:auto;opacity:.6}.row-actions-submenu{min-width:180px;max-width:300px}.row-actions-submenu__search{padding:.5rem .5rem .25rem;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:.25rem}.row-actions-submenu .row-actions-menu__glass{padding:.25rem;border-radius:20px}.row-actions-submenu .row-actions-menu__list{display:flex;flex-direction:column;gap:2px;padding:.25rem;max-height:300px;overflow-y:auto}.row-actions-submenu .row-actions-menu__list::-webkit-scrollbar{width:6px}.row-actions-submenu .row-actions-menu__list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);border-radius:3px}.row-actions-submenu .row-actions-menu__item{display:flex;align-items:center;gap:8px;padding:.5rem .75rem;cursor:pointer;border-radius:12px;transition:background-color .15s ease;font-size:12px;font-weight:600;color:#333;white-space:nowrap}.row-actions-submenu .row-actions-menu__item:hover{background-color:rgba(0,127,155,.15)}.row-actions-submenu .row-actions-menu__item:active{background-color:rgba(0,127,155,.25)}.row-actions-submenu .row-actions-menu__empty{padding:.75rem;text-align:center;color:#999;font-size:12px;font-style:italic}.table-container{width:100%;height:100%;display:flex;flex-direction:column;background:rgba(0,0,0,0);border-radius:0;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.table-wrapper{width:100%;flex:1;overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;background-color:rgba(0,0,0,0);animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.data-table{width:100%;border-collapse:collapse;table-layout:auto;font-size:14px;color:var(--table-text)}.data-table thead{position:sticky;top:0;z-index:10;background:var(--table-header);box-shadow:0 1px 2px rgba(0,0,0,.05)}.data-table .table-header-row{border-bottom:1px solid #e0e0e0}.data-table .table-header{padding:12px 10px;text-align:left;font-weight:600;font-size:11px;color:var(--table-header-text);letter-spacing:.5px;white-space:nowrap;background:rgba(0,0,0,0);position:relative}.data-table .table-header.align-left{text-align:left}.data-table .table-header.align-center{text-align:center}.data-table .table-header.align-right{text-align:right}.data-table .table-header .header-content{display:flex;align-items:center;position:relative;height:100%;gap:0;padding-right:8px}.data-table .table-header .header-content .header-text-group{display:flex;align-items:center;gap:4px;flex-shrink:1;min-width:0}.data-table .table-header .header-content .header-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table .table-header .header-content .header-spacer{flex:1;min-width:8px}.data-table .table-header .sort-button{display:flex;align-items:center;justify-content:center;background:none;border:none;padding:2px;cursor:pointer;color:#999;transition:color .2s ease;flex-shrink:0}.data-table .table-header .sort-button:hover{color:var(--blue)}.data-table .table-header .sort-button:focus{outline:none}.data-table .table-header .sort-button:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:2px}.data-table .table-header .sort-icon{display:block;width:16px;height:16px;transition:color .2s ease}.data-table .table-header .sort-icon.sort-unsorted{color:#999}.data-table .table-header .sort-icon.sort-asc,.data-table .table-header .sort-icon.sort-desc{color:var(--blue)}.data-table .table-header.dragging{opacity:.5;cursor:grabbing!important}.data-table .table-header.dragging .header-content{cursor:grabbing!important}.data-table .table-header .header-content{cursor:grab}.data-table .table-header .header-content:active{cursor:grabbing}.data-table .table-header .column-resize-handle{position:absolute;top:0;right:0;width:8px;height:100%;cursor:col-resize;user-select:none;z-index:5;display:flex;align-items:center;justify-content:center}.data-table .table-header .column-resize-handle:after{content:"";width:2px;height:70%;background-color:var(--blue);opacity:0;transition:opacity .2s ease;border-radius:1px}.data-table .table-header .column-resize-handle:hover:after{opacity:1}.data-table .table-header:hover .column-resize-handle:after{opacity:.4}.data-table .table-header:hover .column-resize-handle:hover:after{opacity:1}.data-table tbody .table-row{border-bottom:1px solid var(--row-divider);transition:background-color .2s ease;user-select:none}.data-table tbody .table-row:nth-child(2n){background-color:var(--table-row)}.data-table tbody .table-row:nth-child(odd){background-color:var(--table-row-alt)}.data-table tbody .table-row.selectable{cursor:pointer}.data-table tbody .table-row.selectable:hover{background-color:rgba(0,127,155,.5)}.data-table tbody .table-row.selectable:hover .table-cell{color:#fff}.data-table tbody .table-row.selected{background-color:rgba(0,127,155,.75)}.data-table tbody .table-row.selected .table-cell{color:#fff;font-weight:500}.data-table tbody .table-row.selected:hover{background-color:rgba(0,127,155,.85)}.data-table tbody .table-cell{padding:4px 10px;text-align:left;vertical-align:middle;transition:color .2s ease;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.data-table tbody .table-cell.align-left{text-align:left}.data-table tbody .table-cell.align-center{text-align:center}.data-table tbody .table-cell.align-right{text-align:right}.data-table tbody .table-cell .null-value{color:#999;font-style:italic}.table-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:200px;gap:16px;color:#666}.table-loading .loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007f9b;border-radius:50%;animation:spin 1s linear infinite}.table-loading span{font-size:14px;font-weight:500}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.table-empty{display:flex;align-items:center;justify-content:center;padding:60px 20px;color:#999;font-size:14px;font-weight:500;text-align:center}@media(max-width:768px){.data-table{font-size:13px}.data-table .table-header{padding:10px 12px;font-size:12px}.data-table .table-cell{padding:10px 12px}}.table-container.compact .data-table .table-header{padding:8px 12px;font-size:12px}.table-container.compact .data-table .table-cell{padding:8px 12px;font-size:13px}.column-drag-overlay{position:fixed;top:0;left:0;background:#007f9b;color:#fff;padding:12px 16px;border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.3);cursor:grabbing;white-space:nowrap;opacity:.95;z-index:9999;pointer-events:none}.pagination-results{padding:10px;font-size:11px;color:#333;background-color:rgba(0,0,0,0);font-weight:600;display:flex}.pagination-results__text{display:flex;flex-direction:row;justify-content:space-between;width:100%}.pagination-results__item{display:flex;flex-direction:row;align-items:center;padding:0 4px}.pagination-results .total-items{color:var(--red);font-weight:800;padding:0 4px}.pagination-results__selected{font-size:11px;color:#007f9b;background-color:rgba(0,0,0,0);font-weight:500;padding-right:4px}.pagination-controls{position:absolute;display:flex;justify-content:center;align-items:center;z-index:9999;left:50%;transform:translateX(-50%);bottom:2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.pagination-controls.visible{opacity:1;visibility:visible}.pagination-controls.hidden{opacity:0;visibility:hidden}.pagination-controls .pagination-actions{display:flex;gap:10px;align-items:center}.pagination-controls .pagination-actions .pagination-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#999}.pagination-controls .pagination-actions .pagination-button:active:not(:disabled){background-color:#e0e0e0}.pagination-controls .pagination-actions .pagination-button:disabled{opacity:.5;cursor:not-allowed;color:#999}.pagination-controls .pagination-actions .pagination-page-info{font-size:14px;color:#333;font-weight:500;min-width:100px;text-align:center;text-shadow:var(--text-shadow)}.bulk-actions-menu{min-width:200px}.bulk-actions-menu__glass{padding:.25rem;border-radius:20px}.bulk-actions-menu__list{display:flex;flex-direction:column;gap:2px;padding:.25rem}.bulk-actions-menu__title{font-size:12px;font-weight:500;color:#333;padding:.25rem .75rem;text-shadow:var(--text-shadow-small)}.bulk-actions-menu__title:not(:first-child){margin-top:.5rem}.bulk-actions-menu__item{display:flex;align-items:center;gap:8px;padding:.5rem .75rem;cursor:pointer;border-radius:12px;transition:background-color .15s ease;font-size:12px;font-weight:600;color:#333;white-space:nowrap}.bulk-actions-menu__item:hover{background-color:rgba(0,127,155,.15)}.bulk-actions-menu__item:active{background-color:rgba(0,127,155,.25)}.bulk-actions-menu__item--danger{color:#dc3545}.bulk-actions-menu__item--danger:hover{background-color:rgba(220,53,69,.15)}.bulk-actions-menu__item--danger:active{background-color:rgba(220,53,69,.25)}.bulk-actions-menu__icon{display:flex;align-items:center;justify-content:center;width:12px;height:12px;flex-shrink:0}.bulk-actions-menu__text{font-size:12px;white-space:nowrap}.details-popover{position:fixed;z-index:10000;animation:details-popover-fade-in .15s ease-out}.details-popover__content{display:flex;flex-direction:column;gap:6px;padding:12px 16px;min-width:200px}.details-popover__row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.details-popover__label{font-size:11px;font-weight:600;color:var(--blue)}.details-popover__value{font-size:11px;font-weight:500;color:var(--text);text-align:right}.details-popover__value--vin{font-family:monospace;font-size:10px}@keyframes details-popover-fade-in{0%{opacity:0;transform:translateX(-4px)}to{opacity:1;transform:translateX(0)}}.item-card{flex-shrink:0}.item-card__action_group{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.item-card__content{display:flex;flex-direction:column;gap:0;padding:6px 20px}.item-card__unit{display:flex;flex-direction:row;gap:2px;font-weight:600;font-size:12px;font-family:var(--sucroseBold)}.item-card__unit .unit-year{color:var(--red)}.item-card__unit .unit-manufacturer{color:var(--green)}.item-card__unit .unit-make{color:var(--text)}.item-card__label,.item-card__unit .unit-model{color:var(--blue)}.item-card__location,.item-card__stock{font-weight:600;color:var(--text);font-size:11px;padding-left:10px}.item-card__actions{display:flex;flex-direction:row;justify-content:flex-end;gap:8px;margin-top:4px}.card-list-layout{display:flex;flex-direction:column;flex:1;min-height:0}.card-list-layout__header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;flex-shrink:0}.card-list-layout__dropdown_wrapper{flex:1;min-width:0;max-width:250px}.card-list-layout__dropdown_wrapper .basic-dropdown-container{gap:0}.card-list-layout__dropdown_wrapper .basic-dropdown-container .basic-dropdown-label{display:none}.card-list-layout__search{flex:1;min-width:0;max-width:200px;margin:0 10px}.card-list-layout__search .text-input-container{margin:0}.card-list-layout__pagination{display:flex;align-items:center;margin:0 10px}.card-list-layout__badge{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background-color:var(--green);color:#fff;font-size:11px;font-weight:600;border-radius:10px}.card-list-layout__items{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding:10px}.card-list-layout__empty{justify-content:center;height:100%;color:var(--text-secondary,#666);font-size:13px;font-style:italic}.card-list-layout__empty,.compact-pagination-controls{display:flex;align-items:center}.compact-pagination-controls .compact-pagination-actions{display:flex;gap:6px;align-items:center}.compact-pagination-controls .compact-pagination-actions .compact-pagination-page-info{font-size:11px;color:#333;font-weight:500;min-width:40px;text-align:center;text-shadow:var(--text-shadow)}.data-list{display:flex;flex-direction:column;flex:1;height:100%;min-height:0;overflow:hidden}.data-list__header{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0}.data-list__title{font-family:var(--sucroseBold);font-size:12px;color:var(--text)}.data-list__total{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background-color:var(--blue,#007f9b);color:#fff;font-size:11px;font-weight:600;border-radius:10px}.data-list__items{flex:1;min-height:0;overflow-y:auto;padding:4px 0}.data-list__row{display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 14px;font-size:11px}.data-list__row:hover{background-color:rgba(0,127,155,.05)}.data-list__row--special .data-list__name{color:var(--red,#681300);font-style:italic}.data-list__row--special .data-list__count{color:var(--red,#681300)}.data-list__name{color:var(--text);font-weight:500}.data-list__count{font-weight:600;color:var(--blue,#007f9b)}.data-list__empty{height:100%;color:var(--text-secondary,#666);font-size:13px;font-style:italic}.data-list__empty,.pie-chart-panel{display:flex;align-items:center;justify-content:center}.pie-chart-panel{flex:1;min-height:0}.pie-chart-panel__empty{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-secondary,#666);font-size:13px;font-style:italic}.list-pie-layout{display:flex;flex-direction:row;gap:8px;height:100%;min-height:0}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.widget-skeleton{width:100%;height:100%;display:flex;flex-direction:column;padding:8px}.widget-skeleton--small .widget-skeleton__row{display:flex;flex-direction:row;gap:12px;height:100%}.widget-skeleton--small .widget-skeleton__list{flex:1;display:flex;flex-direction:column;gap:8px}.widget-skeleton--small .widget-skeleton__list-item{height:20px;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.widget-skeleton--small .widget-skeleton__pie-wrapper{flex:1;display:flex;align-items:center;justify-content:center}.widget-skeleton--small .widget-skeleton__pie{width:80%;aspect-ratio:1;border-radius:50%;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.widget-skeleton--medium .widget-skeleton__cards{display:flex;flex-direction:column;gap:8px;height:100%}.widget-skeleton--medium .widget-skeleton__card{flex:1;min-height:50px;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px;border-radius:12px}.widget-skeleton--large{gap:12px}.widget-skeleton--large .widget-skeleton__header-bar{height:32px;flex-shrink:0;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.widget-skeleton--large .widget-skeleton__table{flex:1;display:flex;flex-direction:column;gap:6px}.widget-skeleton--large .widget-skeleton__table-row{height:28px;background:linear-gradient(90deg,rgba(255,255,255,.1) 25%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}