@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*!
 * 
 *   simple-keyboard v3.8.192
 *   https://github.com/hodgef/simple-keyboard
 *
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.
 *
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *
 */.hg-theme-default{background-color:#ececec;border-radius:5px;box-sizing:border-box;font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;overflow:hidden;padding:5px;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default button.hg-button{border-width:0;font-size:inherit}.hg-theme-default .hg-button{display:inline-block;flex-grow:1}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:5px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:5px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{align-items:center;background:#fff;border-bottom:1px solid #b5b5b5;border-radius:5px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;padding:5px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.hg-theme-default .hg-button.hg-standardBtn{width:20px}.hg-theme-default .hg-button.hg-activeButton{background:#efefef}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:60px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:5px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);-webkit-user-select:none;-moz-user-select:none;user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:40px;justify-content:center;width:40px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:5px;border-top-right-radius:5px}.hg-candidate-box-prev{border-bottom-left-radius:5px;border-top-left-radius:5px}.hg-candidate-box-btn-active{color:#444}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media(max-width:767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected{background-color:#265985}.rbc-event:focus{outline:5px auto #3b99fc}.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-row-segment .rbc-event-content{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{position:absolute;top:0;left:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid rgb(37.7432432432,89.3513513514,133.2567567568);display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid rgb(246.5,246.5,246.5)}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rc-time-picker{display:inline-block;position:relative;box-sizing:border-box}.rc-time-picker *{box-sizing:border-box}.rc-time-picker-clear{position:absolute;right:6px;cursor:pointer;overflow:hidden;width:20px;height:20px;text-align:center;line-height:20px;top:3px;margin:0}.rc-time-picker-clear-icon:after{content:"x";font-size:12px;font-style:normal;color:#aaa;display:inline-block;line-height:1;height:20px;width:20px;-webkit-transition:color .3s ease;transition:color .3s ease}.rc-time-picker-clear-icon:hover:after{color:#666}.rc-time-picker-input{width:100%;position:relative;display:inline-block;padding:4px 7px;height:28px;cursor:text;font-size:12px;line-height:1.5;color:#666;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;-webkit-transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1);transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1)}.rc-time-picker-input[disabled]{color:#ccc;background:#f7f7f7;cursor:not-allowed}.rc-time-picker-panel{z-index:1070;width:170px;position:absolute;box-sizing:border-box}.rc-time-picker-panel *{box-sizing:border-box}.rc-time-picker-panel-inner{display:inline-block;position:relative;outline:none;list-style:none;font-size:12px;text-align:left;background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #ccc;background-clip:padding-box;border:1px solid #ccc;line-height:1.5}.rc-time-picker-panel-narrow{max-width:113px}.rc-time-picker-panel-input{margin:0;padding:0;width:100%;cursor:auto;line-height:1.5;outline:0;border:1px solid transparent}.rc-time-picker-panel-input-wrap{box-sizing:border-box;position:relative;padding:6px;border-bottom:1px solid #e9e9e9}.rc-time-picker-panel-input-invalid{border-color:red}.rc-time-picker-panel-select{float:left;font-size:12px;border:1px solid #e9e9e9;border-width:0 1px;margin-left:-1px;box-sizing:border-box;width:56px;max-height:144px;overflow-y:auto;position:relative}.rc-time-picker-panel-select-active{overflow-y:auto}.rc-time-picker-panel-select:first-child{border-left:0;margin-left:0}.rc-time-picker-panel-select:last-child{border-right:0}.rc-time-picker-panel-select ul{list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%}.rc-time-picker-panel-select li{list-style:none;margin:0;padding:0 0 0 16px;width:100%;height:24px;line-height:24px;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rc-time-picker-panel-select li:hover{background:#edfaff}li.rc-time-picker-panel-select-option-selected{background:#f7f7f7;font-weight:700}li.rc-time-picker-panel-select-option-disabled{color:#ccc}li.rc-time-picker-panel-select-option-disabled:hover{background:transparent;cursor:not-allowed}:root{--pos-base: #edf2fb;--pos-surface: #ffffff;--pos-surface-muted: #f6f8ff;--pos-surface-darker: #bfc3d3;--pos-text: #0f172a;--pos-background: #0f172a;--pos-text-muted: #415167;--pos-border: #082e73;--pos-accent: #0ea5e9;--pos-green: green;--pos-green-gradient: #008026;--pos-accent-strong: #0284c7;--pos-soft: #e5efff;--pos-ghost: #ecf3ff;--pos-danger: #ff0000;--main-board-active: white;--main-board-inactive: #cfd5e9;color-scheme:light}:root[data-theme=dark]{--pos-base: #e2e8f0;--pos-surface: #0f172a;--pos-surface-muted: #0b1430;--pos-surface-darker: #1f2937;--pos-text: #e2e8f0;--pos-background: #020617;--pos-text-muted: #94a3b8;--pos-border: #1e293b;--pos-accent: #38bdf8;--pos-green: #22c55e;--pos-green-gradient: #16a34a;--pos-accent-strong: #0ea5e9;--pos-soft: #111827;--pos-ghost: #1f2937;--pos-danger: #f87171;--main-board-active: #0b1224;--main-board-inactive: #111827;color-scheme:dark}.pos-page{min-height:100vh;background:var(--pos-background);padding:.2rem 1rem 2rem;color:var(--pos-text);position:relative;transition:background-color .25s ease,color .25s ease}.pos-card,.pos-tile,.pos-entry,.pos-table,.pos-ticket-card,.pos-tab{transition:background-color .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.pos-version{position:fixed;right:1rem;bottom:0;z-index:0;font-size:2.8rem;letter-spacing:.04em;color:#f8fafcb3;background:#0f172a99;border:1px solid rgba(8,46,115,.6);padding:.2rem .55rem;border-radius:999px;pointer-events:none}.pos-page--main,.pos-page--login{isolation:isolate}.pos-page--main:before,.pos-page--login:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/pos/assets/logo-BUlAWA39.png);background-repeat:no-repeat;background-position:center;opacity:.2;pointer-events:none;z-index:0}.pos-page--main>*{position:relative}.pos-card{background:var(--pos-surface);border-radius:16px;padding:1.5rem;box-shadow:0 18px 35px -12px #0f172a26;border:1px solid var(--pos-border)}.pos-toolbar{display:flex;justify-content:space-between;padding-top:5px;align-items:flex-start}.pos-toolbar-shiftInfo{color:#fff;margin:0;font-size:26px;font-weight:700}.pos-toolbar-time{padding:.35rem .85rem;border-radius:999px;background:#0f172abf;color:#f8fafc;border:1px solid var(--pos-border);font-size:20px;letter-spacing:.04em;white-space:nowrap}.pos-toolbar-actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end;align-items:center}.pos-stats{display:flex;gap:1.25rem;font-weight:600;margin-right:1rem}.large-button{border:none;cursor:pointer;font-weight:600;font-size:25px;border-radius:999px;padding:1.75rem;transition:opacity .2s ease}.medium-button{border:none;cursor:pointer;font-weight:600;font-size:19px;border-radius:999px;padding:1.05rem 1.75rem;transition:opacity .2s ease}.confirm-style{color:#f8fafc;background:linear-gradient(135deg,var(--pos-accent) 0%,var(--pos-accent-strong) 100%);box-shadow:0 10px 30px -10px #0284c799}.danger-style{color:red;background:#fff;border:5px solid red}.dark-danger{color:#fff;background:#9a2323}.pos-primary,.pos-secondary,.pos-link,.pos-danger,.pos-punchout,.pos-third,.pos-confirm,.pos-modal-button,.pos-actions-add{border:none;cursor:pointer;font-weight:600;border-radius:999px;padding:.65rem 1.35rem;transition:opacity .2s ease}.pos-void.button{background:red;color:#fff!important}.pos-primary{background:linear-gradient(135deg,var(--pos-accent) 0%,var(--pos-accent-strong) 100%);color:#f8fafc;box-shadow:0 10px 30px -10px #0284c799}.pos-actions-add{background:linear-gradient(135deg,var(--pos-green) 0%,var(--pos-green-gradient) 100%);color:#f8fafc;box-shadow:0 10px 30px -10px #0284c799;height:60px;font-size:19px}.pos-actions-add.dropoffButton--invoice{background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 10px 30px -10px #ea580c99}.pos-primary.dropoffButton,.pos-secondary.dropoffButton{height:60px;font-size:19px}.pos-dropoff-menu-toggle.dropoffButton{width:86px;height:60px;padding:0;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--pos-accent) 0%,var(--pos-accent-strong) 100%);color:#f8fafc;box-shadow:0 10px 30px -10px #0284c799;cursor:pointer;transition:opacity .2s ease,transform .12s ease}.pos-dropoff-menu-toggle.dropoffButton:hover,.pos-dropoff-menu-toggle.dropoffButton:focus-visible{transform:translateY(-1px)}.pos-dropoff-menu-toggle .pos-hamburger-icon,.pos-dropoff-menu-toggle .pos-hamburger-icon:before,.pos-dropoff-menu-toggle .pos-hamburger-icon:after{width:24px;height:3px;background:currentColor}.pos-dropoff-menu-toggle .pos-hamburger-icon:before{top:-7px}.pos-dropoff-menu-toggle .pos-hamburger-icon:after{top:7px}.pos-secondary{background:var(--pos-soft);color:var(--pos-text);border:1px solid var(--pos-border);box-shadow:inset 0 1px #fff9}.pos-secondary:disabled{cursor:not-allowed;opacity:.55}.pos-secondary.active{background:#cfe0ff;border-color:#b7cdfa}.pos-modal-button{background:#06b6d4}.pos-modal-button.disabled{background:#ddd}.pos-third{background:#71b7cc9c;color:var(--pos-text);border:1px solid var(--pos-border);box-shadow:inset 0 1px #fff9}.pos-confirm{background:#1e8801;color:var(--pos-base);border:1px solid var(--pos-border);box-shadow:inset 0 1px #fff9}.pos-confirm:disabled{background:#9ca3af;color:#f8fafc;cursor:not-allowed;opacity:.75}.pos-confirm.dropoffBtn{height:70px!important;font-size:40px}.pos-punchout{background:#b41313;color:#fff;border:1px solid var(--pos-border);box-shadow:inset 0 1px #fff9}.pos-primary.applyButton{padding:1.75rem;font-size:1.5rem}.pos-primary.applyButton:disabled{background:#9ca3af;color:#f8fafc;box-shadow:none;cursor:not-allowed;opacity:.75}.pos-danger{background:var(--pos-danger);color:#fff}.pos-link{background:transparent;color:var(--pos-accent-strong);padding:.5rem}.pos-link.danger{background:var(--pos-danger);color:#fff}.pos-link.danger:hover{color:#fb7185}.pos-link.active{color:var(--pos-text);background:var(--pos-soft)}.pos-primary:hover,.pos-secondary:hover:not(:disabled),.pos-link:hover,.pos-danger:hover{opacity:.92}.pos-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:1.5rem}.pos-layout--wide{grid-template-columns:1fr}.pos-left,.pos-right{display:flex;flex-direction:column;gap:1.25rem}.pos-card-header{display:flex;justify-content:space-between;align-items:center}.pos-card-header h2{margin-bottom:0;margin-top:0}.pos-back-link{font-size:1rem;padding:.5rem .9rem;border-radius:10px;border:1px solid var(--pos-border);background:#7fb0ff;color:var(--pos-text)}.pos-tab-badge{display:inline-flex;align-items:center;justify-content:center;margin-left:.4rem;min-width:26px;padding:.1rem .5rem;border-radius:999px;background:red;color:#fff;font-size:.85rem;font-weight:800;line-height:1.2}.pos-dropoff-tab{margin-top:1rem;border-radius:12px;background:var(--pos-surface-darker);border:1px solid var(--pos-border);padding-left:1rem;padding-right:1rem}.pos-dropoff-tab-header{display:flex;justify-content:flex-end;margin-bottom:.5rem}.pos-dropoff-tab-actions{display:flex;align-items:center;gap:.5rem}.pos-dropoff-tab-actions .badge{background:#0ea5e9;color:#fff;font-weight:700}.pos-tanning-tab{border-radius:12px;background:linear-gradient(135deg,#fdf7ec,#eef4ff);padding:1rem;box-shadow:0 18px 35px -16px #0f172a40}.pos-tanning-tiles{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.pos-tanning-tile{border:2px dashed var(--pos-border);background:linear-gradient(135deg,#f4b25b,#e97a5b);color:#1f2937}.pos-tanning-tile span{font-weight:800}.pos-tanning-scheduler{display:flex;flex-direction:column;gap:.75rem}.pos-tanning-scheduler__meta{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.pos-tanning-scheduler__heading{margin:.1rem 0;font-size:1.3rem}.pos-tanning-scheduler__legend{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;justify-content:flex-end}.pos-tanning-scheduler__lock-note{margin:0}.pos-badge--ghost{background:var(--pos-ghost);color:var(--pos-text);border:1px solid var(--pos-border)}.pos-badge--warning{background:#f59e0b;color:#0f172a}.pos-tanning-calendar{height:690px;background:var(--pos-surface);border:1px solid var(--pos-border);border-radius:12px;padding:.75rem;box-shadow:0 12px 30px -16px #0f172a40}.pos-tanning-calendar .rbc-calendar{height:100%;background:transparent;color:var(--pos-text)}.pos-tanning-calendar .rbc-toolbar{justify-content:space-between;margin-bottom:.5rem}.pos-tanning-calendar .rbc-toolbar button{border-radius:10px;border:1px solid var(--pos-border);background:var(--pos-soft);color:var(--pos-text);font-weight:700;padding:.3rem .75rem;text-transform:none}.pos-tanning-calendar .rbc-toolbar button.rbc-active{background:var(--pos-accent);color:#fff;border-color:var(--pos-accent-strong)}.pos-tanning-calendar .rbc-time-view,.pos-tanning-calendar .rbc-time-header,.pos-tanning-calendar .rbc-time-content{border-color:var(--pos-border)}.pos-tanning-calendar .rbc-timeslot-group{border-color:#082e7359}.pos-tanning-calendar .rbc-event{background:linear-gradient(135deg,#f4b25b,#e97a5b);border:none;color:#1f2937;font-weight:800;box-shadow:0 4px 10px -6px #00000059}.pos-tanning-calendar .rbc-event-label{display:none}.pos-tanning-calendar .rbc-event:focus{outline:2px solid var(--pos-accent)}.pos-tanning-calendar .rbc-current-time-indicator{height:3px;background:#ef4444;box-shadow:0 0 0 1px #ef444459}.pos-tanning-calendar .rbc-slot-selection{background:#0ea4e95a;border:3px dashed var(--pos-accent-strong);color:#0f172a;font-weight:700!important}.pos-tanning-calendar .rbc-today{background:#0ea5e914}.pos-tanning-calendar .rbc-time-slot{min-height:32px}.pos-tanning-calendar .rbc-day-slot .rbc-time-slot{border-top:1px solid #198859}.pos-tanning-calendar .rbc-label{color:var(--pos-text-muted);font-weight:600}.pos-tanning-booking-modal{max-width:900px}.pos-tanning-booking{display:grid;grid-template-columns:1.1fr 1fr;gap:1rem;margin-top:.5rem}.pos-tanning-booking__search{min-height:0;display:flex;flex-direction:column}.pos-tanning-booking__search input{width:100%}.pos-tanning-booking__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:.5rem}.pos-tanning-booking__grid--date-time{grid-template-columns:minmax(0,1.3fr) minmax(145px,.8fr)}.pos-tanning-booking__results{margin-top:.75rem;border:1px solid var(--pos-border);border-radius:12px;max-height:235px;overflow:auto;background:var(--pos-surface-muted)}.pos-tanning-booking__search-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.35rem}.pos-tanning-booking__result{width:100%;text-align:left;padding:.65rem .75rem;border:none;background:transparent;border-bottom:1px solid var(--pos-border);display:grid;grid-template-columns:1fr auto;gap:.25rem;cursor:pointer}.pos-tanning-booking__result:last-child{border-bottom:none}.pos-tanning-booking__result--active{background:var(--pos-soft)}.pos-tanning-booking__name{font-weight:700}.pos-tanning-booking__meta{color:var(--pos-text-muted);font-size:.9rem;text-align:right}.pos-tanning-booking__details{border:1px solid var(--pos-border);border-radius:12px;padding:1rem;background:var(--pos-surface);min-height:320px}.pos-tanning-booking__slot{margin-bottom:.75rem}.pos-tanning-booking__slot h4{margin:.2rem 0 0}.pos-tanning-booking__title-row{display:flex;align-items:center;gap:.55rem}.pos-tanning-booking__title-row h3{margin:.2rem 0 0}.pos-tanning-booking__title-stack{display:flex;flex-direction:column;gap:.1rem}.pos-tanning-booking__title-stack p{margin:0}.pos-tanning-booking__customer-name-button{border:none;background:transparent;color:var(--pos-accent-strong);cursor:pointer;font-weight:700;font-size:1.05rem;text-align:left;padding:0}.pos-tanning-booking__customer-name-button:hover{text-decoration:underline}.pos-tanning-booking__customer-detail-button{width:34px;height:34px;border-radius:999px;border:1px solid var(--pos-border);background:var(--pos-surface-muted);color:var(--pos-text);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0}.pos-tanning-booking__customer-detail-button:hover{border-color:var(--pos-accent)}.pos-tanning-booking__customer-detail-button svg{width:18px;height:18px;fill:currentColor}.pos-tanning-booking__status{margin:.5rem 0 1rem;padding:.5rem;border-radius:10px;background:var(--pos-surface-muted)}.pos-tanning-booking__customer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.75rem}.pos-tanning-booking__customer h4{margin:0}.pos-tanning-booking__remaining-visits{color:var(--pos-text-muted);font-weight:700;white-space:nowrap}.pos-tanning-booking__pass-expiry{margin:.2rem 0 0;color:var(--pos-text-muted);font-size:.9rem}.pos-tanning-booking__history{margin:.75rem 0;padding:.65rem .75rem;border:1px solid var(--pos-border);border-radius:10px;background:var(--pos-surface-muted)}.pos-tanning-booking__history-header,.pos-tanning-booking__history-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.pos-tanning-booking__history-header p{margin:0;font-weight:700}.pos-tanning-booking__history>.pos-subtle{margin:.45rem 0 0}.pos-tanning-booking__history-list{margin-top:.35rem}.pos-tanning-booking__history-row{padding:.3rem 0;border-top:1px solid var(--pos-border);font-size:.9rem}.pos-tanning-booking__history-row strong{white-space:nowrap}.pos-tanning-booking__suggestion-button{padding:.3rem .55rem;white-space:nowrap}.pos-tanning-booking__available{margin-top:1rem;border:1px solid var(--pos-border);border-radius:12px;background:var(--pos-surface-muted);padding:.75rem;min-height:220px;display:flex;flex-direction:column}.pos-tanning-booking__available-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.pos-tanning-booking__available-header .pos-subtle{margin:0}.pos-tanning-booking__available-pager{display:flex;align-items:center;gap:.45rem;white-space:nowrap}.pos-tanning-booking__available-arrow{width:2rem;height:2rem;border:1px solid var(--pos-border);border-radius:8px;background:var(--pos-surface);color:var(--pos-text);font-size:1.1rem;font-weight:800;line-height:1;cursor:pointer}.pos-tanning-booking__available-arrow:hover:not(:disabled){border-color:var(--pos-accent);background:var(--pos-soft)}.pos-tanning-booking__available-arrow:disabled{cursor:not-allowed;opacity:.45}.pos-tanning-booking__available-list{margin-top:.65rem;max-height:375px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(105px,1fr));gap:.45rem}.pos-tanning-booking__available-list>.pos-subtle{grid-column:1 / -1;margin:0}.pos-tanning-booking__available-slot{border:1px solid var(--pos-border);border-radius:999px;background:var(--pos-surface);color:var(--pos-text);font-weight:700;padding:.45rem .6rem;cursor:pointer}.pos-tanning-booking__available-slot:hover{border-color:var(--pos-accent)}.pos-tanning-booking__available-slot--active{background:var(--pos-soft);border-color:var(--pos-accent-strong)}.pos-time-picker{width:100%}li.rc-time-picker-panel-select-option-selected{background:#7babff}.pos-time-picker .rc-time-picker-input{width:100%;height:58px;padding:.75rem .95rem;border-radius:8px;border:1px solid var(--pos-border);font-size:1.4rem;font-weight:600;line-height:1.2}.pos-time-picker .rc-time-picker-clear{display:none}.pos-time-picker-panel.rc-time-picker-panel{width:276px!important}.pos-time-picker-panel .rc-time-picker-panel-inner{font-size:1.15rem}.pos-time-picker-panel .rc-time-picker-panel-input-wrap{padding:.6rem}.pos-time-picker-panel .rc-time-picker-panel-input{height:52px;font-size:1.85rem;font-weight:600;padding:0 .5rem}.pos-time-picker-panel .rc-time-picker-panel-select{width:92px;max-height:min(420px,58vh)}.pos-time-picker-panel .rc-time-picker-panel-select li{height:46px;line-height:46px;font-size:1.5rem;padding-left:1rem}@media(max-width:1100px){.pos-tanning-booking{grid-template-columns:1fr}.pos-tanning-booking__available-list{max-height:200px}}.pos-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;background:var(--main-board-active);padding:15px}.pos-screen-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:44px;padding:.65rem 1rem;background:var(--main-board-active);border-bottom:1px solid rgba(148,163,184,.35);color:var(--pos-text);font-size:1.15rem;font-weight:800}.pos-screen-back{min-height:42px}.pos-tile.item{border:1px solid #005cff;font-size:24px;font-weight:400}.removeButton{background-color:#ef4444;color:#fff;border-radius:5px}.pos-tile{border:none;border-radius:14px;padding:1rem;color:#fff;text-align:left;font-size:.95rem;min-height:115px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .15s ease;width:100%;position:relative;overflow:hidden}.pos-tile.qc{font-size:26px}.pos-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000014,#00000040);opacity:0;transition:opacity .2s ease;pointer-events:none}.pos-tile:hover:before{opacity:1}.pos-tile small{opacity:.8;position:relative;z-index:1}.pos-tile-meta{position:relative;z-index:1;display:flex;flex-direction:column;gap:.1rem;margin-top:auto}.pos-tile-quantity{font-size:.8rem;font-weight:600}.pos-tile.pos-tile-out-of-stock{border:3px solid var(--pos-danger);box-shadow:inset 4px 0 0 var(--pos-danger),0 10px 22px -12px #0f172a40}.pos-tile.pos-tile-out-of-stock:after{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:#ef44441f;pointer-events:none}.pos-tile.pos-tile-low-stock{border:3px solid #f97316;box-shadow:inset 4px 0 #f97316,0 10px 22px -12px #0f172a40}.pos-tile.pos-tile-low-stock:after{content:"";position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:#f9731624;pointer-events:none}.pos-tile-stock-status{align-self:flex-start;margin-top:.2rem;padding:.2rem .45rem;border-radius:999px;background:var(--pos-danger);color:#fff;font-size:.75rem;font-weight:700;line-height:1.1;opacity:1!important}.pos-tile-low-stock .pos-tile-stock-status{background:#f97316}.pos-tile span{position:relative;z-index:1}.pos-tile-image{width:90px;height:90px;margin:0 auto .35rem;background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:10px;flex-shrink:0;position:relative;z-index:1}.pos-tile:hover{transform:translateY(-2px)}.pos-tile.editing{border:2px dashed rgba(148,163,184,.6);cursor:grab}.pos-tile.editing:active{cursor:grabbing}.pos-tile.disabled{opacity:.4;cursor:not-allowed}.pos-tile.ghost{background:#ffffff14;color:#cbd5f5}.pos-card-actions{display:flex;align-items:center;gap:.5rem}.pos-tile-shell{position:relative}.pos-tile-remove{position:absolute;top:6px;right:6px;width:28px;height:28px;border-radius:999px;border:none;background:#ffffffe6;color:#e53935;font-size:1.25rem;line-height:1;cursor:pointer;box-shadow:0 2px 6px #0003}.pos-tile-remove:hover{background:#ffebee}.pos-add-tile{border:2px dashed rgba(255,255,255,.35);background:#94a3b81a;color:#e2e8f0;justify-content:center;align-items:center;text-align:center}.pos-add-tile span{display:block;font-size:2rem;line-height:1}.pos-add-tile small{opacity:.75}.pos-add-tile:hover{border-color:#fff9}.pos-category-panel{margin-top:1rem;padding:1rem;border-radius:12px;background:#ffffff0a}.pos-category-panel.pos-category-board{margin-top:0;border-top-left-radius:0;border-top-right-radius:0;padding:1rem}.pos-category-panel.pos-category-board .pos-tiles{background:transparent;padding:0}.pos-category-items{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.pos-chip{border:none;border-radius:999px;padding:.35rem .9rem;background:#ffffff1f;color:#e2e8f0;cursor:pointer}.pos-chip.disabled{opacity:.4;cursor:not-allowed}.pos-chip.active{background:#06b6d4;color:#071624}.pos-entry{background:#00000040;border-radius:14px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.pos-entry-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.pos-entry h3{margin:0}.pos-entry-price{color:#94a3b8;margin:0;font-weight:700}.pos-entry-price p{margin:0}.pos-entry-inventory{color:#4b5563;font-size:1.2rem}.pos-item-entry{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,350px);grid-template-areas:"title image" "price image" "quantity submit" "error error";align-items:start;column-gap:.75rem;width:100%;box-sizing:border-box}.pos-card.pos-item-entry-modal{width:min(800px,calc(100vw - 2rem))}.pos-item-entry-title{grid-area:title;font-size:xx-large}.pos-item-entry .pos-entry-price{grid-area:price}.pos-item-entry-image{grid-area:image;justify-self:center;width:min(100%,240px);height:178px;object-fit:contain;border-radius:10px}.pos-item-entry-quantity{grid-area:quantity;width:min(100%,370px)}.pos-item-entry-submit{grid-area:submit;align-self:end;width:100%;min-height:120px}.pos-item-entry>.pos-error{grid-area:error}@media(max-width:700px){.pos-item-entry{grid-template-columns:1fr;grid-template-areas:"title" "price" "image" "quantity" "submit" "error"}.pos-item-entry-image{height:150px}.pos-item-entry-submit{min-height:0}}.pos-stepper-field{display:flex;flex-direction:column;gap:.35rem;width:min(260px,100%)}.pos-stepper-label{font-weight:700;letter-spacing:.08em;color:#8a94a7;text-transform:uppercase;font-size:.9rem}.pos-bag-stepper{width:170px;margin-left:auto}.pos-bag-stepper .pos-stepper{grid-template-columns:60px 1fr 60px}.pos-bag-stepper .pos-stepper input{height:44px;line-height:44px;font-size:1.25rem}.pos-bag-stepper .pos-stepper__btn{height:44px;font-size:1.2rem}.pos-stepper{display:grid;grid-template-columns:80px 1fr 80px;align-items:stretch;background:#f2f2f4;border:1px solid #d6d9df;border-radius:8px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.pos-stepper:focus-within{border-color:#95a4c7;box-shadow:0 6px 16px -12px #00000040}.pos-stepper input{border:none;background:transparent;padding:0 10px;height:56px;line-height:56px;font-size:1.75rem;font-weight:600;color:#1d2737;text-align:center;width:100%}.pos-stepper input:focus{outline:none}.pos-stepper input::-webkit-outer-spin-button,.pos-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pos-stepper input[type=number]{-moz-appearance:textfield}.pos-stepper__controls{display:contents}.pos-stepper__btn{border:none;background:#ededf1;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.45rem;font-weight:700;height:56px;transition:background .12s ease,color .12s ease,transform .08s ease;border-left:1px solid #d6d9df}.pos-stepper__btn:hover:not(:disabled){background:#e2e5ec;color:#475569}.pos-stepper__btn:active:not(:disabled){transform:translateY(1px);background:#d8dce5}.pos-stepper__btn:focus-visible{outline:2px solid #95a4c7;outline-offset:-3px}.pos-stepper__btn:disabled{opacity:.35;cursor:not-allowed}.pos-stepper--disabled{opacity:.6}.pos-ticket{min-height:auto;position:relative;overflow:hidden}.pos-ticket-actions{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.pos-ticket-lines{list-style:none;margin:1rem 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.pos-dropoffs{min-height:260px;position:relative;overflow:hidden;padding-top:10px}.dropoffPanel-header{padding-bottom:10px}.pos-lower-panels{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.pos-dropoffs-header{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#94a3b8}.pos-pickedup-card-header{align-items:center;flex-wrap:wrap;gap:.75rem}.pos-pickedup-card-header .pos-dropoffs-header{flex:1 1 720px;justify-content:flex-end;flex-wrap:wrap}.pos-pickedup-filter{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.5rem;width:auto}.pos-pickedup-filter label{display:flex;flex-direction:column;gap:.2rem;color:var(--pos-text-muted);font-size:.78rem;font-weight:600;width:130px}.pos-pickedup-date-picker{width:100%}.pos-pickedup-date-picker .MuiInputBase-root{border-radius:8px;font-size:.9rem}.pos-pickedup-date-picker .MuiInputBase-input{padding:.55rem .6rem}.pos-pickedup-filter .pos-link{padding:.5rem .85rem}.pos-filter-buttons,.pos-sort-buttons{display:flex;gap:.4rem;flex-wrap:wrap}.pos-filter-buttons .pos-link.active,.pos-sort-buttons .pos-link.active{font-weight:700;text-decoration:underline}.pos-dropoff-irwins-toggle{display:inline-flex;align-items:center;gap:.35rem;color:#475569;cursor:pointer;font-weight:600}.pos-dropoff-irwins-toggle input{width:15px;height:15px;accent-color:#06b6d4}.pos-dropoff-name-filter{display:inline-flex;align-items:center;position:relative}.pos-dropoff-name-filter input{min-width:220px;padding-right:2.1rem}.pos-dropoff-name-filter-clear{position:absolute;right:.4rem;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#475569;font-size:1.55rem;font-weight:700;line-height:1;cursor:pointer;padding:0}.pos-dropoff-name-filter-clear:hover,.pos-dropoff-name-filter-clear:focus-visible{color:#0f172a}.pos-sort-menu{position:relative;display:flex;align-items:center}.pos-sort-menu-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border-radius:10px;border:1px solid #cbd5e1;background:linear-gradient(180deg,#fff,#f8fafc);color:#0f172a;font-weight:700;box-shadow:0 6px 14px #0f172a14;cursor:pointer;transition:box-shadow .12s ease,transform .12s ease}.pos-sort-menu-toggle:hover{box-shadow:0 8px 18px #0f172a1f;transform:translateY(-1px)}.pos-sort-menu-label{font-size:.95rem}.pos-hamburger-icon{position:relative;width:16px;height:2px;background:#0f172a;border-radius:999px}.pos-hamburger-icon:before,.pos-hamburger-icon:after{content:"";position:absolute;left:0;width:16px;height:2px;background:inherit;border-radius:inherit}.pos-hamburger-icon:before{top:-5px}.pos-hamburger-icon:after{top:5px}.pos-sort-menu-list{position:absolute;top:calc(100% + 8px);right:0;min-width:185px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 14px 34px #0f172a29;padding:.35rem 0;z-index:5}.pos-sort-menu-item{width:100%;text-align:left;padding:.55rem .85rem;border:0;background:transparent;color:#0f172a;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease}.pos-sort-menu-item:hover,.pos-sort-menu-item:focus-visible{background:#e2e8f0}.pos-sort-menu-item.active{background:#e2e8f0;color:#0f172a;font-weight:700}.pos-dropoff-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.85rem;align-items:flex-start;justify-content:flex-start}.pos-dropoff-row{border-radius:14px;border:1px solid rgba(255,255,255,.08);padding:2.25rem .9rem .9rem;background:#0000002e;--dropoff-shadow: rgba(148, 163, 184, .18);--dropoff-status-header-bg: rgba(148, 163, 184, .28);--dropoff-status-header-ink: #0f172a;box-shadow:inset 0 0 20px 2px var(--dropoff-shadow);display:flex;flex-direction:column;width:250px;flex:0 0 250px;min-height:170px;position:relative;padding-bottom:0}.pos-dropoff-row:before{content:"";position:absolute;top:0;left:0;right:0;height:1.75rem;border-radius:12px 12px 0 0;background:var(--dropoff-status-header-bg);z-index:1}.pos-dropoff-notification-indicator,.pos-dropoff-did-call-indicator{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;padding:0 .28rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:.72rem;font-weight:800;line-height:1;box-shadow:0 0 0 2px #020617e6;z-index:9}.pos-dropoff-notification-indicator--call,.pos-dropoff-did-call-indicator{width:1.25rem;padding:0;background:#16a34a;font-size:.85rem}.pos-dropoff-notification-indicator--sms{letter-spacing:0}.pos-dropoff-notification-indicator--queued{background:#f59e0b;color:#111827}.pos-dropoff-notification-indicator--delivered{background:#16a34a}.pos-dropoff-notification-indicator--failed{background:#dc2626}.pos-dropoff-notification-indicator--timed-out{background:#ea580c}.pos-dropoff-did-call-indicator-text{position:absolute;top:-.25rem;right:-.25rem;width:1.25rem;height:1.25rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;font-size:.85rem;font-weight:800;line-height:1;box-shadow:0 0 0 2px #020617e6;z-index:9}.pos-dropoff-row.is-clickable{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.pos-dropoff-row.status-open{--dropoff-shadow: rgba(248, 191, 56, .28) !important;--dropoff-status-header-bg: #fde68a;--dropoff-status-header-ink: #422006;border:5px solid #807800!important}.pos-dropoff-row.status-awaiting_pickup{--dropoff-shadow: rgba(168, 85, 247, .32);--dropoff-status-header-bg: #ddd6fe;--dropoff-status-header-ink: #3b0764;border:3px solid #7c3aed}.pos-dropoff-row.is-pickup-request{min-height:250px}.pos-dropoff-row.status-completed,.pos-dropoff-row.status-attached{--dropoff-shadow: rgba(59, 130, 246, .25);--dropoff-status-header-bg: #2279c545;--dropoff-status-header-ink: #052e16;border:2px solid #1d4ed8}.pos-dropoff-row.status-attached{--dropoff-status-header-bg: #cbd5e1;--dropoff-status-header-ink: #0f172a}.pos-dropoff-row.status-voided{--dropoff-shadow: rgba(248, 113, 113, .22);--dropoff-status-header-bg: #fecaca;--dropoff-status-header-ink: #450a0a}.pos-dropoff-row.is-paid{--dropoff-shadow: rgba(34, 197, 94, .25);border:5px solid #008038}.pos-dropoff-meta{display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.pos-dropoff-meta strong{display:block;font-size:1.3rem}.pos-closed-tickets{min-height:180px;position:relative;overflow:hidden}.pos-closed-card-header{align-items:center;flex-wrap:wrap;gap:.75rem}.pos-closed-header{display:flex;align-items:center;flex:1 1 720px;justify-content:flex-end;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:#94a3b8}.pos-closed-filter{display:flex;align-items:flex-end;flex-wrap:wrap;gap:.5rem;width:auto}.pos-closed-filter label{display:flex;flex-direction:column;gap:.2rem;color:var(--pos-text-muted);font-size:.78rem;font-weight:600;width:130px}.pos-closed-date-picker{width:100%}.pos-closed-date-picker .MuiInputBase-root{border-radius:8px;font-size:.9rem}.pos-closed-date-picker .MuiInputBase-input{padding:.55rem .6rem}.pos-closed-filter .pos-link{padding:.5rem .85rem}.pos-closed-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.pos-closed-row{border-radius:12px;border:1px solid rgba(255,255,255,.08);padding:.75rem 1rem;background:#0000002e;display:flex;flex-direction:column;gap:.5rem;min-height:120px;cursor:pointer;text-align:left}.pos-closed-details{display:flex;flex-direction:column;gap:.25rem}.pos-closed-summary{color:#94a3b8;font-size:.85rem}.pos-closed-total{font-weight:600;font-size:1.5rem;align-self:flex-end}.pos-dropoff-contact{display:flex;flex-direction:column;gap:.15rem;width:100%}.pos-dropoff-meta>.pos-dropoff-contact span{color:#3d6cad;font-size:.85rem}.pos-dropoff-contact .pos-dropoff-phone{font-size:1.5rem!important;font-weight:600;color:#e2e8f0}.pos-dropoff-id{color:#cbd5f5;font-weight:600}.pos-dropoff-bags{color:#9fb5e1;font-weight:600;font-size:.95rem}.pos-status{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;padding:.15rem .7rem;border-radius:999px}.pos-dropoff-meta .pos-status{position:absolute;top:.25rem;right:.6rem;z-index:8;background:transparent!important;border:0!important;border-radius:0;color:var(--dropoff-status-header-ink)!important;padding:0}.pos-status.open{background:#fbbf2426;color:#fbbf24}.pos-status.awaiting_pickup{background:#a855f72e;color:#c4b5fd;border:1px solid rgba(196,181,253,.45)}.pos-status.completed{background:#34d3991f;color:#34d399}.pos-status.attached{background:#94a3b83d;color:#0f172a;border:1px solid rgba(148,163,184,.45)}.pos-dropoff-details{margin:0;font-size:.85rem;color:#cbd5f5}.dropoff-details-notes{font-size:22px}.pos-badge{display:inline-flex;align-items:center;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;background:#5e35b1;color:#fff}.pos-badge-paid{background:var(--pos-green)!important;color:#fff!important;margin-left:-15px;margin-right:-15px;border-radius:0}.pos-badge-source{position:absolute;top:.23rem;left:.55rem;right:auto;z-index:7;justify-content:center;min-height:1.3rem;background:#facc15!important;color:#422006!important;border-radius:999px;margin:0;text-align:center}.pos-badge-source.source-in_store{background:#facc1569!important;color:#422006!important}.pos-badge-source.source-delivery{background:#16a34a36!important;color:#422006!important}.pos-pickup-request-badge{align-self:flex-start;padding:.3rem .7rem;border:2px solid #f5d0fe;border-radius:8px;background:#86198f!important;color:#fff!important;font-size:.78rem;font-weight:900;letter-spacing:.08em;box-shadow:0 4px 12px #86198f47}.pos-online-pickup-badge{align-self:flex-start;background:#0f766e!important;border:2px solid #99f6e4;border-radius:8px;color:#fff!important;font-size:.78rem;font-weight:900;letter-spacing:.06em;padding:.3rem .7rem;text-transform:uppercase}.pos-online-pickup-origin{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.55rem}.pos-pickup-card-content{display:flex;flex-direction:column;gap:.45rem;margin-top:.65rem}.pos-pickup-schedule{margin:0;color:#f5d0fe;font-size:1rem;font-weight:800;line-height:1.25}.pos-pickup-address{margin:0;color:#e2e8f0;font-size:.86rem;line-height:1.35;overflow-wrap:anywhere}.pos-pickup-card-note{display:-webkit-box;margin:0;overflow:hidden;color:#cbd5e1;font-size:.82rem;line-height:1.3;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pos-pickup-operational-state{display:flex;flex-direction:column;gap:.15rem;padding:.45rem .55rem;border:1px solid rgba(196,181,253,.3);border-radius:8px;background:#4c1d952e;color:#ddd6fe;font-size:.78rem;font-weight:600}.pos-pickup-actions-unavailable{margin-top:.6rem;padding:.45rem;border-radius:8px;background:#94a3b81a;color:#cbd5e1;font-size:.75rem;text-align:center}.pos-collect-laundry-modal{max-height:92vh;max-width:620px;overflow:auto;width:min(92vw,620px)}.pos-collect-laundry-summary{background:var(--pos-surface-muted);border-radius:10px;display:grid;gap:.55rem;margin:0;padding:.8rem}.pos-collect-laundry-summary div{display:grid;gap:.15rem;grid-template-columns:minmax(115px,.35fr) minmax(0,1fr)}.pos-collect-laundry-summary dt{color:var(--pos-text-muted);font-weight:800}.pos-collect-laundry-summary dd{margin:0;overflow-wrap:anywhere;white-space:pre-wrap}.pos-badge-paid-wide{display:block;width:100%;text-align:center;padding:.35rem .5rem;font-size:.85rem;font-weight:700;letter-spacing:.03em;background:var(--pos-green);color:#fff}.pos-dropoff-business{display:block;font-size:.8rem;color:#cbd5f5}.pos-dropoff-actions{margin-top:.8rem;display:flex;justify-content:center}.pos-dropoff-quick-menu{position:relative;display:inline-flex}.pos-dropoff-quick-menu-list{position:absolute;right:0;bottom:calc(100% + 8px);min-width:145px;padding:.35rem 0;border:1px solid #dbeafe;border-radius:10px;background:#fff;box-shadow:0 14px 34px #0f172a2e;z-index:20}.pos-dropoff-quick-menu-item{width:100%;padding:.85rem 1.9rem;border:0;background:transparent;color:#0f172a;font-size:3rem;font-weight:700;text-align:left;cursor:pointer}.pos-dropoff-quick-menu-item:hover,.pos-dropoff-quick-menu-item:focus-visible{background:#e2e8f0}.pos-dropoff-quick-menu-item-print{background:#5ceaea}.pos-dropoff-quick-menu-item-print:hover,.pos-dropoff-quick-menu-item-print:focus-visible{background:#e2e8f0}.pos-dropoff-quick-menu-item-machine-slip{background:#fde047}.pos-dropoff-quick-menu-item-machine-slip:hover,.pos-dropoff-quick-menu-item-machine-slip:focus-visible{background:#e2e8f0}.pos-dropoff-quick-menu-item-invoice{background:#f5a2f5}.pos-dropoff-quick-menu-item-invoice:hover,.pos-dropoff-quick-menu-item-invoice:focus-visible{background:#e2e8f0}.pos-dropoff-quick-menu-item-pdf{background:#bbf7d0}.pos-dropoff-quick-menu-item-pdf:hover,.pos-dropoff-quick-menu-item-pdf:focus-visible{background:#e2e8f0}.pos-dropoff-quick-menu-divider{height:1px;margin:.35rem 0;background:#cbd5e1}.pos-dropoff-quick-menu-item-complete{background:transparent}.pos-dropoff-quick-menu-item-complete:hover,.pos-dropoff-quick-menu-item-complete:focus-visible{background:#e2e8f0}.pos-dropoff-quick-menu-item-did-call{background:transparent}.pos-dropoff-quick-menu-item-did-call:hover,.pos-dropoff-quick-menu-item-did-call:focus-visible{background:#e2e8f0}.pos-dropoff-quick-menu-item:disabled{color:#94a3b8;cursor:not-allowed;background:transparent}.pos-dropoff-entry{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:.65rem}.pos-dropoff-entry h4,.pos-dropoff-entry .pos-subtle{margin:0}.pos-bag-counter{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;max-width:260px;margin-top:.35rem}.pos-bag-counter input{text-align:center;font-weight:700;letter-spacing:.02em}.pos-counter-btn{width:2.5rem;height:2.5rem;border-radius:.75rem;border:1px solid #334155;background:linear-gradient(145deg,#0f172a,#111827);color:#e2e8f0;font-size:1.4rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #ffffff0d,0 6px 14px #00000059;transition:transform .12s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.pos-counter-btn:hover{border-color:#3b82f6;color:#f8fafc;box-shadow:inset 0 0 0 1px #3b82f640,0 10px 18px #3b82f61f}.pos-counter-btn:active{transform:translateY(1px);background:#0b1222}.pos-dropoff-summary{background:#0057d2;border-radius:.5rem;padding:.75rem 2.5rem .75rem .75rem;display:flex;flex-direction:column;gap:.25rem;position:relative}.pos-pickup-details{padding:1rem;border:1px solid rgba(168,85,247,.35);border-radius:12px;background:#581c871f}.pos-pickup-details-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.pos-pickup-details-heading h4,.pos-pickup-operational-summary h4{margin:0}.pos-pickup-match-warning{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.85rem;padding:.7rem .8rem;border:2px solid #f59e0b;border-radius:9px;background:#fffbeb;color:#78350f}.pos-pickup-detail-block{margin-top:.8rem}.pos-pickup-detail-block>span{display:block;margin-bottom:.2rem;color:var(--pos-text-muted);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.pos-pickup-detail-block address,.pos-pickup-detail-block p{margin:0;color:inherit;font-style:normal;line-height:1.4;overflow-wrap:anywhere;white-space:pre-wrap}.pos-pickup-read-only-notice{padding:.7rem .85rem;border-radius:9px;background:#3b82f624;color:#bfdbfe;font-weight:700}.pos-dropoff-summary-stack{display:flex;flex-direction:column;gap:1rem}.pos-dropoff-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem 1rem;margin-top:.1rem}.pos-dropoff-summary-field{display:flex;flex-direction:column;gap:.2rem}.pos-dropoff-summary-label{font-size:.85rem;color:var(--pos-text-subtle, #94a3b8);letter-spacing:.02em;text-transform:uppercase}.pos-dropoff-summary-value{font-weight:700;color:var(--pos-text, #0f172a)}.pos-dropoff-summary .pos-remove-corner{position:absolute;top:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:999px;background:red;color:#fff;font-size:2.5rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.pos-dropoff-summary-clickable{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.pos-dropoff-summary-clickable:hover,.pos-dropoff-summary-clickable:focus-visible{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb29;outline:none}.pos-dropoff-summary-clickable:active{transform:translateY(1px)}.pos-wdf-sms-option{margin-top:0;width:auto}.pos-wdf-phone-option{flex:1 1 220px;min-width:0}.pos-wdf-phone-option label{color:var(--pos-text, #0f172a);font-weight:700}.pos-wdf-phone-option input{margin-top:.15rem}.pos-checkbox{display:flex;align-items:center;flex-direction:row;gap:.5rem;font-size:.9rem;margin:0}.pos-checkbox input{width:auto}.pos-wdf-phone-sms-row{display:flex;align-items:end;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.pos-tanning-history-header{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.pos-tanning-history-header__summary{color:var(--pos-muted);font-size:1.7rem;font-weight:700;text-align:right}.pos-dropoff-edit h3{margin-top:0}.pos-dropoff-edit{width:min(850px,96vw);position:relative}.pos-dropoff-edit .pos-dropoff-header{min-height:3.6rem;padding-right:4.8rem}.pos-dropoff-close-button{position:absolute;top:.75rem;right:.85rem;z-index:2;width:3.6rem;height:3.6rem;border:2px solid #b45309;border-radius:50%;background:#7f0d03;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:900;line-height:1;box-shadow:0 3px #451a038c,0 10px 24px #0f172a38;cursor:pointer}.pos-dropoff-close-button:hover,.pos-dropoff-close-button:focus-visible{background:#991b1b}.pos-dropoff-close-button:focus-visible{outline:3px solid rgba(14,165,233,.45);outline-offset:3px}.pos-dropoff-save-floating{position:fixed;top:.85rem;right:0;z-index:260;padding:.85rem 1.45rem;box-shadow:0 12px 28px #0f172a47;background:#6fccf9}.pos-dropoff-save{padding:.85rem 1.45rem;box-shadow:0 12px 28px #0f172a47;background:#6fccf9}.pos-dropoff-save-close{padding:.85rem 1.45rem;box-shadow:0 12px 28px #0f172a47;background:#b3e5ff}body.vk-open .pos-dropoff-save-floating{top:.75rem}@media(max-width:640px){.pos-dropoff-save-floating{top:.75rem;right:.75rem;padding:.75rem 1.25rem}.pos-dropoff-tabs{flex-wrap:wrap}.pos-dropoff-tabs button{border-radius:8px;top:0}.pos-notification-summary-grid,.pos-notification-detail-grid{grid-template-columns:1fr}.pos-notification-consent,.pos-notification-card-header{flex-direction:column}.pos-dropoff-notification-send{width:100%}}.pos-dropoff-tabs{display:flex;gap:.4rem;margin:.75rem 0 .25rem;border-bottom:2px solid #d9e2f2}.pos-dropoff-tabs button{border:1px solid #d9e2f2;background:#f3f6ff;color:#0f172a;padding:.55rem 1.1rem;border-radius:12px 12px 0 0;cursor:pointer;position:relative;top:2px}.pos-dropoff-tabs button.active{background:#fff;border-color:#0ea5e9;color:#0f172a;border-bottom-color:#fff;box-shadow:0 6px 14px -12px #0ea5e966}.pos-dropoff-history-controls{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:.5rem}.pos-dropoff-history-controls input[type='"date"']{min-width:180px}.pos-inline-checkbox{margin-top:.35rem}.pos-customer-modal{min-width:950px}.pos-ticket-customer-modal{width:min(820px,96vw);display:flex;flex-direction:column;overflow:hidden}.pos-ticket-customer-table-wrap{flex:1 1 auto;min-height:0;overflow:auto}.pos-ticket-customer-confirm-modal{width:min(440px,92vw)}.pos-customer-phone-match-modal{width:min(520px,92vw)}.customer-search{border-radius:10px;min-width:270px;border:1px solid rgba(148,163,184,.4);background:#d6fff8;color:#000;padding:.6rem .75rem}.pos-dropoff-customer-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pos-dropoff-customer-with-address{align-items:stretch}.pos-dropoff-customer-with-address>.pos-dropoff-summary,.pos-dropoff-customer-with-address>.pos-dropoff-address-tab{flex:1 1 280px;min-width:260px}.pos-customer-search-row{display:flex;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.pos-customer-search{display:flex;flex-direction:column;gap:.3rem;font-weight:600;color:#00259b;flex:1;min-width:220px}.pos-customer-lookup{width:100%}.pos-customer-lookup-actions{display:flex;align-items:stretch;gap:10px}.pos-customer-lookup-input{box-sizing:border-box;flex:1 1 auto;width:100%;min-width:220px;min-height:52px;padding:12px 16px;border:1px solid var(--pos-border);border-radius:10px;background:var(--pos-surface);color:var(--pos-text);font-size:1.05rem}.pos-customer-lookup-add{flex:0 0 auto;white-space:nowrap}.pos-customer-lookup-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:min(420px,45vh);margin-top:10px;overflow-y:auto}.pos-customer-lookup-results button{display:grid;gap:3px;width:100%;padding:14px 16px;border:1px solid var(--pos-border);border-radius:10px;background:var(--pos-surface);color:var(--pos-text);text-align:left;cursor:pointer}.pos-customer-lookup-results button:hover:not(:disabled){border-color:#0284c7;background:#0284c714}.pos-customer-lookup-results button:disabled{cursor:wait;opacity:.7}.pos-customer-lookup-results span{color:var(--pos-text-muted)}.pos-customer-lookup-commercial{justify-self:start}.pos-customer-lookup-phone--emphasized{font-size:1.35rem;font-weight:700}.pos-customer-lookup-empty{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:12px 14px;border:1px dashed var(--pos-border);border-radius:10px}.pos-customer-lookup-empty p,.pos-customer-lookup-limit{margin:0}.pos-customer-lookup-limit{padding-top:8px}@media(max-width:700px){.pos-customer-lookup-actions{flex-direction:column}.pos-customer-lookup-results{grid-template-columns:1fr}}.pos-dropoff-customer-detail{width:min(860px,94vw)}.pos-customer-detail-header{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.pos-customer-result-list{margin-top:10px}.pos-customer-result{font-size:22px;margin-left:10px;margin-top:10px}.pos-customer-result.selected{background:var(--pos-accent);color:#fff;border-color:var(--pos-accent)}.pos-dropoff-tab-body{border:2px solid #d9e2f2;border-radius:0 12px 12px;padding:1rem;background:#fff}.pos-dropoff-tab-body .pos-actions{position:sticky;bottom:0;padding:.75rem 0 .35rem;background:#1a1a1aa1;border-top:1px solid #e2e8f0;justify-content:center;z-index:2}.pos-wash-columns{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.pos-wash-column{display:flex;flex-direction:column;gap:.35rem}.pos-address-form textarea{min-height:92px}.pos-address-modal{width:min(720px,94vw);max-height:90vh;overflow-y:auto}.pos-dropoff-address-tab{display:grid;gap:.85rem}.pos-dropoff-delivery-toggle{display:flex;flex-direction:column;gap:.35rem;align-items:flex-start}.pos-dropoff-delivery-tags{width:100%}.pos-dropoff-delivery-tags li,.pos-dropoff-delivery-tags label{width:auto}.pos-dropoff-delivery-tags label{min-height:56px;box-sizing:border-box;font-size:20px;font-weight:700}.pos-address-location-row{grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.pos-address-manager{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(260px,1fr);gap:1rem}.pos-address-list,.pos-address-editor,.pos-address-summary{display:flex;flex-direction:column;gap:.85rem}.pos-address-list-item{border:1px solid #d9e2f2;border-radius:8px;background:#fff;color:#0f172a;padding:.75rem;text-align:left;display:flex;flex-direction:column;gap:.25rem}.pos-address-list-item.selected{border-color:var(--pos-accent);box-shadow:0 0 0 2px #2563eb29}.pos-address-summary-address,.pos-address-summary-field{display:flex;flex-direction:column;gap:.25rem}.pos-address-summary-field span,.pos-address-summary-address span,.pos-address-list-item span{color:#334155;white-space:pre-wrap}@media(max-width:760px){.pos-address-manager{grid-template-columns:1fr}}.pos-contact-manager{display:flex;flex-direction:column;gap:1rem}.pos-contact-manager .pos-section-header{align-items:flex-start;gap:1rem}.pos-contact-manager .pos-section-header>div{display:flex;flex-direction:column;gap:.3rem}.pos-contact-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem}.pos-contact-card{display:flex;flex-direction:column;gap:.75rem;padding:.85rem;border:1px solid #d9e2f2;border-radius:10px;background:#fff;color:#0f172a}.pos-contact-card-heading,.pos-contact-card-actions,.pos-contact-badges,.pos-contact-options,.pos-contact-form-actions,.pos-contact-error-state{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.pos-contact-card-heading{align-items:flex-start;justify-content:space-between}.pos-contact-card-heading>div:first-child,.pos-contact-meta{display:flex;flex-direction:column;gap:.25rem}.pos-contact-card-actions{margin-top:auto}.pos-contact-editor{padding:1rem;border:1px solid #d9e2f2;border-radius:10px;background:#f8fafc;color:#0f172a}.pos-contact-editor h4{margin:0}.pos-contact-options{align-items:stretch}.pos-contact-options .pos-checkbox{flex:1 1 240px;min-height:50px}.pos-contact-informational{margin:-.35rem 0 0}.pos-field-error{display:block;margin-top:.25rem;color:#dc2626;font-size:.9rem;font-weight:600}@media(max-width:620px){.pos-contact-manager .pos-section-header{flex-direction:column}}.pos-machine-usage{border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:.85rem;display:flex;flex-direction:column;gap:.65rem}.pos-machine-usage-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.pos-machine-usage-rows{display:flex;flex-direction:column;gap:.5rem}.pos-machine-usage-row{display:flex;flex-wrap:wrap;gap:.6rem;align-items:flex-end}.pos-machine-usage-field{flex:1;min-width:140px}.pos-machine-usage-remove{border:none;background:transparent;color:#f87171;font-weight:600;cursor:pointer;padding:.35rem .5rem}.pos-machine-usage-remove:hover{opacity:.8}.pos-machine-usage-empty{margin:0}.pos-machine-map{margin-bottom:.5rem;padding:.65rem;border:1px dashed var(--pos-border);border-radius:12px;background:var(--pos-surface-muted)}.pos-machine-map-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem}.pos-machine-map-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(65px,1.5rem));gap:.15rem}.pos-machine-map-grid.floorplan{grid-auto-flow:dense;align-items:start;justify-items:center}.pos-machine-map-button{position:relative;border:3px solid var(--pos-border);background:linear-gradient(145deg,var(--pos-ghost),#dfeafd);color:var(--pos-text);border-radius:12px;padding:.45rem .55rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.05rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.pos-machine-map-button[data-selected]{border-color:var(--pos-accent);background:linear-gradient(135deg,var(--pos-accent) 0%,var(--pos-accent-strong) 100%);color:#fff;box-shadow:0 10px 22px -14px #0ea5e973}.pos-machine-map-button[data-selected] .pos-machine-map-price{color:#ffffffe6}.pos-machine-map-button:hover,.pos-machine-map-button:active{transform:translateY(-1px);box-shadow:0 10px 20px -14px #0f172a59;border-color:var(--pos-accent)}.pos-machine-map-button[data-static=true]{cursor:default}.pos-machine-map-button[data-static=true]:hover,.pos-machine-map-button[data-static=true]:active{transform:none;box-shadow:none}.pos-machine-map-label{display:block;font-weight:700;font-size:.95rem}.pos-machine-map-price{display:block;font-size:.82rem;color:var(--pos-text-muted)}.pos-machine-map-top{display:flex;width:100%;align-items:center;justify-content:space-between}.pos-machine-map-badge{position:absolute;top:6px;right:6px;background:var(--pos-accent);color:#fff;border-radius:999px;padding:.15rem .45rem;font-size:.75rem;font-weight:700}.pos-machine-tab{display:flex;flex-direction:column;padding:.5rem .25rem 1rem;background:#fff}.pos-machine-tab-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.pos-machine-tab-content{display:flex;gap:.75rem;align-items:flex-start}.pos-machine-tab-stats{display:flex;flex-direction:column;gap:.2rem;min-width:120px}@media(max-width:960px){.pos-machine-tab-content{flex-direction:column}.pos-machine-tab-stats{min-width:0}}.pos-machine-summary{display:flex;flex-wrap:wrap;gap:1rem;font-weight:700;margin:0 0 .65rem}.pos-machine-section{margin-bottom:.85rem}.pos-machine-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.pos-machine-map-display{align-items:stretch;text-align:left}.pos-machine-map-display .pos-machine-map-price{align-self:flex-start}.pos-machine-occupants{display:flex;flex-direction:column;gap:.2rem;width:100%}.pos-machine-pill{display:flex;flex-direction:column;align-items:flex-start;gap:.05rem;width:100%;min-width:0;background:#0f172a14;color:var(--pos-text);font-weight:700;font-size:.78rem;line-height:1.05}.pos-machine-pill-label,.pos-machine-pill-for,.pos-machine-dropoff-label,.pos-machine-dropoff-for{display:block}.pos-machine-pill-label,.pos-machine-dropoff-label{font-weight:700}.pos-machine-pill-label,.pos-machine-pill-for{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pos-machine-pill-for,.pos-machine-dropoff-for{color:var(--pos-text-muted);font-size:.82em;font-weight:600}.pos-machine-dropoff-label{font-size:1em}.pos-machine-dropoff-for{margin-top:.2rem}.pos-machine-map-display[data-selected] .pos-machine-pill{background:#ffffff2e}.pos-machine-map-display[data-selected] .pos-machine-pill-for{color:#ffffffd1}.pos-customer-result.selected .pos-machine-dropoff-for{color:#ffffffdb}.pos-machine-map-display[data-selected] .pos-machine-map-price{color:#ffffffe6}.pos-machine-assign-list{margin:.5rem 0 .75rem;border:1px dashed var(--pos-border);border-radius:12px;padding:.75rem .85rem;background:var(--pos-surface-muted)}.pos-radio-list{display:grid;grid-template-columns:1fr;gap:.45rem}.pos-radio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.pos-radio-grid .pos-customer-result{width:100%;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.pos-radio-row{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.pos-radio-row input[type=radio]{margin-top:.2rem}.pos-radio-content{display:flex;flex-direction:column;gap:.1rem}.pos-dropoff-items{border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:.85rem;display:flex;flex-direction:column;gap:.65rem}.pos-dropoff-items-header{display:flex;flex-direction:column;gap:.15rem}.pos-dropoff-items-list{display:flex;flex-direction:column;gap:.65rem}.pos-dropoff-items-empty{margin:0}.pos-dropoff-item-row{display:flex;justify-content:space-between;gap:.75rem;align-items:stretch;padding-left:.65rem;padding-right:.65rem;border:1px solid rgba(8,46,115,.28);border-radius:8px;background:#ddc9f442}.pos-dropoff-item-row:last-child{border-bottom:1px solid rgba(8,46,115,.28)}.pos-dropoff-item-details{flex:1;display:flex;flex-direction:column;gap:.35rem}.pos-dropoff-item-metrics{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.pos-dropoff-item-qty{width:100px;flex:0 0 100px}.pos-dropoff-item-form{display:flex;flex-wrap:wrap;gap:.65rem;align-items:flex-end}.pos-dropoff-item-form label{flex:1;min-width:150px;display:flex;flex-direction:column;gap:.2rem;font-weight:600;color:#cbd5f5}.pos-dropoff-item-form input,.pos-dropoff-item-form select{width:100%}.pos-dropoff-source-label{font-weight:700;line-height:1.2}.pos-dropoff-item-remove{color:#f87171;font-weight:600;border:none;background:transparent;cursor:pointer}.pos-dropoff-item-remove:hover{opacity:.85}.pos-dropoff-item-remove-box{width:2.35rem;min-width:2.35rem;min-height:2.35rem;align-self:center;border:0;border-radius:8px;background:var(--pos-danger);color:#fff;font-size:2rem;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pos-dropoff-item-remove-box:hover,.pos-dropoff-item-remove-box:focus-visible{opacity:.85}.pos-status-toggle{display:flex;flex-direction:column;gap:.35rem;align-items:center}.pos-status-toggle-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.pos-status-button{border:1px solid rgb(95,117,146);background:transparent;border-radius:4px;padding:.6rem 1.9rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease;font-size:25px}.pos-status-button.processing.active{background:#dada32}.pos-status-button.active{background:#06d44b;color:#041024;border-color:#06d406}.pos-status-button:hover{opacity:.85}.pos-ticket-lines li{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.pos-ticket-line-actions{display:flex;gap:.5rem;align-items:center}.pos-ticket-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;margin:1rem 0}.pos-form{display:flex;flex-direction:column;gap:.85rem}.pos-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.pos-barcode-image{width:90px;height:62px;margin:0 auto .35rem;background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:10px;box-shadow:0 8px 18px #0f172a2e}.pos-barcode-tile{border:2px dashed var(--pos-border);background:#c7d2fe40;color:var(--pos-text)}.pos-barcode-tile span{font-weight:700}.pos-giftcard-tile{border:2px dashed var(--pos-border);background:#d5494940!important;color:var(--pos-text)}.pos-giftcard-tile span{font-weight:700}.pos-form-row-end{align-items:end}.pos-customer-contact-row{grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:end}.pos-customer-sms-opt-in-tags{align-self:end;flex-wrap:nowrap;width:auto}.pos-customer-sms-opt-in-tags label{min-height:56px;box-sizing:border-box;padding:.75rem .85rem;white-space:nowrap}@media(max-width:900px){.pos-customer-contact-row{grid-template-columns:minmax(220px,1fr) auto}.pos-customer-contact-row>label:last-child{grid-column:1 / -1}}.pos-customer-laundry-preferences{grid-template-columns:minmax(260px,1fr) auto;align-items:end}.pos-customer-laundry-preferences>label{min-width:0}.pos-customer-laundry-preferences .pos-wdf-tags{align-self:end;flex-wrap:nowrap;width:auto}.pos-customer-laundry-preferences .pos-wdf-tags label{min-height:56px;box-sizing:border-box;padding:.75rem .85rem;white-space:nowrap}.pos-form-inline{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end}.pos-form textarea{width:100%;min-height:110px;resize:vertical;padding:.85rem 1rem;border-radius:12px;border:1px solid #e6c767;background:#fff8d1;color:#0f172a;font-size:1rem;box-sizing:border-box}.pos-actions{display:flex;gap:.75rem;align-items:center;justify-content:center;margin-top:20px}.pos-actions-center{justify-content:center}.pos-error{color:#f87171;font-weight:600}.pos-pass-expired{color:#ef4444}.pos-subtle{color:#94a3b8}.pos-section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.pos-toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:#cbd5f5;cursor:pointer}.pos-toggle input{width:16px;height:16px;accent-color:#06b6d4}.pos-settings-toggle{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:1px solid rgba(148,163,184,.3);border-radius:10px;background:#0f172a2e;cursor:pointer}.pos-settings-toggle input{width:20px;height:20px;margin-top:.1rem;accent-color:#06b6d4}.pos-settings-toggle span{display:flex;flex-direction:column;gap:.2rem}.pos-settings-toggle strong{color:inherit}.pos-settings-toggle small{color:var(--pos-text-muted, #94a3b8);line-height:1.35}.pos-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617c7;display:flex;justify-content:space-evenly;align-items:first baseline;padding:1rem;z-index:200;overflow-y:auto}body.vk-open .pos-modal{align-items:flex-start;padding-top:1.5rem;padding-bottom:calc(var(--vk-height, 0px) + 1.5rem)}.pos-modal .pos-card{max-height:calc(100vh - 2rem);overflow-y:auto}.pos-uber-direct-modal{width:min(620px,94vw);max-height:90vh;overflow-y:auto}.pos-uber-test-banner{margin:-.25rem -.25rem 1rem;padding:.7rem 1rem;border:2px solid #9a5b00;border-radius:8px;background:#fff0c2;color:#713f00;font-size:1.1rem;font-weight:900;letter-spacing:.08em;text-align:center}.pos-uber-service-options{display:grid;gap:.9rem;margin:1.25rem 0}.pos-uber-service-options .pos-checkbox{min-height:58px;padding:.75rem 1rem;border:1px solid var(--pos-border);border-radius:10px;font-size:1.05rem}.pos-uber-schedule-block{display:grid;gap:.65rem;margin:.15rem 0 .5rem;padding:.85rem;border:1px solid var(--pos-border);border-radius:10px;background:color-mix(in srgb,var(--pos-accent) 5%,var(--pos-surface))}.pos-uber-schedule-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.pos-uber-schedule-fields label{display:grid;gap:.3rem;color:var(--pos-muted);font-size:.86rem}.pos-uber-schedule-fields input{width:100%;min-height:48px;padding:.65rem .75rem;border:1px solid var(--pos-border);border-radius:8px;background:var(--pos-surface);color:inherit;font:inherit}@media(max-width:560px){.pos-uber-schedule-fields{grid-template-columns:1fr}}.pos-uber-quote-list{margin:1rem 0;border:1px solid var(--pos-border);border-radius:10px;overflow:hidden}.pos-uber-quote-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--pos-border)}.pos-uber-quote-row:last-child{border-bottom:0}.pos-uber-quote-row span{display:grid;gap:.2rem}.pos-uber-quote-row small{color:var(--pos-muted)}.pos-uber-quote-total{background:color-mix(in srgb,var(--pos-accent) 10%,transparent);font-size:1.08rem}.pos-uber-approval-question{margin:1.25rem 0 .75rem;font-weight:800}.pos-uber-panel{display:grid;gap:1rem}.pos-uber-panel.is-compact{border-top:1px solid var(--pos-border);gap:.55rem;margin-top:.55rem;padding-top:.65rem}.pos-uber-panel.is-compact .pos-uber-delivery-card{background:color-mix(in srgb,#000 2%,var(--pos-surface));padding:.7rem}.pos-uber-panel.is-compact .pos-uber-schedule-block{padding:.65rem}.pos-uber-panel.is-compact .pos-actions{margin-top:.65rem}.pos-uber-delivery-card{padding:1rem;border:1px solid var(--pos-border);border-radius:10px;background:var(--pos-surface)}.pos-uber-delivery-heading{display:flex;justify-content:space-between;gap:1rem}.pos-uber-delivery-heading>div{display:grid;gap:.25rem}.pos-uber-price-comparison{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem 1rem;margin-top:.75rem}body.vk-open .pos-modal .pos-card{max-height:calc(100vh - var(--vk-height, 0px) - 2rem)}.pos-payment-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:.5rem 0}.pos-payment-option{border:2px solid rgba(191,175,175,.53);border-radius:12px;padding:.55rem .5rem;background:#7796c257;color:#3f4b71;font-weight:600;cursor:pointer;font-size:1.5rem;transition:background .2s ease,border .2s ease,color .2s ease}.pos-payment-option.active{border-color:#22c55e;background:#22c55e26;color:#22c55e}.pos-payment-success{max-width:420px;text-align:center}.pos-card-payment-status{display:grid;gap:.45rem;margin:.9rem 0;padding:.9rem 1rem;border:1px solid rgba(37,99,235,.3);border-radius:.75rem;background:#2563eb14;color:var(--pos-text, #172033)}.pos-card-payment-status__heading{align-items:center;display:flex;gap:.6rem}.pos-card-payment-spinner{animation:pos-card-payment-spin .8s linear infinite;border:3px solid rgba(75,123,236,.22);border-radius:50%;border-top-color:#4b7bec;display:inline-block;flex:0 0 auto;height:1.25rem;width:1.25rem}.pos-card-payment-countdown{color:var(--pos-text-muted);font-size:.9rem;margin-left:1.85rem}@keyframes pos-card-payment-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.pos-card-payment-spinner{animation:none}}.pos-card-payment-status--approved{border-color:#16a34a66;background:#16a34a1a}.pos-card-payment-status--declined,.pos-card-payment-status--error{border-color:#dc262666;background:#dc26261a}.pos-card-payment-status--cancelled,.pos-card-payment-status--reconciliation_required{border-color:#d9770673;background:#d977061a}.pos-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.pos-modal-close{border:none;background:transparent;color:#64748b;font-size:1.5rem;font-weight:700;line-height:1;cursor:pointer;padding:.25rem}.pos-modal-close:disabled{opacity:.5;cursor:not-allowed}.pos-payment-modal{width:min(560px,92vw)}.pos-end-shift{width:min(860px,96vw)}.pos-cash-count-grid{display:grid;gap:.75rem}.pos-cash-count-row{display:grid;grid-template-columns:repeat(9,minmax(20px,.2fr));gap:.75rem}.pos-cash-count-card{display:grid;grid-template-rows:auto auto auto;gap:.35rem;padding:.6rem .65rem;border:1px solid rgba(148,163,184,.3);border-radius:10px;background:#ffffff0a}.pos-cash-count-card input{width:100%;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.pos-cash-count-card input::-webkit-outer-spin-button,.pos-cash-count-card input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pos-cash-count-label{font-weight:700}.pos-cash-count-subtotal{color:#64748b;font-weight:600}.pos-cash-count-mode{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:1rem}.pos-cash-count-mode-label{font-size:.95rem;font-weight:700;color:#475569}.pos-cash-count-mode-buttons{display:flex;gap:.5rem}.pos-cash-count-mode-buttons .pos-secondary{padding:.45rem .85rem;font-size:.9rem}@media(max-width:900px){.pos-customer-laundry-preferences{grid-template-columns:1fr}.pos-customer-laundry-preferences .pos-wdf-tags{flex-wrap:wrap}.pos-cash-count-row{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media(max-width:640px){.pos-end-shift{width:min(640px,96vw)}.pos-cash-count-mode{flex-direction:column;align-items:flex-start}.pos-cash-count-mode-buttons{width:100%}.pos-cash-count-mode-buttons .pos-secondary{flex:1;text-align:center}.pos-cash-count-row{grid-template-columns:repeat(2,minmax(120px,1fr))}}.pos-payment-input{display:block;width:100%;font-size:1.15rem}.pos-payment-input input{width:100%;font-size:2.5rem;padding:.85rem 1rem;text-align:center;box-sizing:border-box}.pos-payment-input input[type=number]{-moz-appearance:textfield}.pos-payment-input input[type=number]::-webkit-outer-spin-button,.pos-payment-input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pos-subtle.payment{font-size:1.5rem;font-weight:500;margin-top:0}.pos-success-icon{width:112px;height:112px;margin:0 auto 1rem;border-radius:50%;border:4px solid #22c55e;display:grid;place-items:center;background:#22c55e1a;color:#22c55e;font-size:3.5rem;font-weight:700}.pos-change-highlight{margin-top:1rem;font-size:1.5rem;font-weight:700;color:#0ea5e9}.pos-summary{list-style:none;padding:0;margin:1rem 0}.pos-summary li{display:flex;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.pos-login,.pos-shift{margin:4rem auto;text-align:center}.pos-shift{max-width:2000px}.pos-login{max-width:420px}.pos-login-fullscreen{position:absolute;top:1.5rem;right:1.5rem}.pos-quick-tile{max-width:420px;width:100%}.pos-ticket-preview{max-width:520px;width:100%}.pos-dropoff-overview-modal{max-width:820px;width:min(96vw,820px)}.pos-ticket-lookup-modal{max-width:760px;width:min(96vw,760px)}.pos-ticket-lookup-results{margin-top:.5rem;max-height:55vh;overflow-y:auto;padding-right:.15rem}.pos-ticket-lookup-results .pos-ticket-card{width:100%;text-align:left}.pos-ticket-preview-body{display:flex;flex-direction:column;gap:.85rem}.pos-ticket-preview-tabs{display:flex;gap:.4rem;margin:.9rem 0;border-bottom:1px solid var(--pos-border)}.pos-ticket-preview-tabs button{border:0;border-bottom:3px solid transparent;background:transparent;color:var(--pos-text-muted);cursor:pointer;font:inherit;font-weight:700;padding:.55rem .7rem}.pos-ticket-preview-tabs button.active{border-bottom-color:#0284c7;color:#0284c7}.pos-payment-attempt{display:flex;flex-direction:column;gap:.65rem}.pos-payment-attempt h4{margin:0}.pos-payment-attempt-fields{display:grid;grid-template-columns:minmax(0,1fr);gap:0;margin:0;border:1px solid var(--pos-border);border-radius:.5rem;overflow:hidden}.pos-payment-attempt-fields>div{display:grid;grid-template-columns:minmax(9.5rem,.9fr) minmax(0,1.6fr);gap:.75rem;padding:.6rem .75rem;border-bottom:1px solid var(--pos-border)}.pos-payment-attempt-fields>div:last-child{border-bottom:0}.pos-payment-attempt-fields dt{color:var(--pos-text-muted);font-weight:700}.pos-payment-attempt-fields dd{margin:0;min-width:0;overflow-wrap:anywhere}.pos-payment-attempt-json{white-space:pre-wrap;word-break:break-word}.pos-ticket-preview-meta{display:flex;flex-wrap:wrap;gap:.75rem;color:#000;font-size:.9rem}.pos-ticket-dropoff-meta{align-items:center;display:inline-flex;flex-wrap:wrap;gap:.25rem}.pos-ticket-dropoff-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:#315ca8;cursor:pointer;font:inherit;padding:0;text-align:left;font-size:20px}.pos-ticket-dropoff-link:hover,.pos-ticket-dropoff-link:focus-visible{text-decoration:underline}.pos-ticket-preview-lines li{border-bottom:1px solid var(--pos-border);padding-bottom:.5rem}.pos-ticket-line-meta{display:block;color:#0f1927;font-size:.85rem;margin-top:.15rem}.pos-ticket-line-total{font-weight:600}.pos-void-section,.pos-refund-section{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.pos-refund-section h4{margin:0}.pos-refund-history{margin:0;padding-left:1rem;display:flex;flex-direction:column;gap:.6rem}.pos-refund-history li{display:flex;flex-direction:column;gap:.15rem}.pos-refund-history li span{color:#94a3b8;font-size:.85rem}.pos-refund-history li p{margin:0;color:#94a3b8;font-size:.82rem}.pos-void-section h4{margin:0}.pos-modal-actions{display:flex;justify-content:center;gap:.75rem;margin-top:1.25rem}.pos-staff-hint{margin-top:1rem;color:#94a3b8}.pos-manager-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-top:1rem}.pos-tile-image-picker-modal{width:min(900px,96vw)}.pos-tile-image-picker-modal h3,.pos-tile-image-picker-help{margin:0}.pos-tile-image-picker-help{color:var(--pos-text-muted, #64748b);font-size:.9rem;margin-top:.25rem}.pos-tile-image-picker-search{display:flex;flex-direction:column;gap:.35rem;margin-top:.85rem;font-weight:600}.pos-tile-image-picker-search input{width:100%;box-sizing:border-box}.pos-tile-image-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:.85rem;margin-top:1rem}.pos-tile-image-picker-option{display:flex;min-width:0;flex-direction:column;gap:.55rem;padding:.65rem;border:2px solid var(--pos-border, #cbd5e1);border-radius:12px;background:var(--pos-surface, #fff);color:var(--pos-text, #0f172a);cursor:pointer;text-align:left}.pos-tile-image-picker-option:hover,.pos-tile-image-picker-option:focus-visible{border-color:#06b6d4;outline:none}.pos-tile-image-picker-option.selected{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}.pos-tile-image-picker-preview{display:flex;width:100%;aspect-ratio:1;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;background:#f8fafc}.pos-tile-image-picker-preview img{width:100%;height:100%;object-fit:contain}.pos-tile-image-picker-name{width:100%;overflow:hidden;font-size:.82rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.pos-tile-image-picker-empty{margin:1rem 0 0;color:var(--pos-text-muted, #64748b)}.pos-editor-item-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;align-items:start}.pos-editor-items-toolbar{margin-top:.75rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.pos-editor-items-toolbar label{display:flex;flex-direction:column;gap:.35rem}.pos-editor-items-toolbar p{margin:0}.pos-editor-select-actions{display:flex;flex-direction:column;gap:.35rem}.pos-editor-item-list .pos-collapsible-section{margin:0}.pos-editor-item-thumbnail{display:block;width:44px;height:54px;border-radius:4px;background:#f8fafc;object-fit:contain}.pos-editor-item-list .pos-collapsible-section.pos-editor-item-out-of-stock{border-color:var(--pos-danger);box-shadow:inset 4px 0 0 var(--pos-danger)}.pos-editor-item-out-of-stock .pos-collapsible-header{background:#ef44441f}.pos-editor-item-out-of-stock .pos-collapsible-header:hover{background:#ef444433}.pos-editor-item-out-of-stock .pos-badge{background:var(--pos-danger);color:#fff!important}.pos-editor-item-list .pos-collapsible-section.pos-editor-item-low-stock{border-color:#f97316;box-shadow:inset 4px 0 #f97316}.pos-editor-item-low-stock .pos-collapsible-header{background:#f9731624}.pos-editor-item-low-stock .pos-collapsible-header:hover{background:#f9731638}.pos-editor-item-low-stock .pos-badge{background:#f97316;color:#fff!important}.pos-editor-two-col-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}@media(max-width:700px){.pos-editor-two-col-row{grid-template-columns:1fr}}@media(max-width:1400px){.pos-editor-item-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1100px){.pos-editor-item-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.pos-editor-item-list{grid-template-columns:1fr}}.pos-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617c7;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;border-radius:16px;z-index:10;padding:1.5rem}.pos-lock-overlay p{margin:0;color:#cbd5f5;font-weight:600}.pos-catalog-lists{margin-top:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.pos-catalog-lists ul{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.35rem}.pos-catalog-filter{margin-top:.35rem!important}.pos-swatch{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:.4rem}.pos-tiles-editor .pos-card-header{margin-bottom:1.5rem}.pos-tile-editor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.pos-tile-editor-card{background:#ffffff0a;border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:.65rem;padding-left:0;padding-right:0}.pos-ticket button{width:100%}.pos-stats span{display:inline-flex;align-items:center;gap:.25rem}@media(max-width:980px){.pos-layout{grid-template-columns:1fr}.pos-toolbar{flex-direction:column}.pos-toolbar-actions{justify-content:flex-start}}@media(max-width:600px){.pos-page{padding:1rem .6rem 3rem}.pos-tiles{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.pos-ticket{min-height:auto}.pos-actions{flex-direction:column;align-items:stretch}}.pos-table{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem;border:1px solid var(--pos-border);border-radius:10px;padding:.75rem;background:var(--pos-surface)}.pos-table-header,.pos-table-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem;border-bottom:1px solid var(--pos-border)}.pos-table-header span{font-weight:700;color:var(--pos-text);background:var(--pos-soft);border-radius:6px;padding:.6rem .75rem;border:1px solid var(--pos-border)}.pos-table-row span{color:var(--pos-text);font-size:.95rem;background:transparent;border-radius:4px;padding:.6rem .75rem;border:1px solid var(--pos-border)}.pos-history-table-wrap{margin-top:1rem;border:1px solid var(--pos-border);border-radius:10px;overflow-x:auto;background:var(--pos-surface)}.pos-history-table{width:100%;min-width:700px;border-collapse:collapse}.pos-history-table th,.pos-history-table td{padding:.6rem .75rem;text-align:left;color:var(--pos-text);border-bottom:1px solid var(--pos-border)}.pos-history-table th{font-weight:700;background:var(--pos-soft)}.pos-history-table th:first-child,.pos-history-table td:first-child{min-width:120px}.pos-history-table tbody tr:last-child td{border-bottom:none}.pos-history-table-empty{color:var(--pos-text-muted)}.pos-receipt-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.pos-receipt-card{background:#040c1b87;border-radius:12px;border:1px solid rgba(255,255,255,.08);padding:1rem;display:flex;flex-direction:column;min-height:260px}.pos-receipt-card.voided{border-color:#f8717199;background:#441010b3}.pos-receipt-header{display:flex;justify-content:space-between;gap:.75rem;border-bottom:1px dashed rgba(255,255,255,.12);padding-bottom:.65rem;margin-bottom:.65rem}.pos-receipt-title{margin:0;font-size:1rem;font-weight:700}.pos-receipt-header small{color:#fff;display:block;margin-top:.15rem;font-size:.75rem}.pos-receipt-payment{text-align:right;font-size:.85rem;color:#cbd5f5;display:flex;flex-direction:column;gap:.15rem}.pos-receipt-payment strong{color:#fff;font-size:1.05rem}.pos-receipt-card.voided .pos-receipt-payment strong{color:#fecaca}.pos-voided-banner{border:1px dashed rgba(248,113,113,.6);border-radius:10px;padding:.5rem .65rem;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.2rem;color:#fecaca;font-size:.85rem}.pos-voided-banner p{margin:0;font-style:italic;font-size:.8rem}.pos-receipt-lines{flex:1;display:flex;flex-direction:column;gap:.45rem}.pos-receipt-line{display:flex;justify-content:space-between;gap:.75rem;font-size:.9rem}.pos-receipt-line.modifier .pos-receipt-item-name{color:#a5b4fc}.pos-receipt-line-info{flex:1}.pos-receipt-item-name{font-weight:600;color:#f8fafc;display:block}.pos-receipt-line-info small{display:block;color:#fff;font-size:.75rem;margin-top:.1rem}.pos-receipt-amount{font-weight:600;color:#f8fafc;white-space:nowrap}.pos-receipt-footer{border-top:1px dashed rgba(255,255,255,.12);margin-top:.75rem;padding-top:.6rem;display:flex;flex-wrap:wrap;gap:.5rem;font-size:.78rem;color:#fff;justify-content:space-between}.pos-receipt-actions{margin-top:.75rem}.pos-void-form{display:flex;flex-direction:column;gap:.5rem}.pos-void-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#cbd5f5}.pos-void-form textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#f8fafc;padding:.5rem .65rem;resize:vertical;font-family:inherit;min-height:70px}.pos-void-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.pos-void-error{color:#fecaca;font-size:.8rem;margin:0}.pos-collapsible-section{margin:1rem 0;border:1px solid #2d3b54;border-radius:8px;overflow:hidden;background:#1e2a3e}.pos-collapsible-header{width:100%;padding:.875rem 1rem;background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:#e2e8f0;transition:background .15s}.pos-collapsible-header:hover{background:#ffffff08}.pos-collapsible-header-content{flex:1;min-width:0;text-align:left}.pos-collapsible-header-accessory{flex:0 0 auto;margin:0 .75rem}.pos-collapsible-title-group{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.pos-collapsible-title-group strong{font-size:.95rem}.pos-collapsible-icon{font-size:1.25rem;color:#64748b;font-weight:300;line-height:1}.pos-collapsible-content{padding:0 1rem 1rem;border-top:1px solid #2d3b54;background:#182238}.pos-dropoff-header{display:flex;justify-content:space-between;align-items:flex-start}.pos-dropoff-header-title{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.pos-dropoff-header h3{margin:0 0 .25rem;font-size:1.25rem}.pos-dropoff-customer-name-button,.pos-dropoff-customer-name-static{margin:0 0 .25rem;font-size:1.65rem;font-weight:700;line-height:1.2}.pos-dropoff-customer-name-button{border:none;background:transparent;color:var(--pos-accent-strong);cursor:pointer;padding:0;text-align:left}.pos-dropoff-customer-name-button:hover{text-decoration:underline}.pos-dropoff-customer-name-static{color:inherit}.pos-dropoff-header-phone{color:#4c6589;font-size:1.75rem;font-weight:600}.pos-dropoff-id-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;color:#94a3b8;font-weight:600}.pos-dropoff-essentials{display:flex;flex-direction:column;gap:1rem}.pos-dropoff-essentials2{display:flex;align-items:flex-end;gap:1rem}.pos-dropoff-weight-row,.pos-dropoff-weight-inline-controls{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.pos-dropoff-inline-bag-count{width:170px}.pos-dropoff-inline-bag-count .pos-stepper{grid-template-columns:52px 1fr 52px}.pos-dropoff-call-checkbox{min-height:56px;padding:.65rem .85rem;border:1px solid #d6d9df;border-radius:8px;background:#f2f2f4;white-space:nowrap}.pos-dropoff-call-checkbox span{font-weight:700;font-size:18px;color:#475569}.pos-wdf-tags.pos-dropoff-call-tags{flex-wrap:nowrap;width:auto}.pos-wdf-tags.pos-dropoff-call-tags li,.pos-wdf-tags.pos-dropoff-call-tags label{width:auto}.pos-wdf-tags.pos-dropoff-call-tags label{min-height:56px;box-sizing:border-box;border-radius:8px;background:#f2f2f4;color:#475569;font-size:18px;font-weight:700;white-space:nowrap}.pos-dropoff-sms-button{min-width:92px;min-height:56px;border-radius:8px;background:#acd0ff;border-color:#60a5fa;color:#032ca0;font-size:18px;font-weight:800;white-space:nowrap}.pos-dropoff-sms-button--bad{background:#fee2e2;border-color:#ef4444;color:#991b1b}.pos-dropoff-sms-button--unavailable,.pos-dropoff-sms-button--unavailable:disabled{background:#e5e7eb;border-color:#9ca3af;color:#6b7280;cursor:not-allowed;opacity:1}.pos-tab-status-dot{width:1rem;height:1rem;margin-left:.35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;font-size:.72rem;font-weight:900;line-height:1}.pos-dropoff-notifications{display:flex;flex-direction:column;gap:1rem}.pos-notification-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.pos-notification-metric,.pos-notification-card,.pos-notification-consent,.pos-notification-optout{border:1px solid #d9e2f2;border-radius:8px;background:#f8fafc}.pos-notification-metric{min-height:74px;padding:.75rem;display:flex;flex-direction:column;justify-content:space-between;gap:.35rem}.pos-notification-metric span,.pos-notification-detail-grid dt,.pos-notification-card-header span,.pos-notification-ledger-header span{color:#64748b;font-size:.82rem;font-weight:700}.pos-notification-metric strong{color:#0f172a;line-height:1.2;overflow-wrap:anywhere}.pos-notification-metric--good{border-color:#86efac;background:#f0fdf4}.pos-notification-metric--warn{border-color:#facc15;background:#fefce8}.pos-notification-metric--bad{border-color:#fca5a5;background:#fef2f2}.pos-notification-metric--muted{background:#f1f5f9}.pos-notification-consent{padding:.85rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.pos-notification-consent h4,.pos-notification-optout h4,.pos-notification-ledger h4{margin:0 0 .65rem;color:#0f172a}.pos-notification-optout{padding:1rem}.pos-notification-optout p{margin:0 0 .85rem;color:#475569;line-height:1.4}.pos-dropoff-notification-send{min-width:150px;min-height:46px;border-radius:8px;white-space:nowrap}.pos-notification-ledger{display:flex;flex-direction:column;gap:.75rem}.pos-notification-ledger-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.pos-notification-ledger-header>div{min-width:0}.pos-notification-ledger-header h4{margin-bottom:.25rem}.pos-notification-sync-button{flex:0 0 auto;min-width:116px;min-height:38px;border-radius:8px;white-space:nowrap}.pos-notification-ledger-count{color:#64748b;font-size:.82rem;font-weight:700}.pos-notification-card{padding:.85rem}.pos-notification-card--bad{border-color:#f87171;background:#fff7f7}.pos-notification-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.pos-notification-card-header div{display:flex;flex-direction:column;gap:.2rem}.pos-notification-status{flex:0 0 auto;border-radius:999px;border:1px solid #cbd5e1;padding:.25rem .55rem;color:#334155;background:#fff;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;gap:.35rem}.pos-notification-status-icon{width:1rem;height:1rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#334155;color:#fff;font-size:.72rem;line-height:1}.pos-notification-status--good{border-color:#22c55e;color:#166534;background:#dcfce7}.pos-notification-status--bad{border-color:#ef4444;color:#991b1b;background:#fee2e2}.pos-notification-status--bad .pos-notification-status-icon{background:#991b1b}.pos-notification-status--muted{border-color:#cbd5e1;color:#475569;background:#f1f5f9}.pos-notification-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem .9rem;margin:0}.pos-notification-detail-grid div{min-width:0}.pos-notification-detail-grid dt{margin-bottom:.15rem}.pos-notification-detail-grid dd{margin:0;color:#0f172a;font-weight:700;overflow-wrap:anywhere}.pos-notification-message,.pos-notification-hostinger,.pos-notification-error{margin-top:.8rem;border-top:1px solid #e2e8f0;padding-top:.7rem}.pos-notification-message strong,.pos-notification-hostinger strong,.pos-notification-error strong{display:block;margin-bottom:.25rem;color:#0f172a}.pos-notification-message p,.pos-notification-hostinger span,.pos-notification-error span{margin:0;color:#334155;line-height:1.4;overflow-wrap:anywhere}.pos-notification-error span{color:#991b1b}@media(max-width:640px){.pos-dropoff-tabs{flex-wrap:wrap}.pos-dropoff-tabs button{border-radius:8px;top:0}.pos-notification-summary-grid,.pos-notification-detail-grid{grid-template-columns:1fr}.pos-notification-consent,.pos-notification-card-header{flex-direction:column}.pos-dropoff-notification-send{width:100%}}.pos-dropoff-extras{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.pos-dropoff-extras .pos-subtle{margin-top:-.25rem}.pos-wdf-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.pos-wdf-tags li{position:relative}.pos-wdf-tags input{position:absolute;opacity:0;pointer-events:none}.pos-wdf-tags label{display:inline-flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:.4rem;border-radius:999px;padding:1rem .85rem;font-weight:600;border:1px solid rgba(148,163,184,.6);color:#334155;background:#f8fafc;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease;-webkit-user-select:none;user-select:none;line-height:1.2}.pos-wdf-tags label:before{content:"+";display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:999px;background:#e2e8f0;color:#475569;font-size:.8rem;font-weight:700;flex:0 0 auto}.pos-wdf-tags .pos-option-checkbox--circle input:not(:checked)+label:before{content:"";background:transparent;border:2px solid #94a3b8;box-sizing:border-box}.pos-wdf-tags .pos-option-checkbox--checked-green{--pos-option-checkbox-checked-bg: #bbf7d0;--pos-option-checkbox-checked-border: #22c55e;--pos-option-checkbox-checked-marker-bg: #22c55e;--pos-option-checkbox-checked-shadow: 0 6px 14px rgba(22, 163, 74, .18)}.pos-wdf-tags input:checked+label{background:var(--pos-option-checkbox-checked-bg, #9ed8fe);border-color:var(--pos-option-checkbox-checked-border, #38bdf8);color:var(--pos-option-checkbox-checked-text, #0f172a);box-shadow:var(--pos-option-checkbox-checked-shadow, 0 6px 14px rgba(14, 116, 144, .18));transform:translateY(-1px)}.pos-wdf-tags input:checked+label:before{content:"✓";background:var(--pos-option-checkbox-checked-marker-bg, #38bdf8);color:var(--pos-option-checkbox-checked-marker-text, #0f172a)}.pos-wdf-tags label:hover{border-color:#60a5fa;box-shadow:0 4px 10px #3b82f626}.pos-wdf-tags input:focus-visible+label{outline:2px solid #38bdf8;outline-offset:2px}.pos-machine-usage-compact{margin:.75rem 0}.pos-machine-usage-compact .pos-machine-usage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pos-machine-usage-compact .pos-machine-usage-header strong{font-size:.9rem;color:#94a3b8}.pos-machine-usage-compact .pos-machine-usage-empty{margin:.5rem 0;font-size:.85rem}.pos-machine-usage-compact+.pos-machine-usage-compact{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #2d3b54}@media(max-width:600px){.pos-receipt-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.pos-dropoff-header{flex-direction:column;gap:.75rem}}.pos-page,.pos-toolbar,.pos-card-header{color:var(--pos-text)}.pos-card{background:var(--pos-surface)}.pos-subtle{color:var(--pos-text-muted)}.pos-tiles{gap:.9rem}.pos-tile{background:var(--tile-color, linear-gradient(145deg, var(--pos-ghost), #dfeafd));color:var(--tile-ink, var(--pos-text));box-shadow:0 10px 22px -12px #0f172a40;border:1px solid var(--pos-border)}.pos-tile small{opacity:.9}.pos-tile.ghost{background:var(--pos-soft);color:var(--pos-text-muted)}.pos-add-tile{border:2px dashed #b8c7e6;background:var(--pos-ghost);color:var(--pos-text-muted)}.pos-category-panel{background:var(--pos-soft);border:1px solid var(--pos-border)}.pos-chip{background:#e8f0ff;color:var(--pos-text);border:1px solid var(--pos-border)}.pos-chip.active{background:#d1eaff;color:#0b395b}.pos-entry{background:var(--pos-surface-muted);border:1px solid var(--pos-border)}.pos-entry-price{color:var(--pos-text-muted)}.pos-dropoff-row,.pos-closed-row{background:var(--pos-surface-muted);border:1px solid var(--pos-border);color:var(--pos-text)}.pos-dropoff-details,.pos-dropoff-business,.pos-closed-summary{color:var(--pos-text)}.pos-closed-row:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}.pos-closed-row:hover{border-color:#fff3}.pos-ticket-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:1rem}.pos-ticket-card{border:1px solid var(--pos-border);border-radius:12px;background:var(--pos-surface-muted);padding:.85rem 1rem;display:flex;flex-direction:column;gap:.35rem;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.pos-ticket-card:hover{border-color:#fff3;transform:translateY(-2px)}.pos-ticket-card:focus-visible{outline:2px solid #60a5fa;outline-offset:3px}.pos-ticket-card.voided{background:#ef444414;border-color:#ef444440}.pos-ticket-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.pos-ticket-card-body{display:flex;flex-direction:column;gap:.2rem}.pos-ticket-card-footer{display:flex;justify-content:flex-end;font-weight:700}.pos-chip.danger{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.5)}.pos-dropoff-summary{background:var(--pos-soft);border:1px dashed var(--pos-border)}.pos-dropoff-entry{border-top:1px solid var(--pos-border)}.pos-status{font-weight:700}.pos-status.open{background:#fbbf2433;color:#a16207}.pos-status.completed{background:#07da00;color:#0f5132}.pos-status.attached{background:#0ea5e933;color:#075985}.pos-badge{background:#0f6ad8;color:#f8fafc!important}.pos-machine-usage,.pos-dropoff-items{border-color:var(--pos-border);background:var(--pos-surface-muted)}.pos-machine-usage-remove{color:var(--pos-danger)}.pos-collapsible-section{background:var(--pos-surface);border-color:var(--pos-border)}.pos-collapsible-content{background:var(--pos-surface-muted);border-color:var(--pos-border)}.pos-collapsible-header{color:var(--pos-text)}.giftcardInput{margin-left:10px}.giftcardInput input{margin-left:10px;padding:10px}.checkoutButton{font-size:30px;padding:.95rem 1.35rem}.confirmCustomerButton{margin-top:20px;padding:1rem 1.35rem;font-size:20px}.confirmCustomerActions{justify-content:center;margin-top:20px}.customerQuickInfo{font-size:1rem;color:#060709;padding-left:20px}.finalWeight{max-width:300px!important;margin-top:15px!important}.finalWeight .MuiInputBase-input{font-size:30px!important;padding-top:10px!important;padding-bottom:5px!important}.pos-main-board{border-radius:16px;overflow:hidden}.pos-board{position:relative;overflow:hidden;padding:0;background:transparent;border-radius:16px}.pos-board-header{display:flex;justify-content:space-between;align-items:flex-end;position:relative;z-index:11}.pos-tab{border:2px solid #a7b1d0;background:var(--main-board-inactive);color:#2f3748;padding:.85rem 1.35rem;border-radius:10px 10px 0 0;font-size:1.5rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.pos-tab:hover{background:#ffffffd9}.pos-tab.active{background:var(--main-board-active);border-color:#0f172a1a;box-shadow:inset 0 1px #ffffffb3,0 10px 24px -18px #0f172a59;position:relative;z-index:2}.pos-board-tabs{display:inline-flex;gap:.35rem;padding:.35rem 0 0;background:transparent;border-radius:12px;border:none}.pos-tab-label-with-icon{align-items:center;display:inline-flex;gap:.35rem;justify-content:center;line-height:1}.noMargins{margin:0!important}.subTitleOverride{font-size:18px;font-weight:bolder;color:#000}.variantBackground,.dryerMachineClass{background:linear-gradient(145deg,var(--pos-ghost),#d2ce9c)}.rackMachineClass{background:linear-gradient(145deg,#eef8ff,#c7e8f8)}.shelfMachineClass{background:linear-gradient(145deg,#f4efff,#c4b5fd)}.inputFontSize{font-size:30px!important}.customButton{font-size:28px;font-weight:700;padding:20px 38px;border:0;border-radius:8px}.customButton:disabled{background:gray}.customConfirm{background:#2c882c;color:#fff}.customCancel{border:4px solid #b80f0f;background:#fff;color:#b80f0f}.customPrimary{background:var(--pos-accent-strong);color:#fff}.startingCashInput{font-size:2.05rem;width:50%;margin-left:25%}.optionClass{font-size:25px}.dropoffNotes{min-height:70px!important}.pos-machine-clear-list{font-size:25px}.pos-delivery-tab{background:var(--main-board-active);border:1px solid rgba(8,46,115,.28);color:var(--pos-text);min-height:min(72vh,760px);padding:1rem}.pos-delivery-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.85rem}.pos-delivery-date-controls{align-items:center;display:flex;gap:.35rem}.pos-delivery-date-controls input{min-height:42px}.pos-delivery-title{align-items:center;display:flex;gap:.75rem;min-width:0}.pos-delivery-title h2{font-size:1.45rem;line-height:1.1;margin:0}.pos-delivery-title p,.pos-delivery-list-header p{color:var(--pos-text-muted);font-size:.95rem;margin:.2rem 0 0}.pos-delivery-actions,.pos-delivery-list-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.45rem;justify-content:flex-end}.pos-delivery-actions button{align-items:center;display:inline-flex;gap:.4rem;min-height:42px}.pos-delivery-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#713f12;font-weight:700;margin-bottom:.85rem;padding:.65rem .85rem}.pos-delivery-summary{display:grid;gap:.55rem;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:.85rem}.pos-delivery-filters{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.pos-delivery-filters button{background:var(--pos-surface-muted);border:1px solid rgba(8,46,115,.25);border-radius:999px;color:var(--pos-text);font-weight:800;padding:.45rem .8rem}.pos-delivery-filters button.is-active{background:#1d4ed8;color:#fff}.pos-delivery-summary div{background:var(--pos-surface-muted);border:1px solid rgba(8,46,115,.18);border-radius:8px;min-height:72px;padding:.65rem .75rem}.pos-delivery-summary span{color:var(--pos-text-muted);display:block;font-size:.85rem;font-weight:700;text-transform:uppercase}.pos-delivery-summary strong{display:block;font-size:1.2rem;margin-top:.25rem}.pos-delivery-content{display:grid;gap:.85rem;grid-template-columns:minmax(420px,1.35fr) minmax(320px,.9fr);min-height:470px}.pos-delivery-map-shell,.pos-delivery-list-panel{background:var(--pos-surface);border:1px solid rgba(8,46,115,.22);border-radius:8px;min-width:0;overflow:hidden}.pos-delivery-map-shell{height:clamp(420px,56vh,640px);isolation:isolate;position:relative;z-index:0}.pos-delivery-map{height:100%;min-height:420px;position:relative;width:100%;z-index:0}.pos-delivery-map-placeholder{align-items:center;background:var(--pos-surface-muted);color:var(--pos-text-muted);display:flex;font-weight:800;height:100%;justify-content:center;min-height:260px;padding:1rem}.leaflet-tooltip.pos-delivery-map-marker-label{align-items:center;background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;display:flex;font-size:.78rem;font-weight:900;justify-content:center;line-height:1;padding:0!important;pointer-events:none;text-shadow:0 1px 3px rgba(15,23,42,.9)}.leaflet-tooltip.pos-delivery-map-marker-label:before{display:none!important}.pos-delivery-popup{display:grid;gap:.2rem;min-width:180px}.pos-delivery-list-panel{display:flex;flex-direction:column;max-height:clamp(420px,56vh,640px)}.pos-delivery-list-header{align-items:center;border-bottom:1px solid rgba(8,46,115,.18);display:flex;gap:.75rem;justify-content:space-between;padding:.75rem}.pos-delivery-list-header h3{font-size:1.15rem;margin:0}.pos-delivery-stop-list{display:grid;gap:.55rem;list-style:none;margin:0;overflow:auto;padding:.75rem}.pos-delivery-stop{align-items:flex-start;background:var(--pos-surface-muted);border:1px solid rgba(8,46,115,.16);border-radius:8px;display:grid;gap:.65rem;grid-template-columns:auto minmax(0,1fr);padding:.7rem}.pos-delivery-stop.is-pickup{border-left:6px solid #db2777}.pos-delivery-stop.is-delivery{border-left:6px solid #2563eb}.pos-delivery-stop.is-uber-direct{background:color-mix(in srgb,#fff0c2 35%,var(--pos-surface-muted))}.pos-delivery-provider-mark{align-items:center;background:#111827;border-radius:999px;color:#fff;display:flex;font-size:.82rem;font-weight:900;height:28px;justify-content:center;width:28px}.pos-delivery-provider-mark.is-warning{background:#b45309}.pos-delivery-stop-badges{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem}.pos-uber-route-provider{background:#111827!important;color:#fff!important;letter-spacing:.06em}.pos-route-kind{justify-self:start;letter-spacing:.08em}.pos-route-kind.is-pickup{background:#9d174d!important;color:#fff!important}.pos-route-kind.is-delivery{background:#1d4ed8!important;color:#fff!important}.pos-collect-route-button{justify-self:start;margin-top:.35rem}.pos-delivery-check{align-items:center;display:grid;gap:.35rem;justify-items:center}.pos-delivery-check input{height:20px;width:20px}.pos-delivery-check span{align-items:center;background:#2563eb;border-radius:999px;color:#fff;display:inline-flex;font-size:.82rem;font-weight:900;height:28px;justify-content:center;min-width:28px}.pos-delivery-stop-body{display:grid;gap:.18rem;min-width:0}.pos-delivery-stop-body strong{font-size:1rem}.pos-delivery-stop-body span,.pos-delivery-notes{color:var(--pos-text-muted);font-size:.92rem}.pos-delivery-stop-meta{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.pos-delivery-stop-meta span{background:#e0f2fe;border-radius:999px;color:#075985;font-weight:800;padding:.16rem .45rem}.pos-delivery-notes{margin:.25rem 0 0;white-space:pre-wrap}.pos-delivery-route-warning{background:#fff7ed;border:1px solid #fb923c;border-radius:6px;color:#7c2d12;font-size:.84rem;font-weight:700;margin:.35rem 0 0;padding:.45rem .55rem}.pos-delivery-empty{align-items:center;color:var(--pos-text-muted);display:grid;gap:.55rem;justify-items:center;padding:3rem 1rem}.pos-delivery-warning{align-items:flex-start;background:#fff7ed;border:1px solid #fb923c;border-radius:8px;color:#7c2d12;display:flex;gap:.65rem;margin-top:.85rem;padding:.75rem}.pos-delivery-warning h3,.pos-delivery-warning p{margin:0}.pos-delivery-missing-list{display:grid;gap:.45rem;list-style:none;margin:.55rem 0 0;padding:0}.pos-delivery-missing-list li{display:grid;gap:.12rem}.pos-delivery-print-sheet{display:none}@media(max-width:1040px){.pos-delivery-header,.pos-delivery-list-header{align-items:flex-start;flex-direction:column}.pos-delivery-actions,.pos-delivery-list-actions,.pos-delivery-date-controls{justify-content:flex-start}.pos-delivery-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-delivery-content{grid-template-columns:1fr}}@media print{body *{visibility:hidden!important}.pos-delivery-print-sheet,.pos-delivery-print-sheet *{visibility:visible!important}.pos-delivery-print-sheet{color:#111827;display:block;font-family:Arial,sans-serif;font-size:11pt;top:0;right:0;bottom:0;left:0;line-height:1.35;padding:.35in;position:absolute}.pos-delivery-print-sheet h1{font-size:18pt;margin:0 0 .05in}.pos-delivery-print-sheet h2{border-bottom:1px solid #111827;font-size:14pt;margin:0 0 .15in;padding-bottom:.08in}.pos-delivery-print-sheet p{margin:0 0 .08in}.pos-delivery-print-sheet ol{list-style:none;margin:.16in 0;padding:0}.pos-delivery-print-sheet li{break-inside:avoid;border-bottom:1px solid #d1d5db;display:grid;gap:.03in;margin-bottom:.1in;padding-bottom:.1in}}.pos-invoicing-page{max-width:1540px;margin:0 auto;padding:24px}.pos-invoice-page-header,.pos-invoice-history-header,.pos-invoice-selection-actions,.pos-invoice-final-actions,.pos-invoice-total-strip,.pos-invoice-success,.pos-invoice-success>div,.pos-invoice-row-actions,.pos-invoice-pagination{display:flex;align-items:center;gap:12px}.pos-invoice-page-header,.pos-invoice-history-header{justify-content:space-between}.pos-invoice-page-header h1{margin:2px 0}.pos-eyebrow{margin:0;color:#0284c7;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.pos-invoice-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0;border-bottom:1px solid var(--pos-border)}.pos-invoice-tabs button{padding:14px 22px;border:0;border-bottom:3px solid transparent;background:transparent;color:var(--pos-text-muted);font-size:1rem;font-weight:750;cursor:pointer}.pos-invoice-tabs button.active{color:#0284c7;border-bottom-color:#0284c7}.pos-invoice-error{margin-bottom:16px;padding:14px 18px;border:1px solid #ef4444;border-radius:10px;background:#ef44441a;color:#b91c1c}.pos-invoice-section{margin-bottom:18px;padding:22px}.pos-invoice-step{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.pos-invoice-step>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:#0369a1;color:#fff;font-weight:800}.pos-invoice-step h2,.pos-invoice-step p,.pos-invoice-history-header h2,.pos-invoice-history-header p{margin:0}.pos-invoice-step p,.pos-invoice-history-header p{margin-top:4px;color:var(--pos-text-muted)}.pos-invoice-selected-customer{display:flex;justify-content:space-between;padding:14px;margin-bottom:16px;border-radius:10px;background:#0284c717}.pos-invoice-form-grid{display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:14px;margin-top:14px}.pos-invoice-date-range{display:grid;grid-template-columns:minmax(180px,260px) minmax(180px,260px) auto;gap:14px;align-items:end;margin-bottom:18px}.pos-invoice-date-range button{min-height:44px}.pos-invoice-section label{display:grid;gap:6px;color:var(--pos-text-muted);font-size:.9rem;font-weight:700}.pos-invoice-section input:not([type=checkbox]),.pos-invoice-section select,.pos-invoice-section textarea{width:100%;min-height:44px;padding:9px 11px;border:1px solid var(--pos-border);border-radius:8px;background:var(--pos-surface);color:var(--pos-text);font:inherit}.pos-invoice-section>label{max-width:700px;margin:12px 0}.pos-invoice-notes{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}.pos-invoice-notes.single{grid-template-columns:minmax(0,1fr);max-width:700px}.pos-invoice-notes textarea{min-height:100px;resize:vertical}.pos-invoice-selection-actions{margin-bottom:12px;flex-wrap:wrap}.pos-invoice-selection-actions strong{margin-left:auto}.pos-invoice-table-wrap{overflow-x:auto;border:1px solid var(--pos-border);border-radius:10px}.pos-invoice-table{width:100%;border-collapse:collapse;min-width:960px}.pos-invoice-table th{padding:11px 10px;background:#123047;color:#fff;text-align:left;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.pos-invoice-table td{padding:12px 10px;border-bottom:1px solid var(--pos-border);vertical-align:top}.pos-invoice-table tbody tr:hover{background:#0284c70f}.pos-invoice-table small{display:block;margin-top:3px;color:var(--pos-text-muted);white-space:nowrap}.pos-invoice-table input[type=checkbox]{width:24px;height:24px;accent-color:#0284c7}.pos-invoice-empty{padding:28px;text-align:center;color:var(--pos-text-muted)}.pos-invoice-total-strip{justify-content:flex-end;flex-wrap:wrap;margin-top:14px;padding:14px;border-radius:10px;background:#0f172a0f}.pos-invoice-total-strip span:first-child{margin-right:auto}.pos-invoice-final-actions{justify-content:flex-end;flex-wrap:wrap;margin-top:20px}.pos-invoice-success{justify-content:space-between;flex-wrap:wrap;margin-top:18px;padding:16px;border:1px solid #16a34a;border-radius:10px;background:#16a34a1a}.pos-invoice-success>span{color:var(--pos-text-muted)}.pos-invoice-history-filters{display:grid;grid-template-columns:2fr 1fr 1fr 1fr auto;gap:10px;margin:18px 0;align-items:end}.pos-invoice-status{display:inline-block;padding:4px 9px;border-radius:999px;background:#e2e8f0;color:#334155;font-size:.78rem;font-weight:800;text-transform:uppercase}.pos-invoice-status.issued{background:#dbeafe;color:#1d4ed8}.pos-invoice-status.paid{background:#dcfce7;color:#15803d}.pos-invoice-status.partially_paid{background:#fef3c7;color:#a16207}.pos-invoice-status.voided{background:#fee2e2;color:#b91c1c}.pos-invoice-row-actions{flex-wrap:wrap}.pos-invoice-row-actions button,.pos-invoice-pagination button{border:1px solid var(--pos-border);border-radius:7px;background:var(--pos-surface);color:var(--pos-text);padding:7px 10px;cursor:pointer}.pos-invoice-row-actions .danger{color:#dc2626}.pos-invoice-pagination{justify-content:center;margin-top:16px}.pos-invoice-modal-card{width:min(820px,94vw);max-height:90vh;overflow-y:auto}.pos-invoice-preview>div:not(.total):not(.pos-actions){display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid var(--pos-border)}.pos-invoice-preview .total{display:flex;justify-content:space-between;padding:18px 0;font-size:1.2rem}.pos-invoice-email-compose{display:grid;gap:14px}.pos-invoice-email-compose label{display:grid;gap:6px;color:var(--pos-text-muted);font-size:.9rem;font-weight:700}.pos-invoice-email-compose input,.pos-invoice-email-compose textarea{width:100%;min-height:44px;padding:9px 11px;border:1px solid var(--pos-border);border-radius:8px;background:var(--pos-surface);color:var(--pos-text);font:inherit}.pos-invoice-email-compose textarea{min-height:220px;resize:vertical}.pos-invoice-email-compose small{margin-top:-8px;color:var(--pos-text-muted)}.pos-invoice-email-contacts{display:grid;gap:8px;padding:12px;border:1px solid var(--pos-border);border-radius:8px;background:#0284c70f}.pos-invoice-email-contacts>div{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.pos-invoice-email-contacts span{flex:1 1 260px;font-size:.9rem;overflow-wrap:anywhere}.pos-invoice-email-contacts button{padding:5px 10px;border:1px solid var(--pos-border);border-radius:6px;background:var(--pos-surface);color:var(--pos-text);cursor:pointer}@media(max-width:900px){.pos-invoice-form-grid,.pos-invoice-notes,.pos-invoice-date-range,.pos-invoice-history-filters{grid-template-columns:1fr 1fr}}@media(max-width:620px){.pos-invoicing-page{padding:12px}.pos-invoice-page-header,.pos-invoice-form-grid,.pos-invoice-notes,.pos-invoice-date-range{display:grid;grid-template-columns:1fr}.pos-invoice-total-strip{justify-content:flex-start}.pos-invoice-total-strip span:first-child{width:100%;margin:0}}.pos-linen-page{max-width:1500px;margin:0 auto;padding:clamp(1rem,2vw,2rem) clamp(1rem,3vw,2.5rem) 3rem}.pos-linen-page-header{gap:1.5rem;margin-bottom:1.25rem;align-items:flex-start}.pos-linen-page-header h1,.pos-linen-page-header p{margin-top:0}.pos-linen-page-header h1{margin-bottom:.35rem;font-size:clamp(1.75rem,3vw,2.5rem)}.pos-linen-page-header p{margin-bottom:0}.pos-linen-page-header .pos-card-actions{flex-wrap:wrap;justify-content:flex-end}.pos-linen-filter-card,.pos-linen-detail-card{margin-bottom:1.25rem}.pos-linen-filter-grid{display:grid;grid-template-columns:minmax(240px,2fr) repeat(2,minmax(170px,1fr)) auto;gap:1rem;align-items:end}.pos-linen-field{display:flex;flex-direction:column;min-width:0;gap:.4rem;color:var(--pos-text);font-size:.92rem;font-weight:700}.pos-linen-field input:not([type=checkbox]),.pos-linen-field select,.pos-linen-field textarea{width:100%;min-height:46px;box-sizing:border-box;padding:.65rem .75rem;border:1px solid var(--pos-border);border-radius:10px;background:var(--pos-surface-muted);color:var(--pos-text);font:inherit;font-weight:500}.pos-linen-field textarea{min-height:96px;resize:vertical}.pos-linen-field input:focus,.pos-linen-field select:focus,.pos-linen-field textarea:focus{outline:3px solid color-mix(in srgb,var(--pos-accent) 22%,transparent);outline-offset:1px;border-color:var(--pos-accent)}.pos-linen-inactive-toggle{min-height:46px;white-space:nowrap}.pos-linen-table-wrap{overflow-x:auto;margin-top:1.25rem;border:1px solid var(--pos-border);border-radius:12px}.pos-linen-table{width:100%;min-width:720px;margin-top:0;padding:0;display:table;border:0;border-collapse:collapse;background:var(--pos-surface)}.pos-linen-table thead{display:table-header-group}.pos-linen-table tbody{display:table-row-group}.pos-linen-table tr{display:table-row}.pos-linen-table th,.pos-linen-table td{padding:.85rem .9rem;border-bottom:1px solid color-mix(in srgb,var(--pos-border) 65%,transparent);text-align:left;vertical-align:middle}.pos-linen-table th{background:var(--pos-soft);color:var(--pos-text);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.pos-linen-table td{color:var(--pos-text)}.pos-linen-table tbody tr:last-child td{border-bottom:0}.pos-linen-table tbody tr:hover{background:color-mix(in srgb,var(--pos-accent) 6%,var(--pos-surface))}.pos-linen-detail-header{margin-bottom:1rem}.pos-linen-detail-header h2{margin:0 0 .3rem}.pos-linen-detail-header p{margin:0}.pos-linen-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:0 0 1.5rem}.pos-linen-stats span{padding:.85rem 1rem;border:1px solid var(--pos-border);border-radius:10px;background:var(--pos-surface-muted)}.pos-linen-form{gap:1.15rem;margin:1.5rem 0;padding:1.25rem;border:1px solid color-mix(in srgb,var(--pos-border) 55%,transparent);border-radius:14px;background:color-mix(in srgb,var(--pos-surface-muted) 55%,var(--pos-surface))}.pos-linen-form h3{margin:0}.pos-linen-form-fields,.pos-linen-field-grid{display:grid;gap:1rem}.pos-linen-field-grid--identity{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-linen-field-grid--attributes{grid-template-columns:repeat(3,minmax(0,1fr))}.pos-linen-field-grid--numbers{grid-template-columns:repeat(4,minmax(0,1fr))}.pos-linen-adjustment-grid{grid-template-columns:minmax(180px,.9fr) minmax(140px,.65fr) minmax(220px,1.45fr)}.pos-linen-form-actions{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.pos-linen-customer-tab{gap:1.25rem}.pos-linen-movement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pos-linen-movement-card{display:grid;align-content:start;gap:1rem;padding:1.25rem}.pos-linen-movement-card h3,.pos-linen-customer-section h3{margin:0}.pos-linen-movement-card button{justify-self:start}.pos-linen-customer-section{padding:1.25rem}.pos-linen-modal{align-items:center;justify-content:center;padding:1rem}.pos-linen-create-modal{width:min(820px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);overflow-y:auto;padding:clamp(1.25rem,3vw,2rem)}.pos-linen-create-modal .pos-linen-form{margin:0;padding:0;border:0;background:transparent}.pos-linen-modal-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.35rem}.pos-linen-modal-heading h2{margin:0;font-size:clamp(1.5rem,3vw,2rem)}.pos-linen-modal-heading p{margin:.4rem 0 0}.pos-linen-modal-close{flex:0 0 auto;width:2.25rem;height:2.25rem;border:1px solid var(--pos-border);border-radius:50%;background:var(--pos-surface-muted);color:var(--pos-text);font-size:1.5rem;line-height:1;cursor:pointer}.pos-linen-modal-close:hover,.pos-linen-modal-close:focus-visible{background:var(--pos-soft)}.pos-linen-modal-actions{margin-top:.5rem}@media(max-width:900px){.pos-linen-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-linen-filter-grid .pos-linen-field:first-child{grid-column:1 / -1}.pos-linen-inactive-toggle{justify-self:start}.pos-linen-field-grid--numbers,.pos-linen-adjustment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.pos-linen-page-header{flex-direction:column}.pos-linen-page-header .pos-card-actions{justify-content:flex-start}.pos-linen-filter-grid,.pos-linen-field-grid--identity,.pos-linen-field-grid--attributes,.pos-linen-field-grid--numbers,.pos-linen-adjustment-grid,.pos-linen-stats{grid-template-columns:1fr}.pos-linen-filter-grid .pos-linen-field:first-child{grid-column:auto}.pos-linen-movement-grid{grid-template-columns:1fr}.pos-linen-create-modal{width:calc(100vw - 1rem);max-height:calc(100vh - 1rem);padding:1rem}.pos-linen-modal-actions{flex-direction:column-reverse}.pos-linen-modal-actions button{width:100%}}::-webkit-scrollbar{width:0px;height:0px}html{overflow-y:scroll}:root{--tap-ripple: rgb(255, 5, 5)}body{margin:0;font-family:Arial,sans-serif;background:#f7f8ff;color:#1a2340}a{text-decoration:none;color:inherit}.idle-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#1f2937,#0f172a,#030712)}.idle-screen__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.idle-screen__logo{max-width:min(60vw,520px);max-height:60vh;object-fit:contain;filter:drop-shadow(0 12px 24px rgba(0,0,0,.45));animation:idle-logo-float 16s ease-in-out infinite;transform-origin:center}.idle-screen__clock{font-size:clamp(1.5rem,4vw,3rem);color:#f8fafc;letter-spacing:.08em;text-shadow:0 10px 30px rgba(0,0,0,.45)}@keyframes idle-logo-float{0%{transform:translate3d(-18px,-10px,0) scale(.98);opacity:.92}25%{transform:translate3d(12px,6px,0) scale(1.02);opacity:1}50%{transform:translate3d(18px,18px,0) scale(1);opacity:.95}75%{transform:translate3d(-10px,14px,0) scale(1.03);opacity:1}to{transform:translate3d(-18px,-10px,0) scale(.98);opacity:.92}}@media(prefers-reduced-motion:reduce){.idle-screen__logo{animation:none}}.pos-virtual-keyboard{position:fixed;left:0;right:0;bottom:0;z-index:1100;padding:.75rem 1rem 1rem;max-height:50vh;overflow-y:auto;overflow-x:hidden;--vk-bg: #1b1f2a;--vk-border: #2c3445;--vk-shadow: rgba(0, 0, 0, .4);--vk-button-bg: #252b3a;--vk-button-border: #343e54;--vk-button-text: #f2f4f8;--vk-highlight-bg: #f2f4f8;--vk-highlight-text: #1b1f2a;--vk-press-bg: #004cff;--vk-press-border: #0040ff;--vk-press-text: #f8fafc;--vk-ripple: rgb(0, 81, 255);background:var(--vk-bg);border-top:1px solid var(--vk-border);box-shadow:0 -8px 16px var(--vk-shadow);transform:translateY(0);transition:transform .2s ease}.pos-virtual-keyboard.is-hidden{transform:translateY(100%);pointer-events:none}.pos-virtual-keyboard .simple-keyboard{max-width:980px;margin:0 auto}.pos-virtual-keyboard.is-numeric .simple-keyboard{max-width:350px}.pos-virtual-keyboard.is-numeric .simple-keyboard .hg-button{height:5rem;font-size:3rem}.pos-virtual-keyboard .simple-keyboard .hg-button,.pos-virtual-keyboard .pos-keyboard-theme .hg-button{height:3rem;font-size:1.15rem;border-radius:.6rem;background:var(--vk-button-bg);border:1px solid var(--vk-button-border);color:var(--vk-button-text);transition:background .26s ease,border-color .26s ease,color .26s ease,box-shadow .26s ease}.pos-virtual-keyboard .simple-keyboard .hg-highlight,.pos-virtual-keyboard .pos-keyboard-theme .hg-highlight{background:var(--vk-highlight-bg);color:var(--vk-highlight-text)}.pos-virtual-keyboard .simple-keyboard .hg-button[data-skbtn="{return}"],.pos-virtual-keyboard .pos-keyboard-theme .hg-button[data-skbtn="{return}"]{background:var(--vk-highlight-bg);color:var(--vk-highlight-text);max-width:200px}@media(max-width:720px){.pos-virtual-keyboard{padding:.5rem .5rem .75rem}.pos-virtual-keyboard .pos-keyboard-theme .hg-button{height:2.6rem;font-size:1rem}}.pos-virtual-keyboard .simple-keyboard .hg-button.is-pressed{background:var(--vk-press-bg);border-color:var(--vk-press-border);color:var(--vk-press-text);box-shadow:0 0 0 2px #5f7db140,inset 0 -4px 12px #00000059;transition:background .26s ease,border-color .26s ease,color .26s ease,box-shadow .26s ease}.tap-ring-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1500;overflow:hidden;contain:strict}.tap-ring{--tap-x: 0px;--tap-y: 0px;position:absolute;left:0;top:0;width:64px;height:64px;border-radius:50%;border:8px solid var(--tap-ripple);opacity:0;pointer-events:none;transform:translate3d(var(--tap-x),var(--tap-y),0) translate(-50%,-50%) scale(.32);transform-origin:center;animation:tap-pulse .38s cubic-bezier(.16,1,.3,1) forwards;will-change:transform,opacity;mix-blend-mode:screen}@keyframes tap-pulse{0%{transform:translate3d(var(--tap-x),var(--tap-y),0) translate(-50%,-50%) scale(.32);opacity:.78}45%{opacity:.48}to{transform:translate3d(var(--tap-x),var(--tap-y),0) translate(-50%,-50%) scale(1.35);opacity:0}}@media(prefers-reduced-motion:reduce){.tap-ring{animation:none}}.back-to-top{position:fixed;right:clamp(1rem,3vw,1.5rem);bottom:clamp(20rem,3vw,1.5rem);z-index:1300;width:6.25rem;height:6.25rem;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#2563eb);color:#f8fafc;font-size:4.5rem;font-weight:700;box-shadow:0 10px 30px #2563eb59;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .12s ease}.back-to-top__icon{width:55%;max-width:64px;height:auto;pointer-events:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.back-to-top:hover,.back-to-top:focus-visible{transform:translateY(-2px) scale(1.02);box-shadow:0 14px 36px #2563eb66}.back-to-top:active{transform:translateY(1px) scale(.98)}@media(prefers-reduced-motion:reduce){.back-to-top{transition:none}}
