.footer{padding:2rem}.footer__nav{z-index:99;display:block;position:fixed;bottom:0;left:0;right:0}.footer__nav .MuiBottomNavigation-root{height:70px;padding-bottom:.5rem}.account-popover{padding:.5rem 0}.account-popover__button{margin-left:1rem}.account-popover__avatar{width:30px;height:30px}.account-popover__user{justify-content:space-between;align-items:center;padding:.5rem;display:flex}.account-popover__name{margin:0;font-size:1rem;font-weight:600;line-height:1.5}.account-popover__position{color:#9ca3af;margin:0;font-size:.8rem;font-weight:400;line-height:1.5}.account-popover__email{color:#6b7280;margin:0;padding:0 .5rem .5rem;font-size:.8rem;font-weight:400}.account-popover__nav{padding-top:.5rem}.account-popover__nav-item{color:#4b5563;cursor:pointer;align-items:center;padding:.5rem 1rem;font-size:1rem;font-weight:400;line-height:1.5;display:flex}.account-popover__nav-item:hover{background-color:#f3f4f6}.account-popover__nav-icon{margin-right:.5rem}.header{justify-content:space-between;align-items:center;padding:1rem;display:flex}@media (width<=50rem){.header{z-index:11;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#fff3;padding:1rem 1rem .5rem;position:sticky;top:0;left:0;right:0}}.header__title{text-overflow:ellipsis;white-space:nowrap;flex:1;margin:.5rem 0;overflow:hidden}.header .menu-button{margin-right:1rem}.header .menu-icon{vertical-align:middle}.logo{letter-spacing:5px;text-align:center;margin:0 0 1.5rem;font-size:2.5rem}.nav-menu-link{cursor:pointer;border-top-right-radius:1rem;border-bottom-right-radius:1rem;align-items:center;width:100%;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;display:flex}.nav-menu-link:hover{background-color:#e5e7eb}.nav-menu-link.active svg{color:#fff}.nested-menu__icon{padding-left:.5rem;min-width:40px!important}.nav-menu.nav-menu--desktop{width:16rem}.nav-menu.nav-menu--desktop .MuiDrawer-paper{width:16rem;color:inherit;background-color:#f4f5fa;border:none}.nav-menu.nav-menu--mobile .MuiDrawer-paper{width:16rem}.nav-menu__content{text-align:left;flex-direction:column;width:100%;min-height:100%;padding:1rem 1rem 1rem 0;display:flex}.nav-menu__version{color:#9ca3af;margin-top:auto;padding:.75rem 0 .25rem 1.375rem;font-size:.75rem}.nav-menu__item{cursor:pointer;border-top-right-radius:1rem;border-bottom-right-radius:1rem;align-items:center;width:100%;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;display:flex}.nav-menu__item:hover{background-color:#e5e7eb}.nav-menu__icon{min-width:40px!important}.layout{flex:1;width:100%;display:flex}.layout__simple-header{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.layout__content{flex-direction:column;flex-grow:1;width:calc(100% - 16rem);max-width:1400px;margin:0 auto;display:flex}@media (width<=50rem){.layout__content{max-width:100vw}}.layout__outlet{flex-grow:1;padding:1rem}@media (width<=50rem){.layout__outlet{padding:.5rem}}.modal{background-color:#fff;border-radius:4px;max-width:600px;max-height:100%;padding:2rem 1rem;position:absolute;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}@media (width<=30rem){.modal{border-radius:2px;width:100%;margin-top:1rem;top:0;transform:translate(-50%)}}@media (width<=50rem){.app-button{font-size:.8rem!important}}.contacts-box{color:#1f2937;width:min(100%,32rem);margin:0 auto}.contacts-box__title{text-align:center;margin:0 auto 1rem;font-size:1.5rem;line-height:1.2}.contacts-box__description{color:#4b5563;text-align:center;margin:1rem auto;line-height:1.5}.contacts-box__list{flex-direction:column;gap:.5rem;display:flex}.contacts-box__list-item.MuiListItem-root{justify-content:center;gap:.5rem}.contacts-box__icon{color:#82b9e1}.contacts-box__link:hover{color:#82b9e1;text-underline-offset:3px}.contacts-box__link:focus-visible{outline-offset:3px;border-radius:.25rem;outline:1px solid #82b9e1}.contacts-box__actions{justify-content:center;margin-top:1rem;display:flex}.container{z-index:1;max-width:1140px;margin:0 auto;padding:0 1.5rem;position:relative}@media (width<=50rem){.container{padding:0 1rem}}.cta{padding:80px 0;position:relative;overflow:hidden}.cta__box{background:linear-gradient(135deg, var(--navy) 0%, #2d2d44 50%, var(--navy) 100%);text-align:center;background-size:200% 200%;border-radius:24px;padding:64px 48px;animation:8s infinite gradient-shift;position:relative;overflow:hidden}.cta__box:before{content:"";filter:blur(80px);background:#e8772e14;border-radius:50%;width:400px;height:400px;position:absolute;top:-200px;right:-100px}.cta__box:after{content:"";filter:blur(60px);background:#2a9d8f14;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-150px;left:-50px}.cta__box h2{color:#fff;letter-spacing:-1px;z-index:1;margin-bottom:16px;font-size:clamp(28px,3.5vw,40px);font-weight:800;position:relative}.cta__box p{color:#ffffffb3;z-index:1;max-width:480px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.7;position:relative}.cta__actions{z-index:1;flex-wrap:wrap;justify-content:center;gap:16px;display:flex;position:relative}.cta__btn-white{color:var(--navy);cursor:pointer;transition:var(--transition);background:#fff;border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.cta__btn-white:hover{transform:translateY(-2px);box-shadow:0 16px 48px #fff3}.cta__btn-ghost{color:#fff;cursor:pointer;transition:var(--transition);background:0 0;border:2px solid #ffffff40;border-radius:50px;align-items:center;gap:10px;padding:16px 36px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.cta__btn-ghost:hover{background:#ffffff0d;border-color:#fff;transform:translateY(-2px)}@media (width<=50rem){.cta__box{padding:3rem 1.5rem}}.section-header{text-align:center;margin-bottom:56px}.section-header__title{letter-spacing:-1px;margin:0 0 1rem;font-size:clamp(28px,4vw,42px);font-weight:800}.section-header__desc{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:17px;line-height:1.7}.section-header__tag{letter-spacing:.5px;text-transform:uppercase;color:#82b9e1;background:#e4f5fd;border:1px solid #82b9e1;border-radius:50px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}@media (width<=30rem){.section-header__title{font-size:1.625rem}}.features{padding:80px 0}.features__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=50rem){.features__grid{grid-template-columns:1fr}}.features__card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.features__card:before{content:"";opacity:0;background:linear-gradient(90deg,#bef264,#65a30d);height:3px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0}.features__card:hover{background:#f3f4f6;transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.features__card:hover:before{opacity:1}.features__card h3{letter-spacing:-.3px;margin-bottom:10px;font-size:18px;font-weight:700}@media (width<=50rem){.features__card h3{text-align:center;align-self:center}}.features__card p{color:#4b5563;font-size:14px;line-height:1.65}@media (width<=50rem){.features__card p{text-align:center}}.features__icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;font-size:22px;display:flex}.features__icon.green{color:#84cc16;background:#ecfccb}.features__icon.teal{color:#0ea5e9;background:#e4f5fd}.features__icon.navy{color:#374151;background:#f3f4f6}@media (width<=50rem){.features__icon{margin:0 auto}}.landing-logo{color:#82b9e1;align-items:center;gap:10px;text-decoration:none;display:flex}.landing-logo__icon{color:#fff;background:#82b9e1;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-family:Outfit,sans-serif;font-size:18px;font-weight:700;display:flex}.landing-logo__text{letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:22px;font-weight:700}.landing-logo__text span{color:#82b9e1}@media (width<=30rem){.landing-logo__text{font-size:1.125rem}}.landing-footer{border-top:1px solid #d1d5db;padding:48px 0 32px}.landing-footer__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:32px;display:flex}.landing-footer__links{flex-wrap:wrap;gap:28px;display:flex}.landing-footer__links a{color:#4b5563;cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.landing-footer__links a:hover{color:#82b9e1}.landing-footer__bottom{text-align:center;color:#6b7280;border-top:1px solid #d1d5db;padding-top:24px;font-size:13px}@media (width<=50rem){.landing-footer__top{text-align:center;flex-direction:column}.landing-footer__links{justify-content:center}}.chart-title{color:#9ca3af;text-align:center;text-transform:uppercase;margin:.5rem auto;font-size:1rem;font-weight:700;line-height:1.5}.revenue-chart{height:100%;padding:1rem}.revenue-chart :focus{outline:none!important}@media (width<=550px){.revenue-chart{padding:.5rem}}.revenue-chart__header{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}@media (width<=550px){.revenue-chart__header{justify-content:space-between;margin-bottom:.5rem;padding:0 .5rem}}@media (width>=551px){.revenue-chart__orientation-button{display:none!important}}.period-select-input.period-select-input--title .MuiInputBase-root{color:#0ea5e9;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700}.period-select-input.period-select-input--title .MuiInputBase-input{padding:0}.period-select-input.period-select-input--title .MuiInputBase-root:before{border-bottom:none}.period-select-input.period-select-input--title .MuiInputBase-root:hover:not(.Mui-disabled,.Mui-error):before{border-bottom:1px solid #0ea5e9}.period-select-input.period-select-input--title .MuiSvgIcon-root{color:#0ea5e9}.profit-indicator{white-space:nowrap;margin:0}.profit-indicator.profit-indicator--positive{color:#16a34a}.profit-indicator.profit-indicator--positive:before{content:"+"}.profit-indicator.profit-indicator--negative{color:#dc2626}.statistics-card{text-align:center;flex-direction:column;align-items:center;height:100%;min-height:170px;padding:1rem;display:flex}.statistics-card__info{flex-direction:column;flex:1;display:flex}.statistics-card__amount{color:#374151;margin:0;font-size:2rem;font-weight:700}.statistics-card__currency{color:#374151;margin:0 0 .5rem;font-size:.9rem;font-weight:600}.statistics-card__stats{color:#6b7280;flex:1;margin:.25rem 0;font-size:.8rem;font-weight:400}.statistics-card__sales{color:#0284c7}.statistics-card__refunds{color:#dc2626}.hero{padding:160px 0;position:relative;overflow:hidden}@media (width<=50rem){.hero{padding:8.125rem 0 3.75rem}}.hero__bg{z-index:0;position:absolute;inset:0;overflow:hidden}.hero__orb{filter:blur(80px);border-radius:50%;animation:8s ease-in-out infinite float;position:absolute}.hero__orb-1{background:#f4f5fa;width:500px;height:500px;top:-100px;right:-100px}.hero__orb-2{width:400px;height:400px;bottom:-100px;left:-50px}.hero__grid-pattern{background-image:linear-gradient(#e5e7eb 1px,#0000 1px),linear-gradient(90deg,#e5e7eb 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60% at 50% 40%,#000 20%,#0000 80%);mask-image:radial-gradient(60% 60% at 50% 40%,#000 20%,#0000 80%)}.hero .container{z-index:1;align-items:center;gap:60px;display:flex;position:relative}@media (width<=64rem){.hero .container{text-align:center;flex-direction:column;align-items:center}}.hero__content{flex:1;max-width:560px}@media (width<=64rem){.hero__content{max-width:100%}}.hero__badge{color:#82b9e1;background:#e4f5fd;border:1px solid #82b9e1;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:13px;font-weight:600;animation:.6s both fadeUp;display:inline-flex}.hero__title{letter-spacing:-1.5px;margin-bottom:20px;font-size:clamp(36px,5vw,56px);font-weight:800;animation:.6s .1s both fadeUp}@media (width<=30rem){.hero__title{font-size:2rem}}.hero__title--highlight{background:#84cc16 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s infinite gradient-shift}.hero__description{animation:.6s .2s both fadeUp}.hero__actions{flex-wrap:wrap;gap:16px;animation:.6s .3s both fadeUp;display:flex}@media (width<=64rem){.hero__actions{justify-content:center}}@media (width<=30rem){.hero__actions{flex-direction:column;align-items:center}}.hero__btn-primary{color:#fff;cursor:pointer;background:#82b9e1;border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 32px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 40px #e4f5fd}.hero__btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 48px #82b9e1}@media (width<=30rem){.hero__btn-primary{justify-content:center;width:100%}}.hero__btn-secondary{color:#1f2937;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50px;align-items:center;gap:10px;padding:16px 32px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 2px 8px #0003}.hero__btn-secondary:hover{color:#82b9e1;border-color:#82b9e1;transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}@media (width<=30rem){.hero__btn-secondary{justify-content:center;width:100%}}.hero__visual{flex:1;max-width:31.25rem;animation:.8s .3s both scaleIn}@media (width<=64rem){.hero__visual{width:100%}}.hero__mockup-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:1rem;position:relative;box-shadow:0 8px 30px #0000004d}.hero__mockup-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.hero__mockup-header h4{color:#1f2937;margin:0;font-size:16px;font-weight:600}.hero__mockup-dot-row{gap:6px;display:flex}.hero__mockup-dot{border-radius:50%;width:10px;height:10px}.hero__mockup-dot:first-child{background:#ff605c}.hero__mockup-dot:nth-child(2){background:#ffbd44}.hero__mockup-dot:nth-child(3){background:#00ca4e}.hero__mockup-stats{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:1rem;display:grid}@media (width<=30rem){.hero__mockup-stats{grid-template-columns:1fr}}.hero__mockup-stats .statistics-card{min-height:120px;padding:.25rem}.hero__mockup-stats .statistics-card__currency{margin:0}.hero__mockup-chart{align-items:flex-end;gap:8px;padding:0 4px;display:flex}.hero__mockup-chart .chart-title{text-align:center;margin:0 auto;line-height:normal}.hero__mockup-chart .revenue-chart{width:100%;height:100%;padding:.5rem}.how-it-works{background:#f4f5fa;padding:80px 0;position:relative}.how-it-works__steps-grid{counter-reset:step;grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.how-it-works__step-card{text-align:center;padding:40px 24px;position:relative}.how-it-works__step-number{color:#fff;background:linear-gradient(135deg,#84cc16,#65a30d);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;font-family:Outfit,sans-serif;font-size:26px;font-weight:800;display:flex;position:relative;box-shadow:0 8px 40px #84cc16}.how-it-works__step-number:after{content:"";border:2px dashed #ecfccb;border-radius:50%;animation:2.5s ease-out infinite pulse-ring;position:absolute;inset:-6px}.how-it-works__step-card h3{letter-spacing:-.3px;margin-bottom:12px;font-size:20px;font-weight:700}.how-it-works__step-card p{color:#4b5563;font-size:15px;line-height:1.65}@media (width<=50rem){.how-it-works__steps-grid{grid-template-columns:1fr}}.navbar{z-index:100;background:0 0;padding:16px 0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:10px 0}.navbar__container{justify-content:space-between;align-items:center;display:flex}.navbar__nav-links{align-items:center;gap:32px;list-style:none;display:flex}.navbar__nav-link{color:#4b5563;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.navbar__nav-link:hover{color:#82b9e1}.navbar__nav-link:after{content:"";background:#82b9e1;border-radius:1px;width:0;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-4px;left:0}.navbar__nav-link:hover:after{width:100%}.navbar__nav-cta{transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 40px #61d2f426}.navbar__mobile-toggle{color:#374151;cursor:pointer;background:0 0;border:none;padding:4px;font-size:24px;display:block}.navbar__drawer-paper{background:#f4f5fa;border-left:1px solid #d1d5db;width:min(320px,85vw)}.navbar__drawer-content{flex-direction:column;gap:8px;height:100%;padding:12px;display:flex}.navbar__drawer-list{flex-direction:column;gap:32px;margin:0;padding:0;list-style:none;display:flex}.navbar__drawer-cta-link{margin-top:auto;text-decoration:none}.list-title{text-align:left;text-transform:uppercase;margin:1rem 0;font-size:1.2rem;font-weight:600;display:flex}.list-title__amount{color:#4b5563;background-color:#e5e7eb;border-radius:.5rem;margin-left:auto;padding:0 1rem}.tabpanel__content{padding:1rem}@media (width<=50rem){.tabpanel__content{padding:.5rem}}@media (width<=30rem){.tabpanel__content{padding:0}}.price-details{align-items:flex-end;gap:.5rem;display:flex}@media (width<=50rem){.price-details{order:2}}.price-details__profit{justify-content:flex-end;align-items:center;font-size:.8rem;display:flex}.price-details__discount{color:#9ca3af;justify-content:flex-end;align-items:center;font-size:.8rem;text-decoration:line-through;display:flex}.price-details__revenue{text-align:right;justify-content:flex-end;align-items:center;font-size:1rem;font-weight:600;display:flex}.batch{font-weight:inherit;white-space:nowrap;background-color:#e5e7eb;border-radius:.25rem;margin:0;padding:.25rem;font-size:.8rem}.size{font-weight:inherit;color:#fff;background-color:#7dd3fc;border-radius:.25rem;margin:0;padding:.25rem;font-size:.8rem}.product-details{flex-direction:column;align-items:flex-start;gap:.5rem;margin:0;display:flex}.product-details__name{color:#0ea5e9;font-weight:inherit;font-size:inherit;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.product-details__name.product-details__name--uncounted{color:#6b7280}.product-details__params{gap:.5rem;display:flex}.product-details__link{color:#0284c7}.product-details__link:hover{text-decoration:underline}.action{text-align:left;border:#9ca3af;border-radius:.25rem;position:relative}.action:hover{background-color:#e5e7eb}.action.action--refund{background-color:#fee2e2}.action.action--refund .product,.action.action--refund .price{color:#dc2626}.action.action--transfer{background-color:#ecfccb}.action.action--transfer .product{color:#65a30d}.action__buttons{z-index:2;position:absolute;top:.25rem;right:.25rem}.action__link{color:inherit;padding:.5rem 1rem;display:block}@media (width<=30rem){.action__link{padding:.5rem}}.action__wrapper{flex-wrap:wrap;display:flex}.action__date-row{color:#9ca3af;align-items:center;width:100%;margin:0 2rem 1rem 0;padding:0 0 .5rem;font-size:.8rem;display:flex}@media (width<=50rem){.action__date-row{flex-wrap:wrap;width:100%;margin:0 2rem 0 0}}.action__date{white-space:nowrap;margin-right:1rem}.action__seller{text-overflow:ellipsis;white-space:nowrap;margin-right:1.5rem;overflow:hidden}.action__payments{color:#9ca3af;white-space:nowrap;margin-left:auto;font-size:.8rem}@media (width<=30rem){.action__payments{width:100%;margin-top:.5rem}}.action__sender-storage{color:#9ca3af;white-space:nowrap;margin:0;font-size:.8rem;display:block}@media (width<=50rem){.action__sender-storage{order:2}}.action__products-list{flex-direction:column;width:100%;display:flex}.action__products-list>*{margin-bottom:.5rem}.action__products-list>:last-child{margin-bottom:0}.action__product{border-top:1px solid #d1d5db;flex-wrap:wrap;align-items:flex-end;display:flex}@media (width<=50rem){.action__product{padding-bottom:.5rem}}.action__product-name{width:50%;margin:.5rem 0;font-weight:600}@media (width<=50rem){.action__product-name{width:100%;margin:.25rem 0}}.action__product-financial{justify-content:flex-end;align-items:flex-end;width:50%;margin:.5rem 0;display:flex}@media (width<=50rem){.action__product-financial{justify-content:space-between;width:100%;margin:.25rem 0}}.action__product-qty{text-align:right;white-space:nowrap;width:4rem;margin:0 1rem 0 0;font-size:1rem}@media (width<=50rem){.action__product-qty{text-align:left;order:1;margin:0 1rem 0 0;font-size:1rem}}@media (width<=30rem){.action__product-qty{width:4rem}}.conf-modal__message{text-align:center;margin:0 0 1.5rem;font-size:1.2rem;font-weight:400}.conf-modal__buttons{justify-content:center;align-items:center;gap:2rem;display:flex}.spinner{flex-grow:1;justify-content:center;align-items:center;width:100%;min-height:100%;display:flex}.spinner-backdrop{color:#fff;z-index:10}.product-info{width:100%;margin:0 auto;position:relative}.product-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.product-info__buttons{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.product-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:2rem;display:flex}@media (width<=30rem){.product-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.product-info__info{width:50%;padding:1rem}@media (width<=30rem){.product-info__info{width:100%}}.product-info__title{margin:2rem 0 1rem;font-size:1.2rem;font-weight:700}@media (width<=30rem){.product-info__title{text-align:center}}.product-info__prices-box{text-overflow:ellipsis;white-space:nowrap;flex-direction:column;gap:.25rem;width:100%;margin:1rem 0;display:flex;overflow:hidden}.product-info__price{font-size:1.5rem;font-weight:600}.product-info__discount{white-space:nowrap;color:#9ca3af;height:1rem;font-size:.8rem;text-decoration-line:line-through}.product-info__subtitle{color:#6b7280;align-items:center;margin:.5rem 0;display:flex}@media (width<=30rem){.product-info__subtitle{justify-content:center}}.product-info__sell-btn{margin:1rem 0 0!important}.product-info__image{width:250px!important;height:250px!important}@media (width<=30rem){.product-info__image{width:100%!important;height:auto!important;min-height:250px!important}}.product-info__image-modal .modal{background-color:#000;border-radius:0;justify-content:center;align-items:center;width:100vw;max-width:100vw;height:100vh;max-height:100vh;padding:0;display:flex;top:0;left:0;transform:none}.product-info__image-modal-content{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.product-info__image-modal-close{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex;position:absolute;top:1rem;right:1rem}.product-info__image-modal-close:hover{background:#fff}.product-info__image-modal-close svg{color:#000;font-size:24px}@media (width<=30rem){.product-info__image-modal-close{width:36px;height:36px;top:.5rem;right:.5rem}.product-info__image-modal-close svg{font-size:20px}}.product-info__image-modal-img{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:none;max-width:100%;max-height:100%}.donut-chart{height:100%;padding:1rem;position:relative}.donut-chart :focus{outline:none!important}.donut-chart__tooltip{text-align:center;background-color:#fff;border:1px solid #ccc;padding:5px;font-family:inherit;font-size:12px;font-weight:500}.donut-chart__tooltip--pinned{width:fit-content;margin:0 auto .5rem;position:absolute;top:0;left:50%;transform:translate(-50%)}.donut-chart__legend{flex-wrap:wrap;justify-content:center;gap:.5rem .75rem;margin:0;padding:0;list-style:none;display:flex}.donut-chart__legend-item{margin:0}.donut-chart__legend-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;display:inline-flex}.donut-chart__legend-dot{border-radius:999px;flex-shrink:0;width:.5rem;height:.5rem}.info-table__title{margin:1rem 0;font-size:1rem;font-weight:700;line-height:1.5rem}.info-table__name{color:#9ca3af!important;padding-left:0!important;padding-right:2rem!important}@media (width<=30rem){.info-table__name{padding-right:.5rem!important}}.info-table__value{color:#1f2937!important;text-align:right!important}.info-table__value--loss{color:#dc2626!important;text-align:right!important}.info-table__value--loss:before{content:"-"}.info-table__value--bold{font-weight:700!important}.shift-info{width:100%;margin:0 auto;padding:1rem 2rem;position:relative}@media (width<=50rem){.shift-info{padding:1rem}}.shift-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.shift-info__buttons{z-index:2;align-items:center;display:flex;position:absolute;top:.25rem;right:.25rem}.shift-info__lock-icon{width:1rem!important;height:1rem!important}.shift-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:1rem;display:flex}@media (width<=50rem){.shift-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.shift-info__metrics,.shift-info__chart{width:50%}@media (width<=50rem){.shift-info__metrics,.shift-info__chart{width:100%}}.shift-info__header{gap:1rem;margin:2rem 0 1rem;display:flex}@media (width<=50rem){.shift-info__header{text-align:center;flex-direction:column;align-items:center}}.shift-info__title{margin:0;font-size:1.5rem;font-weight:700}@media (width<=50rem){.shift-info__title{text-align:center}}.shift-info__profit{font-size:1.2rem}.shift-info__links{flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;display:flex}@media (width<=50rem){.shift-info__links{justify-content:center}}.shift-info__params{color:#4b5563;margin:0 0 .8rem;font-size:1rem}@media (width<=30rem){.shift-info__params{font-size:.875rem}}.shift-info__params--cash{color:#0284c7}.shift-info__params--noncash{color:#9ca3af}.shift-info__params--refunds{color:#dc2626}.shift-info__params--fee{color:#ca8a04}.shift-info__params--comments{margin-top:2rem}.shift-info__params--error{color:#dc2626}.shift-info__sales{color:#0284c7}.shift-info__refunds{color:#dc2626}.shift-info__amount{font-weight:700}.shift-info__info-table{margin:1rem 0 2rem;width:fit-content!important}@media (width<=50rem){.shift-info__info-table{margin:1rem auto 2rem}}.preview{padding:80px 0}.preview__wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:20px;margin-top:20px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000d}.preview__toolbar{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:16px 24px;display:flex}.preview__toolbar-dots{gap:8px;display:flex}.preview__toolbar-dot{border-radius:50%;width:12px;height:12px}.preview__toolbar-dot:first-child{background:#ff605c}.preview__toolbar-dot:nth-child(2){background:#ffbd44}.preview__toolbar-dot:nth-child(3){background:#00ca4e}.preview__toolbar-title{text-align:center;flex:1;font-size:16px;font-weight:500}.preview__body{grid-template-columns:200px 1fr;min-height:360px;display:grid}.preview__sidebar{border-right:1px solid #e5e7eb;padding:20px 16px 20px 0}.preview__sidebar-item{cursor:pointer;border-top-right-radius:1rem;border-bottom-right-radius:1rem;align-items:center;width:100%;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;display:flex}.preview__sidebar-item-icon{min-width:2rem!important}.preview__sidebar-item:hover{background-color:#e5e7eb}.preview__sidebar-item.active{color:#fff;background:#82b9e1;font-weight:600}.preview__sidebar-item.active .preview__sidebar-item-icon{color:#fff}.preview__main{flex-direction:column;gap:20px;padding:24px;display:flex}.preview__add-button{bottom:20px;right:30px;position:absolute!important}.preview-main-header{justify-content:space-between;align-items:center;display:flex}.preview-main-header h4{font-size:18px;font-weight:700}.preview-mini-btn{background:var(--accent);color:#fff;cursor:default;border:none;border-radius:8px;padding:8px 16px;font-size:12px;font-weight:600}.preview-table{border-collapse:collapse;width:100%}.preview-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--border);padding:10px 12px;font-size:11px;font-weight:600}.preview-table td{border-bottom:1px solid var(--border);color:var(--text-secondary);padding:12px;font-size:13px}.preview-table td:first-child{color:var(--text-primary);font-weight:600}.td-badge{border-radius:50px;padding:3px 10px;font-size:11px;font-weight:600;display:inline-block}.td-badge.green{color:#00ca4e;background:#00ca4e1a}.td-badge.orange{background:var(--accent-glow);color:var(--accent)}.td-badge.red{color:#ff605c;background:#ff605c1a}@media (width<=64rem){.preview__body{grid-template-columns:1fr}.preview__sidebar{display:none}}.pricing{background:#f4f5fa;padding:80px 0}.pricing__grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:1rem;display:grid}@media (width<=64rem){.pricing__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=50rem){.pricing__grid{grid-template-columns:1fr}}.pricing__card{border-radius:var(--radius);transition:var(--transition);background:#fff;border:1px solid #e5e7eb;padding:1.5rem;position:relative}.pricing__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.pricing__card--featured{border-color:#84cc16;transform:scale(1.03);box-shadow:0 8px 40px #ecfccb}@media (width<=64rem){.pricing__card--featured{transform:none}}.pricing__card--featured:before{content:"Популярный";color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#84cc16,#65a30d);border-radius:50px;padding:4px 18px;font-size:12px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing__card--featured:hover{transform:scale(1.03)translateY(-4px);box-shadow:0 20px 60px #bef264}.pricing__name{color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:14px;font-weight:600}@media (width<=50rem){.pricing__name{text-align:center}}.pricing__price{letter-spacing:-2px;margin-bottom:4px;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}@media (width<=50rem){.pricing__price{text-align:center}}@media (width<=30rem){.pricing__price{font-size:2.25rem}}.pricing__price span{color:#6b7280;letter-spacing:0;font-size:16px;font-weight:500}.pricing__desc{color:#4b5563;margin-bottom:28px;font-size:14px;line-height:1.5}@media (width<=50rem){.pricing__desc{text-align:center}}.pricing__features{margin-bottom:28px;padding:0;list-style:none}.pricing__features li{color:#4b5563;align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}@media (width<=50rem){.pricing__features li{justify-content:center}}.pricing__feature-icon{color:#84cc16}.pricing__btn{text-align:center;cursor:pointer;width:100%;transition:var(--transition);border-radius:12px;padding:14px;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;text-decoration:none;display:block}.pricing__btn--outline{color:#1f2937;background:0 0;border:2px solid #e5e7eb}.pricing__btn--outline:hover{color:#84cc16;background:#ecfccb;border-color:#84cc16}.pricing__btn--filled{color:#fff;background:linear-gradient(135deg,#84cc16,#65a30d);border:2px solid #0000;box-shadow:0 8px 40px #ecfccb}.pricing__btn--filled:hover{transform:translateY(-1px);box-shadow:0 8px 32px #bef264}.testimonials{padding:80px 0}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.testimonials__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:var(--transition);padding:28px}.testimonials__card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.testimonials__stars{color:#ffb800;letter-spacing:2px;margin-bottom:16px;font-size:14px}.testimonials__text{color:var(--text-secondary);margin-bottom:20px;font-size:15px;font-style:italic;line-height:1.7}.testimonials__author{align-items:center;gap:12px;display:flex}.testimonials__avatar{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;display:flex}.testimonials__name{font-size:14px;font-weight:600}.testimonials__role{color:var(--text-muted);font-size:12px}@media (width<=64rem){.testimonials__grid{grid-template-columns:repeat(2,1fr)}.testimonials__grid>:last-child{grid-column:1/-1;width:100%;max-width:25rem;margin:0 auto}}@media (width<=50rem){.testimonials__grid{grid-template-columns:1fr}.testimonials__grid>:last-child{max-width:100%}}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}html{scroll-behavior:smooth;font-size:16px}html,body{box-sizing:border-box;height:100%;margin:0;padding:0}*{box-sizing:inherit}body{background-color:#f4f5fa;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root{color:#1f2937;min-height:100vh;margin:0 auto;display:flex}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}:root{--bg-primary:#fafaf7;--bg-secondary:#f0ede6;--bg-card:#fff;--bg-card-hover:#fffef9;--text-primary:#1a1a2e;--text-secondary:#4a4a5a;--text-muted:#8a8a9a;--accent:#e8772e;--accent-light:#f4a261;--accent-dark:#d35f1a;--accent-glow:#e8772e26;--teal:#2a9d8f;--teal-light:#3ab8a8;--navy:#1a1a2e;--navy-light:#2d2d44;--border:#1a1a2e14;--shadow-sm:0 2px 8px #1a1a2e0f;--shadow-md:0 8px 30px #1a1a2e14;--shadow-lg:0 20px 60px #1a1a2e1a;--shadow-glow:0 8px 40px #e8772e33;--radius:16px;--radius-sm:10px;--transition:.3s cubic-bezier(.4, 0, .2, 1)}.dark{--bg-primary:#0f0f1a;--bg-secondary:#1a1a2e;--bg-card:#1e1e34;--bg-card-hover:#252542;--text-primary:#f0ede6;--text-secondary:#b8b8c8;--text-muted:#6a6a7e;--accent:#f4a261;--accent-light:#f7ba8a;--accent-dark:#e8772e;--accent-glow:#f4a26133;--teal:#3ab8a8;--teal-light:#5ecdbf;--navy:#f0ede6;--navy-light:#d0d0e0;--border:#f0ede614;--shadow-sm:0 2px 8px #0003;--shadow-md:0 8px 30px #0000004d;--shadow-lg:0 20px 60px #0006;--shadow-glow:0 8px 40px #f4a26126}.landing-page{background:var(--bg-primary);color:var(--text-primary);flex:1;min-height:100vh}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-ring{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes counter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}.form-area{background-color:#fff;border:1px solid #e5e7eb;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;padding:1.5rem;display:flex;box-shadow:0 0 21px 1px #00000012}@media (width<=50rem){.form-area{min-height:300px;padding:1rem .5rem}}.form-layout{background-color:#fff;border-radius:4px;height:100%;margin:0;padding:0 2rem 2rem;position:relative}@media (width<=50rem){.form-layout{background-color:#0000;padding:0}}.form-layout__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.form-layout__title{text-align:center;color:#6b7280;margin:0 0 2rem 2rem;padding-top:.5rem;font-size:1.5rem;line-height:1.5}@media (width<=30rem){.form-layout__title{width:85%;margin-bottom:.5rem;font-size:1.2rem}}.phone-input{gap:.5rem;display:flex}.phone-input__country.MuiFormControl-root{min-width:5rem}.upload-img-button{flex-direction:column;justify-content:center;align-items:center;display:flex}.upload-img-button__reset-btn{height:40px}.upload-img-button__btn{background-color:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:210px;height:210px;margin-bottom:1rem;display:flex}.upload-img-button__wrapper{background-color:#9ca3af;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.upload-img-button__label{cursor:pointer}.upload-img-button__input{cursor:pointer;display:none}.upload-img-button__icon{color:#fff;font-size:2rem}.upload-img-button__img{width:200px!important;height:200px!important}.upload-img-button__desc{text-align:center;color:#9ca3af;max-width:200px;margin:0 0 1rem;font-size:.8rem;font-weight:500;line-height:1.9}.account-form{text-align:left;margin:0 auto}.account-form__delete-btn{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.account-form__email-row{align-items:center;gap:.5rem;display:flex}.account-form__email-status-btn{padding:.25rem}.account-form__buttons{justify-content:center;gap:1rem;display:flex}.verify-email-page{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;max-width:600px;margin:0 auto;padding:1rem;display:flex}.verify-email-page__title{text-align:center;margin:0;font-size:1rem;font-weight:400}.form-subtitle{margin:1rem 0 0;font-size:1.5rem}@media (width<=50rem){.form-subtitle{font-size:1.2rem}}@media (width<=30rem){.form-subtitle{margin:0;font-size:1rem}}.action-product{text-align:left;border:1px solid #c3c3c3;border-radius:.25rem;padding:.5rem;position:relative}.action-product__buttons{z-index:2;position:absolute;top:.5rem;right:.25rem}.action-product__wrapper{flex-wrap:wrap;align-items:center;display:flex}@media (width<=50rem){.action-product__wrapper{flex-direction:column}}.action-product__name-row{flex-direction:column;flex:1;margin:.5rem 0;display:flex}@media (width<=50rem){.action-product__name-row{align-items:flex-start;width:100%;margin:.25rem 0}}.action-product__sender-storage{color:#9ca3af;white-space:nowrap;margin:1rem 0 0 1rem;font-size:.8rem}.action-product__name{flex:1;margin:0;font-weight:600;display:flex}@media (width<=50rem){.action-product__name{width:90%}}.action-product__number{margin:0 .5rem 0 0}.action-product__image{margin:0 .5rem 0 0;width:100px!important;height:100px!important}@media (width<=50rem){.action-product__image{margin:0 auto .5rem;width:200px!important;height:200px!important}}.action-product__financial-row{justify-content:flex-end;align-items:flex-end;width:30%;margin:.5rem 0;display:flex}@media (width<=50rem){.action-product__financial-row{justify-content:space-between;width:100%;margin:.25rem 0}}.action-product__qty{text-align:right;white-space:nowrap;width:4rem;margin:0 2rem 0 0;font-size:1rem;font-weight:600}@media (width<=50rem){.action-product__qty{text-align:left;margin:0 1rem 0 0}}.stock-input.stock-input--error{border:1px solid #dc2626;border-radius:5px;padding:.5rem}.stock-input__wrapper{flex-wrap:wrap;display:flex}.stock-input__title{text-transform:uppercase}.stock-input__title,.stock-input__message{color:#9ca3af;margin:0 0 1rem;font-size:1rem;font-weight:400}.stock-input__title.stock-input__message--error,.stock-input__message.stock-input__message--error{color:#dc2626;margin:.25rem 0;font-size:.8rem}.stock-input__label{cursor:pointer;text-align:center;border:1px solid #d1d5db;border-radius:.25rem;flex-direction:column;justify-content:center;min-width:50px;min-height:50px;margin:.25rem .5rem .25rem 0;padding:.5rem 1rem .25rem;display:flex}.stock-input__input{z-index:-1;opacity:0;position:absolute}.stock-input__size{flex:1;height:1rem}.stock-input__qty{color:#9ca3af;height:1rem;font-size:.8rem}.stock-input__batch{color:#0284c7;height:1rem;font-size:.8rem}.stock-input__input:checked+.stock-input__label{color:#fff;background-color:#82b9e1}.stock-input__input:checked+.stock-input__label .stock-input__qty,.stock-input__input:checked+.stock-input__label .stock-input__batch{color:inherit}.action-product-form{max-width:400px}.action-product-form__checkbox{justify-content:center;display:flex}.action-product-form__image{width:250px!important;height:auto!important;min-height:250px!important;margin:0 auto!important}.action-product-form__image .spinner{min-height:250px}.action-product-form__image img{object-fit:contain}@media (width<=30rem){.action-product-form__image{width:100%!important}}.action-product-form__error{color:#dc2626;text-align:center;margin:0}.action-product-form__buttons{justify-content:center;gap:2rem;margin:1rem 0 0;display:flex}.transaction-form{text-align:left;max-width:1000px;margin:0 auto}.transaction-form__list{flex-direction:column;gap:.5rem;margin:0 0 1rem;display:flex}.transaction-form__error{color:#dc2626;font-size:.8rem}.transaction-form__payment-row{align-items:center;gap:.5rem;margin:0;display:flex}@media (width<=30rem){.transaction-form__payment-row{gap:.25rem}}.transaction-form__buttons{justify-content:center;gap:2rem;display:flex}.transfer-form{text-align:left;max-width:1000px;margin:0 auto}.transfer-form__list{flex-direction:column;gap:.5rem;margin:0 0 1rem;display:flex}.transfer-form__error{color:#dc2626;font-size:.8rem}.transfer-form__payment-row{align-items:center;gap:.5rem;margin:0;display:flex}.transfer-form__buttons{justify-content:center;gap:2rem;display:flex}.action-info{height:100%;margin:0 auto;position:relative}.action-info__back-btn{z-index:2;top:0;bottom:0;left:.25rem;position:absolute!important}.action-info__buttons{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.action-info__title{color:#fff;background-color:#0ea5e9;padding:1rem 3rem;font-size:1.2rem;font-weight:600;position:relative}.action-info.action-info--refund .action-info__title{color:#dc2626;background-color:#fee2e2}.action-info.action-info--transfer .action-info__title{color:#65a30d;background-color:#ecfccb}.action-info__wrapper{text-align:left;flex-direction:column;justify-content:space-between;gap:1rem;width:100%;max-width:1000px;margin:1rem auto;padding:1rem;display:flex}@media (width<=50rem){.action-info__wrapper{text-align:center;flex-direction:column;margin:.5rem auto;padding:1rem .5rem}}.action-info__links{flex-wrap:wrap;gap:.5rem;display:flex}@media (width<=50rem){.action-info__links{justify-content:center}}.action-info-payments{margin:2rem 0}.action-info-payments__payment-fee{color:#dc2626!important}.action-info-payments__discount{color:#6b7280!important}.action-info-payments__table{border:1px solid #c3c3c3;border-radius:.25rem}.action-info-payments__table .MuiTableHead-root .MuiTableCell-root{font-weight:700}@media (width<=30rem){.action-info-payments__table .MuiTableCell-root{padding:.5rem}}.action-info-payments__summary-table .MuiTable-root{width:auto;margin:1rem 0 0 auto}@media (width<=50rem){.action-info-payments__summary-table .MuiTable-root{margin:1rem auto 0}}.action-info-payments__summary-table .MuiTableCell-root{font-weight:700}.action-info-products{flex-direction:column;gap:.5rem;margin:2rem 0;display:flex}.filter-menu{width:16rem;padding:1rem}.filter-menu__title{margin:0 0 1.5rem;font-size:1.5rem}.float-add-button.MuiButtonBase-root{color:#fff;position:fixed;bottom:2rem;right:1rem}@media (width<=50rem){.float-add-button.MuiButtonBase-root{bottom:4rem}}.app-date-picker{display:flex}.app-date-picker__input{width:120px}@media (width<=30rem){.app-date-picker__input{width:100px}}.app-date-picker__today-btn{color:#0284c7;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}@media (width<=30rem){.app-date-picker__today-btn{font-size:.65rem}}.MuiButtonBase-root.filter-button{margin-left:.5rem}@media (width<=30rem){.MuiButtonBase-root.filter-button{margin-left:.25rem}}.search-input{color:#9ca3af;border:1px solid #d1d5db;border-radius:.5rem;max-width:270px;padding:0 1rem;font-size:.8rem;font-weight:500}@media (width<=30rem){.search-input{width:100%;max-width:100%;margin-bottom:.5rem!important}}.search-input__icon{font-size:1rem}.action-filter-box{width:100%;display:flex}.action-filter-box__input{flex:1;padding:0 .5rem}.action-filter-box__buttons{margin-left:auto;display:flex}.action-filter-form{margin-top:1rem}.action-filter-form__input{margin-bottom:1rem}.action-filter-form__buttons{justify-content:space-around;gap:1rem;margin-top:1rem;display:flex}.app-pagination{width:fit-content;margin:2rem auto 0}@media (width<=30rem){.app-pagination{margin:2rem auto}}.actions-list__group{margin-bottom:2.5rem}.actions-list__title{text-align:left;text-transform:uppercase;margin:1rem 0;font-size:1.2rem;font-weight:600;display:flex}.actions-list__amount{color:#4b5563;background-color:#e5e7eb;border-radius:.5rem;margin-left:auto;padding:0 1rem}.auth-form{z-index:1;max-width:28rem;margin:0 auto}.auth-form .form-layout{padding:2rem}.auth-form .form-header{flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.auth-form .form-title{text-transform:uppercase;color:#0284c7;margin:0;font-size:1.5rem;font-weight:600}.auth-form .form-desc{color:#9ca3af;margin:0;font-size:.875rem}.forgot-password-form__inputs{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.forgot-password-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.reset-password-form__inputs{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.reset-password-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.reset-password-page__error{text-align:center;padding:2rem}.reset-password-page__error h3{margin-bottom:1rem}.signin-form .form-inputs{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}.signin-form__forgot-password{text-align:right;margin-bottom:1rem}.signin-form__forgot-password a{color:inherit;font-size:.875rem;text-decoration:none}.signin-form__forgot-password a:hover{text-decoration:underline}.signin-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.signup-form__inputs{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.signup-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.filter-box{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}@media (width<=30rem){.filter-box{justify-content:space-between;gap:.25rem}}.item-counter{color:#4b5563;margin:1rem 0;font-size:.875rem}.category{text-align:left;height:100px;position:relative}.category__buttons{z-index:2;position:absolute;top:.25rem;right:.25rem}.category__link{height:100%;padding:.5rem;display:block}.category__link:hover{color:inherit}.category__wrapper{flex-direction:column;width:100%;height:100%;margin-left:1rem;margin-right:auto;display:flex}.category__name{text-overflow:ellipsis;flex:1;margin:0 1.5rem 1rem 0;font-size:1rem;font-weight:600;line-height:2;overflow:hidden}.category:hover .category__name{color:#0ea5e9}.category__productCount{color:#6b7280;width:90%;height:1rem;margin:.25rem 0;font-size:.8rem}.category-form{text-align:left;max-width:1000px;margin:0 auto}.category-form__delete-btn{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.category-form__buttons{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.category-info{margin:0 auto;position:relative}.category-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.category-info__buttons{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.category-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:2rem;display:flex}@media (width<=30rem){.category-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.category-info__info{width:50%;padding:1rem}@media (width<=30rem){.category-info__info{width:100%}}.category-info__title{margin:2rem 0 1rem;font-size:1.2rem;font-weight:700}@media (width<=50rem){.category-info__title{text-align:center}}.category-products-table__stocks{text-align:right;color:#0ea5e9;text-overflow:ellipsis;white-space:nowrap;width:100%;height:1rem;margin:0;font-size:.8rem;font-weight:400;overflow:hidden}.company{text-align:left;position:relative}.company__link{height:100%;padding:.5rem;display:block}.company__link:hover{color:inherit}.company__wrapper{flex-direction:column;width:100%;height:100%;padding:.5rem 1rem;display:flex}.company__columns{display:flex}@media (width<=30rem){.company__columns{flex-direction:column}}.company__summary{flex:1}.company__dates{text-align:right}@media (width<=30rem){.company__dates{text-align:left}}.company__name{text-overflow:ellipsis;flex:1;margin:0 1.5rem 1rem 0;font-size:1rem;font-weight:600;line-height:2;overflow:hidden}.company:hover .company__name{color:#0ea5e9}.company__row{color:#6b7280;text-overflow:ellipsis;height:1rem;margin:.25rem 0;font-size:.8rem;overflow:hidden}.company-form{text-align:left;max-width:1000px;margin:0 auto}.company-form__delete-btn{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.company-form__buttons{justify-content:center;gap:1rem;display:flex}.company-info{margin:0 auto;position:relative}.company-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.company-info__del-btn{z-index:2;align-items:center;display:flex;top:.25rem;right:.25rem;position:absolute!important}.company-info__buttons{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.company-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:2rem;display:flex}@media (width<=30rem){.company-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.company-info__expiry{align-items:center;gap:.5rem;display:flex}@media (width<=30rem){.company-info__expiry{flex-direction:column}}.company-info__info{width:50%;padding:1rem}@media (width<=30rem){.company-info__info{width:100%}}.company-info__title{margin:2rem 0 1rem;font-size:1.2rem;font-weight:700}@media (width<=50rem){.company-info__title{text-align:center}}.company-info__subtitle{color:#6b7280;align-items:center;margin:1rem 0 .5rem;display:flex}@media (width<=30rem){.company-info__subtitle{justify-content:center}}.company-info__image{width:250px!important;height:250px!important}@media (width<=30rem){.company-info__image{width:100%!important;height:300px!important}}.company-limits{flex-direction:column;gap:16px;padding:16px 24px 24px;display:flex}.company-limits__usage{flex-direction:column;gap:12px;display:flex}.company-limits__row{flex-direction:column;gap:4px;display:flex}.company-limits__row-header{justify-content:space-between;align-items:baseline;display:flex}.company-limits__row-title{margin:0;font-size:1rem;font-weight:400}.company-limits__row-caption{color:#6b7280;font-size:.875rem}.company-limits__progress{border-radius:4px;height:6px}.company-limits__loading{width:100%}.company-limits__form{flex-direction:column;gap:16px;margin-top:8px;display:flex}.company-limits__buttons{justify-content:flex-end;margin-top:8px;display:flex}.expenses-table__footer-btns{flex-direction:column;display:flex}.expenses-table__error-cell{border:1px solid #dc2626!important}.expenses-table__error-mes{color:#dc2626;align-items:center;margin:.5rem 0 0;font-size:.8rem;display:flex}.text-form{max-width:350px;margin:1rem auto;padding:1rem}.text-form__title{text-align:center;margin:0 0 2rem;font-size:1.25rem;font-weight:500;line-height:1.6}.text-form__buttons{justify-content:center;gap:1rem;margin:2rem 0;display:flex}.group{margin:0 0 2rem;padding:1rem}@media (width<=30rem){.group{margin:0 0 1rem;padding:1rem .5rem}}.group__subtitle{margin:0 0 1rem}.company-params-payments__footer-btns{flex-direction:column;display:flex}.company-params-payments__error-cell{border:1px solid #dc2626!important}.company-params-payments__error-mes{color:#dc2626;align-items:center;margin:.5rem 0 0;font-size:.8rem;display:flex}.company-params-size.MuiListItem-root{width:auto;padding:0}.company-params{max-width:800px;margin:0 auto;padding:2rem 1rem}@media (width<=30rem){.company-params{padding:1rem 0}}.company-params__switch{padding:0 0 1rem}.company-params__list{flex-wrap:wrap;gap:1rem;width:100%;margin:0 0 .5rem;padding:.5rem 0;list-style:none;display:flex}.company-params__list-item.MuiListItem-root{width:auto;padding:0}.company-params__list-button{margin-top:1rem!important}.company-params__buttons{justify-content:center;display:flex}.company-clear-data{max-width:800px;margin:0 auto;padding:2rem 1rem}.company-clear-data__form{flex-direction:column;gap:1rem;display:flex}.company-clear-data__label{align-items:center;gap:.25rem;display:inline-flex}.company-clear-data__info-icon{color:#9ca3af;cursor:pointer;font-size:1rem}.company-clear-data__period-info{color:#4b5563;margin:0;font-size:.875rem}.company-clear-data__alert{margin:1rem auto}.company-clear-data__submit-btn{align-self:center}.company-join-page{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1rem;max-width:600px;margin:0 auto;padding:1rem;display:flex}.company-join-page__title{text-align:center;margin:0;font-size:1rem;font-weight:400}.donut-card{height:100%;padding:1rem}.rating{height:27rem;padding:2rem 1rem}.rating__list{scrollbar-width:thin;flex-direction:column;height:18rem;margin-top:2rem;display:flex;overflow-y:auto}.rating__list::-webkit-scrollbar{width:.5rem}.rating__list::-webkit-scrollbar-track{background:#e5e7eb}.rating__list::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:20px}.rating-item{border-bottom:1px solid #d1d5db;flex-direction:column;margin:0 .5rem 0 0;padding:.5rem 0;display:flex}.rating-item__title{color:#4b5563;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-size:.9rem;font-weight:400;overflow:hidden}.rating-item__link:hover{color:#0284c7}.rating-item__stats{align-items:center;gap:.3rem;width:100%;display:flex}.rating-item__extra{color:#4b5563;margin:0;padding-left:.5rem;font-size:.8rem;font-weight:400}.rating-item__extra-indicator{margin:0}.rating-item__main{text-align:right;flex-direction:column;flex:1;display:flex}.rating-item__main-indicator{color:#374151;white-space:nowrap;font-size:1rem;font-weight:600}.rating-item__minor-indicator{color:#374151;white-space:nowrap;font-size:.9rem;font-weight:400}.banned-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.banned-page__wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:600px;padding:1rem;display:flex}.error-page{text-align:center;flex-direction:column;flex:1;justify-content:center;display:flex}.error-page__wrapper{flex-direction:column;align-items:center;gap:2rem;max-width:500px;margin:0 auto;padding:1rem;display:flex}.error-page__error-img{object-fit:contain}.error-page__title{margin:0;font-size:1.5rem}.error-page__message{margin:0}.expired-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.expired-page__wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:600px;padding:1rem;display:flex}.not-found-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.not-found-page__title{margin:1rem;font-size:3rem;font-weight:600}.not-found-page__subtitle{margin:1rem;font-size:1.5rem;font-weight:600}.not-found-page__description{margin:1rem 0 2rem;font-size:1rem;font-weight:400}.invoice-form-expenses-table__header th,.invoice-form-expenses-table__header td{white-space:nowrap;font-weight:700}.invoice-form-expenses-table__empty{color:#6b7280;font-style:italic}.invoice-form-expenses-table__button{margin-top:1rem!important}.invoice-form-product-row td{padding:8px 16px}.invoice-form-product-row__name{min-width:250px}.invoice-form-product-row__purchase-price,.invoice-form-product-row__batch{min-width:150px}.invoice-form-product-row__price,.invoice-form-product-row__amount{white-space:nowrap;min-width:80px}.invoice-form-product-row__buttons{justify-content:flex-end;display:flex}.invoice-form-product-table__header th,.invoice-form-product-table__footer td{white-space:nowrap;font-weight:700}.invoice-form-product-table__empty{color:#6b7280;font-style:italic}.invoice-form-product-table__button{margin-top:1rem!important}.invoice-form-product-table__error{color:#dc2626;align-items:center;margin:.5rem 0 0;font-size:.8rem;display:flex}.invoice-form-storage-row__table{width:auto!important}.invoice-form-storage-row__stor-name{width:300px}.invoice-form-storage-row__stor-qty{width:120px}.invoice-form-storage-row__buttons{margin-top:1rem!important}.invoice-form-storage-table__header th,.invoice-form-storage-table__footer td{white-space:nowrap;font-weight:700}.invoice-form-storage-table__prod-row{background-color:#e7f0ff}.invoice-form-storage-table__prod-number{width:20px}.invoice-form-storage-table__prod-name{min-width:250px}.invoice-form-storage-table__prod-purch-price,.invoice-form-storage-table__prod-batch{min-width:150px}.invoice-form-storage-table__error{color:#dc2626}.invoice-form{text-align:left;margin:0 auto}.invoice-form__delete-btn{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.invoice-form__tab-error.MuiTab-root{color:#dc2626}.invoice-form__form{width:100%}.invoice-form__title{margin:0 0 1rem;font-size:1rem}.invoice-form__button{margin-top:1rem!important}.invoice-form__expenses-table{margin-top:2rem}.invoice-form__stepper{max-width:1000px;margin:1rem auto}.invoice-form__error{text-align:center;color:#dc2626;margin:0 auto 1rem;font-size:.8rem}.invoice-form__buttons{justify-content:center;gap:2rem;display:flex}.invoice-form__head-cell,.invoice-form__footer-cell{white-space:nowrap}.invoice-form__number-cell,.invoice-form__btn-cell{width:2rem}.invoice-info{margin:0 auto;padding:.5rem 1rem;position:relative}.invoice-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.invoice-info__header{justify-content:space-between;align-items:center;gap:1rem;width:fit-content;margin-left:auto;display:flex}.invoice-info__official{color:#82b9e1}.invoice-info__status{text-align:right;color:#9ca3af;white-space:nowrap;text-transform:uppercase;margin-left:auto;margin-right:2rem;padding:.25rem;font-size:.8rem}.invoice-info__buttons{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.invoice-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:2rem;display:flex}@media (width<=30rem){.invoice-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.invoice-info__info{width:50%;padding:1rem}@media (width<=30rem){.invoice-info__info{width:100%}}.invoice-info__title{margin:2rem 0 1rem;font-size:1.2rem;font-weight:700}@media (width<=50rem){.invoice-info__title{text-align:center}}.invoice-info__link{color:#0284c7}.invoice-info__link:hover{text-decoration:underline}.invoice-info__amount{font-weight:700}.invoice-info__rate{color:#4b5563;font-style:italic}.invoice-info__button{margin-top:2rem}.history-table{margin:0 auto}@media (width<=30rem){.history-table__user{font-size:.7rem}}.invoice-info-sales-table{margin:1rem auto}.invoice-info-sales-table__title{text-align:center;margin:0 0 1rem;font-size:1.25rem;font-weight:500;line-height:1.6}.invoice-info-sales-table__details{color:#6b7280;text-align:center;width:fit-content;margin:.5rem auto 1rem;font-size:.875rem}.invoice-info-sales-table__link{color:#0284c7}.invoice-info-sales-table__link:hover{text-decoration:underline}.invoice-info-sales-table__buttons{justify-content:center;gap:1rem;margin:1rem 0;display:flex}.invoice-info-stock-table{margin:1rem auto}.invoice-info-stock-table__title{text-align:center;margin:0 0 1rem;font-size:1.25rem;font-weight:500;line-height:1.6}.invoice-info-stock-table__table{margin:0 auto}.invoice-info-stock-table__details{color:#6b7280;text-align:center;width:fit-content;margin:.5rem auto 1rem;font-size:.875rem}.invoice-info-stock-table__link{color:#0284c7}.invoice-info-stock-table__link:hover{text-decoration:underline}.invoice-info-stock-table__buttons{justify-content:center;gap:1rem;margin:1rem 0;display:flex}.invoice-filter-box{flex-direction:column;width:100%;display:flex}.invoice-filter-box__params{display:flex}.invoice-filter-box__input{flex:1}.invoice-filter-box__button{margin-left:auto}.invoice-filter-form{margin-top:1rem}.invoice-filter-form__input{margin-bottom:1rem}.invoice-filter-form__buttons{justify-content:space-around;gap:1rem;margin-top:1rem;display:flex}.invoice{text-align:left;border:#9ca3af;border-radius:.25rem;position:relative}.invoice:hover{background-color:#e5e7eb}.invoice__buttons{z-index:2;align-items:center;display:flex;position:absolute;top:.25rem;right:.25rem}.invoice__link{color:inherit;padding:1rem 2.5rem 1rem 1rem;display:block}@media (width<=30rem){.invoice__link{padding-right:1rem}}.invoice__header{color:#9ca3af;align-items:center;width:100%;margin:0 2rem .5rem 0;padding:0 0 .5rem;font-size:.8rem;display:flex}@media (width<=50rem){.invoice__header{flex-wrap:wrap;width:100%}}.invoice__date{white-space:nowrap;margin-right:1rem}.invoice__employee{text-overflow:ellipsis;white-space:nowrap;margin-right:1.5rem;overflow:hidden}.invoice__status{color:#9ca3af;white-space:nowrap;margin-left:auto;font-size:.8rem}.invoice__status--processed{color:#0ea5e9}@media (width<=30rem){.invoice__status{width:100%;margin-top:.5rem}}.invoice__wrapper{align-items:center;display:flex}@media (width<=30rem){.invoice__wrapper{flex-wrap:wrap}}.invoice__info{flex:1}.invoice__number{margin:0;font-weight:400;line-height:2}.invoice__supplier{text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:400;line-height:2;overflow:hidden}.invoice__financial{flex-grow:1;margin:0}.invoice__amount{text-align:right;white-space:nowrap;margin:0;font-size:1rem;font-weight:600;line-height:2}.invoice__items{text-align:right;white-space:nowrap;margin:0;font-size:.8rem;line-height:2}.invoice__profit{text-align:right;white-space:nowrap;margin:0;font-size:.8rem}.newcomer-page{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.newcomer-page .wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:600px;padding:1rem;display:flex}.select-form{max-width:350px;margin:1rem auto;padding:1rem}.select-form__title{text-align:center;margin:0 0 2rem;font-size:1.25rem;font-weight:500;line-height:1.6}.select-form__buttons{justify-content:center;gap:1rem;margin:2rem 0;display:flex}.product-form{text-align:left;max-width:1000px;margin:0 auto}.product-form__delete-btn{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.product-form__subtitle{color:#6b7280;margin:0 0 1rem}.product-form__sizes{flex-wrap:wrap;gap:1rem;width:100%;margin:0 0 .5rem;padding:.5rem 0;list-style:none;display:flex}.product-form__size.MuiListItem-root{width:auto;padding:0}.product-form__buttons{justify-content:center;gap:1rem;display:flex}.sales-table__link{color:#0284c7}.sales-table__link:hover{text-decoration:underline}.sales-table__footer{white-space:nowrap}.product-history-table__buttons{justify-content:center;display:flex}.product-stock-form{max-width:350px;margin:1rem auto;padding:1rem}.product-stock-form__title{text-align:center;margin:0 0 2rem;font-size:1.25rem;font-weight:500;line-height:1.6}.product-stock-form__buttons{justify-content:center;gap:1rem;margin:1rem 0;display:flex}.product-stock-info{min-width:300px;margin:1rem auto}.product-stock-info__title{text-align:center;margin:0 0 1rem;font-size:1.25rem;font-weight:500;line-height:1.6}.product-stock-info__refs{color:#6b7280;text-align:center;margin:.5rem auto 1rem;font-size:.875rem}.product-stock-info__link{color:#0284c7}.product-stock-info__link:hover{text-decoration:underline}.product-stock-info__buttons{justify-content:center;gap:1rem;margin:1rem 0;display:flex}.product-stock-table__link{color:#0284c7}.product-stock-table__link:hover{text-decoration:underline}.product-stock-table__footer-btns{flex:1;display:flex}.sorting-form{margin-top:1rem}.sorting-form__input{margin-bottom:1rem}.sorting-form__buttons{justify-content:space-around;gap:1rem;margin-top:1rem;display:flex}.MuiButtonBase-root.sorting-button{margin-left:.5rem}@media (width<=30rem){.MuiButtonBase-root.sorting-button{margin-left:.25rem}}.product-filter-box{width:100%}.product-filter-box__params{flex-wrap:wrap;display:flex}.product-filter-box__stock-switch{align-items:center;margin:0 0 0 auto;padding-left:.5rem;display:flex}@media (width<=30rem){.product-filter-box__stock-switch{margin:0 auto 0 0}}.product-filter-box__buttons{display:flex}.product-filter-form{margin-top:1rem}.product-filter-form__input{margin-bottom:1rem}.product-filter-form__buttons{justify-content:space-around;gap:1rem;margin-top:1rem;display:flex}.product{text-align:left;border:#9ca3af;border-radius:.25rem;height:100%;padding:.5rem 1.5rem .5rem .5rem;position:relative}.product__buttons{z-index:2;align-items:center;gap:.25rem;display:flex;position:absolute;top:.25rem;right:.25rem}.product__wrapper{display:flex}.product__image-wrapper{align-items:center;display:flex}.product__image{width:120px!important;height:120px!important}@media (width<=30rem){.product__image{width:100px!important;height:100px!important}}.product__titles-wrapper{width:60%;min-width:0;margin-left:.5rem;margin-right:auto}@media (width<=30rem){.product__titles-wrapper{width:90%}}.product__name{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;min-height:2.5rem;margin:.25rem 0;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}@media (width<=30rem){.product__name{margin:0 0 .25rem}}.product:hover .product__name{color:#0ea5e9}.product__category{color:#6b7280;width:90%;height:1rem;margin:.25rem 0;font-size:.8rem}.product__numbers{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;height:1rem;margin:0;font-size:.8rem;overflow:hidden}@media (width<=30rem){.product__numbers{margin:0 0 .25rem}}.product__prices-box{text-overflow:ellipsis;white-space:nowrap;flex-direction:column;align-items:flex-end;width:100%;height:2.5rem;margin:0;display:flex;overflow:hidden}@media (width<=30rem){.product__prices-box{flex-direction:column;gap:.25rem;margin:0 0 .25rem}}.product__price{font-size:1.2rem;font-weight:600}.product__discount{white-space:nowrap;color:#9ca3af;height:1rem;font-size:.8rem;text-decoration-line:line-through}.product__stocks{text-align:right;color:#0ea5e9;text-overflow:ellipsis;white-space:nowrap;width:100%;height:1rem;margin:0;font-size:.8rem;font-weight:400;overflow:hidden}.day-shift{justify-content:space-between;align-items:center;gap:.25rem;display:flex}.day-shift__storage{text-overflow:ellipsis;color:#6b7280;margin:0;font-size:.8rem;overflow:hidden}.day-shift__employee.MuiAvatar-root{width:1.5rem;height:1.5rem;font-size:.8rem}@media (width<=30rem){.day-shift__employee.MuiAvatar-root{width:1rem;height:1rem;font-size:.5rem}}.day{text-align:center;background-color:#fff;height:130px;padding:.5rem;overflow:hidden}@media (width<=30rem){.day{height:110px;padding:.25rem}}.day__header{border-bottom:1px solid #d1d5db;justify-content:space-between;align-items:center;gap:.5rem;margin:0 0 .25rem;padding:.25rem;font-size:.8rem;font-weight:400;display:flex}@media (width<=30rem){.day__header{flex-direction:column;font-size:.6rem}.day__date{order:1}}.day__counter{padding:.1rem}@media (width<=30rem){.day__counter{order:2;font-size:.6rem}}.day:hover{cursor:pointer;outline:1px solid #6b7280}.day.day--highlighted .day__header{color:#fff;background-color:#82b9e1}.day.day--past .day__header{color:#000;background-color:#e5e7eb}.day.day--today .day__header{color:#000;background-color:#ecfccb}.schedule__title{text-align:center;margin:0 auto 2rem}.schedule__shift{border-bottom:1px solid #e5e7eb;flex-direction:column;width:100%;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.schedule__shift-form-data{gap:.5rem;width:100%;margin-bottom:.5rem;display:flex}.schedule__shift-inputs{flex-grow:1;gap:1rem;display:flex}@media (width<=30rem){.schedule__shift-inputs{flex-direction:column;gap:.5rem}}.schedule__status-btn{justify-content:center;display:flex}@media (width<=30rem){.schedule__status-btn{flex-direction:column;gap:.5rem}}.schedule__shift-date{color:#9ca3af;text-align:right;align-items:center;width:100%;font-size:.8rem;display:flex}.schedule__message{text-align:center;margin:0 auto 2rem}.schedule__cancel-btn{justify-content:center;margin:0 auto;display:flex}.schedule-form-shift-row{border-bottom:1px solid #e5e7eb;flex-direction:column;width:100%;padding-bottom:1rem;display:flex}.schedule-form-shift-row__inputs{gap:.5rem;width:100%;margin-bottom:.5rem;display:flex}@media (width<=30rem){.schedule-form-shift-row__inputs{flex-direction:column;gap:.5rem}}.schedule-form-shift-row__input{flex:1;min-width:200px}.schedule-form-shift-row__footer{display:flex}.schedule-form-shift-row__buttons{justify-content:center;gap:1rem;display:flex}.schedule-form-shift-row__date{color:#9ca3af;text-align:right;align-items:center;width:100%;font-size:.8rem;display:flex}.schedule-form__title{text-align:center;margin:0 auto 2rem}.schedule-form__list{flex-direction:column;gap:1rem;display:flex}.schedule-form__add-button{justify-content:center;margin:1rem auto;display:flex}.schedule-form__buttons{justify-content:center;gap:1rem;display:flex}.calendar{margin:0 auto;font-family:Arial,sans-serif}.calendar__month{text-transform:uppercase;color:#fff;margin:0}.calendar__btn{color:#fff}.calendar__btn.calendar__btn--active{color:#38bdf8}.calendar__weekday{text-align:center;text-overflow:ellipsis;background-color:#fff;padding:.5rem .25rem;font-weight:700;overflow:hidden}@media (width<=30rem){.calendar__weekday{font-size:.8rem}}.calendar__days{background-color:#e5e7eb;grid-template-columns:repeat(7,1fr);gap:1px;width:100%;display:grid}.schedule-filter-box{flex-direction:column;width:100%;display:flex}.schedule-filter-box__params{display:flex}.schedule-filter-box__inputs{flex:1;gap:1rem;display:flex}@media (width<=30rem){.schedule-filter-box__inputs{gap:.5rem}}.schedule-filter-box__month{width:100px}.schedule-filter-box__year{width:60px}.schedule-filter-box__buttons{margin-left:auto;display:flex}.schedule-filter-form{margin-top:1rem}.schedule-filter-form__input{margin-bottom:1rem}.schedule-filter-form__buttons{justify-content:space-around;gap:1rem;margin-top:1rem;display:flex}.schedule-status-form{max-width:350px;margin:1rem auto;padding:1rem}.schedule-status-form .MuiSelect-select{align-items:center;display:flex}.schedule-status-form__title{text-align:center;margin:0 0 2rem;font-size:1.25rem;font-weight:500;line-height:1.6}.schedule-status-form__desc{text-align:center;color:#6b7280;margin:0 0 2rem}.schedule-status-form__buttons{justify-content:center;gap:1rem;margin:1rem 0;display:flex}.shift-form__form{width:100%}.shift-form__table{width:50%;padding:0 1rem}@media (width<=50rem){.shift-form__table{width:100%}}.shift-action-table__footer{white-space:nowrap}.shift-action-table__discount{color:#9ca3af}.shift-filter-box{width:100%;display:flex}.shift-filter-box__input{flex:1;padding:0 .5rem}.shift-filter-box__buttons{margin-left:auto;display:flex}.shift-filter-form{margin-top:1rem}.shift-filter-form__input{margin-bottom:1rem}.shift-filter-form__buttons{justify-content:space-around;gap:1rem;margin-top:1rem;display:flex}.shift{text-align:left;border:#9ca3af;border-radius:.25rem;position:relative}.shift:hover{background-color:#e5e7eb}.shift__buttons{z-index:2;align-items:center;display:flex;position:absolute;top:.25rem;right:.25rem}.shift__lock-icon{width:1rem!important;height:1rem!important}.shift__link{color:inherit;padding:.5rem 2.5rem .5rem 1rem;display:block}@media (width<=30rem){.shift__link{padding-right:1rem}}.shift__date{margin:0 1rem 1rem 0;font-size:.8rem}@media (width<=30rem){.shift__date{margin:0 1rem 0 0}}.shift__info{align-items:center;display:flex}@media (width<=30rem){.shift__info{flex-wrap:wrap}}.shift__storage{text-transform:uppercase;color:#0ea5e9;text-overflow:ellipsis;white-space:nowrap;width:10rem;margin:0 1rem 0 0;font-size:1rem;font-weight:600;line-height:3;overflow:hidden}@media (width<=30rem){.shift__storage{width:100%}}.shift__seller{text-overflow:ellipsis;white-space:nowrap;width:60%;margin:0;font-weight:400;line-height:2;overflow:hidden}.shift__financial{flex-grow:1;width:40%;margin:0}.shift__revenue{text-align:right;white-space:nowrap;margin:0;font-size:1rem;font-weight:600}.shift__profit{text-align:right;white-space:nowrap;margin:0;font-size:.8rem}.storage-form{text-align:left;max-width:1000px;margin:0 auto}.storage-form__delete-btn{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.storage-form__buttons{justify-content:center;gap:1rem;display:flex}.storage-info{margin:0 auto;position:relative}.storage-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.storage-info__buttons{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.storage-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:2rem;display:flex}@media (width<=30rem){.storage-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.storage-info__info{width:50%;padding:1rem}@media (width<=30rem){.storage-info__info{width:100%}}.storage-info__title{margin:2rem 0 1rem;font-size:1.2rem;font-weight:700}@media (width<=30rem){.storage-info__title{text-align:center}}.storage-info__subtitle{color:#6b7280;align-items:center;margin:.5rem 0;display:flex}@media (width<=30rem){.storage-info__subtitle{justify-content:center}}.storage-info__image{width:250px!important;height:250px!important}@media (width<=30rem){.storage-info__image{width:100%!important;height:300px!important}}.storage-params{max-width:800px;margin:0 auto;padding:2rem 1rem}.storage-params__subtitle{margin:.5rem}.storage-stock-info{min-width:300px;margin:1rem auto}.storage-stock-info__title{text-align:center;margin:0 0 1rem;font-size:1.25rem;font-weight:500;line-height:1.6}.storage-stock-info__refs{color:#6b7280;text-align:center;margin:.5rem auto 1rem;font-size:.875rem}.storage-stock-info__link{color:#0284c7}.storage-stock-info__link:hover{text-decoration:underline}.storage-stock-info__buttons{justify-content:center;gap:1rem;margin:1rem 0;display:flex}.storage-stock-table__footer{white-space:nowrap}.storage-filter-box{flex-direction:column;width:100%;display:flex}.storage-filter-box__params{display:flex}.storage-filter-box__input{flex:1}.storage-filter-box__button{margin-left:auto}.storage-filter-form{margin-top:1rem}.storage-filter-form__buttons{justify-content:space-around;gap:1rem;margin-top:2rem;display:flex}.storage{text-align:left;border:#9ca3af;border-radius:.25rem;height:100%;position:relative}.storage__buttons{z-index:2;position:absolute;top:.25rem;right:.25rem}.storage__link{height:100%;padding:.5rem;display:block}.storage__link:hover{color:inherit}.storage__wrapper{display:flex}.storage__image{width:150px!important;height:150px!important}@media (width<=30rem){.storage__image{width:100px!important;height:100px!important}}.storage__titles{width:100%;margin-left:1rem;margin-right:auto}.storage__name{margin:0 1.5rem 0 0;font-size:1rem;font-weight:600;line-height:2}.storage__type{color:#9ca3af;margin:0;font-size:.8rem;line-height:2}.supplier-form{text-align:left;max-width:1000px;margin:0 auto}.supplier-form__delete-btn{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.supplier-form__buttons{justify-content:center;gap:1rem;display:flex}.supplier-info{margin:0 auto;position:relative}.supplier-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.supplier-info__buttons{z-index:2;top:.25rem;right:.25rem;position:absolute!important}.supplier-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:2rem;display:flex}@media (width<=30rem){.supplier-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.supplier-info__info{width:50%;padding:1rem}@media (width<=30rem){.supplier-info__info{width:100%}}.supplier-info__title{margin:2rem 0;font-size:1.2rem;font-weight:700}@media (width<=50rem){.supplier-info__title{text-align:center}}.supplier-info__subtitle{color:#6b7280;align-items:center;margin:1rem 0 .5rem;display:flex}@media (width<=30rem){.supplier-info__subtitle{justify-content:center}}.supplier-info__image{width:250px!important;height:250px!important}@media (width<=30rem){.supplier-info__image{width:100%!important;height:300px!important}}.supplier{text-align:left;border:#9ca3af;border-radius:.25rem;height:100%;position:relative}.supplier__buttons{z-index:2;position:absolute;top:.25rem;right:.25rem}.supplier__link{height:100%;padding:.5rem;display:block}.supplier__link:hover{color:inherit}.supplier__wrapper{display:flex}.supplier__image{width:150px!important;height:150px!important}@media (width<=30rem){.supplier__image{width:100px!important;height:100px!important}}.supplier__titles{width:100%;margin-left:1rem;margin-right:auto}.supplier__name{margin:0 1.5rem 0 0;font-size:1rem;font-weight:600;line-height:2}.supplier__legal-name{color:#6b7280;margin:0;font-size:.8rem;font-weight:400;line-height:2}.employee-params{max-width:800px;margin:0 auto;padding:2rem 1rem}.employee-params__subtitle{margin:.5rem}.employee-params__switch.MuiFormControlLabel-root{justify-content:center}.employee-shift-table__footer{white-space:nowrap}.employee-shift-table__accrued-fee{color:#0284c7}.employee-shift-table__discount{color:#9ca3af}.user-info{margin:0 auto;position:relative}.user-info__back-btn{z-index:2;top:.25rem;left:.25rem;position:absolute!important}.user-info__buttons{z-index:2;align-items:center;display:flex;top:.25rem;right:.25rem;position:absolute!important}.user-info__lock{padding:.5rem}.user-info__wrapper{text-align:left;justify-content:space-between;margin-bottom:2rem;display:flex}@media (width<=30rem){.user-info__wrapper{text-align:center;flex-direction:column;align-items:center;padding:.5rem}}.user-info__info{width:50%;padding:1rem}@media (width<=30rem){.user-info__info{width:100%}}.user-info__title{margin:2rem 0;font-size:1.2rem;font-weight:700}@media (width<=50rem){.user-info__title{text-align:center}}.user-info__image{width:250px!important;height:250px!important}@media (width<=30rem){.user-info__image{width:100%!important;height:auto!important;min-height:250px!important}}.user-info__subtitle{color:#6b7280;align-items:center;margin:1rem 0 .5rem;display:flex}@media (width<=30rem){.user-info__subtitle{justify-content:center}}.user-info__icon{margin-right:1rem;font-size:.8rem}.user-info__fire-message{text-align:center;margin:0 0 1.5rem;font-size:1.2rem;font-weight:400}.user-info__fire-buttons{justify-content:center;align-items:center;gap:2rem;display:flex}.employee-invitation-form{max-width:400px;margin:0 auto;padding:1.5rem 0}.employee-invitation-form__title{text-align:center;color:var(--mui-palette-text-primary,#1a1a1a);margin:0 0 1.25rem;font-size:1.375rem;font-weight:600;line-height:1.4}.employee-invitation-form__notice{border-radius:8px;margin-bottom:1.5rem}.employee-invitation-form__notice strong{font-weight:600}.employee-invitation-form__fields{flex-direction:column;gap:1.25rem;margin-bottom:1.75rem;display:flex}.employee-invitation-form__buttons{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.employees-invite-page{padding-bottom:1.5rem;position:relative}.employees-invite-page__form-section{margin-bottom:.5rem;padding:0 1.5rem}.employees-invite-page__tabs-wrap{padding:0 1rem}.employee-filter-box{flex-direction:column;width:100%;display:flex}.employee-filter-box__params{display:flex}.employee-filter-box__input{flex:1}.employee-filter-box__button{margin-left:auto}.employee-filter-form{margin-top:1rem}.employee-filter-form__input{margin-bottom:1rem}.employee-filter-form__buttons{justify-content:space-around;gap:1rem;margin-top:2rem;display:flex}.employee{text-align:left;border:#9ca3af;border-radius:.25rem;height:100%;position:relative}.employee__wrapper{flex-direction:column;padding:.5rem 1rem;display:flex}.employee__buttons{z-index:2;align-items:center;gap:.5rem;display:flex;position:absolute;top:.5rem;right:.5rem}.employee__info{align-items:center;margin-bottom:.5rem;display:flex}.employee__avatar{width:80px!important;height:80px!important}.employee__titles{margin-left:1rem;margin-right:auto}.employee__name{margin:0;font-size:1rem;font-weight:600;line-height:2}.employee:hover .employee__name{color:#0ea5e9}.employee__position{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;width:100%;margin:0;font-size:.8rem;font-weight:500;line-height:1.65;overflow:hidden}.employee__contacts{color:#9ca3af;flex:1;margin:0;padding:.5rem 0 0;line-height:1.65}.employee__contacts-item{align-items:center;margin:0 0 .5rem;font-size:.8rem;display:flex}.employee__contacts-icon{margin-right:1rem;font-size:1rem}.user-dev{text-align:left;position:relative}.user-dev__link{height:100%;padding:.5rem;display:block}.user-dev__link:hover{color:inherit}.user-dev__icons{z-index:2;align-items:center;gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.user-dev__wrapper{flex-direction:column;width:100%;height:100%;padding:.5rem 1rem;display:flex}.user-dev__columns{display:flex}@media (width<=30rem){.user-dev__columns{flex-direction:column}}.user-dev__summary{flex:1}.user-dev__dates{text-align:right}@media (width<=30rem){.user-dev__dates{text-align:left}}.user-dev__name{text-overflow:ellipsis;flex:1;margin:0 1.5rem 1rem 0;font-size:1rem;font-weight:600;line-height:2;overflow:hidden}.user-dev:hover .company__name{color:#0ea5e9}.user-dev__row{color:#6b7280;text-overflow:ellipsis;height:1rem;margin:.25rem 0;font-size:.8rem;overflow:hidden}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
