@charset "UTF-8";.dashboard{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}.card{width:30%;position:relative}.card-stat{position:absolute;font-size:.7rem;right:1rem;top:1rem}.card-label{margin-bottom:.5rem;color:#6b7280}.card-value{font-size:1.5rem}.chart{width:48%}.chart-label{margin-bottom:1rem}.chart-container{min-height:100px;background:#e5e7eb;border-radius:var(--border-radius);padding:1rem}.form{background:#fff;border:1px solid #e5e7eb;padding:2rem;border-radius:var(--border-radius);display:flex;flex-direction:column;margin-inline:auto;width:20rem}.form-header{color:#334155;text-align:center;margin-bottom:2rem}.form-label{color:#6b7280;margin-bottom:.3rem}.form>input{border:1px solid #e5e7eb;border-radius:var(--border-radius);background:#fff;padding:.6rem;margin-bottom:.6rem}.form>button{margin-top:1.5rem}.loader{display:inline-block;width:calc(1.5rem * var(--icon-scale));aspect-ratio:1;border-radius:50%;border:calc(.3rem * var(--icon-scale)) solid rgb(179,197,209);border-right-color:#334155;animation:l2 1s infinite linear}@keyframes l2{to{transform:rotate(1turn)}}.button{border:none;-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;padding-inline:.8rem;padding-block:.3rem;height:2.4rem;transition:all linear .1s}.button:disabled{pointer-events:none}.button-solid{background-color:#475569;color:#f9fafb}.button-solid svg{fill:#f9fafb}.button-solid:hover{background-color:#334155}.button-outline{border:1px solid #e5e7eb;color:#111827;background-color:#fff}.button-outline svg{fill:#111827}.button-outline:hover{border-color:#334155}.button-link{border:1px solid #e5e7eb;text-decoration:none;color:#111827;background-color:#fff}.button-link svg{fill:#111827}.button-link:hover{border-color:#334155}.button-checkbox{border:1px solid #e5e7eb;color:#111827;background-color:#fff}.button-checkbox svg{fill:#111827}.button-checkbox:has(input:checked){color:#fff;background:#334155}.button-checkbox:has(input:checked) svg{fill:#fff}.button-checkbox:hover{border-color:#334155}.button svg{height:1.3rem;width:1.3rem;margin-right:.35rem}.product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.product-header-left{display:flex;gap:2rem;align-items:center}.product-header-title h1{font-weight:400;margin-bottom:.2rem}.product-header-title p{color:#6b7280;font-size:.9rem}.product-header-title p span{margin-right:1rem}.product-header-image{height:96px;width:96px;border:1px solid #e5e7eb;border-radius:var(--border-radius);background:#e5e7eb}.product-header-buttons{display:flex;flex-direction:row;gap:1rem}.product-navigation{margin-bottom:1.5rem}.product-navigation-items{margin:0;padding:0;display:flex;gap:2rem;font-size:1.1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.8rem}.product-navigation-item{cursor:pointer;color:#6b7280}.product-navigation-item:hover{color:#111827}.product-navigation-item.active{color:#111827;text-decoration:underline;text-underline-offset:1.2rem}.product-overview{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,1fr);grid-column-gap:1.5rem;grid-row-gap:1.5rem}.product-overview-item.div1,.product-overview-item-small.div1{grid-area:1/1/2/2}.product-overview-item.div2,.product-overview-item-small.div2{grid-area:1/2/2/3}.product-overview-item.div3,.product-overview-item-small.div3{grid-area:1/3/2/4}.product-overview-item.div4,.product-overview-item-small.div4{grid-area:1/4/2/5}.product-overview-item.div5,.product-overview-item-small.div5{grid-area:4/5/6/7}.product-overview-item.div6,.product-overview-item-small.div6{grid-area:1/5/4/7}.product-overview-item.div7,.product-overview-item-small.div7{grid-area:2/1/6/5}.product-overview-item-small span{font-size:1.3rem}.product-overview-item-small-title{color:#6b7280}.product-overview-item-title{color:#111827;font-weight:400;margin-bottom:1rem}.product-overview-item-row{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.8rem}.product-overview-item-row-secondary{color:#6b7280}.product-overview-item-row-price-icon{display:inline;fill:#6b7280;height:1rem;width:1rem;margin-bottom:-.1rem;margin-right:.3rem}.product-prices{display:grid;grid-template-columns:1fr 2fr 1fr;grid-column-gap:20px}.product-prices-separator{margin-top:1rem;border-bottom:1px solid #e5e7eb}.product-prices-main{display:flex;flex-direction:column}.product-prices-main-heading{font-weight:400}.product-prices-price{font-size:1.8rem}.product-prices-row-title{margin-top:.7rem;color:#6b7280;font-weight:400;font-size:.9rem}.product-prices-row-value{font-size:1.2rem}.product-prices-row-value:has(svg){display:flex;align-items:center;gap:.3em}.product-prices-last-changes{color:#6b7280;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.product-prices-last-changes>svg{fill:#6b7280;height:1.2rem;width:1.2rem}.product-prices-last-changes-wrapper{margin-top:20px}.price-currency{color:#6b7280;margin-left:.2rem}.table{border:1px solid #e5e7eb;border-radius:var(--border-radius)}.table .rdt_Table{color:red;overflow:hidden}.table .rdt_TableHeadRow{font-weight:700;opacity:.7;text-transform:capitalize;cursor:pointer;background:#e6e6e6;color:#111827}.table .rdt_TableCol,.table .rdt_TableCell{font-size:14px}.table .rdt_TableCol>a,.table .rdt_TableCell>a{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.table .rdt_TableCell span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table .rdt_Pagination{border-radius:0 0 var(--border-radius) var(--border-radius)}.export-dialog-content{text-align:center}.export-dialog-content-header{font-size:1.6rem;margin-bottom:.4rem;color:#475569}.export-dialog-content-subheader{margin-bottom:1rem;color:#6b7280}.export-dialog-content-list{padding:0;color:#475569}.export-dialog-content-button-wrapper{width:fit-content;margin-top:1.5rem;margin-inline:auto}.toolbar{margin-bottom:20px}.toolbar-interaction{display:flex;justify-content:space-between}.toolbar-interaction-search{display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:var(--border-radius);background-color:#fff;padding:.6rem;width:fit-content;gap:1rem}.toolbar-interaction-search svg{display:block;height:1rem;width:1rem;fill:#6b7280}.toolbar-interaction-search .search-reset{cursor:pointer}.toolbar-interaction-search .search-reset svg{display:block;height:1.2rem;width:1.2rem;fill:#6b7280}.toolbar-interaction-search-field{all:unset;border-radius:var(--border-radius);width:20rem}.toolbar-interaction-actions{display:flex;gap:1rem}.toolbar-interaction-columuns-selector{position:relative;height:100%}.toolbar-interaction-columuns-selector>label{height:100%}.toolbar-interaction-columuns-selector-list{top:110%;position:absolute;z-index:5;border:1px solid #111827;border-radius:var(--border-radius);padding-block:.3rem;padding-inline:1rem;background:#fff;margin:0;box-shadow:1px 5px 5px #00000041;height:310px;overflow-y:auto}.toolbar-interaction-columuns-selector-list>li>label{font-size:.9rem;text-align:start;display:flex;gap:.4rem;align-items:center;justify-content:flex-start;white-space:nowrap}.radio-group{display:flex;flex-direction:column;gap:.4rem;justify-content:space-between}.radio-group-wrapper{display:flex;width:fit-content;border-radius:var(--border-radius);background-color:#e5e7eb;overflow:hidden}.radio-group-wrapper .radio-group-item{margin:.2rem;padding-block:.16em;padding-inline:.5em;cursor:pointer;color:#111827;transition:all .3s}.radio-group-wrapper .radio-group-item.active{border-radius:var(--border-radius);background-color:#fff;box-shadow:1px 1px 3px #a3a3a3}.active-filters{display:flex;align-items:center;gap:.5rem;max-width:100%;flex-wrap:wrap;margin-bottom:20px}.active-filters:empty{display:none}.active-filter{display:flex;border-radius:1rem;align-items:center;gap:.7rem;font-size:.9rem;height:2rem;width:fit-content;padding-inline:1rem}.active-filter svg{height:.8rem;width:.8rem;fill:#f9fafb}.active-filter.inert{color:#374151;background:#f9fafb;border:1px solid #374151}.active-filter.responsive{color:#f9fafb;background:#374151;cursor:pointer}@keyframes fade{0%{opacity:0}to{opacity:.46}}@keyframes fadeOut{0%{opacity:.46}to{opacity:0}}@keyframes appear-right{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes disappear-right{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes appear-left{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes disappear-left{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes appear-center{0%{opacity:0}to{opacity:1}}@keyframes disappear-center{0%{opacity:1}to{opacity:0}}.modal{position:fixed;height:100vh;background:#fff;z-index:10;animation:linear .2s;animation-fill-mode:forwards}.modal--drawer-right{top:0;right:0;width:min(400px,90vw)}.modal--drawer-left{top:0;left:0;width:min(400px,90vw)}.modal--center{top:50%;left:50%;height:auto;max-width:90vw;transform:translate(-50%,-50%);border-radius:12px}.modal-backdrop{height:100%;width:100%;position:fixed;top:0;left:0;opacity:.46;z-index:5;background-color:#000;animation:linear .2s fade;animation-fill-mode:forwards}.modal-content{height:100%;padding-block:1.3rem;padding-inline:2rem;overflow:auto}.modal-content-title{font-size:.9rem;color:#111827;text-align:center}.modal-button{position:absolute;top:.8rem;right:1.2rem;padding:.5rem;border-radius:50%;opacity:.3;background:#6b7280;border:none;cursor:pointer}.modal-button>svg{color:#f9fafb}.modal-button:hover{opacity:1}.noresults{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-block:2rem;gap:1.5rem}.noresults-image svg{fill:#9ca3af;height:6rem;width:6rem;margin:auto}.noresults-heading{color:#111827;font-weight:400}.noresults-message{color:#6b7280}.noresults-buttons{display:flex;align-items:center;justify-content:center;gap:1.2rem}.filters-header{margin-bottom:2rem}.filters-calendar{position:absolute;z-index:21;margin-top:1rem;margin-right:1rem;right:0;box-shadow:0 5px 20px #929292;transition:all}.filters-calendar-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.filters-calendar-wrapper>div{width:fit-content}.filters .select{align-items:flex-start;flex-direction:column}.filters .select select{width:230px}.select{display:flex;gap:.4rem;align-items:center}.select-wrapper{border-radius:var(--border-radius);overflow:hidden;position:relative;width:fit-content;border:1px solid #e5e7eb}.select-wrapper:has(select:focus){border-color:#475569}.select-wrapper select{border:none;background-color:#fff;padding-block:.4em;padding-inline:.75em;appearance:none;cursor:pointer;padding-right:2rem}.select-wrapper select:focus{outline:none}.select-wrapper:after{-webkit-mask:url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='currentColor' stroke-width='2' d='m2 5 6 6 6-6'></path></svg>");mask:url("data:image/svg+xml, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='currentColor' stroke-width='2' d='m2 5 6 6 6-6'></path></svg>");content:"";background-color:currentColor;height:.8rem;width:.8rem;line-height:0;position:absolute;top:50%;transform:translateY(-50%);right:.75rem;pointer-events:none}.stack{--stack-spacing: 1;--stack-wrap: nowrap;--stack-direction: row;--stack-x-align: center;--stack-y-align: center;display:flex;gap:calc(var(--stack-spacing) * 1rem);justify-content:var(--stack-x-align);align-items:var(--stack-y-align);flex-direction:var(--stack-direction);flex-wrap:var(--stack-wrap)}.rdrCalendarWrapper{box-sizing:border-box;background:#fff;display:inline-flex;flex-direction:column;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateDisplay{display:flex;justify-content:space-between}.rdrDateDisplayItem{flex:1 1;width:0;text-align:center;color:inherit}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;display:flex;justify-content:space-between}.rdrMonthAndYearPickers{flex:1 1 auto;display:flex;justify-content:center;align-items:center}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{display:flex;flex-direction:row}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{flex-basis:calc(100% / 7);box-sizing:inherit;text-align:center}.rdrDays{display:flex;flex-wrap:wrap}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{position:absolute;font-size:1.6em;line-height:1.6em;top:0;right:.25em;color:red}.rdrDay{box-sizing:inherit;width:calc(100% / 7);position:relative;font:inherit;cursor:pointer}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align: auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rdrStaticRanges{display:flex;flex-direction:column}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{border-radius:4px;background-color:#fff;box-shadow:0 1px 2px #23394236;border:1px solid transparent}.rdrDateDisplayItem input{cursor:pointer;height:2.5em;line-height:2.5em;border:0px;background:transparent;width:100%;color:#849095}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;background:transparent;padding:10px 30px 10px 10px;border-radius:4px;outline:0;color:#3e484f;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") no-repeat;background-position:right 8px center;cursor:pointer;text-align:center}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{display:block;width:24px;height:24px;margin:0 .833em;padding:0;border:0;border-radius:5px;background:#eff2f7}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{display:block;width:0;height:0;padding:0;text-align:center;border-style:solid;margin:auto;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:transparent rgb(52,73,94) transparent transparent;transform:translate(-3px)}.rdrNextButton i{margin:0 0 0 7px;border-width:4px 4px 4px 6px;border-color:transparent transparent transparent rgb(52,73,94);transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{font-weight:400;line-height:2.667em;color:#849095}.rdrDay{background:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:0;padding:0;line-height:3em;height:3em;text-align:center;color:#1d2429}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;font-weight:300;position:absolute;inset:5px 0;display:flex;align-items:center;justify-content:center}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:18px;height:2px;border-radius:2px;background:#3d91ff}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;inset:5px 0}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;border-left-width:1px;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;border-right-width:1px;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{background:#ffffff17;position:absolute;inset:3px 0;pointer-events:none;border:0px solid currentColor;z-index:1}.rdrDayStartPreview{border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{font-size:12px;width:226px;border-right:solid 1px #eff2f7;background:#fff}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{border:0;cursor:pointer;display:block;outline:0;border-bottom:1px solid #eff2f7;padding:0;background:#fff}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{display:block;outline:0;line-height:18px;padding:10px 20px;text-align:left}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{width:30px;height:30px;line-height:30px;border-radius:4px;text-align:center;border:solid 1px rgb(222,231,235);margin-right:10px;color:#6c767a}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{border-color:#b4bfc4;outline:0;color:#333}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";border:1px solid currentColor;border-radius:1.333em;position:absolute;inset:-2px 0;background:transparent}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale(100%) opacity(60%)}.rdrMonthName{text-align:left;font-weight:600;color:#849095;padding:.833em}.table-toggle{position:relative;width:44px;height:24px;border-radius:999px;border:none;cursor:pointer;background:#e5e7eb;transition:background .2s ease}.table-toggle.on{background:#475569}.table-toggle.disabled{opacity:.5;cursor:not-allowed}.table-toggle .thumb{position:absolute;top:5px;left:5px;width:14px;height:14px;border-radius:50%;background:#475569;transition:transform .2s ease,background .2s ease}.table-toggle.on .thumb{transform:translate(20px);background:#f9fafb}.status-indicator{display:flex;gap:.5rem;align-items:center}.status-indicator>svg{flex-shrink:0;width:1.3rem;height:1.3rem}.invoice-media-modal-content{max-height:80vh;padding-bottom:2rem}.invoice-media-modal-title{display:flex;gap:1rem;margin-bottom:1rem;opacity:.8}.upload-container{position:sticky;margin-top:auto}.file-upload-submit{margin-top:1rem}.invoice-media{display:grid;grid-template-columns:400px 400px 400px;grid-gap:1rem;padding-bottom:2rem}.invoice-media-row{display:flex;flex-direction:column;gap:1rem}.invoice-media-item{display:flex;align-items:flex-start;gap:1rem;border:1px solid #e5e7eb;border-radius:var(--border-radius);padding:.5rem}.invoice-media-item:hover .invoice-media-delete{opacity:.4}.invoice-media-pdf{width:10rem;object-fit:contain;flex-shrink:0;height:100%}.invoice-media-image{width:7rem;object-fit:contain;flex-shrink:0;height:auto}.invoice-media-video{width:10rem}.invoice-media-info{flex-shrink:0}.invoice-media-info-row{width:fit-content;text-wrap:nowrap}.invoice-media-info-title{font-size:.8rem;opacity:.7}.invoice-media-link{margin-top:1rem}.invoice-media-delete{opacity:0;transition:opacity .2s linear;cursor:pointer;display:flex;align-items:center;gap:.3rem;color:red;border-color:#ff373775;margin-top:.5rem}.invoice-media-delete:hover{opacity:1!important;border-color:red}.invoice-media-delete>svg{fill:none;height:1.1rem;width:1.1rem}.segmented-bar{display:flex;width:100%;height:.4rem;gap:.3rem;background:transparent}.segment{border-radius:5px;overflow:hidden;width:calc(var(--value) * 1%);display:flex;align-items:center;justify-content:center}.segment-1{background:#6f9fdb}.segment-2{background:#b5c96a}.segment-3{background:#8a73d6}.segment-4{background:#dadada}.layout{display:flex;flex-direction:column;height:100vh}.layout-header{align-items:center;height:60px;display:flex;padding:0 20px;flex-shrink:0;width:100vw;background-color:#fff;border-bottom:1px solid #e5e7eb}.layout-toolbar{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 200px)}.layout-toolbar-last-update{text-align:right;opacity:.7}.layout-toolbar-period-item.active{box-shadow:0 0 4px #a3a3a3;background:#fff}.layout-sidebar{grid-area:sidebar;padding:20px;width:220px;flex-shrink:0;overflow-y:auto;background:#fff;color:#000;border-right:1px solid #e5e7eb}.layout-content{flex:1;width:100%;padding:20px;overflow-y:auto}.layout-main{flex:1;display:flex;min-height:0}.layout-logo{height:100%;width:200px;border-right:1px solid #e5e7eb;display:flex;gap:.6rem;align-items:center}.layout-logo:after{content:"";position:absolute;width:100%;bottom:0;left:0;border-bottom:1px solid #e5e7eb}.layout-logo-icon{width:2rem;height:2rem}.layout-logo-text{font-size:1.6rem;color:#334155}.layout-navigation-items{gap:.1rem;padding:0;margin:0;list-style:none;display:flex;flex-direction:column;align-items:flex-start}.layout-navigation-item{width:100%;text-align:left;cursor:pointer}.layout-navigation-item-icon{flex-shrink:0}.layout-navigation-item:has(.active) .layout-navigation-submenu{opacity:1;height:auto;margin-bottom:.5rem}.layout-navigation-item-sublink{text-decoration:none;color:currentColor;padding:.4rem .6rem;display:flex;flex-direction:row;align-items:center}.layout-navigation-item-sublink:hover{text-decoration:none}.layout-navigation-item-sublink.active{font-weight:bolder;color:#475569}.layout-navigation-item-link{transition:all linear .2s;border-radius:var(--border-radius);border:1px solid transparent;padding:.6rem;display:flex;flex-direction:row;align-items:center;text-decoration:none;color:currentColor;gap:1rem}.layout-navigation-item-link:hover{border-color:#334155}.layout-navigation-item-link:hover{text-decoration:none}.layout-navigation-item-link svg{height:1.5rem;width:1.5rem;fill:#111827}.layout-navigation-item-link.active{font-weight:bolder;background-color:#475569;color:#f9fafb}.layout-navigation-submenu{interpolate-size:allow-keywords;transition:height .2s linear;transition-behavior:allow-discrete;transition:.2s linear;height:0;opacity:0;overflow:hidden;margin-left:1rem;border-left:2px solid #e5e7eb}.history-meta{display:flex;flex-direction:column;margin-bottom:2rem}.history-meta-sku{opacity:.4}.history-meta-badges{display:flex;gap:.3rem}.history-title{margin-bottom:.6rem}.history-status{padding:2px 8px;border-radius:12px;background:#f1f1f1;font-weight:500}.history-dynamics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:2rem}.history-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.history-stat{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column}.history-stat-label{color:#6b7280;margin-bottom:4px}.history-stat-value{font-size:1.2rem;font-weight:600}.history-mechanics{list-style:none;padding:0;margin-block:.6rem}.history-mechanics-item{padding:.5rem .8rem;border:1px solid #e5e7eb;border-radius:var(--border-radius);display:flex;flex-direction:column;background:#f9fafb}.history-mechanics-item+.history-mechanics-item{margin-top:.6rem}.history-mechanics-item-date{color:#6b7280}.history-section+.history-section{margin-top:1.7rem}.history-timeline{list-style:none;padding:0;margin:0}.history-timeline-item{position:relative;padding-left:16px;border-left:2px solid #e5e5e5;margin-bottom:20px}.history-timeline-item:before{content:"";display:inline-block;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");position:absolute;top:0;left:-8px}.history-timeline-item-header{display:flex;flex-wrap:wrap;gap:6px 12px;font-size:12px;color:#666;margin-bottom:6px}.history-timeline-item-user{font-weight:600;color:#111}.history-timeline-item-action{font-size:13px;margin:4px 0}.history-timeline-item-result{font-size:12px;color:#555;padding-left:1rem}.period-switch{display:flex;gap:4px}.period-switch button{padding:4px 8px;font-size:12px;background:transparent;border:1px solid #ddd;border-radius:6px;cursor:pointer}.period-switch button.is-active{background:#111;color:#fff;border-color:#111}.chart-placeholder{height:180px;background:#f6f6f6;border-radius:8px;border:1px solid rgb(219,219,219);margin-bottom:16px}.sku-alert{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.sku-alert-icon{height:6rem;width:6rem;margin:1rem;color:#e5e7eb}.sku-alert-buttons{margin-block:2rem;display:flex;align-items:center;justify-content:center;gap:1rem}.auth-banner-wrapper{height:100%}.auth-banner{color:#334155;background:#fff;border:1px solid #e5e7eb;border-radius:var(--border-radius);width:fit-content;padding:2rem;display:flex;align-items:"center";flex-direction:column;gap:1rem;margin-inline:auto}.loader-wrapper{width:100%;position:relative;top:40%;left:50%}.badge{font-size:.9rem;line-height:1;border-radius:.7rem;background:#e5e7eb;padding:.3em .5em}.badge:is(.active){background:#6b7280;color:#f9fafb}#root{margin:0 auto;--border-radius: .4rem}*,*:before,*:after{box-sizing:border-box}*{margin:0;line-height:calc(1em + .5rem)}html{font-size:1rem;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;font-family:Arial,Helvetica,sans-serif;font-weight:400;color:#111827;background-color:#f9fafb}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}img[data-img-loading]{background:gray;animation:.8s infinite img-loading alternate linear}img[loading=lazy]:not([data-img-loading]){animation:.8s img-loading}@keyframes img-loading{0%{opacity:0}}li{list-style-type:none}svg:has(use){height:fit-content}input,button,textarea,select{font:inherit;font-size:1rem}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{-webkit-hyphens:auto;hyphens:auto}.hidden{display:none!important}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.box{border:1px solid #e5e7eb;border-radius:var(--border-radius);background:#fff;padding:1rem}
