:root{color-scheme:light}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7fbff;color:#172033;font-family:Sora,Segoe UI,sans-serif;margin:0;transition:background .24s ease,color .24s ease}body[data-theme=dark]{background:#07111f;color:#f3f7ff;color-scheme:dark}body[data-theme=dark] .MuiCard-root,body[data-theme=dark] .MuiDialog-paper,body[data-theme=dark] .MuiPaper-root,body[data-theme=dark] .MuiTableContainer-root{background-color:#0f172a!important;color:#f3f7ff!important}*{font-family:Sora,Segoe UI,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}: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:hsla(0,0%,100%,.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(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__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:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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;z-index:0}.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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.SidePanel_container__5-4qT{background:#f7faff;border-right:1px solid #dbe5f3;box-shadow:4px 0 18px rgba(30,55,90,.06);height:calc(100vh - 72px);left:0;overflow-y:auto;position:fixed;top:72px;transition:width .24s ease,background .24s ease,border-color .24s ease;width:230px;z-index:1001}.SidePanel_dark__chT\+2{background:#09111f;border-right-color:#17253d;box-shadow:4px 0 22px rgba(1,8,20,.42)}.SidePanel_contentWrap__lT3dx{padding:.95rem .7rem 1rem!important}.SidePanel_brandSection__0dWKq{align-items:center;border-bottom:1px solid #dfe8f5;display:flex;gap:.65rem;margin-bottom:1.1rem;padding:.35rem .4rem .9rem}.SidePanel_brandBadge__LqbEF{background:linear-gradient(135deg,#3156d6,#49a0e1);border-radius:.65rem;color:#fff;display:grid;height:34px;place-items:center;width:34px}.SidePanel_brandText__aJyWB{overflow:hidden}.SidePanel_brandTitle__l802y{color:#19345d;font-family:Sora,Segoe UI,sans-serif;font-size:1.05rem!important;font-weight:700!important}.SidePanel_dark__chT\+2 .SidePanel_brandTitle__l802y{color:#f4f7ff}.SidePanel_brandSub__iSDDg{color:#7185a5;font-family:Sora,Segoe UI,sans-serif;font-size:.72rem!important;margin-top:.12rem!important}.SidePanel_dark__chT\+2 .SidePanel_brandSub__iSDDg{color:#8ea1bb}.SidePanel_list__ANoy1{display:flex;flex-direction:column;gap:.25rem}.SidePanel_menuItem__Z9uxn{align-items:center;background:transparent;border:none;border-radius:.6rem;color:#50698e;cursor:pointer;display:flex;font-family:Sora,Segoe UI,sans-serif;font-size:.88rem;font-weight:500;gap:.7rem;padding:.6rem .75rem;position:relative;text-align:left;transition:background .2s ease,color .2s ease;width:100%}.SidePanel_menuItem__Z9uxn:hover{background:#edf4ff}.SidePanel_dark__chT\+2 .SidePanel_menuItem__Z9uxn{color:#dfe8f8}.SidePanel_dark__chT\+2 .SidePanel_menuItem__Z9uxn:hover{background:hsla(0,0%,100%,.06)}.SidePanel_menuItem__Z9uxn:first-child .SidePanel_menuIcon__nU1qq{color:#2e56d2}.SidePanel_menuItem__Z9uxn:nth-child(2) .SidePanel_menuIcon__nU1qq{color:#d0932c}.SidePanel_menuItem__Z9uxn:nth-child(3) .SidePanel_menuIcon__nU1qq{color:#2f7992}.SidePanel_menuItem__Z9uxn:nth-child(4) .SidePanel_menuIcon__nU1qq{color:#6a3fd3}.SidePanel_menuItem__Z9uxn:nth-child(5) .SidePanel_menuIcon__nU1qq{color:#d25adb}.SidePanel_menuItem__Z9uxn:nth-child(6) .SidePanel_menuIcon__nU1qq{color:#2c8b71}.SidePanel_menuItem__Z9uxn:nth-child(7) .SidePanel_menuIcon__nU1qq{color:#b85a11}.SidePanel_menuItem__Z9uxn:nth-child(8) .SidePanel_menuIcon__nU1qq{color:#4caf50}.SidePanel_menuItem__Z9uxn:nth-child(9) .SidePanel_menuIcon__nU1qq{color:#ff7043}.SidePanel_menuItem__Z9uxn:nth-child(10) .SidePanel_menuIcon__nU1qq{color:#607d8b}.SidePanel_menuIconBox__X0hpd{align-items:center;background:#edf3fb;border-radius:.55rem;display:flex;height:32px;justify-content:center;transition:background .2s ease,border .2s ease;width:32px}.SidePanel_menuIcon__nU1qq svg{font-size:1.15rem}.SidePanel_menuText__cnDXJ{white-space:nowrap}.SidePanel_selected__Xtovh{background:linear-gradient(135deg,#eaf2ff,#f3f8ff);color:#2454b8;font-weight:600}.SidePanel_dark__chT\+2 .SidePanel_selected__Xtovh{background:linear-gradient(135deg,rgba(95,131,255,.22),rgba(61,102,196,.18));color:#eef5ff}.SidePanel_selected__Xtovh:before{background:#3156d6;border-radius:0 3px 3px 0;content:"";height:22px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px}.SidePanel_selected__Xtovh .SidePanel_menuIconBox__X0hpd{background:#edf4ff;border:1px solid #9fc2ff}.SidePanel_divider__qxl9e{background:#dce6f4!important;margin:.95rem 0 .75rem!important}.SidePanel_quickActions__jaRaE{display:flex;flex-direction:column;gap:.5rem}.SidePanel_quickTitle__IHqKP{color:#7890b2;font-family:Sora,Segoe UI,sans-serif;font-size:.76rem!important;margin-bottom:.15rem!important;padding-left:.2rem}.SidePanel_quickButtonPrimary__Q7tTx,.SidePanel_quickButton__LGsVg{border-radius:.62rem!important;font-family:Sora,Segoe UI,sans-serif!important;font-size:.84rem!important;font-weight:600!important;justify-content:flex-start!important;padding:.58rem .72rem!important;text-transform:none!important;width:100%}.SidePanel_quickButton__LGsVg{background:#fff!important;border:1px solid #d5e1f1!important;color:#365276!important}.SidePanel_dark__chT\+2 .SidePanel_quickButton__LGsVg{background:#101a2b!important;border-color:#233549!important;color:#f1f5ff!important}.SidePanel_quickButtonPrimary__Q7tTx{background:linear-gradient(135deg,#3156d6,#49a0e1)!important;color:#fff!important}.SidePanel_bottomListContainer__5Pb-X{margin-top:1rem}.SidePanel_closeButton__E7Zat{display:none!important}.SidePanel_backdrop__-zYLn{display:none}.SidePanel_collapsed__pdx1C{background:#eef3fa;border-right:1px solid #d4deed;width:96px}.SidePanel_dark__chT\+2.SidePanel_collapsed__pdx1C{background:#0b1424;border-right-color:#17253d}.SidePanel_collapsed__pdx1C .SidePanel_contentWrap__lT3dx{padding-left:.52rem!important;padding-right:.52rem!important}.SidePanel_collapsed__pdx1C .SidePanel_brandSection__0dWKq{display:none}.SidePanel_collapsed__pdx1C .SidePanel_menuItem__Z9uxn{border-radius:.6rem;justify-content:center;padding:.58rem .2rem}.SidePanel_collapsed__pdx1C .SidePanel_menuText__cnDXJ{display:none}.SidePanel_collapsed__pdx1C .SidePanel_menuIconBox__X0hpd{background:#f9fbff;border:1px solid #d2dded;border-radius:.55rem;height:42px;width:42px}.SidePanel_collapsed__pdx1C .SidePanel_selected__Xtovh{background:transparent}.SidePanel_collapsed__pdx1C .SidePanel_selected__Xtovh .SidePanel_menuIconBox__X0hpd{background:#edf4ff;border-color:#9fc2ff}.SidePanel_collapsed__pdx1C .SidePanel_list__ANoy1{gap:0!important;margin-top:.9rem}.SidePanel_collapsed__pdx1C .SidePanel_bottomListContainer__5Pb-X .SidePanel_quickButton__LGsVg{border-radius:.55rem!important;justify-content:center!important;min-height:44px}@media (max-width:960px){.SidePanel_container__5-4qT{top:72px;-webkit-transform:translateX(-105%);transform:translateX(-105%);width:84px;z-index:1300}.SidePanel_open__D5LMg{-webkit-transform:translateX(0);transform:translateX(0)}.SidePanel_container__5-4qT .SidePanel_brandSection__0dWKq{display:none}.SidePanel_container__5-4qT .SidePanel_menuItem__Z9uxn{border-radius:.6rem;justify-content:center;padding:.58rem .2rem}.SidePanel_container__5-4qT .SidePanel_divider__qxl9e,.SidePanel_container__5-4qT .SidePanel_logoutText__gh-Rr,.SidePanel_container__5-4qT .SidePanel_menuText__cnDXJ,.SidePanel_container__5-4qT .SidePanel_quickActions__jaRaE{display:none!important}.SidePanel_container__5-4qT .SidePanel_menuIconBox__X0hpd{height:42px;width:42px}.SidePanel_container__5-4qT .SidePanel_list__ANoy1{gap:0!important;margin-top:.9rem}.SidePanel_container__5-4qT .SidePanel_bottomListContainer__5Pb-X .SidePanel_quickButton__LGsVg{border-radius:.55rem!important;justify-content:center!important;min-height:44px}.SidePanel_closeButton__E7Zat{display:none!important}.SidePanel_backdrop__-zYLn{background:rgba(20,40,70,.25);display:block;inset:72px 0 0 0;position:fixed;z-index:1200}}.SidePanel_container__5-4qT{scrollbar-color:#b9c9df transparent;scrollbar-width:thin}.SidePanel_container__5-4qT::-webkit-scrollbar{width:8px}.SidePanel_container__5-4qT::-webkit-scrollbar-track{background:transparent;border-radius:999px}.SidePanel_container__5-4qT::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c7d5e8,#9db4d2);background-clip:content-box}.SidePanel_container__5-4qT::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9cb5d6,#6f8fb8);background-clip:content-box}.SidePanel_container__5-4qT::-webkit-scrollbar-corner{background:transparent}.SidePanel_container__5-4qT::-webkit-scrollbar-thumb{background:transparent;border:2px solid transparent;border-radius:999px}.SidePanel_container__5-4qT:hover::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#c7d5e8,#9db4d2);background-clip:content-box}.SidePanel_container__5-4qT:hover::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#9cb5d6,#6f8fb8);background-clip:content-box}@media (max-width:700px){.util_container__Q\+pzU{margin:1rem;padding:1rem}}@media (min-width:701px){.util_container__Q\+pzU{margin:4rem;padding:2rem}}.util_formLabel__wohs1{font-weight:600!important;padding-top:10rem!important}.util_formItem__9xEZx{margin-top:2.5rem!important}.util_formText__KvJIe{margin-top:1rem!important}.util_formTopic__VsFuV{font-family:Sora;font-size:20px;font-style:normal;font-weight:400;line-height:24px}.util_submitButton__JAdDu{margin-top:3rem!important}.CustomizableWorkspace_workspace__M21V0{display:flex;flex-direction:column;gap:.85rem}.CustomizableWorkspace_toolbar__frxw6{align-items:center;background:#f7f9fc;border:1px solid #e6ebf3;border-radius:.7rem;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:space-between;margin-bottom:.75rem;padding:.4rem .75rem}.CustomizableWorkspace_hint__kr4N3{color:#7a8eaa;font-size:.8rem}.CustomizableWorkspace_presetRow__3hA8I{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem}.CustomizableWorkspace_toolbarRight__eaNgl{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-left:auto}.CustomizableWorkspace_presetLabel__fNmC7{color:#33456b;font-size:.8rem;font-weight:700;margin-right:.1rem}.CustomizableWorkspace_presetBtn__g1AOR{align-items:center;background:#fff;border:1px solid #dce5f2;border-radius:.5rem;color:#2f6bff;cursor:pointer;display:inline-flex;flex-direction:row;gap:.3rem;padding:.2rem .45rem;transition:all .15s ease}.CustomizableWorkspace_presetBtn__g1AOR:hover{background:#f5f8ff;border-color:#2f6bff;box-shadow:0 4px 12px rgba(47,107,255,.15)}.CustomizableWorkspace_presetName__S3Izo{color:#33456b;font-size:.66rem;font-weight:700}.CustomizableWorkspace_pvBoard__sAvoK{display:flex;flex-direction:column;gap:1px;height:15px;width:22px}.CustomizableWorkspace_pvRow__ip9tI{display:flex;flex:1 1;gap:2px;min-height:0}.CustomizableWorkspace_pvCell__2GeGv{background:#2f6bff;border-radius:2px;flex:1 1;opacity:.6}.CustomizableWorkspace_toolbarActions__gtikb{align-items:center;display:flex;gap:.5rem}.CustomizableWorkspace_doneBtn__S\+X87,.CustomizableWorkspace_editBtn__MOK1V,.CustomizableWorkspace_resetBtn__EzeL6{align-items:center;border:1px solid transparent;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:700;gap:.35rem;padding:.45rem .95rem;transition:all .15s ease}.CustomizableWorkspace_editBtn__MOK1V{background:#fff;border-color:#2f6bff;color:#2f6bff}.CustomizableWorkspace_editBtn__MOK1V:hover{background:#eef3ff}.CustomizableWorkspace_doneBtn__S\+X87{background:#2f6bff;color:#fff}.CustomizableWorkspace_doneBtn__S\+X87:hover{background:#1f57e6}.CustomizableWorkspace_resetBtn__EzeL6{background:#fff;border-color:#dce5f2;color:#64748b}.CustomizableWorkspace_resetBtn__EzeL6:hover{background:#f7f9fc}.CustomizableWorkspace_stack__6zgE5{align-items:stretch;display:flex;flex-direction:column;gap:1rem}.CustomizableWorkspace_splitRow__fab2z{align-items:flex-start;display:flex;gap:1rem}.CustomizableWorkspace_column__vkNr4{display:flex;flex-direction:column;gap:1rem;min-width:0}.CustomizableWorkspace_widget__eysq7{background:#fff;border:1px solid #e6ebf3;border-radius:1rem;box-shadow:0 6px 18px rgba(35,62,92,.05);min-width:0;overflow:hidden;transition:box-shadow .15s ease,-webkit-transform .12s ease;transition:box-shadow .15s ease,transform .12s ease;transition:box-shadow .15s ease,transform .12s ease,-webkit-transform .12s ease}.CustomizableWorkspace_widget__eysq7.CustomizableWorkspace_dragOver__7-hvM{outline:2px solid #2f6bff;outline-offset:2px;-webkit-transform:scale(1.005);transform:scale(1.005)}.CustomizableWorkspace_widgetBar__ma79-{align-items:center;background:#f2f6ff;border-bottom:1px solid #e2e9f6;cursor:grab;display:flex;gap:.5rem;justify-content:space-between;padding:.5rem .7rem}.CustomizableWorkspace_widgetBar__ma79-:active{cursor:grabbing}.CustomizableWorkspace_widgetHandle__8PIrm{align-items:center;color:#33456b;display:inline-flex;font-size:.85rem;font-weight:700;gap:.35rem}.CustomizableWorkspace_dragTag__6rksC{background:#fff;border:1px solid #dce5f2;border-radius:999px;color:#8aa0c4;font-size:.68rem;font-weight:600;margin-left:.15rem;padding:.1rem .5rem}.CustomizableWorkspace_widgetControls__JVdj0{align-items:center;display:inline-flex;gap:.4rem}.CustomizableWorkspace_posChip__FYu7E{align-items:center;background:#fff;border:1px solid #0f766e;border-radius:999px;color:#0f766e;cursor:pointer;display:inline-flex;font-size:.72rem;font-weight:700;gap:.2rem;padding:.2rem .6rem}.CustomizableWorkspace_posChip__FYu7E:hover{background:#f0fdfa}.CustomizableWorkspace_sizeChip__Q5o3C{background:#fff;border:1px solid #2f6bff;border-radius:999px;color:#2f6bff;cursor:pointer;font-size:.72rem;font-weight:700;padding:.2rem .7rem}.CustomizableWorkspace_sizeChip__Q5o3C:hover{background:#eef3ff}.CustomizableWorkspace_widgetBody__ykRnr{padding:.5rem}@media (max-width:1024px){.CustomizableWorkspace_splitRow__fab2z{flex-direction:column;gap:.85rem}.CustomizableWorkspace_column__vkNr4{flex:1 1 100%!important}.CustomizableWorkspace_stack__6zgE5{gap:.85rem}.CustomizableWorkspace_toolbar__frxw6{padding:.4rem .6rem}}@media (max-width:640px){.CustomizableWorkspace_workspace__M21V0{gap:.6rem}.CustomizableWorkspace_toolbar__frxw6{align-items:stretch;flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding:.5rem}.CustomizableWorkspace_toolbarRight__eaNgl{justify-content:stretch;margin-left:0;width:100%}.CustomizableWorkspace_toolbarRight__eaNgl>*{flex:1 1 auto}.CustomizableWorkspace_stack__6zgE5{gap:.6rem}.CustomizableWorkspace_widget__eysq7{border-radius:.75rem}.CustomizableWorkspace_widgetBar__ma79-{cursor:default;flex-wrap:wrap;gap:.35rem;padding:.45rem .55rem}.CustomizableWorkspace_widgetHandle__8PIrm{font-size:.8rem;gap:.25rem}.CustomizableWorkspace_dragTag__6rksC{display:none}.CustomizableWorkspace_widgetControls__JVdj0{gap:.3rem}.CustomizableWorkspace_posChip__FYu7E,.CustomizableWorkspace_sizeChip__Q5o3C{font-size:.68rem;padding:.18rem .5rem}.CustomizableWorkspace_widgetBody__ykRnr{padding:.4rem}}[data-theme=dark] .CustomizableWorkspace_toolbar__frxw6{background:#0f1c30;border-color:#233549}[data-theme=dark] .CustomizableWorkspace_hint__kr4N3{color:#9fb6d8}[data-theme=dark] .CustomizableWorkspace_presetLabel__fNmC7,[data-theme=dark] .CustomizableWorkspace_presetName__S3Izo{color:#cdd9ef}[data-theme=dark] .CustomizableWorkspace_presetBtn__g1AOR{background:#12233b;border-color:#2a3f5f;color:#8eb5ff}[data-theme=dark] .CustomizableWorkspace_presetBtn__g1AOR:hover{background:#182c48;border-color:#33507a}[data-theme=dark] .CustomizableWorkspace_editBtn__MOK1V,[data-theme=dark] .CustomizableWorkspace_resetBtn__EzeL6{background:#12233b;color:#8eb5ff}[data-theme=dark] .CustomizableWorkspace_editBtn__MOK1V{border-color:#33507a}[data-theme=dark] .CustomizableWorkspace_resetBtn__EzeL6{border-color:#2a3f5f;color:#9fb6d8}[data-theme=dark] .CustomizableWorkspace_editBtn__MOK1V:hover,[data-theme=dark] .CustomizableWorkspace_resetBtn__EzeL6:hover{background:#182c48}[data-theme=dark] .CustomizableWorkspace_widget__eysq7{background:#0f1c30;border-color:#233549;box-shadow:0 6px 18px rgba(2,8,20,.4)}[data-theme=dark] .CustomizableWorkspace_widgetBar__ma79-{background:#12233b;border-bottom-color:#233549}[data-theme=dark] .CustomizableWorkspace_widgetHandle__8PIrm{color:#e4ecfb}[data-theme=dark] .CustomizableWorkspace_dragTag__6rksC{background:#0c1729;border-color:#2a3f5f;color:#8fa4c2}[data-theme=dark] .CustomizableWorkspace_posChip__FYu7E{background:#12233b;border-color:#2a6f68;color:#4fd6c4}[data-theme=dark] .CustomizableWorkspace_posChip__FYu7E:hover{background:#16302b}[data-theme=dark] .CustomizableWorkspace_sizeChip__Q5o3C{background:#12233b;border-color:#33507a;color:#8eb5ff}[data-theme=dark] .CustomizableWorkspace_sizeChip__Q5o3C:hover{background:#182c48}.NavBar_navBar__6\+P8c{align-items:center;background:#fff;border-bottom:1px solid #e4ebf5;box-sizing:border-box;display:flex;gap:1rem;height:72px;justify-content:space-between;left:0;padding:.75rem 1.25rem .75rem .9rem;position:fixed;right:0;top:0;transition:background .24s ease,border-color .24s ease;z-index:1200}.NavBar_dark__eoqgU{background:#07111f;border-bottom-color:#16253d}.NavBar_leftRow__HSm0Z{align-items:center;display:flex;flex:1 1;gap:.65rem;min-width:0}.NavBar_menuButton__N8wBj{color:#29508f!important}.NavBar_dark__eoqgU .NavBar_brandName__7pzO3,.NavBar_dark__eoqgU .NavBar_brandTag__k-ZBU,.NavBar_dark__eoqgU .NavBar_menuButton__N8wBj,.NavBar_dark__eoqgU .NavBar_navIcon__TIs43,.NavBar_dark__eoqgU .NavBar_userLabel__KZgGo{color:#f3f7ff!important}.NavBar_desktopToggleButton__znsjX{background:#f2f7ff!important;border:1px solid #dbe5f3!important;color:#29508f!important}.NavBar_brandArea__HEYv3{align-items:center;display:flex;gap:.6rem}.NavBar_brandBadge__m9ymP{background:linear-gradient(135deg,#2f6bff,#3f9ecd);border-radius:.65rem;color:#fff;display:grid;height:38px;place-items:center;width:38px}.NavBar_brandName__7pzO3{color:#14233f;font-family:Sora,Segoe UI,sans-serif!important;font-size:1rem!important;font-weight:700!important;line-height:1.2!important}.NavBar_brandTag__k-ZBU{color:#8493ab;font-family:Sora,Segoe UI,sans-serif!important;font-size:.72rem!important}.NavBar_rightNavContainer__mZyho{align-items:center;display:flex;gap:.55rem}.NavBar_shiftButton__lgyUB{background:#eff5ff!important;border:1px solid #d6e2f5!important;border-radius:.65rem!important;color:#0f2a50!important;display:inline-flex;font-family:Sora,Segoe UI,sans-serif!important;font-size:.82rem!important;font-weight:600!important;gap:.3rem;padding:.45rem .72rem!important;text-transform:none!important}.NavBar_iconButton__5n3-B{background:#f4f8ff!important;border:1px solid #dbe6f6!important;color:#3d5c8d!important}.NavBar_dark__eoqgU .NavBar_iconButton__5n3-B{background:rgba(15,23,42,.7)!important;border-color:#243447!important;color:#eaf2ff!important}.NavBar_navIcon__TIs43{font-size:1.2rem!important}.NavBar_userAvatar__3ePlD{background:linear-gradient(135deg,#3156d6,#3f9ecd)!important;font-family:Sora,Segoe UI,sans-serif!important;font-size:.82rem!important;height:35px!important;width:35px!important}.NavBar_userLabel__KZgGo{color:#122646;font-size:.86rem!important;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.NavBar_logoutButton__xTjkz,.NavBar_userLabel__KZgGo{font-family:Sora,Segoe UI,sans-serif!important;font-weight:600!important}.NavBar_logoutButton__xTjkz{background:linear-gradient(135deg,#22439c,#2d6eaf)!important;border-radius:.65rem!important;color:#fff!important;font-size:.82rem!important;padding:.43rem .78rem!important;text-transform:none!important}@media (max-width:960px){.NavBar_navBar__6\+P8c{padding:.7rem .75rem}.NavBar_brandTag__k-ZBU,.NavBar_desktopToggleButton__znsjX,.NavBar_shiftButton__lgyUB,.NavBar_userLabel__KZgGo{display:none!important}}@media (max-width:640px){.NavBar_navBar__6\+P8c{gap:.4rem;height:64px;padding:.55rem}.NavBar_brandBadge__m9ymP{height:32px;width:32px}.NavBar_brandName__7pzO3{font-size:.86rem!important}.NavBar_rightNavContainer__mZyho{gap:.35rem}.NavBar_iconButton__5n3-B,.NavBar_logoutButton__xTjkz{height:34px!important;min-width:34px!important;padding:.32rem .58rem!important}.NavBar_logoutButton__xTjkz{font-size:.74rem!important}}@media (min-width:961px){.NavBar_menuButton__N8wBj{display:none!important}}.MainLayout_contentRow__PKetj{background:linear-gradient(145deg,#edf3fb,#f7fbff 55%,#ecf5fc);display:block;margin-top:72px;min-height:calc(100vh - 72px);overflow-x:hidden;transition:background .24s ease}.MainLayout_dark__kQkwM{background:linear-gradient(145deg,#050b16,#0b1324 45%,#111b31)}.MainLayout_sidebarSpacer__3xItd{height:calc(100vh - 72px);left:0;pointer-events:none;position:fixed;top:72px;transition:width .24s ease;width:230px}.MainLayout_mainContent__EouFZ{margin-left:230px;min-height:calc(100vh - 72px);min-width:0;overflow-x:hidden;transition:margin-left .24s ease,background .24s ease,color .24s ease}.MainLayout_mainContentDark__jVpCm{color:#f2f6ff}.MainLayout_sidebarCollapsed__qhwIQ .MainLayout_sidebarSpacer__3xItd{width:96px}.MainLayout_mainContentCollapsed__39t2e{margin-left:96px}@media (max-width:960px){.MainLayout_sidebarSpacer__3xItd{display:none}.MainLayout_mainContentCollapsed__39t2e,.MainLayout_mainContent__EouFZ{margin-left:0}}.AdminSidePanel_container__xONqG{border-right:5px solid #880202;height:100%;padding:5rem 0}.AdminSidePanel_imgContainer__jjk0I{display:flex}.AdminSidePanel_image__AEaRe{height:6rem;margin:0 0 0 30px}.AdminSidePanel_divider__zCmBp{background-color:#fff;margin:0 0 40px}.AdminSidePanel_title__5MWzZ{font-size:1.2rem;font-weight:600;padding:1rem 1.5rem}.AdminSidePanel_image__AEaRe{height:5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AdminSidePanel_listItem__eyEo7{font-size:1rem;padding:.5rem 1.5rem}.AdminSidePanel_link__DF0dn{color:#000;text-decoration:none}.AdminSidePanel_listItem__eyEo7:active,.AdminSidePanel_listItem__eyEo7:focus,.AdminSidePanel_listItem__eyEo7:hover,.AdminSidePanel_selected__TjwpT{background-color:#88020218;color:#880202}.AdminSidePanel_selected__TjwpT{font-size:1rem;padding:.5rem 1.5rem}.LoginPage_pageShell__-RDgN.LoginPage_dark__XZPD1{background:radial-gradient(circle at 8% 76%,rgba(51,98,170,.22),transparent 20%),radial-gradient(circle at 98% 30%,rgba(46,117,138,.28),transparent 22%),radial-gradient(circle,rgba(100,132,172,.2) 1px,transparent 0);background-color:#07111f;background-size:auto,auto,22px 22px;color:#f3f7ff}.LoginPage_topNav__0sC0x.LoginPage_darkNav__smc9s{background:#07111f;border-bottom-color:#1a2c46}.LoginPage_iconAction__-JwOh.LoginPage_darkButton__lgwta{background:rgba(15,23,42,.72)!important;border-color:#2a3f5f!important;color:#f3f7ff!important}.LoginPage_navLinkBtn__He5ft.LoginPage_darkNavLink__0XmNk{background:rgba(15,23,42,.72);border-color:#2a3f5f;color:#f3f7ff}.LoginPage_navPrimaryBtn__uDrgr.LoginPage_darkPrimaryBtn__u0e\+r{background:linear-gradient(135deg,#5f8cff,#3f9ecd);border-color:#5f8cff;color:#f3f7ff}.LoginPage_dark__XZPD1 .LoginPage_brandTitle__CCV7M,.LoginPage_dark__XZPD1 .LoginPage_cardValue__CY8qr,.LoginPage_dark__XZPD1 .LoginPage_featureTitle__h5RTM,.LoginPage_dark__XZPD1 .LoginPage_finalCtaTitle__-I9Jw,.LoginPage_dark__XZPD1 .LoginPage_floatMain__9t0NW,.LoginPage_dark__XZPD1 .LoginPage_metricValue__5F1DC,.LoginPage_dark__XZPD1 .LoginPage_pageFooter__4iQhw :first-child,.LoginPage_dark__XZPD1 .LoginPage_valueTitle__B3r6h,.LoginPage_dark__XZPD1 .LoginPage_welcome__IWDID{color:#f3f7ff}.LoginPage_dark__XZPD1 .LoginPage_brandSubtitle__1qeji,.LoginPage_dark__XZPD1 .LoginPage_cardTitle__UwLz1,.LoginPage_dark__XZPD1 .LoginPage_featureDescription__xm7o5,.LoginPage_dark__XZPD1 .LoginPage_floatSub__AijK2,.LoginPage_dark__XZPD1 .LoginPage_metricLabel__zNCaG,.LoginPage_dark__XZPD1 .LoginPage_pageFooter__4iQhw :last-child,.LoginPage_dark__XZPD1 .LoginPage_subTopic__YLNom,.LoginPage_dark__XZPD1 .LoginPage_trustRow__ebMFT,.LoginPage_dark__XZPD1 .LoginPage_valueSubTitle__iSLZq{color:#8fa4c2}.LoginPage_dark__XZPD1 .LoginPage_eyebrow__Gc5fE,.LoginPage_dark__XZPD1 .LoginPage_valueEyebrow__kG9Tg{background:rgba(16,24,39,.7);border-color:#2a3f5f;color:#8eb5ff}.LoginPage_dark__XZPD1 .LoginPage_heroSecondaryBtn__9sx8I{border-bottom-color:#8eb5ff;color:#8eb5ff}.LoginPage_dark__XZPD1 .LoginPage_featureItem__dHI0Q,.LoginPage_dark__XZPD1 .LoginPage_floatCardBottom__ICZNr,.LoginPage_dark__XZPD1 .LoginPage_floatCardTop__94pwA,.LoginPage_dark__XZPD1 .LoginPage_metricsStrip__z37Mq,.LoginPage_dark__XZPD1 .LoginPage_pageFooter__4iQhw,.LoginPage_dark__XZPD1 .LoginPage_posCardMain__5uHuZ{background:rgba(15,23,42,.88);border-color:#233549;box-shadow:0 20px 40px rgba(2,8,20,.35)}.LoginPage_dark__XZPD1 .LoginPage_metricsStrip__z37Mq{background:rgba(9,17,31,.92)!important}.LoginPage_dark__XZPD1 .LoginPage_barRow__2IIO8 span{background:linear-gradient(180deg,#7aa2ff,#4f8dff)}.LoginPage_dark__XZPD1 .LoginPage_featureLink__qSvyE{color:#8eb5ff}.LoginPage_pageShell__-RDgN{background:radial-gradient(circle at 8% 76%,rgba(243,169,205,.22),transparent 20%),radial-gradient(circle at 98% 30%,hsla(44,79%,73%,.3),transparent 22%),radial-gradient(circle,rgba(18,66,120,.11) 1px,transparent 0);background-color:#eef3fa;background-size:auto,auto,22px 22px;min-height:100vh}.LoginPage_topNav__0sC0x{align-items:center;background:#fdfefe;border-bottom:1px solid #dfe7f2;display:flex;height:72px;justify-content:space-between;padding:0 3.2rem}.LoginPage_brandBlock__g\+4GM{align-items:center;display:flex;gap:.9rem}.LoginPage_brandMark__EVQN8{background:linear-gradient(135deg,#3059d5,#4bc5e8);border-radius:.65rem;color:#fff;display:grid;font-family:Sora,Segoe UI,sans-serif;font-weight:700;height:36px;place-items:center;width:36px}.LoginPage_brandTitle__CCV7M{color:#122347;font-family:Sora,Segoe UI,sans-serif;font-size:.95rem!important;font-weight:700!important;line-height:1.2!important}.LoginPage_brandSubtitle__1qeji{color:#7a8ea8;font-family:Sora,Segoe UI,sans-serif;font-size:.67rem!important;letter-spacing:.08em;text-transform:uppercase}.LoginPage_navActions__flkjD{align-items:center;display:flex;gap:.6rem}.LoginPage_iconAction__-JwOh{border:1px solid #dbe4ef!important;border-radius:.25rem!important;color:#325285!important;height:40px;min-width:40px!important;width:40px}.LoginPage_navLinkBtn__He5ft,.LoginPage_navPrimaryBtn__uDrgr{border-radius:.2rem;font-family:Sora,Segoe UI,sans-serif;font-size:.9rem;font-weight:600;padding:.65rem 1.5rem;text-decoration:none;transition:all .2s ease}.LoginPage_navLinkBtn__He5ft{background:#fff;border:1px solid #d9e2ef;color:#1a3362}.LoginPage_navPrimaryBtn__uDrgr{background:#3156d6;border:1px solid #2f53d5;color:#fff}.LoginPage_heroSection__AqbJH{margin:0 auto;max-width:1260px;padding:3.5rem 2.2rem 1.8rem}.LoginPage_gridContainer__tg\+k2{align-items:center}.LoginPage_eyebrow__Gc5fE{background:rgba(238,244,255,.7);border:1px solid #d4def2;border-radius:.15rem;color:#3754cb;display:inline-flex;font-family:Sora,Segoe UI,sans-serif;font-size:.74rem;font-weight:700!important;letter-spacing:.08em;padding:.52rem .8rem}.LoginPage_welcome__IWDID{color:#13274a;font-family:Sora,Segoe UI,sans-serif;font-size:clamp(2.4rem,5vw,4.5rem)!important;font-weight:800!important;line-height:1.05!important;margin-top:1.45rem!important;max-width:630px}.LoginPage_accentWord__yAwBC{color:#3d9ecc}.LoginPage_subTopic__YLNom{color:#5f728f;font-family:Sora,Segoe UI,sans-serif;font-size:1.06rem!important;line-height:1.65!important;margin-top:1.15rem!important;max-width:560px}.LoginPage_ctaRow__7JzrG{align-items:center;display:flex;gap:1rem;margin-top:1.9rem}.LoginPage_heroPrimaryBtn__MoHeD,.LoginPage_heroSecondaryBtn__9sx8I{font-family:Sora,Segoe UI,sans-serif;font-weight:600;text-decoration:none}.LoginPage_heroPrimaryBtn__MoHeD{align-items:center;background:#3156d6;border-radius:.2rem;box-shadow:0 12px 24px rgba(49,86,214,.24);color:#fff;display:inline-flex;gap:.5rem;padding:.9rem 1.45rem}.LoginPage_heroSecondaryBtn__9sx8I{border-bottom:1px solid #253e73;color:#253e73;padding-bottom:.28rem}.LoginPage_trustRow__ebMFT{color:#5b708c;display:flex;flex-wrap:wrap;font-family:Sora,Segoe UI,sans-serif;font-size:.95rem;gap:1.3rem;margin-top:1rem}.LoginPage_trustRow__ebMFT span{align-items:center;display:inline-flex;gap:.35rem}.LoginPage_trustRow__ebMFT svg{color:#2daa74;font-size:1rem}.LoginPage_visualCol__QpvUC{display:flex;justify-content:center}.LoginPage_visualWrap__cGv0A{border-radius:1.2rem;min-height:430px;position:relative;width:min(500px,92%)}.LoginPage_visualCircle__xyoFd{background:hsla(47,77%,78%,.65);border-radius:50%;height:280px;position:absolute;right:-50px;top:20px;width:280px}.LoginPage_posCardMain__5uHuZ{background:linear-gradient(155deg,#fff,#f5f9ff);border:1px solid #dbe4f0;border-radius:1rem;box-shadow:0 22px 40px rgba(29,61,88,.16);inset:78px 48px 45px 48px;padding:1.3rem;position:absolute}.LoginPage_cardTitle__UwLz1{color:#667d9c;font-family:Sora,Segoe UI,sans-serif;font-size:.83rem!important}.LoginPage_cardValue__CY8qr{color:#12274a;font-family:Sora,Segoe UI,sans-serif;font-size:2.2rem!important;font-weight:700!important;margin-top:.5rem!important}.LoginPage_cardSub__MANP1{color:#2aa16f;font-family:Sora,Segoe UI,sans-serif;font-size:.9rem!important;margin-top:.2rem!important}.LoginPage_barRow__2IIO8{align-items:flex-end;display:flex;gap:.5rem;height:60px;margin-top:1.1rem}.LoginPage_barRow__2IIO8 span{background:linear-gradient(180deg,#3e92da,#2f59d5);border-radius:.2rem .2rem 0 0;width:16%}.LoginPage_barRow__2IIO8 span:first-child{height:26px}.LoginPage_barRow__2IIO8 span:nth-child(2){height:38px}.LoginPage_barRow__2IIO8 span:nth-child(3){height:50px}.LoginPage_barRow__2IIO8 span:nth-child(4){height:35px}.LoginPage_barRow__2IIO8 span:nth-child(5){height:56px}.LoginPage_floatCardBottom__ICZNr,.LoginPage_floatCardTop__94pwA{background:#fff;border:1px solid #dbe4f0;border-radius:.25rem;box-shadow:0 12px 26px rgba(30,58,88,.12);padding:.7rem .9rem;position:absolute}.LoginPage_floatCardTop__94pwA{left:12px;top:138px}.LoginPage_floatCardBottom__ICZNr{bottom:72px;right:0}.LoginPage_floatMain__9t0NW{color:#223b68;font-family:Sora,Segoe UI,sans-serif;font-size:.83rem!important;font-weight:600!important}.LoginPage_floatSub__AijK2{color:#7b8fa8;font-family:Sora,Segoe UI,sans-serif;font-size:.76rem!important;margin-top:.2rem!important}.LoginPage_metricsStrip__z37Mq{grid-gap:.8rem;background:#f5f8fd!important;border:1px solid #dbe5f1;border-radius:.22rem!important;display:grid;gap:.8rem;grid-template-columns:repeat(4,minmax(120px,1fr));margin:2.4rem auto 0;padding:1.25rem 1.35rem;width:min(1060px,100%)}.LoginPage_metricLabel__zNCaG{color:#6b7f9a;font-family:Sora,Segoe UI,sans-serif;font-size:.8rem!important}.LoginPage_metricValue__5F1DC{color:#2e54d6;font-family:Sora,Segoe UI,sans-serif;font-size:1.65rem!important;font-weight:700!important;margin-top:.35rem!important}.LoginPage_valueSection__KJW4D{margin:3.4rem auto 0;max-width:1220px;padding:0 2.2rem;text-align:center}.LoginPage_valueEyebrow__kG9Tg{color:#4560c8;font-family:Sora,Segoe UI,sans-serif;font-size:.72rem!important;font-weight:700!important;letter-spacing:.12em}.LoginPage_valueTitle__B3r6h{color:#13274a;font-family:Sora,Segoe UI,sans-serif;font-size:clamp(2rem,3.4vw,3.4rem)!important;font-weight:800!important;line-height:1.15!important;margin-top:.85rem!important}.LoginPage_valueSubTitle__iSLZq{color:#61758f;font-family:Sora,Segoe UI,sans-serif;font-size:1rem!important;margin-top:.7rem!important}.LoginPage_featureGridSection__SCouN{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(220px,1fr));margin-top:2rem}.LoginPage_featureItem__dHI0Q{background:rgba(249,252,255,.92);border:1px solid #d9e3f2;border-radius:.2rem;padding:1.15rem 1.2rem;text-align:left}.LoginPage_featureIconBox__SJiwL{border-radius:.2rem;color:#fff;display:grid;font-family:Sora,Segoe UI,sans-serif;font-size:.72rem;font-weight:700;height:2.2rem;place-items:center;width:2.2rem}.LoginPage_featureIconAmber__AV41R{background:#f0b535}.LoginPage_featureIconPink__RF56s{background:#ef5a8c}.LoginPage_featureIconBlue__95q6X{background:#6e63f6}.LoginPage_featureTitle__h5RTM{color:#14274c;font-family:Sora,Segoe UI,sans-serif;font-size:1.2rem!important;font-weight:700!important;margin-top:.95rem!important}.LoginPage_featureDescription__xm7o5{color:#61758f;font-family:Sora,Segoe UI,sans-serif;font-size:.95rem!important;line-height:1.58!important;margin-top:.58rem!important}.LoginPage_featureLink__qSvyE{color:#2d52d6;display:inline-block;font-family:Sora,Segoe UI,sans-serif;font-size:.84rem;font-weight:600;margin-top:1rem;text-decoration:none}.LoginPage_finalCtaSection__O0Z8r{margin:2rem auto 0;max-width:1220px;padding:0 2.2rem 2rem}.LoginPage_finalCtaCard__4TRVn{align-items:center;background:linear-gradient(135deg,#2f53d5,#2c4ecd 45%,#3da4ce);border-radius:.2rem;box-shadow:0 20px 38px rgba(38,77,167,.22);display:flex;gap:1rem;justify-content:space-between;padding:2.1rem 2.2rem}.LoginPage_finalCtaEyebrow__HHfoe{color:rgba(234,244,255,.86);font-family:Sora,Segoe UI,sans-serif;font-size:.72rem!important;font-weight:700!important;letter-spacing:.1em}.LoginPage_finalCtaTitle__-I9Jw{color:#fff;font-size:clamp(1.8rem,2.8vw,3rem)!important;font-weight:800!important;line-height:1.12!important;max-width:620px}.LoginPage_finalCtaText__NU6Fq,.LoginPage_finalCtaTitle__-I9Jw{font-family:Sora,Segoe UI,sans-serif;margin-top:.6rem!important}.LoginPage_finalCtaText__NU6Fq{color:rgba(235,246,255,.9);font-size:1rem!important}.LoginPage_finalCtaButton__N3lP6{background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.28);border-radius:.2rem;color:#fff;font-family:Sora,Segoe UI,sans-serif;font-weight:700;min-width:170px;padding:.95rem 1rem;text-align:center;text-decoration:none}.LoginPage_pageFooter__4iQhw{align-items:center;background:rgba(253,254,255,.92);border-top:1px solid #dfe7f2;display:flex;justify-content:space-between;min-height:52px;padding:0 2rem}.LoginPage_pageFooter__4iQhw :first-child{color:#1a3362;font-family:Sora,Segoe UI,sans-serif;font-size:.8rem!important;font-weight:700!important}.LoginPage_pageFooter__4iQhw :last-child{color:#6e819b;font-family:Sora,Segoe UI,sans-serif;font-size:.73rem!important}.LoginPage_signInSection__s-Y7X{margin:2.3rem auto 0;max-width:780px;padding:0 1rem 2.2rem}.LoginPage_loginContainer__jojqy{background:linear-gradient(160deg,hsla(0,0%,100%,.98),rgba(246,250,253,.98));border:1px solid rgba(13,94,120,.14);border-radius:1.2rem!important;box-shadow:0 25px 52px rgba(23,66,86,.16);padding:2.15rem 2.2rem;width:100%}.LoginPage_logoText__zQ-Xo{color:#3f6f83;font-family:Sora,Segoe UI,sans-serif;font-size:.8rem!important;font-weight:700!important;letter-spacing:.14em;text-transform:uppercase}.LoginPage_formHeader__D-Kes{margin-bottom:.7rem;margin-top:.55rem}.LoginPage_formTitle__bVE92{color:#14394c;font-family:Sora,Segoe UI,sans-serif;font-size:1.62rem!important;font-weight:700!important}.LoginPage_formCaption__bZ-fn{color:#4a6979;font-family:Sora,Segoe UI,sans-serif;font-size:.95rem!important;margin-top:.25rem!important}.LoginPage_formBlock__MxNVK{margin-top:1.1rem}.LoginPage_formItem__hgJEz{color:#6a808d!important;font-family:Sora,Segoe UI,sans-serif;margin-top:1.2rem!important}.LoginPage_actionsRow__kqTnj a{text-decoration:none}.LoginPage_forgotButton__fJx\+\+{border-radius:.65rem!important;font-family:Sora,Segoe UI,sans-serif!important;font-weight:600!important;margin-top:.55rem!important;text-transform:none!important}@media (max-width:1199px){.LoginPage_topNav__0sC0x{padding:0 1.25rem}.LoginPage_heroSection__AqbJH{padding:1.8rem 1rem 1.1rem}.LoginPage_visualWrap__cGv0A{margin-top:1.4rem}.LoginPage_metricsStrip__z37Mq{grid-template-columns:repeat(2,minmax(140px,1fr))}.LoginPage_finalCtaSection__O0Z8r,.LoginPage_valueSection__KJW4D{padding:0 1rem}.LoginPage_featureGridSection__SCouN{grid-template-columns:1fr}.LoginPage_finalCtaCard__4TRVn{align-items:flex-start;flex-direction:column}}@media (max-width:767px){.LoginPage_topNav__0sC0x{align-items:flex-start;flex-direction:column;gap:.7rem;height:auto;padding-bottom:.75rem;padding-top:.75rem}.LoginPage_navActions__flkjD{width:100%}.LoginPage_navLinkBtn__He5ft,.LoginPage_navPrimaryBtn__uDrgr{flex:1 1;text-align:center}.LoginPage_welcome__IWDID{font-size:2.4rem!important}.LoginPage_subTopic__YLNom{font-size:1rem!important}.LoginPage_ctaRow__7JzrG{align-items:flex-start;flex-direction:column}.LoginPage_heroPrimaryBtn__MoHeD,.LoginPage_heroSecondaryBtn__9sx8I{justify-content:center;text-align:center;width:100%}.LoginPage_visualWrap__cGv0A{min-height:380px}.LoginPage_posCardMain__5uHuZ{inset:90px 18px 45px 18px}.LoginPage_floatCardTop__94pwA{top:38px}.LoginPage_floatCardBottom__ICZNr{bottom:18px;right:14px}.LoginPage_metricsStrip__z37Mq{grid-template-columns:1fr;margin-top:1.3rem}.LoginPage_valueSection__KJW4D{margin-top:2rem}.LoginPage_valueTitle__B3r6h{font-size:2.1rem!important}.LoginPage_pageFooter__4iQhw{align-items:flex-start;flex-direction:column;gap:.3rem;padding:.8rem 1rem}.LoginPage_signInSection__s-Y7X{margin-top:1.3rem}.LoginPage_loginContainer__jojqy{box-shadow:0 15px 30px rgba(31,66,79,.12);padding:1.35rem 1.2rem}}@media (max-width:640px){.LoginPage_topNav__0sC0x{padding-left:.7rem;padding-right:.7rem}.LoginPage_brandSubtitle__1qeji,.LoginPage_floatCardBottom__ICZNr,.LoginPage_floatCardTop__94pwA,.LoginPage_heroSecondaryBtn__9sx8I,.LoginPage_iconAction__-JwOh{display:none!important}.LoginPage_navActions__flkjD{gap:.45rem}.LoginPage_navLinkBtn__He5ft,.LoginPage_navPrimaryBtn__uDrgr{font-size:.8rem;padding:.55rem .8rem}.LoginPage_heroSection__AqbJH{padding:1rem .75rem .8rem}.LoginPage_welcome__IWDID{font-size:1.95rem!important;line-height:1.12!important;margin-top:.95rem!important}.LoginPage_subTopic__YLNom{font-size:.9rem!important;line-height:1.5!important;margin-top:.7rem!important}.LoginPage_ctaRow__7JzrG{margin-top:1rem}.LoginPage_heroPrimaryBtn__MoHeD{padding:.78rem 1rem}.LoginPage_visualWrap__cGv0A{min-height:290px;width:100%}.LoginPage_visualCircle__xyoFd{height:180px;right:-26px;top:8px;width:180px}.LoginPage_posCardMain__5uHuZ{inset:52px 8px 12px 8px;padding:.8rem}.LoginPage_cardValue__CY8qr{font-size:1.6rem!important}.LoginPage_metricsStrip__z37Mq{gap:.55rem;padding:.8rem}.LoginPage_metricValue__5F1DC{font-size:1.25rem!important}.LoginPage_finalCtaSection__O0Z8r,.LoginPage_valueSection__KJW4D{margin-top:1.3rem;padding:0 .75rem}.LoginPage_valueTitle__B3r6h{font-size:1.7rem!important}.LoginPage_finalCtaCard__4TRVn{padding:1.2rem 1rem}.LoginPage_finalCtaTitle__-I9Jw{font-size:1.45rem!important}.LoginPage_finalCtaButton__N3lP6{width:100%}}.SignInPage_pageShell__zuyL1.SignInPage_dark__7LUyu{background-color:#07111f;color:#f3f7ff}.SignInPage_topNav__Zzmt5.SignInPage_darkNav__wKYx4{background:#07111f;border-bottom-color:#16253d}.SignInPage_dark__7LUyu .SignInPage_badgesRow__b-vGO span,.SignInPage_dark__7LUyu .SignInPage_bottomFooter__Cw-LM :first-child,.SignInPage_dark__7LUyu .SignInPage_bottomFooter__Cw-LM :last-child,.SignInPage_dark__7LUyu .SignInPage_brandSubtitle__ZvlQQ,.SignInPage_dark__7LUyu .SignInPage_brandTitle__Arj-w,.SignInPage_dark__7LUyu .SignInPage_copyText__T\+Jsu,.SignInPage_dark__7LUyu .SignInPage_copyTitle__oU2dE,.SignInPage_dark__7LUyu .SignInPage_floatDesc__PBYEW,.SignInPage_dark__7LUyu .SignInPage_floatTitle__QEg7n,.SignInPage_dark__7LUyu .SignInPage_formCaption__HUr0l,.SignInPage_dark__7LUyu .SignInPage_formHeaderBar__n4U19,.SignInPage_dark__7LUyu .SignInPage_formTitle__88pwl,.SignInPage_dark__7LUyu .SignInPage_securityNote__dyxG4{color:#f3f7ff}.SignInPage_dark__7LUyu .SignInPage_bottomFooter__Cw-LM :last-child,.SignInPage_dark__7LUyu .SignInPage_brandSubtitle__ZvlQQ,.SignInPage_dark__7LUyu .SignInPage_copyText__T\+Jsu,.SignInPage_dark__7LUyu .SignInPage_floatDesc__PBYEW,.SignInPage_dark__7LUyu .SignInPage_formCaption__HUr0l,.SignInPage_dark__7LUyu .SignInPage_securityNote__dyxG4{color:#8fa4c2}.SignInPage_iconAction__ipA7j.SignInPage_darkButton__ROhvX{background:rgba(15,23,42,.72)!important;border-color:#233549!important;color:#f3f7ff!important}.SignInPage_navLinkBtn__GRdLp.SignInPage_darkNavLink__8xk3V{background:rgba(15,23,42,.72);border-color:#233549;color:#f3f7ff}.SignInPage_dark__7LUyu .SignInPage_bottomFooter__Cw-LM,.SignInPage_dark__7LUyu .SignInPage_floatingStatLeft__Jda0r,.SignInPage_dark__7LUyu .SignInPage_floatingStatRight__BfBdQ,.SignInPage_dark__7LUyu .SignInPage_loginCard__mWIJW{background:rgba(15,23,42,.88);border-color:#233549;box-shadow:0 18px 34px rgba(2,8,20,.36)}.SignInPage_dark__7LUyu .SignInPage_badgesRow__b-vGO span,.SignInPage_dark__7LUyu .SignInPage_copyEyebrow__upZRd,.SignInPage_dark__7LUyu .SignInPage_formHeaderBar__n4U19{background:rgba(16,24,39,.7);border-color:#233549;color:#8eb5ff}.SignInPage_dark__7LUyu .SignInPage_copyTitle__oU2dE span,.SignInPage_dark__7LUyu .SignInPage_formTitle__88pwl span{color:#7aa2ff}.SignInPage_dark__7LUyu .SignInPage_modelPlaceholder__timz9{box-shadow:0 20px 36px rgba(2,8,20,.4)}.SignInPage_dark__7LUyu .SignInPage_submitGhost__u4m4q{box-shadow:0 12px 24px rgba(95,140,255,.25)!important}.SignInPage_pageShell__zuyL1{background:radial-gradient(circle at 10% 70%,rgba(243,169,205,.2),transparent 20%),radial-gradient(circle at 95% 92%,rgba(170,162,255,.24),transparent 25%),radial-gradient(circle,rgba(18,66,120,.1) 1px,transparent 0);background-color:#eef3fa;background-size:auto,auto,22px 22px;min-height:100vh}.SignInPage_topNav__Zzmt5{align-items:center;background:#fdfefe;border-bottom:1px solid #dfe7f2;display:flex;height:72px;justify-content:space-between;padding:0 3.2rem}.SignInPage_brandBlock__qZ5\+E{align-items:center;display:flex;gap:.9rem}.SignInPage_brandMark__51Ypw{background:linear-gradient(135deg,#3059d5,#4bc5e8);border-radius:.65rem;color:#fff;display:grid;font-family:Sora,Segoe UI,sans-serif;font-weight:700;height:36px;place-items:center;width:36px}.SignInPage_brandTitle__Arj-w{color:#122347;font-family:Sora,Segoe UI,sans-serif;font-size:.95rem!important;font-weight:700!important;line-height:1.2!important}.SignInPage_brandSubtitle__ZvlQQ{color:#7a8ea8;font-family:Sora,Segoe UI,sans-serif;font-size:.67rem!important;letter-spacing:.08em;text-transform:uppercase}.SignInPage_navActions__anues{align-items:center;display:flex;gap:.6rem}.SignInPage_iconAction__ipA7j{border:1px solid #dbe4ef!important;border-radius:.25rem!important;color:#325285!important;height:40px;min-width:40px!important;width:40px}.SignInPage_navLinkBtn__GRdLp{background:#fff;border:1px solid #d9e2ef;border-radius:.2rem;color:#1a3362;font-family:Sora,Segoe UI,sans-serif;font-size:.9rem;font-weight:600;padding:.65rem 1.5rem;text-decoration:none}.SignInPage_signInLayout__0hfBm{grid-gap:1.6rem;display:grid;gap:1.6rem;grid-template-columns:1.05fr 1fr;margin:0 auto;max-width:1300px;padding:2.1rem 1.8rem 1.2rem}.SignInPage_visualPanel__1m8cF{min-height:620px;position:relative}.SignInPage_floatingStatLeft__Jda0r,.SignInPage_floatingStatRight__BfBdQ{background:#fff;border:1px solid #dbe4f0;border-radius:.25rem;box-shadow:0 12px 26px rgba(30,58,88,.12);padding:.7rem .85rem;position:absolute}.SignInPage_floatingStatLeft__Jda0r{left:10px;top:40px}.SignInPage_floatingStatRight__BfBdQ{right:25px;top:22px}.SignInPage_floatTitle__QEg7n{color:#223b68;font-family:Sora,Segoe UI,sans-serif;font-size:.83rem!important;font-weight:600!important}.SignInPage_floatDesc__PBYEW{color:#7b8fa8;font-family:Sora,Segoe UI,sans-serif;font-size:.76rem!important;margin-top:.2rem!important}.SignInPage_modelPlaceholder__timz9{background:radial-gradient(circle at 58% 20%,#231c1f 0,#231c1f 20%,transparent 21%),radial-gradient(circle at 50% 30%,#f0c3ad 0,#f0c3ad 24%,transparent 25%),linear-gradient(180deg,#f5b8c8,#f3a2b8 48%,#f8e8ef 49%,#f8e8ef);border-radius:45% 45% 40% 40%;box-shadow:0 20px 36px rgba(24,46,77,.16);height:500px;left:50%;position:absolute;top:65px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:min(420px,80%)}.SignInPage_leftCopyBlock__-kfpl{bottom:20px;left:32px;max-width:360px;position:absolute}.SignInPage_copyEyebrow__upZRd{background:rgba(238,244,255,.85);border:1px solid #d4def2;border-radius:.14rem;color:#415d91;display:inline-flex;font-size:.67rem!important;letter-spacing:.1em;padding:.38rem .62rem}.SignInPage_copyEyebrow__upZRd,.SignInPage_copyTitle__oU2dE{font-family:Sora,Segoe UI,sans-serif;font-weight:700!important}.SignInPage_copyTitle__oU2dE{color:#13274a;font-size:2.05rem!important;line-height:1.1!important;margin-top:.75rem!important}.SignInPage_copyTitle__oU2dE span{color:#2f8fbd}.SignInPage_copyText__T\+Jsu{color:#5f728f;font-family:Sora,Segoe UI,sans-serif;font-size:.95rem!important;line-height:1.6!important;margin-top:.7rem!important}.SignInPage_formPanel__H4b8B{padding-top:.9rem}.SignInPage_formHeaderBar__n4U19{align-items:center;background:rgba(238,244,255,.85);border:1px solid #d4def2;border-radius:.16rem;color:#3156d6;display:inline-flex;font-family:Sora,Segoe UI,sans-serif;font-size:.67rem;font-weight:700;gap:.5rem;letter-spacing:.08em;padding:.42rem .6rem;text-transform:uppercase}.SignInPage_formTitle__88pwl{color:#13274a;font-family:Sora,Segoe UI,sans-serif;font-size:clamp(2.4rem,4vw,4rem)!important;font-weight:800!important;line-height:.98!important;margin-top:.8rem!important;max-width:500px}.SignInPage_formTitle__88pwl span{color:#3d9ecc}.SignInPage_formCaption__HUr0l{color:#5f728f;font-family:Sora,Segoe UI,sans-serif;font-size:.96rem!important;margin-top:.65rem!important}.SignInPage_badgesRow__b-vGO{display:flex;flex-wrap:wrap;gap:.42rem;margin-top:.8rem}.SignInPage_badgesRow__b-vGO span{background:rgba(238,244,255,.8);border:1px solid #d4def2;border-radius:.15rem;color:#36518a;font-family:Sora,Segoe UI,sans-serif;font-size:.7rem;padding:.3rem .5rem}.SignInPage_loginCard__mWIJW{background:rgba(245,248,253,.85)!important;border:1px solid #dbe5f1;border-radius:.22rem!important;margin-top:.8rem;padding:1rem}.SignInPage_formBlock__kyXaB{margin-top:.2rem}.SignInPage_quickActions__hKnAR{grid-gap:.65rem;display:grid;gap:.65rem;grid-template-columns:1fr 1fr;margin-top:.9rem}.SignInPage_createButton__w-b0U{background:#fff!important;border-color:#cfd9e8!important;border-radius:.16rem!important;color:#264379!important}.SignInPage_createButton__w-b0U,.SignInPage_submitGhost__u4m4q{font-family:Sora,Segoe UI,sans-serif!important;font-weight:600!important;text-transform:none!important}.SignInPage_submitGhost__u4m4q{background:linear-gradient(135deg,#3156d6,#3f9ecd)!important;border-radius:.16rem!important;box-shadow:0 12px 24px rgba(49,86,214,.25)!important}.SignInPage_formItem__Pr1-8{color:#6a808d!important;font-family:Sora,Segoe UI,sans-serif;margin-top:1rem!important}.SignInPage_actionsRow__a4BDD a{text-decoration:none}.SignInPage_forgotButton__PjbET{border-radius:.5rem!important;font-family:Sora,Segoe UI,sans-serif!important;font-weight:600!important;margin-top:.45rem!important;text-transform:none!important}.SignInPage_securityNote__dyxG4{align-items:center;color:#627995;display:flex;font-family:Sora,Segoe UI,sans-serif;font-size:.76rem;gap:.38rem;margin-top:.9rem}.SignInPage_bottomFooter__Cw-LM{align-items:center;background:rgba(253,254,255,.9);border-top:1px solid #dfe7f2;display:flex;justify-content:space-between;margin-top:.8rem;min-height:48px;padding:0 2rem}.SignInPage_bottomFooter__Cw-LM :first-child{color:#1a3362;font-family:Sora,Segoe UI,sans-serif;font-size:.8rem!important;font-weight:700!important}.SignInPage_bottomFooter__Cw-LM :last-child{color:#6e819b;font-family:Sora,Segoe UI,sans-serif;font-size:.73rem!important}@media (max-width:1100px){.SignInPage_topNav__Zzmt5{padding:0 1.2rem}.SignInPage_signInLayout__0hfBm{grid-template-columns:1fr;padding:1.1rem 1rem 1rem}.SignInPage_visualPanel__1m8cF{min-height:520px}.SignInPage_leftCopyBlock__-kfpl{left:10px;max-width:300px}.SignInPage_formPanel__H4b8B{padding-top:0}}@media (max-width:700px){.SignInPage_topNav__Zzmt5{align-items:flex-start;flex-direction:column;gap:.65rem;height:auto;padding-bottom:.7rem;padding-top:.7rem}.SignInPage_navActions__anues{width:100%}.SignInPage_navLinkBtn__GRdLp{flex:1 1;text-align:center}.SignInPage_visualPanel__1m8cF{min-height:440px}.SignInPage_floatingStatLeft__Jda0r,.SignInPage_floatingStatRight__BfBdQ{display:none}.SignInPage_modelPlaceholder__timz9{height:360px;top:20px;width:min(300px,88%)}.SignInPage_leftCopyBlock__-kfpl{bottom:0}.SignInPage_copyTitle__oU2dE{font-size:1.65rem!important}.SignInPage_formTitle__88pwl{font-size:2.4rem!important}.SignInPage_quickActions__hKnAR{grid-template-columns:1fr}.SignInPage_bottomFooter__Cw-LM{align-items:flex-start;flex-direction:column;gap:.3rem;padding:.8rem 1rem}}@media (max-width:640px){.SignInPage_topNav__Zzmt5{gap:.5rem;padding-left:.75rem;padding-right:.75rem}.SignInPage_brandSubtitle__ZvlQQ,.SignInPage_floatingStatLeft__Jda0r,.SignInPage_floatingStatRight__BfBdQ,.SignInPage_iconAction__ipA7j,.SignInPage_leftCopyBlock__-kfpl,.SignInPage_modelPlaceholder__timz9,.SignInPage_securityNote__dyxG4{display:none!important}.SignInPage_navActions__anues{width:100%}.SignInPage_navLinkBtn__GRdLp{font-size:.82rem;padding:.56rem .72rem;text-align:center;width:100%}.SignInPage_signInLayout__0hfBm{gap:.75rem;padding:.8rem .7rem}.SignInPage_visualPanel__1m8cF{display:none}.SignInPage_formHeaderBar__n4U19{font-size:.62rem}.SignInPage_formTitle__88pwl{font-size:1.8rem!important;line-height:1.08!important;margin-top:.55rem!important}.SignInPage_formCaption__HUr0l{font-size:.87rem!important}.SignInPage_badgesRow__b-vGO span{font-size:.62rem;padding:.26rem .42rem}.SignInPage_loginCard__mWIJW{margin-top:.6rem;padding:.75rem}.SignInPage_quickActions__hKnAR{gap:.45rem;margin-top:.65rem}}.ImageUploader_container__mgWAi{border:1px solid #c4c4c4;border-radius:4px;margin-top:5px}.ImageUploader_imgList__xbjOn{height:250px;margin-left:15px;overflow-x:clip;overflow-y:auto}.ImageUploader_itemContainer__xRf5j{height:10;width:10}.ImageUploader_image__Rp0FH{border:1px solid #000;max-height:100%;max-width:100%;object-fit:contain}.ImageUploader_imageBar__259O7{background:linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.3) 0,transparent 0)}.ImageUploader_closeIcon__f87Ql{background:#000;color:#fff;height:2px;padding:10px;width:2px}.ImageUploader_buttonContainer__VkTH4{display:flex;justify-content:right;margin:0 5px 5px 0}.CategoryList_selected__euBA6{background-color:#a02323;color:#fff}.CategoryList_selected__euBA6:hover{color:#000}.AddCategory_headingContainer__VDjd\+{display:flex;justify-content:space-between}.AddCategory_closeButton__6hSNQ{border:1px solid #9e1618;color:#9e1618;padding:.2rem}.AddCategory_formItem__CugKp{margin-top:1rem}.AddCategory_formLabel__gOZo4{font-weight:600}.AddCategory_formInput__5CpLn{margin-top:.3rem}.AddCategory_validation__VaF75{color:red}.AddCategory_buttonContainer__AHJBY{display:flex;justify-content:center;margin-bottom:1rem;margin-top:2rem}.AddCategory_submitButton__Qhs1W{width:10rem}.NestedTable_tableContainer__xM4jV{background-color:#fff;display:flex;height:-webkit-max-content;height:max-content;justify-content:center;margin-bottom:1rem;margin-top:1rem;padding:1rem;width:100%}.NestedTable_tRow__QJsB1{display:flex;justify-content:space-between}.NestedTable_tCell__KD8XA{align-items:center;border-bottom:none;display:flex}.NestedTable_line__tbmcH{border-top:.1px solid #e0e0e0}.Management_pageContainer__WvjWC{height:100%;margin-top:5rem}.Management_subNavBar__f0Lds{display:flex;height:5rem;justify-content:space-between;margin-bottom:1rem}.Management_topic__XSsKv{font-family:Sora;font-size:24px;font-style:normal;font-weight:500;line-height:29px}.Management_gridContent__x5Bzt{border-radius:8px;height:25rem;margin:1rem}.Management_buttonItem__RBfTZ{background-color:#9e1618;border-radius:8px;font-family:Sora;font-size:18px;font-weight:400;justify-self:center;margin:.5rem 0;padding:0 2rem}.AddUser_headingContainer__uYYar{display:flex;justify-content:space-between}.AddUser_closeButton__sMKKa{border:1px solid #9e1618;color:#9e1618;padding:.2rem}.AddUser_formItem__uGHDB{margin-top:1rem}.AddUser_formLabel__1yJ4D{font-weight:600}.AddUser_formInput__7RPQr{margin-top:.3rem}.AddUser_validation__PDlH7{color:red}.AddUser_formTextFilde__SjPTf{width:100%}.AddUser_filed__t4-cF{padding:.5rem 0}.AddUser_submitButton__16fMb{margin-top:3rem!important;width:10rem}.AddUser_buttonRap__cXav6{text-align:center}.AddUser_imageDev__HNX5w{display:flex;justify-content:center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.UserList_row__grAg8{align-items:center;background-color:#ededed;box-shadow:none;display:flex;height:4rem;justify-content:space-between;margin:5px 0}.UserList_subContainer__uH07O{align-items:center;display:flex;justify-content:left}.UserList_brContainer__6FLs\+{margin-left:8rem}.UserList_image__e8ddv{border-radius:5rem;height:3rem;margin:.4rem;width:3rem}.UserList_textContainer__aUkUl{padding-left:10;width:15rem}.UserList_text1__y0g7c{font-size:18px;font-weight:600}.UserList_text2__8\+42D{font-size:14px;font-weight:600}.UserList_buttonContainer__5DoEI{padding:10px 5px 0 0}.Roles_container__avynx{background-color:#fff;height:40rem}.Roles_table__-xQKe{height:-webkit-max-content;height:max-content}.Roles_row__RvxWy{height:30px}.Roles_tCell__Hkind{border-bottom:none}.Roles_pagination__qZBOS{justify-content:center;right:0}.Roles_headingContainer__fXQ\+M{display:flex;justify-content:space-between}.Roles_closeButton__4BsPd{border:1px solid #9e1618;color:#9e1618;padding:.2rem}.Roles_formItem__tCzCM{margin-top:1rem}.Roles_formLabel__XHrRg{font-weight:600}.Roles_formInput__bcA5Y{margin-top:.3rem}.Roles_submitButton__6o7LC{margin-top:3rem!important;width:10rem}.Roles_buttonContainer__nvu5\+{text-align:center}.Roles_validation__rWDVr{color:red}.Privilege_container__67eFe{background-color:#fff;height:40rem}.Privilege_table__qR0hW{height:-webkit-max-content;height:max-content}.Privilege_row__xLt1M{height:30px}.Privilege_tCell__dieQt{border-bottom:none}.Privilege_pagination__3nsO1{justify-content:center;right:0}.Privilege_headingContainer__5QmRG{display:flex;justify-content:space-between}.Privilege_closeButton__LPBgn{border:1px solid #9e1618;color:#9e1618;padding:.2rem}.Privilege_formItem__FGNcu{margin-top:1rem}.Privilege_formLabel__UmhX9{font-weight:600}.Privilege_formInput__R3d6U{margin-top:.3rem}.Privilege_submitButton__ZTnF7{margin-top:3rem!important;width:10rem}.Privilege_buttonContainer__pTQZp{text-align:center}.Privilege_validation__L4Y9m{color:red}.BrPriv_container__fCzpU{background-color:#fff;height:40rem}.BrPriv_table__gDO8c{height:-webkit-max-content;height:max-content}.BrPriv_row__xh964{height:30px}.BrPriv_tCell__ryYI\+{border-bottom:none}.BrPriv_pagination__l5LyV{justify-content:center;right:0}.BrPriv_headingContainer__Q808r{display:flex;justify-content:space-between}.BrPriv_closeButton__rqmRI{border:1px solid #9e1618;color:#9e1618;padding:.2rem}.BrPriv_formItem__BhJb1{margin-top:1rem}.BrPriv_formLabel__XguoG{font-weight:600}.BrPriv_formInput__UhSD\+{margin-top:.3rem}.BrPriv_submitButton__Q0cNw{margin-top:3rem!important;width:10rem}.BrPriv_buttonContainer__tevVe{text-align:center}.BrPriv_validation__KKvKe{color:red}.RightSidePanel_container__q\+\+1p{background:#fff;border-radius:1rem!important;box-shadow:none!important;display:flex;flex-direction:column;height:100%;min-height:calc(100vh - 10rem);padding:0;position:relative}.RightSidePanel_compactContainer__Nq5B5{border-radius:.95rem!important;display:block;height:auto!important;min-height:0!important;overflow:hidden}.RightSidePanel_scanFlash__70fpd{-webkit-animation:RightSidePanel_salePulse__9ELCs .7s ease;animation:RightSidePanel_salePulse__9ELCs .7s ease}@-webkit-keyframes RightSidePanel_salePulse__9ELCs{0%{box-shadow:0 0 0 0 rgba(47,107,255,.32),0 0 0 0 rgba(66,190,255,.2)!important;-webkit-transform:translateY(0);transform:translateY(0)}30%{box-shadow:0 0 0 3px rgba(47,107,255,.24),0 10px 26px rgba(63,137,248,.18)!important;-webkit-transform:translateY(-1px);transform:translateY(-1px)}to{box-shadow:none!important;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes RightSidePanel_salePulse__9ELCs{0%{box-shadow:0 0 0 0 rgba(47,107,255,.32),0 0 0 0 rgba(66,190,255,.2)!important;-webkit-transform:translateY(0);transform:translateY(0)}30%{box-shadow:0 0 0 3px rgba(47,107,255,.24),0 10px 26px rgba(63,137,248,.18)!important;-webkit-transform:translateY(-1px);transform:translateY(-1px)}to{box-shadow:none!important;-webkit-transform:translateY(0);transform:translateY(0)}}.RightSidePanel_sale-header__x\+Rrz{align-items:center;border-bottom:1px solid #eef1f6;display:flex;justify-content:space-between;padding:1rem 1.1rem .85rem}.RightSidePanel_mobileSaleHeader__SbarZ{cursor:pointer;gap:.8rem}.RightSidePanel_mobileSaleDock__ABgs8{position:relative}.RightSidePanel_mobileSaleDock__ABgs8 .RightSidePanel_container__q\+\+1p{min-height:0;min-height:auto}.RightSidePanel_mobileSaleDock__ABgs8 .RightSidePanel_cream-panel__vLBkD{max-height:calc(100vh - 11rem);overflow-y:auto}.RightSidePanel_mobileSaleBar__mdO1t{border-radius:.95rem!important;box-shadow:0 14px 28px rgba(18,36,62,.14)!important;height:auto!important;left:.55rem;min-height:0!important;min-height:auto!important;overflow:hidden;position:fixed;right:.55rem;top:calc(72px + .55rem);z-index:1260}.RightSidePanel_mobileSaleBar__mdO1t .RightSidePanel_cream-panel__vLBkD{display:none}.RightSidePanel_mobileSalePopup__BToVP{border-radius:.9rem!important;bottom:.55rem;box-shadow:0 22px 42px rgba(18,36,62,.22)!important;left:.55rem;overflow:hidden;position:fixed;right:.55rem;top:calc(72px + 4.95rem);z-index:1260}.RightSidePanel_mobileSheet__VfpyN{border-radius:0!important;box-shadow:none!important;height:auto!important;min-height:0!important;overflow:visible!important}.RightSidePanel_mobileSheet__VfpyN .RightSidePanel_cream-panel__vLBkD{min-height:0;overflow:visible}.RightSidePanel_mobileSheet__VfpyN .RightSidePanel_sale-header__x\+Rrz{background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:2}.RightSidePanel_saleHeaderLeft__iFdG8{align-items:flex-start;display:flex;flex-direction:column}.RightSidePanel_saleHeaderRight__4TXqs{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.RightSidePanel_saleMetaText__oVYjs{color:#7a8eaa;font-family:Sora,Segoe UI,sans-serif!important;font-size:.72rem!important;line-height:1.2!important;margin-top:.18rem!important}.RightSidePanel_mobileSummaryStats__P\+7Rl{align-items:baseline;display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.18rem}.RightSidePanel_mobileSummaryCount__RPxHH{color:#2d3f63}.RightSidePanel_mobileSummaryCount__RPxHH,.RightSidePanel_mobileSummaryTotal__zMBT8{font-family:Sora,Segoe UI,sans-serif!important;font-size:1.02rem!important;font-weight:800!important;line-height:1!important;margin:0!important}.RightSidePanel_mobileSummaryTotal__zMBT8{color:#1d4fb7}.RightSidePanel_saleChevron__VBaT1{color:#4f68a6;font-size:.72rem;font-weight:700}.RightSidePanel_invoice-link__F7iv5{background:transparent;border:none;color:#2f6bff;cursor:pointer;font-family:Sora,Segoe UI,sans-serif;font-size:.88rem;font-weight:600}@media (max-width:640px){.RightSidePanel_mobileSummaryCount__RPxHH,.RightSidePanel_mobileSummaryTotal__zMBT8{font-size:1.08rem!important}}.RightSidePanel_top-panel__2psCJ{align-items:center;display:flex;justify-content:center;min-height:.3rem}.RightSidePanel_cream-panel__vLBkD{background:#fff;border-radius:0;display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding-bottom:.3rem}.RightSidePanel_customerRow__KFfrA{align-items:center;display:flex;padding:.6rem .9rem .2rem}.RightSidePanel_bottom-panel__PgmgY{align-items:center;display:flex;justify-content:center;margin-top:.9rem}.RightSidePanel_bottom-text__Yzor1{color:#fdfdfd;font-size:14px;line-height:1.2;text-align:center}.RightSidePanel_full-width__ubhU2{width:100%}.RightSidePanel_bills-heading__\+bZdO{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif;font-size:1.15rem;font-weight:700}.RightSidePanel_sale-subtitle__PIAV\+{color:#7a8eaa;font-family:Sora,Segoe UI,sans-serif;font-size:.82rem;margin:0 1rem .6rem}.RightSidePanel_product-row__K1LPa{align-items:center;display:flex;font-size:.92rem;justify-content:space-between;margin-bottom:.8rem;margin-left:.7rem}.RightSidePanel_product-no__hNM\+w,.RightSidePanel_qty-button__4yuFb{align-items:center;background-color:#e9eef7;border-radius:999px;color:#1e3157;cursor:pointer;display:flex;font-size:.72rem;height:22px;justify-content:center;width:22px}.RightSidePanel_product-price-text__32sj3,.RightSidePanel_product-price__V5ruL{font-size:.92rem}.RightSidePanel_divider__qXjRo,.RightSidePanel_dividertwo__4M5Nd{background-color:#dce5f2;height:1px;margin-bottom:.8rem;margin-top:1rem;width:100%}.RightSidePanel_text-value-row__cqbBh{align-items:center;display:flex;justify-content:space-between;margin:.7rem 0}.RightSidePanel_text-label__98YAd{font-size:1rem;margin-left:1rem}.RightSidePanel_text-value__EPM-y{font-size:1rem;margin-right:1rem}.RightSidePanel_pay-text__YvQks,.RightSidePanel_pay-value__GBhlv{font-size:1.2rem;font-weight:700;margin:.35rem 1rem}.RightSidePanel_product-table__L3GaC{border-collapse:collapse;width:100%}.RightSidePanel_product-table__L3GaC td{padding:8px}.RightSidePanel_product-table__L3GaC td>div{display:flex}.RightSidePanel_summary-button__34n-N{background:#fff;border:none;border-radius:.55rem;box-shadow:0 10px 18px rgba(9,26,55,.2);color:#1b376a;cursor:pointer;font-family:Sora,Segoe UI,sans-serif;font-weight:600;min-width:82%;padding:.78rem 1.2rem}.RightSidePanel_summary-text__CTQCt{font-size:.95rem}.RightSidePanel_invoices-button__oe30U{background-color:hsla(0,0%,100%,.2);border:none;border-radius:.55rem;color:#fff;cursor:pointer;margin-top:.6rem;padding:.75rem 1.1rem}.RightSidePanel_searchBarContainer__T7RJJ,.RightSidePanel_searchItemContainer__6XZ\+O{align-items:center;background-color:#f6f9fd;border:1px solid #e1e8f4;border-radius:8px;display:flex;justify-content:center;margin-bottom:10px;padding:2px}.RightSidePanel_searchIcon__1QIzN{margin:0 50px 0 20px}.RightSidePanel_searchInput__NtLKl{border:none;outline:none;width:100%}.RightSidePanel_detailsButton__ZNI\+J{display:flex;justify-content:center;margin:1rem}@media (max-width:768px){.RightSidePanel_container__q\+\+1p{border-radius:.8rem!important;min-height:auto}.RightSidePanel_summary-button__34n-N{width:100%}.RightSidePanel_bills-heading__\+bZdO{font-size:1.15rem}.RightSidePanel_pay-text__YvQks,.RightSidePanel_pay-value__GBhlv{font-size:1rem}}@media (max-width:640px){.RightSidePanel_container__q\+\+1p{border-radius:.7rem!important;min-height:0;min-height:auto}.RightSidePanel_sale-header__x\+Rrz{padding:.72rem .75rem .62rem}.RightSidePanel_mobileSaleHeader__SbarZ{align-items:flex-start}.RightSidePanel_bills-heading__\+bZdO{font-size:.98rem}.RightSidePanel_invoice-link__F7iv5{font-size:.76rem}.RightSidePanel_saleMetaText__oVYjs{font-size:.68rem!important}.RightSidePanel_cream-panel__vLBkD{padding-bottom:.2rem}.RightSidePanel_mobileSaleBar__mdO1t{border-radius:.9rem!important;left:.55rem;right:.55rem;top:calc(72px + .55rem)}.RightSidePanel_mobileSalePopup__BToVP{left:.55rem;right:.55rem;top:calc(72px + 4.9rem)}}[data-theme=dark] .RightSidePanel_container__q\+\+1p,[data-theme=dark] .RightSidePanel_cream-panel__vLBkD{background:#0f1c30}[data-theme=dark] .RightSidePanel_sale-header__x\+Rrz{border-bottom-color:#233549}[data-theme=dark] .RightSidePanel_mobileSheet__VfpyN .RightSidePanel_sale-header__x\+Rrz{background:#0f1c30}[data-theme=dark] .RightSidePanel_bills-heading__\+bZdO{color:#f3f7ff}[data-theme=dark] .RightSidePanel_sale-subtitle__PIAV\+,[data-theme=dark] .RightSidePanel_saleMetaText__oVYjs{color:#9fb6d8}[data-theme=dark] .RightSidePanel_mobileSummaryCount__RPxHH{color:#e4ecfb}[data-theme=dark] .RightSidePanel_mobileSummaryTotal__zMBT8{color:#8eb5ff}[data-theme=dark] .RightSidePanel_saleChevron__VBaT1{color:#8fa4c2}[data-theme=dark] .RightSidePanel_invoice-link__F7iv5{color:#8eb5ff}[data-theme=dark] .RightSidePanel_divider__qXjRo,[data-theme=dark] .RightSidePanel_dividertwo__4M5Nd{background-color:#233549}[data-theme=dark] .RightSidePanel_product-no__hNM\+w,[data-theme=dark] .RightSidePanel_qty-button__4yuFb{background-color:#1a2c46;color:#cdd9ef}[data-theme=dark] .RightSidePanel_searchBarContainer__T7RJJ,[data-theme=dark] .RightSidePanel_searchItemContainer__6XZ\+O{background-color:#12233b;border-color:#2a3f5f}[data-theme=dark] .RightSidePanel_cream-panel__vLBkD .MuiPaper-root{background-color:#0f1c30;color:#cdd9ef}[data-theme=dark] .RightSidePanel_cream-panel__vLBkD .MuiPaper-root .MuiTypography-root{color:#9fb6d8!important}[data-theme=dark] .RightSidePanel_cream-panel__vLBkD>div[style*="linear-gradient(135deg, #eef4ff"]{background:linear-gradient(135deg,#10233d,#0d1b30)!important;border-bottom-color:#233549!important;border-top-color:#233549!important}[data-theme=dark] .RightSidePanel_cream-panel__vLBkD>div[style*="linear-gradient(135deg, #eef4ff"] .MuiTypography-root{color:#cdd9ef!important}[data-theme=dark] .RightSidePanel_cream-panel__vLBkD>div[style*="linear-gradient(135deg, #eef4ff"] .MuiTypography-colorPrimary{color:#8eb5ff!important}[data-theme=dark] .CustomerDialog_paper__ML4F5{background:#0f1c30!important;color:#e4ecfb}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiTypography-root{color:#e4ecfb}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiIconButton-root{color:#b8c8e4}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiInputBase-root{color:#f3f7ff}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiOutlinedInput-notchedOutline{border-color:#2a3f5f!important}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:#33507a!important}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiInputLabel-root{color:#9fb6d8}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiInputBase-input::-webkit-input-placeholder{color:#7a8eaa;opacity:1}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiInputBase-input::placeholder{color:#7a8eaa;opacity:1}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiInputAdornment-root{color:#9fb6d8}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiButton-outlined{background:#12233b;border-color:#2a3f5f!important;color:#e4ecfb!important}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiButton-outlinedError{background:#351319;border-color:#6b2532!important;color:#ff7a8a!important}[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiDivider-root,[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiDivider-root:after,[data-theme=dark] .CustomerDialog_paper__ML4F5 .MuiDivider-root:before{border-color:#233549}.cartItem_container__pj9V0{align-items:center;background-color:#880202;border-radius:0 0 0 0;flex-direction:column;height:100%;padding-left:1rem;padding-right:2rem;position:relative;top:4rem}.cartItem_cream-panel__zr4MH{background-color:#fff;border-radius:15px;bottom:200px;display:flex;flex-direction:column;left:10px;position:relative;right:10px;top:30px}.cartItem_bottom-panel__nUiWy,.cartItem_top-panel__3whRh{align-items:center;display:flex;flex-direction:column;justify-content:center}.cartItem_bottom-panel__nUiWy{background-color:#880202;bottom:0;left:10px;margin-bottom:4rem;right:10px}.cartItem_bottom-text__F2zX4{color:#fdfdfd;font-size:14px;line-height:1.2;text-align:center}.cartItem_pay-button__49WQG{align-items:center;background-color:#5e1313;border-radius:10px;color:#fff;display:flex;left:10px;margin-top:60px;padding:5px;width:100%}.cartItem_pay-text__3--WB{margin-right:auto}.cartItem_full-width__TzYCC{width:100%}.cartItem_bills-heading__qYd2d{font-size:30px;font-weight:700;margin-left:30px;margin-top:20px}.cartItem_product-row__OiYo4{align-items:center;display:flex;font-size:15px;justify-content:space-between;margin-bottom:40px;margin-left:30px}.cartItem_qty-button__4xg66{cursor:pointer;height:20px;width:20px}.cartItem_product-no__Dih2O,.cartItem_qty-button__4xg66{align-items:center;background-color:#d9d9d9;border-radius:50%;color:#000;display:flex;font-size:12px;justify-content:center}.cartItem_product-no__Dih2O{height:24px;margin:0 5px;width:24px}.cartItem_product-price-text__Q5ecz,.cartItem_product-price__sp1jh{font-size:15px}.cartItem_divider__5p6XO{background-color:#020202;height:1px;margin-bottom:40px;margin-top:50px;width:100%}.cartItem_text-value-row__J5b7A{align-items:center;display:flex;justify-content:space-between;margin:20px 0}.cartItem_text-label__r1Crh{font-size:20px;margin-left:30px}.cartItem_text-value__2izMS{font-size:20px;margin-right:30px}.cartItem_dividertwo__6C\+-w{background-color:#020202;height:1px;margin-bottom:20px;margin-top:40px;width:100%}.cartItem_pay-text__3--WB{margin-left:30px}.cartItem_pay-text__3--WB,.cartItem_pay-value__lJUkf{font-size:25px;font-weight:700;margin-bottom:10px;margin-top:10px}.cartItem_pay-value__lJUkf{margin-right:30px}.cartItem_product-table__oM0nL{border-collapse:collapse;width:100%}.cartItem_product-table__oM0nL td{padding:8px;text-align:center}.cartItem_product-table__oM0nL td>div{align-items:center;display:flex;justify-content:center}.cartItem_summary-button__3qIpB{background-color:#f7f4f4;border:none;border-radius:20px;color:#000;cursor:pointer;left:10px;margin-top:30px;padding:8px 80px}.cartItem_qtyControlButton__lW5ol{background:#eef1f6;border:none;border-radius:999px;color:#1f3558;cursor:pointer;display:grid;font-size:18px;font-weight:700;height:30px;place-items:center;width:30px}.cartItem_qtyInput__ou4gx{background:#fff;border:1px solid #d7dfeb;border-radius:8px;color:#1f3558;font-size:.95rem;font-weight:700;height:32px;text-align:center;width:52px}.cartItem_qtyInput__ou4gx:focus{border-color:#4e80ff;box-shadow:0 0 0 2px rgba(78,128,255,.14);outline:none}.cartItem_invoices-button__L5q6F{background-color:#ffbfbf;border:none;border-radius:20px;color:#000;cursor:pointer;margin-top:30px;padding:8px 40px}.cartItem_searchBarContainer__ab93x{align-items:center;background-color:#88020218;border:1px solid #88020218;border-radius:8px;display:flex;justify-content:center;margin-bottom:10px;padding:2px}.cartItem_searchIcon__Gp6Ay{margin:0 50px 0 20px}.cartItem_searchInput__sZMot{border:none;outline:none;width:100%}.cartItem_searchItemContainer__kALeG{align-items:center;background-color:#88020218;border:1px solid #88020218;border-radius:8px;display:flex;justify-content:center;margin:2.6rem 3rem 0;padding:2px;width:15rem}@media (max-width:768px){.cartItem_cream-panel__zr4MH{bottom:150px}.cartItem_bills-heading__qYd2d{font-size:24px;margin-left:20px;margin-top:10px}.cartItem_product-row__OiYo4{align-items:flex-start;flex-direction:column;margin-bottom:20px}.cartItem_product-name__pv2Ce{font-size:12px;margin-left:20px}.cartItem_product-no__Dih2O{font-size:18px;height:20px;margin:0 10px;width:20px}.cartItem_product-price-text__Q5ecz{font-size:18px}.cartItem_product-price__sp1jh{font-size:18px;margin-right:20px}.cartItem_underPanel__H-\+dS{margin-top:50px}.cartItem_divider__5p6XO{margin-bottom:20px;margin-top:150px}.cartItem_text-value-row__J5b7A{margin:10px 0}.cartItem_text-label__r1Crh{font-size:18px;margin-left:20px}.cartItem_text-value__2izMS{font-size:18px;margin-right:20px}.cartItem_dividertwo__6C\+-w{margin-bottom:10px;margin-top:20px}.cartItem_pay-button__49WQG{align-items:center;justify-content:center;margin-top:50px;padding:1px}.cartItem_summary-button__3qIpB{left:10px;margin-top:20px}.cartItem_pay-text__3--WB{font-size:20px;margin-bottom:5px;margin-left:20px;margin-top:5px}.cartItem_pay-value__lJUkf{font-size:20px;margin-bottom:5px;margin-right:20px;margin-top:5px}.cartItem_bottom-text__F2zX4{font-size:12px;margin-top:5px}}.cartItem_detailsButton__ngOHv{display:flex;justify-content:center;margin:1rem}.CheckoutPanel_container__T30w7{padding:4rem 2rem 1rem}.CheckoutPanel_divider__4R8Z\+{background-color:#020202;height:1px;margin-bottom:40px;margin-top:50px;width:100%}.CheckoutPanel_textValueRow__nsX0O{align-items:center;display:flex;justify-content:space-between;margin:20px 0}.CheckoutPanel_textLabel__HlCOY{flex:1 1;font-size:20px;margin-right:10px}.CheckoutPanel_textValue__Ompme{font-size:20px}.CheckoutPanel_bottomRow__DDvvZ{margin-top:2rem}.CheckoutPanel_paymentOptions__uXnFm{margin-bottom:2rem}.CheckoutPanel_formContainer__j2qtY{display:flex;justify-content:flex-start;margin-bottom:2rem;margin-top:1rem}.CheckoutPanel_widerTextField__oh\+Lq{font-size:28px;width:100%}.CheckoutPanel_widerTextField__oh\+Lq .CheckoutPanel_MuiInputBase-input__3Qzz7{font-size:28px!important}.CheckoutPanel_balanceContainer__OVV6K{align-items:center;display:flex;justify-content:space-between;width:100%}.CheckoutPanel_balanceText__WAPFy{font-size:28px}.CheckoutPanel_balanceAmount__q5SsX{font-size:28px;text-align:right}.CheckoutPanel_button__WHc5u{border:1px solid transparent;border-radius:5px}.CheckoutPanel_button__WHc5u,.CheckoutPanel_selectedButton__WmFjO{background-color:#ffbfbf94;color:#000;font-size:20px;padding:20px 50px}.CheckoutPanel_selectedButton__WmFjO{border:2px solid #880202;border-radius:5px}@media (max-width:768px){.CheckoutPanel_container__T30w7{padding:0}.CheckoutPanel_topRow__eI-RQ{display:flex;justify-content:center}.CheckoutPanel_amountPanel__fAyZt,.CheckoutPanel_paymentPanel__3shK1{font-size:12px}.CheckoutPanel_widerTextField__oh\+Lq{width:100%}}.CheckoutPanel_printtitle__rOzi6{display:none}@media print{.CheckoutPanel_printtitle__rOzi6{display:block;font-size:2rem;margin-bottom:4rem;margin-top:2rem;text-align:center}}[data-theme=dark] .CheckoutPanel_divider__4R8Z\+{background-color:#233549}[data-theme=dark] .CheckoutPanel_balanceAmount__q5SsX,[data-theme=dark] .CheckoutPanel_balanceText__WAPFy,[data-theme=dark] .CheckoutPanel_textLabel__HlCOY,[data-theme=dark] .CheckoutPanel_textValue__Ompme{color:#f3f7ff}[data-theme=dark] .CheckoutPanel_button__WHc5u{background-color:#12233b;border-color:#2a3f5f;color:#e4ecfb}[data-theme=dark] .CheckoutPanel_selectedButton__WmFjO{background-color:#1a2c46;border-color:#8eb5ff;color:#f3f7ff}[data-theme=dark] .CheckoutPanel_amountPanel__fAyZt>div>div{background-color:#0f1c30!important;border:1px solid #233549;border-radius:.6rem}[data-theme=dark] .CheckoutPanel_amountPanel__fAyZt .MuiTypography-root{color:#e4ecfb}[data-theme=dark] .CheckoutPanel_amountPanel__fAyZt .MuiDivider-root{border-color:#233549}.HomePanel_pageContainer__KaTxk{background:#fff;min-height:100%;padding:1rem 1.1rem 1.2rem}.HomePanel_categoryRow__sRNBO{align-items:center;border-bottom:1px solid #eef1f6;display:flex;gap:.6rem;margin-bottom:1rem;padding-bottom:.85rem}.HomePanel_chipScroller__0DaIn{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:.5rem;padding-bottom:.15rem}.HomePanel_categoryChip__HcxSy{align-items:center;background:#fff;border:1px solid #e6ebf3;border-radius:999px;color:#46536e;cursor:pointer;display:flex;flex-shrink:0;font-family:Sora,Segoe UI,sans-serif;font-size:.84rem;font-weight:500;gap:.5rem;padding:.35rem .85rem .35rem .4rem;transition:background .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}.HomePanel_categoryChip__HcxSy:hover{background:#f5f8ff;border-color:#d5e0f2;color:#1f2d49}.HomePanel_categoryChipActive__DXUIH{background:#2f6bff;border-color:#2f6bff;color:#fff}.HomePanel_categoryChipActive__DXUIH:hover{background:#2559db;border-color:#2559db;color:#fff}.HomePanel_chipImage__W7xhR{background:#eef1f6;border-radius:50%;height:28px;object-fit:cover;width:28px}.HomePanel_chipAllIcon__MSg30{background:#eef3ff;border-radius:50%;color:#2f6bff;display:grid;height:28px;place-items:center;width:28px}.HomePanel_categoryChipActive__DXUIH .HomePanel_chipAllIcon__MSg30{background:hsla(0,0%,100%,.22);color:#fff}.HomePanel_filterChip__oz2um{background:#fff;border:1px solid #e4e9f1;border-radius:.6rem;color:#5a6884;cursor:pointer;display:grid;flex-shrink:0;height:42px;place-items:center;width:42px}.HomePanel_filterChip__oz2um:hover{background:#f5f8ff}.HomePanel_scanRow__l3uAP{align-items:center;display:flex;gap:.6rem;margin-bottom:.8rem}.HomePanel_scanInput__K4vH0{flex:1 1}.HomePanel_scanInput__K4vH0 .MuiOutlinedInput-root{border-radius:.7rem;min-height:42px}.HomePanel_scanButton__tIJtH{background:linear-gradient(135deg,#2447a3,#2f6bff)!important;min-width:140px}.HomePanel_cameraButton__pZdcs,.HomePanel_scanButton__tIJtH{border-radius:.7rem!important;font-family:Sora,Segoe UI,sans-serif!important;font-weight:600!important;min-height:42px!important;text-transform:none!important}.HomePanel_cameraButton__pZdcs{background:#fff!important;border-color:#c9d7f5!important;color:#2f6bff!important;min-width:136px}.HomePanel_stopCameraButton__bTue2{border-color:#efc1c1!important;border-radius:.7rem!important;color:#a33a3a!important;font-family:Sora,Segoe UI,sans-serif!important;font-weight:600!important;margin-top:.85rem!important;min-height:42px!important;text-transform:none!important}.HomePanel_scannerDialogContent__Q4skd{padding:.9rem 1rem 1rem!important}.HomePanel_scannerDialogHeader__Akc\+x{align-items:center;display:flex;justify-content:space-between;margin-bottom:.55rem}.HomePanel_scannerDialogTitle__eZJvI{color:#22365a;font-family:Sora,Segoe UI,sans-serif!important;font-size:1rem!important;font-weight:700!important}.HomePanel_videoWrap__kQNJv{aspect-ratio:4/3;background:#0f1f3d;border-radius:.8rem;overflow:hidden;position:relative;width:100%}.HomePanel_scannerVideo__Opo9U{height:100%;object-fit:cover;width:100%}.HomePanel_scanOverlay__0e7TC{inset:0;pointer-events:none;position:absolute}.HomePanel_scanOverlay__0e7TC:before{border:2px solid rgba(88,194,255,.9);border-radius:.7rem;box-shadow:0 0 0 999px rgba(5,12,28,.25);content:"";height:34%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:72%}.HomePanel_cameraError__YdZHQ,.HomePanel_scannerHint__Anr9s{font-family:Sora,Segoe UI,sans-serif!important;font-size:.82rem!important;margin-top:.6rem!important}.HomePanel_scannerHint__Anr9s{color:#667da4}.HomePanel_cameraError__YdZHQ{color:#b24242}.HomePanel_itemContainer__gTgxa{grid-gap:.7rem;display:grid;gap:.7rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));max-height:62vh;overflow-y:auto;padding:.2rem .15rem .4rem}.HomePanel_productCard__KJhnp{-webkit-animation:HomePanel_cardFadeIn__k0\+7O .32s ease both;animation:HomePanel_cardFadeIn__k0\+7O .32s ease both;background:#fff;border:1px solid #e9edf4;border-radius:.9rem;overflow:hidden;transition:box-shadow .16s ease,border-color .16s ease,-webkit-transform .16s ease;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,-webkit-transform .16s ease}.HomePanel_productCard__KJhnp:hover{border-color:#dbe4f2;box-shadow:0 14px 26px rgba(34,60,100,.12);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.HomePanel_productImageWrap__OnmNE{aspect-ratio:1/1;background:#f3f5f9;position:relative;width:100%}.HomePanel_productImageWrap__OnmNE img{height:100%;object-fit:cover;width:100%}.HomePanel_starButton__So84V{background:hsla(0,0%,100%,.92);border:none;border-radius:50%;box-shadow:0 2px 6px rgba(31,45,74,.12);color:#9aa7bd;cursor:pointer;display:grid;height:24px;place-items:center;position:absolute;right:.35rem;top:.35rem;width:24px}.HomePanel_starButton__So84V svg{font-size:1rem}.HomePanel_starButton__So84V:hover{color:#f2b01e}.HomePanel_itemDetails__94Yqu{padding:.5rem .55rem .6rem}.HomePanel_itemName__FGGqW{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1e2b45;display:-webkit-box;font-family:Sora,Segoe UI,sans-serif!important;font-size:.8rem!important;font-weight:600!important;line-height:1.25!important;min-height:2rem;overflow:hidden}.HomePanel_priceRow__V2VeD{align-items:center;display:flex;justify-content:space-between;margin-top:.35rem}.HomePanel_itemPrice__nNpmu{color:#5a6884;font-family:Sora,Segoe UI,sans-serif!important;font-size:.82rem!important;font-weight:700!important}.HomePanel_addButton__kpxUI{background:#2f6bff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:grid;flex-shrink:0;height:38px;place-items:center;transition:background .16s ease,-webkit-transform .16s ease;transition:background .16s ease,transform .16s ease;transition:background .16s ease,transform .16s ease,-webkit-transform .16s ease;width:38px}.HomePanel_addButton__kpxUI svg{font-size:1.4rem}.HomePanel_addButton__kpxUI:hover{background:#2559db;-webkit-transform:scale(1.06);transform:scale(1.06)}.HomePanel_disabledItem__TA2uc{opacity:.5}.HomePanel_disabledItem__TA2uc .HomePanel_addButton__kpxUI{background:#b9c4d6;pointer-events:none}@-webkit-keyframes HomePanel_cardFadeIn__k0\+7O{0%{opacity:0;-webkit-transform:translateY(6px);transform:translateY(6px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes HomePanel_cardFadeIn__k0\+7O{0%{opacity:0;-webkit-transform:translateY(6px);transform:translateY(6px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:900px){.HomePanel_pageContainer__KaTxk{padding:.8rem}.HomePanel_scanRow__l3uAP{align-items:stretch;flex-direction:column}.HomePanel_cameraButton__pZdcs,.HomePanel_scanButton__tIJtH{width:100%}.HomePanel_stopCameraButton__bTue2{min-height:38px!important}.HomePanel_itemContainer__gTgxa{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));max-height:none}}@media (max-width:640px){.HomePanel_pageContainer__KaTxk{padding:.55rem}.HomePanel_categoryRow__sRNBO{display:block;margin-bottom:.7rem;padding-bottom:.65rem}.HomePanel_chipScroller__0DaIn{flex-wrap:nowrap;overflow-x:auto;padding-bottom:.35rem}.HomePanel_chipScroller__0DaIn::-webkit-scrollbar{height:4px}}[data-theme=dark] .HomePanel_pageContainer__KaTxk{background:#0f1c30}[data-theme=dark] .HomePanel_categoryRow__sRNBO{border-bottom-color:#233549}[data-theme=dark] .HomePanel_categoryChip__HcxSy{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .HomePanel_categoryChip__HcxSy:hover{background:#182c48;border-color:#33507a;color:#f3f7ff}[data-theme=dark] .HomePanel_categoryChipActive__DXUIH,[data-theme=dark] .HomePanel_categoryChipActive__DXUIH:hover{background:#2f6bff;border-color:#2f6bff;color:#fff}[data-theme=dark] .HomePanel_chipImage__W7xhR{background:#1a2c46}[data-theme=dark] .HomePanel_chipAllIcon__MSg30{background:rgba(47,107,255,.18);color:#8eb5ff}[data-theme=dark] .HomePanel_filterChip__oz2um{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .HomePanel_filterChip__oz2um:hover{background:#182c48}[data-theme=dark] .HomePanel_cameraButton__pZdcs{background:#12233b!important;border-color:#33507a!important;color:#8eb5ff!important}[data-theme=dark] .HomePanel_scannerDialogTitle__eZJvI{color:#f3f7ff}[data-theme=dark] .HomePanel_scannerHint__Anr9s{color:#9fb6d8}[data-theme=dark] .HomePanel_productCard__KJhnp{background:#12233b;border-color:#233549}[data-theme=dark] .HomePanel_productCard__KJhnp:hover{border-color:#33507a;box-shadow:0 14px 26px rgba(2,8,20,.5)}[data-theme=dark] .HomePanel_productImageWrap__OnmNE{background:#0c1729}[data-theme=dark] .HomePanel_starButton__So84V{background:rgba(15,28,48,.92);color:#9fb6d8}[data-theme=dark] .HomePanel_itemName__FGGqW{color:#f3f7ff}[data-theme=dark] .HomePanel_itemPrice__nNpmu{color:#9fb6d8}[data-theme=dark] .HomePanel_disabledItem__TA2uc .HomePanel_addButton__kpxUI{background:#33455f;.HomePanel_categoryChip__HcxSy{font-size:.75rem;padding:.28rem .62rem .28rem .34rem}.HomePanel_chipAllIcon__MSg30,.HomePanel_chipImage__W7xhR{height:22px;width:22px}.HomePanel_filterChip__oz2um{height:36px;margin-top:.45rem;width:36px}.HomePanel_scanRow__l3uAP{gap:.45rem;margin-bottom:.65rem}.HomePanel_cameraButton__pZdcs,.HomePanel_scanButton__tIJtH{font-size:.8rem!important;min-height:38px!important;min-width:0}.HomePanel_stopCameraButton__bTue2{font-size:.8rem!important;min-height:38px!important}.HomePanel_itemContainer__gTgxa{gap:.4rem;grid-template-columns:repeat(4,minmax(0,1fr))}.HomePanel_itemDetails__94Yqu{padding:.4rem .42rem .46rem}.HomePanel_itemName__FGGqW{font-size:.74rem!important;min-height:1.7rem}.HomePanel_itemPrice__nNpmu{font-size:.75rem!important}.HomePanel_addButton__kpxUI{height:32px;width:32px}}.ActivityPanel_panel__1cqBF{background:#eef3fa;border:1px solid #d4deed;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:calc(100vh - 10rem);overflow:visible;padding:.45rem .32rem;position:relative;z-index:20}.ActivityPanel_collapsed__MjR-q{align-items:center;justify-content:flex-start}.ActivityPanel_collapsedIconWrap__FBK8\+{color:#5e7191;display:flex;flex-direction:column;gap:.52rem;margin-top:.9rem;position:relative;width:100%}.ActivityPanel_collapsedIconWrap__FBK8\+:after{background:#2d57db;border-radius:2px;content:"";height:22px;left:0;position:absolute;top:22px;width:3px}.ActivityPanel_backdrop__lP3RP{background:rgba(8,22,44,.22);inset:72px 70px 0 0;position:fixed;z-index:1280}.ActivityPanel_flyout__iryN5{background:#fff;border:1px solid #e2e9f5;border-radius:14px;box-shadow:0 20px 44px rgba(18,36,62,.24);display:flex;flex-direction:column;height:calc(100vh - 72px - 2rem);left:auto;min-width:500px;opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:82px;top:calc(72px + 1rem);-webkit-transform:translateY(12px) scale(.985);transform:translateY(12px) scale(.985);transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;width:min(54vw,860px);z-index:1290}.ActivityPanel_flyoutOpen__XG\+RI{opacity:1;pointer-events:auto;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}.ActivityPanel_flyoutBody__dg4Ht{flex:1 1;min-height:0;overflow-y:auto;padding-bottom:.8rem}.ActivityPanel_header__OUJmO{align-items:center;border-bottom:1px solid #eef2f9;display:flex;justify-content:space-between;margin-bottom:.4rem;padding:.95rem 1rem .7rem}.ActivityPanel_title__76liD{color:#1d3154;font-family:Sora,Segoe UI,sans-serif!important;font-size:1rem!important;font-weight:700!important}.ActivityPanel_subTitle__W9WVe{color:#7b8ca8;font-family:Sora,Segoe UI,sans-serif!important;font-size:.76rem!important}.ActivityPanel_closeFlyout__Foani{background:#f7f9fc;border:1px solid #dce6f5;border-radius:9px;color:#466088;cursor:pointer;display:grid;height:34px;place-items:center;width:34px}.ActivityPanel_menuItem__Y0ojb{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;padding:.58rem .2rem;position:relative;width:100%}.ActivityPanel_menuIconBox__TZmyL{background:#f9fbff;border:1px solid #d2dded;border-radius:0;color:#5b6d8f;display:grid;height:42px;place-items:center;width:42px}.ActivityPanel_menuItem__Y0ojb:first-child .ActivityPanel_menuIconBox__TZmyL{color:#2e56d2}.ActivityPanel_menuItem__Y0ojb:nth-child(2) .ActivityPanel_menuIconBox__TZmyL{color:#7141db}.ActivityPanel_menuItem__Y0ojb:nth-child(3) .ActivityPanel_menuIconBox__TZmyL{color:#2c8db8}.ActivityPanel_menuItem__Y0ojb:nth-child(4) .ActivityPanel_menuIconBox__TZmyL{color:#d22c2c}.ActivityPanel_menuItem__Y0ojb:nth-child(5) .ActivityPanel_menuIconBox__TZmyL{color:#2f8f65}.ActivityPanel_menuItem__Y0ojb:nth-child(6) .ActivityPanel_menuIconBox__TZmyL{color:#c57a00}.ActivityPanel_menuItem__Y0ojb:nth-child(7) .ActivityPanel_menuIconBox__TZmyL{color:#d12e84}.ActivityPanel_menuItem__Y0ojb:nth-child(8) .ActivityPanel_menuIconBox__TZmyL{color:#2b9a84}.ActivityPanel_menuItem__Y0ojb:nth-child(9) .ActivityPanel_menuIconBox__TZmyL{color:#1e6f64}.ActivityPanel_selected__2WyZT .ActivityPanel_menuIconBox__TZmyL{background:#edf4ff;border-color:#9fc2ff;box-shadow:inset 0 0 0 1px rgba(72,134,243,.2)}.ActivityPanel_selected__2WyZT:before{background:#2d57db;border-radius:2px;content:"";height:22px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px}.ActivityPanel_statsGrid__NVxT\+{grid-gap:.45rem;display:grid;gap:.45rem;grid-template-columns:repeat(3,1fr);margin:.8rem 1rem .7rem}.ActivityPanel_statCard__zJ9Pt{background:#fafcff;border:1px solid #edf1f8;border-radius:.7rem;padding:.45rem .55rem}.ActivityPanel_statLabel__wPBNJ{color:#7b8ca8;font-family:Sora,Segoe UI,sans-serif!important;font-size:.72rem!important}.ActivityPanel_statValue__SwcE7{color:#243a63;font-family:Sora,Segoe UI,sans-serif!important;font-size:.98rem!important;font-weight:700!important}.ActivityPanel_section__mhy0o{border-top:1px solid #eef2f8;margin-top:.3rem;overflow:visible;padding:.7rem 1rem 0}.ActivityPanel_sectionTitle__kD0P0{color:#526b93;font-family:Sora,Segoe UI,sans-serif!important;font-size:.78rem!important;font-weight:700!important;margin-bottom:.5rem!important}.ActivityPanel_chartGrid__aMFbW{grid-gap:.35rem;align-items:end;display:grid;gap:.35rem;grid-template-columns:repeat(7,1fr);height:92px}.ActivityPanel_chartGridWide__hZNqy{grid-gap:.5rem;align-items:end;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);height:170px}.ActivityPanel_chartItem__XH1AM{align-items:center;display:flex;flex-direction:column;gap:.22rem;height:100%;justify-content:end}.ActivityPanel_chartBar__XsEoZ{background:linear-gradient(180deg,#5a86ff,#2e62e8);border-radius:5px 5px 3px 3px;min-height:3px;width:100%}.ActivityPanel_chartLabel__sHMg\+{color:#7387a8;font-family:Sora,Segoe UI,sans-serif;font-size:.66rem}.ActivityPanel_paymentRow__cUEnB{color:#2a446c;display:flex;font-family:Sora,Segoe UI,sans-serif;font-size:.82rem;justify-content:space-between;margin-bottom:.25rem}.ActivityPanel_alertList__wx6aN{grid-gap:.38rem;display:grid;gap:.38rem}.ActivityPanel_alertItem__ECTBQ{background:#f9fbff;border:1px solid #ebf0f9;border-radius:.55rem;color:#516a92;font-family:Sora,Segoe UI,sans-serif;font-size:.74rem;padding:.4rem .5rem}.ActivityPanel_historyList__SqyX0{max-height:34vh;overflow-y:auto;padding-right:.2rem}.ActivityPanel_invoiceTableWrap__3fII8{border:1px solid #e6edf8;border-radius:.65rem;max-height:none;overflow:auto}.ActivityPanel_invoiceTable__zc\+J7{border-collapse:collapse;font-family:Sora,Segoe UI,sans-serif;font-size:.74rem;width:100%}.ActivityPanel_invoiceTable__zc\+J7 td,.ActivityPanel_invoiceTable__zc\+J7 th{border-bottom:1px solid #eef2f9;color:#2d476d;padding:.5rem;text-align:left}.ActivityPanel_invoiceTable__zc\+J7 th{background:#f8fbff;color:#4e678f;font-weight:700;position:-webkit-sticky;position:sticky;top:0}.ActivityPanel_emptyCell__ZKtlR{color:#8498b8!important;text-align:center!important}.ActivityPanel_historyItem__cRHNQ{align-items:center;border-bottom:1px dashed #e9eef7;display:flex;justify-content:space-between;padding:.4rem 0}.ActivityPanel_invoiceNo__tS9i0{color:#243a63;font-family:Sora,Segoe UI,sans-serif!important;font-size:.76rem!important;font-weight:700!important}.ActivityPanel_invoiceMeta__MmOT9{color:#7b8ca8;font-family:Sora,Segoe UI,sans-serif!important;font-size:.66rem!important}.ActivityPanel_invoiceAmount__459AU{color:#1f466d;font-weight:700!important}.ActivityPanel_emptyText__Shlgq,.ActivityPanel_invoiceAmount__459AU{font-family:Sora,Segoe UI,sans-serif!important;font-size:.78rem!important}.ActivityPanel_emptyText__Shlgq{color:#8396b4}@media (max-width:1100px){.ActivityPanel_panel__1cqBF{height:auto;min-height:260px}.ActivityPanel_flyout__iryN5{height:calc(100vh - 72px - 1.5rem);left:auto;min-width:auto;right:70px;width:min(calc(100vw - 86px),760px)}.ActivityPanel_historyList__SqyX0{max-height:180px}}@media (max-width:640px){.ActivityPanel_panel__1cqBF{height:calc(100vh - 64px);padding:.3rem .2rem}.ActivityPanel_collapsed__MjR-q .ActivityPanel_collapsedIconWrap__FBK8\+{gap:.4rem;margin-top:.5rem}.ActivityPanel_menuIconBox__TZmyL{height:36px;width:36px}.ActivityPanel_backdrop__lP3RP{inset:64px 62px 0 0}.ActivityPanel_flyout__iryN5{border-radius:10px;height:calc(100vh - 64px - .9rem);right:66px;top:calc(64px + .45rem);width:calc(100vw - 74px)}.ActivityPanel_header__OUJmO{padding:.72rem .78rem .56rem}.ActivityPanel_title__76liD{font-size:.88rem!important}.ActivityPanel_subTitle__W9WVe{font-size:.67rem!important}.ActivityPanel_statsGrid__NVxT\+{grid-template-columns:1fr;margin:.58rem .72rem .4rem}.ActivityPanel_section__mhy0o{padding:.55rem .72rem 0}.ActivityPanel_invoiceTable__zc\+J7{font-size:.68rem}}[data-theme=dark] .ActivityPanel_panel__1cqBF{background:#0c1729;border-color:#233549}[data-theme=dark] .ActivityPanel_collapsedIconWrap__FBK8\+{color:#9fb6d8}[data-theme=dark] .ActivityPanel_flyout__iryN5{background:#0f1c30;border-color:#233549;box-shadow:0 20px 44px rgba(2,8,20,.55)}[data-theme=dark] .ActivityPanel_header__OUJmO{border-bottom-color:#233549}[data-theme=dark] .ActivityPanel_invoiceNo__tS9i0,[data-theme=dark] .ActivityPanel_statValue__SwcE7,[data-theme=dark] .ActivityPanel_title__76liD{color:#f3f7ff}[data-theme=dark] .ActivityPanel_chartLabel__sHMg\+,[data-theme=dark] .ActivityPanel_emptyText__Shlgq,[data-theme=dark] .ActivityPanel_invoiceMeta__MmOT9,[data-theme=dark] .ActivityPanel_statLabel__wPBNJ,[data-theme=dark] .ActivityPanel_subTitle__W9WVe{color:#9fb6d8}[data-theme=dark] .ActivityPanel_closeFlyout__Foani,[data-theme=dark] .ActivityPanel_menuIconBox__TZmyL{background:#12233b;border-color:#2a3f5f;color:#9fb6d8}[data-theme=dark] .ActivityPanel_selected__2WyZT .ActivityPanel_menuIconBox__TZmyL{background:#182c48;border-color:#33507a}[data-theme=dark] .ActivityPanel_alertItem__ECTBQ,[data-theme=dark] .ActivityPanel_statCard__zJ9Pt{background:#12233b;border-color:#233549}[data-theme=dark] .ActivityPanel_historyItem__cRHNQ,[data-theme=dark] .ActivityPanel_section__mhy0o{border-color:#233549}[data-theme=dark] .ActivityPanel_sectionTitle__kD0P0{color:#9fb6d8}[data-theme=dark] .ActivityPanel_alertItem__ECTBQ,[data-theme=dark] .ActivityPanel_paymentRow__cUEnB{color:#b8c8e4}[data-theme=dark] .ActivityPanel_invoiceTableWrap__3fII8{border-color:#233549}[data-theme=dark] .ActivityPanel_invoiceTable__zc\+J7 td,[data-theme=dark] .ActivityPanel_invoiceTable__zc\+J7 th{border-bottom-color:#233549;color:#b8c8e4}[data-theme=dark] .ActivityPanel_invoiceTable__zc\+J7 th{background:#12233b;color:#9fb6d8}[data-theme=dark] .ActivityPanel_invoiceAmount__459AU{color:#8eb5ff}[data-theme=dark] .ActivityPanel_backdrop__lP3RP{background:rgba(2,8,20,.5)}.SalesSummaryOverlay_floatingStats__mrn6b{align-items:stretch;background:#fff;border:1px solid #e6ebf3;border-radius:.9rem;bottom:1.2rem;box-shadow:0 16px 36px rgba(24,46,77,.18);display:flex;gap:0;left:50%;max-width:calc(100vw - 2rem);overflow:hidden;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1120}.SalesSummaryOverlay_floatingDragHandle__KitIa{align-items:center;background:#f7f9fc;border-right:1px solid #eef1f6;color:#9aa7bd;cursor:grab;display:flex;justify-content:center;padding:0 .35rem}.SalesSummaryOverlay_floatingDragHandle__KitIa:active{cursor:grabbing}.SalesSummaryOverlay_statCard__w\+mRb{border-right:1px solid #eef1f6;padding:.7rem 1.3rem;white-space:nowrap}.SalesSummaryOverlay_statLabel__p6mmQ{color:#8592a8;font-family:Sora,Segoe UI,sans-serif!important;font-size:.76rem!important}.SalesSummaryOverlay_statValueRow__tsZ\+V{align-items:center;display:flex;gap:.5rem;margin-top:.25rem}.SalesSummaryOverlay_statValue__A-FXT{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif!important;font-size:1.15rem!important;font-weight:700!important}.SalesSummaryOverlay_statTrend__Hf26B{align-items:center;color:#1fae67;display:inline-flex;font-family:Sora,Segoe UI,sans-serif;font-size:.74rem;font-weight:600;gap:.15rem}.SalesSummaryOverlay_floatingClose__3C6IN{align-self:center;color:#8592a8!important;margin:0 .35rem!important}@media (max-width:640px){.SalesSummaryOverlay_floatingStats__mrn6b{bottom:.7rem;left:.55rem;overflow-x:auto;right:.55rem;-webkit-transform:none;transform:none}}.SalesSummaryOverlay_inlineStats__FFpnt{align-items:stretch;display:flex;flex-wrap:wrap;gap:.5rem}.SalesSummaryOverlay_inlineDragHandle__V2y7v{align-items:center;color:#9aa7bd;cursor:grab;display:flex;justify-content:center;padding:0 .25rem}.SalesSummaryOverlay_inlineDragHandle__V2y7v:active{cursor:grabbing}.SalesSummaryOverlay_inlineDetached__Cg8do{align-items:center;background:#fff;border:1px solid #e6ebf3;border-radius:.9rem;box-shadow:0 16px 36px rgba(24,46,77,.18);flex-wrap:nowrap;max-width:calc(100vw - 2rem);overflow-x:auto;padding:.35rem .5rem}.SalesSummaryOverlay_inlineStatCard__HH5S5{background:#fff;border:1px solid #e6ebf3;border-radius:.6rem;padding:.35rem .85rem;white-space:nowrap}.SalesSummaryOverlay_inlineStatCard__HH5S5 .SalesSummaryOverlay_statValue__A-FXT{font-size:1rem!important}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(2),.SalesSummaryOverlay_statCard__w\+mRb:nth-child(2){background:#ecfdf3;border-color:#bbf7d0}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(2) .SalesSummaryOverlay_statValue__A-FXT,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(2) .SalesSummaryOverlay_statValue__A-FXT{color:#15803d}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(2) .SalesSummaryOverlay_statLabel__p6mmQ,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(2) .SalesSummaryOverlay_statLabel__p6mmQ{color:#3f9e6b}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(3),.SalesSummaryOverlay_statCard__w\+mRb:nth-child(3){background:#eff6ff;border-color:#bfdbfe}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(3) .SalesSummaryOverlay_statValue__A-FXT,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(3) .SalesSummaryOverlay_statValue__A-FXT{color:#1d4ed8}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(3) .SalesSummaryOverlay_statLabel__p6mmQ,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(3) .SalesSummaryOverlay_statLabel__p6mmQ{color:#4f74c4}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(4),.SalesSummaryOverlay_statCard__w\+mRb:nth-child(4){background:#fffbeb;border-color:#fde68a}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(4) .SalesSummaryOverlay_statValue__A-FXT,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(4) .SalesSummaryOverlay_statValue__A-FXT{color:#b45309}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(4) .SalesSummaryOverlay_statLabel__p6mmQ,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(4) .SalesSummaryOverlay_statLabel__p6mmQ{color:#bd812f}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(5),.SalesSummaryOverlay_statCard__w\+mRb:nth-child(5){background:#f5f3ff;border-color:#ddd6fe}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(5) .SalesSummaryOverlay_statValue__A-FXT,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(5) .SalesSummaryOverlay_statValue__A-FXT{color:#6d28d9}.SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(5) .SalesSummaryOverlay_statLabel__p6mmQ,.SalesSummaryOverlay_statCard__w\+mRb:nth-child(5) .SalesSummaryOverlay_statLabel__p6mmQ{color:#8b6fd6}[data-theme=dark] .SalesSummaryOverlay_floatingStats__mrn6b,[data-theme=dark] .SalesSummaryOverlay_inlineDetached__Cg8do{background:#0f1c30;border-color:#233549}[data-theme=dark] .SalesSummaryOverlay_floatingDragHandle__KitIa{background:#12233b;border-right-color:#233549}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(2),[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(2){background:#10241b;border-color:#1f5137}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(2) .SalesSummaryOverlay_statValue__A-FXT,[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(2) .SalesSummaryOverlay_statValue__A-FXT{color:#4fd68f}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(3),[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(3){background:#101d33;border-color:#21406e}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(3) .SalesSummaryOverlay_statValue__A-FXT,[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(3) .SalesSummaryOverlay_statValue__A-FXT{color:#8eb5ff}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(4),[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(4){background:#241d0e;border-color:#5c4715}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(4) .SalesSummaryOverlay_statValue__A-FXT,[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(4) .SalesSummaryOverlay_statValue__A-FXT{color:#f0c674}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(5),[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(5){background:#1c1633;border-color:#3d2f6b}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5:nth-child(5) .SalesSummaryOverlay_statValue__A-FXT,[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb:nth-child(5) .SalesSummaryOverlay_statValue__A-FXT{color:#b79dff}[data-theme=dark] .SalesSummaryOverlay_inlineStatCard__HH5S5 .SalesSummaryOverlay_statLabel__p6mmQ,[data-theme=dark] .SalesSummaryOverlay_statCard__w\+mRb .SalesSummaryOverlay_statLabel__p6mmQ{opacity:.85}.HomePage_dashboardShell__wLURd{background:#f4f6fb;min-height:calc(100vh - 72px);padding:1rem 1rem 1.2rem;position:relative}.HomePage_workspaceRow__7cfG7{align-items:flex-start;display:flex;gap:1rem}.HomePage_activityColumn__fKu4O{align-self:flex-start;flex:0 0 72px;max-width:72px;position:-webkit-sticky;position:sticky;top:1rem;transition:flex-basis .22s ease,max-width .22s ease}.HomePage_activityColumnCollapsed__PgXp5{flex-basis:70px;max-width:70px}.HomePage_mainColumn__1QWhe{display:flex;flex:1 1 auto;flex-direction:column;gap:1rem;max-width:none;min-width:0}.HomePage_saleColumn__P\+L2M{align-self:flex-start;flex-basis:calc(34% - 1rem);flex-grow:0;flex-shrink:0;max-width:calc(34% - 1rem);position:-webkit-sticky;position:sticky;top:1rem}.HomePage_mobileSaleWrap__WzzUN{display:flex;flex-direction:column;gap:.65rem}.HomePage_mobileSaleDock__yl9Vb,.HomePage_mobileSaleSheet__uTB3M{display:none}.HomePage_mobileSaleDialogHeader__2mxqD{align-items:center;background:#fff;border-bottom:1px solid #e6ebf3;display:flex;justify-content:space-between;padding:.85rem .95rem;position:-webkit-sticky;position:sticky;top:0;z-index:2}.HomePage_mobileSaleDialogTitle__Pq0j9{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif!important;font-size:1rem!important;font-weight:700!important;margin:0!important}.HomePage_mobileSaleDialogBody__IR0BX{padding:.55rem}.HomePage_mobileSaleToggle__cgRhk{align-items:center;background:linear-gradient(135deg,#fff,#f5f8fd);border:1px solid #dce5f2;border-radius:.85rem;box-shadow:0 8px 18px rgba(35,62,92,.08);cursor:pointer;display:flex;gap:.75rem;justify-content:space-between;padding:.85rem .95rem;width:100%}.HomePage_mobileSaleTitle__Gq66O{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif!important;font-size:1rem!important;font-weight:700!important;margin:0!important}.HomePage_mobileSaleSubtitle__zK7O3{color:#7a8eaa;font-family:Sora,Segoe UI,sans-serif!important;font-size:.72rem!important;margin-top:.15rem!important}.HomePage_mobileSaleIcon__L3TO-{background:#eef4ff;border-radius:50%;color:#2f6bff;display:grid;flex-shrink:0;height:34px;place-items:center;width:34px}.HomePage_mobileSaleContent__kMY56{border-radius:.85rem;overflow:hidden}.HomePage_mainPanelCard__GPLMu{background:#fff;border:1px solid #e6ebf3;border-radius:1rem;box-shadow:0 10px 24px rgba(35,62,92,.06);overflow:hidden}.HomePage_saleColumn__P\+L2M .HomePage_container__gphfh{border:1px solid #e6ebf3;box-shadow:0 10px 24px rgba(35,62,92,.06)!important}.HomePage_floatingStats__l\+S2v{align-items:stretch;background:#fff;border:1px solid #e6ebf3;border-radius:.9rem;bottom:1.2rem;box-shadow:0 16px 36px rgba(24,46,77,.18);display:flex;gap:0;left:50%;max-width:calc(100vw - 2rem);overflow:hidden;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1120}.HomePage_floatingDragHandle__TSCBO{align-items:center;background:#f7f9fc;border-right:1px solid #eef1f6;color:#9aa7bd;cursor:grab;display:flex;justify-content:center;padding:0 .35rem}.HomePage_floatingDragHandle__TSCBO:active{cursor:grabbing}.HomePage_statCard__DffEG{border-right:1px solid #eef1f6;padding:.7rem 1.3rem;white-space:nowrap}.HomePage_statLabel__KPvLo{color:#8592a8;font-family:Sora,Segoe UI,sans-serif!important;font-size:.76rem!important}.HomePage_statValueRow__8YLGc{align-items:center;display:flex;gap:.5rem;margin-top:.25rem}.HomePage_statValue__Yu\+XT{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif!important;font-size:1.15rem!important;font-weight:700!important}.HomePage_statTrend__qwhRv{align-items:center;color:#1fae67;display:inline-flex;font-family:Sora,Segoe UI,sans-serif;font-size:.74rem;font-weight:600;gap:.15rem}.HomePage_floatingClose__Aq0eK{align-self:center;color:#8592a8!important;margin:0 .35rem!important}.HomePage_statCard__DffEG:nth-child(2){background:#ecfdf3}.HomePage_statCard__DffEG:nth-child(2) .HomePage_statValue__Yu\+XT{color:#15803d}.HomePage_statCard__DffEG:nth-child(2) .HomePage_statLabel__KPvLo{color:#3f9e6b}.HomePage_statCard__DffEG:nth-child(3){background:#eff6ff}.HomePage_statCard__DffEG:nth-child(3) .HomePage_statValue__Yu\+XT{color:#1d4ed8}.HomePage_statCard__DffEG:nth-child(3) .HomePage_statLabel__KPvLo{color:#4f74c4}.HomePage_statCard__DffEG:nth-child(4){background:#fffbeb}.HomePage_statCard__DffEG:nth-child(4) .HomePage_statValue__Yu\+XT{color:#b45309}.HomePage_statCard__DffEG:nth-child(4) .HomePage_statLabel__KPvLo{color:#bd812f}.HomePage_statCard__DffEG:nth-child(5){background:#f5f3ff}.HomePage_statCard__DffEG:nth-child(5) .HomePage_statValue__Yu\+XT{color:#6d28d9}.HomePage_statCard__DffEG:nth-child(5) .HomePage_statLabel__KPvLo{color:#8b6fd6}@media (max-width:1100px){.HomePage_workspaceRow__7cfG7{flex-direction:column}.HomePage_mainColumn__1QWhe,.HomePage_saleColumn__P\+L2M{flex:1 1 auto;max-width:100%;position:static;width:100%}.HomePage_activityColumnCollapsed__PgXp5,.HomePage_activityColumn__fKu4O{height:calc(100vh - 72px);max-width:70px;position:fixed;right:0;top:72px;width:70px;z-index:1220}.HomePage_mainColumn__1QWhe{order:1;width:calc(100% - 76px)}.HomePage_saleColumn__P\+L2M{order:2;width:calc(100% - 76px)}}@media (max-width:900px){.HomePage_dashboardShell__wLURd{padding:.7rem}.HomePage_floatingStats__l\+S2v{border-radius:.7rem;bottom:.65rem;flex-wrap:nowrap;left:.7rem;max-width:none;overflow-x:auto;overflow-y:hidden;right:.7rem;-webkit-transform:none;transform:none}.HomePage_statCard__DffEG{padding:.5rem .8rem}.HomePage_statValue__Yu\+XT{font-size:.98rem!important}}@media (max-width:640px){.HomePage_dashboardShell__wLURd{padding:6.35rem .55rem .75rem}.HomePage_activityColumnCollapsed__PgXp5,.HomePage_activityColumn__fKu4O{display:none}.HomePage_mainColumn__1QWhe,.HomePage_saleColumn__P\+L2M{width:100%}.HomePage_sidebarSpacer__Vss18{display:none}.HomePage_workspaceRow__7cfG7{gap:.65rem}.HomePage_saleColumn__P\+L2M{display:none}.HomePage_mainColumn__1QWhe{order:1}.HomePage_mobileSaleToggle__cgRhk{padding:.75rem .8rem}.HomePage_mobileSaleTitle__Gq66O{font-size:.95rem!important}.HomePage_mobileSaleSubtitle__zK7O3{font-size:.68rem!important}.HomePage_mainPanelCard__GPLMu{border-radius:.75rem}.HomePage_mobileSaleDock__yl9Vb{display:block;left:.55rem;position:fixed;right:.55rem;top:calc(72px + .55rem);z-index:1250}.HomePage_mobileSaleSheet__uTB3M{background:transparent;border-radius:.95rem;bottom:auto;box-shadow:0 18px 38px rgba(18,36,62,.16);display:block;left:.55rem;max-height:calc(100vh - 72px - 5.2rem);overflow-y:auto;position:fixed;right:.55rem;top:calc(72px + 4.65rem);z-index:1245}.HomePage_mobileSaleDialogHeader__2mxqD{padding:.75rem .8rem}.HomePage_mobileSaleDialogBody__IR0BX{padding:.45rem}.HomePage_floatingStats__l\+S2v{display:none}}[data-theme=dark] .HomePage_dashboardShell__wLURd{background:#07111f}[data-theme=dark] .HomePage_floatingStats__l\+S2v,[data-theme=dark] .HomePage_mainPanelCard__GPLMu,[data-theme=dark] .HomePage_mobileSaleDialogHeader__2mxqD,[data-theme=dark] .HomePage_mobileSaleToggle__cgRhk{background:#0f1c30;border-color:#233549}[data-theme=dark] .HomePage_mobileSaleToggle__cgRhk{background:linear-gradient(135deg,#0f1c30,#0c1729);box-shadow:0 8px 18px rgba(2,8,20,.4)}[data-theme=dark] .HomePage_floatingStats__l\+S2v,[data-theme=dark] .HomePage_mainPanelCard__GPLMu{box-shadow:0 10px 24px rgba(2,8,20,.4)}[data-theme=dark] .HomePage_saleColumn__P\+L2M .HomePage_container__gphfh{border-color:#233549;box-shadow:0 10px 24px rgba(2,8,20,.4)!important}[data-theme=dark] .HomePage_mobileSaleDialogTitle__Pq0j9,[data-theme=dark] .HomePage_mobileSaleTitle__Gq66O,[data-theme=dark] .HomePage_statValue__Yu\+XT{color:#f3f7ff}[data-theme=dark] .HomePage_mobileSaleSubtitle__zK7O3,[data-theme=dark] .HomePage_statLabel__KPvLo{color:#9fb6d8}[data-theme=dark] .HomePage_mobileSaleDialogHeader__2mxqD{border-bottom-color:#233549}[data-theme=dark] .HomePage_mobileSaleIcon__L3TO-{background:rgba(47,107,255,.18);color:#8eb5ff}[data-theme=dark] .HomePage_floatingDragHandle__TSCBO{background:#0c1729;border-right-color:#1a2c46;color:#6b7f9e}[data-theme=dark] .HomePage_statCard__DffEG{border-right-color:#1a2c46}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(2){background:#10241b}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(2) .HomePage_statValue__Yu\+XT{color:#4fd68f}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(3){background:#101d33}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(3) .HomePage_statValue__Yu\+XT{color:#8eb5ff}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(4){background:#241d0e}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(4) .HomePage_statValue__Yu\+XT{color:#f0c674}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(5){background:#1c1633}[data-theme=dark] .HomePage_statCard__DffEG:nth-child(5) .HomePage_statValue__Yu\+XT{color:#b79dff}[data-theme=dark] .HomePage_floatingClose__Aq0eK{color:#9fb6d8!important}.Restaurant_page__Ae4gL{background:#f4f6fb;max-width:100%;min-height:calc(100vh - 72px);overflow-x:hidden;padding:1rem 1.15rem 1.4rem}@media (max-width:1024px){.Restaurant_page__Ae4gL{padding:.85rem .9rem 1.1rem}}@media (max-width:640px){.Restaurant_page__Ae4gL{padding:.6rem .6rem 1rem}.Restaurant_menuPane__vuC3G{padding:.7rem}}.Restaurant_mobileStack__B5ZgJ{display:flex;flex-direction:column;gap:.7rem;min-width:0;width:100%}.Restaurant_mobileActions__itf19{align-items:center;display:flex;gap:.5rem}.Restaurant_mobileActions__itf19>*{flex:1 1;min-width:0}.Restaurant_mobileActions__itf19 .MuiButton-root{font-size:0!important;min-width:0;padding-left:.6rem!important;padding-right:.6rem!important}.Restaurant_mobileActions__itf19 .MuiButton-startIcon{margin-left:0!important;margin-right:0!important}.Restaurant_mobileTabs__QVAPT{background:#f1f5f9;border-radius:10px;display:flex;gap:.4rem;padding:.25rem;position:-webkit-sticky;position:sticky;top:0;z-index:5}.Restaurant_mobileTab__eVV0\+{background:transparent;border:none;border-radius:8px;color:#475569;cursor:pointer;flex:1 1;font-size:.85rem;font-weight:600;padding:.55rem .5rem;transition:background .15s ease,color .15s ease}.Restaurant_mobileTab__eVV0\+:first-child{color:#1d4ed8}.Restaurant_mobileTab__eVV0\+:last-child{color:#b45309}.Restaurant_mobileTab__eVV0\+:first-child.Restaurant_mobileTabActive__lh0en{background:#2563eb;box-shadow:0 2px 6px rgba(37,99,235,.35);color:#fff}.Restaurant_mobileTab__eVV0\+:last-child.Restaurant_mobileTabActive__lh0en{background:#f59e0b;box-shadow:0 2px 6px rgba(245,158,11,.35);color:#fff}.Restaurant_tablePane__AToHI{background:#fff;border:1px solid #e6ebf3;border-radius:1rem;box-shadow:0 10px 26px rgba(35,62,92,.06);padding:1.1rem 1.2rem 1.4rem}.Restaurant_tableHeader__0iWNU{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.Restaurant_paneTitle__RpD3Q{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif;font-size:1.15rem;font-weight:700;margin:0}.Restaurant_paneSubtitle__5E6mv{color:#7a8eaa;font-size:.8rem;margin:.2rem 0 0}.Restaurant_legend__Bevzk{align-items:center;color:#64748b;display:flex;font-size:.75rem;gap:.4rem}.Restaurant_legendDot__sy5oj{border-radius:4px;display:inline-block;height:12px;width:12px}.Restaurant_legendDot__sy5oj:not(:first-child){margin-left:.6rem}.Restaurant_legendAvailable__lt4cb{background:#d7f5e3;border:1px solid #34c77b}.Restaurant_legendOccupied__pj1y4{background:#ffe7b8;border:1px solid #f5a623}.Restaurant_zoneRow__wU3ZU{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:.5rem;margin:1rem 0 1.1rem;overflow-x:auto;padding-bottom:.35rem;scroll-snap-type:x proximity}.Restaurant_zoneRow__wU3ZU::-webkit-scrollbar{height:6px}.Restaurant_zoneRow__wU3ZU::-webkit-scrollbar-thumb{background:#cdd8ea;border-radius:999px}.Restaurant_zoneChip__Nkmp3{background:#f7f9fc;border:1px solid #dce5f2;border-radius:999px;color:#4a5b78;cursor:pointer;flex:0 0 auto;font-size:.8rem;font-weight:600;padding:.4rem 1rem;scroll-snap-align:start;transition:all .15s ease}.Restaurant_zoneChipActive__ZnmAi{background:#2f6bff;border-color:#2f6bff;color:#fff}.Restaurant_tableGrid__UHtVL{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}@media (max-width:640px){.Restaurant_tableGrid__UHtVL{gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}}.Restaurant_tableCard__fVtty{align-items:center;border:1.5px solid transparent;border-radius:.85rem;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;justify-content:center;min-height:96px;padding:.9rem .5rem;position:relative;transition:box-shadow .12s ease,-webkit-transform .12s ease;transition:transform .12s ease,box-shadow .12s ease;transition:transform .12s ease,box-shadow .12s ease,-webkit-transform .12s ease}.Restaurant_tableCard__fVtty:hover{box-shadow:0 8px 18px rgba(35,62,92,.14);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.Restaurant_tableAlertBlink__zJXbg{-webkit-animation:Restaurant_tableReadyFullBlink__UR-0j 1s step-end infinite;animation:Restaurant_tableReadyFullBlink__UR-0j 1s step-end infinite}.Restaurant_tableAlertBlink__zJXbg .Restaurant_tableIcon__fLu\+r,.Restaurant_tableAlertBlink__zJXbg .Restaurant_tableSeats__ZSXfT{color:inherit;opacity:1}.Restaurant_tablePendingBlink__pCLso{-webkit-animation:Restaurant_tablePendingBlink__pCLso 1s step-end infinite;animation:Restaurant_tablePendingBlink__pCLso 1s step-end infinite}.Restaurant_tablePendingBlink__pCLso .Restaurant_onlineOrderNo__77JZA,.Restaurant_tablePendingBlink__pCLso .Restaurant_onlinePlatform__MEP3d,.Restaurant_tablePendingBlink__pCLso .Restaurant_tableIcon__fLu\+r,.Restaurant_tablePendingBlink__pCLso .Restaurant_tableSeats__ZSXfT{color:inherit;opacity:1}.Restaurant_tableServedBlink__E3W1Z{-webkit-animation:Restaurant_tableServedBlink__E3W1Z 1s step-end infinite;animation:Restaurant_tableServedBlink__E3W1Z 1s step-end infinite}.Restaurant_tableServedBlink__E3W1Z .Restaurant_onlineOrderNo__77JZA,.Restaurant_tableServedBlink__E3W1Z .Restaurant_onlinePlatform__MEP3d,.Restaurant_tableServedBlink__E3W1Z .Restaurant_tableIcon__fLu\+r,.Restaurant_tableServedBlink__E3W1Z .Restaurant_tableSeats__ZSXfT{color:inherit;opacity:1}@-webkit-keyframes Restaurant_tableServedBlink__E3W1Z{0%,49%{background:#eafaf1;border-color:#6ee7b7;color:#065f46;opacity:1}50%,to{background:#16a34a;border-color:#15803d;color:#fff;opacity:1}}@keyframes Restaurant_tableServedBlink__E3W1Z{0%,49%{background:#eafaf1;border-color:#6ee7b7;color:#065f46;opacity:1}50%,to{background:#16a34a;border-color:#15803d;color:#fff;opacity:1}}@-webkit-keyframes Restaurant_tablePendingBlink__pCLso{0%,49%{background:#fff3e0;border-color:#fb923c;color:#9a3412;opacity:1}50%,to{background:#f97316;border-color:#ea580c;color:#fff;opacity:1}}@keyframes Restaurant_tablePendingBlink__pCLso{0%,49%{background:#fff3e0;border-color:#fb923c;color:#9a3412;opacity:1}50%,to{background:#f97316;border-color:#ea580c;color:#fff;opacity:1}}@media (prefers-reduced-motion:reduce){.Restaurant_tablePendingBlink__pCLso{-webkit-animation:none;animation:none;background:#fff3e0;border-color:#fb923c;color:#9a3412}.Restaurant_tableServedBlink__E3W1Z{-webkit-animation:none;animation:none;background:#eafaf1;border-color:#6ee7b7;color:#065f46}}.Restaurant_tableAvailable__Fij14{background:#eafaf1;border-color:#a5e3c4;color:#1f7a4d}.Restaurant_tableOccupied__bKgjM{background:#fff4de;border-color:#f5c26b;color:#a5680b}.Restaurant_tableBilling__EyKrY{background:#e9efff;border-color:#9db9ff;color:#2f4fb0}.Restaurant_tableIcon__fLu\+r{font-size:1.5rem!important}.Restaurant_tableName__3F-5V{font-size:1.25rem;font-weight:700;line-height:1}.Restaurant_tableSeats__ZSXfT{align-items:center;display:flex;font-size:.72rem;gap:.2rem;opacity:.85}.Restaurant_tableBadge__1rIXD{background:#ef4444;border-radius:999px;color:#fff;display:grid;font-size:.7rem;font-weight:700;height:20px;min-width:20px;padding:0 4px;place-items:center;position:absolute;right:6px;top:6px}.Restaurant_tableReservedBadge__ZZVf0{background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;bottom:6px;color:#3730a3;font-size:.62rem;font-weight:700;left:6px;overflow:hidden;padding:2px 4px;position:absolute;right:6px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.Restaurant_tableCloseBtn__p8yby{background:#ef4444;border-radius:999px;color:#fff;cursor:pointer;display:grid;font-size:.85rem;height:20px;left:6px;place-items:center;position:absolute;top:6px;transition:background .12s ease,-webkit-transform .12s ease;transition:background .12s ease,transform .12s ease;transition:background .12s ease,transform .12s ease,-webkit-transform .12s ease;width:20px;z-index:2}.Restaurant_tableCloseBtn__p8yby:hover{background:#b91c1c;-webkit-transform:scale(1.1);transform:scale(1.1)}.Restaurant_tableCardOnline__nUxeY{background:#e6f5f3;border-color:#5eccc0;color:#0f766e}.Restaurant_tableCardOnline__nUxeY .Restaurant_tableIcon__fLu\+r{color:#0f766e;font-size:1.7rem!important}.Restaurant_onlinePlatform__MEP3d{font-size:.95rem;font-weight:800;letter-spacing:.02em;line-height:1.1;text-transform:uppercase}.Restaurant_onlineOrderNo__77JZA{font-size:.78rem;font-weight:600;max-width:100%;opacity:.75;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Restaurant_orderingLayout__PsVGJ{align-items:flex-start;display:flex;gap:1rem;margin-top:1rem}.Restaurant_orderingMain__K-V-i{flex:1 1 60%;max-width:60%;min-width:0}.Restaurant_orderingSide__l2hc3{flex:1 1 40%;max-width:40%;min-width:0;position:-webkit-sticky;position:sticky;top:1rem}.Restaurant_backRow__D3eEU{align-items:center;display:flex;gap:.75rem;margin-bottom:.85rem}.Restaurant_backButton__oxTMi{color:#2f6bff!important;font-weight:600!important;text-transform:none!important}.Restaurant_currentTableTag__7J8Fj{background:#fff;border:1px solid #e6ebf3;border-radius:999px;color:#1c2b47;font-size:.85rem;font-weight:600;padding:.35rem .9rem}.Restaurant_menuPane__vuC3G{background:#fff;border:1px solid #e6ebf3;border-radius:1rem;box-shadow:0 10px 26px rgba(35,62,92,.06);padding:1rem}.Restaurant_menuSearchRow__xEj48{margin-bottom:.85rem}.Restaurant_quickTableRow__QsZtq{align-items:center;border-bottom:1px solid #eef2f8;display:flex;gap:.75rem;margin-bottom:.7rem;padding-bottom:.7rem}.Restaurant_quickTableBackLink__17naB{align-items:center;background:transparent;border:none;color:#2f6bff;cursor:pointer;display:flex;flex-shrink:0;font-size:.8rem;font-weight:700;gap:.25rem;padding:0;white-space:nowrap}.Restaurant_quickTableBackLink__17naB:hover{text-decoration:underline}.Restaurant_quickTableScroller__Gcxx5{display:flex;gap:.55rem;overflow-x:auto;overflow-y:visible;padding:8px 2px 4px}.Restaurant_quickTableChip__3fbV\+{align-items:center;background:#f7f9fc;border:1.5px solid #dce5f2;border-radius:.7rem;color:#4a5b78;cursor:pointer;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:700;height:56px;justify-content:center;min-width:56px;position:relative;transition:all .12s ease}.Restaurant_quickTableChip__3fbV\+:hover{background:#eef3fc;border-color:#b9caf0}.Restaurant_quickTableChipOccupied__zgO7y{background:#fff4de;border-color:#f5c26b;color:#a5680b}.Restaurant_quickTableChipActive__q\+mxC,.Restaurant_quickTableChipActive__q\+mxC.Restaurant_quickTableChipOccupied__zgO7y{background:#fff;border-color:transparent;color:#1c2b47}.Restaurant_quickTableChipAlert__mwJzg{-webkit-animation:Restaurant_tableReadyFullBlink__UR-0j 1s step-end infinite;animation:Restaurant_tableReadyFullBlink__UR-0j 1s step-end infinite}.Restaurant_quickTableChipAlert__mwJzg.Restaurant_quickTableChipActive__q\+mxC:before{display:none}.Restaurant_quickTableChipActive__q\+mxC:before{-webkit-animation:Restaurant_runningBorder__972hY 2.4s linear infinite;animation:Restaurant_runningBorder__972hY 2.4s linear infinite;background:conic-gradient(from 0deg,#2f6bff,#34c77b,#f5a623,#2f6bff);background:conic-gradient(from var(--angle,0deg),#2f6bff,#34c77b,#f5a623,#2f6bff);border-radius:.75rem;content:"";inset:-2px;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;position:absolute}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}@-webkit-keyframes Restaurant_runningBorder__972hY{to{--angle:360deg}}@keyframes Restaurant_runningBorder__972hY{to{--angle:360deg}}@-webkit-keyframes Restaurant_tableReadyFullBlink__UR-0j{0%,49%{background:#f3e8ff;border-color:#a855f7;box-shadow:0 0 0 0 rgba(168,85,247,.24);color:#581c87;opacity:1}50%,to{background:#7e22ce;border-color:#6b21a8;box-shadow:0 0 0 6px rgba(168,85,247,0);color:#fff;opacity:1}}@keyframes Restaurant_tableReadyFullBlink__UR-0j{0%,49%{background:#f3e8ff;border-color:#a855f7;box-shadow:0 0 0 0 rgba(168,85,247,.24);color:#581c87;opacity:1}50%,to{background:#7e22ce;border-color:#6b21a8;box-shadow:0 0 0 6px rgba(168,85,247,0);color:#fff;opacity:1}}@media (prefers-reduced-motion:reduce){.Restaurant_quickTableChipAlert__mwJzg,.Restaurant_tableAlertBlink__zJXbg{-webkit-animation:none;animation:none;background:#f3e8ff;border-color:#a855f7;box-shadow:inset 0 0 0 1px rgba(168,85,247,.2);color:#581c87}}.Restaurant_quickTableBadge__7OWQV{background:#ef4444;border:2px solid #fff;border-radius:50%;color:#fff;display:grid;font-size:.78rem;font-weight:800;height:22px;line-height:1;padding:0;place-items:center;position:absolute;right:4px;top:-11px;width:22px;z-index:2}.Restaurant_menuSearchBox__iBNkD{align-items:center;background:#f4f6fb;border:1px solid #e2e8f4;border-radius:.75rem;display:flex;gap:.5rem;padding:.3rem .75rem}.Restaurant_menuSearchIcon__BFj4G{color:#94a3b8}.Restaurant_menuSearchInput__1ZnW3{flex:1 1;font-size:.9rem!important}.Restaurant_menuCategoryRow__y7qLF{display:flex;gap:.5rem;margin-bottom:.75rem;overflow-x:auto;padding-bottom:.5rem}.Restaurant_categoryChip__a5REZ{align-items:center;background:#f7f9fc;border:1px solid #dce5f2;border-radius:999px;color:#4a5b78;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.4rem;padding:.35rem .8rem;white-space:nowrap}.Restaurant_categoryChipActive__rsdxy{background:#2f6bff;border-color:#2f6bff;color:#fff}.Restaurant_chipImage__KqcyQ{border-radius:50%;height:22px;object-fit:cover;width:22px}.Restaurant_chipAllIcon__\+SEJw{display:grid;place-items:center}.Restaurant_menuGrid__T9xZt{grid-gap:.7rem;display:grid;gap:.7rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}@media (max-width:900px){.Restaurant_menuGrid__T9xZt{grid-template-columns:repeat(auto-fill,minmax(104px,1fr))}}@media (max-width:640px){.Restaurant_menuGrid__T9xZt{gap:.4rem;grid-template-columns:repeat(4,minmax(0,1fr))}}.Restaurant_emptyMenu__w6Px8{color:#8194ae;grid-column:1/-1;padding:2rem 0;text-align:center}.Restaurant_menuCard__6vg2e{background:#fff;border:1px solid #e8edf6;border-radius:.85rem;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:0;text-align:left;transition:box-shadow .12s ease,-webkit-transform .12s ease;transition:transform .12s ease,box-shadow .12s ease;transition:transform .12s ease,box-shadow .12s ease,-webkit-transform .12s ease}.Restaurant_menuCard__6vg2e:hover{box-shadow:0 10px 20px rgba(35,62,92,.12);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.Restaurant_menuCardDisabled__ZYvCL{cursor:not-allowed;opacity:.5}.Restaurant_menuImageWrap__GlmWx{aspect-ratio:1/1;background:#f1f5fb;position:relative;width:100%}.Restaurant_menuImageWrap__GlmWx img{height:100%;object-fit:cover;width:100%}.Restaurant_menuImagePlaceholder__WUldd{color:#b6c2d6;display:grid;height:100%;place-items:center;width:100%}.Restaurant_menuAddBadge__F4qWN{background:#2f6bff;border-radius:50%;bottom:6px;box-shadow:0 4px 10px rgba(47,107,255,.4);color:#fff;display:grid;height:26px;place-items:center;position:absolute;right:6px;width:26px}.Restaurant_menuInfo__A4zVO{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .6rem .7rem}.Restaurant_menuName__h85E3{color:#1c2b47;font-size:.82rem;font-weight:600}@media (max-width:640px){.Restaurant_menuInfo__A4zVO{gap:.15rem;padding:.4rem .42rem .46rem}.Restaurant_menuName__h85E3{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.74rem;line-height:1.25;overflow:hidden}.Restaurant_menuPrice__ydDS-{font-size:.75rem}.Restaurant_menuAddBadge__F4qWN{bottom:4px;height:22px;right:4px;width:22px}.Restaurant_menuVariants__Q2pbV{display:none}}.Restaurant_menuVariants__Q2pbV{display:flex;flex-wrap:wrap;gap:.25rem}.Restaurant_menuVariantChip__Zzud9{background:#f0fdfa;border:1px solid #99f6e4;border-radius:999px;color:#0f766e;font-size:.65rem;font-weight:600;line-height:1.4;padding:.05rem .4rem}.Restaurant_menuPrice__ydDS-{color:#2f6bff;font-size:.85rem;font-weight:700}.Restaurant_variantPopover__TGVio{border-radius:.85rem!important;box-shadow:0 12px 34px rgba(35,62,92,.18)!important;overflow:visible}.Restaurant_variantPopContent__Eg6E9{display:flex;flex-direction:column;gap:.7rem;min-width:200px;padding:.85rem .95rem}.Restaurant_variantPopTitle__l-Imk{color:#1c2b47;font-size:.9rem;font-weight:800}.Restaurant_variantGroup__Smz\+x{display:flex;flex-direction:column;gap:.35rem}.Restaurant_variantGroupLabel__5d5Hl{color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.Restaurant_variantOptions__Ex9CX{display:flex;flex-wrap:wrap;gap:.35rem}.Restaurant_variantOption__BkBp7{background:#fff;border:1px solid #cbd5e1;border-radius:999px;color:#33456b;cursor:pointer;font-size:.78rem;font-weight:600;padding:.25rem .7rem;transition:all .12s ease}.Restaurant_variantOption__BkBp7:hover{border-color:#2f6bff}.Restaurant_variantOptionActive__QcmMe{background:#2f6bff;border-color:#2f6bff;color:#fff}.Restaurant_variantAddBtn__2eNQH{align-items:center;background:#0f766e;border:none;border-radius:.6rem;color:#fff;cursor:pointer;display:inline-flex;font-size:.82rem;font-weight:700;gap:.3rem;justify-content:center;margin-top:.2rem;padding:.5rem .8rem;transition:background .12s ease}.Restaurant_variantAddBtn__2eNQH:hover{background:#0c5f58}.Restaurant_orderPane__Q29w3{background:#fff;border:1px solid #e6ebf3;border-radius:1rem;box-shadow:0 10px 26px rgba(35,62,92,.08);display:flex;flex-direction:column;max-height:calc(100vh - 110px)}.Restaurant_orderHeader__bNssN{align-items:center;border-bottom:1px solid #eef2f8;display:flex;justify-content:space-between;padding:.9rem 1rem}.Restaurant_orderTableLabel__HvtDj{color:#1c2b47;display:block;font-size:1rem;font-weight:700}.Restaurant_orderInvoice__BTDRx{color:#8194ae;font-size:.72rem}.Restaurant_orderSeats__g7c50{background:#f1f5fb;border-radius:999px;color:#4a5b78;font-size:.72rem;font-weight:600;padding:.25rem .7rem}.Restaurant_orderBody__NKZCA{flex:1 1;overflow-y:auto;padding:.6rem 1rem}.Restaurant_orderEmpty__pHmJN{color:#8194ae;font-size:.85rem;padding:2rem 0;text-align:center}.Restaurant_orderSection__-igR6{margin-bottom:.9rem}.Restaurant_orderSectionTitle__4Ogvm{align-items:center;color:#7a8eaa;display:flex;font-size:.75rem;font-weight:700;gap:.35rem;letter-spacing:.03em;margin:.4rem 0;text-transform:uppercase}.Restaurant_orderLine__\+z9wf{border-bottom:1px solid #e6ebf3;border-radius:.55rem;margin-bottom:.15rem;padding:.55rem .15rem .6rem}.Restaurant_orderLine__\+z9wf:last-child{border-bottom:none}.Restaurant_orderLinePending__9bkvm{background:#fff3e4;border:1px solid #ffd2a3}.Restaurant_orderLinePendingBlink__5L\+hM{-webkit-animation:Restaurant_pendingRowBlink__0AdfQ 1.2s step-end infinite;animation:Restaurant_pendingRowBlink__0AdfQ 1.2s step-end infinite}.Restaurant_orderLineInProgress__TiLRZ{background:#fff9dd;border:1px solid #f5df8a}.Restaurant_orderLineServed__mIBUk{background:#e7f8ed;border:1px solid #bde6cb}@-webkit-keyframes Restaurant_pendingRowBlink__0AdfQ{0%,49%{background:#fff3e4;border-color:#ffd2a3}50%,to{background:#ffe7cc;border-color:#ffbe76}}@keyframes Restaurant_pendingRowBlink__0AdfQ{0%,49%{background:#fff3e4;border-color:#ffd2a3}50%,to{background:#ffe7cc;border-color:#ffbe76}}@media (prefers-reduced-motion:reduce){.Restaurant_orderLinePendingBlink__5L\+hM{-webkit-animation:none;animation:none}}.Restaurant_orderLineMain__uOzd7{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.Restaurant_orderLineText__X4UQG{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem}.Restaurant_orderLineName__W58E\+{color:#1c2b47;font-size:.85rem;font-weight:600}.Restaurant_orderLineAmount__YfbHC{color:#1c2b47;font-size:.85rem;font-weight:700}.Restaurant_statusBadge__Ju4RN{border-radius:999px;font-size:.63rem;font-weight:700;letter-spacing:.02em;padding:.12rem .45rem;text-transform:uppercase}.Restaurant_badgeDraft__fNPnG{background:#e8eefc;color:#2f4fb0}.Restaurant_badgePreparing__XgTGE{background:#fff0d6;color:#b5730a}.Restaurant_badgeInProgress__4E6EQ{background:#e8eefc;color:#2f4fb0}.Restaurant_badgeReady__aW8dU{background:#d7f5e3;color:#1f7a4d}.Restaurant_badgeServed__T0MnC{background:#eceff4;color:#64748b}.Restaurant_orderLineControls__Zw9IH{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-top:.45rem}.Restaurant_qtyControl__GKMU5{align-items:center;background:#f4f6fb;border-radius:999px;display:flex;gap:.5rem;padding:.15rem}.Restaurant_qtyControl__GKMU5 button{background:#fff;border:none;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.12);color:#2f6bff;cursor:pointer;display:grid;height:26px;place-items:center;width:26px}.Restaurant_qtyControl__GKMU5 span{font-size:.85rem;font-weight:700;min-width:20px;text-align:center}.Restaurant_qtyStatic__4nY1w{color:#64748b;font-size:.78rem;font-weight:600}.Restaurant_lineRemove__keL-B{align-items:center;background:#fdecec;border:none;border-radius:50%;color:#ef4444;cursor:pointer;display:inline-flex;height:26px;justify-content:center;line-height:1;margin-left:.85rem;margin-right:.2rem;padding:0;width:26px}.Restaurant_lineRemove__keL-B svg{display:block}.Restaurant_serveButton__x\+TqO{align-items:center;background:#1f7a4d;border:none;border-radius:999px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:.25rem;padding:.3rem .75rem}.Restaurant_orderFooter__uFGnX{border-top:1px solid #eef2f8;padding:.85rem 1rem 1rem}.Restaurant_totalsRow__sgWFo{color:#64748b;display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:.3rem}.Restaurant_grandTotalRow__zJzG3{color:#1c2b47;display:flex;font-size:1rem;font-weight:800;justify-content:space-between;margin:.4rem 0 .8rem}.Restaurant_orderActions__KwJxF{display:flex;flex-direction:column;gap:.5rem}.Restaurant_billButton__rZ-56,.Restaurant_kitchenButton__JbC6E{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.4rem;justify-content:center;padding:.7rem 1rem}.Restaurant_kitchenButton__JbC6E{background:#f5a623;color:#fff}.Restaurant_billButton__rZ-56{background:#2f6bff;color:#fff}.Restaurant_billButton__rZ-56:disabled,.Restaurant_kitchenButton__JbC6E:disabled{background:#d7deea;color:#9aa8bd;cursor:not-allowed}@media (max-width:900px){.Restaurant_orderingLayout__PsVGJ{flex-direction:column}.Restaurant_orderingSide__l2hc3{max-width:none;position:static;width:100%}}[data-theme=dark] .Restaurant_page__Ae4gL{background:#07111f}[data-theme=dark] .Restaurant_mobileTabs__QVAPT{background:#0f1c30}[data-theme=dark] .Restaurant_mobileTab__eVV0\+{color:#9fb6d8}[data-theme=dark] .Restaurant_menuPane__vuC3G,[data-theme=dark] .Restaurant_orderPane__Q29w3,[data-theme=dark] .Restaurant_tablePane__AToHI{background:#0f1c30;border-color:#233549;box-shadow:0 10px 26px rgba(0,0,0,.4)}[data-theme=dark] .Restaurant_currentTableTag__7J8Fj,[data-theme=dark] .Restaurant_grandTotalRow__zJzG3,[data-theme=dark] .Restaurant_menuName__h85E3,[data-theme=dark] .Restaurant_orderLineAmount__YfbHC,[data-theme=dark] .Restaurant_orderLineName__W58E\+,[data-theme=dark] .Restaurant_orderTableLabel__HvtDj,[data-theme=dark] .Restaurant_paneTitle__RpD3Q,[data-theme=dark] .Restaurant_variantPopTitle__l-Imk{color:#f3f7ff}[data-theme=dark] .Restaurant_emptyMenu__w6Px8,[data-theme=dark] .Restaurant_legend__Bevzk,[data-theme=dark] .Restaurant_orderEmpty__pHmJN,[data-theme=dark] .Restaurant_orderInvoice__BTDRx,[data-theme=dark] .Restaurant_orderSectionTitle__4Ogvm,[data-theme=dark] .Restaurant_paneSubtitle__5E6mv,[data-theme=dark] .Restaurant_qtyStatic__4nY1w,[data-theme=dark] .Restaurant_totalsRow__sgWFo{color:#9fb6d8}[data-theme=dark] .Restaurant_categoryChip__a5REZ,[data-theme=dark] .Restaurant_quickTableChip__3fbV\+,[data-theme=dark] .Restaurant_zoneChip__Nkmp3{background:#12233b;border-color:#2a3f5f;color:#cdd9ef}[data-theme=dark] .Restaurant_categoryChip__a5REZ:hover,[data-theme=dark] .Restaurant_quickTableChip__3fbV\+:hover,[data-theme=dark] .Restaurant_zoneChip__Nkmp3:hover{background:#17325c;border-color:#33507a}[data-theme=dark] .Restaurant_categoryChipActive__rsdxy,[data-theme=dark] .Restaurant_zoneChipActive__ZnmAi{background:#2f6bff;border-color:#2f6bff;color:#fff}[data-theme=dark] .Restaurant_quickTableChipActive__q\+mxC,[data-theme=dark] .Restaurant_quickTableChipActive__q\+mxC.Restaurant_quickTableChipOccupied__zgO7y{background:#0f1c30;color:#f3f7ff}[data-theme=dark] .Restaurant_quickTableRow__QsZtq{border-bottom-color:#233549}[data-theme=dark] .Restaurant_backButton__oxTMi,[data-theme=dark] .Restaurant_quickTableBackLink__17naB{color:#8eb5ff!important}[data-theme=dark] .Restaurant_currentTableTag__7J8Fj{background:#12233b;border-color:#233549}[data-theme=dark] .Restaurant_menuSearchBox__iBNkD{background:#0c1729;border-color:#233549}[data-theme=dark] .Restaurant_menuSearchInput__1ZnW3{color:#f3f7ff}[data-theme=dark] .Restaurant_menuCard__6vg2e{background:#12233b;border-color:#233549}[data-theme=dark] .Restaurant_menuCard__6vg2e:hover{box-shadow:0 10px 20px rgba(0,0,0,.45)}[data-theme=dark] .Restaurant_menuImagePlaceholder__WUldd,[data-theme=dark] .Restaurant_menuImageWrap__GlmWx{background:#0c1729}[data-theme=dark] .Restaurant_menuPrice__ydDS-{color:#8eb5ff}[data-theme=dark] .Restaurant_variantOption__BkBp7{background:#12233b;border-color:#2a3f5f;color:#cdd9ef}[data-theme=dark] .Restaurant_variantGroupLabel__5d5Hl{color:#9fb6d8}[data-theme=dark] .Restaurant_orderFooter__uFGnX,[data-theme=dark] .Restaurant_orderHeader__bNssN{border-color:#233549}[data-theme=dark] .Restaurant_orderSeats__g7c50{background:#12233b;color:#cdd9ef}[data-theme=dark] .Restaurant_orderLine__\+z9wf{border-bottom-color:#233549}[data-theme=dark] .Restaurant_orderLineInProgress__TiLRZ .Restaurant_orderLineAmount__YfbHC,[data-theme=dark] .Restaurant_orderLineInProgress__TiLRZ .Restaurant_orderLineName__W58E\+,[data-theme=dark] .Restaurant_orderLineInProgress__TiLRZ .Restaurant_qtyStatic__4nY1w,[data-theme=dark] .Restaurant_orderLinePending__9bkvm .Restaurant_orderLineAmount__YfbHC,[data-theme=dark] .Restaurant_orderLinePending__9bkvm .Restaurant_orderLineName__W58E\+,[data-theme=dark] .Restaurant_orderLinePending__9bkvm .Restaurant_qtyStatic__4nY1w,[data-theme=dark] .Restaurant_orderLineServed__mIBUk .Restaurant_orderLineAmount__YfbHC,[data-theme=dark] .Restaurant_orderLineServed__mIBUk .Restaurant_orderLineName__W58E\+,[data-theme=dark] .Restaurant_orderLineServed__mIBUk .Restaurant_qtyStatic__4nY1w{color:#1c2b47}[data-theme=dark] .Restaurant_qtyControl__GKMU5{background:#0c1729}[data-theme=dark] .Restaurant_qtyControl__GKMU5 button{background:#17325c;color:#8eb5ff}[data-theme=dark] .Restaurant_lineRemove__keL-B{background:#351319;color:#ff7a8a}[data-theme=dark] .Restaurant_billButton__rZ-56:disabled,[data-theme=dark] .Restaurant_kitchenButton__JbC6E:disabled{background:#1a2c46;color:#6b7f9e}.SettleBillDialog_dialogContent__Cs8HB{padding:1.2rem 1.3rem 1.4rem!important}.SettleBillDialog_header__ENcLH{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.8rem}.SettleBillDialog_title__byM1P{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif!important;font-size:1.2rem!important;font-weight:800!important}.SettleBillDialog_subtitle__uniRC{color:#7a8eaa;font-size:.8rem!important}.SettleBillDialog_warnBanner__u6YXU{background:#fff4de;border:1px solid #f5c26b;border-radius:.6rem;color:#a5680b;font-size:.78rem;font-weight:600;margin-bottom:.8rem;padding:.5rem .75rem}.SettleBillDialog_billItems__4Adbc{border:1px solid #eef2f8;border-radius:.7rem;margin-bottom:.8rem;max-height:200px;overflow-y:auto;padding:.6rem .75rem}.SettleBillDialog_billRow__6GoBL{align-items:center;display:flex;font-size:.85rem;gap:.5rem;padding:.2rem 0}.SettleBillDialog_billQty__Hzqy4{color:#2f6bff;flex-shrink:0;font-weight:800}.SettleBillDialog_billName__ycX9L{color:#34435c;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SettleBillDialog_billAmt__KI00W{color:#1c2b47;flex-shrink:0;font-weight:700}.SettleBillDialog_totalsBox__YEshU{background:#f7f9fc;border-radius:.7rem;margin-bottom:1rem;padding:.7rem .85rem}.SettleBillDialog_totalLine__zOCQz{color:#64748b;display:flex;font-size:.82rem;justify-content:space-between;margin-bottom:.3rem}.SettleBillDialog_grandLine__M4Rjz{border-top:1px dashed #d9e1ee;color:#1c2b47;display:flex;font-size:1.05rem;font-weight:800;justify-content:space-between;margin-top:.35rem;padding-top:.35rem}.SettleBillDialog_sectionLabel__WjZZZ{color:#7a8eaa;font-size:.75rem!important;font-weight:700!important;letter-spacing:.03em;margin-bottom:.5rem!important;text-transform:uppercase}.SettleBillDialog_modeRow__r8nZG{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(3,1fr);margin-bottom:1rem}.SettleBillDialog_modeButton__NhcgP{align-items:center;background:#f7f9fc;border:1.5px solid #dce5f2;border-radius:.8rem;color:#4a5b78;cursor:pointer;display:flex;flex-direction:column;font-size:.8rem;font-weight:600;gap:.35rem;padding:.75rem .5rem;transition:all .12s ease}.SettleBillDialog_modeButtonActive__aFnBi{background:#eaf1ff;border-color:#2f6bff;color:#2f6bff}.SettleBillDialog_cashBox__n2vji{margin-bottom:1rem}.SettleBillDialog_cashInput__8HHZF{margin-bottom:.6rem!important;width:100%}.SettleBillDialog_changeRow__a6iPW{color:#1c2b47;display:flex;font-size:.9rem;font-weight:700;justify-content:space-between}.SettleBillDialog_changePos__VPjx3{color:#1f7a4d}.SettleBillDialog_changeNeg__YPKY9{color:#ef4444}.SettleBillDialog_actionRow__Whbmq{display:flex;gap:.6rem}.SettleBillDialog_printButton__Xd1Zw{background:#fff;border:1.5px solid #2f6bff;border-radius:.75rem;color:#2f6bff;flex:1 1}.SettleBillDialog_completeButton__DlR5e,.SettleBillDialog_printButton__Xd1Zw{align-items:center;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.4rem;justify-content:center;padding:.7rem}.SettleBillDialog_completeButton__DlR5e{background:#1f7a4d;border:none;border-radius:.75rem;color:#fff;flex:1.4 1}.SettleBillDialog_completeButton__DlR5e:hover{background:#196540}.SettleBillDialog_successBox__bpb8O{align-items:center;display:flex;flex-direction:column;padding:1rem 0 .5rem;text-align:center}.SettleBillDialog_successIcon__lT6V4{color:#34c77b;font-size:3.2rem!important;margin-bottom:.5rem}.SettleBillDialog_successText__0txy7{color:#1c2b47;font-size:1.05rem!important;font-weight:800!important}.SettleBillDialog_successSub__37ONn{color:#7a8eaa;font-size:.85rem!important;margin-bottom:1rem!important}.SettleBillDialog_printArea__D9rK2{height:0;overflow:hidden;position:absolute;width:0}.SettleBillDialog_receipt__0ulDz{color:#000;font-family:Courier New,monospace;padding:16px;width:280px}.SettleBillDialog_receiptTitle__FPGsd{font-size:16px;margin:0 0 4px;text-align:center}.SettleBillDialog_receiptMeta__9ot1s{font-size:11px;margin:0;text-align:center}.SettleBillDialog_receiptRow__KoSbr{display:flex;font-size:12px;justify-content:space-between;margin:2px 0}.SettleBillDialog_receiptTotal__FWNAU{display:flex;font-size:14px;font-weight:700;justify-content:space-between;margin-top:6px}.SettleBillDialog_receiptFooter__8sVvO{font-size:11px;margin-top:10px;text-align:center}@media print{.SettleBillDialog_printArea__D9rK2{height:auto;overflow:visible;position:static;width:auto}}[data-theme=dark] .SettleBillDialog_paper__FsjDC{background:#0f1c30!important;color:#e4ecfb}[data-theme=dark] .SettleBillDialog_billAmt__KI00W,[data-theme=dark] .SettleBillDialog_changeRow__a6iPW,[data-theme=dark] .SettleBillDialog_grandLine__M4Rjz,[data-theme=dark] .SettleBillDialog_successText__0txy7,[data-theme=dark] .SettleBillDialog_title__byM1P{color:#f3f7ff}[data-theme=dark] .SettleBillDialog_sectionLabel__WjZZZ,[data-theme=dark] .SettleBillDialog_subtitle__uniRC,[data-theme=dark] .SettleBillDialog_successSub__37ONn{color:#9fb6d8}[data-theme=dark] .SettleBillDialog_warnBanner__u6YXU{background:#3a2e10;border-color:#6b551d;color:#f0c674}[data-theme=dark] .SettleBillDialog_billItems__4Adbc{border-color:#233549}[data-theme=dark] .SettleBillDialog_billName__ycX9L{color:#cdd9ef}[data-theme=dark] .SettleBillDialog_totalsBox__YEshU{background:#0c1729}[data-theme=dark] .SettleBillDialog_totalLine__zOCQz{color:#9fb6d8}[data-theme=dark] .SettleBillDialog_grandLine__M4Rjz{border-top-color:#233549}[data-theme=dark] .SettleBillDialog_modeButton__NhcgP{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .SettleBillDialog_modeButtonActive__aFnBi{background:#17325c;border-color:#2f6bff;color:#8eb5ff}[data-theme=dark] .SettleBillDialog_printButton__Xd1Zw{background:#12233b;color:#8eb5ff}[data-theme=dark] .OnlineOrderButton_paper__a3uTZ{background:#0f1c30!important;color:#e4ecfb}[data-theme=dark] .OnlineOrderButton_paper__a3uTZ .MuiDialogTitle-root,[data-theme=dark] .OnlineOrderButton_paper__a3uTZ .MuiInputBase-root,[data-theme=dark] .OnlineOrderButton_paper__a3uTZ .MuiTypography-root{color:#f3f7ff}[data-theme=dark] .OnlineOrderButton_paper__a3uTZ .MuiOutlinedInput-notchedOutline{border-color:#2a3f5f!important}[data-theme=dark] .OnlineOrderButton_paper__a3uTZ .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:#33507a!important}[data-theme=dark] .OnlineOrderButton_paper__a3uTZ .MuiInputLabel-root{color:#9fb6d8}[data-theme=dark] .OnlineOrderButton_paper__a3uTZ .MuiButton-text{color:#b8c8e4}[data-theme=dark] .OnlineOrderButton_platformCard__rPFLa{background-color:#12233b!important;border-color:#233549!important}[data-theme=dark] .OnlineOrderButton_platformCardSelected__dXmnj{background-color:#10322c!important;border-color:#2f8f82!important}.KitchenPage_page__CvhWv{background:linear-gradient(145deg,#eef4fc,#f7fafe 58%,#eef6ff);min-height:calc(100vh - 72px);padding:1.1rem 1.2rem 1.6rem}.KitchenPage_header__Jf7r2{align-items:center;background:#fff;border:1px solid #d8e0ee;border-radius:.85rem;display:flex;justify-content:space-between;margin-bottom:1.1rem;padding:.75rem .9rem}.KitchenPage_title__cXXEB{align-items:center;color:#1c2b47;display:flex;font-family:Sora,Segoe UI,sans-serif;font-size:1.4rem;font-weight:800;gap:.5rem;margin:0}.KitchenPage_subtitle__3PY\+F{color:#7a8eaa;font-size:.85rem;margin:.2rem 0 0}.KitchenPage_emptyState__aO\+xQ{align-items:center;color:#8194ae;display:flex;flex-direction:column;gap:.5rem;padding:4rem 0}.KitchenPage_emptyIcon__DYkw4{color:#34c77b;font-size:3rem!important}.KitchenPage_ticketGrid__NCtt5{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.KitchenPage_ticket__v9byk{background:#fff;border:1px solid #d6deeb;border-radius:.9rem;box-shadow:0 10px 26px rgba(35,62,92,.06);display:flex;flex-direction:column;overflow:hidden}.KitchenPage_ticketReady__4vZsh{border-color:#34c77b;box-shadow:inset 0 0 0 1px rgba(52,199,123,.35)}.KitchenPage_ticketAddon__YMIwt{border-color:#f59e0b;box-shadow:inset 0 0 0 2px rgba(245,158,11,.4),0 10px 26px rgba(245,158,11,.16)}.KitchenPage_addonBadge__22ms\+{background:#fef3c7;border:1px solid #fcd670;border-radius:999px;color:#b45309;display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.03em;margin-top:.3rem;padding:.12rem .5rem;text-transform:uppercase}.KitchenPage_ticketHead__GkPbF{align-items:center;background:#f9fbff;border-bottom:1px solid #dbe4f1;display:flex;justify-content:space-between;padding:.8rem .95rem}.KitchenPage_ticketTable__1KcWS{color:#1c2b47;display:block;font-size:1rem;font-weight:800}.KitchenPage_ticketInvoice__7I9wh{color:#8194ae;display:block;font-size:.72rem;margin-top:.15rem}.KitchenPage_ticketTime__HuS-\+{align-items:center;color:#d97706;display:flex;font-size:.78rem;font-weight:700;gap:.25rem}.KitchenPage_ticketBody__Im8FN{border-bottom:1px solid #e1e8f4;display:flex;flex-direction:column;gap:.45rem;padding:.6rem .95rem}.KitchenPage_kitchenLine__k09B6{align-items:center;border-bottom:1px dashed #dce4f2;display:flex;gap:.5rem;justify-content:space-between;padding:.45rem .2rem}.KitchenPage_kitchenLine__k09B6:last-child{border-bottom:none}.KitchenPage_kitchenLineInfo__yJAGE{align-items:center;display:flex;flex:1 1 auto;gap:.5rem;min-width:0}.KitchenPage_kitchenLineText__pOc2M{align-items:flex-start;display:flex;flex-direction:column;gap:.2rem;min-width:0}.KitchenPage_kitchenQty__16hXR{color:#2f6bff;font-size:1rem;font-weight:800}.KitchenPage_kitchenName__0TOGU{color:#34435c;font-size:.9rem;overflow-wrap:anywhere}.KitchenPage_kitchenStation__2N9oL{background:#f3e8ff;border:1px solid #e2cffb;border-radius:999px;color:#6d28d9;font-size:.68rem;font-weight:700;letter-spacing:.02em;padding:.12rem .5rem;text-transform:uppercase;white-space:nowrap}.KitchenPage_stationTabs__otNyC{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.1rem}.KitchenPage_stationTab__uQC1a{background:#fff;border:1px solid #d3ddec;border-radius:999px;color:#47597a;cursor:pointer;font-size:.85rem;font-weight:700;padding:.45rem .95rem;transition:all .15s ease}.KitchenPage_stationTab__uQC1a:hover{border-color:#9bb4de;color:#1c2b47}.KitchenPage_stationTabActive__PN7l4{background:#2f6bff;border-color:#2f6bff;box-shadow:0 3px 8px rgba(47,107,255,.3);color:#fff}.KitchenPage_lineActionGroup__u6VqJ{align-items:center;display:flex;flex-shrink:0;gap:.35rem}.KitchenPage_acceptBtn__5zstG{background:#2f6bff;border:1px solid #2559d8;border-radius:999px;color:#fff;cursor:pointer;font-size:.72rem;font-weight:700;padding:.3rem .75rem}.KitchenPage_acceptBtn__5zstG:hover{background:#2559d8}.KitchenPage_lineReadyBtn__FFdkp{background:#fff;border:1px solid #34c77b;border-radius:999px;color:#1f7a4d;cursor:pointer;font-size:.72rem;font-weight:700;padding:.3rem .75rem}.KitchenPage_lineReadyBtn__FFdkp:hover{background:#34c77b;color:#fff}.KitchenPage_readyTag__qNvHU{align-items:center;color:#1f7a4d;display:flex;font-size:.75rem;font-weight:700;gap:.2rem}.KitchenPage_inProgressTag__sG8Yb{color:#64748b;font-size:.75rem;font-weight:700}.KitchenPage_ticketActionRow__IZMnj{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin:.5rem .95rem .95rem}.KitchenPage_acceptAllBtn__2x2Yq{align-items:center;background:#2f6bff;border:1px solid #2559d8;border-radius:.7rem;color:#fff;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:.35rem;justify-content:center;padding:.65rem}.KitchenPage_acceptAllBtn__2x2Yq:disabled{background:#dbe4f1;border-color:#dbe4f1;color:#8194ae;cursor:not-allowed}.KitchenPage_ticketReadyBtn__nSTZG{align-items:center;background:#34c77b;border:1px solid #34c77b;border-radius:.7rem;color:#06281a;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:.35rem;justify-content:center;padding:.65rem}.KitchenPage_ticketReadyBtn__nSTZG:disabled{background:#e5e7eb;border-color:#e5e7eb;color:#94a3b8;cursor:not-allowed}[data-theme=dark] .KitchenPage_page__CvhWv{background:#07111f}[data-theme=dark] .KitchenPage_header__Jf7r2{background:#0f1c30;border-color:#233549}[data-theme=dark] .KitchenPage_title__cXXEB{color:#f3f7ff}[data-theme=dark] .KitchenPage_emptyState__aO\+xQ,[data-theme=dark] .KitchenPage_subtitle__3PY\+F{color:#9fb6d8}[data-theme=dark] .KitchenPage_ticket__v9byk{background:#0f1c30;border-color:#233549;box-shadow:0 10px 26px rgba(2,8,20,.4)}[data-theme=dark] .KitchenPage_ticketHead__GkPbF{background:#12233b;border-bottom-color:#233549}[data-theme=dark] .KitchenPage_ticketTable__1KcWS{color:#f3f7ff}[data-theme=dark] .KitchenPage_ticketInvoice__7I9wh{color:#8fa4c2}[data-theme=dark] .KitchenPage_kitchenLine__k09B6,[data-theme=dark] .KitchenPage_ticketBody__Im8FN{border-bottom-color:#233549}[data-theme=dark] .KitchenPage_kitchenName__0TOGU{color:#cdd9ef}[data-theme=dark] .KitchenPage_stationTab__uQC1a{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .KitchenPage_stationTab__uQC1a:hover{border-color:#33507a;color:#f3f7ff}[data-theme=dark] .KitchenPage_stationTabActive__PN7l4{background:#2f6bff;border-color:#2f6bff;color:#fff}[data-theme=dark] .KitchenPage_lineReadyBtn__FFdkp{background:#0f1c30;color:#4fd6a0}[data-theme=dark] .KitchenPage_lineReadyBtn__FFdkp:hover{background:#34c77b;color:#06281a}[data-theme=dark] .KitchenPage_inProgressTag__sG8Yb{color:#8fa4c2}[data-theme=dark] .KitchenPage_acceptAllBtn__2x2Yq:disabled,[data-theme=dark] .KitchenPage_ticketReadyBtn__nSTZG:disabled{background:#1a2c46;border-color:#1a2c46;color:#6b7f9e}.ServerPage_page__nWuIU{background:linear-gradient(145deg,#eef4fc,#f7fafe 58%,#eef6ff);min-height:calc(100vh - 72px);padding:1.1rem 1.2rem 1.6rem}.ServerPage_header__ddG-d{align-items:center;background:#fff;border:1px solid #d8e0ee;border-radius:.85rem;display:flex;justify-content:space-between;margin-bottom:1.1rem;padding:.75rem .9rem}.ServerPage_title__bVZVk{align-items:center;color:#1c2b47;display:flex;font-family:Sora,Segoe UI,sans-serif;font-size:1.4rem;font-weight:800;gap:.5rem;margin:0}.ServerPage_subtitle__WT7WX{color:#7a8eaa;font-size:.85rem;margin:.2rem 0 0}.ServerPage_emptyState__NRK3R{align-items:center;color:#8194ae;display:flex;flex-direction:column;gap:.5rem;padding:4rem 0}.ServerPage_emptyIcon__9Xqkh{color:#34c77b;font-size:3rem!important}.ServerPage_cardGrid__0yv3N{grid-gap:1.2rem;align-items:start;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.ServerPage_card__TA1Z9{background:#fff;border:1px solid #d6deeb;border-radius:.9rem;box-shadow:0 10px 26px rgba(35,62,92,.06);display:flex;flex-direction:column;overflow:hidden}.ServerPage_cardHead__L7u0n{align-items:center;background:#f9fbff;border-bottom:1px solid #dbe4f1;display:flex;justify-content:space-between;padding:.8rem .95rem}.ServerPage_cardHeadLeft__oZxeX{display:flex;flex-direction:column;gap:.15rem}.ServerPage_cardTable__TDnxL{align-items:center;color:#1c2b47;display:flex;font-size:1rem;font-weight:800;gap:.3rem}.ServerPage_cardMeta__blwFv{color:#8194ae;font-size:.72rem}.ServerPage_cardTime__hVCKV{align-items:center;color:#f59e0b;display:flex;font-size:.78rem;font-weight:700;gap:.25rem}.ServerPage_cardBody__VkzOS{border-bottom:1px solid #e1e8f4;display:flex;flex-direction:column;gap:.4rem;padding:.6rem .95rem}.ServerPage_pickupRoute__6\+0By{align-items:center;background:#f6f9ff;border-bottom:1px solid #e1e8f4;color:#51627f;display:flex;flex-wrap:wrap;font-size:.8rem;gap:.4rem;padding:.7rem .95rem}.ServerPage_pickupIcon__YyKNo{color:#2f6bff}.ServerPage_pickupLabel__BDucc{color:#1c2b47;font-weight:700}.ServerPage_pickupChip__IqLWk{background:#fff;border:1px solid #d5e1f2;font-weight:700;gap:.35rem;padding:.2rem .45rem}.ServerPage_pickupChip__IqLWk,.ServerPage_pickupCount__g5KoL{align-items:center;border-radius:999px;color:#2f6bff;display:inline-flex}.ServerPage_pickupCount__g5KoL{background:#eaf2ff;font-size:.72rem;height:1.25rem;justify-content:center;min-width:1.25rem;padding:0 .25rem}.ServerPage_stationBlock__-0kbB{background:#fcfdff;border:1px solid #e7eef8;border-radius:.75rem;padding:.35rem .4rem .15rem}.ServerPage_stationBlockHead__xpV1k{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin:.15rem 0 .25rem}.ServerPage_stationBlockName__gHUq8{align-items:center;color:#2f6bff;display:flex;font-size:.78rem;font-weight:800;gap:.3rem;letter-spacing:.03em;text-transform:uppercase}.ServerPage_stationCollectBtn__XPOxF{background:#eff6ff;border:1px solid #2f6bff;border-radius:999px;color:#2f6bff;cursor:pointer;font-size:.72rem;font-weight:700;padding:.24rem .6rem}.ServerPage_stationCollectBtn__XPOxF:disabled{cursor:not-allowed;opacity:.6}.ServerPage_line__E4WjR{align-items:center;border-bottom:1px dashed #e6edf8;display:flex;gap:.5rem;justify-content:space-between;padding:.45rem .2rem}.ServerPage_line__E4WjR:last-child{border-bottom:none}.ServerPage_lineInfo__ZYUz7{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.ServerPage_lineQty__irbhX{color:#2f6bff;font-size:1rem;font-weight:800}.ServerPage_lineName__a2\+Ns{color:#34435c;font-size:.9rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ServerPage_lineStation__rjn96{background:#f3e8ff;border:1px solid #e2cffb;border-radius:999px;color:#6d28d9;font-size:.68rem;font-weight:700;letter-spacing:.02em;padding:.12rem .5rem;text-transform:uppercase;white-space:nowrap}.ServerPage_readyTag__Lt8vC{align-items:center;background:#dcfce7;color:#1f7a4d;display:flex;gap:.2rem}.ServerPage_inProgressTag__4dPWD,.ServerPage_readyTag__Lt8vC{border-radius:999px;font-size:.7rem;font-weight:700;padding:.15rem .45rem}.ServerPage_inProgressTag__4dPWD{background:#dbeafe;color:#2563eb}.ServerPage_lineActionGroup__a2ZhO{align-items:center;display:inline-flex;gap:.35rem}.ServerPage_acceptBtn__n4ezd{background:#34c77b;border:1px solid #34c77b;border-radius:.7rem;color:#06281a;cursor:pointer;font-size:.75rem;font-weight:700;padding:.35rem .8rem}.ServerPage_acceptBtn__n4ezd:hover{background:#2fae6c}.ServerPage_serveBtn__alAkE{background:#fff;border:1px solid #2f6bff;border-radius:.7rem;color:#2f6bff;cursor:pointer;font-size:.75rem;font-weight:700;padding:.35rem .8rem}.ServerPage_serveBtn__alAkE:hover{background:#eff6ff}.ServerPage_actionRow__7BYuW{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr;margin:.5rem .95rem .95rem}.ServerPage_acceptAllBtn__ncqrw{align-items:center;background:#2563eb;border:1px solid #2563eb;border-radius:.7rem;color:#fff;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:.35rem;justify-content:center;padding:.6rem}.ServerPage_acceptAllBtn__ncqrw:disabled{background:#e2e8f0;border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}.ServerPage_serveAllBtn__JllSH{align-items:center;background:#34c77b;border:1px solid #34c77b;border-radius:.7rem;color:#06281a;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:.35rem;justify-content:center;padding:.6rem}.ServerPage_serveAllBtn__JllSH:disabled{background:#e2e8f0;border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}.ServerPage_stationTabs__LJB-E{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.1rem}.ServerPage_stationTab__1UeEp{background:#fff;border:1px solid #d3ddec;border-radius:999px;color:#47597a;cursor:pointer;font-size:.85rem;font-weight:700;padding:.45rem .95rem;transition:all .15s ease}.ServerPage_stationTab__1UeEp:hover{border-color:#2f6bff;color:#2f6bff}.ServerPage_stationTabActive__FDXE3{background:#2f6bff;border-color:#2f6bff;box-shadow:0 3px 8px rgba(47,107,255,.3);color:#fff}[data-theme=dark] .ServerPage_page__nWuIU{background:#07111f}[data-theme=dark] .ServerPage_header__ddG-d{background:#0f1c30;border-color:#233549}[data-theme=dark] .ServerPage_title__bVZVk{color:#f3f7ff}[data-theme=dark] .ServerPage_emptyState__NRK3R,[data-theme=dark] .ServerPage_subtitle__WT7WX{color:#9fb6d8}[data-theme=dark] .ServerPage_card__TA1Z9{background:#0f1c30;border-color:#233549;box-shadow:0 10px 26px rgba(2,8,20,.4)}[data-theme=dark] .ServerPage_cardHead__L7u0n{background:#12233b;border-bottom-color:#233549}[data-theme=dark] .ServerPage_cardTable__TDnxL{color:#f3f7ff}[data-theme=dark] .ServerPage_cardMeta__blwFv{color:#8fa4c2}[data-theme=dark] .ServerPage_cardBody__VkzOS{border-bottom-color:#233549}[data-theme=dark] .ServerPage_pickupRoute__6\+0By{background:#0c1729;border-bottom-color:#233549;color:#b8c8e4}[data-theme=dark] .ServerPage_pickupLabel__BDucc{color:#f3f7ff}[data-theme=dark] .ServerPage_pickupChip__IqLWk{background:#12233b;border-color:#2a3f5f;color:#8eb5ff}[data-theme=dark] .ServerPage_pickupCount__g5KoL{background:#1a2c46;color:#8eb5ff}[data-theme=dark] .ServerPage_stationBlock__-0kbB{background:#0c1729;border-color:#233549}[data-theme=dark] .ServerPage_stationBlockName__gHUq8{color:#8eb5ff}[data-theme=dark] .ServerPage_stationCollectBtn__XPOxF{background:#12233b;border-color:#33507a;color:#8eb5ff}[data-theme=dark] .ServerPage_line__E4WjR{border-bottom-color:#233549}[data-theme=dark] .ServerPage_lineName__a2\+Ns{color:#cdd9ef}[data-theme=dark] .ServerPage_serveBtn__alAkE{background:#12233b;color:#8eb5ff}[data-theme=dark] .ServerPage_serveBtn__alAkE:hover{background:#1a2c46}[data-theme=dark] .ServerPage_stationTab__1UeEp{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .ServerPage_stationTab__1UeEp:hover{border-color:#33507a;color:#8eb5ff}[data-theme=dark] .ServerPage_stationTabActive__FDXE3{background:#2f6bff;border-color:#2f6bff;color:#fff}[data-theme=dark] .ServerPage_acceptAllBtn__ncqrw:disabled,[data-theme=dark] .ServerPage_serveAllBtn__JllSH:disabled{background:#1a2c46;border-color:#1a2c46;color:#6b7f9e}.BillingPage_page__NYdKT{background:linear-gradient(145deg,#eef4fc,#f7fafe 58%,#eef6ff);min-height:calc(100vh - 72px);padding:1.1rem 1.2rem 1.6rem}.BillingPage_header__1FKT\+{align-items:center;background:#fff;border:1px solid #d8e0ee;border-radius:.85rem;display:flex;justify-content:space-between;margin-bottom:1.1rem;padding:.75rem .9rem}.BillingPage_title__Qe\+Xa{align-items:center;color:#1c2b47;display:flex;font-family:Sora,Segoe UI,sans-serif;font-size:1.4rem;font-weight:800;gap:.5rem;margin:0}.BillingPage_subtitle__VwLq9{color:#7a8eaa;font-size:.85rem;margin:.2rem 0 0}.BillingPage_emptyState__\+rea0{align-items:center;color:#8194ae;display:flex;flex-direction:column;gap:.5rem;padding:4rem 0}.BillingPage_emptyIcon__c6UeE{color:#34c77b;font-size:3rem!important}.BillingPage_billGrid__RX3JT{grid-gap:1rem;align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.BillingPage_billCard__S8WtP{background:#fff;border:1px solid #d6deeb;border-radius:.9rem;box-shadow:0 10px 26px rgba(35,62,92,.06);display:flex;flex-direction:column;overflow:hidden}.BillingPage_billHead__BsiuJ{align-items:center;background:#f9fbff;border-bottom:1px solid #dbe4f1;display:flex;justify-content:space-between;padding:.8rem .95rem}.BillingPage_billTable__xb29m{align-items:center;color:#1c2b47;display:flex;font-size:1rem;font-weight:800;gap:.3rem}.BillingPage_billInvoice__qXwQf{color:#8194ae;font-size:.72rem}.BillingPage_billBody__ZDYKo{border-bottom:1px solid #e1e8f4;display:flex;flex-direction:column;gap:.4rem;max-height:220px;overflow-y:auto;padding:.6rem .95rem}.BillingPage_billLine__q4NWT{align-items:center;border-bottom:1px dashed #e6edf8;display:flex;font-size:.85rem;gap:.5rem;padding:.28rem 0}.BillingPage_billLine__q4NWT:last-child{border-bottom:none}.BillingPage_billQty__qYxLy{color:#2f6bff;flex-shrink:0;font-weight:800}.BillingPage_billName__SniTo{color:#34435c;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.BillingPage_billAmount__OTNF\+{color:#1c2b47;flex-shrink:0;font-weight:700}.BillingPage_billTotals__Ufyg-{background:#fbfcff;border-bottom:1px dashed #d6deeb;border-top:1px dashed #d6deeb;padding:.6rem .95rem}.BillingPage_totalRow__Ae435{color:#64748b;display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:.25rem}.BillingPage_grandRow__0HanA{color:#1c2b47;display:flex;font-size:1rem;font-weight:800;justify-content:space-between;margin-top:.35rem}.BillingPage_billStatus__sG8wy{padding:0 .95rem .4rem}.BillingPage_statusServed__Bvcz5{color:#1f7a4d}.BillingPage_statusPending__gtKrI,.BillingPage_statusServed__Bvcz5{align-items:center;display:inline-flex;font-size:.75rem;font-weight:700;gap:.25rem}.BillingPage_statusPending__gtKrI{color:#b5730a}.BillingPage_settleBtn__3m\+Hp{align-items:center;background:#2f6bff;border:1px solid #2559d8;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:700;gap:.4rem;justify-content:center;margin:.3rem .95rem .95rem;padding:.7rem}.BillingPage_settleBtn__3m\+Hp:hover{background:#2559d8}[data-theme=dark] .BillingPage_page__NYdKT{background:#07111f}[data-theme=dark] .BillingPage_header__1FKT\+{background:#0f1c30;border-color:#233549}[data-theme=dark] .BillingPage_title__Qe\+Xa{color:#f3f7ff}[data-theme=dark] .BillingPage_emptyState__\+rea0,[data-theme=dark] .BillingPage_subtitle__VwLq9{color:#9fb6d8}[data-theme=dark] .BillingPage_billCard__S8WtP{background:#0f1c30;border-color:#233549;box-shadow:0 10px 26px rgba(2,8,20,.4)}[data-theme=dark] .BillingPage_billHead__BsiuJ{background:#12233b;border-bottom-color:#233549}[data-theme=dark] .BillingPage_billTable__xb29m{color:#f3f7ff}[data-theme=dark] .BillingPage_billInvoice__qXwQf{color:#8fa4c2}[data-theme=dark] .BillingPage_billBody__ZDYKo,[data-theme=dark] .BillingPage_billLine__q4NWT{border-bottom-color:#233549}[data-theme=dark] .BillingPage_billName__SniTo{color:#cdd9ef}[data-theme=dark] .BillingPage_billAmount__OTNF\+{color:#f3f7ff}[data-theme=dark] .BillingPage_billTotals__Ufyg-{background:#0c1729;border-bottom-color:#233549;border-top-color:#233549}[data-theme=dark] .BillingPage_totalRow__Ae435{color:#9fb6d8}[data-theme=dark] .BillingPage_grandRow__0HanA{color:#f3f7ff}.OrderTabs_toolbarRow__FhhJU{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.95rem}.OrderTabs_searchField__dFzLM{width:min(480px,100%)}.OrderTabs_summaryStrip__ffRz\+{align-items:center;background:#f8fbff;border:1px solid #dce4f2;border-radius:999px;color:#4e678e;display:inline-flex;font-size:.74rem;font-weight:700;gap:.5rem;padding:.28rem .65rem}.OrderTabs_summaryStrip__ffRz\+ span{border-right:1px solid #dee7f5;padding-right:.5rem}.OrderTabs_summaryStrip__ffRz\+ span:last-child{border-right:none;padding-right:0}.OrderTabs_filterChipsRow__pMfCk{display:flex;flex-wrap:wrap;gap:.38rem;margin-bottom:.8rem}.OrderTabs_dateChip__IlCep{background:#fff;border:1px solid #dce4f2;border-radius:999px;color:#4e678e;cursor:pointer;font-size:.7rem;font-weight:700;padding:.23rem .62rem}.OrderTabs_dateChipActive__m9oNI{background:#2f6bff;border-color:#2f6bff;color:#fff}.OrderTabs_orderTableWrap__ToArW{background:#fff;border:1px solid #dce4f2;border-radius:.85rem;overflow:hidden}.OrderTabs_orderRow__1cc5E,.OrderTabs_orderTableHead__RZXcO{grid-gap:.55rem;align-items:center;display:grid;gap:.55rem;grid-template-columns:1.1fr 1.2fr 1.2fr 1.4fr .9fr 1fr 1.2fr}.OrderTabs_orderTableHead__RZXcO{background:#f4f8ff;border-bottom:1px solid #dce4f2;color:#5a7397;font-size:.72rem;font-weight:800;letter-spacing:.02em;padding:.62rem .78rem;text-transform:uppercase}.OrderTabs_orderRow__1cc5E{border-bottom:1px dashed #e4ebf7;min-height:74px;padding:.58rem .78rem}.OrderTabs_orderRow__1cc5E:last-child{border-bottom:none}.OrderTabs_orderNo__xzurC{color:#1f3355;font-size:.86rem;font-weight:800;margin:0}.OrderTabs_metaText__4JZTC{color:#7d92ae;font-size:.7rem;font-weight:700;margin:.14rem 0 0}.OrderTabs_customerName__t1FfF{color:#1f3355;font-size:.82rem;font-weight:800;margin:0}.OrderTabs_itemCount__crc7I{color:#304d75;font-size:.78rem;font-weight:800;margin:0}.OrderTabs_cellItems__SRjF6 .OrderTabs_metaText__4JZTC{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.OrderTabs_cellDate__LIBsU{min-width:0}.OrderTabs_dateValue__0PdLn{color:#304d75;font-size:.74rem;font-weight:700;margin:0}.OrderTabs_cellTotal__f4V9L b{color:#17355d;font-size:.9rem}.OrderTabs_statusPill__jd4xS{align-items:center;border-radius:999px;display:inline-flex;font-size:.68rem;font-weight:800;justify-content:center;padding:.2rem .58rem;text-transform:uppercase}.OrderTabs_status_placed__Kz9OW{background:#fff1d8;border:1px solid #f8d7a2;color:#a35f05}.OrderTabs_status_approved__jI-JD{background:#eaf2ff;border:1px solid #c7d9ff;color:#2a59b8}.OrderTabs_status_delivered__E3hrd{background:#def4e8;border:1px solid #bce6ce;color:#1f7d50}.OrderTabs_status_rejected__pOuVn{background:#ffe6ea;border:1px solid #fec8d1;color:#be123c}.OrderTabs_cellActions__Sh-NC{display:flex;justify-content:flex-end}.OrderTabs_footerActions__B7BqW{align-items:center;display:inline-flex;gap:.34rem}.OrderTabs_iconBtn__a9nHq{background:#f3f7ff!important;border:1px solid #dce4f2!important;border-radius:9px!important;color:#315adf!important;height:34px!important;transition:all .2s ease!important;width:34px!important}.OrderTabs_iconBtn__a9nHq:hover{box-shadow:0 6px 14px rgba(32,61,97,.14);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.OrderTabs_approveBtn__uQJbH{background:#e7f8ef!important;border-color:#b7e8cb!important;color:#1a9547!important}.OrderTabs_rejectBtn__ESE\+o{background:#ffe8eb!important;border-color:#fecdd3!important;color:#dc2626!important}.OrderTabs_deliverBtn__ql0EC{background:#e8efff!important;border-color:#c8d8ff!important;color:#2f6bff!important}.OrderTabs_emptyState__TNFKH{background:#fff;border:1px solid #dce4f2;border-radius:.85rem;color:#7e95b2;padding:2rem;text-align:center}.OrderTabs_loading__M2z5p{display:grid;min-height:220px;place-items:center}.OrderTabs_loadMoreWrapper__WpgT7{display:flex;justify-content:center;margin-top:1rem;width:100%}.OrderTabs_loadMoreBtn__y-iV8{background:linear-gradient(135deg,#3156d6,#49a0e1);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.82rem;font-weight:700;padding:.62rem 1.4rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.OrderTabs_loadMoreBtn__y-iV8:hover{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.OrderTabs_loadMoreBtn__y-iV8 span{margin-left:8px;opacity:.8}@media (max-width:1180px){.OrderTabs_orderRow__1cc5E,.OrderTabs_orderTableHead__RZXcO{grid-template-columns:1fr 1.15fr 1.15fr 1.25fr .85fr .95fr 1.05fr}}@media (max-width:980px){.OrderTabs_toolbarRow__FhhJU{align-items:stretch;flex-direction:column}.OrderTabs_summaryStrip__ffRz\+{border-radius:.75rem;justify-content:space-between;width:100%}.OrderTabs_orderTableHead__RZXcO{display:none}.OrderTabs_orderRow__1cc5E{gap:.38rem;grid-template-columns:1fr}.OrderTabs_cellActions__Sh-NC{justify-content:flex-start}}[data-theme=dark] .OrderTabs_title__wSPPR{color:#f3f7ff}[data-theme=dark] .OrderTabs_subtitle__U6Unq{color:#9fb6d8}[data-theme=dark] .OrderTabs_summaryStrip__ffRz\+{background:#12233b;border-color:#233549;color:#b8c8e4}[data-theme=dark] .OrderTabs_summaryStrip__ffRz\+ span{border-right-color:#2a3f5f}[data-theme=dark] .OrderTabs_dateChip__IlCep{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .OrderTabs_dateChipActive__m9oNI{background:#2f6bff;border-color:#2f6bff;color:#fff}[data-theme=dark] .OrderTabs_orderTableWrap__ToArW{background:#0f1c30;border-color:#233549}[data-theme=dark] .OrderTabs_orderTableHead__RZXcO{background:#12233b;border-bottom-color:#233549;color:#8fa4c2}[data-theme=dark] .OrderTabs_orderRow__1cc5E{border-bottom-color:#233549}[data-theme=dark] .OrderTabs_customerName__t1FfF,[data-theme=dark] .OrderTabs_orderNo__xzurC{color:#f3f7ff}[data-theme=dark] .OrderTabs_dateValue__0PdLn,[data-theme=dark] .OrderTabs_itemCount__crc7I{color:#cdd9ef}[data-theme=dark] .OrderTabs_metaText__4JZTC{color:#8fa4c2}[data-theme=dark] .OrderTabs_cellTotal__f4V9L b{color:#f3f7ff}[data-theme=dark] .OrderTabs_iconBtn__a9nHq{background:#12233b!important;border-color:#2a3f5f!important;color:#8eb5ff!important}[data-theme=dark] .OrderTabs_approveBtn__uQJbH{background:#103023!important;border-color:#1f5f3d!important;color:#4fd68f!important}[data-theme=dark] .OrderTabs_rejectBtn__ESE\+o{background:#351319!important;border-color:#6b2532!important;color:#ff7a8a!important}[data-theme=dark] .OrderTabs_deliverBtn__ql0EC{background:#12233b!important;border-color:#33507a!important;color:#8eb5ff!important}[data-theme=dark] .OrderTabs_emptyState__TNFKH{background:#0f1c30;border-color:#233549;color:#9fb6d8}.DashboardPage_page__Pf\+jW{background:#f2f6fc;min-height:calc(100vh - 72px);padding:.8rem .95rem 1.35rem}.DashboardPage_topBar__4yQRC{align-items:center;background:#fff;border:1px solid #dce4f2;border-radius:.85rem;display:flex;gap:.7rem;justify-content:space-between;padding:.55rem .75rem}.DashboardPage_titleWrap__PzU6s{align-items:center;display:flex;gap:.65rem;min-width:0}.DashboardPage_pageTitle__hNV5B{color:#1c2b47;font-family:Sora,Segoe UI,sans-serif;font-size:1.05rem;font-weight:800;margin:0}.DashboardPage_outletBadge__13diU{background:#f8fbff;border:1px solid #dbe4f2;border-radius:999px;color:#35557f;font-size:.74rem;font-weight:700;padding:.18rem .58rem}.DashboardPage_timeRangePills__T6tDy{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem}.DashboardPage_pill__v5eFe{background:#fff;border:1px solid #dce4f2;border-radius:.45rem;color:#557299;cursor:pointer;font-size:.72rem;font-weight:700;padding:.28rem .62rem}.DashboardPage_pillActive__5ClAA{background:#e7f0ff;border-color:#b8cdf5;color:#2f6bff}.DashboardPage_statsGrid__1YHmo{grid-gap:.52rem;display:grid;gap:.52rem;grid-template-columns:repeat(8,minmax(0,1fr));margin-top:.65rem}.DashboardPage_statCard__1Lqp7{background:#fff;border:1px solid #dce4f2;border-radius:.72rem;min-height:86px;padding:.56rem .6rem}.DashboardPage_statHead__tNF5y{align-items:center;display:flex;gap:.45rem;justify-content:space-between}.DashboardPage_statLabel__h84oS{color:#6e84a7;font-size:.69rem;font-weight:700;margin:0}.DashboardPage_statIcon__vDFqH{align-items:center;background:#ebf2ff;border-radius:.45rem;color:#2f6bff;display:inline-flex;height:24px;justify-content:center;width:24px}.DashboardPage_statValue__fzWZ9{color:#1f3355;font-size:1.18rem;font-weight:800;margin:.28rem 0 0}.DashboardPage_statNote__UiQ9-{color:#7f94b4;font-size:.66rem;font-weight:600;margin:.15rem 0 0}.DashboardPage_boardGrid__ulR7C{grid-gap:.58rem;display:grid;gap:.58rem;grid-template-columns:repeat(12,minmax(0,1fr));margin-top:.65rem}.DashboardPage_panel__EcoG7{background:#fff;border:1px solid #dce4f2;border-radius:.78rem;box-shadow:0 4px 12px rgba(31,55,88,.05);padding:.62rem .7rem}.DashboardPage_panelHead__3DIqd{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.4rem}.DashboardPage_panelHead__3DIqd h2{color:#1f3558;font-size:.83rem;font-weight:800;margin:0}.DashboardPage_panelSubTag__ZQv-n{background:#eef4ff;border:1px solid #dbe6f7;border-radius:999px;color:#607ca2;font-size:.67rem;font-weight:700;padding:.15rem .52rem}.DashboardPage_salesOverview__vJbgS{grid-column:span 6}.DashboardPage_overviewMeta__7\+-KN{color:#6282aa;display:flex;flex-wrap:wrap;font-size:.68rem;font-weight:700;gap:.4rem .65rem}.DashboardPage_sparkWrap__C0Ta6{background:linear-gradient(180deg,#f7faff,#fff);border:1px solid #e4ebf8;border-radius:.65rem;height:155px;margin-top:.5rem;padding:.4rem}.DashboardPage_sparkSvg__CD7lB{height:100%;width:100%}.DashboardPage_sparkLine__KzDTJ{fill:none;stroke:#2f6bff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.DashboardPage_sparkDot__kdkL5{fill:#2f6bff;stroke:#fff;stroke-width:.8}.DashboardPage_channelsPanel__ufQs9,.DashboardPage_paymentsPanel__pz4yb{grid-column:span 3}.DashboardPage_donutWrap__\+KX\+4{align-items:center;display:flex;gap:.65rem}.DashboardPage_channelDonut__QCg\+h,.DashboardPage_paymentDonut__Z5THC{border:1px solid #d8e3f2;border-radius:50%;flex-shrink:0;height:86px;width:86px}.DashboardPage_paymentDonut__Z5THC{background:conic-gradient(#2f6bff 0 38%,#7c4dff 38% 70%,#f59e0b 70% 90%,#ec4899 90% 100%)}.DashboardPage_channelDonut__QCg\+h{background:conic-gradient(#2f6bff 0 46%,#22c55e 46% 75%,#a855f7 75% 90%,#ef4444 90% 100%)}.DashboardPage_channelDonut__QCg\+h:after,.DashboardPage_paymentDonut__Z5THC:after{background:#fff;border-radius:50%;content:"";display:block;height:46px;margin:19px auto;width:46px}.DashboardPage_legendList__SEA-E{flex:1 1;min-width:0}.DashboardPage_legendRow__QDFB1{align-items:center;color:#476287;display:flex;font-size:.69rem;font-weight:700;gap:.4rem;justify-content:space-between;margin-bottom:.26rem}.DashboardPage_legendName__a5FiQ{align-items:center;display:inline-flex;gap:.28rem}.DashboardPage_legendName__a5FiQ i{border-radius:999px;display:inline-block;height:8px;width:8px}.DashboardPage_liveOrdersPanel__LBVfx{grid-column:span 3}.DashboardPage_liveList__3\+dRu{display:flex;flex-direction:column;gap:.33rem}.DashboardPage_liveRow__yBj79{grid-gap:.4rem;align-items:center;border:1px solid #e4ebf8;border-radius:.5rem;color:#375273;display:grid;font-size:.69rem;font-weight:700;gap:.4rem;grid-template-columns:1.1fr 1fr auto;padding:.32rem .4rem}.DashboardPage_liveStatus__9X-DB{background:#fff4dd;border:1px solid #ffd392;border-radius:999px;color:#b97512;padding:.08rem .46rem}.DashboardPage_topItemsPanel__XZ\+Qm{grid-column:span 4}.DashboardPage_tableHead__cAI1e,.DashboardPage_tableRow__apS9q{grid-gap:.4rem;align-items:center;display:grid;gap:.4rem;grid-template-columns:1fr 54px 100px}.DashboardPage_tableHead__cAI1e{border-bottom:1px dashed #e3ebf7;color:#6f85a6;font-size:.65rem;font-weight:800;padding-bottom:.25rem}.DashboardPage_tableRow__apS9q{border-bottom:1px dashed #edf2fb;color:#324d72;font-size:.7rem;font-weight:700;padding:.35rem 0}.DashboardPage_tableRow__apS9q:last-child{border-bottom:none}.DashboardPage_kitchenPanel__Tqe7j{grid-column:span 2}.DashboardPage_performanceScore__ybMBf{align-items:center;background:#eff5ff;border:1px solid #dce6f8;border-radius:.55rem;color:#1f3558;display:inline-flex;font-size:1rem;font-weight:800;gap:.3rem;margin-bottom:.4rem;padding:.3rem .5rem}.DashboardPage_kpiMiniRow__kpqOs{align-items:center;border-bottom:1px dashed #e7eef9;color:#4b678d;display:flex;font-size:.72rem;font-weight:700;justify-content:space-between;padding:.24rem 0}.DashboardPage_kpiMiniRow__kpqOs:last-child{border-bottom:none}.DashboardPage_cashPanel__BGxzA{grid-column:span 2}.DashboardPage_cashRow__SMAgJ{align-items:center;border-bottom:1px dashed #e5edf9;color:#3d587f;display:flex;font-size:.73rem;font-weight:700;justify-content:space-between;padding:.32rem 0}.DashboardPage_cashRow__SMAgJ:last-child{border-bottom:none}.DashboardPage_systemPanel__ZVkyG{grid-column:span 3}.DashboardPage_healthGrid__rQWE7{grid-gap:.35rem .6rem;align-items:center;color:#486286;display:grid;font-size:.7rem;font-weight:700;gap:.35rem .6rem;grid-template-columns:1fr auto}.DashboardPage_healthOnline__XfCGB{color:#1e8f58}.DashboardPage_emptyText__i8mWs{color:#7f93af;font-size:.72rem;font-weight:600;margin:.3rem 0}.DashboardPage_footerMeta__hSpbg{align-items:center;color:#6f86a8;display:inline-flex;font-size:.68rem;font-weight:700;gap:.35rem;margin-top:.58rem}@media (max-width:1400px){.DashboardPage_statsGrid__1YHmo{grid-template-columns:repeat(4,minmax(0,1fr))}.DashboardPage_salesOverview__vJbgS{grid-column:span 12}.DashboardPage_cashPanel__BGxzA,.DashboardPage_channelsPanel__ufQs9,.DashboardPage_kitchenPanel__Tqe7j,.DashboardPage_liveOrdersPanel__LBVfx,.DashboardPage_paymentsPanel__pz4yb,.DashboardPage_systemPanel__ZVkyG,.DashboardPage_topItemsPanel__XZ\+Qm{grid-column:span 6}}@media (max-width:980px){.DashboardPage_topBar__4yQRC{align-items:flex-start;flex-direction:column}.DashboardPage_statsGrid__1YHmo{grid-template-columns:repeat(2,minmax(0,1fr))}.DashboardPage_cashPanel__BGxzA,.DashboardPage_channelsPanel__ufQs9,.DashboardPage_kitchenPanel__Tqe7j,.DashboardPage_liveOrdersPanel__LBVfx,.DashboardPage_paymentsPanel__pz4yb,.DashboardPage_systemPanel__ZVkyG,.DashboardPage_topItemsPanel__XZ\+Qm{grid-column:span 12}}@media (max-width:620px){.DashboardPage_statsGrid__1YHmo{grid-template-columns:1fr}.DashboardPage_donutWrap__\+KX\+4{align-items:flex-start;flex-direction:column}}[data-theme=dark] .DashboardPage_page__Pf\+jW{background:#07111f}[data-theme=dark] .DashboardPage_panel__EcoG7,[data-theme=dark] .DashboardPage_statCard__1Lqp7,[data-theme=dark] .DashboardPage_topBar__4yQRC{background:#0f1c30;border-color:#233549}[data-theme=dark] .DashboardPage_panel__EcoG7{box-shadow:0 4px 12px rgba(2,8,20,.4)}[data-theme=dark] .DashboardPage_pageTitle__hNV5B,[data-theme=dark] .DashboardPage_panelHead__3DIqd h2,[data-theme=dark] .DashboardPage_performanceScore__ybMBf,[data-theme=dark] .DashboardPage_statValue__fzWZ9{color:#f3f7ff}[data-theme=dark] .DashboardPage_outletBadge__13diU{background:rgba(15,23,42,.72);border-color:#2a3f5f;color:#9fb6d8}[data-theme=dark] .DashboardPage_pill__v5eFe{background:#0f1c30;border-color:#2a3f5f;color:#9fb6d8}[data-theme=dark] .DashboardPage_pillActive__5ClAA{background:rgba(47,107,255,.18);border-color:#3f6bd8;color:#8eb5ff}[data-theme=dark] .DashboardPage_cashRow__SMAgJ,[data-theme=dark] .DashboardPage_emptyText__i8mWs,[data-theme=dark] .DashboardPage_footerMeta__hSpbg,[data-theme=dark] .DashboardPage_healthGrid__rQWE7,[data-theme=dark] .DashboardPage_kpiMiniRow__kpqOs,[data-theme=dark] .DashboardPage_legendRow__QDFB1,[data-theme=dark] .DashboardPage_liveRow__yBj79,[data-theme=dark] .DashboardPage_overviewMeta__7\+-KN,[data-theme=dark] .DashboardPage_statLabel__h84oS,[data-theme=dark] .DashboardPage_statNote__UiQ9-,[data-theme=dark] .DashboardPage_tableHead__cAI1e,[data-theme=dark] .DashboardPage_tableRow__apS9q{color:#9fb6d8}[data-theme=dark] .DashboardPage_statIcon__vDFqH{background:rgba(47,107,255,.18);color:#8eb5ff}[data-theme=dark] .DashboardPage_panelSubTag__ZQv-n{background:rgba(47,107,255,.14);border-color:#2a3f5f;color:#8eb5ff}[data-theme=dark] .DashboardPage_sparkWrap__C0Ta6{background:linear-gradient(180deg,#0c1729,#0f1c30);border-color:#233549}[data-theme=dark] .DashboardPage_sparkDot__kdkL5{stroke:#0f1c30}[data-theme=dark] .DashboardPage_channelDonut__QCg\+h,[data-theme=dark] .DashboardPage_paymentDonut__Z5THC{border-color:#2a3f5f}[data-theme=dark] .DashboardPage_channelDonut__QCg\+h:after,[data-theme=dark] .DashboardPage_paymentDonut__Z5THC:after{background:#0f1c30}[data-theme=dark] .DashboardPage_liveRow__yBj79{border-color:#233549}[data-theme=dark] .DashboardPage_liveStatus__9X-DB{background:rgba(185,117,18,.18);border-color:#6b5324;color:#f0c079}[data-theme=dark] .DashboardPage_tableHead__cAI1e{border-bottom-color:#233549}[data-theme=dark] .DashboardPage_cashRow__SMAgJ,[data-theme=dark] .DashboardPage_kpiMiniRow__kpqOs,[data-theme=dark] .DashboardPage_tableRow__apS9q{border-bottom-color:#1a2c46}[data-theme=dark] .DashboardPage_performanceScore__ybMBf{background:rgba(47,107,255,.14);border-color:#2a3f5f}[data-theme=dark] .DashboardPage_healthOnline__XfCGB{color:#34d17f}.DeliveryOrdersPage_page__xjSIv{background:linear-gradient(145deg,#eef4fc,#f7fafe 58%,#eef6ff);min-height:calc(100vh - 72px);padding:1rem 1.15rem 1.4rem}.DeliveryOrdersPage_header__fdLx3{align-items:center;display:flex;justify-content:space-between;margin-bottom:.85rem}.DeliveryOrdersPage_title__PFjNS{align-items:center;color:#1e3457;display:flex;font-family:Sora,Segoe UI,sans-serif;font-size:1.35rem;font-weight:800;gap:.45rem;margin:0}.DeliveryOrdersPage_subtitle__jqxnF{color:#6780a4;font-size:.82rem;margin:.22rem 0 0}.DeliveryOrdersPage_filtersRow__8g0dE{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.75rem}.DeliveryOrdersPage_sourceChip__8VfLX{background:#fff;border:1px solid #d4deee;border-radius:999px;color:#516c94;cursor:pointer;font-size:.76rem;font-weight:700;padding:.3rem .82rem}.DeliveryOrdersPage_sourceChipActive__nlgCb{background:#2f6bff;border-color:#2f6bff;color:#fff}.DeliveryOrdersPage_summaryRow__qry9N{grid-gap:.6rem;display:grid;gap:.6rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:.85rem}.DeliveryOrdersPage_summaryCard__2yFqR{align-items:center;background:#fff;border:1px solid #dce4f2;border-radius:.75rem;color:#597498;display:flex;font-size:.78rem;font-weight:700;justify-content:space-between;padding:.55rem .72rem}.DeliveryOrdersPage_summaryCard__2yFqR b{color:#1e3457;font-size:1.1rem}.DeliveryOrdersPage_pendingBorder__cm2GE{box-shadow:inset 0 0 0 1px #f5b75e}.DeliveryOrdersPage_acceptedBorder__Odmpg{box-shadow:inset 0 0 0 1px #5f8cf6}.DeliveryOrdersPage_readyBorder__u4Zce{box-shadow:inset 0 0 0 1px #46ba81}.DeliveryOrdersPage_ordersGrid__V4HIM{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.DeliveryOrdersPage_orderCard__vH-\+g{background:#fff;border:1px solid #dce4f2;border-radius:.85rem;box-shadow:0 8px 20px rgba(32,61,97,.08);padding:.72rem .78rem}.DeliveryOrdersPage_cardHead__qUgqB{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between}.DeliveryOrdersPage_orderNo__0UX8P{color:#7a90ae;font-size:.72rem;font-weight:700;margin:0}.DeliveryOrdersPage_customer__6Dmp3{color:#1e3457;font-size:.93rem;font-weight:800;margin:.18rem 0 0}.DeliveryOrdersPage_sourceBadge__-v2Q8{align-items:center;background:#eff4fc;border:1px solid #dce4f2;border-radius:999px;color:#45668f;display:inline-flex;font-size:.7rem;font-weight:700;gap:.2rem;padding:.2rem .52rem}.DeliveryOrdersPage_address__ncIWY{color:#60789d;font-size:.75rem;margin:.48rem 0 0}.DeliveryOrdersPage_itemsWrap__bb7vM{border:1px dashed #dce4f2;border-radius:.62rem;margin-top:.58rem;padding:.45rem .55rem}.DeliveryOrdersPage_itemRow__QYlrw{align-items:center;color:#29476f;display:flex;font-size:.75rem;font-weight:700;justify-content:space-between;padding:.16rem 0}.DeliveryOrdersPage_metaRow__hh05j{align-items:center;display:flex;justify-content:space-between;margin-top:.58rem}.DeliveryOrdersPage_statusTag__ZYBrM{align-items:center;border-radius:999px;display:inline-flex;font-size:.7rem;font-weight:800;gap:.2rem;padding:.18rem .5rem}.DeliveryOrdersPage_pendingTag__hkh4N{background:#fff2d7;border:1px solid #fdd9a2;color:#9c5d07}.DeliveryOrdersPage_acceptedTag__iYrNz{background:#e7f0ff;border:1px solid #b9d0ff;color:#2358bd}.DeliveryOrdersPage_readyTag__hoczk{background:#def5e9;border:1px solid #afe3cb;color:#18704a}.DeliveryOrdersPage_timeText__R\+rHK{color:#7b91af;font-size:.7rem;font-weight:700}.DeliveryOrdersPage_actionRow__x4Hef{grid-gap:.48rem;display:grid;gap:.48rem;grid-template-columns:1fr 1fr;margin-top:.62rem}.DeliveryOrdersPage_acceptBtn__B5ouW,.DeliveryOrdersPage_readyBtn__RCgTV{border:1px solid transparent;border-radius:.62rem;cursor:pointer;font-size:.8rem;font-weight:800;padding:.52rem}.DeliveryOrdersPage_acceptBtn__B5ouW{background:#2563eb;border-color:#2563eb;color:#fff}.DeliveryOrdersPage_readyBtn__RCgTV{background:#22a66d;border-color:#22a66d;color:#fff}.DeliveryOrdersPage_acceptBtn__B5ouW:disabled,.DeliveryOrdersPage_readyBtn__RCgTV:disabled{background:#f1f5fb;border-color:#d7e0ef;color:#89a0bf;cursor:not-allowed}.DeliveryOrdersPage_totalRow__Jtdtd{align-items:center;border-top:1px dashed #e1e9f6;color:#5e7698;display:flex;font-size:.76rem;font-weight:700;justify-content:space-between;margin-top:.55rem;padding-top:.45rem}.DeliveryOrdersPage_totalRow__Jtdtd b{color:#1e3457;font-size:.96rem}.DeliveryOrdersPage_emptyState__aquJN{background:#fff;border:1px solid #dce4f2;border-radius:.85rem;color:#7e95b2;margin-top:1rem;padding:2rem;text-align:center}.DeliveryOrdersPage_emptyIcon__\+wJVD{color:#42b883;font-size:2.5rem!important}@media (max-width:860px){.DeliveryOrdersPage_summaryRow__qry9N{grid-template-columns:1fr 1fr}}@media (max-width:580px){.DeliveryOrdersPage_summaryRow__qry9N{display:none}}[data-theme=dark] .DeliveryOrdersPage_page__xjSIv{background:#07111f}[data-theme=dark] .DeliveryOrdersPage_title__PFjNS{color:#f3f7ff}[data-theme=dark] .DeliveryOrdersPage_subtitle__jqxnF{color:#9fb6d8}[data-theme=dark] .DeliveryOrdersPage_sourceChip__8VfLX{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .DeliveryOrdersPage_sourceChipActive__nlgCb{background:#2f6bff;border-color:#2f6bff;color:#fff}[data-theme=dark] .DeliveryOrdersPage_summaryCard__2yFqR{background:#0f1c30;border-color:#233549;color:#9fb6d8}[data-theme=dark] .DeliveryOrdersPage_summaryCard__2yFqR b{color:#f3f7ff}[data-theme=dark] .DeliveryOrdersPage_orderCard__vH-\+g{background:#0f1c30;border-color:#233549;box-shadow:0 8px 20px rgba(2,8,20,.4)}[data-theme=dark] .DeliveryOrdersPage_orderNo__0UX8P{color:#8fa4c2}[data-theme=dark] .DeliveryOrdersPage_customer__6Dmp3{color:#f3f7ff}[data-theme=dark] .DeliveryOrdersPage_sourceBadge__-v2Q8{background:#12233b;border-color:#2a3f5f;color:#b8c8e4}[data-theme=dark] .DeliveryOrdersPage_address__ncIWY{color:#9fb6d8}[data-theme=dark] .DeliveryOrdersPage_itemsWrap__bb7vM{border-color:#233549}[data-theme=dark] .DeliveryOrdersPage_itemRow__QYlrw{color:#cdd9ef}[data-theme=dark] .DeliveryOrdersPage_timeText__R\+rHK{color:#8fa4c2}[data-theme=dark] .DeliveryOrdersPage_acceptBtn__B5ouW:disabled,[data-theme=dark] .DeliveryOrdersPage_readyBtn__RCgTV:disabled{background:#1a2c46;border-color:#1a2c46;color:#6b7f9e}[data-theme=dark] .DeliveryOrdersPage_totalRow__Jtdtd{border-top-color:#233549;color:#9fb6d8}[data-theme=dark] .DeliveryOrdersPage_totalRow__Jtdtd b{color:#f3f7ff}[data-theme=dark] .DeliveryOrdersPage_emptyState__aquJN{background:#0f1c30;border-color:#233549;color:#9fb6d8}
/*# sourceMappingURL=main.f9350260.css.map*/