body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}: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:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform: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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform: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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.CadastrarLoja{word-wrap:break-word;color:#028133;font-family:AmpleSoft-Bold;font-size:24px;font-weight:400}@media (max-width:768px){.CadastrarLoja{font-size:24px}}@media (max-width:480px){.CadastrarLoja{font-size:20px}}.OpcoesLoja{word-wrap:break-word;color:#555;font-family:AmpleSoft-Bold;font-size:18px;font-weight:400}@media (max-width:768px){.OpcoesLoja{font-size:18px}}@media (max-width:480px){.OpcoesLoja{font-size:20px}}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 15px #0003;left:50%;max-height:90vh;max-width:90vw;overflow-y:auto;padding:20px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%);width:320px}.modal-content h2{color:#333;font-size:1.5em;margin-bottom:20px}.modal-content label{color:#555;display:block;font-weight:700;margin:15px 0 10px}.modal-content input{border:1px solid #ddd;border-radius:4px;box-sizing:border-box;font-size:1em;margin-top:5px;padding:10px;width:100%}.modal-actions{display:flex;justify-content:space-between;margin-top:20px}.modal-actions button{border:none;border-radius:4px;cursor:pointer;font-size:1em;padding:10px 20px}.modal-actions button:hover{background-color:#ddd}.modal-actions .cancel-button{background-color:#f5f5f5;color:#333}.modal-actions .submit-button{background-color:#4caf50;color:#fff}.modal-actions .submit-button:disabled{background-color:#a5d6a7;cursor:not-allowed}.error-message{color:red;font-size:.9em;margin-top:10px}.CadastrarProduto{word-wrap:break-word;color:#028133;font-family:AmpleSoft-Bold;font-size:24px;font-weight:400}@media (max-width:768px){.CadastrarProduto{font-size:24px}}@media (max-width:480px){.CadastrarProduto{font-size:20px}}.OpcoesProduto{word-wrap:break-word;color:#555;font-family:AmpleSoft-Bold;font-size:18px;font-weight:400}@media (max-width:768px){.OpcoesProduto{font-size:18px}}@media (max-width:480px){.OpcoesProduto{font-size:20px}}.store-selection{display:flex;gap:20px;justify-content:space-between}.available-stores,.selected-stores{width:45%}.OpcoesProduto-div{align-items:center;display:flex;font-size:16px;gap:10px;justify-content:space-between;margin-bottom:10px;overflow:hidden;width:100%}.div-report{max-width:200px;overflow:hidden;text-overflow:ellipsis}.select-report{word-wrap:break-word;border:initial;color:#555;font-family:AmpleSoft-Bold;font-size:16px;margin-bottom:40px}.select-report:focus-visible{outline:medium none invert;outline:initial}.option-report{margin-right:10px}@font-face{font-family:AmpleSoft-Bold;font-style:normal;font-weight:400;src:url(/static/media/AmpleSoft-Bold.77573806ecd168cd5a9c.otf) format("woff2"),url(/static/media/AmpleSoft-Bold.77573806ecd168cd5a9c.otf) format("woff")}@font-face{font-family:AmpleSoft-Regular;font-style:normal;font-weight:400;src:url(/static/media/AmpleSoft-Regular.b1466989f69b4ae43e41.otf) format("woff2"),url(/static/media/AmpleSoft-Regular.b1466989f69b4ae43e41.otf) format("woff")}.amplesoft-regular{font-family:AmpleSoft-Regular}.amplesoft-bold{font-family:AmpleSoft-Bold}.Lightbox{align-items:center;gap:60px}.Lightbox,.LightboxLogin{flex-direction:column;justify-content:flex-start}.LightboxLogin{align-items:flex-start;align-self:stretch;background:#fff;border-radius:16px;display:flex;gap:10px;height:731px;padding:50px 60px}.SistemaDeControleDeFEFO{font-size:36px}.SistemaDeControleDeFEFO,.TituloRelatorios{word-wrap:break-word;color:#028133;font-family:AmpleSoft-Bold;font-weight:400}.TituloRelatorios{font-size:26px;margin-top:40px}.Frame1000004010{gap:16px}.Frame1000004010,.Senha{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start}.Senha{gap:10px;height:148px}.Imagens{word-wrap:break-word;color:#000;font-family:Roboto;font-size:15px;font-weight:600}.Input{align-items:center;align-self:stretch;background:#f2f2f2;border-radius:8px;display:inline-flex;height:120px;justify-content:space-between;padding:10px 20px}.Frame1000004002{align-items:center;display:flex;gap:15px;justify-content:flex-start}.VuesaxLinearGalleryAdd{align-items:center;display:flex;height:48px;justify-content:center;width:48px}.GalleryAdd{height:48px;position:relative;width:48px}.Vector{border:3px solid #1a1c1b;position:absolute}.Vector1{height:8px;left:14px;top:12px;width:8px}.Vector2{height:40px;left:4px;top:4px;width:40px}.Vector3{height:0;left:31.5px;top:10px;width:11px}.Vector4{height:11px;left:37px;top:4.5px;width:0}.Vector5{height:13.91px;left:5.34px;top:24px;width:38.66px}.Vector6{height:48px;left:0;opacity:0;top:0;width:48px}.ArrasteESolteOArquivoAqui{word-wrap:break-word;color:#1a1c1b;font-family:Roboto;font-family:AmpleSoft-Bold;font-size:14px;font-weight:400;line-height:22px}.CtaSmall{align-items:center;border:1px solid #1a1c1b;border-radius:8px;cursor:pointer;display:flex;gap:10px;justify-content:center;padding:10px 30px;transition:transform .2s ease,background-color .2s ease}.CtaSmall:hover{background-color:#f4f4f4;transform:scale(1.05)}.CtaSmall:active{background-color:#eaeaea;transform:scale(.95)}.ComponentName{color:#1a1c1b}.ButtonText,.ComponentName{word-wrap:break-word;cursor:pointer;font-family:AmpleSoft-Bold;font-size:14px;font-weight:400;text-align:center}.ButtonText.disabled{color:#4a4a4a;pointer-events:none}.Frame1000003998{align-items:flex-start;display:inline-flex;gap:22px;justify-content:flex-start}.CtaBig{align-items:center;border-radius:8px;display:flex;gap:10px;justify-content:center;padding:14px 40px}.CtaBig.Cancel{background:none;border:1px solid #028133;color:#028133;cursor:pointer;font-size:18px;padding:10px 20px;transition:transform .2s ease,background-color .2s ease}.CtaBig.Cancel:hover{background:#fbe7d8}.CtaBig.Cancel:active{background:#f9a76e;color:#fff;transform:scale(.95)}.CtaBig.Cadastro{background:#028133;border:none;color:#fff;cursor:pointer;font-size:18px;padding:10px 20px;transition:transform .2s ease,background-color .2s ease}.CtaBig.Cadastro:hover{background:#d9540d}.CtaBig.Cadastro:active{background:#c14a0c;transform:scale(.95)}.CtaBig.Cadastro.disabled{background-color:#f0f0f0;color:#4a4a4a;cursor:not-allowed;transform:none}.Union{height:16px;width:16px}.ButtonContainer{display:flex;gap:10px}@media (max-width:768px){.Lightbox{gap:40px;height:auto;width:100%}.LightboxLogin{gap:16px;padding:30px 20px}.SistemaDeControleDeFEFO{font-size:24px}.Frame1000004010{gap:12px;height:auto}.Senha{gap:8px;height:auto}.Imagens{font-size:14px}.Input{height:auto;padding:8px 16px}.Frame1000004002{gap:10px}.VuesaxLinearGalleryAdd{height:36px;width:36px}.ArrasteESolteOArquivoAqui{font-size:12px}.CtaSmall{padding:8px 20px}.ComponentName{font-size:12px}.Frame1000003998{gap:16px}.CtaBig{font-size:16px;padding:10px 30px}}@media (max-width:480px){.LightboxLogin{gap:12px;padding:20px 10px}.SistemaDeControleDeFEFO{font-size:20px}.CtaSmall,.Input{padding:8px 12px}.ArrasteESolteOArquivoAqui,.ComponentName{font-size:10px}.CtaBig{font-size:14px;padding:8px 20px}}.LoginPage{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;align-items:center;background:#028133;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Arial,sans-serif;gap:18px;justify-content:flex-start;min-height:100vh;min-height:100svh;padding:calc(80px + env(safe-area-inset-top)) calc(24px + env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) calc(24px + env(safe-area-inset-left));position:relative}.LoginContainer,.LoginPage{box-sizing:border-box;display:flex;flex-direction:column}.LoginContainer{background:#fff;border-radius:16px;box-shadow:0 12px 30px #0000002e;gap:14px;padding:28px;width:min(420px,92vw)}.LoginLogo{filter:drop-shadow(0 10px 22px rgba(0,0,0,.22));object-fit:contain;width:min(320px,80%)}.LoginTitle{color:#028133;font-size:28px;font-weight:800}.LoginSubtitle,.LoginTitle{font-family:amplesoft-bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Arial,sans-serif;margin:0;text-align:center}.LoginSubtitle{color:#6b7280;font-size:14px}.LoginButton{background:#028133;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:amplesoft-bold,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Arial,sans-serif;font-size:15px;font-weight:800;height:44px;transition:transform 80ms ease,opacity .12s ease,box-shadow .12s ease;width:100%}.LoginButton:hover{box-shadow:0 6px 18px #f26a1b47;opacity:.96}.LoginButton:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.LoginButton:not(:disabled):active{transform:scale(.98)}.LoginContainer .LoginButton+.LoginButton{background:#ffffff1f;border:1px solid #028133;box-shadow:none;color:#028133}.LoginContainer .LoginButton+.LoginButton:hover{background:#ffffff38;border-color:#028133;box-shadow:0 6px 18px #0000001f}@media (max-width:520px){.LoginPage{justify-content:center;padding:calc(24px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(100px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left))}.LoginLogo{width:min(300px,82%)}}.login-form{gap:14px;margin-top:22px}.login-form,.login-label{display:flex;flex-direction:column}.login-label{color:#111827;font-size:12px;font-weight:700;gap:6px}.login-input,.login-label{font-family:amplesoft-bold}.login-input{background:#0000000f;border:1px solid #e5e7eb;border-radius:10px;box-sizing:border-box;font-size:14px;height:46px;outline:none;padding:0 12px;transition:border-color .12s ease,background .12s ease;width:100%}.login-input:focus{background:#fff;border-color:#028133}.login-password{position:relative;width:100%}.login-password .login-input{padding-right:48px}.login-password__toggle{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;font-family:amplesoft-bold;height:32px;justify-content:center;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px}.login-password__toggle:hover{background:#0000000f}.login-eye{display:block;height:18px;width:18px}.login-error{background:#dc26261a;border:1px solid #dc262640;border-radius:10px;color:#b91c1c;font-size:13px;padding:10px 12px}.login-helper{color:#6b7280;font-family:amplesoft-bold;font-size:14px;text-align:center}.login-link{text-decoration:underline}.login-link:hover{cursor:pointer}.sidebarShell{--sidebar-collapsed:72px;--sidebar-expanded:clamp(240px,28vw,320px);flex:0 0 var(--sidebar-expanded);position:relative;transition:width .32s cubic-bezier(.22,1,.36,1),flex-basis .32s cubic-bezier(.22,1,.36,1);width:var(--sidebar-expanded);will-change:width,flex-basis}.sidebarShell--closed{flex-basis:var(--sidebar-collapsed);width:var(--sidebar-collapsed)}.sidebar{background:#126324;color:#fff;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100vh;overflow:hidden;position:sticky;top:0;transition:width .32s cubic-bezier(.22,1,.36,1);width:100%;will-change:width}.sidebar__logoBtn{align-items:center;background:#0000;border:0;cursor:pointer;display:flex;justify-content:flex-start;padding:clamp(16px,2.5vw,24px) clamp(12px,2vw,20px) clamp(12px,2vw,20px);width:100%}.sidebar__logo{height:auto;max-height:56px;max-width:100%;object-fit:contain;transition:width .32s cubic-bezier(.22,1,.36,1),height .32s cubic-bezier(.22,1,.36,1),max-height .32s cubic-bezier(.22,1,.36,1)}.sidebarShell--closed .sidebar__logoBtn{justify-content:center}.sidebarShell--closed .sidebar__logo{height:44px;max-height:44px;width:44px}.sidebar__nav{display:flex;flex:1 1;flex-direction:column;overflow-y:auto;padding:8px 0}.sidebar__item{align-items:center;background:#0000;border:0;color:#fff;cursor:pointer;display:flex;font-family:amplesoft-bold;font-size:clamp(14px,1.6vw,18px);font-weight:500;gap:12px;line-height:1.2;padding:12px 16px;position:relative;text-align:left;transition:background .18s ease;width:100%}.sidebar__item:hover{background:#ffffff14}.sidebar__itemIcon{flex:0 0 24px;height:24px;width:24px}.sidebar__item.is-active{background:#0e4e1c}.sidebar__item.is-active:before{background:#fffffff2;border-radius:0 4px 4px 0;bottom:8px;content:"";left:0;position:absolute;top:8px;width:4px}.sidebarShell--closed .sidebar__item{justify-content:center}.sidebarShell--closed .sidebar__itemLabel{display:none}.sidebar__bottom{padding:12px 0 14px}.sidebar__divider{background:#ffffffe6;height:1px;margin:0 16px 12px}.sidebar__backdrop{background:#0000;border:0;display:none}@media (min-width:721px){.sidebarShell{contain:layout paint}.sidebar{contain:paint}}@media (max-width:720px){.sidebar,.sidebarShell{contain:none}.sidebar{box-shadow:8px 0 18px #00000038;height:100vh;left:0;position:fixed;top:0;width:var(--sidebar-collapsed);z-index:50}.sidebarShell,.sidebarShell--open{flex-basis:var(--sidebar-collapsed);width:var(--sidebar-collapsed)}.sidebarShell--open .sidebar{width:var(--sidebar-expanded)}.sidebarShell--open .sidebar__backdrop{animation:sidebarBackdropFade .2s ease;background:#00000059;cursor:pointer;display:block;inset:0;position:fixed;z-index:40}@keyframes sidebarBackdropFade{0%{opacity:0}to{opacity:1}}}@media (prefers-reduced-motion:reduce){.sidebar,.sidebarShell,.sidebar__logo{transition:none!important}}.EvalSteps{display:flex;gap:8px;margin:10px 0}.EvalStepPill{border:1px solid #0000001f;border-radius:999px;font-size:12px;opacity:.6;padding:6px 10px}.EvalStepPill.active{font-weight:600;opacity:1}.EvalSubtitle{font-size:12px;opacity:.75}.EvalCardTight,.EvalSubtitle{margin-bottom:12px}.EvalDayPillDisabled{opacity:.45}.EvalPickRow{justify-content:space-between;text-align:left}.EvalChevron{font-size:18px;line-height:1;margin-left:10px;opacity:.6}.EvalSelectedBox{border:1px solid #00000014;border-radius:10px;margin-top:10px;padding:10px 12px}.EvalSelectedLine{display:flex;gap:12px;justify-content:space-between;margin:4px 0}.EvalSelectedLabel{font-size:12px;opacity:.7}.EvalSelectedValue{font-size:12px;font-weight:600}.homeLayout{display:flex;min-height:100vh}.homeMain{flex:1 1;min-width:0}.ecosystem{color:#000;font-family:Inter,sans-serif;min-height:100vh;overflow:hidden;padding:clamp(16px,3vw,40px);position:relative}.ecosystem__bg-img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.ecosystem__content-bg{background:radial-gradient(ellipse 141.42% 148.37% at 0 0,#fff 13%,#73737300 100%);inset:0;position:absolute}.ecosystem__content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.ecosystem__header{grid-gap:12px;align-items:start;display:grid;gap:12px}.ecosystem__title{word-wrap:break-word;font-size:clamp(28px,4.2vw,52px);line-height:1.1;margin:0}.ecosystem__title-strong{font-family:amplesoft-regular;font-weight:500}.ecosystem__title-light{font-family:amplesoft-bold;font-weight:400}.ecosystem__subtitle{font-family:amplesoft-regular;font-size:clamp(16px,2.2vw,30px);font-weight:400;margin:0;opacity:.95}.ecosystem__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.ecosystem__actionBtn{background:#126324;border:0;border-radius:10px;color:#fff;cursor:pointer;font-family:AmpleSoft-Bold;font-size:16px;font-weight:600;height:44px;padding:0 16px}.ecosystem__actionBtn:active{transform:translateY(1px)}.ecosystem__cards{grid-gap:clamp(12px,2.5vw,24px);display:grid;gap:clamp(12px,2.5vw,24px);grid-template-columns:1fr;margin-top:clamp(18px,3.5vw,32px)}@media (min-width:720px){.ecosystem__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.ecosystem__card{background:#fff;border-radius:20px;box-shadow:4px 4px 4px #00000040;display:flex;flex-direction:column;gap:16px;min-height:200px;padding:clamp(16px,2.2vw,22px)}.ecosystem__cardTop{grid-gap:14px;align-items:start;display:grid;gap:14px;grid-template-columns:64px 1fr}.ecosystem__cardIcon{border-radius:14px;height:64px;object-fit:cover;width:64px}.ecosystem__cardIconPlaceholder{background:#1263241f;border-radius:14px;height:64px;width:64px}.ecosystem__cardText{min-width:0}.ecosystem__cardTitle{font-family:amplesoft-bold;font-size:clamp(20px,2.6vw,30px);font-weight:500;line-height:1.15;margin:0}.ecosystem__cardDesc{font-family:amplesoft-regular;font-size:clamp(14px,2vw,20px);font-weight:300;line-height:1.3;margin:8px 0 0;opacity:.95}.ecosystem__cardBtn{align-self:flex-start;background:#126324;border:0;border-radius:10px;color:#fff;cursor:pointer;font-family:amplesoft-bold;font-size:16px;font-weight:600;height:45px;margin-top:auto;padding:0 18px}.ecosystem__cardBtn:active{transform:translateY(1px)}@media (max-width:720px){.ecosystem{padding:16px}}@media (max-width:380px){.ecosystem__cardTop{grid-template-columns:52px 1fr}.ecosystem__cardIcon,.ecosystem__cardIconPlaceholder{border-radius:12px;height:52px;width:52px}}.ListSlotsTopRow{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:2px 0 10px}.ListSlotsMeta{color:#000000b8;font-family:amplesoft-bold;font-size:13px}.DayPillCount{font-family:amplesoft-bold;font-size:11px;margin-top:4px;opacity:.75}.SlotBadges{align-items:center;display:flex;flex-shrink:0;gap:8px}.SlotBadge{background:#00000014;border-radius:999px;color:#000000b8;font-family:amplesoft-bold;font-size:11px;font-weight:900;padding:6px 8px}.SlotBadgeAccent{background:#ea5d0e24;box-shadow:inset 0 0 0 1px #ea5d0e59;color:#000000c7}.SlotBadgeAccent,.SlotCanceled{font-family:amplesoft-bold}.ml-10{margin-left:10px}.ReportFilters{display:flex;flex-direction:column;gap:12px}.ReportSectionTitle{font-family:AmpleSoft-Bold;font-size:14px;font-weight:700;margin-top:4px}.ReportRadios{flex-wrap:wrap;gap:12px}.ReportRadio,.ReportRadios{align-items:center;display:flex}.ReportRadio{font-family:AmpleSoft-Bold;font-size:14px;gap:8px}.ReportRow{align-items:flex-end;display:flex;gap:12px}.ReportRowTwoCols{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.ReportField{display:flex;flex:1 1;flex-direction:column;gap:6px}.ReportLabel{font-family:AmpleSoft-Bold;font-size:12px;opacity:.85}.ReportInput,.ReportSelect{background:#fff;border:1px solid #0000001f;border-radius:10px;font-family:AmpleSoft-Bold;font-size:14px;outline:none;padding:10px 12px}.ReportInput:focus,.ReportSelect:focus{border-color:#00000040}.ReportHint{font-family:AmpleSoft-Bold;font-size:12px;opacity:.75}.ReportHintWide{grid-column:1/-1}.ReportDivider{background:#00000014;height:1px;margin:6px 0}.ReportPrimaryButton{border:none;border-radius:10px;cursor:pointer;font-family:AmpleSoft-Bold;font-size:14px;font-weight:700;padding:10px 14px}.ReportPrimaryButton:disabled{cursor:not-allowed;opacity:.6}.ReportAllStoresItem{border:1px dashed #00000040}.ModalTitle{margin:6px 0 18px}.ModalLabel{font-family:amplesoft-bold}.ModalActions{margin-top:10px}.StoreListBox{background:#0000000f;border-radius:14px;max-height:320px;overflow:auto;padding:10px}.StoreList{display:flex;flex-direction:column;gap:10px}.StoreListItem{background:#fff;border:none;border-radius:12px;box-shadow:0 6px 14px #0000000f;cursor:pointer;padding:12px;text-align:left;width:100%}.StoreListItem:hover{filter:brightness(.98)}.StoreListItemTitle{color:#111;font-size:14px;font-weight:900;margin-bottom:4px}.StoreListItemSub{color:#666;font-size:12px}.StoreListEmpty{color:#666;font-weight:700;padding:18px 10px;text-align:center}.StorePager{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:110px 1fr 110px;margin-top:6px}.PagerButtonLight{background:#f3a071}.SelectedInfoBox{background:#0000000f}.SelectedInfoRow{grid-template-columns:120px 1fr}.ChangeStoreLink{background:#0000;border:none;color:#028133;cursor:pointer;font-weight:900;margin-top:8px;padding:6px 0;text-align:right;width:100%}.ModalShell{max-height:calc(100vh - 96px);min-height:calc(100vh - 96px);padding:26px 28px 24px;width:min(820px,100%)}.ModalActions{margin-top:8px}.ModalActions.Single{grid-template-columns:1fr}.ModalButton{background:#028133;border:none;border-radius:12px;color:#fff;cursor:pointer;font-family:amplesoft-bold;font-size:14px;font-weight:900;padding:12px 14px}.ModalButton.ModalButtonConfirm:hover:not(:disabled){filter:brightness(.96)}.ModalButton.ModalButtonConfirm:disabled{color:#fff;cursor:not-allowed;opacity:.75}.Box{display:flex;flex-direction:column}.Box .List{max-height:360px;min-height:100px;overflow:auto}.Box .BoxEmpty{align-items:center;display:flex;justify-content:center}.Box .BoxEmpty,.BoxTitle{font-family:amplesoft-bold}.BoxTitle{color:#111;font-size:20px;font-weight:900;margin-bottom:20px}.BoxEmpty{color:#666;font-weight:700;padding:18px 10px;text-align:center}.List{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow:auto;padding-right:4px}.ListItem{background:#fff;border:none;border-radius:12px;box-shadow:0 6px 14px #0000000f;cursor:pointer;padding:12px;text-align:left;width:100%}.ListItem:hover{filter:brightness(.98)}.ListItem:disabled{cursor:not-allowed;opacity:.65}.ListItemTitle{color:#111;font-family:amplesoft-bold;font-size:14px;font-weight:900;margin-bottom:4px}.ListItemSub{color:#666;font-family:amplesoft-bold;font-size:12px}.CheckItem{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:34px 1fr}.CheckLeft{align-items:center;display:flex;justify-content:center}.CheckRight{display:flex;flex-direction:column}.Checkbox{accent-color:#028133;height:18px;width:18px}.CheckItem.checked{outline:2px solid #e85b0c40}.Pager{grid-gap:14px;display:grid;gap:14px;grid-template-columns:110px 1fr 110px}.PagerButton{border:none;font-weight:900;padding:10px 12px}.PagerButton,.PagerButton:disabled,.PagerButtonLight,.PagerInfo{font-family:amplesoft-bold}.PagerInfo{color:#333;font-weight:900;text-align:center}.SelectedInfoBox{background:#f7f7f7;border-radius:14px;padding:14px}.SelectedInfoRow{grid-gap:10px;display:grid;gap:10px;grid-template-columns:110px 1fr;padding:6px 0}.SelectedInfoLabel{color:#111;font-weight:900}.SelectedInfoLabel,.SelectedInfoValue{font-family:amplesoft-bold;font-size:13px}.SelectedInfoValue{color:#444;word-break:break-word}.ChangeLink{background:#0000;border:none;color:#028133;cursor:pointer;font-weight:900;margin-top:8px;padding:6px 0;text-align:right;width:100%}.ChangeLink,.WarningBox{font-family:amplesoft-bold}.WarningBox{background:#e85b0c1f;border-radius:14px;color:#7a2f00;font-weight:700;padding:12px 14px}.StoreMenuPage{background:#028133;min-height:100vh}.StoreMenuTopbar{display:flex;justify-content:flex-end;padding:16px 24px}.StoreMenuLogout{background:#ffffff2e;border:1px solid #ffffff59;border-radius:10px;color:#fff;cursor:pointer;font-family:amplesoft-bold;font-weight:600;padding:10px 14px}.StoreMenuLogout:hover{background:#ffffff3d}.StoreMenuContainer{margin:0 auto;max-width:980px;padding:0 24px 44px}.StoreMenuTitle{color:#fff;font-size:44px;font-weight:800;margin:50px 0 6px}.StoreMenuSubtitle,.StoreMenuTitle{font-family:amplesoft-bold;text-align:center}.StoreMenuSubtitle{color:#ffffffeb;font-weight:600;margin:0 0 26px}.StoreMenuGrid{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,minmax(260px,1fr))}.StoreMenuCard{align-items:center;background:#fff;border-radius:18px;box-shadow:0 14px 30px #00000024;display:flex;flex-direction:column;min-height:240px;padding:28px 22px;text-align:center}.StoreMenuIcon{height:56px;margin-bottom:14px;object-fit:contain;width:56px}.StoreMenuCardTitle{color:#111;font-family:amplesoft-bold;font-size:22px;font-weight:800;margin:6px 0 10px}.StoreMenuCardDescription{color:#555;font-family:amplesoft-bold;font-size:14px;line-height:1.35;margin:0 0 18px;max-width:320px}.StoreMenuButton{background:#028133;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:amplesoft-bold;font-weight:800;margin-top:auto;padding:10px 18px}.StoreMenuButton:hover{filter:brightness(.95)}.StoreMenuFooter{gap:12px;justify-content:flex-end;margin-top:20px}.StoreMenuSecondaryButton{background:#fff;border:1px solid #ddd;border-radius:10px;cursor:pointer;padding:10px 14px}.StoreMenuFooter{align-items:center;display:flex;gap:14px;justify-content:center;margin-top:22px}.StoreMenuFooter .StoreMenuLogout,.StoreMenuSecondaryButton{border:1px solid #0000;border-radius:14px;box-shadow:0 6px 16px #00000029;cursor:pointer;font-size:15px;font-weight:700;height:44px;min-width:120px;outline:none;padding:0 18px;transition:box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease}.StoreMenuSecondaryButton{background:#f3f4f6;border-color:#e5e7eb;color:#111827;font-family:amplesoft-bold}.StoreMenuSecondaryButton:hover{background:#e5e7eb;box-shadow:0 8px 18px #0000002e}.StoreMenuSecondaryButton:active{background:#d1d5db;box-shadow:0 4px 12px #00000024}.StoreMenuFooter .StoreMenuLogout{background:#e11d48;border-color:#e11d48;color:#fff}.StoreMenuFooter .StoreMenuLogout:hover{background:#be123c;border-color:#be123c;box-shadow:0 8px 18px #0000002e}.StoreMenuFooter .StoreMenuLogout:active{background:#9f1239;border-color:#9f1239;box-shadow:0 4px 12px #00000024}.StoreMenuFooter .StoreMenuLogout:focus-visible,.StoreMenuSecondaryButton:focus-visible{box-shadow:0 0 0 3px #3b82f673,0 6px 16px #00000029}@media (max-width:980px){.StoreMenuGrid{grid-template-columns:repeat(2,minmax(240px,1fr))}}@media (max-width:640px){.StoreMenuGrid{grid-template-columns:1fr}}body,html{background:#028133;margin:0;padding:0}#root,.StoreMenuPage{background:#028133;min-height:100vh}.freelancer-page{align-items:flex-start;background:#f6f7f9;display:flex;justify-content:center;min-height:100vh;padding:32px 16px}.freelancer-card{border:1px solid #e6e8ee;border-radius:12px;box-shadow:0 8px 20px #0000000f}.freelancer-title{font-size:22px;margin:0 0 8px}.freelancer-subtitle{color:#60646c;font-family:amplesoft-bold;margin:0 0 20px}.freelancer-form{display:flex;flex-direction:column;gap:18px}.freelancer-section{border-top:1px solid #eef0f4;padding-top:16px}.freelancer-section__title{font-family:amplesoft-bold;font-size:20px;margin:0 0 12px}.freelancer-label{display:flex;flex-direction:column;font-family:amplesoft-bold;font-size:14px;gap:6px;margin-bottom:12px}.freelancer-input,.freelancer-textarea{border:1px solid #d7dbe3;border-radius:8px;font-family:amplesoft-bold;font-size:14px;outline:none;padding:10px 12px}.freelancer-input:focus,.freelancer-textarea:focus{border-color:#9aa4b2}.freelancer-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}@media (max-width:640px){.freelancer-grid{grid-template-columns:1fr}}.freelancer-hint{color:#70757f;font-size:12px}.freelancer-error{background:#fff1f1;border:1px solid #ffd0d0;border-radius:8px;color:#a40000;font-size:14px;padding:10px 12px}.freelancer-submit{background:#028133;border:0;border-radius:10px;color:#fff;cursor:pointer;font-family:amplesoft-bold;font-size:15px;font-weight:600;padding:12px 14px;width:100%}.freelancer-submit:disabled{cursor:not-allowed;opacity:.6}.freelancer-page--orange{background:#028133;display:block;min-height:100vh;padding:0 24px 44px}.freelancer-container{margin:0 auto;padding:0 24px}.freelancer-pageTitle{color:#fff;font-family:amplesoft-bold;font-size:44px;font-weight:800;margin:6px 0;text-align:center}.freelancer-pageSubtitle{color:#ffffffeb;font-family:amplesoft-bold;font-weight:600;margin:0 0 20px;text-align:center}.freelancer-card{background:#fff;border:0;border-radius:18px;box-shadow:0 14px 30px #00000024;margin:0 auto;max-width:720px;padding:24px}.freelancer-labelTitle{align-items:baseline;display:inline-flex;gap:4px}.freelancer-required{color:#d10000;font-weight:800}.freelancer-check{align-items:flex-start;color:#111827;display:flex;font-size:15px;gap:10px;margin-top:6px;-webkit-user-select:none;user-select:none}.freelancer-check input{margin:2px}.LoginLogoWrap{display:flex;justify-content:center;margin-bottom:10px;padding-top:24px}.LoginLogo{display:block;height:auto;max-width:82vw;width:280px}.freelancer-page--orange .StoreMenuTitle{margin:0 0 6px}@media (max-width:640px){.freelancer-page--orange{padding:0 16px 32px}.LoginLogoWrap{margin-bottom:6px;padding-top:18px}.LoginLogo{width:220px}.freelancer-page--orange .StoreMenuTitle{font-size:32px;margin:0 0 4px}.freelancer-pageSubtitle{font-size:14px;margin:0 0 16px}.freelancer-card{border-radius:14px;padding:18px}.freelancer-container{padding:0 16px}}@media (max-width:380px){.freelancer-page--orange .StoreMenuTitle{font-size:28px}}.StoreMenuTitle2{color:#fff;font-family:amplesoft-bold;font-size:44px;font-weight:800;margin:6px 0;text-align:center}.FreelancerStoresPage{background:#028133;min-height:100vh}.FreelancerStoresContainer{margin:0 auto;max-width:980px;padding:22px 24px 44px}.FreelancerStoresTitle{color:#fff;font-size:44px;font-weight:800;margin:6px 0;text-align:center}.FreelancerStoresSubtitle{color:#ffffffeb;font-weight:600;margin:0 0 20px;text-align:center}.FreelancerStoresCard{background:#fff;border-radius:18px;box-shadow:0 14px 30px #00000024;padding:18px}.FreelancerStoresCardTitle{color:#111;font-size:14px;font-weight:900;margin-bottom:10px}.FreelancerStoresEmpty{color:#0000008c;font-family:amplesoft-bold;font-size:13px;padding:10px 2px}.FreelancerStoresList{display:flex;flex-direction:column;gap:10px}.FreelancerStoresItem{background:#fff;border:1px solid #00000014;border-radius:12px;cursor:pointer;padding:12px;text-align:left;transition:transform .06s ease,box-shadow .12s ease,border-color .12s ease}.FreelancerStoresItem:hover{border-color:#00000024;box-shadow:0 10px 18px #00000014}.FreelancerStoresItem:active{transform:scale(.995)}.FreelancerStoresItemTitle{color:#111;font-family:amplesoft-bold;font-size:14px;font-weight:900}.FreelancerStoresItemSub{color:#0009;font-family:amplesoft-bold;font-size:12px;margin-top:4px}.FreelancerStoresFooter{display:flex;justify-content:flex-end;margin-top:12px}.FreelancerStoresRefresh{background:#00000014;border:none;border-radius:10px;cursor:pointer;font-family:amplesoft-bold;font-weight:800;padding:10px 14px}.FreelancerStoresRefresh:hover{background:#0000001a}.FreelancerStoresRefresh:disabled{cursor:not-allowed;opacity:.6}@media (max-width:640px){.FreelancerStoresContainer{padding:18px 16px 34px}.FreelancerStoresTitle{font-size:34px}}.FreelancerSlotsPage{background:#ea5d0e;min-height:100vh}.FreelancerSlotsTopbar{display:flex;justify-content:flex-start;padding:16px 24px}.FreelancerSlotsBack{background:#ffffff2e;border:1px solid #ffffff59;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:10px 14px}.FreelancerSlotsBack:hover{background:#ffffff3d}.FreelancerSlotsContainer{margin:0 auto;max-width:980px;padding:6px 24px 44px}.FreelancerSlotsTitle{color:#fff;font-family:amplesoft-bold;font-size:40px;font-weight:800;line-height:1.05;margin:6px 0 18px;text-align:center}.FreelancerSlotsCard{background:#fff;border-radius:18px;box-shadow:0 14px 30px #00000024;margin-bottom:18px;padding:18px}.FreelancerSlotsStoreCard{margin-bottom:14px}.FreelancerSlotsEmpty{color:#0000008c;font-family:amplesoft-bold;font-size:13px;padding:10px 2px}.FreelancerRegisterButton{background:#028133;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:amplesoft-bold;font-weight:900;height:38px;max-width:100%;padding:0 14px}.FreelancerRegisterButton:hover{filter:brightness(.96)}.FreelancerRegisterButton:disabled{cursor:not-allowed;font-family:amplesoft-bold;opacity:.6}.FreelancerRegisterButtonDone{background:#00000014;color:#111}.DayPill.DayPillGreen{background:#16a34a;border-color:#16a34a;color:#fff}.DayPill.DayPillGray{background:#d8d8d8;border-color:#d1d5db;color:#00000087}.DayPill.DayPillRed{background:#f70036;border-color:#f70036;color:#fff}.DayPill.DayPillOrange{background:#f97316;border-color:#f97316;color:#fff}.DayPillActive{box-shadow:inset 0 0 0 2px #0000001f}@media (max-width:1024px){.FreelancerSlotsContainer{padding:6px 20px 40px}.FreelancerSlotsTitle{font-size:36px;margin:6px 0 16px}.FreelancerSlotsCard{border-radius:16px;margin-bottom:16px;padding:16px}.FreelancerSlotsTopbar{padding:14px 20px}}@media (max-width:768px){.FreelancerSlotsContainer{padding:6px 16px 34px}.FreelancerSlotsTopbar{padding:12px 16px}.FreelancerSlotsTitle{font-size:32px;margin:4px 0 14px}.FreelancerSlotsBack{border-radius:10px;padding:9px 12px}.FreelancerSlotsCard{border-radius:14px;box-shadow:0 10px 24px #0000001f;padding:14px}}@media (max-width:480px){.FreelancerSlotsContainer{padding:6px 14px 28px}.FreelancerSlotsTopbar{padding:10px 14px}.FreelancerSlotsTitle{font-size:28px;margin:2px 0 12px}.FreelancerSlotsEmpty{font-size:12px}.FreelancerRegisterButton{height:42px}.FreelancerSlotsCard{padding:12px}}@media (max-width:360px){.FreelancerSlotsContainer{padding:6px 12px 24px}.FreelancerSlotsTitle{font-size:24px}.FreelancerSlotsBack{padding:8px 10px}}.FreelancerSlotsPage .StoreMenuPage{min-height:100vh;width:100%}.FreelancerSlotsPage .StoreMenuContainer{box-sizing:border-box;margin:0 auto;max-width:980px;padding:8px 16px 32px;width:100%}.FreelancerSlotsPage .LoginLogoWrap{padding:18px 0 8px;width:100%}.FreelancerSlotsPage .FreelancerSlotsCard{overflow:visible}.DayStrip{-webkit-overflow-scrolling:touch;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:6px 2px 10px}.DayStrip::-webkit-scrollbar{height:0}.DayPill{flex:0 0 92px}.WeekHeader{flex-wrap:wrap;gap:10px}.PagerButton{flex:1 1 140px}.WeekTitle{flex:1 1 180px;text-align:center}@media (max-width:480px){.FreelancerSlotsPage .StoreMenuContainer{padding:8px 12px 26px}.FreelancerSlotsPage .StoreMenuTitle{font-size:28px;line-height:1.05;margin:6px 0 10px}.WeekHeader{gap:8px}.PagerButton,.WeekTitle{flex:1 1 100%}.DayPill{flex:0 0 84px}}@media (max-width:640px){.FreelancerSlotsPage .FreelancerSlotsCard,.FreelancerSlotsPage .FreelancerSlotsStoreCard{border-radius:16px;margin-left:6px;margin-right:6px}.FreelancerSlotsPage .FreelancerSlotsCard{padding-left:16px;padding-right:16px}}@media (max-width:480px){.FreelancerSlotsPage .FreelancerSlotsCard,.FreelancerSlotsPage .FreelancerSlotsStoreCard{border-radius:14px;margin-left:4px;margin-right:4px}.FreelancerSlotsPage .FreelancerSlotsCard{padding-left:14px;padding-right:14px}}.FreelancerRegStatusPill{border-radius:999px;display:inline-block;font-size:12px;font-weight:700;margin-left:6px;padding:4px 10px}.FreelancerRegStatusPillApproved{background:#2ecc712e;border:1px solid #2ecc7173}.FreelancerRegStatusPillPending{background:#f1c40f2e;border:1px solid #f1c40f73}.FreelancerScheduleRight{align-items:center;display:flex;gap:10px;justify-content:flex-end;min-width:120px}.FreelancerScheduleSmall{font-family:amplesoft-bold;font-size:12px;opacity:.85}.UpdateSlotsTopRow{flex-wrap:wrap;gap:16px;justify-content:flex-start;margin:2px 0 10px}.CheckLabel,.UpdateSlotsTopRow{align-items:center;display:flex}.CheckLabel{color:#000000bf;font-family:amplesoft-bold;font-size:13px;gap:8px}.SmallSecondaryButton{background:#00000014;border:none;border-radius:10px;cursor:pointer;font-family:amplesoft-bold;font-weight:900;height:36px;padding:0 12px}.SmallSecondaryButton:hover{background:#0000001a}.SmallSecondaryButton:disabled{cursor:not-allowed;opacity:.6}.SlotCanceled{opacity:.6}.SlotEditing{box-shadow:inset 0 0 0 2px #ea5d0e47}.SlotEditPanel{border-top:1px solid #00000014;margin-top:10px;padding-top:10px}.SlotFormRowCompact{padding:0}.SlotEditActions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px}.EditChip{background:#ea5d0e24;border-radius:999px;box-shadow:inset 0 0 0 1px #ea5d0e59;color:#000000c7;font-family:amplesoft-bold;font-size:11px;font-weight:900;padding:6px 10px}.CreateUserGrid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.CreateUserFieldFull{grid-column:1/-1}.CreateUserField{display:flex;flex-direction:column;gap:6px}.CreateUserLabel{font-size:12px;opacity:.85}.CreateUserInput,.CreateUserSelect{background:#0000;border:1px solid #00000026;border-radius:10px;color:inherit;outline:none;padding:10px 12px;width:100%}.CreateUserInput:disabled,.CreateUserSelect:disabled{cursor:not-allowed;opacity:.7}.CreateUserHint{font-size:12px;margin-top:2px;opacity:.7}.ModalGrid2{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.ModalGrid2 .ModalField{margin:0}.ModalSpan2{grid-column:1/-1}.ListTwoCols{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.ListTwoCols .ListItem{width:100%}@media (max-width:640px){.ModalGrid2{grid-template-columns:1fr}.ModalSpan2{grid-column:auto}.CreateUserGrid,.ListTwoCols{grid-template-columns:1fr}.CreateUserFieldFull{grid-column:auto}}.EvalQuestions{display:flex;flex-direction:column;gap:12px}.EvalQuestion{border-top:1px solid #0000000f;padding:12px 0}.EvalQuestion:first-child{border-top:0}.EvalQuestionHeader{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.EvalQuestionTitle{flex:1 1 220px;font-weight:600;line-height:1.25;min-width:0;word-break:break-word}.EvalMissingTag,.EvalRequired{flex:0 0 auto;font-size:12px;line-height:1.2;white-space:nowrap}.EvalQuestionDesc{font-size:13px;line-height:1.35;margin-top:6px;opacity:.75;word-break:break-word}.EvalRequired{opacity:.7}.EvalMissingTag{font-weight:600;opacity:.75}.EvalQuestionMissing .EvalQuestionTitle{text-decoration:underline}.EvalTextarea{box-sizing:border-box;font-size:16px;line-height:1.4;min-height:120px;padding:10px 12px;resize:vertical;width:100%}@media (min-width:768px){.EvalQuestion{padding:14px 0}.EvalQuestionHeader{align-items:center;flex-wrap:nowrap}.EvalQuestionDesc{font-size:12px;margin-top:4px}.EvalTextarea{font-size:14px;min-height:96px}}.BoxMenu .List{-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:10px;margin-top:10px;overflow:auto}.BoxMenu .ListItem{background:#0000000f;border:1px solid #0000000f;border-radius:14px;padding:14px 16px;text-align:left;width:100%}@media (max-width:480px){.BoxMenu{border-radius:16px;padding:12px}.BoxMenu .ListItem{padding:12px 14px}}.BoxMenu{background:#fff;border-radius:18px;box-shadow:0 10px 28px #00000014;margin-bottom:20px;padding:14px}.BoxMenu .Box{background:#0000;border:0;box-shadow:none;padding:0}@media (max-width:480px){.BoxMenu{border-radius:16px;padding:12px}}.ListItem.checked{background:#2e7d3214;border:2px solid #2e7d32}.ListItem.checked .ListItemSub,.ListItem.checked .ListItemTitle{color:#1b5e20;font-weight:700}.ListItem:hover{border-color:#0003}.ListItem:focus-visible{outline:3px solid #2e7d3259;outline-offset:2px}.WeekHeader{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:10px 0 14px}.WeekTitle{font-family:amplesoft-bold;font-size:14px;opacity:.9}.DayStrip{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(7,1fr);margin-bottom:14px}.DayPill{background:#0000000a;border:none;border-radius:12px;cursor:pointer;padding:10px 4px;text-align:center;transition:transform .05s ease}.DayPill:active{transform:scale(.99)}.DayPillActive{background:#e65a0024;box-shadow:inset 0 0 0 2px #e65a0073}.DayPillTop{font-family:amplesoft-bold;font-size:13px;font-weight:700}.DayPillBottom{font-family:amplesoft-bold;font-size:12px;margin-top:2px;opacity:.75}.SlotFormRow{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;padding:10px 0 6px}.SlotField{display:flex;flex-direction:column;gap:6px;min-width:120px}.SlotLabel{font-family:amplesoft-bold;font-size:12px;opacity:.75}.SlotInput,.SlotInputSearch{background:#fff;border:1px solid #0000001f;border-radius:10px;font-family:amplesoft-bold;height:38px;outline:none;padding:0 10px}.SlotInputSearch{width:100%}.SlotInput:focus,.SlotInputSearch:focus{border-color:#e65a008c;box-shadow:0 0 0 3px #e65a002e}.SmallActionButton{background:#028133;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:amplesoft-bold;font-weight:700;height:38px;padding:0 14px}.SmallActionButton:disabled{cursor:not-allowed;opacity:.6}.DraftList{display:flex;flex-direction:column;gap:10px;margin-top:10px}.DraftItem{align-items:center;background:#0000000f;border-radius:12px;display:flex;gap:12px;justify-content:space-between;padding:12px}.DraftInfo{display:flex;flex-direction:column;gap:3px}.DraftTitle{font-size:14px;font-weight:800}.DraftSub,.DraftTitle{font-family:amplesoft-bold}.DraftSub{font-size:12px;opacity:.75}.SmallDangerButton{background:#00000014;border:none;border-radius:10px;cursor:pointer;font-family:amplesoft-bold;font-weight:700;height:38px;padding:0 12px}.SmallDangerButton:disabled{cursor:not-allowed;opacity:.6}.DayPill:disabled{cursor:not-allowed;opacity:.45;transform:none}.DayPill:disabled:hover{border-color:#0000000f}.DayPillActive:disabled{background:#0000000a;box-shadow:none}.FreelancerSearchRow{display:flex;gap:8px;margin-bottom:10px;margin-top:10px}.FreelancerSearchButton{align-items:center;background:#028133;border:1px solid #00000026;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-width:42px;width:42px}.FreelancerSearchButton:disabled{cursor:not-allowed;opacity:.6}.FreelancerSearchIcon{height:18px;width:18px}.ModalOverlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:9999}.ModalShell{background:#fff;border-radius:24px;box-shadow:0 18px 45px #00000040;display:flex;flex-direction:column;max-height:calc(100vh - 126px);overflow:hidden;padding:0;width:min(720px,100%)}.ModalTitle{color:#111;flex:0 0 auto;font-family:amplesoft-bold;font-size:34px;font-weight:900;margin:0;padding:26px 28px 18px;text-align:center}.ModalBody{display:flex;flex:1 1 auto;flex-direction:column;gap:14px;overflow:auto;padding:0 28px 18px}.ModalField{display:flex;flex-direction:column;gap:8px}.ModalLabel{color:#222;font-size:14px;font-weight:800}.ModalInput{border:1px solid #ddd;border-radius:12px;font-family:amplesoft-bold;font-size:14px;outline:none;padding:12px}.ModalInput:focus{border-color:#028133;box-shadow:0 0 0 3px #e85b0c26}.ModalInput:disabled{background:#f6f6f6;cursor:not-allowed}.ModalActions{grid-gap:14px;background:#fff;display:grid;flex:0 0 auto;gap:14px;grid-template-columns:1fr 1fr;padding:12px 28px 24px}.EvaluationModalActionsTop{display:flex;justify-content:flex-end;margin-top:12px}.EvaluationModalQuestionCard{margin-bottom:10px}.EvaluationModalHint{color:#0009;margin-top:8px}.EvaluationModalRow{align-items:flex-end;display:flex;gap:16px}.EvaluationModalRow .ModalField{flex:1 1}.EvaluationModalRow .ModalField:last-child{flex:0 0 auto}.ModalTextarea{border:1px solid #ddd;border-radius:10px;font-family:inherit;font-size:14px;min-height:120px;padding:10px;resize:vertical}.EvaluationModalRow{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.EvaluationModalRowAlignEnd{align-items:flex-end;display:flex}.EvaluationModalChecks{grid-gap:10px;display:grid;gap:10px;margin-top:6px}.EvaluationModalCheck{align-items:center;color:#2e2e2e;display:flex;font-size:14px;gap:10px}.EvaluationModalDivider{background:#00000014;height:1px;margin:14px 0}.EvaluationModalSectionTitle{color:#000000d9;font-size:14px;font-weight:700;margin:0 0 10px}.EvaluationModalInlineActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.ModalButtonDanger{color:#fff}.ModalButtonDanger:disabled{cursor:not-allowed;opacity:.6}.EvaluationModalWarning{background:#d7353514;border:1px solid #d735352e;border-radius:10px;color:#000000b3;font-size:12px;margin-top:10px;padding:10px}.EvaluationModalOptionsList{grid-gap:12px;display:grid;gap:12px;margin-top:12px}.EvaluationModalOptionCard{background:#fff;border:1px solid #00000014;border-radius:12px;padding:12px}@media (max-width:720px){.EvaluationModalRow{grid-template-columns:1fr}}.EvaluationModalHint{color:#000000a6;font-size:12px;margin-top:10px}.EvaluationModalSummary{grid-gap:8px;background:#00000005;border:1px solid #00000014;border-radius:12px;display:grid;gap:8px;margin-top:10px;padding:12px}.EvaluationModalSummaryRow{align-items:baseline;display:flex;gap:12px;justify-content:space-between}.EvaluationModalSummaryLabel{color:#0009;font-size:12px}.EvaluationModalSummaryValue{color:#000000e6;font-size:13px;max-width:70%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.amplesoft{font-family:amplesoft-bold}.amplesoft-regular{font-family:amplesoft-regular}.RatingsPage{margin:0 auto;max-width:1200px;padding:18px}.RatingsHeader{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.RatingsTitle{color:#fff;font-family:amplesoft-bold;font-size:22px;font-weight:800;letter-spacing:-.2px}.RatingsActions{align-items:center;display:flex;gap:10px}.RatingsSearch{background:#fff;border:1px solid #00000024;border-radius:12px;height:38px;max-width:60vw;outline:none;padding:0 12px;transition:border-color .12s ease,box-shadow .12s ease;width:380px}.RatingsSearch:focus{border-color:#16a34a8c;box-shadow:0 0 0 4px #16a34a24}.BoxTable{background:#fff;border:1px solid #0000001a;border-radius:16px;box-shadow:0 10px 30px #0000000f;overflow:hidden}.BoxTitleTable{background:linear-gradient(180deg,#16a34a1a,#16a34a0a);border-bottom:1px solid #00000014;color:#000000b8;font-size:14px;font-weight:800;letter-spacing:.6px;padding:14px 16px;text-transform:uppercase}.BoxEmpty{color:#000000a6;padding:18px 16px}.RatingsTableWrap{overflow:auto}.RatingsTable{border-collapse:initial;border-spacing:0;min-width:860px;width:100%}.RatingsTable thead th{background:#fff;border-bottom:1px solid #0000001a;color:#000000b8;font-size:16px;font-weight:800;letter-spacing:.4px;padding:12px 14px;position:sticky;text-align:left;text-transform:uppercase;top:0;white-space:nowrap;z-index:1}.RatingsTable thead th:first-child{padding-left:16px}.RatingsTable thead th:last-child{padding-right:16px}.RatingsTable tbody tr{background:#fff;transition:background .12s ease}.RatingsTable tbody tr:nth-child(2n){background:rgba(0,0,0,.015)}.RatingsTable tbody tr:hover{background:#16a34a0f}.RatingsTable tbody td{border-bottom:1px solid #00000014;padding:12px 14px;vertical-align:middle}.RatingsTable tbody td:first-child{padding-left:16px}.RatingsTable tbody td:last-child{padding-right:16px}.RatingsCell{font-family:amplesoft-regular;font-size:14px;white-space:nowrap}.RatingsStarsCol{white-space:nowrap;width:170px}.Pager{align-items:center;background:#fff;border-top:1px solid #00000014;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:14px 16px}.PagerButton{flex:0 0 auto;max-width:140px;min-width:96px;width:auto}.PagerInfo{color:#000000b3;font-weight:800}.PagerButton{background:#028133;border:1px solid #00000024;border-radius:12px;color:#fff;cursor:pointer;font-weight:800;height:36px;padding:0 14px;transition:transform .12s ease,background .12s ease,border-color .12s ease,opacity .12s ease}.PagerButton:disabled{cursor:not-allowed;opacity:.55;transform:none}.PagerButtonLight{background:#028133}.PagerButtonLight:hover{background:#16a34a;border-color:#16a34a73}.Stars{align-items:center;display:inline-flex;gap:10px}.StarsBar{display:inline-block;line-height:1;position:relative}.StarsBack{color:#0003}.StarsBack,.StarsFront{font-size:16px;letter-spacing:1px}.StarsFront{color:#16a34af2;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap}.StarsValue{color:#000000c7;font-weight:900;min-width:36px;text-align:right}.RatingsCards{display:none}.RatingsCard{display:block}.freelancer-card-table{background:#fff;border:0;border-radius:18px;box-shadow:0 14px 30px #00000024;margin:clamp(18px,3.5vw,32px) auto 0;padding:24px}.FreelancerSearch{align-items:center;display:flex;gap:12px;margin-bottom:10px}.FreelancerSearchInput{min-width:260px}.FreelancerSearchBtn{align-items:center;display:inline-flex;justify-content:center;padding:0 16px}@media (max-width:640px){.FreelancerSearch{justify-content:flex-start;width:100%}.FreelancerSearchInput{flex:1 1 auto;min-width:0;width:100%}.FreelancerSearchBtn{flex:0 0 auto;min-width:56px}.FreelancerSearch--mobileWrap{justify-content:flex-start;width:100%}}@media (max-width:820px){.RatingsHeader{align-items:stretch;flex-direction:column}.RatingsActions{width:100%}.RatingsSearch{max-width:100%;width:100%}.RatingsTableWrap{display:none}.RatingsCards{display:block;padding:12px 12px 0}.StarsValue{min-width:32px}}.PresenceHint{line-height:1.3;margin-top:10px}.PresencePresenceCol{min-width:180px}.PresenceSelect{min-width:160px}.PresenceConfirmBtn{padding-left:14px;padding-right:14px;white-space:nowrap}.PresenceConfirmBtnFull{width:100%}.PresenceDirtySelect{box-shadow:0 0 0 2px #ff8c0059}.PresenceDirtyRow td{background:#ff8c000f}@media (max-width:640px){.PresenceActionsCol{width:auto}.PresenceSelect{min-width:140px}}.PresenceTopRow{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.PresenceStoreSelect{width:100%}.PresenceMeta{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;opacity:.95}.PresenceTableWrap{margin-top:6px}.PresenceActionsCol{width:140px}@media (max-width:640px){.PresenceActionsCol{width:auto}}.PresenceValuesTopRow{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;margin:10px 0 14px}.PVField{display:flex;flex-direction:column;gap:6px;min-width:220px}.PVFieldFull{grid-column:1/-1}.PVLabel{font-family:amplesoft-bold;font-size:18px;opacity:.85}.PVInput{height:38px;padding:0 12px}.PVInput,.PVTextarea{background:#ffffff0f;border-radius:10px;color:inherit;font-family:amplesoft-bold;outline:none}.PVTextarea{min-height:78px;padding:10px 12px;resize:vertical}.PVHint{font-size:12px;margin-top:4px;opacity:.8}.PVHint,.PVSummary{font-family:amplesoft-bold}.PVSummary{align-items:center;background:#ffffff0a;border:1px dashed #ffffff2e;border-radius:10px;display:flex;min-height:38px;padding:0 12px}.PVMuted{opacity:.75}.PVAlert,.PVMuted{font-family:amplesoft-bold}.PVAlert{background:#ffa5001f;border:1px solid #ffa50047;border-radius:10px;font-size:13px;margin:8px 0 12px;padding:10px 12px}.PVFormGrid{grid-template-columns:1fr 1fr}.PVFormGrid,.PVFormGrid2{grid-gap:12px;display:grid;gap:12px;margin-bottom:20px}@media (max-width:720px){.PVFormGrid,.PVFormGrid2{grid-template-columns:1fr}}.PVDisabled{opacity:.55}.DraftItemButton{background:#0000;border:none;cursor:pointer;text-align:left;width:100%}.ModalButtonPrimary{background:#2ecc71;color:#fff;transition:filter .15s ease,transform .05s ease}.ModalButtonPrimary:hover{filter:brightness(.95)}.ModalButtonPrimary:active{transform:translateY(1px)}.ModalButtonPrimary:focus-visible{outline:2px solid #2ecc7173;outline-offset:2px}.PVLabelRow{align-items:center;display:flex;gap:12px;justify-content:space-between}.PVInputInline{flex:0 0 110px;padding:0 10px;text-align:center;width:110px}@media (max-width:520px){.PVLabelRow{flex-wrap:wrap;justify-content:flex-start}.PVInputInline{flex:1 1 auto;text-align:left;width:100%}}.PickStoreList{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow:auto}.PickStoreRow{align-items:center;cursor:pointer;display:flex;gap:10px}.PickStoreName{font-weight:600}.ControlLegend{align-items:flex-start;background:#fff;border:1px solid #00000014;border-radius:12px;display:flex;flex-direction:column;gap:10px;margin:10px 0 14px;padding:10px 12px}.ControlLegendItem{align-items:center;display:flex;gap:10px;min-height:32px;width:100%}.ControlLegendBadge{border-radius:999px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.2px;line-height:1;padding:6px 10px;white-space:nowrap}.ControlLegendText{color:#333;font-size:13px;font-weight:600}.ControlLegendBadge--green{background:#2ecc71}.ControlLegendBadge--orange{background:#f39c12}.ControlLegendBadge--red{background:#e74c3c}.ActionsCell{grid-gap:10px 12px;align-items:center;display:grid;gap:10px 12px;grid-template-columns:minmax(160px,220px) 1fr;justify-content:end;min-width:0}.ActionsBtns{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;width:100%}.ActionsSelect{background:#fff;border:1px solid #0000001f;border-radius:12px;padding:0 14px}.ActionsBtn,.ActionsSelect{font-weight:800;height:40px}.ActionsBtn{border-radius:12px;min-width:120px;padding:0 16px}.ActionsBtnConfirm{background:#0b7a2e;color:#fff}.ActionsBtnConfirm:disabled{opacity:.6}.ActionsBtnSub{background:#fff;border:1px solid #0b7a2e59;color:#0b7a2e}.ActionsBtnSub:disabled{opacity:.6}@media (max-width:980px){.ActionsCell{grid-template-columns:1fr;justify-content:stretch;min-width:0}.ActionsBtns{width:100%}.ActionsBtn{flex:1 1;min-width:0}}.SM_Page{padding:18px}.SlotsTitleRow,.mb-10{margin-bottom:10px}.SlotsTitleRow{align-items:center;display:flex;gap:10px;justify-content:space-between}.SlotsManagerPage .RatingsTable td:last-child,.SlotsManagerPage .RatingsTable th:last-child{min-width:260px;text-align:center;width:260px}.SlotsManagerPage .SlotsActionsCell{white-space:normal}.SlotsManagerPage .SlotsActionsBtns{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%}.SM_Header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:14px}.SM_Title{font-size:22px;margin:0}.SM_Subtitle{margin-top:6px;opacity:.8}.SM_HeaderRight{display:flex;flex-wrap:wrap;gap:10px}.SM_SearchRow{margin-bottom:10px}.SM_SearchRow,.SM_TopRow{align-items:center;display:flex;gap:10px}.SM_TopRow{flex-wrap:wrap;justify-content:space-between;margin:10px 0}.SM_Meta{opacity:.85}.SM_TableWrap{overflow:auto}.SM_Table{border-collapse:collapse;min-width:900px;width:100%}.SM_Table td,.SM_Table th{border-bottom:1px solid #00000014;padding:10px 8px;text-align:left;vertical-align:middle}.SM_RowCanceled{opacity:.7}.SM_RowActions{align-items:center}.SM_Badges,.SM_RowActions{display:flex;flex-wrap:wrap;gap:8px}.SM_Badge{align-items:center;background:#00000014;border-radius:999px;display:inline-flex;font-size:12px;font-weight:700;padding:4px 8px}.SM_Badge--ok{background:#2ecc712e}.SM_Badge--warn{background:#f39c1233}.SM_LinkCell{align-items:center;display:flex;gap:8px}.SM_Hint{font-size:13px;margin-top:10px;opacity:.85}.SM_ModalHeader{align-items:center;display:flex;gap:12px;justify-content:space-between}.SM_IconBtn{background:#fff;border:1px solid #0000001f;border-radius:10px;cursor:pointer;height:36px;width:36px}@media (max-width:520px){.SlotsTopBarLeft{align-items:center;display:flex;flex-direction:column;gap:10px;width:100%}.SlotsTopBarLeft .PagerButton{margin-left:0!important;width:220px}.SlotsTopBarLeft .ml-10{margin-left:0!important}.SlotsTopBarLeft.mb-10{margin-bottom:0!important}.WeekHeader{align-items:center;display:flex;flex-direction:column;gap:10px}.WeekHeader .PagerButton{width:220px}.WeekTitle{text-align:center}}
/*# sourceMappingURL=main.5d18e77d.css.map*/