*{box-sizing:border-box;font-family:Lexend Deca,sans-serif}html{font-size:16px}body{background:#e8ebea;margin:0;overflow-x:hidden;width:100vw}a{color:#153731;text-decoration:none}::-webkit-scrollbar{height:12px;width:12px}::-webkit-scrollbar-track{background:#fff;border:2px solid #e6e9e8;border-radius:6px}::-webkit-scrollbar-thumb{background:#e6e9e8;border:2px solid #e6e9e8;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#555}h1{color:#153731;font-size:30px;margin-bottom:1rem;margin-top:0}.wrapper{margin:0 auto;max-width:1280px;padding:0 1rem;width:100%}.wrapper-flex{align-items:stretch;display:flex;flex-flow:column;gap:0;height:100%;justify-content:space-between}.wrapper-flex.inline{gap:1rem;justify-content:flex-start}.wrapper-flex>div{margin-bottom:0;width:100%}.wrapper-flex>div td,.wrapper-flex>div td:first-of-type,.wrapper-flex>div th,.wrapper-flex>div th:first-of-type,.wrapper-flex>div th:nth-of-type(2){position:unset!important}@media (min-width:767px){.wrapper-flex>div td,.wrapper-flex>div td:first-of-type,.wrapper-flex>div th,.wrapper-flex>div th:first-of-type,.wrapper-flex>div th:nth-of-type(2){width:fit-content}.wrapper-flex>div{width:50%}.wrapper-flex{flex-flow:row;gap:2rem}}.header{background:#153731;color:#fff;position:relative;width:100%;z-index:10}.header__inner{align-items:center;display:flex;gap:24px;height:72px;margin:0 auto;max-width:1344px;padding:0 48px}@media (max-width:768px){.header__inner{padding:0 16px}}.header__brand{color:inherit;gap:10px;text-decoration:none}.header__brand,.header__logo-mark{align-items:center;display:flex;flex:0 0 auto}.header__logo-mark{background:#aad010;border-radius:9px;color:#153731;font-size:19px;font-weight:700;height:36px;justify-content:center;width:36px}.header__wordmark{font-size:21px;font-weight:600}.header__wordmark-accent{color:#aad010}.header__nav{align-items:center;display:flex;gap:4px}@media (max-width:1023px){.header__nav{display:none}}.header__nav-link{border-radius:999px;color:hsla(0,0%,100%,.82);display:inline-block;font-size:14px;font-weight:500;padding:8px 14px;text-decoration:none;transition:all .15s ease}.header__nav-link:hover{background:hsla(0,0%,100%,.08);color:#fff}.header__nav-link--active{background:hsla(0,0%,100%,.12);color:#fff;padding:8px 16px}.header__spacer{flex:1}.header__status{align-items:center;color:hsla(0,0%,100%,.85);display:flex;font-size:13px;gap:7px;max-width:220px;overflow:hidden}.header__status-dot{background:#aad010;border-radius:50%;flex:0 0 auto;height:7px;width:7px}.header__status-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:767px){.header__status{display:none}}.header__settings{position:relative}@media (max-width:1023px){.header__settings{display:none}}.header__icon-btn{align-items:center;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;transition:background .15s ease;width:36px}.header__icon-btn:hover{background:hsla(0,0%,100%,.18)}.header__menu{background:#fff;border:1px solid #dde2e0;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);list-style:none;margin:0;min-width:160px;opacity:0;padding:6px 0;pointer-events:none;position:absolute;right:0;top:100%;transition:opacity .15s ease,visibility .15s ease;visibility:hidden;z-index:20}.header__menu a{color:#153731;display:block;font-size:14px;padding:8px 16px;text-decoration:none}.header__menu a:hover{background:#f4f6f5}.header__settings:focus-within .header__menu,.header__settings:hover .header__menu{opacity:1;pointer-events:auto;visibility:visible}.header__avatar{background:#aad010;border-radius:50%;color:#153731;flex:0 0 auto;font-size:13px;font-weight:600;height:36px;justify-content:center;width:36px}.header__avatar,.nav{align-items:center;display:flex}.nav{height:60px}.nav__list{display:flex;flex-flow:row;gap:3rem;justify-content:flex-end;list-style:none;margin:0;padding:0}.nav__list__item{padding:1rem 0;position:relative;width:100%}.nav__list__item__sublist{border-radius:6px;box-shadow:1px 1px 4px rgba(0,0,0,.63);display:none;list-style:none;margin:0;padding:0;position:absolute;top:calc(2rem + 1em);z-index:2}.nav__list__item__sublist__subitem{background:#fff;padding:.5rem 1rem;width:200px}.nav__list__item__sublist__subitem:nth-of-type(2n){background:#f5f5f5;padding:.5rem 1rem}.nav__list__item__sublist__subitem:first-of-type{border-radius:6px 6px 0 0}.nav__list__item__sublist__subitem:last-of-type{border-radius:0 0 6px 6px}.nav__list__item--has-children:hover{cursor:pointer}.nav__list__item--has-children:hover .nav__list__item__sublist{display:block}.mobile-nav{background:#fff;box-shadow:3px 3px 2px 0 rgba(0,0,0,.5);left:0;padding:2rem 0 1rem;position:absolute;right:0;top:72px;transform:translateX(-110vw);transition:all .5s ease;z-index:9}.mobile-nav__list{list-style:none;margin:0;padding:0}.mobile-nav__list>.mobile-nav__list__item:first-of-type{border-top:0 solid #d9d9d9}.mobile-nav__list__item{border-top:1px solid #d9d9d9;padding:0 1rem;position:relative}.mobile-nav__list__item a{align-items:center;display:flex;height:100%;padding:1rem 0;width:100%}.mobile-nav__list__item--has-children{padding-bottom:0}.mobile-nav__list__item:nth-of-type(2n){background:#f5f5f5}.mobile-nav__list__item--active a{color:#153731;font-weight:600}.mobile-nav__list__subitem,.mobile-nav__list__subitem:nth-of-type(2n){background:transparent}.mobile-nav__sublist>.mobile-nav__list__item:first-of-type{border-top:1px solid #d9d9d9}.mobile-nav-trigger{display:block;transition:all .5s ease;width:30px;z-index:999}.mobile-nav-trigger:before{content:"";display:block;transform:scaleY(1.00001)}.mobile-nav-trigger:before,.mobile-nav-trigger__center{background:#fff;height:3px;transition:all .25s ease;width:100%}.mobile-nav-trigger__center{margin:.5rem 0}.mobile-nav-trigger:after{background:#fff;content:"";display:block;height:3px;transform:scaleY(1);transition:all .25s ease;width:100%}.mobile-nav-trigger--active:before{transform:rotate(47deg);transform-origin:0 50%}.mobile-nav-trigger--active .mobile-nav-trigger__center{width:0}.mobile-nav-trigger--active:after{transform:rotate(-47deg);transform-origin:0 50%}@media (min-width:1024px){.mobile-nav-trigger{display:none}}.mobile-nav--active{transform:translateX(0)}.main{align-items:center;display:flex;flex-flow:column;justify-content:center;padding-bottom:4rem;padding-top:4rem}.sidebar{background:#fff;box-shadow:1px 1px 4px rgba(0,0,0,.17);height:100%;max-width:300px;min-height:100vh;position:sticky;width:100%}.sidebar__logo,.sidebar__top{display:flex;justify-content:center}.sidebar__top{flex-flow:column;margin-top:1rem;text-align:center}.sidebar__top p:last-of-type{margin:0}.sidebar__top__title{font-size:30px;margin-bottom:.5rem;margin-top:0}.login{height:100vh;width:100%}.login,.login__tile{align-items:center;display:flex;justify-content:center}.login__tile{height:100%;width:50%}@media (max-width:1100px){.login__tile{width:100%}}.login__form{max-width:500px;width:100%}.login__form__title{margin-bottom:2rem}.login__form__title p{font-weight:300}.login__form__content__item{display:flex;flex-flow:column;margin-bottom:1rem}.login__form__content__item label{color:#1e1f24;margin-bottom:.5rem}.login__form__action{text-align:center}.login__form__action .btn{margin-bottom:.5rem;width:100%}@media (max-width:1100px){.login__conversion{display:none}}.login__conversion img{height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}input{background:#fff;border:1px solid #ccc;border-radius:20px;padding:.5rem 1rem}select{padding:.25rem;width:100%}.product-selection{display:flex;flex-flow:column;gap:.5rem}.product-selection select{max-width:fit-content}.tile{background:#fff;border-radius:6px;margin-top:2rem;padding:1rem;width:100%}.tile__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.tile__header__title{font-size:1.2rem;font-weight:500}@media (min-width:767px){.tile{border-radius:38px;padding:2rem}}.btn{align-items:center;background-color:#aad010;border:none;border-radius:20px;color:#153731;cursor:pointer;display:flex;font-size:1rem;font-weight:400;justify-content:center;padding:.5rem 1rem;text-align:center}.btn-form{border-radius:6px;font-size:14px;padding:.25rem .5rem}a.btn{text-decoration:none}.table{border:none;border-collapse:separate;border-spacing:0;font-size:14px;margin:0;padding-top:1rem;table-layout:fixed;white-space:nowrap;width:100%}.table thead th{background:#d6d9d9;font-size:14px;position:sticky;top:0;z-index:1}.table thead th:first-child{left:0;position:sticky;z-index:2}.table tbody th{background:#fff;left:0;position:sticky;z-index:1}.table tbody tr:nth-of-type(odd) td,.table tbody tr:nth-of-type(odd) th{background:#fff}.table tbody tr:nth-of-type(2n) td,.table tbody tr:nth-of-type(2n) th{background:#e8ebea}.table td,.table th{padding:.5rem .25rem;text-align:right;width:180px}.table th{font-weight:500}.table td{font-weight:300;padding-left:.5rem}.table th:first-of-type{padding-right:.5rem;text-align:left;width:110px}.table th:first-of-type::-webkit-scrollbar{height:1px}.table th:first-of-type::-webkit-scrollbar-track{background:#333;border-radius:2px}.table th:first-of-type::-webkit-scrollbar-thumb{background:#333;border:1px solid #333;border-radius:2px;height:1px}.table th:first-of-type::-webkit-scrollbar-thumb:hover{background:#555}@media (min-width:767px){.table th:first-of-type{width:220px}}.table-wrapper{max-width:100%;overflow-x:scroll;padding-bottom:1rem;scrollbar-color:#6969dd #e0e0e0;width:100%}@media (min-width:1240px){.table td:first-of-type,.table th:nth-of-type(2){left:220px;position:sticky;z-index:2}.table-static td:first-of-type,.table-static th:nth-of-type(2){left:0;position:static;z-index:0}}.price{align-items:center;display:flex;justify-content:flex-end;position:relative}.price-highest{color:#d03c3c;font-weight:500}.price-lowest{color:#098;font-weight:500}.price-icon{display:flex;font-size:1.2rem;font-weight:300;padding:.35rem;right:0}.price-static{color:#000}.price-increase{color:#d03c3c;transform:rotate(-45deg)}.price-decrease{color:#0cce6b;transform:rotate(45deg)}.price-discount{margin-right:.5rem}.price-modifier{cursor:pointer;display:flex;position:relative}.price-modifier:focus div,.price-modifier:hover div{display:flex}.price-modal{background:#fff;border-radius:6px;bottom:1.5rem;box-shadow:2px 1px 4px rgba(51,51,51,.631);display:none;flex-flow:column;font-size:12px;gap:1rem;padding:.5rem;position:absolute;right:0;z-index:5}.price-modal p{color:#333;display:flex;font-weight:500;margin:0}.legend,.price-modal p{gap:1rem;justify-content:space-between}.legend{display:inline-flex;flex-flow:wrap}.legend__item{gap:.5rem;justify-content:flex-start}.legend__item,.legend__item__identifier{align-items:center;display:flex}.legend__item__identifier--square{background:#098;height:16px;width:16px}.legend__item__identifier--square--red{background:#d03c3c}.chart{width:100%}.chart__legend{display:flex;flex-wrap:wrap;gap:.25rem .75rem;margin-bottom:1rem}.chart__legend-item{align-items:center;background:none;border:0;border-radius:20px;color:#1e1f24;cursor:pointer;display:inline-flex;font:inherit;font-size:12px;gap:.5rem;padding:.25rem .75rem}.chart__legend-item:focus-visible,.chart__legend-item:hover{background:#e8ebea;outline:none}.chart__legend-item--off{opacity:.45;text-decoration:line-through}.chart__legend-swatch{flex:0 0 auto;height:8px;width:32px}.chart__canvas{position:relative;width:100%}.chart__svg{display:block;height:auto;overflow:visible;width:100%}.chart__axis text{fill:#6b7280;font-family:inherit;font-size:12px}.chart__axis line,.chart__axis path{stroke:#ccc}.chart__grid line{stroke:#e8ebea}.chart__grid path{display:none}.chart__dot,.chart__line,.chart__marker,.chart__rule{pointer-events:none}.chart__rule{stroke:#153731;stroke-width:1;stroke-dasharray:3 3}.chart__tooltip{background:#fff;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08);font-size:12px;min-width:180px;padding:.5rem .75rem;pointer-events:none;position:absolute;z-index:2}.chart__tooltip[hidden]{display:none}.chart__tooltip-date{font-weight:600;margin-bottom:.25rem}.chart__tooltip-row{align-items:center;display:flex;gap:1rem;justify-content:space-between;line-height:1.6}.chart__tooltip-host{align-items:center;display:inline-flex;gap:.4rem}.chart__tooltip-swatch{border-radius:50%;flex:0 0 auto;height:10px;width:10px}.chart__tooltip-price{font-variant-numeric:tabular-nums;white-space:nowrap}.chart__tooltip-price--none{color:#6b7280}.chart__empty{color:#6b7280;padding:3rem 1rem;text-align:center}.chart__empty[hidden]{display:none}.dashboard-page{background:#eef0ef;min-height:calc(100vh - 72px);width:100%}.dashboard-page__inner{margin:0 auto;max-width:1344px;padding:40px 48px 64px}@media (max-width:768px){.dashboard-page__inner{padding-left:16px;padding-right:16px}}.dashboard-head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:24px;margin-bottom:26px}.dashboard-head__title{color:#153731;font-size:30px;font-weight:600;letter-spacing:-.02em;margin:0 0 6px}.dashboard-head__subtitle{color:#5b6b67;font-size:14px;margin:0}.dashboard-head__actions{display:flex;gap:12px;margin-left:auto}.dashboard-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;height:42px;padding:0 18px;text-decoration:none;transition:all .2s ease}.dashboard-btn .icon{height:16px;width:16px}.dashboard-btn--secondary{background:#fff;border:1px solid #d3d9d7;color:#153731}.dashboard-btn--secondary:hover{background:#f4f6f5}.dashboard-btn--primary{background:#153731;color:#fff}.dashboard-btn--primary:hover{background:#1f4a42}.dashboard-kpis{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:24px}.dashboard-kpi{background:#fff;border:1px solid #dde2e0;border-radius:16px;padding:20px 20px 18px}.dashboard-kpi__row{align-items:center;display:flex;gap:12px;margin-bottom:18px}.dashboard-kpi__tile{align-items:center;border-radius:9px;display:inline-flex;flex:0 0 auto;height:34px;justify-content:center;width:34px}.dashboard-kpi__tile--lime{background:#eef5d6;color:#153731}.dashboard-kpi__tile--mint{background:#e6eeec;color:#153731}.dashboard-kpi__tile--green{background:#e4f1d9;color:#1d7a4a}.dashboard-kpi__tile--amber{background:#fdf1d8;color:#9a6200}.dashboard-kpi__label{color:#153731;font-size:14px;font-weight:500}.dashboard-kpi__value{color:#153731;font-size:30px;font-weight:600;letter-spacing:-.02em;line-height:1;margin-bottom:14px}.dashboard-kpi__sub{color:#5b6b67;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-products{background:#fff;border:1px solid #dde2e0;border-radius:16px;overflow:hidden}.dashboard-products__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;padding:20px 24px}.dashboard-products__title{align-items:center;display:flex;gap:8px;margin-right:auto}.dashboard-products__title h2{color:#153731;font-size:18px;font-weight:600;margin:0}.dashboard-products__chip{background:#e8ebea;border-radius:999px;color:#153731;font-size:12px;font-weight:500;padding:2px 9px}.dashboard-products__empty{color:#5b6b67;font-size:14px;padding:40px 24px;text-align:center}.dashboard-segmented{align-items:center;background:#e8ebea;border-radius:10px;display:flex;gap:2px;padding:4px}.dashboard-segmented__btn{background:transparent;border:none;border-radius:7px;color:#153731;cursor:pointer;font-size:13.5px;font-weight:400;padding:6px 14px;text-decoration:none}.dashboard-segmented__btn:hover{background:hsla(0,0%,100%,.55);color:#153731}.dashboard-segmented__btn:focus-visible{outline:2px solid #153731;outline-offset:1px}.dashboard-segmented__btn--active,.dashboard-segmented__btn--active:hover{background:#fff;box-shadow:0 1px 2px rgba(21,55,49,.12);font-weight:500}.dashboard-search{align-items:center;border:1px solid #d3d9d7;border-radius:9px;color:#8a9794;display:flex;gap:8px;height:34px;margin-block-end:0;padding:0 12px;width:240px}.dashboard-search .icon{flex:0 0 auto}.dashboard-search input{background:transparent;border:none;color:#153731;font-size:13.5px;outline:none;width:100%}.dashboard-search input:focus{outline:2px solid #153731;outline-offset:2px}.dashboard-search input::placeholder{color:#8a9794}.dashboard-table-wrap{overflow-x:auto}.dashboard-table{border-collapse:collapse;min-width:980px;width:100%}.dashboard-table thead tr{background:#f4f6f5}.dashboard-table th{border-bottom:1px solid #e3e7e5;border-top:1px solid #e3e7e5;color:#5b6b67;font-size:11px;font-weight:600;letter-spacing:.08em;padding:13px 44px 13px 16px;text-align:right;text-transform:uppercase;white-space:nowrap}.dashboard-table th:first-child{padding:13px 24px;text-align:left}.dashboard-table th:last-child{padding:13px 24px 13px 16px}.dashboard-table tbody tr{border-bottom:1px solid #e8ebea}.dashboard-table tbody tr:hover{background:#f8faf9}.dashboard-table td{padding:14px 16px;text-align:right;white-space:nowrap}.dashboard-table td.dashboard-product{padding:14px 24px;text-align:left;white-space:normal}.dashboard-product__inner{align-items:center;display:flex;gap:14px}.dashboard-product__tile{align-items:center;background:#eef5d6;border-radius:10px;color:#153731;display:flex;flex:0 0 auto;height:40px;justify-content:center;width:40px}.dashboard-product__name{color:#153731;display:block;font-size:14.5px;font-weight:500}.dashboard-product__meta{color:#5b6b67;display:block;font-size:12.5px;margin-top:2px}.dashboard-cell__inner{align-items:center;display:inline-flex;gap:10px;white-space:nowrap}.dashboard-cell__none{color:#8a9794}.dashboard-pill{align-items:center;border-radius:7px;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:5px 10px}.dashboard-pill__dot{border-radius:50%;display:inline-block;height:6px;width:6px}.dashboard-pill--lowest{background:#e4f1d9;color:#1d6a42}.dashboard-pill--lowest .dashboard-pill__dot{background:#1d7a4a}.dashboard-pill--highest{background:#fbe3e1;color:#b02a24}.dashboard-pill--highest .dashboard-pill__dot{background:#c8322b}.dashboard-pill--neutral{background:#eef0ef;color:#153731}.dashboard-pill--neutral .dashboard-pill__dot{background:#8a9794}.dashboard-pill--error{background:#fbe3e1;color:#c8322b;font-size:11.5px;font-weight:500}.dashboard-pill--error .icon{height:11px;width:11px}.dashboard-trend{align-items:center;display:inline-flex;flex:0 0 auto;height:18px;justify-content:center;width:18px}.dashboard-trend--fall{color:#1d7a4a}.dashboard-trend--rise{color:#c8322b}.dashboard-trend--unchanged{color:#a3aeab}.dashboard-offer{align-items:center;background:#fdf1d8;border-radius:6px;color:#9a6200;display:inline-flex;font-size:11.5px;font-weight:500;gap:4px;padding:3px 7px}.dashboard-table td.dashboard-spread-cell{padding:14px 24px 14px 16px}.dashboard-spread{margin-left:auto;width:120px}.dashboard-spread__line{align-items:baseline;color:#153731;display:flex;font-size:14px;font-weight:600;gap:6px;justify-content:flex-end;margin-bottom:6px}.dashboard-spread__pct{color:#5b6b67;font-size:11.5px;font-weight:400}.dashboard-spread__track{background:#e8ebea;border-radius:999px;height:5px;overflow:hidden}.dashboard-spread__bar{background:#aad010;border-radius:999px;height:100%}.dashboard-legend{align-items:center;background:#fbfcfb;color:#3d4f4b;display:flex;flex-wrap:wrap;font-size:12.5px;gap:20px;padding:14px 24px}.dashboard-legend__title{color:#153731;font-weight:600}.dashboard-legend__item{align-items:center;display:inline-flex;gap:6px}.dashboard-legend__swatch{align-items:center;border-radius:50%;display:inline-flex;height:14px;justify-content:center;position:relative;width:14px}.dashboard-legend__swatch:after{border-radius:50%;content:"";height:5px;width:5px}.dashboard-legend__swatch--lowest{background:#e4f1d9}.dashboard-legend__swatch--lowest:after{background:#1d7a4a}.dashboard-legend__swatch--highest{background:#fbe3e1}.dashboard-legend__swatch--highest:after{background:#c8322b}.dashboard-legend__spacer{flex:1}.dashboard-legend__count{color:#5b6b67}.sortable th{cursor:pointer}.sortable th.no-sort{pointer-events:none}.sortable th:after,.sortable th:before{color:transparent;font-size:1.2em;transition:color .1s ease-in-out}.sortable th:after{content:"▸";margin-left:3px}.sortable th:hover:after{color:inherit}.sortable th.dir-d:after{color:inherit;content:"▾"}.sortable th.dir-u:after{color:inherit;content:"▴"}.sortable th.indicator-left:after{content:""}.sortable th.indicator-left:before{content:"▸";margin-right:3px}.sortable th.indicator-left:hover:before{color:inherit}.sortable th.indicator-left.dir-d:before{color:inherit;content:"▾"}.sortable th.indicator-left.dir-u:before{color:inherit;content:"▴"}