@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--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-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 50rem){.app-button{font-size:.8rem!important}}.auth-form{max-width:28rem;margin:0 auto;z-index:1}.auth-form .form-layout{padding:2rem}.auth-form .form-header{margin-bottom:2rem;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.auth-form .form-title{margin:0;text-transform:uppercase;font-size:1.5rem;font-weight:600;color:#0284c7}.auth-form .form-desc{margin:0;font-size:.875rem;color:#9ca3af}.signin-form .form-inputs{display:flex;gap:1rem;flex-direction:column;margin-bottom:1rem}.signin-form__forgot-password{margin-bottom:1rem;text-align:right}.signin-form__forgot-password a{color:inherit;text-decoration:none;font-size:.875rem}.signin-form__forgot-password a:hover{text-decoration:underline}.signin-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.phone-input{display:flex;gap:.5rem}.phone-input__country.MuiFormControl-root{min-width:5rem}.signup-form__inputs{display:flex;gap:1rem;flex-direction:column;margin-bottom:2rem}.signup-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.forgot-password-form__inputs{display:flex;gap:1rem;flex-direction:column;margin-bottom:2rem}.forgot-password-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.reset-password-form__inputs{display:flex;gap:1rem;flex-direction:column;margin-bottom:2rem}.reset-password-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.reset-password-page__error{text-align:center;padding:2rem}.reset-password-page__error h3{margin-bottom:1rem}.newcomer-page{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.newcomer-page .wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;max-width:600px;padding:1rem;text-align:center}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:600px;max-height:100%;overflow-y:auto;padding:2rem 1rem;background-color:#fff;border-radius:4px}@media (max-width: 30rem){.modal{width:100%;top:0;transform:translate(-50%);margin-top:1rem;border-radius:2px}}.conf-modal__message{margin:0 0 1.5rem;text-align:center;font-size:1.2rem;font-weight:400}.conf-modal__buttons{display:flex;justify-content:center;align-items:center;gap:2rem}.form-layout{position:relative;height:100%;margin:0;padding:0 2rem 2rem;border-radius:4px;background-color:#fff}@media (max-width: 50rem){.form-layout{padding:0;background-color:transparent}}.form-layout__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.form-layout__title{padding-top:.5rem;margin:0 0 2rem 2rem;line-height:1.5;font-size:1.5rem;text-align:center;color:#6b7280}@media (max-width: 30rem){.form-layout__title{width:85%;font-size:1.2rem;margin-bottom:.5rem}}.form-area{height:100%;padding:1.5rem;min-height:400px;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:#00000012 0 0 21px 1px;border:1px solid;border-color:#e5e7eb;background-color:#fff}@media (max-width: 50rem){.form-area{min-height:300px;padding:1rem .5rem}}.upload-img-button{display:flex;justify-content:center;align-items:center;flex-direction:column}.upload-img-button__reset-btn{height:40px}.upload-img-button__btn{width:210px;height:210px;margin-bottom:1rem;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#e5e7eb}.upload-img-button__wrapper{width:60px;height:60px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:2px solid;border-color:#fff;background-color:#9ca3af}.upload-img-button__label{cursor:pointer}.upload-img-button__input{display:none;cursor:pointer}.upload-img-button__icon{font-size:2rem;color:#fff}.upload-img-button__img{width:200px!important;height:200px!important}.upload-img-button__desc{margin:0 0 1rem;max-width:200px;font-size:.8rem;font-weight:500;line-height:1.9;text-align:center;color:#9ca3af}.account-form{margin:0 auto;text-align:left}.account-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.account-form__email-row{display:flex;align-items:center;gap:.5rem}.account-form__email-status-btn{padding:.25rem}.account-form__buttons{display:flex;justify-content:center;gap:1rem}.spinner{flex-grow:1;width:100%;min-height:100%;display:flex;justify-content:center;align-items:center}.spinner-backdrop{color:#fff;z-index:10}.verify-email-page{max-width:600px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;flex:1;padding:1rem;text-align:center}.verify-email-page__title{margin:0;font-size:1rem;font-weight:400;text-align:center}.company-form{max-width:1000px;margin:0 auto;text-align:left}.company-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.company-form__buttons{display:flex;justify-content:center;gap:1rem}.tabpanel__content{padding:1rem}@media (max-width: 50rem){.tabpanel__content{padding:.5rem}}@media (max-width: 30rem){.tabpanel__content{padding:0}}.app-date-picker{display:flex}.app-date-picker__input{width:120px}@media (max-width: 30rem){.app-date-picker__input{width:100px}}.app-date-picker__today-btn{color:#0284c7;cursor:pointer;font-size:.75rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.app-date-picker__today-btn{font-size:.65rem}}.company-info{position:relative;margin:0 auto}.company-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.company-info__del-btn{position:absolute!important;display:flex;align-items:center;top:.25rem;right:.25rem;z-index:2}.company-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.company-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.company-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.company-info__expiry{display:flex;align-items:center;gap:.5rem}@media (max-width: 30rem){.company-info__expiry{flex-direction:column}}.company-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.company-info__info{width:100%}}.company-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.company-info__title{text-align:center}}.company-info__subtitle{margin:1rem 0 .5rem;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.company-info__subtitle{justify-content:center}}.company-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.company-info__image{width:100%!important;height:300px!important}}.table-footer{white-space:nowrap;font-weight:700}.expenses-table__footer-btns{display:flex;flex-direction:column}.expenses-table__error-cell{border:1px solid #dc2626!important}.expenses-table__error-mes{margin:.5rem 0 0;display:flex;align-items:center;font-size:.8rem;color:#dc2626}.group{padding:1rem;margin:0 0 2rem}@media (max-width: 30rem){.group{padding:1rem .5rem;margin:0 0 1rem}}.group__subtitle{margin:0 0 1rem}.text-form{margin:1rem auto;padding:1rem;max-width:350px}.text-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.text-form__buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.company-params-payments__footer-btns{display:flex;flex-direction:column}.company-params-payments__error-cell{border:1px solid #dc2626!important}.company-params-payments__error-mes{margin:.5rem 0 0;display:flex;align-items:center;font-size:.8rem;color:#dc2626}.company-params-size.MuiListItem-root{width:auto;padding:0}.company-params{padding:2rem 1rem;margin:0 auto;max-width:800px}@media (max-width: 30rem){.company-params{padding:1rem 0}}.company-params__switch{padding:0 0 1rem}.company-params__list{width:100%;margin:0 0 .5rem;padding:.5rem 0;list-style:none;display:flex;flex-wrap:wrap;gap:1rem}.company-params__list-item.MuiListItem-root{width:auto;padding:0}.company-params__list-button{margin-top:1rem!important}.company-params__buttons{display:flex;justify-content:center}.company-limits{padding:16px 24px 24px;display:flex;flex-direction:column;gap:16px}.company-limits__usage{display:flex;flex-direction:column;gap:12px}.company-limits__row{display:flex;flex-direction:column;gap:4px}.company-limits__row-header{display:flex;justify-content:space-between;align-items:baseline}.company-limits__row-title{margin:0;font-size:1rem;font-weight:400}.company-limits__row-caption{font-size:.875rem;color:#6b7280}.company-limits__progress{height:6px;border-radius:4px}.company-limits__loading{width:100%}.company-limits__form{margin-top:8px;display:flex;flex-direction:column;gap:16px}.company-limits__buttons{margin-top:8px;display:flex;justify-content:flex-end}.company-clear-data{padding:2rem 1rem;margin:0 auto;max-width:800px}.company-clear-data__form{display:flex;flex-direction:column;gap:1rem}.company-clear-data__label{display:inline-flex;align-items:center;gap:.25rem}.company-clear-data__info-icon{font-size:1rem;color:#9ca3af;cursor:pointer}.company-clear-data__period-info{margin:0;font-size:.875rem;color:#4b5563}.company-clear-data__alert{margin:1rem auto}.company-clear-data__submit-btn{align-self:center}.company-join-page{max-width:600px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;flex:1;padding:1rem;text-align:center}.company-join-page__title{margin:0;font-size:1rem;font-weight:400;text-align:center}.app-pagination{margin:2rem auto 0;width:fit-content}@media (max-width: 30rem){.app-pagination{margin:2rem auto}}.company{position:relative;text-align:left}.company__link{display:block;height:100%;padding:.5rem}.company__link:hover{color:inherit}.company__wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:.5rem 1rem}.company__columns{display:flex}@media (max-width: 30rem){.company__columns{flex-direction:column}}.company__summary{flex:1}.company__dates{text-align:right}@media (max-width: 30rem){.company__dates{text-align:left}}.company__name{flex:1;margin:0 1.5rem 1rem 0;font-weight:600;font-size:1rem;line-height:2;text-overflow:ellipsis;overflow:hidden}.company:hover .company__name{color:#0ea5e9}.company__row{height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280;text-overflow:ellipsis;overflow:hidden}.search-input{max-width:270px;padding:0 1rem;border:1px solid;border-radius:.5rem;border-color:#d1d5db;color:#9ca3af;font-size:.8rem;font-weight:500}@media (max-width: 30rem){.search-input{width:100%;max-width:100%;margin-bottom:.5rem!important}}.search-input__icon{font-size:1rem}.filter-box{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 30rem){.filter-box{justify-content:space-between;gap:.25rem}}.item-counter{margin:1rem 0;font-size:.875rem;color:#4b5563}.float-add-button.MuiButtonBase-root{position:fixed;bottom:2rem;right:1rem;color:#fff}@media (max-width: 50rem){.float-add-button.MuiButtonBase-root{bottom:4rem}}.filter-menu{width:16rem;padding:1rem}.filter-menu__title{margin:0 0 1.5rem;font-size:1.5rem}.employee-filter-form{margin-top:1rem}.employee-filter-form__input{margin-bottom:1rem}.employee-filter-form__buttons{margin-top:2rem;display:flex;justify-content:space-around;gap:1rem}.MuiButtonBase-root.filter-button{margin-left:.5rem}@media (max-width: 30rem){.MuiButtonBase-root.filter-button{margin-left:.25rem}}.employee-filter-box{width:100%;display:flex;flex-direction:column}.employee-filter-box__params{display:flex}.employee-filter-box__input{flex:1}.employee-filter-box__button{margin-left:auto}.employee{height:100%;position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.employee__wrapper{display:flex;flex-direction:column;padding:.5rem 1rem}.employee__buttons{display:flex;align-items:center;gap:.5rem;position:absolute;top:.5rem;right:.5rem;z-index:2}.employee__info{margin-bottom:.5rem;display:flex;align-items:center}.employee__avatar{width:80px!important;height:80px!important}.employee__titles{margin-left:1rem;margin-right:auto}.employee__name{margin:0;font-weight:600;font-size:1rem;line-height:2}.employee:hover .employee__name{color:#0ea5e9}.employee__position{width:100%;margin:0;font-weight:500;font-size:.8rem;color:#9ca3af;line-height:1.65;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.employee__contacts{flex:1;margin:0;padding:.5rem 0 0;line-height:1.65;color:#9ca3af}.employee__contacts-item{margin:0 0 .5rem;display:flex;font-size:.8rem;align-items:center}.employee__contacts-icon{margin-right:1rem;font-size:1rem}.employee-invitation-form{margin:0 auto;max-width:400px;padding:1.5rem 0}.employee-invitation-form__title{margin:0 0 1.25rem;font-size:1.375rem;font-weight:600;line-height:1.4;text-align:center;color:var(--mui-palette-text-primary, #1a1a1a)}.employee-invitation-form__notice{margin-bottom:1.5rem;border-radius:8px}.employee-invitation-form__notice strong{font-weight:600}.employee-invitation-form__fields{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem}.employee-invitation-form__buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.employees-invite-page{position:relative;padding-bottom:1.5rem}.employees-invite-page__form-section{padding:0 1.5rem;margin-bottom:.5rem}.employees-invite-page__tabs-wrap{padding:0 1rem}.user-info{position:relative;margin:0 auto}.user-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.user-info__buttons{position:absolute!important;display:flex;align-items:center;top:.25rem;right:.25rem;z-index:2}.user-info__lock{padding:.5rem}.user-info__wrapper{margin-bottom:2rem;display:flex;justify-content:space-between;text-align:left}@media (max-width: 30rem){.user-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.user-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.user-info__info{width:100%}}.user-info__title{margin:2rem 0;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.user-info__title{text-align:center}}.user-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.user-info__image{width:100%!important;height:auto!important;min-height:250px!important}}.user-info__subtitle{margin:1rem 0 .5rem;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.user-info__subtitle{justify-content:center}}.user-info__icon{margin-right:1rem;font-size:.8rem}.user-info__fire-message{margin:0 0 1.5rem;text-align:center;font-size:1.2rem;font-weight:400}.user-info__fire-buttons{display:flex;justify-content:center;align-items:center;gap:2rem}.employee-params{padding:2rem 1rem;margin:0 auto;max-width:800px}.employee-params__subtitle{margin:.5rem}.employee-params__switch.MuiFormControlLabel-root{justify-content:center}.period-select-input.period-select-input--title .MuiInputBase-root{font-size:1rem;font-weight:700;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#0ea5e9}.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{margin:0;white-space:nowrap}.profit-indicator.profit-indicator--positive{color:#16a34a}.profit-indicator.profit-indicator--positive:before{content:"+"}.profit-indicator.profit-indicator--negative{color:#dc2626}.employee-shift-table__footer{white-space:nowrap}.employee-shift-table__accrued-fee{color:#0284c7}.employee-shift-table__discount{color:#9ca3af}.user-dev{position:relative;text-align:left}.user-dev__link{display:block;height:100%;padding:.5rem}.user-dev__link:hover{color:inherit}.user-dev__icons{display:flex;align-items:center;gap:.5rem;position:absolute;top:1rem;right:1rem;z-index:2}.user-dev__wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:.5rem 1rem}.user-dev__columns{display:flex}@media (max-width: 30rem){.user-dev__columns{flex-direction:column}}.user-dev__summary{flex:1}.user-dev__dates{text-align:right}@media (max-width: 30rem){.user-dev__dates{text-align:left}}.user-dev__name{flex:1;margin:0 1.5rem 1rem 0;font-weight:600;font-size:1rem;line-height:2;text-overflow:ellipsis;overflow:hidden}.user-dev:hover .company__name{color:#0ea5e9}.user-dev__row{height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280;text-overflow:ellipsis;overflow:hidden}.sorting-form{margin-top:1rem}.sorting-form__input{margin-bottom:1rem}.sorting-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.product-filter-form{margin-top:1rem}.product-filter-form__input{margin-bottom:1rem}.product-filter-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.MuiButtonBase-root.sorting-button{margin-left:.5rem}@media (max-width: 30rem){.MuiButtonBase-root.sorting-button{margin-left:.25rem}}.product-filter-box{width:100%}.product-filter-box__params{display:flex;flex-wrap:wrap}.product-filter-box__stock-switch{display:flex;align-items:center;margin:0 0 0 auto;padding-left:.5rem}@media (max-width: 30rem){.product-filter-box__stock-switch{margin:0 auto 0 0}}.product-filter-box__buttons{display:flex}.product{position:relative;height:100%;padding:.5rem 1.5rem .5rem .5rem;border:#9ca3af;border-radius:.25rem;text-align:left}.product__buttons{display:flex;align-items:center;gap:.25rem;position:absolute;top:.25rem;right:.25rem;z-index:2}.product__wrapper{display:flex}.product__image-wrapper{display:flex;align-items:center}.product__image{width:120px!important;height:120px!important}@media (max-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 (max-width: 30rem){.product__titles-wrapper{width:90%}}.product__name{width:100%;min-height:2.5rem;margin:.25rem 0;font-weight:600;font-size:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}@media (max-width: 30rem){.product__name{margin:0 0 .25rem}}.product:hover .product__name{color:#0ea5e9}.product__category{width:90%;height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280}.product__numbers{margin:0;height:1rem;font-size:.8rem;color:#9ca3af;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.product__numbers{margin:0 0 .25rem}}.product__prices-box{width:100%;height:2.5rem;display:flex;flex-direction:column;align-items:flex-end;margin:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.product__prices-box{flex-direction:column;gap:.25rem;margin:0 0 .25rem}}.product__price{font-weight:600;font-size:1.2rem}.product__discount{height:1rem;font-size:.8rem;white-space:nowrap;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#9ca3af}.product__stocks{width:100%;height:1rem;margin:0;text-align:right;font-weight:400;font-size:.8rem;color:#0ea5e9;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-info{position:relative;margin:0 auto}.product-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.product-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.product-info__wrapper{margin-bottom:2rem;display:flex;justify-content:space-between;text-align:left}@media (max-width: 30rem){.product-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.product-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.product-info__info{width:100%}}.product-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 30rem){.product-info__title{text-align:center}}.product-info__prices-box{width:100%;display:flex;flex-direction:column;gap:.25rem;margin:1rem 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-info__price{font-weight:600;font-size:1.5rem}.product-info__discount{height:1rem;font-size:.8rem;white-space:nowrap;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#9ca3af}.product-info__subtitle{margin:.5rem 0;display:flex;align-items:center;color:#6b7280}@media (max-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 (max-width: 30rem){.product-info__image{width:100%!important;height:auto!important;min-height:250px!important}}.product-info__image-modal .modal{max-width:100vw;max-height:100vh;width:100vw;height:100vh;padding:0;top:0;left:0;transform:none;border-radius:0;background-color:#000;display:flex;align-items:center;justify-content:center}.product-info__image-modal-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.product-info__image-modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background-color .2s}.product-info__image-modal-close:hover{background:#ffffff}.product-info__image-modal-close svg{color:#000;font-size:24px}@media (max-width: 30rem){.product-info__image-modal-close{top:.5rem;right:.5rem;width:36px;height:36px}.product-info__image-modal-close svg{font-size:20px}}.product-info__image-modal-img{max-width:100%;max-height:100%;object-fit:contain;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;touch-action:none}.batch{margin:0;padding:.25rem;border-radius:.25rem;background-color:#e5e7eb;font-weight:inherit;font-size:.8rem;white-space:nowrap}.size{margin:0;padding:.25rem;border-radius:.25rem;font-weight:inherit;font-size:.8rem;background-color:#7dd3fc;color:#fff}.sales-table__link{color:#0284c7}.sales-table__link:hover{text-decoration:underline}.sales-table__footer{white-space:nowrap}.product-stock-form{margin:1rem auto;padding:1rem;max-width:350px}.product-stock-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.product-stock-form__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.product-stock-info{margin:1rem auto;min-width:300px}.product-stock-info__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.product-stock-info__refs{margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.product-stock-info__link{color:#0284c7}.product-stock-info__link:hover{text-decoration:underline}.product-stock-info__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.product-stock-table__link{color:#0284c7}.product-stock-table__link:hover{text-decoration:underline}.product-stock-table__footer-btns{display:flex;flex:1}.history-table{margin:0 auto}@media (max-width: 30rem){.history-table__user{font-size:.7rem}}.product-history-table__buttons{display:flex;justify-content:center}.select-form{margin:1rem auto;padding:1rem;max-width:350px}.select-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.select-form__buttons{display:flex;justify-content:center;gap:1rem;margin:2rem 0}.product-form{max-width:1000px;margin:0 auto;text-align:left}.product-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.product-form__subtitle{margin:0 0 1rem;color:#6b7280}.product-form__sizes{margin:0 0 .5rem;padding:.5rem 0;list-style:none;display:flex;flex-wrap:wrap;gap:1rem;width:100%}.product-form__size.MuiListItem-root{width:auto;padding:0}.product-form__buttons{display:flex;justify-content:center;gap:1rem}.category{position:relative;height:100px;text-align:left}.category__buttons{position:absolute;top:.25rem;right:.25rem;z-index:2}.category__link{display:block;height:100%;padding:.5rem}.category__link:hover{color:inherit}.category__wrapper{display:flex;flex-direction:column;width:100%;height:100%;margin-left:1rem;margin-right:auto}.category__name{flex:1;margin:0 1.5rem 1rem 0;font-weight:600;font-size:1rem;line-height:2;text-overflow:ellipsis;overflow:hidden}.category:hover .category__name{color:#0ea5e9}.category__productCount{width:90%;height:1rem;margin:.25rem 0;font-size:.8rem;color:#6b7280}.category-info{position:relative;margin:0 auto}.category-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.category-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.category-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.category-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.category-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.category-info__info{width:100%}}.category-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.category-info__title{text-align:center}}.category-products-table__stocks{width:100%;height:1rem;margin:0;text-align:right;font-weight:400;font-size:.8rem;color:#0ea5e9;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.category-form{max-width:1000px;margin:0 auto;text-align:left}.category-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.category-form__buttons{margin-top:1rem;display:flex;justify-content:center;gap:1rem}.storage-filter-form{margin-top:1rem}.storage-filter-form__buttons{margin-top:2rem;display:flex;justify-content:space-around;gap:1rem}.storage-filter-box{width:100%;display:flex;flex-direction:column}.storage-filter-box__params{display:flex}.storage-filter-box__input{flex:1}.storage-filter-box__button{margin-left:auto}.storage{position:relative;height:100%;border:#9ca3af;border-radius:.25rem;text-align:left}.storage__buttons{position:absolute;top:.25rem;right:.25rem;z-index:2}.storage__link{display:block;height:100%;padding:.5rem}.storage__link:hover{color:inherit}.storage__wrapper{display:flex}.storage__image{width:150px!important;height:150px!important}@media (max-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-weight:600;font-size:1rem;line-height:2}.storage__type{margin:0;font-size:.8rem;line-height:2;color:#9ca3af}.storage-info{position:relative;margin:0 auto}.storage-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.storage-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.storage-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.storage-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.storage-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.storage-info__info{width:100%}}.storage-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-width: 30rem){.storage-info__title{text-align:center}}.storage-info__subtitle{margin:.5rem 0;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.storage-info__subtitle{justify-content:center}}.storage-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.storage-info__image{width:100%!important;height:300px!important}}.storage-params{padding:2rem 1rem;margin:0 auto;max-width:800px}.storage-params__subtitle{margin:.5rem}.storage-stock-info{margin:1rem auto;min-width:300px}.storage-stock-info__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.storage-stock-info__refs{margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.storage-stock-info__link{color:#0284c7}.storage-stock-info__link:hover{text-decoration:underline}.storage-stock-info__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.storage-stock-table__footer{white-space:nowrap}.storage-form{max-width:1000px;margin:0 auto;text-align:left}.storage-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.storage-form__buttons{display:flex;justify-content:center;gap:1rem}.list-title{display:flex;margin:1rem 0;text-align:left;font-size:1.2rem;font-weight:600;text-transform:uppercase}.list-title__amount{margin-left:auto;padding:0 1rem;border-radius:.5rem;color:#4b5563;background-color:#e5e7eb}.shift{position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.shift:hover{background-color:#e5e7eb}.shift__buttons{display:flex;align-items:center;position:absolute;top:.25rem;right:.25rem;z-index:2}.shift__lock-icon{width:1rem!important;height:1rem!important}.shift__link{display:block;padding:.5rem 2.5rem .5rem 1rem;color:inherit}@media (max-width: 30rem){.shift__link{padding-right:1rem}}.shift__date{font-size:.8rem;margin:0 1rem 1rem 0}@media (max-width: 30rem){.shift__date{margin:0 1rem 0 0}}.shift__info{display:flex;align-items:center}@media (max-width: 30rem){.shift__info{flex-wrap:wrap}}.shift__storage{width:10rem;margin:0 1rem 0 0;text-transform:uppercase;color:#0ea5e9;font-weight:600;font-size:1rem;line-height:3;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media (max-width: 30rem){.shift__storage{width:100%}}.shift__seller{width:60%;margin:0;font-weight:400;line-height:2;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.shift__financial{width:40%;flex-grow:1;margin:0}.shift__revenue{margin:0;font-size:1rem;font-weight:600;text-align:right;white-space:nowrap}.shift__profit{margin:0;font-size:.8rem;text-align:right;white-space:nowrap}.shift-filter-box{width:100%;display:flex}.shift-filter-box__input{padding:0 .5rem;flex:1}.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{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.info-table__title{margin:1rem 0;font-size:1rem;font-weight:700;line-height:1.5rem}.info-table__name{padding-left:0!important;padding-right:2rem!important;color:#9ca3af!important}@media (max-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}.donut-chart{height:100%;padding:1rem}.donut-chart *:focus{outline:none!important}.shift-info{position:relative;margin:0 auto;padding:1rem 2rem}@media (max-width: 50rem){.shift-info{padding:1rem}}.shift-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.shift-info__buttons{position:absolute;display:flex;align-items:center;top:.25rem;right:.25rem;z-index:2}.shift-info__lock-icon{width:1rem!important;height:1rem!important}.shift-info__wrapper{display:flex;justify-content:space-between;margin-bottom:1rem;text-align:left}@media (max-width: 50rem){.shift-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.shift-info__metrics,.shift-info__chart{width:50%}@media (max-width: 50rem){.shift-info__metrics,.shift-info__chart{width:100%}}.shift-info__header{margin:2rem 0 1rem;display:flex;gap:1rem}@media (max-width: 50rem){.shift-info__header{flex-direction:column;align-items:center;text-align:center}}.shift-info__title{margin:0;font-weight:700;font-size:1.5rem}@media (max-width: 50rem){.shift-info__title{text-align:center}}.shift-info__profit{font-size:1.2rem}.shift-info__links{margin:0 0 1rem;display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 50rem){.shift-info__links{justify-content:center}}.shift-info__params{margin:0 0 .8rem;font-size:1rem;color:#4b5563}@media (max-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{width:fit-content!important;margin:1rem 0 2rem}@media (max-width: 50rem){.shift-info__info-table{margin:1rem auto 2rem}}.shift-action-table__footer{white-space:nowrap}.shift-action-table__discount{color:#9ca3af}.shift-form__form{width:100%}.shift-form__table{width:50%;padding:0 1rem}@media (max-width: 50rem){.shift-form__table{width:100%}}.schedule-filter-box{width:100%;display:flex;flex-direction:column}.schedule-filter-box__params{display:flex}.schedule-filter-box__inputs{flex:1;display:flex;gap:1rem}@media (max-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{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.schedule-status-form{margin:1rem auto;padding:1rem;max-width:350px}.schedule-status-form .MuiSelect-select{display:flex;align-items:center}.schedule-status-form__title{margin:0 0 2rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.schedule-status-form__desc{margin:0 0 2rem;text-align:center;color:#6b7280}.schedule-status-form__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.day-shift{display:flex;justify-content:space-between;align-items:center;gap:.25rem}.day-shift__storage{margin:0;text-overflow:ellipsis;overflow:hidden;font-size:.8rem;color:#6b7280}.day-shift__employee.MuiAvatar-root{width:1.5rem;height:1.5rem;font-size:.8rem}@media (max-width: 30rem){.day-shift__employee.MuiAvatar-root{width:1rem;height:1rem;font-size:.5rem}}.day{height:130px;overflow:hidden;padding:.5rem;text-align:center;background-color:#fff}@media (max-width: 30rem){.day{height:110px;padding:.25rem}}.day__header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-weight:400;font-size:.8rem;margin:0 0 .25rem;padding:.25rem;border-bottom:1px solid #d1d5db}@media (max-width: 30rem){.day__header{font-size:.6rem;flex-direction:column}}@media (max-width: 30rem){.day__date{order:1}}.day__counter{padding:.1rem}@media (max-width: 30rem){.day__counter{font-size:.6rem;order:2}}.day:hover{cursor:pointer;outline:1px solid #6b7280}.day.day--highlighted .day__header{background-color:#82b9e1;color:#fff}.day.day--past .day__header{background-color:#e5e7eb;color:#000}.day.day--today .day__header{background-color:#ecfccb;color:#000}.schedule__title{margin:0 auto 2rem;text-align:center}.schedule__shift{width:100%;display:flex;flex-direction:column;padding-bottom:.5rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.schedule__shift-form-data{width:100%;margin-bottom:.5rem;display:flex;gap:.5rem}.schedule__shift-inputs{display:flex;flex-grow:1;gap:1rem}@media (max-width: 30rem){.schedule__shift-inputs{flex-direction:column;gap:.5rem}}.schedule__status-btn{display:flex;justify-content:center}@media (max-width: 30rem){.schedule__status-btn{flex-direction:column;gap:.5rem}}.schedule__shift-date{width:100%;display:flex;align-items:center;font-size:.8rem;color:#9ca3af;text-align:right}.schedule__message{margin:0 auto 2rem;text-align:center}.schedule__cancel-btn{display:flex;justify-content:center;margin:0 auto}.schedule-form-shift-row{width:100%;display:flex;flex-direction:column;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.schedule-form-shift-row__inputs{width:100%;margin-bottom:.5rem;display:flex;gap:.5rem}@media (max-width: 30rem){.schedule-form-shift-row__inputs{flex-direction:column;gap:.5rem}}.schedule-form-shift-row__input{min-width:200px;flex:1}.schedule-form-shift-row__footer{display:flex}.schedule-form-shift-row__buttons{display:flex;justify-content:center;gap:1rem}.schedule-form-shift-row__date{width:100%;display:flex;align-items:center;font-size:.8rem;color:#9ca3af;text-align:right}.schedule-form__title{margin:0 auto 2rem;text-align:center}.schedule-form__list{display:flex;flex-direction:column;gap:1rem}.schedule-form__add-button{margin:1rem auto;display:flex;justify-content:center}.schedule-form__buttons{display:flex;justify-content:center;gap:1rem}.calendar{font-family:Arial,sans-serif;margin:0 auto}.calendar__month{margin:0;text-transform:uppercase;color:#fff}.calendar__btn{color:#fff}.calendar__btn.calendar__btn--active{color:#38bdf8}.calendar__weekday{padding:.5rem .25rem;background-color:#fff;font-weight:700;text-align:center;text-overflow:ellipsis;overflow:hidden}@media (max-width: 30rem){.calendar__weekday{font-size:.8rem}}.calendar__days{width:100%;display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background-color:#e5e7eb}.product-details{margin:0;display:flex;gap:.5rem;align-items:flex-start;flex-direction:column}.product-details__name{margin:0;color:#0ea5e9;font-weight:inherit;font-size:inherit;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-details__name.product-details__name--uncounted{color:#6b7280}.product-details__params{display:flex;gap:.5rem}.product-details__link{color:#0284c7}.product-details__link:hover{text-decoration:underline}.price-details{display:flex;align-items:flex-end;gap:.5rem}@media (max-width: 50rem){.price-details{order:2}}.price-details__profit{display:flex;justify-content:flex-end;align-items:center;font-size:.8rem}.price-details__discount{display:flex;justify-content:flex-end;align-items:center;font-size:.8rem;text-decoration:line-through;color:#9ca3af}.price-details__revenue{display:flex;justify-content:flex-end;align-items:center;font-size:1rem;font-weight:600;text-align:right}.action{position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.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{position:absolute;top:.25rem;right:.25rem;z-index:2}.action__link{display:block;padding:.5rem 1rem;color:inherit}@media (max-width: 30rem){.action__link{padding:.5rem}}.action__wrapper{display:flex;flex-wrap:wrap}.action__date-row{width:100%;margin:0 2rem 1rem 0;padding:0 0 .5rem;display:flex;align-items:center;color:#9ca3af;font-size:.8rem}@media (max-width: 50rem){.action__date-row{width:100%;flex-wrap:wrap;margin:0 2rem 0 0}}.action__date{margin-right:1rem;white-space:nowrap}.action__seller{margin-right:1.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.action__payments{margin-left:auto;font-size:.8rem;color:#9ca3af;white-space:nowrap}@media (max-width: 30rem){.action__payments{margin-top:.5rem;width:100%}}.action__sender-storage{display:block;margin:0;font-size:.8rem;color:#9ca3af;white-space:nowrap}@media (max-width: 50rem){.action__sender-storage{order:2}}.action__products-list{width:100%;display:flex;flex-direction:column}.action__products-list>*{margin-bottom:.5rem}.action__products-list>*:last-child{margin-bottom:0}.action__product{display:flex;align-items:flex-end;flex-wrap:wrap;border-top:1px solid #d1d5db}@media (max-width: 50rem){.action__product{padding-bottom:.5rem}}.action__product-name{width:50%;margin:.5rem 0;font-weight:600}@media (max-width: 50rem){.action__product-name{width:100%;margin:.25rem 0}}.action__product-financial{width:50%;margin:.5rem 0;display:flex;align-items:flex-end;justify-content:flex-end}@media (max-width: 50rem){.action__product-financial{width:100%;margin:.25rem 0;justify-content:space-between}}.action__product-qty{width:4rem;margin:0 1rem 0 0;font-size:1rem;text-align:right;white-space:nowrap}@media (max-width: 50rem){.action__product-qty{order:1;margin:0 1rem 0 0;font-size:1rem;text-align:left}}@media (max-width: 30rem){.action__product-qty{width:4rem}}.actions-list__group{margin-bottom:2.5rem}.actions-list__title{display:flex;margin:1rem 0;text-align:left;font-size:1.2rem;font-weight:600;text-transform:uppercase}.actions-list__amount{margin-left:auto;padding:0 1rem;border-radius:.5rem;color:#4b5563;background-color:#e5e7eb}.action-filter-box{width:100%;display:flex}.action-filter-box__input{padding:0 .5rem;flex:1}.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{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.form-subtitle{margin:1rem 0 0;font-size:1.5rem}@media (max-width: 50rem){.form-subtitle{font-size:1.2rem}}@media (max-width: 30rem){.form-subtitle{font-size:1rem;margin:0}}.action-info{position:relative;margin:0 auto;height:100%}.action-info__back-btn{position:absolute!important;top:0;bottom:0;left:.25rem;z-index:2}.action-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.action-info__title{position:relative;padding:1rem 3rem;font-size:1.2rem;font-weight:600;color:#fff;background-color:#0ea5e9}.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{max-width:1000px;width:100%;margin:1rem auto;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;text-align:left}@media (max-width: 50rem){.action-info__wrapper{margin:.5rem auto;padding:1rem .5rem;flex-direction:column;text-align:center}}.action-info__links{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width: 50rem){.action-info__links{justify-content:center}}.action-product{position:relative;padding:.5rem;border:1px solid #c3c3c3;border-radius:.25rem;text-align:left}.action-product__buttons{position:absolute;top:.5rem;right:.25rem;z-index:2}.action-product__wrapper{display:flex;align-items:center;flex-wrap:wrap}@media (max-width: 50rem){.action-product__wrapper{flex-direction:column}}.action-product__name-row{flex-grow:1;margin:.5rem 0;display:flex;flex-direction:column;flex:1}@media (max-width: 50rem){.action-product__name-row{width:100%;margin:.25rem 0;align-items:flex-start}}.action-product__sender-storage{margin:1rem 0 0 1rem;font-size:.8rem;color:#9ca3af;white-space:nowrap}.action-product__name{margin:0;display:flex;flex:1;font-weight:600}@media (max-width: 50rem){.action-product__name{width:90%}}.action-product__number{margin:0 .5rem 0 0}.action-product__image{width:100px!important;height:100px!important;margin:0 .5rem 0 0}@media (max-width: 50rem){.action-product__image{width:200px!important;height:200px!important;margin:0 auto .5rem}}.action-product__financial-row{width:30%;margin:.5rem 0;display:flex;align-items:flex-end;justify-content:flex-end}@media (max-width: 50rem){.action-product__financial-row{width:100%;margin:.25rem 0;justify-content:space-between}}.action-product__qty{width:4rem;margin:0 2rem 0 0;font-size:1rem;font-weight:600;text-align:right;white-space:nowrap}@media (max-width: 50rem){.action-product__qty{margin:0 1rem 0 0;text-align:left}}.action-info-products{margin:2rem 0;display:flex;flex-direction:column;gap:.5rem}.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 (max-width: 30rem){.action-info-payments__table .MuiTableCell-root{padding:.5rem}}.action-info-payments__summary-table .MuiTable-root{margin:1rem 0 0 auto;width:auto}@media (max-width: 50rem){.action-info-payments__summary-table .MuiTable-root{margin:1rem auto 0}}.action-info-payments__summary-table .MuiTableCell-root{font-weight:700}.stock-input.stock-input--error{padding:.5rem;border:1px solid #dc2626;border-radius:5px}.stock-input__wrapper{display:flex;flex-wrap:wrap}.stock-input__title{text-transform:uppercase}.stock-input__title,.stock-input__message{font-size:1rem;margin:0 0 1rem;font-weight:400;color:#9ca3af}.stock-input__title.stock-input__message--error,.stock-input__message.stock-input__message--error{margin:.25rem 0;font-size:.8rem;color:#dc2626}.stock-input__label{min-width:50px;min-height:50px;display:flex;flex-direction:column;margin:.25rem .5rem .25rem 0;padding:.5rem 1rem .25rem;border:1px solid #d1d5db;border-radius:.25rem;cursor:pointer;text-align:center;justify-content:center}.stock-input__input{position:absolute;z-index:-1;opacity:0}.stock-input__size{flex:1;height:1rem}.stock-input__qty{font-size:.8rem;color:#9ca3af;height:1rem}.stock-input__batch{font-size:.8rem;color:#0284c7;height:1rem}.stock-input__input:checked+.stock-input__label{color:#fff;background-color:#82b9e1}.stock-input__input:checked+.stock-input__label .stock-input__qty{color:inherit}.stock-input__input:checked+.stock-input__label .stock-input__batch{color:inherit}.action-product-form{max-width:400px}.action-product-form__checkbox{display:flex;justify-content:center}.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 (max-width: 30rem){.action-product-form__image{width:100%!important}}.action-product-form__error{color:#dc2626;text-align:center;margin:0}.action-product-form__buttons{margin:1rem 0 0;display:flex;justify-content:center;gap:2rem}.transaction-form{max-width:1000px;margin:0 auto;text-align:left}.transaction-form__list{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.transaction-form__error{color:#dc2626;font-size:.8rem}.transaction-form__payment-row{margin:0;display:flex;gap:.5rem;align-items:center}@media (max-width: 30rem){.transaction-form__payment-row{gap:.25rem}}.transaction-form__buttons{display:flex;gap:2rem;justify-content:center}.transfer-form{max-width:1000px;margin:0 auto;text-align:left}.transfer-form__list{margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.transfer-form__error{color:#dc2626;font-size:.8rem}.transfer-form__payment-row{margin:0;display:flex;gap:.5rem;align-items:center}.transfer-form__buttons{display:flex;gap:2rem;justify-content:center}.supplier{position:relative;height:100%;border:#9ca3af;border-radius:.25rem;text-align:left}.supplier__buttons{position:absolute;top:.25rem;right:.25rem;z-index:2}.supplier__link{display:block;height:100%;padding:.5rem}.supplier__link:hover{color:inherit}.supplier__wrapper{display:flex}.supplier__image{width:150px!important;height:150px!important}@media (max-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-weight:600;font-size:1rem;line-height:2}.supplier__legal-name{margin:0;font-size:.8rem;font-weight:400;line-height:2;color:#6b7280}.supplier-info{position:relative;margin:0 auto}.supplier-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.supplier-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.supplier-info__wrapper{display:flex;justify-content:space-between;margin-bottom:2rem;text-align:left}@media (max-width: 30rem){.supplier-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.supplier-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.supplier-info__info{width:100%}}.supplier-info__title{margin:2rem 0;font-weight:700;font-size:1.2rem}@media (max-width: 50rem){.supplier-info__title{text-align:center}}.supplier-info__subtitle{margin:1rem 0 .5rem;display:flex;align-items:center;color:#6b7280}@media (max-width: 30rem){.supplier-info__subtitle{justify-content:center}}.supplier-info__image{width:250px!important;height:250px!important}@media (max-width: 30rem){.supplier-info__image{width:100%!important;height:300px!important}}.supplier-form{max-width:1000px;margin:0 auto;text-align:left}.supplier-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.supplier-form__buttons{display:flex;justify-content:center;gap:1rem}.invoice-filter-form{margin-top:1rem}.invoice-filter-form__input{margin-bottom:1rem}.invoice-filter-form__buttons{margin-top:1rem;display:flex;justify-content:space-around;gap:1rem}.invoice-filter-box{width:100%;display:flex;flex-direction:column}.invoice-filter-box__params{display:flex}.invoice-filter-box__input{flex:1}.invoice-filter-box__button{margin-left:auto}.invoice{position:relative;border:#9ca3af;border-radius:.25rem;text-align:left}.invoice:hover{background-color:#e5e7eb}.invoice__buttons{display:flex;align-items:center;position:absolute;top:.25rem;right:.25rem;z-index:2}.invoice__link{display:block;padding:1rem 2.5rem 1rem 1rem;color:inherit}@media (max-width: 30rem){.invoice__link{padding-right:1rem}}.invoice__header{width:100%;margin:0 2rem .5rem 0;padding:0 0 .5rem;display:flex;align-items:center;color:#9ca3af;font-size:.8rem}@media (max-width: 50rem){.invoice__header{width:100%;flex-wrap:wrap}}.invoice__date{margin-right:1rem;white-space:nowrap}.invoice__employee{margin-right:1.5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.invoice__status{margin-left:auto;font-size:.8rem;color:#9ca3af;white-space:nowrap}.invoice__status--processed{color:#0ea5e9}@media (max-width: 30rem){.invoice__status{margin-top:.5rem;width:100%}}.invoice__wrapper{display:flex;align-items:center}@media (max-width: 30rem){.invoice__wrapper{flex-wrap:wrap}}.invoice__info{flex:1}.invoice__number{margin:0;line-height:2;font-weight:400}.invoice__supplier{margin:0;font-weight:400;line-height:2;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.invoice__financial{flex-grow:1;margin:0}.invoice__amount{margin:0;font-size:1rem;font-weight:600;text-align:right;line-height:2;white-space:nowrap}.invoice__items{margin:0;font-size:.8rem;text-align:right;line-height:2;white-space:nowrap}.invoice__profit{margin:0;font-size:.8rem;text-align:right;white-space:nowrap}.invoice-info{position:relative;margin:0 auto;padding:.5rem 1rem}.invoice-info__back-btn{position:absolute!important;top:.25rem;left:.25rem;z-index:2}.invoice-info__header{width:fit-content;display:flex;gap:1rem;justify-content:space-between;align-items:center;margin-left:auto}.invoice-info__official{color:#82b9e1}.invoice-info__status{margin-right:2rem;margin-left:auto;padding:.25rem;text-align:right;font-size:.8rem;color:#9ca3af;white-space:nowrap;text-transform:uppercase}.invoice-info__buttons{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.invoice-info__wrapper{margin-bottom:2rem;display:flex;justify-content:space-between;text-align:left}@media (max-width: 30rem){.invoice-info__wrapper{padding:.5rem;flex-direction:column;align-items:center;text-align:center}}.invoice-info__info{padding:1rem;width:50%}@media (max-width: 30rem){.invoice-info__info{width:100%}}.invoice-info__title{margin:2rem 0 1rem;font-weight:700;font-size:1.2rem}@media (max-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{font-style:italic;color:#4b5563}.invoice-info__button{margin-top:2rem}.invoice-info-stock-table{margin:1rem auto}.invoice-info-stock-table__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.invoice-info-stock-table__details{width:fit-content;margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.invoice-info-stock-table__link{color:#0284c7}.invoice-info-stock-table__link:hover{text-decoration:underline}.invoice-info-stock-table__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.invoice-info-sales-table{margin:1rem auto}.invoice-info-sales-table__title{margin:0 0 1rem;font-size:1.25rem;line-height:1.6;font-weight:500;text-align:center}.invoice-info-sales-table__details{width:fit-content;margin:.5rem auto 1rem;font-size:.875rem;color:#6b7280;text-align:center}.invoice-info-sales-table__link{color:#0284c7}.invoice-info-sales-table__link:hover{text-decoration:underline}.invoice-info-sales-table__buttons{display:flex;justify-content:center;gap:1rem;margin:1rem 0}.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{min-width:80px;white-space:nowrap}.invoice-form-product-row__buttons{display:flex;justify-content:flex-end}.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{margin:.5rem 0 0;display:flex;align-items:center;font-size:.8rem;color:#dc2626}.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{margin:0 auto;text-align:left}.invoice-form__delete-btn{position:absolute!important;top:.25rem;right:.25rem;z-index:2}.invoice-form__tab-error.MuiTab-root{color:#dc2626}.invoice-form__form{width:100%}.invoice-form__title{font-size:1rem;margin:0 0 1rem}.invoice-form__button{margin-top:1rem!important}.invoice-form__expenses-table{margin-top:2rem}.invoice-form__stepper{margin:1rem auto;max-width:1000px}.invoice-form__error{margin:0 auto 1rem;text-align:center;color:#dc2626;font-size:.8rem}.invoice-form__buttons{display:flex;gap:2rem;justify-content:center}.invoice-form__head-cell,.invoice-form__footer-cell{white-space:nowrap}.invoice-form__number-cell,.invoice-form__btn-cell{width:2rem}.chart-title{line-height:1.5;margin:.5rem auto;font-size:1rem;font-weight:700;color:#9ca3af;text-align:center;text-transform:uppercase}.revenue-chart{height:100%;padding:1rem}.revenue-chart *:focus{outline:none!important}@media (max-width: 550px){.revenue-chart{padding:.5rem}}.revenue-chart__header{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media (max-width: 550px){.revenue-chart__header{justify-content:space-between;margin-bottom:.5rem;padding:0 .5rem}}@media (min-width: 551px){.revenue-chart__orientation-button{display:none!important}}.statistics-card{height:100%;min-height:170px;padding:1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.statistics-card__info{display:flex;flex-direction:column;flex:1}.statistics-card__amount{margin:0;font-size:2rem;font-weight:700;color:#374151}.statistics-card__currency{margin:0 0 .5rem;font-size:.9rem;font-weight:600;color:#374151}.statistics-card__stats{margin:.25rem 0;font-size:.8rem;font-weight:400;color:#6b7280;flex:1}.statistics-card__sales{color:#0284c7}.statistics-card__refunds{color:#dc2626}.rating{padding:2rem 1rem;height:27rem}.rating__list{height:18rem;margin-top:2rem;display:flex;flex-direction:column;scrollbar-width:thin;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{display:flex;flex-direction:column;margin:0 .5rem 0 0;padding:.5rem 0;border-bottom:1px solid #d1d5db}.rating-item__title{margin:0 0 .25rem;font-size:.9rem;font-weight:400;color:#4b5563;text-transform:uppercase;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.rating-item__link:hover{color:#0284c7}.rating-item__stats{width:100%;display:flex;align-items:center;gap:.3rem}.rating-item__extra{margin:0;padding-left:.5rem;font-size:.8rem;font-weight:400;color:#4b5563}.rating-item__extra-indicator{margin:0}.rating-item__main{flex:1;text-align:right;display:flex;flex-direction:column}.rating-item__main-indicator{font-size:1rem;font-weight:600;color:#374151;white-space:nowrap}.rating-item__minor-indicator{font-size:.9rem;font-weight:400;color:#374151;white-space:nowrap}.donut-card{height:100%;padding:1rem}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.landing-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#82b9e1}.landing-logo__icon{width:40px;height:40px;border-radius:12px;background:#82b9e1;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;font-weight:700;font-family:Outfit,sans-serif}.landing-logo__text{font-family:Outfit,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.5px}.landing-logo__text span{color:#82b9e1}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:var(--transition);background:transparent}.navbar--scrolled{background:var(--bg-primary);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:10px 0}.navbar__container{display:flex;align-items:center;justify-content:space-between}.navbar__nav-links{display:flex;align-items:center;gap:32px;list-style:none}.navbar__nav-link{text-decoration:none;color:var(--text-secondary);font-size:15px;font-weight:500;transition:var(--transition);position:relative}.navbar__nav-link:hover{color:#82b9e1}.navbar__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#82b9e1;transition:var(--transition);border-radius:1px}.navbar__nav-link:hover:after{width:100%}.navbar__nav-cta{transition:var(--transition);box-shadow:var(--shadow-glow)}.navbar__nav-cta:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 12px 40px #e8772e4d}.navbar__mobile-toggle{display:none;background:none;border:none;color:var(--text-primary);font-size:24px;cursor:pointer;padding:4px}.navbar.dark .navbar--scrolled{background:rgba(15,15,26,.9)}.hero{position:relative;padding:160px 0;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero__orb{position:absolute;border-radius:50%;filter:blur(80px);animation:float 8s ease-in-out infinite}.hero__orb-1{width:500px;height:500px;background:#f4f5fa;top:-100px;right:-100px}.hero__orb-2{width:400px;height:400px;bottom:-100px;left:-50px}.hero__grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(#e5e7eb 1px,transparent 1px),linear-gradient(90deg,#e5e7eb 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,black 20%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 60% 60% at 50% 40%,black 20%,transparent 80%)}.hero .container{display:flex;align-items:center;gap:60px;position:relative;z-index:1}.hero__content{flex:1;max-width:560px}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#e4f5fd;color:#82b9e1;border:1px solid #82b9e1;border-radius:50px;font-size:13px;font-weight:600;margin-bottom:24px;animation:fadeUp .6s ease both}.hero__title{font-size:clamp(36px,5vw,56px);font-weight:800;letter-spacing:-1.5px;margin-bottom:20px;animation:fadeUp .6s ease .1s both}.hero__title--highlight{background:#84cc16;background-size:200% 200%;animation:gradient-shift 4s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__description{animation:fadeUp .6s ease .2s both}.hero__actions{display:flex;gap:16px;flex-wrap:wrap;animation:fadeUp .6s ease .3s both}.hero__btn-primary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#82b9e1;color:#fff;border:none;border-radius:50px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 40px #e4f5fd;text-decoration:none}.hero__btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 48px #82b9e1}.hero__btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:#ffffff;color:#1f2937;border:1px solid #e5e7eb;border-radius:50px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0003;text-decoration:none}.hero__btn-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000004d;border-color:#82b9e1;color:#82b9e1}.hero__visual{flex:1;max-width:500px;animation:scaleIn .8s ease .3s both}.hero__mockup-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:20px;padding:1rem;box-shadow:0 8px 30px #0000004d;position:relative}.hero__mockup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.hero__mockup-header h4{margin:0;font-size:16px;font-weight:600;color:#1f2937}.hero__mockup-dot-row{display:flex;gap:6px}.hero__mockup-dot{width:10px;height:10px;border-radius:50%}.hero__mockup-dot:nth-child(1){background:#ff605c}.hero__mockup-dot:nth-child(2){background:#ffbd44}.hero__mockup-dot:nth-child(3){background:#00ca4e}.hero__mockup-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:1rem}.hero__mockup-stats .statistics-card{min-height:120px;padding:.25rem}.hero__mockup-stats .statistics-card__currency{margin:0}.hero__mockup-chart{display:flex;align-items:flex-end;gap:8px;padding:0 4px}.hero__mockup-chart .chart-title{line-height:normal;margin:0 auto;text-align:center}.hero__mockup-chart .revenue-chart{height:100%;width:100%;padding:.5rem}.section-header{text-align:center;margin-bottom:56px}.section-header__title{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-1px;margin:0 0 1rem}.section-header__desc{margin:0 auto;font-size:17px;color:var(--text-secondary);max-width:560px;line-height:1.7}.section-header__tag{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:50px;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px;background:#e4f5fd;color:#82b9e1;border:1px solid #82b9e1}.features{padding:80px 0}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.features__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:32px;transition:var(--transition);position:relative;overflow:hidden}.features__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--teal));opacity:0;transition:var(--transition)}.features__card:hover{background:var(--bg-card-hover);transform:translateY(-4px);box-shadow:var(--shadow-md)}.features__card:hover:before{opacity:1}.features__card h3{font-size:18px;font-weight:700;margin-bottom:10px;letter-spacing:-.3px}.features__card p{font-size:14px;color:var(--text-secondary);line-height:1.65}.features__icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px}.features__icon.green{background:#ecfccb;color:#84cc16}.features__icon.teal{background:rgba(42,157,143,.12);color:var(--teal)}.features__icon.navy{background:rgba(26,26,46,.08);color:var(--navy)}.how-it-works{padding:80px 0;background:#f4f5fa;position:relative}.how-it-works__steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;counter-reset:step}.how-it-works__step-card{text-align:center;position:relative;padding:40px 24px}.how-it-works__step-number{width:64px;height:64px;margin:0 auto 24px;border-radius:50%;background:linear-gradient(135deg,#84cc16,#65a30d);color:#fff;font-family:Outfit,sans-serif;font-size:26px;font-weight:800;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 8px 40px #84cc16}.how-it-works__step-number:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px dashed #ecfccb;animation:pulse-ring 2.5s ease-out infinite}.how-it-works__step-card h3{font-size:20px;font-weight:700;margin-bottom:12px;letter-spacing:-.3px}.how-it-works__step-card p{font-size:15px;color:#4b5563;line-height:1.65}.preview{padding:80px 0}.preview__wrapper{position:relative;background:#ffffff;border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000000d;margin-top:20px}.preview__toolbar{display:flex;align-items:center;gap:12px;padding:16px 24px;border-bottom:1px solid #e5e7eb}.preview__toolbar-dots{display:flex;gap:8px}.preview__toolbar-dot{width:12px;height:12px;border-radius:50%}.preview__toolbar-dot:nth-child(1){background:#ff605c}.preview__toolbar-dot:nth-child(2){background:#ffbd44}.preview__toolbar-dot:nth-child(3){background:#00ca4e}.preview__toolbar-title{flex:1;text-align:center;font-size:16px;font-weight:500}.preview__body{display:grid;grid-template-columns:200px 1fr;min-height:360px}.preview__sidebar{padding:20px 16px 20px 0;border-right:1px solid #e5e7eb}.preview__sidebar-item{width:100%;display:flex;align-items:center;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;cursor:pointer}.preview__sidebar-item-icon{min-width:2rem!important}.preview__sidebar-item:hover{background-color:#e5e7eb}.preview__sidebar-item.active{background:#82b9e1;color:#fff;font-weight:600}.preview__sidebar-item.active .preview__sidebar-item-icon{color:#fff}.preview__main{padding:24px;display:flex;flex-direction:column;gap:20px}.preview__add-button{position:absolute!important;bottom:20px;right:30px}.preview-main-header{display:flex;align-items:center;justify-content:space-between}.preview-main-header h4{font-size:18px;font-weight:700}.preview-mini-btn{padding:8px 16px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:default}.preview-table{width:100%;border-collapse:collapse}.preview-table th{text-align:left;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding:10px 12px;border-bottom:1px solid var(--border)}.preview-table td{font-size:13px;padding:12px;border-bottom:1px solid var(--border);color:var(--text-secondary)}.preview-table td:first-child{font-weight:600;color:var(--text-primary)}.td-badge{display:inline-block;padding:3px 10px;border-radius:50px;font-size:11px;font-weight:600}.td-badge.green{background:rgba(0,202,78,.1);color:#00ca4e}.td-badge.orange{background:var(--accent-glow);color:var(--accent)}.td-badge.red{background:rgba(255,96,92,.1);color:#ff605c}.pricing{padding:80px 0;background:#f4f5fa}.pricing__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-items:start}.pricing__card{background:#ffffff;border:1px solid #e5e7eb;border-radius:var(--radius);padding:1.5rem;transition:var(--transition);position:relative}.pricing__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.pricing__card--featured{border-color:#84cc16;box-shadow:0 8px 40px #ecfccb;transform:scale(1.03)}.pricing__card--featured:before{content:"Популярный";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#84cc16,#65a30d);color:#fff;font-size:12px;font-weight:700;padding:4px 18px;border-radius:50px;letter-spacing:.3px}.pricing__card--featured:hover{transform:scale(1.03) translateY(-4px);box-shadow:0 20px 60px #bef264}.pricing__name{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.pricing__price{font-family:Outfit,sans-serif;font-size:40px;font-weight:800;letter-spacing:-2px;margin-bottom:4px}.pricing__price span{font-size:16px;font-weight:500;color:#6b7280;letter-spacing:0}.pricing__desc{font-size:14px;color:#4b5563;margin-bottom:28px;line-height:1.5}.pricing__features{list-style:none;padding:0;margin-bottom:28px}.pricing__features li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;color:#4b5563}.pricing__feature-icon{color:#84cc16}.pricing__btn{display:block;width:100%;padding:14px;text-align:center;border-radius:12px;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition);text-decoration:none}.pricing__btn--outline{background:transparent;border:2px solid #e5e7eb;color:#1f2937}.pricing__btn--outline:hover{border-color:#84cc16;color:#84cc16;background:#ecfccb}.pricing__btn--filled{background:linear-gradient(135deg,#84cc16,#65a30d);border:2px solid transparent;color:#fff;box-shadow:0 8px 40px #ecfccb}.pricing__btn--filled:hover{box-shadow:0 8px 32px #bef264;transform:translateY(-1px)}.testimonials{padding:80px 0}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonials__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:var(--transition)}.testimonials__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.testimonials__stars{color:#ffb800;font-size:14px;margin-bottom:16px;letter-spacing:2px}.testimonials__text{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:20px;font-style:italic}.testimonials__author{display:flex;align-items:center;gap:12px}.testimonials__avatar{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:700;font-size:16px;color:#fff}.testimonials__name{font-size:14px;font-weight:600}.testimonials__role{font-size:12px;color:var(--text-muted)}.cta{padding:80px 0;position:relative;overflow:hidden}.cta__box{background:linear-gradient(135deg,var(--navy) 0%,#2d2d44 50%,var(--navy) 100%);background-size:200% 200%;animation:gradient-shift 8s ease infinite;border-radius:24px;padding:64px 48px;text-align:center;position:relative;overflow:hidden}.cta__box:before{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:rgba(232,119,46,.08);filter:blur(80px);top:-200px;right:-100px}.cta__box:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(42,157,143,.08);filter:blur(60px);bottom:-150px;left:-50px}.cta__box h2{font-size:clamp(28px,3.5vw,40px);font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-1px;position:relative;z-index:1}.cta__box p{font-size:17px;color:#ffffffb3;margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.7;position:relative;z-index:1}.cta__actions{position:relative;z-index:1;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.cta__btn-white{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:white;color:var(--navy);border:none;border-radius:50px;font-family:Outfit,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:var(--transition);text-decoration:none}.cta__btn-white:hover{transform:translateY(-2px);box-shadow:0 16px 48px #fff3}.cta__btn-ghost{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.25);border-radius:50px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:var(--transition);text-decoration:none}.cta__btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.05);transform:translateY(-2px)}.footer{padding:48px 0 32px;border-top:1px solid var(--border)}.footer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:20px}.footer__links{display:flex;gap:28px;flex-wrap:wrap}.footer__links a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:var(--transition)}.footer__links a:hover{color:var(--accent)}.footer__bottom{text-align:center;font-size:13px;color:var(--text-muted);padding-top:24px;border-top:1px solid var(--border)}:root{--bg-primary: #FAFAF7;--bg-secondary: #F0EDE6;--bg-card: #FFFFFF;--bg-card-hover: #FFFEF9;--text-primary: #1A1A2E;--text-secondary: #4A4A5A;--text-muted: #8A8A9A;--accent: #E8772E;--accent-light: #F4A261;--accent-dark: #D35F1A;--accent-glow: rgba(232, 119, 46, .15);--teal: #2A9D8F;--teal-light: #3AB8A8;--navy: #1A1A2E;--navy-light: #2D2D44;--border: rgba(26, 26, 46, .08);--shadow-sm: 0 2px 8px rgba(26, 26, 46, .06);--shadow-md: 0 8px 30px rgba(26, 26, 46, .08);--shadow-lg: 0 20px 60px rgba(26, 26, 46, .1);--shadow-glow: 0 8px 40px rgba(232, 119, 46, .2);--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: rgba(244, 162, 97, .2);--teal: #3AB8A8;--teal-light: #5ECDBF;--navy: #F0EDE6;--navy-light: #D0D0E0;--border: rgba(240, 237, 230, .08);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 8px 30px rgba(0, 0, 0, .3);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .4);--shadow-glow: 0 8px 40px rgba(244, 162, 97, .15)}.landing-page{flex:1;background:var(--bg-primary);color:var(--text-primary);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%{transform:scale(1);opacity:.4}to{transform:scale(1.6);opacity:0}}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@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;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.landing-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.landing-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:36px;max-width:420px;width:90%;text-align:center;box-shadow:var(--shadow-lg);animation:scaleIn .3s ease}.landing-modal__icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-dark));display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:24px;color:#fff}.landing-modal__title{font-family:Outfit,sans-serif;font-size:22px;font-weight:700;margin-bottom:10px}.landing-modal__text{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:28px}.landing-modal__button{padding:12px 32px;background:var(--accent);color:#fff;border:none;border-radius:50px;font-family:Outfit,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition)}.landing-modal__button:hover{background:var(--accent-dark);box-shadow:var(--shadow-glow)}@media (max-width: 1024px){.hero .container{flex-direction:column;text-align:center}.hero-content{max-width:100%}.hero-actions{justify-content:center}.hero-visual{max-width:420px;width:100%}.features-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-4px)}.pricing-card:nth-child(3){grid-column:1/-1;max-width:400px;margin:0 auto;width:100%}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid>:last-child{grid-column:1/-1;max-width:400px;margin:0 auto;width:100%}.preview-body{grid-template-columns:1fr}.preview-sidebar{display:none}}@media (max-width: 768px){.nav-links{display:none}.mobile-toggle{display:block}.nav-links.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:0 0 16px 16px;padding:20px;gap:16px;box-shadow:var(--shadow-lg)}.hero{padding:130px 0 60px}.features-grid,.steps-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.pricing-card.featured:hover{transform:translateY(-4px)}.pricing-card:nth-child(3){max-width:100%}.testimonials-grid>:last-child{max-width:100%}.social-row{gap:24px}.social-divider{display:none}.cta-box{padding:48px 24px}.float-badge{display:none}.mockup-stats{grid-template-columns:1fr 1fr}.footer-top{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@media (max-width: 480px){.hero h1{font-size:32px}.hero-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;justify-content:center}.pricing-price{font-size:36px}.section-title{font-size:26px}}.error-page{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:center}.error-page__wrapper{max-width:500px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.error-page__error-img{object-fit:contain}.error-page__title{margin:0;font-size:1.5rem}.error-page__message{margin:0}.not-found-page{flex:1;flex-direction:column;display:flex;justify-content:center;align-items:center}.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}.banned-page{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.banned-page__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;max-width:600px;padding:1rem;text-align:center}.expired-page{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column}.expired-page__wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem;max-width:600px;padding:1rem;text-align:center}.footer{padding:2rem}.footer__nav{display:block;position:fixed;bottom:0;left:0;right:0;z-index:99}.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{padding:.5rem;display:flex;align-items:center;justify-content:space-between}.account-popover__name{margin:0;font-size:1rem;font-weight:600;line-height:1.5}.account-popover__position{margin:0;font-size:.8rem;font-weight:400;line-height:1.5;color:#9ca3af}.account-popover__email{margin:0;padding:0 .5rem .5rem;font-size:.8rem;font-weight:400;color:#6b7280}.account-popover__nav{padding-top:.5rem}.account-popover__nav-item{padding:.5rem 1rem;display:flex;align-items:center;font-size:1rem;font-weight:400;line-height:1.5;color:#4b5563;cursor:pointer}.account-popover__nav-item:hover{background-color:#f3f4f6}.account-popover__nav-icon{margin-right:.5rem}.header{padding:1rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 50rem){.header{padding:1rem 1rem .5rem;position:sticky;top:0;left:0;right:0;z-index:11;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background-color:transparent}}.header__title{flex:1;margin:.5rem 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.header .menu-button{margin-right:1rem}.header .menu-icon{vertical-align:middle}.logo{margin:0 0 1.5rem;font-size:2.5rem;letter-spacing:5px;text-align:center}.nav-menu-link{width:100%;display:flex;align-items:center;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;cursor:pointer}.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{width:100%;padding:1rem 1rem 1rem 0;text-align:left}.nav-menu__item{width:100%;display:flex;align-items:center;margin-top:.375rem;padding:.5625rem .875rem .5625rem 1.375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;cursor:pointer}.nav-menu__item:hover{background-color:#e5e7eb}.nav-menu__icon{min-width:40px!important}.layout{width:100%;flex:1;display:flex}.layout__simple-header{padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.layout__content{margin:0 auto;max-width:1400px;width:calc(100% - 16rem);flex-grow:1;display:flex;flex-direction:column}@media (max-width: 50rem){.layout__content{max-width:100vw}}.layout__outlet{padding:1rem;flex-grow:1}@media (max-width: 50rem){.layout__outlet{padding:.5rem}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[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{display:none}[hidden]{display:none}html{scroll-behavior:smooth;font-size:16px}html,body{height:100%;margin:0;padding:0;box-sizing:border-box}*{box-sizing:inherit}body{background-color:#f4f5fa;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}#root{min-height:100vh;margin:0 auto;display:flex;color:#1f2937}a{color:inherit;text-decoration:inherit}
