*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}video{display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}:root{--container-width: 375px;--container-padding: 1.5rem}@media (min-width: 480px){:root{--container-width: 480px;--container-padding: 2rem}}@media (min-width: 1024px){:root{--container-width: 1024px;--container-padding: 2.5rem}}@media (min-width: 1440px){:root{--container-width: 1440px;--container-padding: 6rem}}html{scroll-behavior:smooth;max-width:100%;overflow-x:hidden}body{color:#292c32;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5rem;font-weight:400}a{color:inherit;text-decoration:none}.not-mobile{display:none}@media (min-width: 768px){.not-mobile{display:flex}}.mobile-only{display:flex}@media (min-width: 768px){.mobile-only{display:none}}.app{display:grid;position:relative;height:100dvh}.app.dark{background-color:#000}@media (min-width: 768px){.app{height:100dvh;grid-template-areas:"nav head" "nav main";grid-template-columns:14rem auto}}.left-sidebar__container{display:none;height:100%;border-right:1px solid #E9E9EB}.dark .left-sidebar__container{border-right:1px solid transparent}@media (min-width: 768px){.left-sidebar__container{display:flex;flex-direction:column;padding-top:2.5rem;gap:2.5rem;width:100%}}.left-sidebar__logo{display:flex;justify-content:center;align-items:center}.left-sidebar__logo img{width:142px}.main__container{display:flex;flex-direction:column;height:calc(100dvh - 64px)}@media (min-width: 768px){.main__container{height:100dvh;padding:1rem 0}}.menu__container{padding:0 .5rem;height:100%}.menu__content{list-style:none;margin:0;padding:0;height:100%;display:flex;flex-direction:column;justify-content:space-between}.menu__content li{margin-bottom:.5rem}.menu__item{display:grid;grid-template-columns:1.5rem 1fr;gap:1rem;align-items:center;padding:.625rem .5rem;cursor:pointer;user-select:none;border-radius:.5rem}.dark .menu__item{color:#fff}.menu__item:hover{background-color:#e9e9eb}.dark .menu__item:hover{background-color:#292c32}.menu__item.menu__item--no-icon{grid-template-columns:1fr}.menu__item--selected{background-color:#e9e9eb}.dark .menu__item--selected{background-color:#292c32}.menu__item-icon{fill:#292c32;width:24px;height:24px}.dark .menu__item-icon{fill:#fff}.menu__item-text{font-size:1rem;line-height:1.5rem;font-weight:600}.menu__footer-text{font-size:.875rem;line-height:1.24rem;font-weight:400;color:#292c32;padding:.625rem .5rem}.dark .menu__footer-text{color:#fff}:root{--primary-50: #fff3f0;--primary-100: #ffe4dd;--primary-200: #ffc8bb;--primary-300: #ffa38e;--primary-400: #ff7d5e;--primary-500: #f96a3f;--primary-600: #f26134;--primary-700: #eb5a2c;--primary-800: #d44d23;--primary-900: #b33d1a;--primary-950: #7c2610}.bottombar__container{position:fixed;bottom:0;left:0;width:100%;z-index:9;height:64px}.bottombar__content{display:grid;grid-template-columns:repeat(4,1fr);justify-content:center;align-items:center;width:100%;background-color:#fff;gap:.5rem;padding:0 1rem;border-top:1px solid #E9E9EB;height:100%}.dark .bottombar__content{background-color:#000;border-top:1px solid #000000}.bottombar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;user-select:none;gap:.25rem}.bottombar__item .bottombar__item-text{font-size:.75rem;line-height:1rem;font-weight:400;color:#000}.dark .bottombar__item .bottombar__item-text{color:#fff}.bottombar__item .bottombar__item-icon{fill:#000;width:24px;height:24px}.dark .bottombar__item .bottombar__item-icon{fill:#fff}.bottombar__item--selected{color:#000}.dark .bottombar__item--selected{fill:#fff}.bottombar__item--selected .bottombar__item-icon{fill:#000}.bottombar__item--selected .bottombar__item-text{text-decoration:underline}.dark .bottombar__item--selected .bottombar__item-icon{fill:#fff}.feed{align-self:center;position:relative;background:#000;height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}@media (min-width: 768px){.feed{aspect-ratio:.5625/1;width:auto}}.feed__list{position:relative;border-radius:3px;display:block;height:100%;overflow-y:scroll;scroll-snap-type:y mandatory;-ms-overflow-style:none;scrollbar-width:none}.feed__list::-webkit-scrollbar{display:none}.feed__controls{position:absolute;right:16px;top:50%;transform:translateY(-50%);flex-direction:column;gap:24px;z-index:8}.feed__header{position:sticky;top:0;left:0;width:100%;background-color:transparent;z-index:8;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px}.feed__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feed__empty{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;width:100%;padding:0 64px;text-align:center}.feed__cart{position:absolute;top:72px;right:16px;cursor:pointer;z-index:2}
